/* Shared responsive layer — all design variants.
   Breakpoints: Mobile ≤768 · Tablet 769–1200 · Desktop ≥1201 */

@import url("header.css");

:root {
  --app-nav-h: var(--dc-header-h, 124px);
  --app-safe-bottom: env(safe-area-inset-bottom, 0px);
  --bp-mobile: 768px;
  --bp-tablet: 1200px;
  --stories-card-w: 340px;
  --stories-card-h: 560px;
  --stories-stage-h: calc(var(--stories-card-h) + 40px);
  --accent: #E7D7B6;
}

/* —— Footer: „Erstellt von“ Credit —— */
.footer-credit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  line-height: 1;
  color: inherit;
}

.footer-credit-link {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  text-decoration: none;
}

.footer-credit-mark {
  display: block;
  width: 32px;
  height: 22px;
  background-color: var(--accent, #E7D7B6);
  -webkit-mask: url("/images/moesslacher.png") center / contain no-repeat;
  mask: url("/images/moesslacher.png") center / contain no-repeat;
}

.footer-credit-link:hover .footer-credit-mark,
.footer-credit-link:focus-visible .footer-credit-mark {
  opacity: 0.75;
}

/* —— Unterseiten-Hero: Bild + Gradient-Overlay —— */
.dc-sub-hero {
  position: relative;
  width: 100%;
  height: 640px;
  overflow: hidden;
  background: #333333;
}

.dc-sub-hero-media {
  position: absolute;
  inset: 0;
}

.dc-sub-hero-media image-slot {
  display: block;
  width: 100%;
  height: 100%;
}

.dc-sub-hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      to top,
      rgba(18, 14, 10, 0.5) 0%,
      rgba(18, 14, 10, 0.18) 38%,
      transparent 68%
    ),
    linear-gradient(
      90deg,
      rgba(36, 21, 16, 0.92) 0%,
      rgba(36, 21, 16, 0.62) 30%,
      rgba(36, 21, 16, 0.28) 52%,
      transparent 68%
    );
}

.dc-sub-hero-copy {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 0 max(56px, 4vw);
  pointer-events: none;
  box-sizing: border-box;
}

.dc-sub-hero-copy > div {
  width: 100%;
  max-width: 1760px;
  margin: 0 auto;
}

.dc-sub-hero-copy a {
  pointer-events: auto;
}

@media (max-width: 768px) {
  .dc-sub-hero {
    height: auto;
    min-height: min(580px, 88vh);
  }

  .dc-sub-hero-media {
    position: absolute;
    inset: 0;
    min-height: min(580px, 88vh);
  }

  .dc-sub-hero-scrim {
    background:
      linear-gradient(
        to top,
        rgba(18, 14, 10, 0.92) 0%,
        rgba(18, 14, 10, 0.78) 36%,
        rgba(18, 14, 10, 0.48) 58%,
        rgba(18, 14, 10, 0.22) 78%,
        rgba(18, 14, 10, 0.08) 100%
      ) !important;
  }

  .dc-sub-hero-copy {
    position: relative;
    inset: auto;
    align-items: flex-end;
    min-height: min(580px, 88vh);
    padding: 108px 18px 32px;
  }

  .dc-sub-hero-copy > div > div[style*="display:flex"][style*="gap:14px"],
  .dc-sub-hero-copy > div > div[style*="display:flex"][style*="gap: 14px"] {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .dc-sub-hero-copy > div > div[style*="display:flex"] > a {
    text-align: center !important;
  }
}

/* —— Stories: Karten + Embeds immer vollständig sichtbar —— */
#stories,
#erfahrungen {
  overflow-x: clip;
  overflow-y: visible;
}

.dc-stories-stage {
  height: var(--stories-stage-h) !important;
  min-height: var(--stories-stage-h) !important;
  overflow: visible !important;
}

.dc-reel-card {
  width: var(--stories-card-w) !important;
  height: var(--stories-card-h) !important;
  max-width: var(--stories-card-w) !important;
  max-height: var(--stories-card-h) !important;
}

/* Header-Nav: immer eine Zeile, Links bleiben klickbar */
#dc-root .dc-nav {
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
  align-items: center;
  gap: clamp(8px, 0.8vw, 14px) !important;
  font-size: clamp(12px, 0.9vw, 13.5px) !important;
}
#dc-root .dc-nav > a {
  white-space: nowrap;
  flex: 0 0 auto;
}

/* Section-Kicker (12px, uppercase, letter-spacing): weniger fett */
#dc-root [style*="font-size:12px"][style*="letter-spacing:0.14em"][style*="text-transform:uppercase"],
#dc-root [style*="font-size: 12px"][style*="letter-spacing: 0.14em"][style*="text-transform: uppercase"] {
  font-weight: 500 !important;
}

/* Eignungs-Check: Antwortoptionen weniger fett */
#eignung div[style*="cursor:pointer"] > div[style*="font-weight:600"]:first-child,
#eignung div[style*="cursor: pointer"] > div[style*="font-weight: 600"]:first-child {
  font-weight: 500 !important;
}

/* Header: Telefon + Termin weniger fett */
#dc-root [style*="position:sticky"][style*="z-index:60"] > div:last-child a[style*="font-weight:600"],
#dc-root [style*="position:sticky"][style*="z-index:60"] > div:last-child a[style*="font-weight: 600"] {
  font-weight: 500 !important;
}

/* Leistungen: Service-CTAs weniger fett */
#leistungen a[style*="font-size:14px"][style*="font-weight:600"][style*="margin-top:auto"],
#leistungen a[style*="font-size: 14px"][style*="font-weight: 600"][style*="margin-top: auto"],
#leistungen .dc-svc-card-cta {
  font-weight: 500 !important;
}

/* Leistungen: Hochformat-Cards (Bild links, Text rechts) */
#leistungen .dc-svc-card {
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
#leistungen .dc-svc-card:hover {
  border-color: #C9A090;
  box-shadow: 0 10px 28px rgba(58, 36, 28, 0.08);
}
#leistungen .dc-svc-card:hover .dc-svc-card-cta {
  text-decoration: underline;
  text-underline-offset: 3px;
}
#leistungen .dc-svc-card-media {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background: #E6E2DA;
}
#leistungen .dc-svc-card-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

@media (max-width: 768px) {
  #leistungen .dc-svc-card {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
  }
  #leistungen .dc-svc-card-media {
    min-height: 0;
    aspect-ratio: 4 / 5;
    max-height: 440px;
  }
}

/* Hero: Akzent-Zitatzeile weniger fett */
#dc-root .dc-hero-copy h1 + div[style*="font-style:italic"],
#dc-root .dc-hero-copy h1 + div[style*="font-style: italic"] {
  font-weight: 400 !important;
}

/* —— Hero Overlay (Inset-Bild + Text im Bild) —— */
#dc-root .dc-hero-overlay {
  box-sizing: border-box;
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
  padding-left: max(3.5rem, calc((100vw - 80rem) / 2)) !important;
  padding-right: max(3.5rem, calc((100vw - 80rem) / 2)) !important;
}

/* Overlay-Hero (alle Themes): volle Viewport-Breite + dunkles Overlay, Peek-Reel */
#dc-root .dc-hero-overlay.dc-theme-sand,
#dc-root .dc-hero-overlay.dc-theme-bronze,
#dc-root .dc-hero-overlay.dc-theme-gold,
#dc-root .dc-hero-overlay.dc-theme-cream {
  padding: 0 !important;
  overflow-x: clip;
}

#dc-root .dc-hero-overlay.dc-theme-sand,
#dc-root .dc-hero-overlay.dc-theme-bronze,
#dc-root .dc-hero-overlay.dc-theme-gold {
  background: #FFFFFF !important;
}

#dc-root .dc-hero-overlay.dc-theme-cream {
  background: #F7F3E9 !important;
}

#dc-root .dc-hero-overlay.dc-theme-sand .dc-hero-stage,
#dc-root .dc-hero-overlay.dc-theme-sand .dc-hero-carousel,
#dc-root .dc-hero-overlay.dc-theme-bronze .dc-hero-stage,
#dc-root .dc-hero-overlay.dc-theme-bronze .dc-hero-carousel,
#dc-root .dc-hero-overlay.dc-theme-gold .dc-hero-stage,
#dc-root .dc-hero-overlay.dc-theme-gold .dc-hero-carousel,
#dc-root .dc-hero-overlay.dc-theme-cream .dc-hero-stage,
#dc-root .dc-hero-overlay.dc-theme-cream .dc-hero-carousel {
  width: 100% !important;
  max-width: none !important;
  border-radius: 0 !important;
  overflow: visible !important;
}

#dc-root .dc-hero-overlay.dc-theme-sand .dc-hero-rail,
#dc-root .dc-hero-overlay.dc-theme-bronze .dc-hero-rail,
#dc-root .dc-hero-overlay.dc-theme-gold .dc-hero-rail,
#dc-root .dc-hero-overlay.dc-theme-cream .dc-hero-rail {
  left: 50% !important;
  width: 100vw !important;
  margin-left: -50vw !important;
  border-radius: 0 !important;
}

