html, body, .slideshow1
				{margin: 0;padding: 0;}
			#slideshow1_wrapper_inpage_mobil
				{position:relative;width:89vw;height:40vw;max-height:100vw;box-sizing: border-box;}
			.slideshow1
			{list-style:none;width:89vw;height:40vw;margin-top:0vw;top:0;right:0;bottom:0;left:0;overflow:hidden;position: absolute;}
			.slideshow1 li	{width:89vw;height:40vw;position:absolute;top:0;right:0;bottom:0;left:0;color:transparent;
			background-size:cover;opacity:0;animation: slideShowAb 80s linear infinite 0s;}
			@keyframes slideShowAb { 
				0% {opacity: 0;transform: scale(1.0);}
				4% {opacity: 1;}
				14% {opacity: 1;}
				16% {opacity: 0;transform: scale(1.0);}}
			.slideshow1 li:nth-child(1) {background-image:  url(../../images/slider/bild1_mobil.jpg);animation-delay:  0s;}
			.slideshow1 li:nth-child(2) {background-image:  url(../../images/slider/bild2_mobil.jpg);animation-delay: 10s;}
			.slideshow1 li:nth-child(3) {background-image:  url(../../images/slider/bild6_mobil.jpg);animation-delay: 20s;}
			.slideshow1 li:nth-child(4) {background-image:  url(../../images/slider/bild3_mobil.jpg);animation-delay: 30s;}
			.slideshow1 li:nth-child(5) {background-image:  url(../../images/slider/bild4_mobil.jpg);animation-delay: 40s;}
			.slideshow1 li:nth-child(6) {background-image:  url(../../images/slider/bild5_mobil.jpg);animation-delay: 50s;}
			.slideshow1 li:nth-child(7) {background-image:  url(../../images/slider/bild7_mobil.jpg);animation-delay: 60s;}
			.slideshow1 li:nth-child(8) {background-image:  url(../../images/slider/bild8cc_mobil.jpg);animation-delay: 70s;}
			