html, body, .slideshow
				{margin: 0;padding: 0;}
			#slideshow_wrapper_inpage
				{position:relative;width:100%;height:25vw;max-height:100vh;border: 1px solid #222;box-sizing: border-box;}
			.slideshow
			{list-style:none;width:100%;height:100%;margin-top:0vw;top:0;right:0;bottom:0;left:0;overflow:hidden;position: absolute;}
			.slideshow li	{width:100%;height:100%;position:absolute;top:1;right:0;bottom:0;left:0;color:transparent;
			background-size:cover;background-position:50% 50%;opacity:0;animation: slideShowA 80s linear infinite 0s;}
			@keyframes slideShowA { 
				0% {opacity: 0;transform: scale(1.01) rotate(0deg);}
				4% {opacity: 1;}
				14% {opacity: 1;}
				16% {opacity: 0;transform: scale(1.06) rotate(1deg);}}
			.slideshow li:nth-child(1) {background-image:  url(../../images/slider/bild1.jpg);animation-delay:  0s;}
			.slideshow li:nth-child(2) {background-image:  url(../../images/slider/bild2.jpg);animation-delay: 10s;}
			.slideshow li:nth-child(3) {background-image:  url(../../images/slider/bild6.jpg);animation-delay: 20s;}
			.slideshow li:nth-child(4) {background-image:  url(../../images/slider/bild3.jpg);animation-delay: 30s;}
			.slideshow li:nth-child(5) {background-image:  url(../../images/slider/bild4.jpg);animation-delay: 40s;}
			.slideshow li:nth-child(6) {background-image:  url(../../images/slider/bild5.jpg);animation-delay: 50s;}
			.slideshow li:nth-child(7) {background-image:  url(../../images/slider/bild7.jpg);animation-delay: 60s;}
			.slideshow li:nth-child(8) {background-image:  url(../../images/slider/bild8b.jpg);animation-delay: 70s;}
			