.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    list-style: none;
}
.cb-slideshow:after {
    content: '';
    background: transparent url("https://tympanus.net/Tutorials/CSS3FullscreenSlideshow/images/pattern.png") repeat top left;
}
.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
  -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 56s linear infinite 0s;
    -moz-animation: imageAnimation 56s linear infinite 0s;
    -o-animation: imageAnimation 56s linear infinite 0s;
    -ms-animation: imageAnimation 56s linear infinite 0s;
    animation: imageAnimation 56s linear infinite 0s;
}

.cb-slideshow li:nth-child(1) span { background-image: url("../Img/SliderBG/183_092_Slider_2_vertrauensvoll_vernetzt_V1.jpg"); }
.cb-slideshow li:nth-child(2) span {
    background-image: url("../Img/SliderBG/183_092_Slider_3_gemeinschaft_kontinuitaet_V1.jpg");
    -webkit-animation-delay: 8s;
    -moz-animation-delay: 8s;
    -o-animation-delay: 8s;
    -ms-animation-delay: 8s;
    animation-delay: 8s;
}
.cb-slideshow li:nth-child(3) span {
    background-image: url("../Img/SliderBG/D_S_Halle_Aussen.jpg");
    -webkit-animation-delay: 16s;
    -moz-animation-delay: 16s;
    -o-animation-delay: 16s;
    -ms-animation-delay: 16s;
    animation-delay: 16s;
}
.cb-slideshow li:nth-child(4) span {
    background-image: url("../Img/SliderBG/Slider_Bild_4.JPG");
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(5) span {
    background-image: url("../Img/SliderBG/Slider_Bild_7.JPG");
    -webkit-animation-delay: 32s;
    -moz-animation-delay: 32s;
    -o-animation-delay: 32s;
    -ms-animation-delay: 32s;
    animation-delay: 32s;
}
.cb-slideshow li:nth-child(6) span {
    background-image: url("../Img/SliderBG/183_092_Slider_2_vertrauensvoll_vernetzt_V1.jpg");
    -webkit-animation-delay: 40s;
    -moz-animation-delay: 40s;
    -o-animation-delay: 40s;
    -ms-animation-delay: 40s;
    animation-delay:40s;
}on-delay:56s;
}

ol,ul {
  list-style:none;
}

@-webkit-keyframes imageAnimation { 
  12% {
      opacity: 1;
/*      -webkit-animation-timing-function: ease-in;*/
  }
  15% {
      opacity: 1;
      -webkit-transform: scale(1.05);
/*      -webkit-animation-timing-function: ease-out;*/
  }
  17% {
      opacity: 1;
      -webkit-transform: scale(1.1);
  }
  22% {
    opacity: 1;
/*    -webkit-transform: scale(1.1) translateY(-20%);*/
    -webkit-transform: scale(1.12);
  }
  25% {
      opacity: 1;
/*      -webkit-transform: scale(1.1) translateY(-100%);*/
    -webkit-transform: scale(1.15);
  }
  100% { 
    opacity: 1; 
    -webkit-transform: scale(1.17);
  }
}
@-moz-keyframes imageAnimation { 
  12% {
      opacity: 1;
/*      -moz-animation-timing-function: ease-in;*/
  }
  15% {
      opacity: 1;
      -moz-transform: scale(1.05);
/*      -moz-animation-timing-function: ease-out;*/
  }
  17% {
      opacity: 1;
      -moz-transform: scale(1.1);
  }
  22% {
    opacity: 1;
/*    -moz-transform: scale(1.1) translateY(-20%);*/
    -moz-transform: scale(1.12);
  }
  25% {
      opacity: 1;
/*      -moz-transform: scale(1.1) translateY(-100%);*/
    -moz-transform: scale(1.15);
  }
  100% { 
    opacity: 1; 
    -moz-transform: scale(1.17);
  }
}
@-o-keyframes imageAnimation { 
  12% {
      opacity: 1;
/*      -o-animation-timing-function: ease-in;*/
  }
  15% {
      opacity: 1;
      -o-transform: scale(1.05);
/*      -o-animation-timing-function: ease-out;*/
  }
  17% {
      opacity: 1;
      -o-transform: scale(1.1);
  }
  22% {
    opacity: 1;
/*    -o-transform: scale(1.1) translateY(-20%);*/
    -o-transform: scale(1.12);
  }
  25% {
      opacity: 1;
/*      -o-transform: scale(1.1) translateY(-100%);*/
    -o-transform: scale(1.15);
  }
  100% { 
    opacity: 1; 
    -o-transform: scale(1.17);
  }
}
@-ms-keyframes imageAnimation { 
  0% {
      opacity: 0;
/*      -ms-animation-timing-function: ease-in;*/
  }
  8% {
      opacity: 1;
      -ms-transform: scale(1.05);
/*      -ms-animation-timing-function: ease-out;*/
  }
  17% {
      opacity: 1;
      -ms-transform: scale(1.1);
  }
  22% {
    opacity: 0;
/*    -ms-transform: scale(1.1) translateY(-20%); */
  }
  25% {
      opacity: 0;
/*      -ms-transform: scale(1.1) translateY(-100%); */
  }
  100% { opacity: 0 }
}
@keyframes imageAnimation { 
  0% {
      opacity: 0;
/*      animation-timing-function: ease-in;*/
  }
  8% {
      opacity: 1;
      transform: scale(1.05);
/*      animation-timing-function: ease-out;*/
  }
  17% {
      opacity: 1;
      transform: scale(1.1);
  }
  22% {
    opacity: 0;
/*    -webkit-transform: scale(1.1) translateY(-20%); */
  }
  25% {
      opacity: 0;
/*      -transform: scale(1.1) translateY(-100%); */
  }
  100% { opacity: 0 }
}

