@charset "UTF-8";
.hintergrund-grauverlauf {
	background-image: -webkit-linear-gradient(270deg,rgba(237,237,237,1.00) 0%,rgba(152,151,151,1.00) 99.96%);
	background-image: -moz-linear-gradient(270deg,rgba(237,237,237,1.00) 0%,rgba(152,151,151,1.00) 99.96%);
	background-image: -o-linear-gradient(270deg,rgba(237,237,237,1.00) 0%,rgba(152,151,151,1.00) 99.96%);
	background-image: linear-gradient(180deg,rgba(237,237,237,1.00) 0%,rgba(152,151,151,1.00) 99.96%);
}
.hintergrund-blauverlauf {
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(181,188,196,1.00) 85.53%,rgba(52,71,94,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(181,188,196,1.00) 85.53%,rgba(52,71,94,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(181,188,196,1.00) 85.53%,rgba(52,71,94,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(181,188,196,1.00) 85.53%,rgba(52,71,94,1.00) 100%);
}
.navbar-height {
	height: 80px;
}
.navbar-fixed-top {
}
.hintergrund-blau {
	background-color: #34485E;
}
.schrift-weiss {
	color: #DBDADA;
}
.button-tuerkis-weiss {
	color: #FBFBFB;
	background-color: #18A2B8;
	height: auto;
}
.spaltenlinie-rechts {
	border-right: 1px solid #1B1A1A;
}
.platzhalter-unten5px {
	margin-bottom: 5px;
}
.platzhalter-unten10px {
	margin-bottom: 10px;
}
.schrift-11px {
	font-size: 11px;
}
.schrift-20px {
	font-size: 20px;
}
.schrift-16px {
	font-size: 16px;
}
.bild-link {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: #C8C3C3;
	background-color: #34475E;
	border: 2px solid #F5AB41;
	left: 2px;
	padding-left: 4px;
	font-size: 16px;
}
