@charset "utf-8";
/* Einfache fließende Medien
   Hinweis: Für fließende Medien müssen Sie die Attribute 'height' und 'width' des Medium aus dem HTML-Code entfernen
   http://www.alistapart.com/articles/fluid-images/ 
*/

/*
	Dreamweaver-Eigenschaften für fließende Raster
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Idee durch den Artikel "Responsive Web Design" von Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	und "Golden Grid System" von Joni Korpi
	http://goldengridsystem.com/
*/

/* Layout für Mobilgeräte: 480 px oder weniger. */


.DIV-CLASS-BackgroundImgWrapper{
	background-repeat:no-repeat;
	background-position:center bottom;
	
	height:auto;
	width:100%;
	
	overflow:auto;
	
	display:block;
}


#DIV-ID-BackgroundImgPolo{
	
	background-image:url(vw-polo-der-neue-polo2.jpg?OpenImageResource);
}
#DIV-ID-BackgroundImgTouareg{
	
	background-image:url(vw-touareg2-Jahreswagen-autoWOBil-Wolfsburg.jpg?OpenImageResource);
}
#DIV-ID-BackgroundImgTiguan{
	
	background-image:url(vw-tiguan2-Jahreswagen-autoWOBil-Wolfsburg.jpg?OpenImageResource);
}
#DIV-ID-BackgroundImgGolfVariant{
	
	background-image:url(vw-golf-variant2-Jahreswagen-autoWOBil-Wolfsburg.jpg?OpenImageResource);
}
#DIV-ID-BackgroundImgKodiaq{
	
	background-image:url(Skoda-Kodiaq2-autoWOBil-Jahreswagenzentrale-Wolfsburg.jpg?OpenImageResource);
}
#DIV-ID-BackgroundImgTouran{
	
	background-image:url(vw-touran2-Jahreswagen-autoWOBil-Wolfsburg.jpg?OpenImageResource);
}

#DIV-ID-BackgroundImgAltNeu{
	
	background-image:url(Alt-gegen-Neu2-VW-Jahreswagen-autoWOBil-Wolfsburg.jpg?OpenImageResource);
}
#DIV-ID-BackgroundImgKundenzufriedenheit{
	
	background-image:url(Kundenzufriedenheit2-VW-Jahreswagen-autoWOBil-Wolfsburg.jpg?OpenImageResource);
}
#DIV-ID-BackgroundImgJahreswagenInfo{
	
	background-image:url(jahreswagen-info2-VW-Jahreswagen-autoWOBil-Wolfsburg.jpg?OpenImageResource);
}
#DIV-ID-BackgroundImgGarantie{
	
	background-image:url(garantie2-VW-Jahreswagen-autoWOBil-Wolfsburg.jpg?OpenImageResource);
}
#DIV-ID-BackgroundImgAutowobil{
	
	background-image:url(autowobil2-VW-Jahreswagen-autoWOBil-Wolfsburg.jpg?OpenImageResource);
}
#DIV-ID-BackgroundImgFinanzierung{
	
	background-image:url(finanzierung2-VW-Jahreswagen-autoWOBil-Wolfsburg.jpg?OpenImageResource);
}
#DIV-ID-BackgroundImgErlebnisstadt{
	
	background-image:url(erlebnisstadt2-VW-Jahreswagen-autoWOBil-Wolfsburg.jpg?OpenImageResource);
}
#DIV-ID-BackgroundImgWAService{
	
	background-image:url(wa-service2-VW-Jahreswagen-autoWOBil-Wolfsburg.jpg?OpenImageResource);
}
#DIV-ID-BackgroundImgImpressum{
	
	background-image:url(impressum2-VW-Jahreswagen-autoWOBil-Wolfsburg.jpg?OpenImageResource);
}


/*Bild*/
.DIV-CLASS-BackgroundImg{
	background-repeat:no-repeat;
	background-position:center bottom;
	
	height:560px;
	width:100%;
}
.DIV-CLASS-BackgroundImg1{
	background-repeat:no-repeat;
	background-position:center bottom;
	
	height:560px;
	width:100%;
	
	position:absolute;
	

	
	animation-name: slider1;
	animation-duration: 20s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	-webkit-animation-name: slider1;
	-webkit-animation-duration: 20s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
}
.DIV-CLASS-BackgroundImg2{
	background-repeat:no-repeat;
	background-position:center bottom;
	
	height:560px;
	width:100%;
	
	position:absolute;
	
	animation-name: slider2;
	animation-duration: 20s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	-webkit-animation-name: slider2;
	-webkit-animation-duration: 20s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
}
.DIV-CLASS-BackgroundImg3{
	background-repeat:no-repeat;
	background-position:center bottom;
	
	height:560px;
	width:100%;
	
	position:absolute;
	
	animation-name: slider3;
	animation-duration: 20s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	-webkit-animation-name: slider3;
	-webkit-animation-duration: 20s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
}
.DIV-CLASS-BackgroundImg4{
	background-repeat:no-repeat;
	background-position:center bottom;
	
	height:560px;
	width:100%;
	
	position:relative;
	/*notwendig um Höhe fest zu legen*/
	
	animation-name: slider4;
	animation-duration: 20s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	-webkit-animation-name: slider4;
	-webkit-animation-duration: 20s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
}



