/* Startseiten-spezifische Styles (aus index.html ausgelagert am 2026-08-12) */
/* ============================================================
   DESIGN-SYSTEM
============================================================ */

:root {
  --bg:        #fcf5e8;
  --dunkel:    #2b2b2b;
  --teal:      #3c6478;
  --akzent:    #3c6478;
  --grau-logo: #c8ccd2;
  --rand:      #d4cfc4;
  --text:      #2b2b2b;
  --text-soft: #717171;
  --weiss:     #ffffff;
  --container: min(1320px, calc(100vw - 112px));
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
/* overflow-x NIRGENDS auf html/body — würde position:sticky brechen! */
html, body { overflow-x: clip; } /* clip erzeugt KEINEN neuen Scroll-Container */
html.direkt-zu-kontakt body { visibility: hidden; }
a, button, [role="button"], input, textarea, select, summary {
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family: 'Manrope', 'Verdana', Geneva, Tahoma, sans-serif;
  background: var(--bg);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.menu-offen { overflow: hidden; }
.seite { /* kein overflow-x mehr nötig */ }
img { display: block; max-width: 100%; }
a { text-decoration: none; }

/* ============================================================
   STICKY NAV
============================================================ */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 300;
  height: 72px;
  padding: 0 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--bg);
  border-bottom: 1px solid var(--rand);
  transform: translate(0, -5em);
  transition: transform 0.5s cubic-bezier(0.22,1,0.36,1);
}
.navbar.aktiv { transform: translate(0, 0); }

/* Navbar Logo — Wortmarke */
.navbar-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.navbar-logo-bild {
  width: 34px;
  height: 34px;
  object-fit: cover;
  object-position: center top;
  flex-shrink: 0;
}
.navbar-wordmark {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.navbar-wordmark-gross {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--teal);
  line-height: 1;
}
.navbar-wordmark-klein {
  font-family: 'Verdana', sans-serif;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-soft);
  margin-top: 2px;
}

.navbar-links {
  display: flex;
  gap: 36px;
  list-style: none;
}
.navbar-links a {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-soft);
  transition: color 0.2s;
}
.navbar-links a:hover { color: var(--text); }

.navbar-cta {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text);
  border: 1.5px solid rgba(43,43,43,0.38);
  padding: 9px 20px;
  border-radius: 40px;
  transition: all 0.25s;

  background: transparent;
}
.navbar-cta:hover {
  background: var(--dunkel);
  color: var(--bg);
  border-color: var(--dunkel);
}
.navbar-meta,
.hero-nav-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}
.lang-switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 10px;
  border: 1px solid rgba(43,43,43,0.30);
  border-radius: 999px;
  background: rgba(252,245,232,0.94);
  backdrop-filter: blur(10px);
}
.lang-switch--light {
  border-color: rgba(252,245,232,0.78);
  background: rgba(252,245,232,0.08);
}
.lang-switch-icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(60,100,120,0.08);
  color: var(--akzent);
  flex-shrink: 0;
}
.lang-switch--light .lang-switch-icon {
  background: rgba(252,245,232,0.14);
  color: rgba(252,245,232,0.9);
}
.lang-switch-icon svg {
  width: 12px;
  height: 12px;
  display: block;
}
.lang-switch-link {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-soft);
}
.lang-switch--light .lang-switch-link {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  color: rgba(252,245,232,0.58);

}
.lang-switch-link.aktiv {
  color: var(--text);
}
.lang-switch-link:focus,
.lang-switch-link:focus-visible {
  outline: none;
  box-shadow: none;
}

.lang-switch--light .lang-switch-link.aktiv {
  color: rgba(252,245,232,0.98);
}
.lang-switch-link.inaktiv {
  opacity: 0.4;
  cursor: not-allowed;
}
.lang-switch-sep {
  width: 1px;
  height: 11px;
  background: rgba(123,123,123,0.26);
}
.lang-switch--light .lang-switch-sep {
  background: rgba(252,245,232,0.18);
}
.lang-switch-hinweis {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 20;
  width: 210px;
  padding: 12px 14px;
  border: 1px solid rgba(212,207,196,0.92);
  border-radius: 14px;
  background: rgba(252,245,232,0.96);
  box-shadow: 0 16px 38px rgba(23,37,45,0.14);
  color: var(--text);
  opacity: 0;
  transform: translateY(-4px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.lang-switch--light .lang-switch-hinweis {
  border-color: rgba(252,245,232,0.20);
  background: rgba(252,245,232,0.94);
}
.lang-switch-hinweis.ist-sichtbar {
  opacity: 1;
  transform: translateY(0);
}
.lang-switch-hinweis strong {
  display: block;
  font-size: 11px;
  line-height: 1.35;
}
.lang-switch-hinweis span {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  line-height: 1.45;
  color: var(--text-soft);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(252,245,232,0.45);
  background: transparent;
  color: inherit;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.navbar .nav-toggle {
  border-color: var(--rand);
}
.nav-toggle:hover {
  transform: scale(1.04);
}
.nav-toggle-linien {
  width: 16px;
  height: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.nav-toggle-linien span {
  display: block;
  height: 1.5px;
  background: currentColor;
  border-radius: 999px;
  transform-origin: center;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.menu-offen .nav-toggle-linien span:first-child {
  transform: translateY(5px) rotate(45deg);
}
.menu-offen .nav-toggle-linien span:nth-child(2) {
  opacity: 0;
}
.menu-offen .nav-toggle-linien span:last-child {
  transform: translateY(-5px) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 290;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}
.mobile-menu.aktiv {
  opacity: 1;
  pointer-events: auto;
}
.mobile-menu-backdrop {
  flex: 1;
  background: rgba(13, 12, 10, 0.5);
  backdrop-filter: blur(4px);
}
.mobile-menu-panel {
  width: min(420px, 86vw);
  background: var(--bg);
  padding: 108px 32px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateX(100%);
  transition: transform 0.32s cubic-bezier(0.22,1,0.36,1);
}
.mobile-menu.aktiv .mobile-menu-panel {
  transform: translateX(0);
}
.mobile-menu-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.mobile-menu-links a {
  font-size: clamp(22px, 6vw, 34px);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--text);
  text-transform: uppercase;
}
.mobile-menu-meta {
  padding-top: 36px;
  border-top: 1px solid var(--rand);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mobile-menu-meta a,
.mobile-menu-meta span {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-soft);
}

/* ============================================================
   HERO
============================================================ */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 640px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* Hintergrundfoto mit Ken Burns */
.hero-bg-wrapper {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}
.hero-bg-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(72% 48% at 50% 44%, rgba(18,14,10,0.04) 0%, rgba(18,14,10,0.16) 54%, rgba(18,14,10,0) 78%),
    linear-gradient(180deg, rgba(18,14,10,0.08) 0%, rgba(18,14,10,0.02) 28%, rgba(18,14,10,0.08) 62%, rgba(18,14,10,0.18) 100%);
}
.hero-bg-wrapper::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(18,14,10,0.24) 0%,
    rgba(18,14,10,0.14) 46%,
    rgba(18,14,10,0.28) 100%
  );
}
.hero-bg {
  width: 100%;
  height: 100%;
  background: url('/Bilder/allgemein/hero-optimized/hero-leistungen-02-1536.jpg') 50% center/cover no-repeat;
  background: image-set(url('/Bilder/allgemein/hero-optimized/hero-leistungen-02-1536.webp') type('image/webp'), url('/Bilder/allgemein/hero-optimized/hero-leistungen-02-1536.jpg') type('image/jpeg')) 50% center/cover no-repeat;
  background-position: 50% center;
  background-size: cover;
  transform: translate3d(0, 0, 0) scale(1.0);
  transform-origin: center center;
  backface-visibility: hidden;
  will-change: transform;
  animation: kenburns 12s ease-in-out infinite alternate;
}
@keyframes kenburns {
  0%   { transform: translate3d(0, 0, 0) scale(1.0); }
  100% { transform: translate3d(-1.2%, -0.8%, 0) scale(1.06); }
}

@media (max-width: 1100px) {
  .hero-bg {
    background: url('/Bilder/allgemein/hero-optimized/hero-leistungen-02-1200.jpg') 52% center/cover no-repeat;
    background: image-set(url('/Bilder/allgemein/hero-optimized/hero-leistungen-02-1200.webp') type('image/webp'), url('/Bilder/allgemein/hero-optimized/hero-leistungen-02-1200.jpg') type('image/jpeg')) 52% center/cover no-repeat;
    background-position: 52% center;
  }
}

/* Hero Nav */
.hero-nav {
  position: relative;
  z-index: 10;
  height: 68px;
  padding: 0 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}

/* Hero Nav Logo — helle Version der Wortmarke */
.hero-nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.hero-nav-logo-bild {
  width: 34px;
  height: 34px;
  object-fit: cover;
  object-position: center top;
  flex-shrink: 0;
}
.hero-nav-wordmark {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.hero-nav-wordmark-gross {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: rgba(252,245,232,0.95);
  line-height: 1;
}
.hero-nav-wordmark-klein {
  font-family: 'Verdana', sans-serif;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(252,245,232,0.5);
  margin-top: 2px;
}

.hero-nav-links {
  display: flex;
  gap: 32px;
  list-style: none;
}
.hero-nav-links a {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(252,245,232,0.82);
  transition: color 0.2s;
}
.hero-nav-links a:hover { color: rgba(252,245,232,1); }

.hero-nav-kontakt {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(252,245,232,0.78);
  border-radius: 999px;
  background: transparent;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(252,245,232,0.94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}
.hero-nav-kontakt:hover {
  color: rgba(43,43,43,1);
  border-color: rgba(252,245,232,1);
  background: rgba(252,245,232,0.98);
}

/* Hero Inhalt — zentriert, füllt restlichen Raum */
.hero-inhalt {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 24px 80px;
}

/* ★ Elegante Display-Schrift für den großen Firmenname */
.hero-firmenname {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(80px, 14vw, 200px);
  font-weight: 300;
  color: var(--bg);
  letter-spacing: 0.02em;
  line-height: 0.92;
  opacity: 0;
  transform: translateY(20px);
  animation: heroein 1.6s cubic-bezier(0.22,1,0.36,1) 0.2s forwards;
}
.hero-tagline {
  margin-top: 28px;
  font-size: clamp(14px, 1.55vw, 19px);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(252,245,232,0.78);
  opacity: 0;
  animation: heroein 1.6s cubic-bezier(0.22,1,0.36,1) 0.7s forwards;
}
.hero-subline {
  margin: 16px auto 0;
  max-width: 680px;
  font-size: clamp(13px, 1.15vw, 16px);
  line-height: 1.7;
  color: rgba(252,245,232,0.72);
  opacity: 0;
  animation: heroein 1.6s cubic-bezier(0.22,1,0.36,1) 0.95s forwards;
}
.hero-standort {
  margin: 14px auto 0;
  font-size: clamp(13px, 1.05vw, 15px);
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(252,245,232,0.78);
  opacity: 0;
  animation: heroein 1.6s cubic-bezier(0.22,1,0.36,1) 1.05s forwards;
}
@keyframes heroein {
  to { opacity: 1; transform: translateY(0); }
}

/* Scroll-Pfeil */
.hero-scroll-pfeil {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  opacity: 0.82;
  animation: pfeilpuls 2.8s ease-in-out infinite;
  cursor: pointer;
  filter: drop-shadow(0 8px 24px rgba(10, 8, 6, 0.3));
  background: transparent !important;
  border: 0 !important;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none !important;
  text-decoration: none;
  user-select: none;
}
.hero-scroll-pfeil,
.hero-scroll-pfeil:visited,
.hero-scroll-pfeil:hover,
.hero-scroll-pfeil:active,
.hero-scroll-pfeil:focus,
.hero-scroll-pfeil:focus-visible {
  color: inherit;
  background: transparent !important;
  border-color: transparent !important;
  -webkit-tap-highlight-color: transparent;
  box-shadow: none;
  outline: none !important;
  -webkit-text-fill-color: currentColor;
}
.hero-scroll-pfeil svg {
  display: block;
  pointer-events: none;
}
.hero-scroll-pfeil::-moz-focus-inner {
  border: 0;
}
@keyframes pfeilpuls {
  0%,100% { opacity: 0.72; transform: translateX(-50%) translateY(0) scale(1); }
  50%      { opacity: 1; transform: translateX(-50%) translateY(8px) scale(1.08); }
}

/* Social Links — unten links */
.hero-social {
  position: absolute;
  bottom: 32px;
  left: 56px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  max-width: min(720px, calc(100vw - 112px));
}
body.cookie-banner-aktiv .hero-social {
  bottom: 176px;
}
body.cookie-banner-aktiv .chat-widget,
body.cookie-banner-aktiv #km-ki-widget {
  opacity: 0;
  pointer-events: none;
}
.hero-social a {
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(252,245,232,0.88);
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 9px 14px;
  border: 1px solid rgba(252,245,232,0.65);
  border-radius: 999px;
  background: rgba(18,14,10,0.26);
  box-shadow: 0 10px 28px rgba(0,0,0,0.22);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: color 0.25s, border-color 0.25s, background 0.25s, box-shadow 0.25s;
}
.hero-social a:hover {
  color: rgba(43,43,43,0.98);
  border-color: rgba(252,245,232,0.92);
  background: rgba(252,245,232,0.96);
  box-shadow: 0 12px 32px rgba(0,0,0,0.18);
}
.hero-social a.hero-social-kosten {
  color: rgba(43,43,43,0.96);
  border-color: rgba(252,245,232,0.78);
  background: rgba(252,245,232,0.88);
}
.hero-social a.hero-social-kosten:hover {
  color: rgba(43,43,43,1);
  border-color: rgba(252,245,232,1);
  background: rgba(252,245,232,0.98);
}
.hero-social a.hero-social-kosten .hero-social-plus {
  border-color: rgba(43,43,43,0.34);
}
.hero-social-plus {
  width: 14px; height: 14px;
  border: 1px solid rgba(252,245,232,0.42);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 8px;
  color: inherit;
}

/* ============================================================
   HILFSKLASSEN
============================================================ */
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-soft);
}
.section-label::before { content: '['; }
.section-label::after  { content: ']'; }