#dc-root .dc-hero-overlay.dc-theme-sand .dc-hero-rail,
#dc-root .dc-hero-overlay.dc-theme-bronze .dc-hero-rail,
#dc-root .dc-hero-overlay.dc-theme-gold .dc-hero-rail {
  background: #FFFFFF !important;
}

#dc-root .dc-hero-overlay.dc-theme-cream .dc-hero-rail {
  background: #F7F3E9 !important;
}

#dc-root .dc-hero-overlay.dc-theme-sand .dc-hero-scrim,
#dc-root .dc-hero-overlay.dc-theme-gold .dc-hero-scrim,
#dc-root .dc-hero-overlay.dc-theme-cream .dc-hero-scrim {
  display: block !important;
  inset: 0 !important;
  width: 100% !important;
  /* Links dunkel für Textlesbarkeit, rechts fast klar für Peek-Vorschau */
  background:
    linear-gradient(
      90deg,
      rgba(18, 14, 10, 0.82) 0%,
      rgba(18, 14, 10, 0.55) 28%,
      rgba(18, 14, 10, 0.18) 48%,
      rgba(18, 14, 10, 0.04) 62%,
      rgba(18, 14, 10, 0) 78%
    ) !important;
}

#dc-root .dc-hero-overlay.dc-theme-bronze .dc-hero-scrim {
  display: block !important;
  inset: 0 !important;
  width: 100% !important;
  /* Unten transparent → weich nach oben; ab Mitte nach rechts voll transparent */
  background:
    linear-gradient(
      to top,
      rgba(18, 14, 10, 0) 0%,
      rgba(18, 14, 10, 0.12) 28%,
      rgba(18, 14, 10, 0.38) 58%,
      rgba(18, 14, 10, 0.62) 100%
    ) !important;
  -webkit-mask-image: linear-gradient(
    to right,
    #000 0%,
    #000 32%,
    rgba(0, 0, 0, 0.45) 42%,
    transparent 50%
  );
  mask-image: linear-gradient(
    to right,
    #000 0%,
    #000 32%,
    rgba(0, 0, 0, 0.45) 42%,
    transparent 50%
  );
}

/* Hero-Copy = gleiche linke Kante wie #leistungen */
#dc-root .dc-hero-overlay.dc-theme-sand .dc-hero-copy,
#dc-root .dc-hero-overlay.dc-theme-bronze .dc-hero-copy,
#dc-root .dc-hero-overlay.dc-theme-gold .dc-hero-copy,
#dc-root .dc-hero-overlay.dc-theme-cream .dc-hero-copy {
  justify-content: flex-start !important;
  align-items: center !important;
  text-align: left !important;
  padding-top: 48px !important;
  padding-bottom: 48px !important;
  padding-left: max(56px, calc((100vw - 1760px) / 2)) !important;
  padding-right: 56px !important;
}

#dc-root .dc-hero-overlay.dc-theme-sand .dc-hero-copy-inner,
#dc-root .dc-hero-overlay.dc-theme-bronze .dc-hero-copy-inner,
#dc-root .dc-hero-overlay.dc-theme-gold .dc-hero-copy-inner,
#dc-root .dc-hero-overlay.dc-theme-cream .dc-hero-copy-inner {
  max-width: min(560px, 52%) !important;
  margin: 0 !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  text-align: left !important;
}

#dc-root .dc-hero-overlay.dc-theme-sand .dc-hero-ctas,
#dc-root .dc-hero-overlay.dc-theme-bronze .dc-hero-ctas,
#dc-root .dc-hero-overlay.dc-theme-gold .dc-hero-ctas,
#dc-root .dc-hero-overlay.dc-theme-cream .dc-hero-ctas {
  justify-content: flex-start !important;
}

#dc-root .dc-hero-overlay .dc-hero-stage,
#dc-root .dc-hero-overlay .dc-hero-carousel {
  position: relative;
  width: 100%;
  height: clamp(520px, 74vh, 760px);
  min-height: 480px;
  overflow: visible;
  background: transparent;
}

#dc-root .dc-hero-overlay .dc-hero-rail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  z-index: 0;
  overflow: hidden;
  background: #FFFFFF;
}

#dc-root .dc-hero-overlay {
  overflow-x: clip;
}

#dc-root .dc-hero-overlay .dc-hero-slide {
  will-change: transform, left, opacity;
}

#dc-root .dc-hero-overlay .dc-hero-slide image-slot,
#dc-root .dc-hero-overlay .dc-hero-slide img,
#dc-root .dc-hero-overlay .dc-hero-slide video.dc-hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

#dc-root .dc-hero-overlay .dc-hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  overflow: hidden;
  background: #FFFFFF;
}

#dc-root .dc-hero-overlay .dc-hero-media-shift image-slot,
#dc-root .dc-hero-overlay .dc-hero-media-shift img,
#dc-root .dc-hero-overlay .dc-hero-media-shift picture,
#dc-root .dc-hero-overlay .dc-hero-media-shift video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% center;
  transform: scale(1.06);
  transform-origin: 70% center;
}

#dc-root .dc-hero-overlay .dc-hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 25;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(18, 14, 10, 0.78) 0%,
      rgba(18, 14, 10, 0.52) 38%,
      rgba(18, 14, 10, 0.18) 62%,
      rgba(18, 14, 10, 0.04) 100%
    );
}

#dc-root .dc-hero-overlay .dc-hero-copy {
  position: absolute;
  inset: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 48px 56px !important;
  background: transparent !important;
  color: #fffbf7;
  box-sizing: border-box;
}

#dc-root .dc-hero-overlay .dc-hero-copy-inner {
  max-width: min(560px, 52%);
  margin: 0;
}

#dc-root .dc-hero-overlay .dc-hero-ctas {
  justify-content: flex-start !important;
}

/* Cyan: Fullscreen-Hero nur Desktop — Mobil/Tablet behalten die kompakte Höhe */
@media (min-width: 1201px) {
  #dc-root .dc-hero-v2.dc-hero-full {
    height: calc(100dvh - var(--app-nav-h)) !important;
    min-height: calc(100svh - var(--app-nav-h)) !important;
    container-type: size;
    container-name: hero-full;
  }

  #dc-root .dc-hero-v2.dc-hero-full .dc-hero-copy {
    padding:
      clamp(12px, 4cqh, 56px)
      clamp(16px, 4.5cqw, 56px)
      clamp(72px, 13cqh, 120px) !important;
  }

  #dc-root .dc-hero-v2.dc-hero-full .dc-hero-card {
    width: min(44rem, 92%) !important;
    max-width: min(44rem, 92%) !important;
    max-height: calc(100cqh - 6.5rem) !important;
    padding: clamp(16px, 4cqh, 48px) clamp(18px, 3.4cqw, 48px) !important;
    box-sizing: border-box !important;
  }

  #dc-root .dc-hero-v2.dc-hero-full .dc-hero-card > div:first-child {
    margin-bottom: clamp(10px, 2cqh, 18px) !important;
  }

  #dc-root .dc-hero-v2.dc-hero-full .dc-hero-card h1 {
    font-size: clamp(1.45rem, 5.8cqh, 3.2rem) !important;
    margin: 0 0 clamp(8px, 1.6cqh, 14px) !important;
  }

  #dc-root .dc-hero-v2.dc-hero-full .dc-hero-card h1 + div {
    font-size: clamp(0.95rem, 2.2cqh, 1.35rem) !important;
    margin-bottom: clamp(8px, 1.8cqh, 16px) !important;
  }

  #dc-root .dc-hero-v2.dc-hero-full .dc-hero-card > p {
    font-size: clamp(0.84rem, 1.85cqh, 1.08rem) !important;
    margin: 0 0 clamp(12px, 2.4cqh, 22px) !important;
  }

  #dc-root .dc-hero-v2.dc-hero-full .dc-hero-facts {
    gap: clamp(8px, 2.1cqh, 18px) !important;
    margin: 0 0 clamp(12px, 2.4cqh, 22px) !important;
  }

  #dc-root .dc-hero-v2.dc-hero-full .dc-hero-fact-label {
    font-size: clamp(12.5px, 1.7cqh, 15px) !important;
  }

  #dc-root .dc-hero-v2.dc-hero-full .dc-hero-fact-icon {
    width: clamp(22px, 3.2cqh, 28px) !important;
    height: clamp(22px, 3.2cqh, 28px) !important;
  }

  #dc-root .dc-hero-v2.dc-hero-full .dc-hero-ctas {
    gap: clamp(8px, 1.6cqh, 14px) !important;
  }

  #dc-root .dc-hero-v2.dc-hero-full .dc-hero-ctas > a {
    padding: clamp(10px, 1.7cqh, 16px) clamp(16px, 2.2cqw, 28px) !important;
    font-size: clamp(13px, 1.6cqh, 16px) !important;
  }
}

@keyframes dc-hero-dot-fill {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

/* Hero-Dots: mittig, hoher Kontrast, Fortschrittsbalken */
#dc-root .dc-hero-dots {
  align-items: flex-start !important;
  justify-content: center !important;
  left: 0 !important;
  right: 0 !important;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.58));
}

#dc-root .dc-hero-dots > div {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  min-width: 88px !important;
  max-width: none !important;
  text-align: center !important;
}

#dc-root .dc-hero-dots > div > div:first-child {
  flex-shrink: 0 !important;
}