/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
  opacity: 1;
}





/* Vor Änderungen zum 1. Oktober 2024
.cb-slideshow li:nth-child(1) span { background-image: url("../Img/SliderBG/Slider_Bild_1.JPG") }
.cb-slideshow li:nth-child(1) span { background-image: url("../Img/SliderBG/183_092_Slider_1_Teras_Juergen_V1.jpg") }
.cb-slideshow li:nth-child(2) span {
    background-image: url("../Img/SliderBG/Slider_Bild_2.JPG");
    -webkit-animation-delay: 8s;
    -moz-animation-delay: 8s;
    -o-animation-delay: 8s;
    -ms-animation-delay: 8s;
    animation-delay: 8s;
}
.cb-slideshow li:nth-child(3) span {
    background-image: url("../Img/SliderBG/Slider_Bild_3.JPG");
    -webkit-animation-delay: 16s;
    -moz-animation-delay: 16s;
    -o-animation-delay: 16s;
    -ms-animation-delay: 16s;
    animation-delay: 16s;
}
.cb-slideshow li:nth-child(4) span {
    background-image: url("../Img/SliderBG/Slider_Bild_4.JPG");
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(5) span {
    background-image: url("../Img/SliderBG/Slider_Bild_5.JPG");
    -webkit-animation-delay: 32s;
    -moz-animation-delay: 32s;
    -o-animation-delay: 32s;
    -ms-animation-delay: 32s;
    animation-delay: 32s;
}
.cb-slideshow li:nth-child(6) span {
    background-image: url("../Img/SliderBG/S6_7_Bild Elektrotechnick_bg.jpg");
    -webkit-animation-delay: 40s;
    -moz-animation-delay: 40s;
    -o-animation-delay: 40s;
    -ms-animation-delay: 40s;
    animation-delay:40s;
}
.cb-slideshow li:nth-child(7) span {
    background-image: url("../Img/SliderBG/Slider_Bild_7.JPG");
    -webkit-animation-delay: 48s;
    -moz-animation-delay: 48s;
    -o-animation-delay: 48s;
    -ms-animation-delay: 48s;
    animation-delay: 48s;
}
.cb-slideshow li:nth-child(8) span {
    background-image: url("../Img/SliderBG/Slider_Bild_1.JPG");
    -webkit-animation-delay: 56s;
    -moz-animation-delay: 56s;
    -o-animation-delay: 56s;
    -ms-animation-delay: 56s;
    animation-delay:56s;
}*/