.section-titel {
  font-size: clamp(26px, 3.6vw, 50px);
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: -0.015em;
  color: var(--text);
  max-width: 13ch;
}
.section-titel em {
  font-style: normal;
  color: var(--text-soft);
}

.section-text {
  font-size: 13px;
  line-height: 1.85;
  color: var(--text-soft);
  max-width: 460px;
  margin-top: 18px;
}
.section-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.section-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid var(--rand);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text);
}
.section-links a:hover {
  background: var(--dunkel);
  border-color: var(--dunkel);
  color: var(--bg);
}
.bewertung-hinweis {
  margin-top: 22px;
  max-width: 44ch;
  font-size: 12px;
  line-height: 1.8;
  color: var(--text-soft);
}
.bewertung-hinweis a {
  color: var(--text);
  text-decoration: none;
  text-underline-offset: 0.18em;
}
.bewertung-hinweis a:hover,
.bewertung-hinweis a:focus-visible {
  text-decoration: underline;
}

.hero-trust {
  background: var(--bg);
  padding: 22px 56px 18px;
  margin-top: -1px;
}
.hero-trust-inner {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 40px;
  align-items: first baseline;
}
.hero-trust-label {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.7;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text);
}
.hero-trust-quote {
  margin: 0;
  font-family: 'Manrope', 'Verdana', Geneva, Tahoma, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.85;
  color: var(--text-soft);
}
.hero-trust-quote-autor {
  display: block;
  font-family: 'Manrope', 'Verdana', Geneva, Tahoma, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.85;
  color: var(--text-soft);
  margin-top: 0;
}
.hero-trust-note {
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 1.6;
  color: var(--text-soft);
}
.hero-trust-google-logo {
  display: inline-block;
  width: 38px;
  height: auto;
  margin-left: 5px;
  vertical-align: -0.28em;
}

.warum-section {
  background: var(--bg);
  padding: 0 0 78px;
}
.warum-inner {
  padding: 46px 56px 0;
  border-top: 1px solid var(--rand);
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 40px;
  align-items: start;
}
.warum-label-col {
  padding-top: 6px;
}
.warum-title + .warum-list {
  margin-top: 30px;
}
.warum-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3px;
}
.warum-list li {
  max-width: 560px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  color: var(--text-soft);
}
.warum-cta {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-top: 26px;
  padding: 0 16px;
  border: 1px solid var(--rand);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text);
}
.warum-cta:hover {
  background: var(--dunkel);
  border-color: var(--dunkel);
  color: var(--bg);
}