@-webkit-keyframes slider1 {
 0% {
-webkit-opacity:1;
}
 20% {
-webkit-opacity:1;
}
 25% {
-webkit-opacity:1;
}
 45% {
-webkit-opacity:1;
}
 50% {
-webkit-opacity:1;
}
 70% {
-webkit-opacity:1;
}
 75% {
-webkit-opacity:1;
}
 95% {
-webkit-opacity:1;
}
 100% {
-webkit-opacity:1;
}
}
@keyframes slider1 {
 0% {
 filter: alpha(opacity = 100);
opacity:1;
}
 20% {
 filter: alpha(opacity = 100);
opacity:1;
}
 25% {
 filter: alpha(opacity = 100);
opacity:1;
}
 45% {
 filter: alpha(opacity = 100);
opacity:1;
}
 50% {
 filter: alpha(opacity = 100);
opacity:1;
}
 70% {
 filter: alpha(opacity = 100);
opacity:1;
}
 75% {
 filter: alpha(opacity = 100);
opacity:1;
}
 95% {
 filter: alpha(opacity = 100);
opacity:1;
}
 100% {
 filter: alpha(opacity = 100);
opacity:1;
}
}

 @-webkit-keyframes slider2 {
 0% {
-webkit-opacity:0;
}
 20% {
-webkit-opacity:0;
}
 25% {
-webkit-opacity:1;
}
 45% {
-webkit-opacity:1;
}
 50% {
-webkit-opacity:1;
}
 70% {
-webkit-opacity:1;
}
 75% {
-webkit-opacity:1;
}
 95% {
-webkit-opacity:0;
}
 100% {
-webkit-opacity:0;
}
}
@keyframes slider2 {
 0% {
 filter: alpha(opacity = 0);
opacity:0;
}
 20% {
 filter: alpha(opacity = 0);
opacity:0;
}
 25% {
 filter: alpha(opacity = 100);
opacity:1;
}
 45% {
 filter: alpha(opacity = 100);
opacity:1;
}
 50% {
 filter: alpha(opacity = 100);
opacity:1;
}
 70% {
 filter: alpha(opacity = 100);
opacity:1;
}
 75% {
 filter: alpha(opacity = 100);
opacity:1;
}
 95% {
 filter: alpha(opacity = 0);
opacity:0;
}
 100% {
 filter: alpha(opacity = 0);
opacity:0;
}
}

 @-webkit-keyframes slider3 {
 0% {
-webkit-opacity:0;
}
 20% {
-webkit-opacity:0;
}
 25% {
-webkit-opacity:0;
}
 45% {
-webkit-opacity:0;
}
 50% {
-webkit-opacity:1;
}
 70% {
-webkit-opacity:1;
}
 75% {
-webkit-opacity:1;
}
 95% {
-webkit-opacity:0;
}
 100% {
-webkit-opacity:0;
}
}
 @keyframes slider3 {
 0% {
 filter: alpha(opacity = 0);
opacity:0;
}
 20% {
 filter: alpha(opacity = 0);
opacity:0;
}
 25% {
 filter: alpha(opacity = 0);
opacity:0;
}
 45% {
 filter: alpha(opacity = 0);
opacity:0;
}
 50% {
 filter: alpha(opacity = 100);
opacity:1;
}
 70% {
 filter: alpha(opacity = 100);
opacity:1;
}
 75% {
 filter: alpha(opacity = 100);
opacity:1;
}
 95% {
 filter: alpha(opacity = 0);
opacity:0;
}
 100% {
 filter: alpha(opacity = 0);
opacity:0;
}
}

 @-webkit-keyframes slider4 {
 0% {
-webkit-opacity:0;
}
 20% {
-webkit-opacity:0;
}
 25% {
-webkit-opacity:0;
}
 45% {
-webkit-opacity:0;
}
 50% {
-webkit-opacity:0;
}
 70% {
-webkit-opacity:0;
}
 75% {
-webkit-opacity:1;;
}
 95% {
-webkit-opacity:1;
}
 100% {
-webkit-opacity:0;;
}
}
 @keyframes slider4 {
 0% {
 filter: alpha(opacity = 0%);
opacity:0;
}
 20% {
 filter: alpha(opacity = 0);
opacity:0;
}
 25% {
 filter: alpha(opacity = 0);
opacity:0;
}
 45% {
 filter: alpha(opacity = 0);
opacity:0;
}
 50% {
 filter: alpha(opacity = 0);
opacity:0;
}
 70% {
 filter: alpha(opacity = 0);
opacity:0;
}
 75% {
 filter: alpha(opacity = 100);
opacity:1;
}
 95% {
 filter: alpha(opacity = 100);
opacity:1;
}
 100% {
 filter: alpha(opacity = 0);
opacity:0;
}
}





