@charset "utf-8";
/* CSS Document */

body {
	display: grid;
	height: 100vh;
	grid-template-rows: auto auto 1fr auto;
	grid-template-columns: 1fr;
	padding: 0;
	margin: 0;
	color: #000;
	font: 1em Verdana, Bitstream Vera Sans;
}
h1, h2, h3 {
	font-weight: 300;
}
.headerline {
	background: #ffb643; /* #8bbe7a; */
	color: #fff;
	grid-row-start: 1;
	grid-row-end: 2;
	padding: 0.6em 4em;
}
.headerline a {
	color: #fff;
	text-decoration: none;
}
.headerline a:hover, .headerline li:hover {
	color: #334e82;
	text-decoration: underline;
}
.flex-container {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: stretch;
	align-items: center;
}
.flex-links {
	order: 1;
	flex: 0 1 auto;
	align-self: auto;
}
.flex-rechts {
	order: 2;
	flex: 0 1 auto;
	align-self: auto;
}
.headerline ul, .footerline ul {
	list-style-type: none;
	display: inline;
	font-size: 1em;
	line-height: 150%;
}
.headerline li, .footerline li {
	float: left;
	margin-right: 1em;
	cursor: pointer;
}
.headerline .flex-rechts li, .footerline .flex-rechts li {
	float: right;
	margin-right: 0;
	margin-left: 1em;
}
.panel {
	background: #99F;
	grid-row-start: 2;
    grid-row-end: 3;
	padding-right: 4em;
	padding-left: 4em;
	padding-top: 5px;
	padding-bottom: 5px;
}
.content {
    background: #fff;
    grid-row-start: 3;
    grid-row-end: 4;
	overflow-y: auto;
	padding-right: 4em;
	padding-left: 4em;
}
.content .content {
	padding-right: 0;
	padding-left: 0;
	margin-right: 0;
	margin-left: 0;
}
.content ul.liste {
	list-style-type: none;
}
.content ul.liste li {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: "...";
	padding-left: 0.5em;
}
.solopanel {
	background: #99f;
	border-radius: 0.5em;
	color: white;
	display: block;
	width: -moz-calc(100% - 10px);
	width: -webkit-calc(100% - 10px);
	width: -khtml-calc(100% - 10px);
	width: -o-calc(100% - 10px);
	width: calc(100% - 10px);
	font-size: 1em;
	text-align: left;
	padding: 10px 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* wird fuer die Darstellungen im Login benoetigt */
table {
	border-collapse: collapse;
	border-radius: 1em;
	overflow: hidden;
}
table .container {
	padding: 5px 8px;
	margin: 0;
	font-weight: normal;
}
th, td {
	padding: 0.4em 1em;
	background: #ddd;
	border-bottom: 2px solid #fff;
}
td:nth-child(2) {
	text-align: center;
}
tr:last-child td {
	border-bottom: none;
}
.outershell {
	display: table;
	width: 100%;
	height: 84%;
}
.innershell {
	vertical-align: middle;
	display: table-cell;
}
.requestor {
	display: none;
	width: 100%;
	height: 100%;
	background: #fff;
	color: black;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0.95;
}
.container {
	border: 1px solid #f0f0f0;
	display: inline-block;
	border-radius: 0.5em;
	background: #f8f8f8;
	padding: 1em;
}
.makecenter {
	text-align: center;
}
/* ENDE - wird fuer die Darstellungen im Login benoetigt */
.facts {
	background: #fcfcfc;
	border: 1px solid #f8f8f8;
	border-radius: 5px;
	padding: 1em;
	font-size: 1em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
.facts a:link, .facts a:visited  {
	color: #ffb643 !important; /* #8bbe7a; */
}
.facts a:hover {
	text-decoration: none;
}
.facts h1:nth-child(1), .facts h2:nth-child(1), .facts h3:nth-child(1) {
	margin-top: 0.2em;
}
.footerline {
	background: #ffb643; /* #8bbe7a; */
	color: #fff;
	grid-row-start: 4;
	grid-row-end: 5;
	padding: 0.6em 4em;
	font-size: 0.9em;
	/* sticky und bottom wird fuer Smartphones beim Login benoetigt */
	position: sticky; 
	bottom: 0;
}
.footerline a {
	color: #fff;
	text-decoration: none;
}
.footerline a:hover {
	color: #334e82;
	text-decoration: underline;
}
.center {
	text-align: center;
}
.login {
	display: inline-block;
}
#formular p {
	text-align: left;
	line-height: 160%;
}
#formular .formularlinks {
	display: block;
	float: left;
	width: 8.5em;
}
#formular input[type="text"], input[type="password"] {
	font-size: 1em;
	margin-bottom: 8px;
}
.button {
	background: #153150;
	color: white;
	padding: 0.5em 0.8em;
	margin: 0.1em 0.5em;
	border: 2px solid #003446;
	border-radius: 0.5em;
	display: inline-block;
	cursor: pointer;
	transition-duration: 0.4s;
}
.button:hover {
    background-color: white;
    color: black;
    border: 2px solid #153150;
}
.button:active {
	background: black;
	color: white;
	border: 2px solid white;
}
.quellenangabe {
	display: flex;
	border: 1px solid #f8f8f8;
	border-radius: 5px;
	font-size: 0.8em;
	margin: 2em 0;
	background: #fcfcfc;
}
.quellenangabe .box1 {
	padding: 5px 0.5em 5px 1em;
	border-right: 1px solid #f8f8f8;
}
.quellenangabe .box2 {
	padding: 5px 1em 5px 0.5em;
}

@media only screen and (max-width: 959px) {
	h1 {
		font-weight: 600;
		font-size: 1.7em;
	}
	h2 {
		font-weight: 600;
		font-size: 1.3em;
	}
	h3 {
		font-weight: 600;
		font-size: 1.2em;
	}
	.facts {
		margin-top: 0.7em;
		margin-bottom: 0.7em;
		word-wrap: break-word;
	}
	.headerline, .content, .footerline {
		padding: 0.6em 2em;
	}
	.panel {
		padding-right: 2em;
		padding-left: 2em;
	}
}
@media only screen and (max-width: 599px) {
	.headerline, .content, .footerline {
		padding: 0.6em 0.5em;
	}
	.panel {
		padding-right: 0.5em;
		padding-left: 0.5em;
	}
	tr, td {
		float: left;
		text-align: center;
		margin: 0;
		border-bottom: 0;
		width: -moz-calc(100% - 1em);
		width: -webkit-calc(100% - 1em);
		width: -khtml-calc(100% - 1em);
		width: -o-calc(100% - 1em);
		width: calc(100% - 1em);
		word-wrap: break-word;
	}
	tr:nth-child(3n-2) {
		margin-bottom: 0.5em;
	}
}