/* ============================================================
   GOOGLE BEWERTUNGEN
============================================================ */
.bewertungen-section {
  padding: 80px 0 72px;
  background: var(--bg);
  --swiper-pagination-color: var(--akzent); /* Progress-Fill Farbe für alle Kinder */
}
.bewertungen-header {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 40px;
  align-items: start;
  padding: 0 56px 52px;
}
.bewertungen-label-col {
  padding-top: 6px;
}
.bewertungen-herkunft {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  font-size: 12px;
  line-height: 1.4;
  color: var(--text-soft);
}
.bewertungen-herkunft-logo {
  display: block;
  width: 36px;
  height: auto;
  flex: 0 0 auto;
}
.swiper-bewertungen {
  overflow: hidden;
  padding: 0 56px;
  margin-bottom: 40px;
}
.swiper-bewertungen .swiper-slide {
  height: auto;
}
.swiper-bewertungen .bewertung-card {
  height: 100%;
}
.bewertungen-footer {
  padding: 0 56px;
  margin-bottom: 40px;
}
.bewertungen-progress-bar {
  height: 2px;
  background: var(--rand);
  border-radius: 999px;
  overflow: hidden;
  position: relative !important; /* Swiper-CSS lazy geladen – ohne !important gewinnt Swipers position:absolute */
}
.bewertungen-progress-bar .swiper-pagination-progressbar-fill {
  background: var(--dunkel) !important; /* Swiper-CSS wird lazy geladen – !important verhindert Override */
  border-radius: 999px;
}
.bewertung-card {
  background: var(--bg);
  border: 1px solid rgba(104, 110, 120, 0.28);
  padding: 26px 26px 22px;
  display: flex;
  flex-direction: column;
  min-height: 200px;
  position: relative;
  transition: transform 0.3s ease;
  height: 100%;
  box-sizing: border-box;
}
.bewertung-card:hover { transform: translateY(-4px); }
.swiper-bewertungen .swiper-slide:nth-child(odd) .bewertung-card {
  border-top-left-radius: 3em;
  border-bottom-right-radius: 3em;
}
.swiper-bewertungen .swiper-slide:nth-child(even) .bewertung-card {
  border-top-right-radius: 3em;
  border-bottom-left-radius: 3em;
}
.bewertung-card-kopf {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.bewertung-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: var(--weiss);
  flex-shrink: 0;
  font-family: inherit;
}
.bewertung-name {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: var(--dunkel);
}
.bewertung-datum {
  font-size: 11px;
  color: var(--text-soft, #9b9590);
  margin-top: 2px;
  font-weight: 400;
  text-transform: none;
}
.bewertung-sterne {
  color: #fbbc04;
  font-size: 13px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.bewertung-text {
  font-size: 12px;
  color: var(--text-soft, #9b9590);
  line-height: 1.72;
  margin: 0;
  flex: 1;
  padding-right: 20px;
}
.bewertung-nr {
  display: none;
}
.bewertungen-cta {
  text-align: center;
}
.bewertungen-btn-haupt {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--dunkel);
  text-decoration: none;
  border-radius: 48px;
  border: 1px solid var(--rand);
  padding: 0 28px;
  min-height: 48px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.15s;
}
.bewertungen-btn-haupt:hover {
  background: var(--dunkel);
  color: var(--bg);
  border-color: var(--dunkel);
  transform: scale(1.04);
}
@media (max-width: 900px) {
  .bewertungen-herkunft { margin-top: 10px; }
  .swiper-bewertungen { padding: 0 20px; }
  .bewertungen-footer { padding: 0 20px; }
}
@media (max-width: 520px) {
  .bewertungen-section { padding: 56px 0 52px; }
}

/* ============================================================
   LEISTUNGEN (Services) – 65px 0
============================================================ */
.leistungen-section {
  background: var(--bg);
  border-radius: 65px 0;
  padding: 88px 0 80px;
  margin-top: -1px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.leistungen-header {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 40px;
  align-items: start;
  padding: 0 56px;
  margin-bottom: 52px;
}
.leistungen-header > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}

/* Service-Slider */
.swiper-leistungen {
  overflow: hidden;
  padding: 0 56px;
}
.swiper-leistungen .swiper-wrapper {
  gap: 0; /* Swiper nutzt spaceBetween statt gap */
}
.swiper-leistungen .swiper-slide {
  height: 480px;
}

@media (min-width: 1500px) {
  .swiper-leistungen {
    padding: 0 124px;
  }
  .swiper-leistungen .swiper-slide {
    height: 328px;
  }
  .service-karte-inhalt {
    padding: 18px;
  }
}

/* Fallback, falls Swiper nicht geladen wird */
.swiper-leistungen.ohne-swiper {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 8px;
  -webkit-overflow-scrolling: touch;
}
.swiper-leistungen.ohne-swiper .swiper-wrapper {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 32vw);
  gap: 24px;
}
.swiper-leistungen.ohne-swiper .swiper-slide {
  width: auto;
}
.swiper-leistungen.ohne-swiper + .swiper-footer .swiper-progress-bar {
  display: none;
}

/* Service Karte */
.service-karte {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background: var(--dunkel);
}
.swiper-leistungen .swiper-slide:nth-child(odd) .service-karte {
  border-top-left-radius: 3em;
  border-bottom-right-radius: 3em;
}
.swiper-leistungen .swiper-slide:nth-child(even) .service-karte {
  border-top-right-radius: 3em;
  border-bottom-left-radius: 3em;
}
.service-karte-bild {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  /* Standard: leicht unscharf + gedimmt */
  filter: blur(3px) brightness(0.75);
  transform: scale(1.04);
  transition: filter 0.6s ease, transform 0.6s ease;
}
/* Hover: scharf + zoomt rein */
.service-karte:hover .service-karte-bild {
  filter: blur(0px) brightness(1);
  transform: scale(1.08);
}
.service-karte.ist-offen .service-karte-bild {
  filter: blur(0px) brightness(1);
  transform: scale(1.08);
}
/* Gradient — wird bei Hover stärker damit Text lesbar bleibt */
.service-karte-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(120% 82% at 18% 88%, rgba(10,8,6,0.28) 0%, rgba(10,8,6,0) 58%),
    linear-gradient(180deg, rgba(10,8,6,0.08) 0%, rgba(10,8,6,0.12) 34%, rgba(10,8,6,0.44) 70%, rgba(10,8,6,0.82) 100%);
  transition: background 0.5s ease;
}
.service-karte:hover .service-karte-overlay {
  background:
    radial-gradient(120% 82% at 18% 88%, rgba(10,8,6,0.34) 0%, rgba(10,8,6,0.04) 60%, rgba(10,8,6,0) 76%),
    linear-gradient(180deg, rgba(10,8,6,0.1) 0%, rgba(10,8,6,0.16) 34%, rgba(10,8,6,0.54) 72%, rgba(10,8,6,0.9) 100%);
}
.service-karte.ist-offen .service-karte-overlay {
  background:
    radial-gradient(120% 82% at 18% 88%, rgba(10,8,6,0.34) 0%, rgba(10,8,6,0.04) 60%, rgba(10,8,6,0) 76%),
    linear-gradient(180deg, rgba(10,8,6,0.1) 0%, rgba(10,8,6,0.16) 34%, rgba(10,8,6,0.54) 72%, rgba(10,8,6,0.9) 100%);
}

/* Inhalt-Bereich — unten, Name links / + rechts */
.service-karte-inhalt {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 28px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  z-index: 3;
}

.service-karte-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Beschreibungstext — versteckt, erscheint beim Hover */
.service-karte-detail-text {
  font-size: 12px;
  line-height: 1.75;
  color: rgba(252,245,232,0.82);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin-bottom: 0;
  transition: max-height 0.45s ease, opacity 0.4s ease, margin-bottom 0.4s ease;
}
.service-text-mobil { display: none; }
.service-karte:hover .service-karte-detail-text {
  max-height: 130px;
  opacity: 1;
  margin-bottom: 12px;
}
.service-karte.ist-offen .service-karte-detail-text {
  max-height: 130px;
  opacity: 1;
  margin-bottom: 12px;
}

.service-karte-name {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--bg);
  line-height: 1.25;
}

/* "+" Button */
.service-karte-plus {
  width: 49px; height: 49px;
  background: var(--bg);
  border: none;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--text);
  font-size: 22px; font-weight: 300;
  flex-shrink: 0;
  cursor: pointer;
  transition: all 0.3s;
}
/* "+" bleibt immer crème — kein Farbwechsel beim Hover */
.service-karte:hover .service-karte-plus {
  background: var(--bg);
  color: var(--text);
}
.service-karte.ist-offen .service-karte-plus {
  background: var(--bg);
  color: var(--text);
}

/* Progress bar + Button */
.swiper-footer {
  margin: 36px 56px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
.slider-meta {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 18px;
}
.swiper-progress-bar {
  width: 100%;
  height: 4px;
  background: rgba(0,0,0,0.25);
  border-radius: 2px;
  position: relative;   /* Pflicht damit Swiper's absolut positionierter Fill funktioniert */
}
.slider-meta .swiper-progress-bar,
.slider-meta .bewertungen-progress-bar {
  flex: 1 1 auto;
}
/* Swiper Progressbar */
.swiper-progress-bar .swiper-pagination-progressbar-fill {
  background: rgb(43,43,43) !important;
  border-radius: 2px;
}
.slider-nav {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}
.slider-nav-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(43,43,43,0.16);
  background: rgba(252,245,232,0.86);
  color: var(--text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
}
.slider-nav-btn::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1.8px solid currentColor;
  border-right: 1.8px solid currentColor;
}
.slider-nav-btn-prev::before {
  transform: rotate(-135deg);
  margin-left: 3px;
}
.slider-nav-btn-next::before {
  transform: rotate(45deg);
  margin-right: 3px;
}
.slider-nav-btn:hover {
  background: var(--dunkel);
  border-color: var(--dunkel);
  color: var(--bg);
  transform: translateY(-1px);
}
.slider-nav-btn:disabled,
.slider-nav-btn.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
  transform: none;
}
.alle-btn {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 28px;
  border: 1px solid var(--rand);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--dunkel);
  background: transparent;
  white-space: nowrap;
  text-decoration: none;
  transition: background 0.25s, color 0.25s, border-color 0.25s;
  -webkit-tap-highlight-color: transparent;
}
.alle-btn:visited {
  color: var(--dunkel);
  text-decoration: none;
}
.alle-btn:hover,
.alle-btn:focus-visible {
  background: var(--dunkel);
  color: var(--bg);
  border-color: var(--dunkel);
  text-decoration: none;
  outline: none;
}

/* ============================================================
   ANSATZ – Sticky horizontal scroll
   CSS min-height als Fallback, falls JS nicht läuft
============================================================ */
.ansatz-section {
  background: var(--bg);
  /* Höhe wird ausschließlich per JS gesetzt — kein min-height Override! */
}

.ansatz-sticky {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.ansatz-foto {
  position: absolute;
  inset: 0;
  background: url('/Bilder/allgemein/banner-03.jpg') center/cover no-repeat;
  background: image-set(url('/Bilder/allgemein/banner-03.webp') type('image/webp'), url('/Bilder/allgemein/banner-03.jpg') type('image/jpeg')) center/cover no-repeat;
}
@media (max-width: 1100px) {
  .ansatz-foto {
    background: url('/Bilder/allgemein/banner-03-1200.jpg') center/cover no-repeat;
    background: image-set(url('/Bilder/allgemein/banner-03-1200.webp') type('image/webp'), url('/Bilder/allgemein/banner-03-1200.jpg') type('image/jpeg')) center/cover no-repeat;
  }
}
@media (max-width: 640px) {
  .ansatz-foto {
    background: url('/Bilder/allgemein/banner-03-768.jpg') center/cover no-repeat;
    background: image-set(url('/Bilder/allgemein/banner-03-768.webp') type('image/webp'), url('/Bilder/allgemein/banner-03-768.jpg') type('image/jpeg')) center/cover no-repeat;
  }
}
.ansatz-foto::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(16,13,9,0.64);
}

