@charset "UTF-8";
/* CSS Document */

@media only screen and (orientation: portrait) {
	#header {
		/*top: 0px;*/
	}
}


#header {
	
	
}

#logo {
	
    
}
a#menu_mobile, a#menu_mobile:hover {

}


.header_reduced #header {
	
    
}
.header_reduced #header #logo {
	
}





.desktop {
	display: none;
}

@media only screen and (orientation: landscape) and (max-height: 420px) {
	
}

.datenblock .datenfeld {
    width: 40%;
    
}
.datenblock .datenfeld:nth-child(2n+1){
    clear:left;
}


.logobar .logobar_element {
    width: 100px;
    height: 100px;
    margin: 0 0;
}
