@charset "utf-8";
/* CSS Document */
#vollbild{	
	background:
	background-size: 100% auto;
	width: 100%;
}
#vollbild img{	
	z-index:99;

}
.z{
	z-index:100;
	position:relative;
	opacity: 0.001;
	width:1vw;
}
@media (min-width: 1700px) and (max-width: 10000px) {
#vollbild{	
	background:
	url(BILDER/HEADERBILDbeta2.jpg) no-repeat center; 
	background-size: 100% auto;
}
}
@media (min-width: 1201px) and (max-width: 1699px) {
#vollbild{	
	background:
	url(BILDER/HEADERBILDbeta2.jpg) no-repeat center; 
	background-size: 100% auto;
}
}
@media (min-width: 800px) and (max-width: 1200px) {
#vollbild{	
	background:
    url(BILDER/1000beta.jpg) no-repeat center; 
	background-size: 100% auto;
}	
}
@media (min-width: 500px) and (max-width: 799px) {
#vollbild{	
	background:
    url(BILDER/800beta.jpg) no-repeat center; 
	background-size: 100% auto;

}
}
@media (min-width: 300px) and (max-width: 499px) {
#vollbild{	
	background:
    url(BILDER/600beta.jpg) no-repeat center; 
	background-size: 100% auto;

}
}
@media (min-width: 10px) and (max-width: 299px) {
#vollbild{	
	background:
    url(BILDER/400beta.jpg) no-repeat center; 
	background-size: 100% auto;
}	
}
