html, body { height: 100% }
body {
	padding:0;
}
body.home #content {
	margin-top:-55px;
}
#content {
	margin-top:0px;
}
.header {
	width:100%;
	margin-top:50px;
}
.main_page {
	padding: 10px;
}
img.bild_top {
	margin-top: 0px;
}
.cookielayer {
	width: calc(100% - 40px);
	padding: 10px;
	left: 10px;
	border: 1px solid #999;
	overflow: auto;
	height: calc(90vh - 50px);
	padding-bottom:50px;
}
.rechte_spalte.flex>img {
	display:none;
}
.main_frame {
	padding:0 10px;
}
.main_frame_wrapper.first {
	background-image: none;
}
.spalten {
	display:block;
}
.linke_spalte {
	width:100%;
}
.rechte_spalte {
	width:100%;
}
.close {
	right: 4vw;
	top: 30px;
	width: 30px;
	height: 30px;
	background-size: 29px auto;
}
.normal_frame {
	padding: 0 11px;
}
img.logo {
	width:44vw;
	padding-top:8px;
}
.flaeche {
	font-size:17pt;
	padding:10px;
	padding-right:10px;
}
.fl1 {
	top:31vw;
	width:220px;
}
.fl2 {
	top:43vw;
	width:250px;
}
.green_box {
	padding:10px;
	font-size:11pt;
	line-height:120%;
}
.green_box h3 {
	margin-bottom:10px;
}
.green_box h2 {
	line-height: 120%;
}
.mobile_only {
	display:block;
}
.mobile_only img {
	width:100%;
	height:auto;
}
h1 {
	margin: 36px 0 24px 0;
}
.spalte_30 {
	width:calc(100% - 20px);
	max-width:calc(100% - 20px);
	min-width:calc(100% - 20px);
}
.menu_frame {
	min-height:60px;
	height:auto;
	background-position:top;	
	background-image:url(images/menu_mobile.png);
}
.menu_frame.offen {	
	background-position:top;	
	transition: height 0.5s ease;
}
.footer img {
	width:270px;
}
.hamburger {
	height:25px;
	display:block;
	background-image: url(images/hamburger.png);
	background-size: 23px auto;
	background-repeat: no-repeat;
	background-position: center 0px;	
	position: absolute;
	width: 100%;
	top: 32px;	
	cursor:pointer;
}
ul.menu {
	padding:10px;
	padding-top: 45px;
	/* display:block; */
	display:none;
}
ul.menu li {
	font-size:25px;
	text-align:center;
	margin-top:12px;
}
ul.menu img {
	display:none;
}
.small_images>div {
	width: 24%;
	height: 12vw;
}
.small_images img {
	width:100%;
	height:12vw;
}
.button_layer {
	top:30px;
}