@charset "UTF-8";
body {
	width: 100%;
	margin: auto;
	height: 100%;
	font-size: 100%;
	font-family: 'Josefin Sans', Verdana, sans-serif;
	font-style: normal;
	font-weight: 400;
}
html {
	height: 100%;
}
#clearall {
	float: none;
	clear: left;
}
#container {
	margin-top: 0px;
	margin-left: 0px;
	position: relative;
	min-width: 100%;
	min-height: 100%;
	background-color: #FFFFFF;
}
#header {
	width: 100%;
}
#kopfbalken {
	width: 100%;
	height: 125px;
	background-color: hsla(0,0%,100%,0.70);
	z-index: 6;
	position: absolute;
	float: left;
}
#imagebereich {
	height: 460px;
	float: left;
	z-index: 2;
	min-width: 100%;
	max-width: 100%;
	background-image: url(../_bilder/image/imagebild_lay2.jpg);
	background-position: center 0%;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
#content {
	margin: auto;
	width: 90%;
	/* [disabled]padding-left: 4em; */
	/* [disabled]padding-right: 4em; */
	max-width: 800px;
}
h1 {
	color: #1A245E;
	font-weight: lighter;
	font-size: 2em;
}
p {
	color: hsla(231,57%,24%,1.00);
	font-size: 1.1em;
	line-height: 190%;
	font-weight: 300;
}
p strong {
	font-weight: bolder;
}
.gelb_zentriert  {
	/* [disabled]font-weight: bolder; */
	color: rgba(244,154,0,1.00);
	text-align: center;
}
a {
	text-decoration: underline;
	color: #1A245E;
}
a:visited {
	text-decoration: underline;
	color: #6B7193;
}
hr {
	float: none;
	clear: both;
}

@media screen and (max-width:768px){
#header_800px {
	margin: auto;
	position: relative;
	height: 100%;
	padding-top: 0px;
	padding-left: 0px;
	width: 100%;
	z-index: 10;
}
#schriftzug_partner {
	padding-top: 5px;
	padding-left: 20px;
	position: absolute;
	display: none;
}
#logo {
	padding-top: 1em;
	position: absolute;
	padding-left: 2em;
	max-width: 100%;
}
#imagebereich {
	height: 300px;
	float: left;
	z-index: 2;
	min-width: 100%;
	max-width: 100%;
	background-image: url(../_bilder/image/imagebild_schmal_lay.jpg);
	background-position: center 0%;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
h1 {
	color: #1A245E;
	font-weight: lighter;
	font-size: 1.5em;
}
#container #content img {
	padding-bottom: 1em;
	width: 100%;
	max-width: 300px;
}
}

@media screen and (min-width:768px) and (max-width:1500px){
#header_800px {
	margin: auto;
	position: relative;
	height: 100%;
	padding-top: 0px;
	padding-left: 0px;
	width: 800px;
	z-index: 10;
}
#schriftzug_partner {
	padding-top: 5px;
	padding-left: 20px;
	position: absolute;
}
#logo {
	padding-top: 20px;
	padding-left: 520px;
	position: absolute;
}
#imagebereich {
	height: 460px;
	float: left;
	z-index: 2;
	min-width: 100%;
	max-width: 100%;
	background-image: url(../_bilder/image/imagebild_lay2.jpg);
	background-position: center 0%;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
#container #content img {
	float: right;
	margin-left: 1em;
	padding-bottom: 1em;
}
}

@media screen and (min-width:1500px){
#imagebereich {
	height: 460px;
	float: left;
	z-index: 2;
	min-width: 100%;
	max-width: 100%;
	background-image: url(../_bilder/image/imagebild_breit_lay.jpg);
	background-position: center 0%;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
#schriftzug_partner {
	padding-top: 5px;
	padding-left: 20px;
	position: absolute;
}
#logo {
	padding-top: 20px;
	padding-left: 520px;
	position: absolute;
}
#header_800px {
	margin: auto;
	position: relative;
	height: 100%;
	padding-top: 0px;
	padding-left: 0px;
	width: 800px;
	z-index: 10;
}
#container #content img {
	float: right;
	margin-left: 1em;
	padding-bottom: 1em;
}
}
