body {
	font-size:18px;
}
#header .logo {
    background-size: 300px 62px;
    width: 300px;
    height: 62px;
}
.hamburger {
	display:block;
    background-image: url(images/hamburger.png);
    background-repeat: no-repeat;
    background-size: 30px 20px;
    width: 30px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor:pointer;
}
#header ul.menu { 
	display:none;
	background-color:#004ba0;
	top:42px;
	right:20px;
	padding:20px 20px;
	
}
#header ul.menu li {
    display: block;
    margin-bottom:20px;
    margin-left:0px;
    color:#fff;
}
#header ul.menu li a:hover {
	color:#004ba0;
}
ul.boxes li {
    width: calc(100% - 20px);
    padding: 15px 10px;
 }
 .textrechts .textbox {
    position: static;
    left: 0%;
    padding-top:200px;
 }
 .abschnitt.hg-bild.textrechts {
	 height: auto!important;
 }
 .center-content {
	 z-index:10;
 }
 #header .center_content {
	 z-index:10000;
 }
 .abschnitt .fliesstext {
    padding: 0;
}
.states_section {
	display:block;
}
.states_section>ul {
	width:100%;
	height:90vw;
	height:90vw;
	margin-bottom:20px;
}
.video {
	display:block;
}
.video .embed {
	width:100%;
	height:40vw;
}
.video .description {
	width:100%;
}
ul.doc_liste {
	margin-left:0px;
}
ul.scrollmenu {
	display:block;
}
.filter_container select {
	padding 5px 10px;
	font-size:18px;
}
.filter_container {
	margin-left:10px;
}
.doc_results {
	margin-left:10px;
}
#footer {
	height:250px;
}

#footer .links,
#footer .rechts {
	position: static;
	left:0px;
	margin-bottom:20px;
}