/* Headline oben links */
.ansatz-headline {
  position: absolute;
  top: 64px; left: 56px; right: 56px;
  z-index: 2;
}
.ansatz-headline .section-label {
  color: rgba(252,245,232,0.45);
  margin-bottom: 16px;
  display: block;
}
.ansatz-headline .section-titel {
  color: var(--bg);
  max-width: 560px;
  font-size: clamp(26px, 3.6vw, 50px);
}
.ansatz-titel {
  margin-top: 14px;
}
.ansatz-headline .section-titel em {
  color: rgba(252,245,232,0.42);
}

/* Karten-Track */
.ansatz-track {
  position: absolute;
  bottom: 126px;
  left: 56px;
  display: flex;
  gap: 28px;
  z-index: 2;
  will-change: transform;
}

/* Benefit-Karte */
.ansatz-karte {
  width: 360px;
  background: var(--bg);
  padding: 26px 26px 22px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  min-height: 228px;
  position: relative;
  transition: transform 0.3s ease;
}
.ansatz-track > .ansatz-karte:nth-child(odd) {
  border-top-left-radius: 3em;
  border-bottom-right-radius: 3em;
}
.ansatz-track > .ansatz-karte:nth-child(even) {
  border-top-right-radius: 3em;
  border-bottom-left-radius: 3em;
  width: 470px;
}
.ansatz-karte:hover { transform: translateY(-4px); }

/* Kartennummer */
.ansatz-karte-nr {
  display: none;
}
.ansatz-karte-titel {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 1.15;
  color: var(--text);
  margin-bottom: 12px;
}
.ansatz-karte-text {
  font-size: 12px;
  line-height: 1.72;
  color: var(--text-soft);
  flex: 1;
  padding-right: 20px;
}

/* Fortschrittsbalken + Navigation in einer Zeile wie im Leistungsbereich */
.ansatz-slider-meta {
  position: absolute;
  bottom: 72px;
  left: 56px;
  right: 56px;
  z-index: 2;
  width: auto;
  display: flex;
  align-items: center;
  gap: 18px;
}
.ansatz-fortschritt-wrapper {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  height: 4px;
  background: rgba(252,245,232,0.12);
  border-radius: 2px;
  overflow: hidden;
}
.ansatz-fortschritt-fill {
  height: 100%;
  width: 0%;
  background: rgba(200,195,188,0.85);
  border-radius: 2px;
  transition: width 0.1s linear;
}
.ansatz-nav {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}
.ansatz-nav-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(252,245,232,0.45);
  background: rgba(252,245,232,0.08);
  color: var(--bg);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
}
.ansatz-nav-btn::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1.8px solid currentColor;
  border-right: 1.8px solid currentColor;
}
.ansatz-nav-btn-prev::before {
  transform: rotate(-135deg);
  margin-left: 3px;
}
.ansatz-nav-btn-next::before {
  transform: rotate(45deg);
  margin-right: 3px;
}
.ansatz-nav-btn:hover {
  background: var(--bg);
  border-color: var(--bg);
  color: var(--dunkel);
  transform: translateY(-1px);
}
.ansatz-nav-btn:disabled {
  opacity: 0.35;
  cursor: default;
  transform: none;
}
.ansatz-hinweis {
  position: absolute;
  left: 56px;
  bottom: 16px;
  z-index: 2;
  max-width: 460px;
  font-size: 10px;
  line-height: 1.65;
  color: rgba(252,245,232,0.68);
  padding: 8px 12px;
  border: 1px solid rgba(252,245,232,0.10);
  border-radius: 14px;
  background: rgba(16,13,9,0.22);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.btn {
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid var(--rand);
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--text);
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.15s;
  -webkit-tap-highlight-color: transparent;
}
.btn:hover {
  background: var(--dunkel);
  color: var(--bg);
  border-color: var(--dunkel);
}
.btn.primary {
  background: var(--dunkel);
  color: var(--bg);
  border-color: var(--dunkel);
}
.btn.primary:hover {
  background: transparent;
  color: var(--dunkel);
  border-color: var(--rand);
  transform: scale(1.04);
}
.ansatz-cta {
  position: absolute;
  right: 56px;
  bottom: 20px;
  z-index: 2;
  color: var(--bg);
  border-color: rgba(252,245,232,0.78);
  background: rgba(252,245,232,0.10);
}
.ansatz-cta:hover {
  background: rgba(252,245,232,0.95);
  color: var(--dunkel);
  border-color: rgba(252,245,232,0.95);
}

/* ============================================================
   ÜBER UNS – Split-Layout (Text links, Foto rechts)
============================================================ */
.ueber-section {
  background: var(--bg);
  border-radius: 0 65px;
  padding: 96px 0 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* Header: Label links | Titel+Text rechts */
.ueber-header {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 40px;
  align-items: start;
  padding: 0 56px 64px;
}
.ueber-label-col {
  padding-top: 6px;
}
.ueber-text-col {}

/* Foto — volle Breite mit Rand links */
.ueber-foto-wrapper {
  padding-left: 56px;
  margin-bottom: 0;
}
.ueber-foto {
  width: 100%;
  aspect-ratio: 16/8;
  border-radius: 0 65px 0 0;
  overflow: hidden;
}
.ueber-foto img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

/* Stats */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--rand);
  margin-top: 0;
}
.stat-item {
  padding: 44px 56px;
  border-right: 1px solid var(--rand);
}
.stat-item:last-child { border-right: none; }
.stat-zahl {
  font-size: clamp(44px, 5.5vw, 72px);
  font-weight: 700;
  color: var(--text);
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -0.03em;
}
.stat-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-soft);
}

/* ============================================================
   REFERENZEN – is-dark
============================================================ */
.referenzen-section {
  background: var(--dunkel);
  padding: 88px 56px;
}
.referenzen-header {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 40px;
  align-items: start;
  margin-bottom: 52px;
}
.referenzen-header .section-label { color: rgba(252,245,232,0.4); }
.referenzen-header .section-titel { color: var(--bg); }
.referenzen-header .section-titel em { color: rgba(252,245,232,0.4); }
.referenzen-header .section-text { color: rgba(252,245,232,0.5); }
.referenzen-header .section-links a {
  color: var(--bg);
  border-color: rgba(252,245,232,0.3);
  background: transparent;
}
.referenzen-header .section-links a:hover {
  color: var(--dunkel);
  background: var(--bg);
  border-color: var(--bg);
}

.referenzen-galerie {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 280px 280px;
  gap: 12px;
  border-radius: 3em 0;
  overflow: hidden;
}
.ref-foto { overflow: hidden; cursor: pointer; }
.ref-foto:first-child { grid-row: span 2; }
.ref-foto img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.65s ease;
}
.ref-foto:hover img { transform: scale(1.05); }

.referenzen-alle-btn {
  margin-top: 40px;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid rgba(252,245,232,0.62);
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--bg);
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.15s;
  -webkit-tap-highlight-color: transparent;
}
.referenzen-alle-btn:hover {
  background: var(--bg);
  color: var(--dunkel);
  border-color: var(--bg);
  transform: scale(1.04);
}

@media (min-width: 1500px) {
  .referenzen-galerie {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    grid-template-rows: 238px 238px;
    gap: 24px;
  }
}

/* ============================================================
   KONTAKT
============================================================ */
.kontakt-section {
  background: var(--bg);
  padding: 68px 56px 88px;
}

.kontakt-karte {
  background: var(--teal);
  border-radius: 65px 0;
  padding: 68px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 72px;
  align-items: start;
  box-shadow: 0 28px 80px rgba(23, 37, 45, 0.16);
}

.kontakt-karte h2 {
  font-size: clamp(24px, 3.2vw, 44px);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--bg);
  line-height: 1.1;
  letter-spacing: -0.015em;
  margin-bottom: 18px;
}
.kontakt-karte h2 em {
  display: block;
  color: rgba(252,245,232,0.42);
  font-style: normal;
  font-weight: 700;
}
.kontakt-karte > div > p {
  font-size: 13px;
  line-height: 1.85;
  color: rgba(252,245,232,0.65);
  margin-bottom: 36px;
  max-width: 340px;
}
.kontakt-cta {
  margin: -10px 0 34px;
  max-width: 340px;
}
.kontakt-cta-text {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.85;
  color: rgba(252,245,232,0.65);
}
.kontakt-cta-btn {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(252,245,232,0.55);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bg);
  background: rgba(252,245,232,0.08);
}
.kontakt-cta-btn:hover {
  background: rgba(252,245,232,0.14);
  border-color: rgba(252,245,232,0.56);
}
.kontakt-cta-note {
  margin: 10px 0 0;
  font-size: 11px;
  line-height: 1.6;
  color: rgba(252,245,232,0.5);
}

.kontakt-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.kontakt-icon {
  width: 48px; height: 48px;
  border: 1.5px solid rgba(252,245,232,0.55);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--bg);
  font-size: 16px;
  transition: all 0.3s;
}
.kontakt-icon:hover {
  background: var(--bg);
  color: var(--dunkel);
  border-color: var(--bg);
}
.kontakt-wallet-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 14px;
  margin-top: 22px;
}
.kontakt-wallet-title {
  display: block;
  margin: 22px 0 12px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(252,245,232,0.7);
}
.kontakt-wallet-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 0;
  padding: 2px 0;
  touch-action: manipulation;
}
.kontakt-wallet-link img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 40px;
}
.kontakt-wallet-link--google img {
  height: 35px;
}