#dc-root .dc-hero-dot-track {
  position: relative;
  height: 4px;
  border-radius: 2px;
  overflow: hidden;
  background: rgba(255,255,255,0.38);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.28);
}

#dc-root .dc-hero-dot-fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

#dc-root .dc-hero-facts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  min-width: 0;
}

#dc-root .dc-hero-fact {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

#dc-root .dc-hero-fact-label {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
}

#dc-root .dc-hero-fact-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: currentColor;
  -webkit-mask: var(--dc-hero-ico) center / contain no-repeat;
  mask: var(--dc-hero-ico) center / contain no-repeat;
}

#dc-root .dc-hero-fact-icon--fit {
  --dc-hero-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 9V5h4M16 5h4v4M20 15v4h-4M8 19H4v-4'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E");
}

#dc-root .dc-hero-fact-icon--gentle {
  --dc-hero-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l8 4v6c0 5-3.4 8.2-8 9.5C7.4 21.2 4 18 4 13V7l8-4z'/%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3C/svg%3E");
}

#dc-root .dc-hero-fact-icon--sport {
  --dc-hero-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12c1.5-2 3.5-3 6-3s4.5 1 6 3 3.5 3 6 3'/%3E%3Cpath d='M3 17c1.5-2 3.5-3 6-3s4.5 1 6 3 3.5 3 6 3'/%3E%3Cpath d='M3 7c1.5-2 3.5-3 6-3s4.5 1 6 3 3.5 3 6 3'/%3E%3C/svg%3E");
}

#dc-root .dc-hero-fact-icon--protect {
  --dc-hero-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l8 4v6c0 5-3.4 8.2-8 9.5C7.4 21.2 4 18 4 13V7l8-4z'/%3E%3Cpath d='M12 8v8M8 12h8'/%3E%3C/svg%3E");
}

#dc-root .dc-hero-fact-icon--color {
  --dc-hero-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3s-7 8-7 12a7 7 0 0014 0c0-4-7-12-7-12z'/%3E%3C/svg%3E");
}

#dc-root .dc-hero-fact-icon--invisible {
  --dc-hero-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 12s3.5-7 10-7 10 7 10 7-3.5 7-10 7S2 12 2 12z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E");
}

#dc-root .dc-hero-fact-icon--analyse {
  --dc-hero-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M20 20l-3.5-3.5'/%3E%3C/svg%3E");
}

#dc-root .dc-hero-fact-icon--bio {
  --dc-hero-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 21s1-9 9-11c0 0 6-1 7 5-7 1-9 8-9 8'/%3E%3Cpath d='M9 13c2-2 5-4 10-5'/%3E%3C/svg%3E");
}

#dc-root .dc-hero-fact-icon--laser {
  --dc-hero-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 2L4 14h7l-1 8 10-14h-7l0-6z'/%3E%3C/svg%3E");
}

#dc-root .dc-hero-fact-icon--relax {
  --dc-hero-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 8c2-2 4-2 6 0s4 2 6 0 4-2 6 0'/%3E%3Cpath d='M4 13c2-2 4-2 6 0s4 2 6 0 4-2 6 0'/%3E%3Cpath d='M4 18c2-2 4-2 6 0s4 2 6 0 4-2 6 0'/%3E%3C/svg%3E");
}

#dc-root .dc-hero-fact-icon--growth {
  --dc-hero-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21V8'/%3E%3Cpath d='M12 8c2-4 6-5 8-5-1 4-4 6-8 6'/%3E%3Cpath d='M12 11c-2-3-5-4-7-4 1 3 3 5 7 5'/%3E%3C/svg%3E");
}

#eignung .dc-wiz-opt {
  display: flex;
  flex-direction: column;
}

#eignung .dc-wiz-opt-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  flex: none;
  background: rgba(46, 42, 37, 0.06);
}

#eignung .dc-wiz-opt-img image-slot {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.dc-section {
  scroll-margin-top: calc(var(--dc-header-h, 124px) + 12px);
}

#anfrage,
#kontakt,
#was,
#vorteile,
#funktioniert,
#vorher-nachher {
  scroll-margin-top: calc(var(--dc-header-h, 124px) + 12px);
}

/* —— Global: no horizontal scroll —— */
@media (max-width: 1200px) {
  html,
  body {
    overflow-x: hidden !important;
    max-width: 100% !important;
  }

  #dc-root,
  #dc-root > .sc-host {
    max-width: 100% !important;
  }

  #stories,
  #erfahrungen {
    overflow-x: clip !important;
    overflow-y: visible !important;
    max-width: 100% !important;
  }

  #stories .dc-stories-stage,
  #erfahrungen .dc-stories-stage {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* Desktop: Header bleibt eine Zeile, Nav hat Platz neben Logo und CTA */
@media (min-width: 1201px) {
  #dc-root [style*="position: sticky"][style*="z-index: 60"],
  #dc-root [style*="position:sticky"][style*="z-index:60"] {
    flex-wrap: nowrap !important;
    align-items: center !important;
  }
}

@media (min-width: 1201px) and (max-width: 1480px) {
  #dc-root [style*="position: sticky"][style*="z-index: 60"],
  #dc-root [style*="position:sticky"][style*="z-index:60"] {
    padding-left: 18px !important;
    padding-right: 18px !important;
    gap: 14px !important;
  }
}

/* —— Tablet + Mobile (≤1200): header, spacing (Overlay-Hero stapelt erst ≤768) —— */
@media (max-width: 1200px) {
  #dc-root [style*="position: sticky"][style*="z-index: 60"],
  #dc-root [style*="position:sticky"][style*="z-index:60"] {
    padding: 12px 16px !important;
    gap: 12px !important;
  }

  #dc-root [style*="position: sticky"][style*="z-index: 60"] > div:nth-child(2),
  #dc-root [style*="position:sticky"][style*="z-index:60"] > div:nth-child(2) {
    display: none !important;
  }

  #dc-root [style*="position: sticky"][style*="z-index: 60"] > div:last-child,
  #dc-root [style*="position:sticky"][style*="z-index:60"] > div:last-child {
    gap: 10px !important;
    margin-right: 48px;
  }

  #dc-root .dc-hero-v2.dc-hero-full,
  #dc-root [style*="height: 720px"]:not(.dc-hero-v1):not(.dc-hero-v3):not(.dc-hero-full),
  #dc-root [style*="height:720px"]:not(.dc-hero-v1):not(.dc-hero-v3):not(.dc-hero-full),
  #dc-root .dc-hero:not(.dc-hero-v1):not(.dc-hero-v3):not(.dc-hero-full) {
    height: min(68vh, 580px) !important;
  }

  #dc-root .dc-hero-v1 {
    height: min(72vh, 620px) !important;
    grid-template-columns: minmax(0, 0.44fr) minmax(0, 0.56fr) !important;
  }

  /* Legacy v3 ohne Overlay — Overlay-Hero bleibt wie Desktop (auch Tablet) */
  #dc-root .dc-hero-v3:not(.dc-hero-overlay) .dc-hero-media {
    height: min(46vh, 440px) !important;
  }

  #dc-root .dc-hero-v3:not(.dc-hero-overlay) .dc-hero-copy {
    padding-left: 28px !important;
    padding-right: 28px !important;
    text-align: left !important;
  }

  #dc-root .dc-hero:not(.dc-hero-overlay) > .dc-hero-copy {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  /* Overlay-Hero: Tablet wie Desktop (volle Breite, Scrim, Text im Bild) */
  #dc-root .dc-hero-overlay {
    padding: 0 !important;
  }

  #dc-root .dc-hero-overlay.dc-theme-sand,
  #dc-root .dc-hero-overlay.dc-theme-bronze,
  #dc-root .dc-hero-overlay.dc-theme-gold,
  #dc-root .dc-hero-overlay.dc-theme-cream {
    padding: 0 !important;
  }

  #dc-root [style*="padding: 100px 56px"],
  #dc-root [style*="padding: 110px 56px"],
  #dc-root [style*="padding: 120px 56px"],
  #dc-root [style*="padding:100px 56px"],
  #dc-root [style*="padding:110px 56px"],
  #dc-root [style*="padding:120px 56px"],
  #dc-root [style*="padding:100px max(56px, 4vw)"],
  #dc-root [style*="padding:110px max(56px, 4vw)"],
  #dc-root [style*="padding:36px max(56px, 4vw)"] {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  #dc-root [style*="padding: 0px 56px"],
  #dc-root [style*="padding: 0 56px"],
  #dc-root [style*="padding:0 56px"],
  #dc-root [style*="padding:0 max(56px, 4vw)"],
  #dc-root [style*="padding:0 max(56px, 4vw, calc((100vw - 1760px) / 2))"] {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  #dc-root h1 {
    font-size: clamp(1.85rem, 4.2vw, 2.65rem) !important;
    line-height: 1.12 !important;
  }

  #dc-root h2 {
    font-size: clamp(1.45rem, 3.2vw, 2.05rem) !important;
    line-height: 1.18 !important;
  }

  .gallery-back {
    top: 70px;
  }

  /* So funktioniert's: kein Sticky im Einspalten-Layout (Schritte würden darunter durchlaufen) */
  #funktioniert > div > div[style*="position:sticky"],
  #funktioniert > div > div[style*="position: sticky"] {
    position: static !important;
    top: auto !important;
  }

  /* Was-es-ist: Bild über Text, volle Textbreite ohne Abschneiden */
  #was > div {
    display: flex !important;
    flex-direction: column !important;
    gap: 32px !important;
    align-items: stretch !important;
  }

  #was > div > * {
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    overflow: visible !important;
  }

  #was image-slot {
    height: min(380px, 62vw) !important;
    flex-shrink: 0 !important;
  }

  #was h2,
  #was p {
    overflow-wrap: break-word !important;
    word-break: break-word !important;
  }
}

