/* Marketing Schmiede V2474 – gezielte Audit-Korrekturen ohne Layout-Umbau */

/* Dekorationen und Logo-Laufbänder dürfen keinen horizontalen Seitenscroll erzeugen. */
html,
body {
  overflow-x: hidden;
}

@supports (overflow: clip) {
  html,
  body,
  body.msu-page main > section {
    overflow-x: clip;
  }
}

.ms-logo-marquee {
  max-width: 100% !important;
  overflow: hidden !important;
}

/* Sekundäre Paket-CTAs auf der dunklen Preisfläche wieder klar lesbar. */
body.meta-home #pakete .v95-price-card .btn.ghost {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.11) !important;
  border-color: rgba(255, 255, 255, 0.24) !important;
}

body.meta-home #pakete .v95-price-card .btn.ghost:hover,
body.meta-home #pakete .v95-price-card .btn.ghost:focus-visible {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.18) !important;
  border-color: rgba(255, 255, 255, 0.38) !important;
}

/* Datenschutzdialog vor globalen Überschriften-Effekten schützen. */
.ms-consent-banner h2,
.ms-consent-modal h2 {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: none !important;
}

/* Hinweis unter dem Werbefilm: etwas größer und Links nicht am Bindestrich umbrechen. */
body.film-page .film-video-meta {
  font-size: 12px !important;
}

body.film-page .film-video-meta a {
  white-space: nowrap;
}

@media (max-width: 760px) {
  body.film-page .film-video-meta {
    font-size: 11px !important;
    line-height: 1.6 !important;
  }
}