/* Erreichbarkeit Buttons */
.kontakt-erreichbarkeit-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 18px;
  border: 1px solid rgba(252,245,232,0.35);
  border-radius: 999px;
  color: rgba(252,245,232,0.92);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: background 0.22s, border-color 0.22s, color 0.22s;
  white-space: nowrap;
}
.kontakt-erreichbarkeit-btn:hover {
  background: var(--bg);
  border-color: var(--bg);
  color: var(--dunkel);
}

/* Erreichbarkeit */
.kontakt-erreichbarkeit {
  margin-top: 32px;
  padding: 20px 22px 18px;
  background: rgba(252,245,232,0.06);
  border: 1px solid rgba(252,245,232,0.13);
  border-radius: 20px;
  width: fit-content;
}
.kontakt-erreichbarkeit-title {
  display: block;
  margin-bottom: 14px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(252,245,232,0.52);
}
.kontakt-erreichbarkeit-zeile {
  display: grid;
  grid-template-columns: 86px auto;
  align-items: baseline;
  padding: 7px 0;
  border-bottom: 1px solid rgba(252,245,232,0.07);
}
.kontakt-erreichbarkeit-zeile:last-child {
  border-bottom: none;
}
.kontakt-erreichbarkeit-tag {
  font-size: 12px;
  color: rgba(252,245,232,0.52);
}
.kontakt-erreichbarkeit-zeit {
  font-size: 15px;
  font-weight: 600;
  color: rgba(252,245,232,0.95);
  letter-spacing: 0.01em;
}

/* Formular */
.kontakt-form-box {
  background: var(--bg);
  border-radius: 0 3em;
  margin-top: -28px;
  padding: 28px 52px 44px;
  border: 1px solid rgba(212,207,196,0.8);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.35);
}

.kontakt-form-einleitung {
  font-size: 12px;
  line-height: 1.75;
  color: var(--text-soft);
  margin-bottom: 8px;
}

/* ── Termin-Block im Kontaktformular ───────────────────────── */
.idx-termin-block {
  padding-bottom: 24px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--rand);
}
.idx-termin-label {
  display: block;
  font-size: 9.5px; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--text-soft);
  margin-bottom: 8px;
}
.idx-termin-heading {
  font-size: clamp(17px, 1.8vw, 22px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--dunkel);
  margin: 0 0 10px;
}
.idx-termin-heading em {
  color: rgba(43,43,43,0.32);
  font-style: normal;
}
.idx-termin-text {
  font-size: 12px;
  line-height: 1.75;
  color: var(--text-soft);
  margin: 0 0 16px;
  max-width: 420px;
}
.idx-termin-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 18px;
}
.idx-termin-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 11px;
  border: 1px solid rgba(60,100,120,0.25);
  border-radius: 999px;
  background: rgba(60,100,120,0.06);
  font-size: 10px; font-weight: 700;
  color: var(--teal);
  letter-spacing: 0.04em;
}
.idx-termin-chip svg { width: 10px; height: 10px; display: block; }
.idx-termin-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 28px;
  background: var(--teal);
  color: var(--bg);
  border: 1.5px solid var(--teal);
  border-radius: 999px;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  text-decoration: none;
  transition: background 0.25s, color 0.25s;
}
.idx-termin-btn:hover { background: transparent; color: var(--teal); }
.idx-termin-btn svg { width: 12px; height: 12px; display: block; flex-shrink: 0; }

.kontakt-direktkontakt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 18px;
  margin-bottom: 18px;
  padding: 16px 18px;
  background: rgba(252,245,232,0.56);
  border: 1px solid rgba(212,207,196,0.72);
  border-radius: 16px;
}

.kontakt-direktkontakt-text {
  flex: 1 1 260px;
  font-size: 11px;
  line-height: 1.65;
  color: var(--text-soft);
}

.kontakt-direktkontakt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-left: auto;
  padding: 0 20px;
  border-radius: 999px;
  background: #25D366;
  border: 1px solid #25D366;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.kontakt-direktkontakt-btn:hover {
  background: #128C7E;
  border-color: #128C7E;
  color: #ffffff;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 24px;
}
.form-feld { margin-bottom: 22px; }
.form-feld.halb { grid-column: span 2; }
.form-feld.voll { grid-column: 1 / -1; }
.form-feld label {
  display: block;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-soft);
  margin-bottom: 10px;
}
.form-feld input,
.form-feld textarea,
.form-feld select {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--rand);
  padding: 12px 0;
  font-family: 'Manrope', 'Verdana', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: var(--dunkel);
  outline: none;
  resize: none;
  transition: border-color 0.3s;
  border-radius: 0;
  min-height: 44px;
}
.form-feld input:focus,
.form-feld textarea:focus,
.form-feld select:focus { border-bottom-color: var(--dunkel); }

.form-feld.feld-fehler input,
.form-feld.feld-fehler select { border-bottom-color: #b94040; }
.form-feld.feld-fehler textarea { border-color: #b94040; }
.form-feld.feld-fehler label { color: #b94040; }
.form-zustimmung.feld-fehler label { color: #b94040; }

.form-pflicht {
  margin: 0 0 18px;
  font-size: 12px;
  color: var(--text-soft);
  line-height: 1.6;
}
.form-feld input::placeholder,
.form-feld textarea::placeholder { color: rgba(43,43,43,0.28); }
.form-feld select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background-image: linear-gradient(45deg, transparent 50%, rgba(43,43,43,0.55) 50%), linear-gradient(135deg, rgba(43,43,43,0.55) 50%, transparent 50%);
  background-position: calc(100% - 12px) calc(50% - 2px), calc(100% - 7px) calc(50% - 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 28px;
}
.form-feld textarea {
  min-height: 148px;
  padding: 16px 18px;
  border: 1px solid var(--rand);
  border-radius: 18px;
  line-height: 1.72;
  resize: vertical;
  background: var(--bg);
  appearance: none;
  -webkit-appearance: none;
  overflow-y: auto;
  transition: none;
}


/* Senden-Button */
.form-senden-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
}
.form-senden-btn {
  appearance: none;
  -webkit-appearance: none;
  min-width: 200px;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  background: var(--teal);
  color: var(--bg);
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: background 0.3s, transform 0.3s, color 0.3s, border-color 0.3s;
  outline: none;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-fill-color: var(--bg);
}
.form-senden-btn:hover {
  background: rgba(252,245,232,0.96);
  transform: scale(1.06);
  border: 1px solid var(--rand);
  color: var(--text);
  -webkit-text-fill-color: var(--text);
}
.form-senden-btn::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid var(--bg);
  border-right: 2px solid var(--bg);
  transform: rotate(45deg);
  pointer-events: none;
  flex: 0 0 auto;
}
.form-senden-btn:visited,
.form-senden-btn:active,
.form-senden-btn:focus,
.form-senden-btn:focus-visible {
  color: var(--bg);
  background: var(--teal);
  border-color: transparent;
  outline: none;
  box-shadow: none;
  -webkit-text-fill-color: var(--bg);
}
.form-hinweis {
  margin-top: 18px;
  font-size: 11px;
  line-height: 1.7;
  color: var(--text-soft);
  max-width: 44ch;
}

.form-status {
  display: none;
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 16px;
  font-size: 11px;
  line-height: 1.7;
}

.form-status.aktiv {
  display: block;
}

.form-status.erfolg {
  background: linear-gradient(135deg, rgba(75,114,133,0.14) 0%, rgba(60,100,120,0.08) 100%);
  border: 1px solid rgba(75,114,133,0.3);
  color: var(--teal);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.35);
}

.form-status.fehler {
  background: rgba(125,61,46,0.08);
  border: 1px solid rgba(125,61,46,0.18);
  color: #6d3d2e;
}

/* ── Newsletter-Box (erscheint nach Formular-Erfolg) ── */
.nl-box { display: none; margin-top: 20px; margin-bottom: 8px; padding: 20px 20px 18px; background: var(--bg); border: 1px solid var(--rand); border-radius: 16px; }
.nl-box.sichtbar { display: block; }
.nl-box-label { font-size: 10px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-soft); margin: 0 0 6px; }
.nl-box h2 { font-size: 18px; font-weight: 400; font-family: 'Manrope', 'Verdana', sans-serif; color: var(--dunkel); margin: 0 0 6px; line-height: 1.3; }
.nl-box p { font-size: 13px; color: var(--text-soft); line-height: 1.6; margin: 0 0 14px; }
.nl-row { display: flex; gap: 8px; flex-wrap: wrap; }
.nl-row input[type="email"] { flex: 1 1 200px; padding: 10px 14px; border: 1px solid var(--rand); border-radius: 10px; font-size: 14px; background: #fff; color: var(--dunkel); outline: none; transition: border-color .2s; }
.nl-row input[type="email"]:focus { border-color: var(--teal); }
.nl-btn { padding: 10px 20px; background: var(--teal); color: #fcf5e8; border: none; border-radius: 10px; font-size: 13px; font-weight: 600; cursor: pointer; white-space: nowrap; transition: opacity .2s; }
.nl-btn:hover { opacity: .85; }
.nl-btn:disabled { opacity: .55; cursor: default; }
.nl-hinweis { font-size: 11px; color: var(--text-soft); margin: 10px 0 0; line-height: 1.6; }
.nl-hinweis a { color: var(--teal); text-decoration: none; }
.nl-erfolg { display: none; font-size: 13px; font-weight: 600; color: var(--teal); margin-top: 10px; }
.nl-fehler { display: none; font-size: 12px; color: #b94a48; margin-top: 8px; }
.nl-hp { display: none !important; }

/* ── Newsletter-Bestätigung Toast ── */
#nl-toast {
  display: none;
  position: fixed;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  max-width: 480px;
  width: calc(100vw - 32px);
  padding: 14px 20px;
  border-radius: 16px;
  font-size: 14px;
  font-family: 'Manrope', 'Verdana', sans-serif;
  line-height: 1.5;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
  text-align: center;
}
#nl-toast.nl-toast-erfolg {
  background: linear-gradient(135deg, rgba(75,114,133,0.14) 0%, rgba(60,100,120,0.08) 100%);
  border: 1px solid rgba(75,114,133,0.35);
  color: var(--teal);
}
#nl-toast.nl-toast-fehler {
  background: rgba(125,61,46,0.08);
  border: 1px solid rgba(125,61,46,0.2);
  color: #6d3d2e;
}

