/* file: pages.css
 * Copyright (C) 2021 Österreichisches Rotes Kreuz Kufstein
 */


html, body {
	height: 100%;
	width: 100%;
	font-family: Dunant,Arial,sans-serif
}

#titlebar {
	background-color: #b70e0c;
	height: 1em;
	width: 100%;
}

.hidden-sm {
	display:none;
}

@media screen and (min-width:35.5em) {
	.hidden-sm {
		display: inline-block;
	}
}

#contentbox {
	min-height: calc(100% - 9em);
}

.iconlink p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	padding-bottom: 0.3em;
}

.iconlink a {
	color: black;
	margin-left: auto;
	margin-right: auto;
}

.iconlink i {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
}

.imagelink {
	height: 4em;
	margin-left: auto;
	margin-right: auto;
}

.scroll-table-wrapper {
	width: 100%;
	overflow: auto;
}


#footer {
	margin: 2em 0 0.2em 0
	width: 100%;
	min-height: 4em;
	background-color: #2c2c2c;
	color: #cccccc;
	padding: 3em 1em 1em 1em;
}

#footer h5 {
	margin-top: 0;
	margin-bottom: 0.7em;
}

.linklist {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

ul.linklist {
	list-style-type: none;
}

#footer .linklist li {
	margin-bottom: 0.5em;
	font-size: 0.8em;
}

#footer form {
	font-size: 0.8em;
}

#footer a {
	color: #cccccc;
}