/* —— Tablet only (769–1200): gemischte Grids —— */
@media (min-width: 769px) and (max-width: 1200px) {
  /* Leistungen + Preise: 2 Spalten */
  #leistungen [style*="repeat(3, minmax(0px, 1fr))"],
  #leistungen [style*="repeat(3, minmax(0, 1fr))"],
  #leistungen [style*="repeat(3,minmax(0,1fr))"],
  #preise [style*="repeat(3, minmax(0px, 1fr))"],
  #preise [style*="repeat(3, minmax(0, 1fr))"],
  #preise [style*="repeat(3,minmax(0,1fr))"] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px !important;
  }

  /* Rest: 1 Spalte */
  #dc-root [style*="repeat(3, minmax(0px, 1fr))"],
  #dc-root [style*="repeat(3, minmax(0, 1fr))"],
  #dc-root [style*="repeat(3,minmax(0,1fr))"],
  #dc-root [style*="repeat(2, minmax(0px, 1fr))"],
  #dc-root [style*="repeat(2, minmax(0, 1fr))"],
  #dc-root [style*="repeat(2,minmax(0,1fr))"],
  #dc-root [style*="minmax(0px, 1fr) minmax(0px, 1.3fr)"],
  #dc-root [style*="minmax(0,1fr) minmax(0,1.3fr)"],
  #dc-root [style*="minmax(0px, 1fr) minmax(0px, 1fr)"],
  #dc-root [style*="minmax(0,1fr) minmax(0,1fr)"],
  #dc-root [style*="minmax(0px, 1fr) minmax(0px, 1.1fr)"],
  #dc-root [style*="minmax(0,1fr) minmax(0,1.1fr)"],
  #dc-root [style*="minmax(0px, 0.85fr) minmax(0px, 1fr)"],
  #dc-root [style*="minmax(0,0.85fr) minmax(0,1fr)"],
  #dc-root [style*="minmax(0px, 1fr) minmax(0px, 1.15fr)"],
  #dc-root [style*="minmax(0,1fr) minmax(0,1.15fr)"],
  #dc-root [style*="minmax(0px, 1fr) minmax(0px, 1.2fr)"],
  #dc-root [style*="minmax(0,1fr) minmax(0,1.2fr)"] {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  /* Leistungen/Preise override muss nach allgemeiner 1-col-Regel greifen */
  #leistungen .dc-svc-grid,
  #leistungen [style*="repeat(2, minmax(0px, 1fr))"],
  #leistungen [style*="repeat(2, minmax(0, 1fr))"],
  #leistungen [style*="repeat(2,minmax(0,1fr))"],
  #leistungen [style*="repeat(3, minmax(0px, 1fr))"],
  #leistungen [style*="repeat(3, minmax(0, 1fr))"],
  #leistungen [style*="repeat(3,minmax(0,1fr))"],
  #preise [style*="repeat(3, minmax(0px, 1fr))"],
  #preise [style*="repeat(3, minmax(0, 1fr))"],
  #preise [style*="repeat(3,minmax(0,1fr))"] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  /* Leistungen-Cards: Split wie Desktop (nicht stapeln) */
  #leistungen .dc-svc-card {
    grid-template-columns: minmax(160px, 0.82fr) minmax(0, 1.18fr) !important;
    min-height: 320px !important;
  }
  #leistungen .dc-svc-card-media {
    min-height: 320px !important;
    max-height: none !important;
    aspect-ratio: auto !important;
  }

  #dc-root .dc-hero-v3-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 28px !important;
  }

  :root {
    --stories-card-w: min(340px, calc(100vw - 140px));
    --stories-card-h: calc(var(--stories-card-w) * 560 / 340);
    --stories-stage-h: calc(var(--stories-card-h) + 48px);
  }
}

/* —— Tablet + Mobile (≤1200): Team Text + Trust-Badges —— */
@media (max-width: 1200px) {
  #team .dc-team-intro-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 28px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  #team .dc-team-intro-grid > image-slot,
  #team #d15-studio {
    order: -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: min(380px, 48vw) !important;
  }

  #team,
  #team > div,
  #team .dc-team-intro-copy {
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  #team .dc-team-intro-copy h2,
  #team .dc-team-intro-copy p {
    max-width: 100% !important;
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
  }

  #team .dc-team-badges {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: none !important;
  }

  #team .dc-team-badges > div {
    flex: 1 1 0 !important;
    min-width: 0 !important;
  }

  #team .dc-team-badges > div > div:first-child {
    font-size: clamp(1.35rem, 3.2vw, 1.75rem) !important;
  }

  #team .dc-team-badges > div > div:last-child {
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  #team .dc-team-partner {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 20px !important;
    padding: 28px 22px !important;
    grid-template-columns: none !important;
  }

  #team .dc-team-partner-cta {
    justify-content: flex-start !important;
    width: 100% !important;
  }

  #team .dc-team-partner-cta > a {
    white-space: normal !important;
    text-align: center;
  }
}

