.slideshow
				{margin: 0;padding: 0;}

			#text {background: #fef2f4;text-align:center;}
			a, a:link, a:visited, a:focus {color:#bf304a;}
			a:active, a:hover {color:#30a3bf;}
			#slideshow_wrapper_inpage
				{background:#bf304a;position:relative;width:100%;height:450px;max-height:100vh;box-sizing: border-box;}
			.slideshow
				{list-style:none;width:100%;height:100%;top:0;right:0;bottom:0;left:0;overflow:hidden;position: absolute;}
			.slideshow li
				{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;color:transparent;background-size:cover;background-position:50% 50%;opacity:0;animation: slideShowE1 70s linear infinite 0s;}
			@keyframes slideShowE1 {
				0% {
					opacity: 0;
					transform: scale(1.1) rotate(-1.5deg);
				}
				1% {
					opacity: 1;
				}
			15% {
					opacity: 1;
				}
				16% {
					opacity: 0;
					transform: scale(1.3) rotate(1.5deg);
				}
			}
			.slideshow li:nth-child(1) {background-image:  url(../images/rasen.jpg);animation-delay:  0s;}
			.slideshow li:nth-child(2) {background-image:  url(../images/carport.jpg);animation-delay: 10s;}
			.slideshow li:nth-child(3) {background-image:  url(../images/zaun-1.jpg);animation-delay: 20s;}
			.slideshow li:nth-child(4) {background-image:  url(../images/zaun-2.jpg);animation-delay: 30s;}
			.slideshow li:nth-child(5) {background-image:  url(../images/gewaechshaus.jpg);animation-delay: 40s;}
			.slideshow li:nth-child(6) {background-image:  url(../images/wiga-1.jpg);animation-delay: 50s;}
			.slideshow li:nth-child(7) {background-image:  url(../images/wiga-2.jpg);animation-delay: 60s;}  


			.slidetext {color:#333;position:absolute;left:5px;top:90%;padding:5px;transform:translateY(-50%);background: rgba(255,255,255,0.75);border-radius:1em;opacity:0;animation: slideShowE2 70s ease-in-out infinite 0s;text-shadow: 0 1px 0 #fff;box-shadow: 0 10px 15px rgba(0,0,0,0.75);}
			@keyframes slideShowE2 {
				1% {
					opacity: 0;
				}
				2% {
					opacity: 1;
				}
				15% {
					opacity: 1;
				}
				16% {
					opacity: 0;
				}
			}
			.slidetext.st1  {animation-delay:  0s;}
			.slidetext.st2  {animation-delay: 10s;}
			.slidetext.st3  {animation-delay: 20s;}
			.slidetext.st4  {animation-delay: 30s;}
			.slidetext.st5  {animation-delay: 40s;}
			.slidetext.st6  {animation-delay: 50s;}
			.slidetext.st7  {animation-delay: 60s;}     
