#bg-bau {
  background-size: cover;
  background-position: center;
  /* animation: slideshow 150s infinite; */
  background-image: url('https://handwerker-spessart.com/share/img/Maurer.jpg');
}

#bg-key {
  background-size: cover;
  background-position: center;
  /* animation: slideshow 150s infinite; */
  background-image: url('https://handwerker-spessart.com/share/img/key.jpg');
}

#bg-wip {
  background-size: cover;
  background-position: center;
  background-image: url('https://handwerker-spessart.com/share/img/pexels-steffen-coonan-1005786-2098624.jpg');
}

#slideshow {
  background-size: cover;
  background-position: center;
  animation: slideshow 150s infinite;
  /* background-image: url('https://handwerker-spessart.com/share/img/Maurer.jpg'); */
}

@keyframes slideshow {
  0% {
    background-image: url('https://handwerker-spessart.com/share/img/bauunternehmen.jpg');
  }

  9% {
    background-image: url('https://handwerker-spessart.com/share/img/bauunternehmen.jpg');
  }

  10% {
    background-image: url('https://handwerker-spessart.com/share/img/maurer.jpg');
  }

  19% {
    background-image: url('https://handwerker-spessart.com/share/img/maurer.jpg');
  }

  20% {
    background-image: url('https://handwerker-spessart.com/share/img/raumausstatter.jpg');
  }

  39% {
    background-image: url('https://handwerker-spessart.com/share/img/raumausstatter.jpg');
  }

  40% {
    background-image: url('https://handwerker-spessart.com/share/img/werkstatt.jpg');
  }

  59% {
    background-image: url('https://handwerker-spessart.com/share/img/werkstatt.jpg');
  }

  60% {
    background-image: url('https://handwerker-spessart.com/share/img/sanitaer.jpg');
  }

  78% {
    background-image: url('https://handwerker-spessart.com/share/img/sanitaer.jpg');
  }

  79% {
    background-image: url('https://handwerker-spessart.com/share/img/sanitaer.jpg');
  }

  80% {
    background-image: url('https://handwerker-spessart.com/share/img/schreinerei-holzbau.jpg');
  }

  99% {
    background-image: url('https://handwerker-spessart.com/share/img/schreinerei-holzbau.jpg');
  }

  100% {
    background-image: url('https://handwerker-spessart.com/share/img/bauunternehmen.jpg');
  }

}