.form-upload-bereich { margin-top: 20px; }
.form-upload-label { margin: 0 0 4px; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text); }
.form-upload-optional { font-weight: 400; color: var(--text-soft); text-transform: none; letter-spacing: 0; }
.form-upload-hinweis { margin: 0 0 10px; font-size: 11px; color: var(--text-soft); line-height: 1.6; }
.form-upload-zone { display: flex; align-items: center; gap: 12px; padding: 14px 18px; border: 1px dashed var(--rand); border-radius: 14px; background: rgba(252,245,232,0.5); cursor: pointer; transition: background 0.2s, border-color 0.2s; }
.form-upload-zone:hover { background: rgba(252,245,232,0.9); border-color: var(--akzent); }
.form-upload-icon { flex-shrink: 0; width: 28px; height: 28px; color: var(--akzent); opacity: 0.7; }
.form-upload-icon svg { width: 100%; height: 100%; }
.form-upload-text { font-size: 12px; font-weight: 600; color: var(--text-soft); line-height: 1.4; }
.form-upload-vorschau { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.form-upload-chip { display: inline-flex; align-items: center; gap: 6px; padding: 6px 10px; background: rgba(60,100,120,0.08); border: 1px solid rgba(60,100,120,0.18); border-radius: 999px; font-size: 11px; color: var(--akzent); font-weight: 600; }
.form-upload-chip-remove { appearance: none; border: none; background: none; padding: 0; cursor: pointer; line-height: 1; color: var(--akzent); opacity: 0.6; font-size: 14px; }
.form-upload-chip-remove:hover { opacity: 1; }
.form-upload-fehler { margin-top: 6px; font-size: 11px; color: #8b3a2e; line-height: 1.5; }

.form-zustimmung {
  margin-top: 8px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.form-zustimmung input {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: var(--teal);
  flex: 0 0 auto;
}

.form-zustimmung label {
  font-size: 11px;
  line-height: 1.7;
  color: var(--text-soft);
}

.form-zustimmung a {
  color: var(--text);
  text-decoration: none;
  text-underline-offset: 0.16em;
}
.form-zustimmung a:hover,
.form-zustimmung a:focus-visible {
  text-decoration: underline;
}

.form-versteckt {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

/* ============================================================
   FOOTER
============================================================ */
footer {
  background: var(--dunkel);
  padding: 64px 56px 40px;
}

.footer-haupt {
  display: grid;
  grid-template-columns: minmax(220px, 0.95fr) minmax(170px, 0.65fr) minmax(520px, 1.25fr);
  gap: 30px;
  max-width: 1320px;
  margin: 0 auto;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(252,245,232,0.08);
}

.footer-logo {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 38px;
  font-weight: 400;
  color: var(--bg);
  letter-spacing: 0.02em;
  margin-bottom: 20px;
  line-height: 1;
}
.footer-info {
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(252,245,232,0.35);
  max-width: 280px;
  margin-bottom: 24px;
}
.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-social-link {
  width: 40px; height: 40px;
  border: 1px solid rgba(252,245,232,0.45);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: rgba(252,245,232,0.52);
  font-size: 13px;
  background: rgba(252,245,232,0.02);
  transition: all 0.3s;
}
.footer-social-link:hover {
  background: rgba(252,245,232,0.98);
  border-color: rgba(252,245,232,0.98);
  color: var(--dunkel);
}

.footer-nav-titel,
.footer-kontakt-titel {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(252,245,232,0.35);
  margin-bottom: 22px;
}
.footer-nav-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-nav-links a {
  font-size: 13.5px;
  font-weight: 400;
  color: rgba(252,245,232,0.65);
  transition: color 0.2s;
}
.footer-nav-links a:hover { color: var(--bg); }

.footer-kontakt-item {
  margin-bottom: 20px;
}
.footer-kontakt-item h3 {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(252,245,232,0.35);
  margin-bottom: 7px;
}
.footer-kontakt-item a,
.footer-kontakt-item p {
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(252,245,232,0.65);
  transition: color 0.2s;
}
.footer-kontakt-item a:hover { color: var(--bg); }
.footer-kontakt-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 22px;
}
.footer-kontakt-spalte {
  min-width: 0;
}
.footer-kontakt-item--einsatz {
  margin-top: 0;
  margin-bottom: 14px;
}
.footer-vertrauen {
  margin-top: 14px;
  padding-top: 18px;
  border-top: 1px solid rgba(252,245,232,0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-start;
}
.footer-vertrauen-badge {
  display: flex;
  align-items: center;
  width: 252px;
  max-width: 100%;
  min-height: 44px;
  padding: 8px 11px;
  border: 1px solid rgba(252,245,232,0.62);
  border-radius: 16px;
  background: rgba(252,245,232,0.04);
}
.footer-vertrauen-mark {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid rgba(252,245,232,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(252,245,232,0.96);
  color: var(--teal);
  overflow: hidden;
}
.footer-vertrauen-mark svg {
  width: 15px;
  height: 15px;
  display: block;
}
.footer-vertrauen-mark img {
  width: 15px;
  height: 15px;
  display: block;
  object-fit: contain;
}
.footer-vertrauen-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.footer-vertrauen-label {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(252,245,232,0.35);
}
.footer-vertrauen-value {
  font-size: 13px;
  line-height: 1.4;
  color: rgba(252,245,232,0.78);
}
.footer-vertrauen-badge a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: auto;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
}
.footer-vertrauen-badge a:hover .footer-vertrauen-value {
  color: rgba(252,245,232,0.96);
}
.footer-vertrauen-badge a:hover .footer-vertrauen-mark {
  border-color: rgba(252,245,232,0.28);
}

.footer-sponsoring {
  padding: 34px 0 30px;
  border-bottom: 1px solid rgba(252,245,232,0.08);
}

.footer-sponsoring-label {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(252,245,232,0.3);
  margin-bottom: 16px;
}

.footer-sponsoring-title {
  font-size: 30px;
  line-height: 1.14;
  color: rgba(252,245,232,0.92);
  margin-bottom: 12px;
}

.footer-sponsoring-title a {
  color: inherit;
}

.footer-sponsoring-text {
  max-width: 720px;
  font-size: 16.5px;
  line-height: 1.75;
  color: rgba(252,245,232,0.56);
}

.footer-sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-right: 112px;
  gap: 18px;
  flex-wrap: wrap;
}
.footer-sub span {
  font-size: 11px;
  color: rgba(252,245,232,0.34);
  letter-spacing: 0.04em;
}
.footer-sub a {
  font-size: 11px;
  color: rgba(252,245,232,0.34);
  letter-spacing: 0.04em;
  transition: color 0.2s;
}
.footer-sub a:hover { color: rgba(252,245,232,0.6); }
.footer-sub-button {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  font: inherit;
  font-size: 11px;
  color: rgba(252,245,232,0.34);
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: color 0.2s;
}
.footer-sub-button:hover { color: rgba(252,245,232,0.6); }

.zahlungs-overlay[hidden] { display: none; }
.zahlungs-overlay {
  position: fixed;
  inset: 0;
  z-index: 420;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 24px;
  background: rgba(20,20,20,0.28);
  backdrop-filter: blur(8px);
}
.zahlungs-dialog {
  width: min(560px, 100%);
  padding: 34px 34px 30px;
  border: 1px solid rgba(212,207,196,0.9);
  border-radius: 32px 0;
  background: rgba(252,245,232,0.98);
  box-shadow: 0 26px 56px rgba(43,43,43,0.16);
}
.zahlungs-dialog-kopf {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}
.zahlungs-dialog-kopf h3 {
  font-size: 22px;
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: var(--text);
  max-width: 14ch;
}
.zahlungs-dialog-close {
  appearance: none;
  border: 1px solid rgba(212,207,196,0.9);
  background: transparent;
  color: rgba(43,43,43,0.72);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font: inherit;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}
.zahlungs-dialog-text {
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-soft);
  max-width: 46ch;
}
.zahlungs-dialog-liste {
  margin-top: 18px;
  display: grid;
  gap: 12px;
}
.zahlungs-dialog-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(212,207,196,0.78);
  border-radius: 18px;
  background: rgba(255,253,248,0.72);
}
.zahlungs-dialog-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--bg);
  color: var(--text);
}
.zahlungs-dialog-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}
.zahlungs-dialog-icon span {
  display: block;
  line-height: 1;
}
.zahlungs-dialog-icon-paypal {
  background: linear-gradient(180deg, #f4f8fe 0%, #e9f2ff 100%);
}
.zahlungs-dialog-icon-bitcoin {
  background: linear-gradient(180deg, #fff8ee 0%, #fff2df 100%);
}
.zahlungs-dialog-icon-card {
  background: var(--weiss);
  border-radius: 12px;
  overflow: hidden;
}
.zahlungs-dialog-icon-bank {
  background: var(--bg);
}
.zahlungs-dialog-icon-bank span {
  font-size: 18px;
}
.zahlungs-dialog-icon-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.zahlungs-dialog-name {
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.015em;
  color: var(--text);
}
.zahlungs-dialog-hinweis {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(212,207,196,0.7);
  font-size: 11px;
  line-height: 1.7;
  color: var(--text-soft);
}

.chat-float {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  z-index: 402;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #25D366;
  color: #ffffff;
  border: 2px solid rgba(255,255,255,0.25);
  cursor: pointer;
  box-shadow: 0 18px 36px rgba(37,211,102,0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  pointer-events: auto;
}
.chat-float:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 24px 42px rgba(37,211,102,0.45);
}
.chat-float svg {
  width: 30px;
  height: 30px;
  display: block;
}
.cookie-banner[hidden] { display: none; }
.cookie-banner {
  position: fixed;
  left: 24px;
  right: 118px;
  bottom: 24px;
  z-index: 390;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid rgba(212,207,196,0.94);
  border-radius: 22px;
  background: rgba(252,245,232,0.96);
  box-shadow: 0 20px 45px rgba(43,43,43,0.14);
  backdrop-filter: blur(16px);
  transform: translateY(18px);
  opacity: 0;
  transition: opacity 0.28s ease, transform 0.28s ease;
}
.cookie-banner.sichtbar {
  transform: translateY(0);
  opacity: 1;
}
.cookie-banner-text {
  font-size: 13px;
  line-height: 1.6;
  color: var(--text-soft);
}
.cookie-banner-text a {
  color: var(--text);
  text-decoration: none;
  text-underline-offset: 0.18em;
}
.cookie-banner-text a:hover,
.cookie-banner-text a:focus-visible {
  text-decoration: underline;
}
.cookie-banner-button {
  appearance: none;
  border: 1px solid var(--rand);
  border-radius: 999px;
  padding: 12px 18px;
  background: transparent;
  color: var(--text);
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
}
.cookie-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
.cookie-banner-button--secondary {
  background: transparent;
  color: var(--text);
}

.chat-widget {
  position: fixed;
  right: 24px;
  bottom: 120px;
  z-index: 400;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 26px;
  pointer-events: none;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}
.chat-widget.ist-ausgeblendet {
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
}

.chat-panel {
  width: min(360px, calc(100vw - 32px));
  background: var(--bg);
  border: 1px solid rgba(212,207,196,0.95);
  border-radius: 28px 28px 10px 28px;
  box-shadow: 0 24px 56px rgba(25, 39, 47, 0.24);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px) scale(0.98);
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;
  pointer-events: auto;
}

.chat-widget.aktiv .chat-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.chat-widget.aktiv .chat-float {
  transform: translateY(10px);
}

.chat-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  background: #25D366;
  color: #ffffff;
}