/* Layout für Tablet-PCs: 481 bis 768 px. Erbt Stile vom: Layout für Mobilgeräte. */

@media only screen and (min-width: 481px) {
	
	
}

/* Desktoplayout: 769 bis maximal 1232 px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */

@media only screen and (min-width: 769px) {
	#DIV-ID-BackgroundImgPolo{
		background-image:url(vw-polo-der-neue-polo.jpg?OpenImageResource);
	}
	#DIV-ID-BackgroundImgTouareg{
	
		background-image:url(vw-touareg-Jahreswagen-autoWOBil-Wolfsburg.jpg?OpenImageResource);
	}
	#DIV-ID-BackgroundImgTiguan{
	
		background-image:url(vw-tiguan-Jahreswagen-autoWOBil-Wolfsburg.jpg?OpenImageResource);
	}
	#DIV-ID-BackgroundImgGolfVariant{
	
		background-image:url(vw-golf-variant-Jahreswagen-autoWOBil-Wolfsburg.jpg?OpenImageResource);
	}
	#DIV-ID-BackgroundImgKodiaq{
	
		background-image:url(Skoda-Kodiaq-autoWOBil-Jahreswagenzentrale-Wolfsburg.jpg?OpenImageResource);
	}
	#DIV-ID-BackgroundImgTouran{
	
		background-image:url(vw-touran-Jahreswagen-autoWOBil-Wolfsburg.jpg?OpenImageResource);
	}

	#DIV-ID-BackgroundImgAltNeu{
		background-image:url(Alt-gegen-Neu-VW-Jahreswagen-autoWOBil-Wolfsburg.jpg?OpenImageResource);
	}
	#DIV-ID-BackgroundImgKundenzufriedenheit{
		background-image:url(Kundenzufriedenheit-VW-Jahreswagen-autoWOBil-Wolfsburg.jpg?OpenImageResource);
	}
	#DIV-ID-BackgroundImgJahreswagenInfo{
		background-image:url(jahreswagen-info-VW-Jahreswagen-autoWOBil-Wolfsburg.jpg?OpenImageResource);
	}
	#DIV-ID-BackgroundImgGarantie{
		background-image:url(garantie-VW-Jahreswagen-autoWOBil-Wolfsburg.jpg?OpenImageResource);
	}
	#DIV-ID-BackgroundImgAutowobil{
		background-image:url(.autowobil-VW-Jahreswagen-autoWOBil-Wolfsburg.jpg?OpenImageResource);
	}
	#DIV-ID-BackgroundImgFinanzierung{
	
	background-image:url(finanzierung-VW-Jahreswagen-autoWOBil-Wolfsburg.jpg?OpenImageResource);
	}
	#DIV-ID-BackgroundImgErlebnisstadt{
	
	background-image:url(erlebnisstadt-VW-Jahreswagen-autoWOBil-Wolfsburg.jpg?OpenImageResource);
	}
	#DIV-ID-BackgroundImgWAService{
	
	background-image:url(wa-service-VW-Jahreswagen-autoWOBil-Wolfsburg.jpg?OpenImageResource);
	}
	#DIV-ID-BackgroundImgImpressum{
	
	background-image:url(impressum-VW-Jahreswagen-autoWOBil-Wolfsburg.jpg?OpenImageResource);
	}

	.DIV-CLASS-BackgroundImg{
		background-repeat:no-repeat;
		background-position:center bottom;
		
		height:560px;
		width:100%;
	}	
	.DIV-CLASS-BackgroundImg1{
		background-repeat:no-repeat;
		background-position:center bottom;
		
		height:560px;
		width:100%;
	}
	.DIV-CLASS-BackgroundImg2{
		background-repeat:no-repeat;
		background-position:center bottom;
		
		height:560px;
		width:100%;
	}
	.DIV-CLASS-BackgroundImg3{
		background-repeat:no-repeat;
		background-position:center bottom;
		
		height:560px;
		width:100%;
	}
	.DIV-CLASS-BackgroundImg4{
		background-repeat:no-repeat;
		background-position:center bottom;
		
		height:560px;
		width:100%;
	}	

}

@media only screen and (min-width: 1232px) {
}

@media only screen and (min-width: 2200px) {
	.DIV-CLASS-BackgroundImg{
		
		background-size: 100%;
		
		background-position:center bottom;
	
		height:600px;
		width:100%;
	}
	
	.DIV-CLASS-BackgroundImg1{
		
		background-size: 100%;
		
		background-position:center bottom;
	
		height:600px;
		width:100%;
	}
	.DIV-CLASS-BackgroundImg2{
		
		background-size: 100%;
		
		background-position:center bottom;
	
		height:600px;
		width:100%;
	}
	.DIV-CLASS-BackgroundImg3{
		
		background-size: 100%;
		
		background-position:center bottom;
	
		height:600px;
		width:100%;
	}
	.DIV-CLASS-BackgroundImg4{
		
		background-size: 100%;
		
		background-position:center bottom;
	
		height:600px;
		width:100%;
	}
}