/* —— Mobile (≤768) —— */
@media (max-width: 768px) {
  :root {
    --dc-page-gutter: 20px;
  }

  body.has-app-nav {
    padding-bottom: calc(var(--app-nav-h) + var(--app-safe-bottom) + 8px);
  }

  #dc-root [style*="position: sticky"][style*="z-index: 60"] > div:last-child > a[href^="tel:"],
  #dc-root [style*="position:sticky"][style*="z-index:60"] > div:last-child > a[href^="tel:"] {
    display: none !important;
  }

  #dc-root [style*="position: sticky"][style*="z-index: 60"] > div:last-child > a[href^="#"],
  #dc-root [style*="position:sticky"][style*="z-index:60"] > div:last-child > a[href^="#"] {
    padding: 10px 14px !important;
    font-size: 13px !important;
  }

  #dc-root .dc-hero-v2.dc-hero-full,
  #dc-root [style*="height: 720px"]:not(.dc-hero-v1):not(.dc-hero-v3):not(.dc-hero-full),
  #dc-root [style*="height:720px"]:not(.dc-hero-v1):not(.dc-hero-v3):not(.dc-hero-full),
  #dc-root .dc-hero:not(.dc-hero-v1):not(.dc-hero-v3):not(.dc-hero-full) {
    height: min(78vh, 600px) !important;
    min-height: 480px !important;
  }

  #dc-root [style*="padding: 100px 56px"],
  #dc-root [style*="padding: 110px 56px"],
  #dc-root [style*="padding: 120px 56px"],
  #dc-root [style*="padding:100px 56px"],
  #dc-root [style*="padding:110px 56px"],
  #dc-root [style*="padding:120px 56px"],
  #dc-root [style*="padding:100px max(56px, 4vw)"],
  #dc-root [style*="padding:110px max(56px, 4vw)"],
  #dc-root [style*="padding:36px max(56px, 4vw)"],
  #dc-root #leistungen,
  #dc-root #eignung,
  #dc-root #preise,
  #dc-root #magazin,
  #dc-root #faq,
  #dc-root #team,
  #dc-root #anfrage,
  #dc-root #kontakt,
  #dc-root #rechtliches {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
    padding-left: var(--dc-page-gutter, 20px) !important;
    padding-right: var(--dc-page-gutter, 20px) !important;
  }

  #dc-root [style*="padding: 0px 56px"],
  #dc-root [style*="padding: 0 56px"],
  #dc-root [style*="padding:0 56px"],
  #dc-root [style*="padding:0 max(56px, 4vw)"],
  #dc-root [style*="padding:0 max(56px, 4vw, calc((100vw - 1760px) / 2))"],
  #dc-root #stories > div {
    padding-left: var(--dc-page-gutter, 20px) !important;
    padding-right: var(--dc-page-gutter, 20px) !important;
  }

  /* Alle Grids → 1 Spalte */
  #dc-root [style*="repeat(3, minmax(0px, 1fr))"],
  #dc-root [style*="repeat(3, minmax(0, 1fr))"],
  #dc-root [style*="repeat(3,minmax(0,1fr))"],
  #dc-root [style*="repeat(2, minmax(0px, 1fr))"],
  #dc-root [style*="repeat(2, minmax(0, 1fr))"],
  #dc-root [style*="repeat(2,minmax(0,1fr))"],
  #dc-root [style*="minmax(0px, 1fr) minmax(0px, 1.3fr)"],
  #dc-root [style*="minmax(0,1fr) minmax(0,1.3fr)"],
  #dc-root [style*="minmax(0px, 1fr) minmax(0px, 1fr)"],
  #dc-root [style*="minmax(0,1fr) minmax(0,1fr)"],
  #dc-root [style*="minmax(0px, 1fr) minmax(0px, 1.1fr)"],
  #dc-root [style*="minmax(0,1fr) minmax(0,1.1fr)"],
  #dc-root [style*="minmax(0px, 0.85fr) minmax(0px, 1fr)"],
  #dc-root [style*="minmax(0,0.85fr) minmax(0,1fr)"],
  #dc-root [style*="minmax(0px, 1fr) minmax(0px, 1.15fr)"],
  #dc-root [style*="minmax(0,1fr) minmax(0,1.15fr)"],
  #dc-root [style*="minmax(0px, 1fr) minmax(0px, 1.2fr)"],
  #dc-root [style*="minmax(0,1fr) minmax(0,1.2fr)"] {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  #dc-root h1 {
    font-size: clamp(1.65rem, 7.5vw, 2.2rem) !important;
  }

  #dc-root h2 {
    font-size: clamp(1.3rem, 5.5vw, 1.7rem) !important;
  }

  #dc-root h3 {
    font-size: clamp(1.05rem, 4.5vw, 1.25rem) !important;
  }

  /* —— Hero kompakt —— */
  #dc-root .dc-hero-copy {
    padding: 16px 18px 96px !important;
    align-items: flex-end !important;
  }

  #dc-root .dc-hero-v1 {
    display: flex !important;
    flex-direction: column-reverse !important;
    height: auto !important;
    min-height: 0 !important;
    grid-template-columns: none !important;
  }

  #dc-root .dc-hero-v1 .dc-hero-media {
    height: 280px !important;
    min-height: 280px !important;
    width: 100% !important;
  }

  #dc-root .dc-hero-v1 .dc-hero-copy {
    padding: 28px 18px 36px !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }

  #dc-root .dc-hero-v2 .dc-hero-copy {
    padding: 16px 18px 88px !important;
    align-items: flex-end !important;
  }

  #dc-root .dc-hero-v2 .dc-hero-copy > div {
    max-width: 100% !important;
    padding: 24px 22px !important;
  }

  #dc-root .dc-hero-v2.dc-hero-full .dc-hero-copy {
    display: none !important;
  }

  #dc-root .dc-hero-v3 {
    height: auto !important;
    min-height: 0 !important;
  }

  #dc-root .dc-hero-v3 .dc-hero-media {
    height: 260px !important;
  }

  #dc-root .dc-hero-v3 .dc-hero-copy {
    padding: 24px 18px 32px !important;
    align-items: flex-start !important;
    text-align: left !important;
  }

  /* Overlay-Hero Mobil: Karussell oben, Text + CTAs darunter */
  #dc-root .dc-hero-overlay {
    padding: 0 !important;
  }

  #dc-root .dc-hero-overlay.dc-theme-sand,
  #dc-root .dc-hero-overlay.dc-theme-bronze,
  #dc-root .dc-hero-overlay.dc-theme-gold,
  #dc-root .dc-hero-overlay.dc-theme-cream {
    padding: 0 !important;
    height: auto !important;
    min-height: 0 !important;
  }

  #dc-root .dc-hero-overlay .dc-hero-stage,
  #dc-root .dc-hero-overlay .dc-hero-carousel,
  #dc-root .dc-hero-overlay.dc-theme-sand .dc-hero-stage,
  #dc-root .dc-hero-overlay.dc-theme-sand .dc-hero-carousel,
  #dc-root .dc-hero-overlay.dc-theme-bronze .dc-hero-stage,
  #dc-root .dc-hero-overlay.dc-theme-bronze .dc-hero-carousel,
  #dc-root .dc-hero-overlay.dc-theme-gold .dc-hero-stage,
  #dc-root .dc-hero-overlay.dc-theme-gold .dc-hero-carousel,
  #dc-root .dc-hero-overlay.dc-theme-cream .dc-hero-stage,
  #dc-root .dc-hero-overlay.dc-theme-cream .dc-hero-carousel {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    background: transparent !important;
  }

  #dc-root .dc-hero-overlay .dc-hero-rail,
  #dc-root .dc-hero-overlay.dc-theme-sand .dc-hero-rail,
  #dc-root .dc-hero-overlay.dc-theme-bronze .dc-hero-rail,
  #dc-root .dc-hero-overlay.dc-theme-gold .dc-hero-rail,
  #dc-root .dc-hero-overlay.dc-theme-cream .dc-hero-rail {
    position: relative !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: 0 !important;
    margin: 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
    height: min(72vw, 320px) !important;
    min-height: 220px !important;
    overflow: hidden !important;
    flex-shrink: 0;
    border-radius: 0 !important;
  }

  #dc-root .dc-hero-overlay .dc-hero-slide {
    left: 50% !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    border-radius: 0 !important;
    transform: translate(-50%, -50%) !important;
    box-shadow: none !important;
  }

  #dc-root .dc-hero-overlay .dc-hero-media {
    height: 100% !important;
  }

  #dc-root .dc-hero-overlay .dc-hero-scrim,
  #dc-root .dc-hero-overlay.dc-theme-sand .dc-hero-scrim,
  #dc-root .dc-hero-overlay.dc-theme-bronze .dc-hero-scrim,
  #dc-root .dc-hero-overlay.dc-theme-gold .dc-hero-scrim,
  #dc-root .dc-hero-overlay.dc-theme-cream .dc-hero-scrim {
    display: none !important;
  }

  #dc-root .dc-hero-overlay .dc-hero-copy,
  #dc-root .dc-hero-overlay.dc-theme-sand .dc-hero-copy,
  #dc-root .dc-hero-overlay.dc-theme-bronze .dc-hero-copy,
  #dc-root .dc-hero-overlay.dc-theme-gold .dc-hero-copy,
  #dc-root .dc-hero-overlay.dc-theme-cream .dc-hero-copy {
    position: relative !important;
    inset: auto !important;
    z-index: 1 !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    text-align: left !important;
    padding: 24px 18px 32px !important;
    background: transparent !important;
    color: inherit !important;
  }

  #dc-root .dc-hero-overlay .dc-hero-copy-inner,
  #dc-root .dc-hero-overlay.dc-theme-sand .dc-hero-copy-inner,
  #dc-root .dc-hero-overlay.dc-theme-bronze .dc-hero-copy-inner,
  #dc-root .dc-hero-overlay.dc-theme-gold .dc-hero-copy-inner,
  #dc-root .dc-hero-overlay.dc-theme-cream .dc-hero-copy-inner {
    max-width: 100% !important;
    margin: 0 !important;
  }

  #dc-root .dc-hero-overlay .dc-hero-ctas {
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
  }

  #dc-root .dc-hero-overlay .dc-hero-ctas > a {
    text-align: center;
  }

  #dc-root .dc-hero-overlay .dc-hero-copy h1 {
    font-size: clamp(1.65rem, 7.5vw, 2.2rem) !important;
  }

  #dc-root .dc-theme-sand.dc-hero-overlay .dc-hero-copy-inner > div:first-child {
    color: #7E7059 !important;
  }
  #dc-root .dc-theme-sand.dc-hero-overlay .dc-hero-copy h1 {
    color: #2E2A25 !important;
  }
  #dc-root .dc-theme-sand.dc-hero-overlay .dc-hero-copy p {
    color: #6B655C !important;
  }
  #dc-root .dc-theme-sand.dc-hero-overlay .dc-hero-cta-ghost {
    border-color: #7E7059 !important;
    color: #7E7059 !important;
  }

  #dc-root .dc-theme-bronze.dc-hero-overlay .dc-hero-copy-inner > div:first-child {
    color: #E7D7B6 !important;
  }
  #dc-root .dc-theme-bronze.dc-hero-overlay .dc-hero-copy h1 {
    color: #3A241C !important;
  }
  #dc-root .dc-theme-bronze.dc-hero-overlay .dc-hero-copy p {
    color: #6B4E42 !important;
  }
  #dc-root .dc-theme-bronze.dc-hero-overlay .dc-hero-cta-ghost {
    border-color: #E7D7B6 !important;
    color: #E7D7B6 !important;
  }

  #dc-root .dc-theme-gold.dc-hero-overlay .dc-hero-copy-inner > div:first-child {
    color: #DEBC5B !important;
  }
  #dc-root .dc-theme-gold.dc-hero-overlay .dc-hero-copy h1 {
    color: #1C1814 !important;
  }
  #dc-root .dc-theme-gold.dc-hero-overlay .dc-hero-copy p {
    color: #6B655C !important;
  }
  #dc-root .dc-theme-gold.dc-hero-overlay .dc-hero-cta-ghost {
    border-color: #DEBC5B !important;
    color: #DEBC5B !important;
  }

  #dc-root .dc-theme-cream.dc-hero-overlay .dc-hero-copy-inner > div:first-child {
    color: #396677 !important;
  }
  #dc-root .dc-theme-cream.dc-hero-overlay .dc-hero-copy h1 {
    color: #396677 !important;
  }
  #dc-root .dc-theme-cream.dc-hero-overlay .dc-hero-copy p {
    color: #5A8494 !important;
  }
  #dc-root .dc-theme-cream.dc-hero-overlay .dc-hero-cta-ghost {
    border-color: #396677 !important;
    color: #396677 !important;
  }

  #dc-root .dc-hero-overlay .dc-hero-media-shift image-slot,
  #dc-root .dc-hero-overlay .dc-hero-media-shift img,
  #dc-root .dc-hero-overlay .dc-hero-media-shift picture,
  #dc-root .dc-hero-overlay .dc-hero-media-shift video {
    object-position: center top !important;
    transform: none !important;
  }

  #dc-root .dc-hero-v3-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  #dc-root .dc-hero-v3-grid > div {
    grid-column: 1 / -1 !important;
  }

  #dc-root .dc-hero-facts {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    border-left: none !important;
    padding-left: 0 !important;
    gap: 14px 20px !important;
    margin: 4px 0 8px !important;
  }

  #dc-root .dc-hero-fact {
    flex: 1 1 150px !important;
  }

  #dc-root .dc-hero-v1 .dc-hero-dots,
  #dc-root .dc-hero-v3 .dc-hero-dots {
    left: 0 !important;
    right: 0 !important;
    padding: 22px 16px 14px !important;
  }

  #dc-root .dc-hero-ctas {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  #dc-root .dc-hero-ctas > a {
    text-align: center !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  #dc-root .dc-hero-dots {
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    gap: 10px !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    justify-content: center !important;
    z-index: 5 !important;
    pointer-events: none !important;
  }

  #dc-root .dc-hero-dots > div {
    flex: 1 1 0 !important;
    max-width: 150px !important;
    min-width: 0 !important;
    padding: 4px 0 !important;
  }

  #dc-root .dc-hero-dots > div > div:last-child {
    font-size: 9px !important;
    letter-spacing: 0.04em !important;
  }

  /* —— Stories: Karten proportional, Stage passt sich an —— */
  :root {
    --stories-card-w: min(300px, calc(100vw - 40px));
    --stories-card-h: calc(var(--stories-card-w) * 560 / 340);
    --stories-stage-h: calc(var(--stories-card-h) + 36px);
  }

  #stories [style*="position:absolute"][style*="left:40px"],
  #stories [style*="position:absolute"][style*="left: 40px"],
  #stories [style*="position:absolute"][style*="right:40px"],
  #stories [style*="position:absolute"][style*="right: 40px"],
  #erfahrungen [style*="position:absolute"][style*="left:40px"],
  #erfahrungen [style*="position:absolute"][style*="left: 40px"],
  #erfahrungen [style*="position:absolute"][style*="right:40px"],
  #erfahrungen [style*="position:absolute"][style*="right: 40px"] {
    display: none !important;
  }

  .dc-stories-stage {
    touch-action: pan-y !important;
  }

  .stories-ig-cta {
    margin-top: 28px !important;
    padding: 0 18px !important;
  }

  .stories-ig-cta--solo {
    margin-top: 0 !important;
    padding: 0 !important;
  }

  .stories-ig-cta__link {
    max-width: 100% !important;
  }

  /* —— Layout-Anpassungen: Bild über Text —— */
  #haarsystem > div[style*="minmax(0,1fr) minmax(0,1fr)"],
  #haarsystem > div[style*="minmax(0, 1fr) minmax(0, 1fr)"],
  #was > div[style*="minmax(0,1fr) minmax(0,1fr)"],
  #was > div[style*="minmax(0, 1fr) minmax(0, 1fr)"],
  #headspa > div > div[style*="minmax(0,1fr)"],
  #headspa > div > div[style*="minmax(0, 1fr)"],
  #team .dc-team-intro-grid,
  #anfrage > div[style*="minmax(0,0.85fr)"],
  #anfrage > div[style*="minmax(0, 0.85fr)"],
  #kontakt > div > div[style*="minmax(0,1fr) minmax(0,1.15fr)"],
  #kontakt > div > div[style*="minmax(0, 1fr) minmax(0, 1.15fr)"] {
    display: flex !important;
    flex-direction: column !important;
    gap: 28px !important;
  }

  #headspa image-slot,
  #team .dc-team-intro-grid > image-slot,
  #team #d15-studio {
    order: -1 !important;
  }

  #headspa image-slot {
    height: min(360px, 50vw) !important;
  }

  #haarsystem image-slot,
  #team .dc-team-intro-grid > image-slot,
  #team #d15-studio {
    height: min(320px, 55vw) !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Team: Text nicht abschneiden; Badges horizontal */
  #team,
  #team > div,
  #team .dc-team-intro-grid,
  #team .dc-team-intro-copy {
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  #team .dc-team-intro-copy {
    overflow: visible !important;
  }

  #team .dc-team-intro-copy h2,
  #team .dc-team-intro-copy p {
    max-width: 100% !important;
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    hyphens: auto;
  }

  #team .dc-team-badges {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  #team .dc-team-badges > div {
    flex: 1 1 0 !important;
    min-width: 0 !important;
  }

  #team .dc-team-badges > div > div:first-child {
    font-size: clamp(1.25rem, 5vw, 1.75rem) !important;
  }

  #team .dc-team-badges > div > div:last-child {
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  /* Anfrage: Formular unter Intro-Text (natürliche Spalten-Reihenfolge) */
  #anfrage > div > div:last-child {
    padding: 28px 22px !important;
  }

  /* FAQ volle Breite */
  #faq > div {
    max-width: 100% !important;
  }

  #faq [style*="padding:22px 4px"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Magazin-Header stapeln */
  #magazin [style*="justify-content:space-between"] {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }

  /* Team-Karten: Portrait über Text */
  #team [style*="display:flex"][style*="align-items:flex-start"] {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 14px !important;
  }

  #team image-slot[id*="team"] {
    width: 88px !important;
    height: 110px !important;
  }

  /* Kontakt: Karte volle Breite */
  #kontakt image-slot {
    height: 220px !important;
  }

  #was image-slot {
    height: auto !important;
    min-height: 240px !important;
    aspect-ratio: 4 / 3 !important;
  }

  #was > div > div > div[style*="repeat(2,minmax(0,1fr))"] {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  /* Vorher/Nachher: Karten untereinander, Paare nebeneinander, Bilder vollständig sichtbar */
  #vorher-nachher .dc-vn-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  #vorher-nachher .dc-vn-pair {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  #vorher-nachher image-slot,
  #vorher-nachher img {
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 4 / 5 !important;
  }

  #vorher-nachher image-slot {
    background: #f5f2ec !important;
  }

  #vorher-nachher .dc-vn-pair image-slot,
  #vorher-nachher .dc-vn-pair img {
    aspect-ratio: 3 / 4 !important;
    height: auto !important;
  }

  /* Eignungs-Check kompakter */
  #eignung [style*="padding:52px"],
  #eignung [style*="padding: 52px"] {
    padding: 28px var(--dc-page-gutter, 20px) !important;
  }

  /* Wizard-Buttons stapeln */
  #eignung [style*="display:flex"][style*="gap:12px"] {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  #eignung [style*="display:flex"][style*="gap:12px"] > a,
  #eignung [style*="display:flex"][style*="gap:12px"] > button {
    text-align: center !important;
    width: 100% !important;
  }

  /* Cookie-Banner über Bottom-Nav */
  #dc-root [style*="z-index: 200"][style*="position: fixed"],
  #dc-root [style*="z-index:200"][style*="position:fixed"] {
    left: 12px !important;
    right: 12px !important;
    bottom: calc(var(--app-nav-h) + var(--app-safe-bottom) + 12px) !important;
    padding: 16px !important;
    gap: 14px !important;
    flex-direction: column !important;
  }

  #dc-root [style*="z-index: 200"][style*="position: fixed"] > div:last-child,
  #dc-root [style*="z-index:200"][style*="position:fixed"] > div:last-child {
    flex-direction: column !important;
    width: 100% !important;
  }

  #dc-root [style*="z-index: 200"][style*="position: fixed"] button,
  #dc-root [style*="z-index:200"][style*="position:fixed"] button {
    width: 100% !important;
  }

  /* Floating contacts ausblenden */
  #dc-root [style*="z-index: 180"][style*="position: fixed"],
  #dc-root [style*="z-index:180"][style*="position:fixed"],
  #dc-root [style*="bottom: 150px"][style*="position: fixed"],
  #dc-root [style*="bottom:150px"][style*="position:fixed"] {
    display: none !important;
  }

  .gallery-back {
    top: 68px;
    left: 10px;
    padding: 8px 11px;
    font-size: 12px;
  }

  .app-bottom-nav {
    display: grid !important;
  }
}