.chat-panel-title {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.chat-panel-title strong {
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.chat-panel-title span {
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(252,245,232,0.72);
}

.chat-panel-close {
  appearance: none;
  -webkit-appearance: none;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(252,245,232,0.28);
  border-radius: 50%;
  background: transparent;
  color: var(--bg);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.chat-panel-body {
  padding: 18px;
}

.chat-bubble {
  max-width: 88%;
  padding: 14px 16px;
  border-radius: 18px 18px 18px 6px;
  background: rgba(75,114,133,0.1);
  color: var(--text);
  font-size: 13px;
  line-height: 1.65;
}

.chat-panel-note {
  margin-top: 14px;
  font-size: 11px;
  line-height: 1.7;
  color: var(--text-soft);
}

.chat-panel-form {
  margin-top: 16px;
  display: flex;
  gap: 10px;
}

.chat-panel-input {
  flex: 1 1 auto;
  min-height: 52px;
  padding: 14px 16px;
  border: 1px solid rgba(212,207,196,0.95);
  border-radius: 16px;
  background: rgba(252,245,232,0.92);
  font-family: 'Manrope', 'Verdana', sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: var(--text);
  resize: none;
  outline: none;
}

.chat-panel-input:focus {
  border-color: rgba(60,100,120,0.46);
}

.chat-panel-send {
  appearance: none;
  -webkit-appearance: none;
  align-self: flex-end;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: none;
  background: var(--teal);
  color: var(--bg);
  cursor: pointer;
  position: relative;
  flex: 0 0 auto;
}

.chat-panel-send::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid var(--bg);
  border-right: 2px solid var(--bg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-62%, -50%) rotate(45deg);
}

.chat-panel-send:hover {
  background: rgba(252,245,232,0.96);
}

.chat-panel-send:hover::before {
  border-top-color: var(--text);
  border-right-color: var(--text);
}

.chat-panel-footer {
  margin-top: 12px;
  font-size: 10px;
  line-height: 1.6;
  color: rgba(43,43,43,0.5);
}

/* ============================================================
   SCROLL-ANIMATIONEN
============================================================ */
.fade-rauf {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s cubic-bezier(0.22,1,0.36,1),
              transform 0.9s cubic-bezier(0.22,1,0.36,1);
}
.fade-rauf.sichtbar { opacity: 1; transform: translateY(0); }
.fade-rauf:nth-child(2) { transition-delay: 0.08s; }
.fade-rauf:nth-child(3) { transition-delay: 0.16s; }

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 1024px) {
  .hero {
    height: 100svh;
    min-height: 600px;
  }
  .navbar, .hero-nav { padding: 0 32px; }
  .hero-social { left: 32px; }
  body.cookie-banner-aktiv .hero-social { bottom: 188px; }
  body.cookie-banner-aktiv .chat-widget,
  body.cookie-banner-aktiv #km-ki-widget { opacity: 0; pointer-events: none; }
  .navbar-links,
  .hero-nav-links,
  .navbar-cta,
  .hero-nav-kontakt { display: none; }
  .nav-toggle { display: inline-flex; }
  .navbar-meta,
  .hero-nav-meta { margin-left: auto; }

  .hero-trust { padding: 20px 32px 16px; }
  .hero-trust-inner { grid-template-columns: 1fr; gap: 10px; }
  .warum-section { padding: 0 32px 56px; }
  .warum-inner { grid-template-columns: 1fr; gap: 20px; padding-left: 0; padding-right: 0; }
  .warum-list { grid-template-columns: 1fr; }
  .warum-list li { max-width: none; }

  .leistungen-section { padding: 64px 0; }
  .leistungen-header { padding: 0 32px; grid-template-columns: 1fr; gap: 20px; }
  .leistungen-header > div { flex-direction: column; gap: 16px; }
  .swiper-leistungen { padding: 0 32px !important; }
  .swiper-footer { margin: 28px 32px 0; }

  .ansatz-track { left: 32px; }
  .ansatz-headline { left: 32px; right: 32px; }
  .ansatz-karte { width: 300px; }
  .ansatz-track > .ansatz-karte:nth-child(even) { width: 380px; }
  .ansatz-track { bottom: 134px; }
  .ansatz-slider-meta {
    left: 32px;
    right: 32px;
    bottom: 76px;
    gap: 18px;
  }
  .ansatz-hinweis {
    left: 32px;
    bottom: 18px;
    max-width: 360px;
  }
  .ansatz-cta { right: 32px; }

  .ueber-section { padding: 64px 0 0; }
  .ueber-header { padding: 0 32px 48px; grid-template-columns: 1fr; gap: 20px; }
  .ueber-foto-wrapper { padding-left: 32px; }
  .bewertungen-header { padding: 0 32px 40px; grid-template-columns: 1fr; gap: 20px; }
  .stat-item { padding: 36px 32px; }

  .referenzen-section { padding: 64px 32px; }
  .referenzen-header { grid-template-columns: 1fr; gap: 20px; }
  .referenzen-galerie {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    border-radius: 2em 0;
  }
  .ref-foto:first-child { grid-row: auto; }

  .kontakt-section { padding: 48px 32px 64px; }
  .kontakt-karte {
    grid-template-columns: 1fr;
    padding: 48px 40px;
    gap: 48px;
    border-radius: 48px 0;
  }
  .kontakt-form-box {
    margin-top: -18px;
    padding: 18px 36px 34px;
  }
  .kontakt-direktkontakt {
    padding: 14px;
    border-radius: 16px;
  }
  .form-grid { grid-template-columns: 1fr; gap: 12px 0; }
  .form-feld.halb, .form-feld.voll { grid-column: 1 / -1; }
  .form-senden-btn { width: 100%; min-width: 0; }

  footer { padding: 56px 32px 36px; }
  .footer-haupt { grid-template-columns: 1fr 1fr; gap: 40px; max-width: none; }
  .footer-kontakt-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .footer-vertrauen {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .footer-vertrauen-badge {
    width: 100%;
  }
  .footer-sponsoring-title { font-size: 22px; }
  .footer-sponsoring-text { font-size: 15px; }
  .footer-sub { padding-right: 0; }
  .zahlungs-dialog {
    padding: 30px 28px;
    border-radius: 30px 0;
  }
  .zahlungs-dialog-kopf h3 { font-size: 24px; }

  .leistungen-section { border-radius: 48px 0; }
  .ueber-section { border-radius: 0 48px; }
  .chat-float {
    width: 62px;
    height: 62px;
  }
  .chat-widget {
    right: 24px;
    bottom: 80px;
    gap: 22px;
  }
  .chat-panel {
    width: min(332px, calc(100vw - 28px));
    border-radius: 24px 24px 10px 24px;
  }
  .chat-panel-header {
    padding: 14px 16px;
  }
  .chat-panel-body {
    padding: 16px;
  }
  .chat-bubble {
    max-width: 100%;
    padding: 12px 14px;
    font-size: 12px;
    line-height: 1.6;
  }
  .chat-panel-note,
  .chat-panel-footer {
    font-size: 10px;
    line-height: 1.6;
  }
  .chat-panel-form {
    gap: 8px;
    align-items: flex-end;
  }
  .chat-panel-input {
    min-height: 48px;
    padding: 12px 14px;
    font-size: 12px;
    border-radius: 14px;
  }
  .chat-panel-send {
    width: 48px;
    height: 48px;
  }
  .cookie-banner {
    left: 16px;
    right: 16px;
    bottom: 16px;
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .cookie-banner-actions {
    justify-content: stretch;
    flex-direction: column;
  }
  .cookie-banner-button {
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 641px) and (max-width: 1024px) {
  .hero-scroll-pfeil {
    display: block;
    bottom: 112px;
  }
  body.cookie-banner-aktiv .hero-scroll-pfeil {
    bottom: 204px;
  }
}

@media (max-width: 640px) {
  :root { --container: min(100vw - 48px, 640px); }
  .hero {
    height: 100svh;
    min-height: 560px;
  }
  .hero-bg-wrapper::before {
    background:
      radial-gradient(96% 68% at 50% 42%, rgba(18,14,10,0.08) 0%, rgba(18,14,10,0.22) 58%, rgba(18,14,10,0.01) 82%),
      linear-gradient(180deg, rgba(18,14,10,0.1) 0%, rgba(18,14,10,0.04) 24%, rgba(18,14,10,0.12) 58%, rgba(18,14,10,0.24) 100%);
  }
  .hero-bg-wrapper::after {
    background: linear-gradient(
      180deg,
      rgba(18,14,10,0.28) 0%,
      rgba(18,14,10,0.18) 46%,
      rgba(18,14,10,0.34) 100%
    );
  }
  .hero-bg {
    background: url('/Bilder/allgemein/hero-optimized/hero-leistungen-02-768.jpg') 56% center/cover no-repeat;
    background: image-set(url('/Bilder/allgemein/hero-optimized/hero-leistungen-02-768.webp') type('image/webp'), url('/Bilder/allgemein/hero-optimized/hero-leistungen-02-768.jpg') type('image/jpeg')) 56% center/cover no-repeat;
    background-position: 56% center;
    animation: kenburns-mobile 14s ease-in-out infinite alternate;
  }
  @keyframes kenburns-mobile {
    0%   { transform: translate3d(0, 0, 0) scale(1.0); }
    100% { transform: translate3d(0, -2.5%, 0) scale(1.12); }
  }
  .navbar, .hero-nav { padding: 0 24px; }
  .hero-inhalt { padding: 0 24px 160px; }
  .hero-social {
    left: 24px;
    right: 24px;
    gap: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .hero-social a:nth-child(3) {
    display: none;
  }
  body.cookie-banner-aktiv .hero-social { bottom: 332px; }
  body.cookie-banner-aktiv .chat-widget,
  body.cookie-banner-aktiv #km-ki-widget { opacity: 0; pointer-events: none; }
  .hero-social a {
    min-height: 42px;
    padding: 8px 12px;
    font-size: 9px;
    gap: 7px;
    justify-content: center;
    width: 100%;
  }
  .hero-social a:first-child {
    grid-column: 1 / -1;
    justify-content: center;
  }
  .hero-social-plus {
    flex: 0 0 auto;
    margin-left: 2px;
  }
  .hero-social-plus {
    width: 14px;
    height: 14px;
    font-size: 7px;
  }
  .lang-switch--light .lang-switch-link.inaktiv {
    opacity: 0.26;
  }
  #leistungen .section-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  #leistungen .section-links a {
    justify-content: center;
    min-width: 0;
    padding: 0 12px;
    text-align: center;
    line-height: 1.35;
    white-space: normal;
  }
  .hero-scroll-pfeil { bottom: 208px; }
  .hero-firmenname { font-size: clamp(64px, 18vw, 100px); }
  .hero-tagline { letter-spacing: 0.12em; }
  .hero-subline { max-width: 30ch; font-size: 12px; line-height: 1.55; }
  .hero-standort { font-size: 11px; letter-spacing: 0.1em; }
  .service-karte-overlay {
    background:
      radial-gradient(126% 88% at 18% 88%, rgba(10,8,6,0.34) 0%, rgba(10,8,6,0.06) 60%, rgba(10,8,6,0) 76%),
      linear-gradient(180deg, rgba(10,8,6,0.12) 0%, rgba(10,8,6,0.18) 30%, rgba(10,8,6,0.56) 68%, rgba(10,8,6,0.88) 100%);
  }
  .service-text-desktop { display: none; }
  .service-text-mobil { display: inline; }
  .referenzen-galerie { grid-template-columns: 1fr 1fr; }
  .kontakt-section {
    padding: 32px 24px 48px;
  }
  .kontakt-karte {
    padding: 32px 24px;
    gap: 34px;
    border-radius: 42px 0;
  }
  .kontakt-icons { gap: 8px; flex-wrap: nowrap; }
  .kontakt-icon { width: 36px; height: 36px; }
  .kontakt-icon svg { width: 13px; height: 13px; }
  .kontakt-erreichbarkeit {
    width: 100%;
    box-sizing: border-box;
  }
  .kontakt-erreichbarkeit-zeit {
    font-size: 14px;
  }
  .kontakt-erreichbarkeit-btn {
    width: 100%;
    justify-content: center;
  }
  .kontakt-wallet-links {
    margin-top: 18px;
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  .kontakt-wallet-link img { height: 36px; }
  .kontakt-wallet-link--google img { height: 32px; }
  .kontakt-form-box {
    margin-top: 0;
    padding: 18px 18px 22px;
    border-radius: 0 2.4em;
  }
  .kontakt-form-einleitung {
    display: none;
  }
  .kontakt-direktkontakt {
    width: fit-content;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 18px;
    padding: 10px 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .kontakt-direktkontakt-text {
    flex: 0 1 auto;
    max-width: 22ch;
    font-size: 10px;
    line-height: 1.55;
  }
  .kontakt-direktkontakt-btn {
    min-height: 38px;
    margin-left: 0;
    padding: 0 16px;
    font-size: 9px;
  }
  .slider-meta {
    gap: 12px;
  }
  .slider-nav {
    gap: 8px;
  }
  .slider-nav-btn,
  .ansatz-nav-btn {
    width: 34px;
    height: 34px;
  }
  .swiper-leistungen .swiper-slide { width: 282px !important; }
  .swiper-leistungen.ohne-swiper .swiper-wrapper { grid-auto-columns: 76vw; }
  .ansatz-karte { width: 260px; }
  .ansatz-track > .ansatz-karte:nth-child(even) { width: 310px; }
  .ansatz-track { bottom: 142px; }
  .ansatz-slider-meta {
    left: 24px;
    right: 24px;
    bottom: 80px;
    gap: 12px;
  }
  .ansatz-hinweis {
    left: 24px;
    right: 24px;
    bottom: 20px;
    max-width: none;
    font-size: 11px;
  }
  .ansatz-cta { display: none; }
  .stats-grid { grid-template-columns: 1fr; }
  .stat-item { border-right: none; border-bottom: 1px solid var(--rand); }
  .stat-item:last-child { border-bottom: none; }
  .chat-widget {
    right: 24px;
    bottom: 80px;
    gap: 14px;
  }
  .chat-float {
    width: 56px;
    height: 56px;
  }
  .chat-float svg {
    width: 26px;
    height: 26px;
  }
  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 112px;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
  }
  .cookie-banner-button {
    width: 100%;
  }
  .chat-panel {
    width: min(286px, calc(100vw - 72px));
    border-radius: 20px 20px 10px 20px;
  }
  .chat-panel-header {
    padding: 12px 14px;
  }
  .chat-panel-title strong {
    font-size: 12px;
  }
  .chat-panel-title span {
    font-size: 9px;
  }
  .chat-panel-close {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  .chat-panel-body {
    padding: 14px;
  }
  .chat-bubble {
    padding: 10px 12px;
    font-size: 11px;
    line-height: 1.55;
  }
  .chat-panel-note,
  .chat-panel-footer {
    margin-top: 10px;
    font-size: 9px;
    line-height: 1.55;
  }
  .chat-panel-form {
    margin-top: 12px;
    gap: 6px;
  }
  .chat-panel-input {
    min-height: 42px;
    padding: 10px 12px;
    font-size: 11px;
    border-radius: 12px;
  }
  .chat-panel-send {
    width: 42px;
    height: 42px;
  }
  .chat-panel-send::before {
    width: 10px;
    height: 10px;
  }
  footer { padding: 48px 24px 28px; }
  .footer-haupt { grid-template-columns: 1fr; }
  .footer-social { gap: 8px; flex-wrap: nowrap; }
  .footer-social-link { width: 34px; height: 34px; }
  .footer-sponsoring {
    padding: 24px 0 20px;
  }
  .footer-sponsoring-title {
    font-size: 19px;
  }
  .footer-sponsoring-text {
    font-size: 14px;
    line-height: 1.65;
  }
  .footer-sub {
    padding-right: 0;
    justify-content: flex-start;
  }
  .zahlungs-overlay {
    padding: 18px;
  }
  .zahlungs-dialog {
    padding: 28px 24px;
    border-radius: 28px 0;
  }
  .zahlungs-dialog-kopf h3 {
    font-size: 22px;
  }
}
