/* Feintuning der Startseiten-Slideshow: Text bleibt links, Gesichter frei. */
@media (min-width: 768px) {
  #slide-fullwidth.home-slideshow .sppb-slideshow-fullwidth-item-bg .col-sm-8 {
    width: 36% !important;
    max-width: 36% !important;
    flex-basis: 36% !important;
    margin-left: 3% !important;
  }
}

#slide-fullwidth.home-slideshow .home-slide-brand,
#slide-fullwidth.home-slideshow .home-slide-location {
  display: block;
}

#slide-fullwidth.home-slideshow .home-slide-brand {
  white-space: nowrap;
  letter-spacing: 0.08em;
}

#slide-fullwidth.home-slideshow .home-slide-location {
  margin-top: 0.3rem;
  letter-spacing: 0.12em;
}

@media (max-width: 767px) {
  #slide-fullwidth.home-slideshow-ready > .sppb-slideshow-fullwidth-item .sppb-slideshow-fullwidth-item-bg {
    background-size: auto 108% !important;
    background-position: 48% 70% !important;
    padding-top: clamp(420px, 64svh, 600px) !important;
  }

  #slide-fullwidth.home-slideshow-ready > .sppb-slideshow-fullwidth-item:nth-child(2) .sppb-slideshow-fullwidth-item-bg {
    background-size: auto 104% !important;
    background-position-y: 60% !important;
  }

  #slide-fullwidth.home-slideshow-ready > .sppb-slideshow-fullwidth-item:nth-child(1) .sppb-slideshow-fullwidth-item-bg {
    background-size: auto 102% !important;
    background-position-x: 70% !important;
    background-position-y: 0% !important;
  }

  #slide-fullwidth.home-slideshow-ready > .sppb-slideshow-fullwidth-item:nth-child(4) .sppb-slideshow-fullwidth-item-bg {
    background-size: auto 115% !important;
    background-position-y: 100% !important;
  }

  #slide-fullwidth.home-slideshow .home-slide-brand {
    font-size: 11px;
    letter-spacing: 0.04em;
  }

  #slide-fullwidth.home-slideshow .home-slide-location {
    font-size: 11px;
  }
}
