.slideshow {width:1024px; max-width:1024px; margin:0 auto; position:relative; overflow:hidden; height:200px; background-color:#B0E2FF;}

.slideshow img {position:absolute; top:0; left:0; width:100%; display:block; opacity:0;}

.slideshow img:first-child {position:relative;} 

.slideshow img:nth-of-type(4) {-webkit-animation:autoplay 48s linear infinite 0s; animation:autoplay 48s linear infinite 0s;} 
.slideshow img:nth-of-type(3) {-webkit-animation:autoplay 48s linear infinite 12s; animation:autoplay 48s linear infinite 12s;}
.slideshow img:nth-of-type(2) {-webkit-animation:autoplay 48s linear infinite 24s; animation:autoplay 48s linear infinite 24s;}
.slideshow img:nth-of-type(1) {-webkit-animation:autoplay 48s linear infinite 36s; animation:autoplay 48s linear infinite 36s;}

@keyframes autoplay {
0%, 20% {opacity:1;}
20%, 25% {opacity:1;}
30%, 90% {opacity:0;}
95%, 100% {opacity:1;}
}
@-webkit-keyframes autoplay {
0%, 20% {opacity:1;}
20%, 25% {opacity:1;}
30%, 90% {opacity:0;}
95%, 100% {opacity:1;}
}

#slideheader {
position:relative;
}

#slideheader div.logo img{
position:absolute;
left:10px;
top:10px;
height:180px;
}

#slideheader div.schrift img{
position:absolute;
left:350px;
top:130px;
}