/* 1755370996.6373 */
@charset "utf-8";

html {
	height: 100%;
}

body {
	height:auto;
	background:none;
	background-color:#f1f1f1;	
}

#container {	
	background:none;	
	width:100%;
	margin:0;
	padding:0;
	height:auto;
}


header {
	width:100%;
	height:auto;
	text-align:left;
}

header div.headinfos {
	float:none;
	width:100%;
	margin-bottom:10px;
	overflow:hidden;
	padding-bottom:6px;
}

header div.headinfos h4,
header h6 {
	display:block;
	margin:10px;	
	width:auto;
	max-width:90%;
	float:none;
	text-align:left;
}

header div.headinfos h4 span {
	display:block;
	float:left;
	margin-top:6px;
	line-height:130%;
}

header div.headinfos h4 img {
	float:left;
	margin:0 20px 0 0;
}

header h6 {
	text-align:left;
	max-width:calc(94% - 48px);
}

header h6 img.logo {
	float:left;
	margin:0 10px 0 0;
	width:30px;
	height:auto;
}

header h6 .mobil_hidden {
	display:none;
}


@media only screen and (max-width: 440px) {
	header h6 img.logo {
		margin-bottom:12px;
	}
}




#bildstreifen {
	width:100%;	
	height:auto;
}

#bildstreifen p {
	position:relative;	
	margin:0 0 6px 0;
	width:100%;
	height:auto;
	text-align:center;
	background:none;
	background-color:#fff;
}
	
#bildstreifen p img {
	width:100%;	
	height:atuo;
}
	
#bildstreifen #slogan {
	display:none;
}






nav#subnav,
footer#footer {
	float:none;
	width:calc(100% - 20px);
	margin:0;
	padding:10px;
}
	
	
#inhalt {
	float:none;
	width:calc(100% - 20px);
	margin:0;
	padding:10px;
	border-left:none;
	border-right:none;
	background:none;
	background-color:#fff;
	font-size:110%;
}	

#home #inhalt {	
	background:none;
	background-color:#fff;
}
	

	
#inhalt #links,
#inhalt #rechts,
#inhalt #mitte,
#inhalt aside,
#inhalt section,
#inhalt section article,
#home #inhalt section article.box50,
#inhalt #breadcrumb,
#inhalt #content,
div.seolinks {
	float:none;
	width:100%;
	margin:0;
	padding:0;
}

#home #inhalt section article.box50:last-child {
	border-top:1px dotted #dfdfdf;
	margin-top:16px;
	padding-top:16px;
}

#inhalt #links img.responsive_image,
#inhalt #rechts img.responsive_image,
#inhalt #mitte img.responsive_image,
#inhalt aside img.responsive_image,
nav#subnav img.responsive_image {
	width:auto;
	height:auto;
}


#inhalt #breadcrumb {
	margin-bottom:16px;
}


div.seolinks p {
	white-space:normal;
}

footer#footer p,
div.seolinks p {
	margin-left:0;
	margin-right:0;
	text-align:center;
}

footer#footer p span {
	display:inline;
	float:none;
}

footer#footer p a {
	display:block;
	float:none;
	margin:0 auto 6px auto;
	padding:2px 0;
}

div.seolinks p a,
footer#footer p.seo_home {
	display:inline-block;
	float:none;
	margin:0 auto 6px auto;
	padding:2px 0;
}

footer#footer p.seo_home {
	line-height:150%;
}



