/* Bildwechsler und statisches mobiles Banner. */

@media screen and (max-width: 989px) {
  #rotator-hh {
    margin: 55px -10px 0px -16px;
    padding-top: 2px;
  }
}

@media screen and (min-width: 990px) {
  #rotator-hh {
    display: none;
  }
}

@media print {
  #rotator-hh {
    display: none;
  }
}

.banner-rotator {
  background: rgb(238, 238, 238);
  border: 1px solid rgb(153, 153, 153);
  position: relative;
  width: 944px;
  height: 259px;
  overflow: hidden;
  margin: -4px 0px 12px;
  box-shadow: rgb(74, 74, 74) 0px 1px 5px;
}

.banner-slides {
  position: absolute;
  inset: 0px;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.banner-slides > li {
  position: absolute;
  inset: 0px;
  opacity: 0;
  transition: opacity 1.6s;
  pointer-events: none;
}

.banner-slides > li:first-child {
  opacity: 1;
}

.banner-slides > li[aria-hidden="true"] {
  opacity: 0;
}

.banner-slides > li.is-current {
  opacity: 1;
  z-index: 1;
}

.banner-slides img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
}

.rotator_caption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 416px;
  font-family: Nunito;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  color: rgb(221, 221, 221);
  background: rgb(0, 0, 0);
  padding: 2px 0px 4px 5px;
}

.banner-progress {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 5px;
  background: rgb(255, 255, 255);
  opacity: 0.5;
  box-shadow: rgb(0, 0, 0) 0px 1px 3px;
  z-index: 2;
  transform: scaleX(0);
  transform-origin: left center;
  pointer-events: none;
}

.banner-control {
  position: absolute;
  z-index: 3;
  border: 0px;
  color: rgb(255, 255, 255);
  background: transparent;
  cursor: pointer;
  text-shadow: rgb(0, 0, 0) 0px 1px 3px;
  font-family: Arial, sans-serif;
  transition: opacity 0.4s;
  padding: 0px;
}

.banner-prev {
  top: 50%;
  width: 40px;
  height: 80px;
  margin-top: -40px;
  font-size: 60px;
  line-height: 70px;
  opacity: 0;
}

.banner-next {
  top: 50%;
  width: 40px;
  height: 80px;
  margin-top: -40px;
  font-size: 60px;
  line-height: 70px;
  opacity: 0;
}

.banner-prev {
  left: 0px;
}

.banner-next {
  right: 0px;
}

.banner-rotator:hover .banner-control {
  opacity: 0.85;
}

.banner-rotator:focus-within .banner-control {
  opacity: 0.85;
}

.banner-control:hover {
  opacity: 1 !important;
}

.banner-control:focus-visible {
  opacity: 1 !important;
}

.banner-control:focus-visible {
  outline: rgb(255, 255, 255) solid 2px;
  outline-offset: -3px;
}

@media (prefers-reduced-motion: reduce) {
  .banner-slides > li {
    transition: none;
  }

  .banner-control {
    transition: none;
  }
}

@media print {
  .banner-control {
    display: none;
  }

  .banner-progress {
    display: none;
  }

  .banner-slides > li {
    transition: none;
  }
}

#rotator-pc {
  display: flow-root;
}

#rotator-pc {
  padding-bottom: 0px;
}

@media screen and (max-width: 989px) {
  #rotator-pc {
    display: none;
  }
}
