
	
@media only screen and (max-height: 945px) {
	
	.logo_container img{
		padding: 40px;
		height: 90px;
		border: none;
	}
	
	.logo_container {
		position: static;	
		margin-bottom: 10px;
		margin-top: 10px;
	}	
}	

@media only screen and (max-width: 965px) {
	
	.logo_container img{
		padding: 35px;
		height: 70px;
		border: none;
	}
	
	.menuecontainer div.menuitem{
		font-size: 14px;
		width: 60px;
	}	
	
	
	#menuitem_bwe{
		width: 160px;
	}

	#menuitem_atombros{
		width: 130px;
	}
}

@media only screen and (max-width: 735px) {

	.logo_container img{
		padding: 25px;
		height: 60px;
		border: none;
	}
	
	
	.menuecontainer div.menuitem{
		font-size: 12px;
		width: 40px;
	}	
	
	
	#menuitem_bwe{
		width: 150px;
	}

	#menuitem_atombros{
		width: 110px;
	}
	
}

@media only screen and (max-width: 490px) {
	.menuecontainer div.menuitem{
		
		clear: both;
		display: block;
		font-size: 18px;
		margin-top: 10px;
		margin-bottom: 10p;
		width: 100%;
			background-image: url('../pics/sponsoren_bg.png');}
			
	#menuitem_bwe{
			width: 100%;;
	}

	#menuitem_atombros{
		width: 100%;
	}			
			
		
.menuecontainer {
/* 	position: absolute;
	top: 30px; */
	width: 100%;
	height:370px;
	background-image: none;
	text-align: center;
	margin-top: 10px;
}

}

	/* 		
@media only screen and (max-width: 800px) {
	
	.logo_container img{
		padding: 30px;
		height: 50px;
		border: none;
	}
	
	.head_container{
		position: relative;	
	}
	.content_box{
		margin-top: 0;
	}	
	.content_container {
		padding-bottom: 0;
	}	
	
	.content_container img{
		margin-top: 0;
	}
}

@media only screen and (max-width: 600px) {
	.logo_container {
		position: relative;	
	}
} */