/* —— Tablet + Desktop (≥769): Overlay-Hero wie Desktop —— */
@media (min-width: 769px) {
  #dc-root .dc-hero-overlay .dc-hero-copy {
    align-items: center !important;
    padding: 48px 40px !important;
    background: transparent !important;
    color: #fffbf7 !important;
  }

  #dc-root .dc-hero-overlay.dc-theme-sand .dc-hero-copy,
  #dc-root .dc-hero-overlay.dc-theme-bronze .dc-hero-copy,
  #dc-root .dc-hero-overlay.dc-theme-gold .dc-hero-copy,
  #dc-root .dc-hero-overlay.dc-theme-cream .dc-hero-copy {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
    padding-left: max(40px, calc((100vw - 1760px) / 2)) !important;
    padding-right: 40px !important;
  }

  #dc-root .dc-hero-overlay .dc-hero-copy-inner,
  #dc-root .dc-hero-overlay .dc-hero-copy > div {
    margin-left: 0 !important;
    margin-right: auto !important;
    max-width: min(560px, 52%) !important;
  }
}

/* —— Desktop (≥1201): Hero-Text links —— */
@media (min-width: 1201px) {
  #dc-root .dc-hero-copy {
    justify-content: flex-start !important;
    align-items: center !important;
    padding-left: 56px !important;
    padding-right: 56px !important;
    text-align: left !important;
  }

  #dc-root .dc-hero-copy > div {
    margin-left: 0 !important;
    margin-right: auto !important;
    text-align: left !important;
  }

  /* Unterseiten-Hero: gleicher Seitenrand wie Section 1 (#was) */
  #dc-root .dc-hero:not(.dc-hero-overlay) > .dc-hero-copy {
    padding-left: max(56px, 4vw) !important;
    padding-right: max(56px, 4vw) !important;
    box-sizing: border-box !important;
  }

  #dc-root .dc-hero:not(.dc-hero-overlay) > .dc-hero-copy > div {
    width: 100% !important;
    max-width: 1760px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #dc-root .dc-hero-v1 .dc-hero-copy {
    justify-content: center !important;
    align-items: flex-start !important;
    padding: 56px 44px 56px 56px !important;
  }

  #dc-root .dc-hero-v3:not(.dc-hero-overlay) .dc-hero-copy {
    align-items: stretch !important;
    padding: 44px 56px 48px !important;
    text-align: left !important;
  }

  #dc-root .dc-hero-v3:not(.dc-hero-overlay) .dc-hero-copy > div {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1280px !important;
    text-align: left !important;
  }

  #dc-root .dc-hero-v3:not(.dc-hero-overlay) .dc-hero-ctas {
    justify-content: flex-start !important;
  }

  #dc-root .dc-hero-overlay .dc-hero-copy {
    align-items: center !important;
    padding: 56px 64px !important;
    background: transparent !important;
  }

  /* Overlay-Themes: nach Overlay-Regeln, gleiche Kante wie #leistungen */
  #dc-root .dc-hero-overlay.dc-theme-sand .dc-hero-copy,
  #dc-root .dc-hero-overlay.dc-theme-bronze .dc-hero-copy,
  #dc-root .dc-hero-overlay.dc-theme-gold .dc-hero-copy,
  #dc-root .dc-hero-overlay.dc-theme-cream .dc-hero-copy {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
    padding-left: max(56px, calc((100vw - 1760px) / 2)) !important;
    padding-right: 56px !important;
  }

  #dc-root .dc-hero-overlay .dc-hero-copy-inner,
  #dc-root .dc-hero-overlay .dc-hero-copy > div {
    margin-left: 0 !important;
    margin-right: auto !important;
    max-width: min(560px, 48%) !important;
  }

  /* So funktioniert's: Sticky-Intro mit Hintergrund, damit Schritte nicht durchscheinen */
  #funktioniert > div > div[style*="position:sticky"],
  #funktioniert > div > div[style*="position: sticky"] {
    z-index: 2;
    top: calc(var(--dc-header-h, 124px) + 8px);
    align-self: start;
    padding-bottom: 8px;
  }
}

