body {height:auto; -webkit-text-size-adjust: none;}
* {
	max-width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

img {
	max-width: 100%;
	height: auto !important;
}

#mainbody iframe,
#mainbody object,
#mainbody embed {
    width: 100%;
    height: 180px;
}

#mainbody {
	max-width: 100% !important;
	border-right: none !important;
 	min-height: inherit !important;
	padding-bottom:50px;
	padding-top:0px;
	z-index:1;
}

#mainbody * {max-width: 100% !important;}

#mainbody table {width: 100%;}
p {margin: 0px;padding: 0;}
.item-page {padding: 0 !important;}
table {	border-spacing: 0 !important;}
#mhp {display:none;}
#mainnav {left: 30px;
top: 60px;}
ul.actions {display:none;}
#logo {top:60px; left:20px;}
#metanav {right:20px;}
#headerimg {width: 100%;height: auto;}
#mainbody {padding:0px 20px; margin:20px auto; width:auto;}
h1, h2, h3 {font-size:20px; padding-left:0px;}
.titel {font-size: 18px;}
.home-titel {font-size: 26px;}
#left {width:100%; padding-bottom:20px; font-size:20px; top:auto; position:relative;}
#content {width:100%; padding:10px 0px 10px 0px;}
div[itemprop="articleBody"] {padding-left: 0px;}
#footer {padding:0px 20px;}
/*#adresse-mobile {display:block; color:#333; clear:both; padding-top:20px; font-size:14px; padding-bottom:20px;}*/
#footernavi {float:left; margin-left:-10px; margin-bottom:20px;}
#footernavi li {font-size:11px;}
#metanav li {font-size:11px;}
#badge {right:15px; top:45px;}
.text-zweispaltig {
    column-count: 1; column-gap: none; -moz-column-count: 1; -moz-column-gap: none; -webkit-column-count: 1; -webkit-column-gap: none;
}


/*Menü
---------------------------------------------------------------------------------*/

.toggleMenu {
	display:inline-block !important;
	text-decoration:none !important;
}
.toggleMenu {
	font-family: "eurostile",sans-serif;
	font-weight:400;
	font-size:17px;
	width:100%;
	border-radius:0px;
	padding:0px;
	padding-left:40px;
	text-align:left;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	text-decoration:none !important;
}
.toggleMenu.active {
	border-radius:0px;
}
.responsiveMenuTheme5 {
	font-family: "eurostile",sans-serif;
	font-weight:400;
	font-size:17px;
	z-index:40;
}
.responsiveMenuTheme5 a:link, .responsiveMenuTheme5 a:visited {
	color:#fff;
	text-decoration:none !important;
}
.responsiveMenuTheme5 a:hover, .responsiveMenuTheme5 li.active > a, .responsiveMenuTheme5 li > span.separator:hover {
	color: #ccc;
	text-decoration:none !important;
}
.toggleMenu {
	margin-top:2px;
	margin-left:15px;
	width:100px;
	background: url("../images/toggle-icon.png") no-repeat scroll left center transparent;
	position:absolute;
	z-index:9998;
}
.toggleMenu span {color:#333;}	
