/*
 * Einheitlicher Reederei-Hero fuer Flusskreuzfahrt-Experten.de
 *
 * Logo-Dateistandard:
 * - transparente WebP-Datei
 * - 600 x 164 px Canvas
 * - sichtbare Marke optisch normalisiert, nicht verzerrt
 * - CSS-Ausgabe fuer alle modernisierten Reedereien identisch
 *
 * Hero-Standard:
 * - weisser Hintergrund
 * - kein Schatten / keine Hinterlegekarte
 * - responsives 16:9-Bild in Originalproportion
 * - kein erzwungener Bildausschnitt: das komplette Hero-Motiv bleibt sichtbar
 * - auf Mobil keine feste globale Buchungsleiste ueber dem Reederei-Hero
 */
.operator-premium .operator-hero{
  background:#fff!important;
  padding:30px 0 34px!important;
}
.operator-premium .operator-brand-logo{
  display:block!important;
  width:300px!important;
  height:auto!important;
  max-width:100%!important;
  margin:0 0 14px!important;
  filter:none!important;
}
.operator-premium .operator-hero-media{
  min-height:0!important;
  height:auto!important;
  aspect-ratio:16/9!important;
  overflow:hidden!important;
  border-radius:22px!important;
  box-shadow:none!important;
  background:transparent!important;
}
.operator-premium .operator-hero-media picture{
  display:block!important;
  width:100%!important;
  height:100%!important;
}
.operator-premium .operator-hero-media img{
  position:static!important;
  inset:auto!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:center center!important;
}
.operator-premium #flusskreuzfahrt-suchen{
  scroll-margin-top:104px!important;
}
@media(max-width:900px){
  .operator-premium .operator-hero{
    padding:20px 0 30px!important;
  }
  .operator-premium .operator-brand-logo{
    width:280px!important;
    margin-bottom:12px!important;
  }
}
@media(max-width:680px){
  .operator-premium .operator-hero{
    padding:14px 0 24px!important;
  }
  .operator-premium .operator-brand-logo{
    width:250px!important;
    margin-bottom:9px!important;
  }
  .operator-premium .operator-hero-media{
    border-radius:15px!important;
  }
}
@media(max-width:760px){
  body.operator-premium{
    padding-bottom:0!important;
  }
  .operator-premium .mobile-booking-bar{
    display:none!important;
  }
}