/* —— Hamburger (≤1200) —— */
.app-menu-btn {
  display: none;
  position: fixed;
  top: 14px;
  right: 12px;
  z-index: 2147482900;
  width: 42px;
  height: 42px;
  border: 1px solid #E6E2DA;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 6px 18px rgba(58, 36, 28, 0.12);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.app-menu-btn span,
.app-menu-btn span::before,
.app-menu-btn span::after {
  display: block;
  width: 18px;
  height: 2px;
  background: #3A241C;
  border-radius: 1px;
  position: relative;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.app-menu-btn span::before,
.app-menu-btn span::after {
  content: "";
  position: absolute;
  left: 0;
}

.app-menu-btn span::before { top: -6px; }
.app-menu-btn span::after { top: 6px; }

body.menu-open .app-menu-btn span { background: transparent; }
body.menu-open .app-menu-btn span::before {
  top: 0;
  transform: rotate(45deg);
}
body.menu-open .app-menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

@media (max-width: 768px) {
  .app-menu-btn { display: inline-flex; }
}

.app-menu-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2147482800;
  background: rgba(10, 16, 20, 0.42);
}

body.menu-open .app-menu-backdrop { display: block; }

.app-menu-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2147482850;
  width: min(86vw, 340px);
  height: 100%;
  background: #FFFFFF;
  color: #3A241C;
  box-shadow: -12px 0 40px rgba(58, 36, 28, 0.14);
  transform: translateX(100%);
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.28s;
  padding: 76px 22px 28px;
  overflow: auto;
  font-family: 'Inter Tight', sans-serif;
}

body.menu-open .app-menu-drawer {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
}

.app-menu-drawer a {
  display: block;
  padding: 14px 4px;
  border-bottom: 1px solid #E6E2DA;
  color: #3A241C !important;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 500;
}

.app-menu-drawer a:last-child { border-bottom: 0; }
.app-menu-drawer .app-menu-phone {
  margin-top: 18px;
  color: #E7D7B6 !important;
  font-weight: 600;
}

/* —— Bottom app nav (mobile only) —— */
.app-bottom-nav {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2147482700;
  height: calc(var(--app-nav-h) + var(--app-safe-bottom));
  padding: 0 4px var(--app-safe-bottom);
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid rgba(20, 37, 43, 0.1);
  backdrop-filter: blur(12px);
  box-shadow: 0 -8px 28px rgba(16, 36, 42, 0.1);
  font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
}

.app-bottom-nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #000000 !important;
  text-decoration: none !important;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.app-bottom-nav a .ico {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
}

.app-bottom-nav a .ico svg {
  display: block;
  width: 22px;
  height: 22px;
}

.app-bottom-nav a.is-active { color: #000000 !important; }
.app-bottom-nav a[data-tab="wa"].is-active { color: #000000 !important; }
.app-bottom-nav a:active { opacity: 0.75; }

/* ============================================================
   Hero-Varianten (Legacy)
   Alle aktuellen Landings nutzen dc-hero-overlay (Sand-Layout).
   split / fullimg / collage bleiben für ältere Snippets.
   ============================================================ */

/* —— Bronze: Editorial-Splitscreen —— */
#dc-root .dc-hero-split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  width: 100%;
  min-height: clamp(560px, 82vh, 820px);
  box-sizing: border-box;
  overflow: hidden;
}

#dc-root .dc-hero-split .dc-hero-split-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 7vw, 96px) clamp(32px, 5vw, 80px);
  box-sizing: border-box;
}

#dc-root .dc-hero-split .dc-hero-split-media {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

#dc-root .dc-hero-split .dc-hero-fade,
#dc-root .dc-hero-fullimg .dc-hero-fade,
#dc-root .dc-hero-collage .dc-hero-fade {
  position: absolute;
  inset: 0;
  will-change: opacity;
}

#dc-root .dc-hero-split .dc-hero-fade image-slot,
#dc-root .dc-hero-split .dc-hero-fade img,
#dc-root .dc-hero-fullimg .dc-hero-fade image-slot,
#dc-root .dc-hero-fullimg .dc-hero-fade img,
#dc-root .dc-hero-collage .dc-hero-fade image-slot,
#dc-root .dc-hero-collage .dc-hero-fade img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/* —— Gold: Fullscreen-Bild mit zentriertem Text —— */
#dc-root .dc-hero-fullimg {
  position: relative;
  width: 100%;
  height: clamp(620px, 88vh, 880px);
  overflow: hidden;
}

#dc-root .dc-hero-fullimg .dc-hero-fullimg-scrim {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(20, 17, 12, 0.42) 0%, rgba(20, 17, 12, 0.28) 45%, rgba(20, 17, 12, 0.55) 100%);
}

#dc-root .dc-hero-fullimg .dc-hero-fullimg-copy {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 48px clamp(24px, 6vw, 80px);
  box-sizing: border-box;
}

/* —— Hero Vollbild (volle Breite + volle Viewport-Höhe) —— */
#dc-root .dc-hero-collage {
  display: block;
  position: relative;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  overflow: hidden;
  min-height: calc(100svh - var(--dc-header-h, 124px));
  height: calc(100dvh - var(--dc-header-h, 124px));
  background: #3A241C;
}

#dc-root .dc-hero-collage .dc-hero-collage-inner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  max-width: none;
}

#dc-root .dc-hero-collage .dc-hero-collage-main {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  grid-column: auto;
  grid-row: auto;
  overflow: hidden;
  background: #3A241C;
}

#dc-root .dc-hero-collage .dc-hero-collage-main > img,
#dc-root .dc-hero-collage .dc-hero-collage-main > picture,
#dc-root .dc-hero-collage .dc-hero-collage-main > picture > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center center;
  display: block;
}

#dc-root .dc-hero-collage .dc-hero-collage-main > picture {
  z-index: 0;
}

#dc-root .dc-hero-collage .dc-hero-collage-copy {
  position: absolute;
  left: max(24px, calc((100vw - 1760px) / 2 + 24px));
  bottom: clamp(28px, 5vh, 56px);
  right: auto;
  top: auto;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  width: min(36rem, calc(100% - 48px));
  max-width: 36rem;
  height: auto !important;
  min-height: 0 !important;
  padding: 0;
  box-sizing: border-box;
}

#dc-root .dc-hero-collage .dc-hero-collage-copy > * {
  flex: 0 0 auto;
  width: 100%;
}

#dc-root .dc-hero-collage .dc-hero-collage-copy h1 {
  line-height: 1.15 !important;
}

#dc-root .dc-hero-collage .dc-hero-collage-copy p {
  line-height: 1.65 !important;
  max-width: 32rem;
}

#dc-root .dc-hero-collage .dc-hero-collage-grid {
  display: none;
}

#dc-root .dc-hero-collage .dc-hero-collage-small {
  display: none;
}

/* —— Desktop (≥1201): Logo oben links, Text unten links —— */
@media (min-width: 1201px) {
  #dc-root .dc-hero-collage .dc-hero-collage-logo {
    display: flex !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
    z-index: 2;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    padding: 0;
    box-sizing: border-box;
  }

  #dc-root .dc-hero-collage .dc-hero-collage-logo img {
    width: min(720px, 56vw);
    height: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
  }

  #dc-root .dc-hero-collage .dc-hero-collage-copy {
    left: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    top: auto !important;
    width: 50% !important;
    max-width: none !important;
    max-height: 50%;
    height: 50%;
    padding: clamp(24px, 3vh, 40px) max(24px, calc((100vw - 1760px) / 2 + 24px)) clamp(56px, 9vh, 96px) !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    box-sizing: border-box;
  }

  #dc-root .dc-hero-collage .dc-hero-collage-copy > div:first-child {
    display: none !important;
  }

  #dc-root .dc-hero-collage .dc-hero-collage-copy h1,
  #dc-root .dc-hero-collage .dc-hero-collage-copy p {
    text-align: center !important;
  }

  #dc-root .dc-hero-collage .dc-hero-collage-copy h1 {
    font-size: clamp(2.1rem, 2.4vw, 2.85rem) !important;
  }

  #dc-root .dc-hero-collage .dc-hero-collage-copy p {
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: clamp(1rem, 1.05vw, 1.125rem) !important;
  }

  #dc-root .dc-hero-collage .dc-hero-collage-ctas {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    gap: 12px;
  }

  #dc-root .dc-hero-collage .dc-hero-collage-ctas > a {
    text-align: center;
    width: auto;
    box-sizing: border-box;
    font-size: 15px !important;
  }

  #dc-root .dc-hero-collage .dc-hero-collage-main::after {
    background: linear-gradient(
      105deg,
      rgba(20, 12, 8, 0.72) 0%,
      rgba(20, 12, 8, 0.42) 38%,
      rgba(20, 12, 8, 0.14) 62%,
      rgba(20, 12, 8, 0.05) 100%
    );
  }
}

@media (min-width: 1600px) {
  #dc-root .dc-hero-collage .dc-hero-collage-copy h1 {
    font-size: clamp(2.35rem, 2.55vw, 3.15rem) !important;
  }

  #dc-root .dc-hero-collage .dc-hero-collage-copy p {
    font-size: clamp(1.05rem, 1.1vw, 1.2rem) !important;
  }

  #dc-root .dc-hero-collage .dc-hero-collage-ctas > a {
    font-size: 16px !important;
    padding: 16px 28px !important;
  }
}

@media (min-width: 1920px) {
  #dc-root .dc-hero-collage .dc-hero-collage-copy h1 {
    font-size: clamp(2.55rem, 2.7vw, 3.4rem) !important;
  }

  #dc-root .dc-hero-collage .dc-hero-collage-copy p {
    font-size: clamp(1.1rem, 1.15vw, 1.25rem) !important;
  }

  #dc-root .dc-hero-collage .dc-hero-collage-ctas > a {
    font-size: 16px !important;
    padding: 16px 28px !important;
  }

  #dc-root .dc-hero-collage .dc-hero-collage-logo img {
    width: min(760px, 56vw);
  }
}

/* —— Tablet (≤1200) —— */
@media (max-width: 1200px) {
  #dc-root .dc-hero-split {
    min-height: clamp(480px, 70vh, 680px);
  }

  #dc-root .dc-hero-fullimg {
    height: clamp(520px, 74vh, 720px);
  }

  #dc-root .dc-hero-collage {
    min-height: calc(100svh - var(--dc-header-h, 124px));
    height: calc(100dvh - var(--dc-header-h, 124px));
  }
}

/* —— Tablet only (769–1200): Logo oben, Text unten, Bild Vollfläche —— */
@media (min-width: 769px) and (max-width: 1200px) {
  #dc-root .dc-hero-collage .dc-hero-collage-logo {
    display: flex !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 48%;
    z-index: 2;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    padding: 0 40px;
    box-sizing: border-box;
  }

  #dc-root .dc-hero-collage .dc-hero-collage-logo img {
    width: min(300px, 46vw);
    height: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
  }

  #dc-root .dc-hero-collage .dc-hero-collage-copy {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%);
    top: auto !important;
    bottom: clamp(24px, 3.5vh, 44px) !important;
    width: calc(100% - 80px) !important;
    max-width: 40rem !important;
    max-height: 46%;
    padding: 0 !important;
    align-items: center !important;
    justify-content: flex-end !important;
    text-align: center !important;
  }

  #dc-root .dc-hero-collage .dc-hero-collage-copy > * {
    width: 100%;
  }

  #dc-root .dc-hero-collage .dc-hero-collage-copy > div:first-child {
    display: none !important;
  }

  #dc-root .dc-hero-collage .dc-hero-collage-main::after {
    background: linear-gradient(
      to top,
      rgba(20, 12, 8, 0.78) 0%,
      rgba(20, 12, 8, 0.28) 42%,
      rgba(20, 12, 8, 0.08) 68%,
      rgba(20, 12, 8, 0.12) 100%
    );
  }

  #dc-root .dc-hero-collage .dc-hero-collage-copy h1 {
    font-size: clamp(1.65rem, 3.8vw, 2.25rem) !important;
    text-align: center !important;
  }

  #dc-root .dc-hero-collage .dc-hero-collage-copy p {
    max-width: 36rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    font-size: clamp(15px, 1.8vw, 17px) !important;
  }

  #dc-root .dc-hero-collage .dc-hero-collage-ctas {
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
  }

  #dc-root .dc-hero-collage .dc-hero-collage-ctas > a {
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }
}

/* —— Mobile (≤768): alles stapeln —— */
@media (max-width: 768px) {
  #dc-root .dc-hero-split {
    grid-template-columns: 1fr !important;
    min-height: 0;
  }

  #dc-root .dc-hero-split .dc-hero-split-media {
    order: -1;
    min-height: 300px;
    height: 300px;
  }

  #dc-root .dc-hero-split .dc-hero-split-copy {
    padding: 28px 18px 36px;
  }

  #dc-root .dc-hero-fullimg {
    height: auto;
    min-height: 520px;
  }

  #dc-root .dc-hero-fullimg .dc-hero-fullimg-copy {
    position: relative;
    min-height: 520px;
    padding: 64px 20px;
  }

  #dc-root .dc-hero-collage {
    display: block !important;
    grid-template-columns: none !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible;
    background: #FFFFFF !important;
  }

  #dc-root .dc-hero-collage .dc-hero-collage-inner,
  #dc-root .dc-hero-collage .dc-hero-collage-main {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
  }

  #dc-root .dc-hero-collage .dc-hero-collage-main > picture,
  #dc-root .dc-hero-collage .dc-hero-collage-main > picture > img,
  #dc-root .dc-hero-collage .dc-hero-collage-main > img {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: auto !important;
    max-width: none;
    max-height: none;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center center;
  }

  #dc-root .dc-hero-collage .dc-hero-collage-main::after {
    display: none !important;
  }

  #dc-root .dc-hero-collage .dc-hero-collage-grid {
    display: none !important;
  }

  #dc-root .dc-hero-collage .dc-hero-collage-copy {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    top: auto !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    justify-content: flex-start;
    padding: 28px var(--dc-page-gutter, 20px) 36px !important;
    background: #FFFFFF !important;
    color: #000000 !important;
    box-sizing: border-box;
  }

  #dc-root .dc-hero-collage .dc-hero-collage-copy > div:first-child {
    color: #000000 !important;
  }

  #dc-root .dc-hero-collage .dc-hero-collage-copy h1 {
    color: #000000 !important;
  }

  #dc-root .dc-hero-collage .dc-hero-collage-copy p {
    color: #3A241C !important;
  }

  #dc-root .dc-hero-collage .dc-hero-collage-ctas {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  #dc-root .dc-hero-collage .dc-hero-collage-ctas > a {
    text-align: center;
  }

  #dc-root .dc-hero-collage .dc-hero-collage-ctas > a:first-child {
    background: #E7D7B6 !important;
    color: #000000 !important;
  }

  #dc-root .dc-hero-collage .dc-hero-collage-ctas > a:last-child {
    border: 1px solid #000000 !important;
    color: #000000 !important;
    background: transparent !important;
  }
}
