/* ================================================================
   PRAXIS DR. HEROLD — SHARED STYLESHEET
   Alle Seiten laden diese Datei.
================================================================ */

/* ---- Google Fonts werden per <link> in jeder HTML-Seite eingebunden ---- */

/* ----------------------------------------------------------------
   1. CUSTOM PROPERTIES
---------------------------------------------------------------- */
:root {
  /* Palette */
  --stone:        #736A63;
  --stone-light:  #8a8178;
  --taupe:        #A4978E;
  --cream:        #efebdc;
  --cream-dark:   #e4e0d0;
  --cream-deep:   #d6d0be;
  --white:        #FAF8F4;
  --dark:         #2A2622;
  --dark-mid:     #433D38;
  --muted:        #877E77;
  --border:       rgba(115,106,99,0.18);
  --border-mid:   rgba(115,106,99,0.28);
  --border-str:   rgba(115,106,99,0.42);

  /* Typography */
  --ff-serif: 'Cormorant Garamond', Georgia, serif;
  --ff-sans:  'Inter', system-ui, sans-serif;

  /* Spacing & shape */
  --radius-sm:  4px;
  --radius:     8px;
  --radius-lg:  14px;
  --radius-xl:  22px;
  --shadow-sm:  0 2px 12px rgba(42,38,34,0.07);
  --shadow:     0 4px 28px rgba(42,38,34,0.10);
  --shadow-lg:  0 8px 48px rgba(42,38,34,0.14);
  --transition: 0.3s cubic-bezier(.4,0,.2,1);
  --max-w:      1160px;
  --header-h:   70px;
}

/* ----------------------------------------------------------------
   2. RESET
---------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%; /* verhindert Schrift-Aufblähen bei iOS-Drehung */
  text-size-adjust: 100%;
}
body {
  font-family: var(--ff-sans);
  background: var(--cream);
  color: var(--dark);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(115,106,99,0.12); /* dezentes Tap-Feedback statt blauem Kasten */
}
/* Touch-Ziele: Doppeltipp-Zoom + 300ms-Verzögerung auf interaktiven Elementen entfernen */
a, button, [role="button"], label, summary { touch-action: manipulation; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* ----------------------------------------------------------------
   2b. ACCESSIBILITY — SKIP LINK, FOCUS, HIGH CONTRAST
---------------------------------------------------------------- */

/* Skip-to-content link — visible only on keyboard focus */
.skip-to-content {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  padding: 10px 18px;
  background: var(--dark);
  color: var(--white);
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: var(--radius);
  transform: translateY(-120%);
  transition: transform 0.2s ease;
  outline: 3px solid var(--stone);
  text-decoration: none;
}
.skip-to-content:focus { transform: translateY(0); }

/* Global keyboard focus ring */
:focus-visible {
  outline: 3px solid var(--stone);
  outline-offset: 3px;
  border-radius: 2px;
}
:focus:not(:focus-visible) { outline: none; }

/* High contrast mode — toggled via .high-contrast on <html> */
.high-contrast {
  --stone:        #000000;
  --cream:        #ffffff;
  --cream-dark:   #f0f0f0;
  --cream-deep:   #e0e0e0;
  --white:        #ffffff;
  --dark:         #000000;
  --dark-mid:     #111111;
  --muted:        #000000;
  --border:       #000000;
  --border-mid:   #000000;
  --border-str:   #000000;
}
.high-contrast body {
  font-size: 1.05rem;
  line-height: 1.75;
  letter-spacing: 0.01em;
  color: #000;
  background: #fff;
}
/* All text on light backgrounds: black */
.high-contrast p,
.high-contrast li,
.high-contrast span,
.high-contrast small,
.high-contrast label,
.high-contrast td,
.high-contrast th,
.high-contrast h1,
.high-contrast h2,
.high-contrast h3,
.high-contrast h4,
.high-contrast strong,
.high-contrast em { color: #000; }
/* Exceptions: dark-background sections keep white text */
.high-contrast #site-header *,
.high-contrast .live-strip *,
.high-contrast .cta-banner *,
.high-contrast #site-footer *,
.high-contrast .private-section *,
.high-contrast .page-hero *,
.high-contrast #bewertungen *,
.high-contrast #bewertungen { color: #fff; }
/* Trust-bar: light background in high-contrast → black text */
.high-contrast .trust-bar { background: #fff; border-top: 2px solid #000; border-bottom: 2px solid #000; }
.high-contrast .trust-bar * { color: #000 !important; }
.high-contrast .trust-icon { border-color: #000; }
.high-contrast a { color: #000; text-decoration: underline; text-underline-offset: 3px; }
.high-contrast #site-header a,
.high-contrast .cta-banner a { color: #fff; }
/* CTA-Banner Buttons im High-Contrast */
.high-contrast .cta-banner .btn-white,
.high-contrast .cta-banner .btn-white span { background: #fff !important; color: #000 !important; border-color: #fff !important; }
.high-contrast .cta-banner .btn-ghost-light { background: transparent !important; color: #fff !important; border: 2px solid #fff !important; }
.high-contrast .cta-banner p { color: rgba(255,255,255,0.85); }
.high-contrast .eyebrow { color: #000; }
.high-contrast .page-hero .eyebrow,
.high-contrast .page-hero h1 em { color: #fff; }
.high-contrast .page-hero p { color: rgba(255,255,255,0.85); }
.high-contrast .page-hero { background: #000; border-bottom: 3px solid #fff; }
.high-contrast #bewertungen { background: #111; border-top: 2px solid #fff; border-bottom: 2px solid #fff; }
.high-contrast #bewertungen .rv { background: #222; border: 1px solid #fff; }
.high-contrast #bewertungen .avatar { background: #000; border: 1px solid #fff; color: #fff; }
.high-contrast #bewertungen .rating-bar { border-top: 1px solid #555; }
.high-contrast #site-header { background: #000; border-bottom: 2px solid #fff; }
.high-contrast .ls-strip { background: #000; }
/* Trust bar: prevent wrapping on medium screens */
.high-contrast .trust-bar-inner { flex-wrap: nowrap; }
.high-contrast .btn { border: 2px solid currentColor; }
.high-contrast .btn-primary,
.high-contrast .btn-primary span,
.high-contrast .btn-primary strong { background: #000; color: #fff !important; border-color: #000; }
.high-contrast .btn-primary:hover { background: #333; border-color: #333; }
.high-contrast .btn-outline,
.high-contrast .btn-outline span { background: #fff; color: #000 !important; border-color: #000; border-width: 2px; }
.high-contrast .btn-outline:hover { background: #000; color: #fff !important; }

/* ----------------------------------------------------------------
   3. SCROLL REVEAL
---------------------------------------------------------------- */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}
.reveal.visible          { opacity: 1; transform: none; }
.reveal-delay-1          { transition-delay: 0.10s; }
.reveal-delay-2          { transition-delay: 0.20s; }
.reveal-delay-3          { transition-delay: 0.30s; }
.reveal-delay-4          { transition-delay: 0.40s; }
.reveal-delay-5          { transition-delay: 0.50s; }

/* ----------------------------------------------------------------
   4. TYPOGRAPHY HELPERS
---------------------------------------------------------------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--stone);
}
.eyebrow::before {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background: currentColor;
  flex-shrink: 0;
}
.eyebrow--light { color: var(--taupe); }

.display-title {
  font-family: var(--ff-serif);
  font-size: clamp(2.6rem, 5.5vw, 4.4rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.015em;
}
.display-title em { font-style: italic; color: var(--stone); }

.section-title {
  font-family: var(--ff-serif);
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.01em;
}
.section-title em { font-style: italic; color: var(--stone); }

.body-lg {
  font-size: 1.05rem;
  color: var(--muted);
  line-height: 1.82;
}

.divider-line {
  width: 50px;
  height: 1px;
  background: var(--stone);
  opacity: 0.35;
  margin: 22px 0;
}

/* ----------------------------------------------------------------
   5. BUTTONS
---------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 26px;
  border-radius: var(--radius-sm);
  font-family: var(--ff-sans);
  font-size: 0.83rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  border: 1.5px solid transparent;
  transition: var(--transition);
  white-space: nowrap;
  cursor: pointer;
}
.btn svg { width: 14px; height: 14px; flex-shrink: 0; transition: transform var(--transition); }
.btn:hover svg.arr { transform: translateX(4px); }

.btn-primary {
  background: var(--stone);
  color: var(--white);
  border-color: var(--stone);
}
.btn-primary:hover {
  background: var(--dark-mid);
  border-color: var(--dark-mid);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(115,106,99,0.32);
}
.btn-outline {
  background: transparent;
  color: var(--dark);
  border-color: var(--border-mid);
}
.btn-outline:hover { border-color: var(--stone); color: var(--stone); }

.btn-ghost-light {
  background: rgba(255,255,255,0.10);
  color: rgba(250,248,244,0.90);
  border-color: rgba(255,255,255,0.22);
}
.btn-ghost-light:hover { background: rgba(255,255,255,0.18); }

.btn-lg { padding: 15px 32px; font-size: 0.88rem; }
.btn-sm { padding: 10px 20px; font-size: 0.78rem; }

/* ----------------------------------------------------------------
   LANGUAGE SWITCHER
---------------------------------------------------------------- */
.lang-switch {
  position: relative;
  flex-shrink: 0;
}
.lang-trigger {
  display: flex;
  align-items: center;
  gap: 5px;
  background: none;
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 5px 9px;
  cursor: pointer;
  color: var(--stone);
  transition: background 0.15s, border-color 0.15s;
}
.lang-trigger:hover { background: rgba(0,0,0,0.05); border-color: var(--border-str); }
.lang-current {
  font-size: 0.70rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
}
.lang-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.10);
  overflow: hidden;
  min-width: 130px;
  z-index: 600;
}
.lang-dropdown--open { display: block; }
.lang-opt {
  display: block;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 10px 16px;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--dark);
  cursor: pointer;
  transition: background 0.12s;
}
.lang-opt:hover { background: var(--cream-dark); }
.lang-opt--active { font-weight: 700; color: var(--stone); }

.lang-notice {
  background: #1a4d2e;
  color: #d4f5e0;
  text-align: center;
  font-size: 0.82rem;
  padding: 10px 20px;
  position: relative;
  z-index: 490;
}

/* ----------------------------------------------------------------
   6. HEADER (shared across all pages)
---------------------------------------------------------------- */
#site-header {
  position: sticky;
  top: 0;
  z-index: 500;
  min-height: var(--header-h);
  background: rgba(239,235,220,0.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  transition: box-shadow var(--transition);
}
#site-header.scrolled { box-shadow: var(--shadow-sm); }

.header-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 28px;
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

/* Logo */
.site-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  text-decoration: none;
}
.logo-mark {
  width: 52px; height: 52px;
  display: flex; align-items: center; justify-content: center;
  transition: var(--transition);
  flex-shrink: 0;
}
.logo-mark svg { width: 52px; height: 52px; }
.logo-mark img { width: 52px; height: 52px; object-fit: contain; }
.logo-text .name {
  display: block;
  font-family: var(--ff-serif);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--dark);
  line-height: 1.2;
}
.logo-text .sub {
  display: block;
  font-size: 0.60rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

/* Desktop nav */
.header-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}
.header-nav a {
  font-size: 0.84rem;
  font-weight: 500;
  color: var(--muted);
  transition: color var(--transition);
  position: relative;
  padding-bottom: 3px;
}
.header-nav a::after {
  content: '';
  position: absolute;
  bottom: -1px; left: 0;
  width: 0; height: 1px;
  background: var(--stone);
  transition: width var(--transition);
}
.header-nav a:hover,
.header-nav a.active { color: var(--dark); }
.header-nav a:hover::after,
.header-nav a.active::after { width: 100%; }

/* Phone pill */
.header-phone {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--stone);
  padding: 8px 14px;
  border: 1px solid var(--border-mid);
  border-radius: var(--radius-sm);
  transition: var(--transition);
}
.header-phone svg { width: 13px; height: 13px; }
.header-phone:hover { border-color: var(--stone); background: rgba(115,106,99,0.07); }

/* Burger */
.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 6px 4px;
  cursor: pointer;
}
.burger span {
  display: block;
  width: 22px; height: 1.5px;
  background: var(--dark);
  border-radius: 2px;
  transition: var(--transition);
}
.burger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* Mobile drawer */
.mobile-drawer {
  display: none;
  position: fixed;
  inset: 0 0 0;
  top: var(--header-h);  /* JS may expand header; drawer still covers from nav-row down */
  background: var(--white);
  z-index: 499;
  flex-direction: column;
  padding: 32px 28px 40px;
  border-top: 1px solid var(--border);
  overflow-y: auto;
}
.mobile-drawer.open { display: flex; }
.mobile-drawer a.nav-link {
  display: block;
  padding: 17px 0;
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--dark);
  border-bottom: 1px solid var(--border);
}
.mobile-drawer .btn { margin-top: 28px; justify-content: center; width: 100%; }
.mobile-drawer .header-phone { margin-top: 12px; justify-content: center; }

/* ----------------------------------------------------------------
   6b. NOTFALL-BANNER
---------------------------------------------------------------- */
.notfall-banner {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #c0392b;
  color: #fff;
  padding: 13px 24px;
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  z-index: 498;
}
.notfall-banner svg {
  width: 20px; height: 20px;
  flex-shrink: 0;
  opacity: 0.9;
}
.notfall-banner span { flex: 1; }
.nb-close {
  background: none;
  border: none;
  color: rgba(255,255,255,0.75);
  font-size: 1rem;
  cursor: pointer;
  padding: 4px 6px;
  line-height: 1;
  flex-shrink: 0;
  transition: color 0.2s;
}
.nb-close:hover { color: #fff; }

/* ----------------------------------------------------------------
   6c. LIVE-STRIP (inside #site-header, below main nav row)
---------------------------------------------------------------- */
.live-strip {
  background: var(--dark);
  border-top: 1px solid rgba(255,255,255,0.07);
}
.ls-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 28px;
  min-height: 46px;
  display: flex;
  align-items: center;
}
.ls-sep {
  width: 1px;
  height: 22px;
  background: rgba(255,255,255,0.15);
  flex-shrink: 0;
  margin: 0 4px;
}
.ls-pill {
  display: flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  padding: 0 18px;
  min-height: 46px;
  text-decoration: none;
  transition: opacity 0.2s;
  min-width: 0;
}
.ls-pill:first-child { padding-left: 0; }
.ls-pill:last-child  { padding-right: 0; }
.ls-pill:hover { opacity: 0.80; }
.ls-dot {
  width: 9px; height: 9px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 1px;
  transition: background 0.4s;
}
.ls-pill--open    .ls-dot { background: #27ae60; box-shadow: 0 0 0 2px rgba(39,174,96,0.28); }
.ls-pill--closed  .ls-dot { background: rgba(255,255,255,0.22); }
.ls-pill--break   .ls-dot { background: #d4910a; box-shadow: 0 0 0 2px rgba(212,145,10,0.30); }
.ls-pill--special .ls-dot { background: rgba(255,255,255,0.28); }
.ls-loc {
  font-size: 0.63rem;
  font-weight: 700;
  color: rgba(255,255,255,0.48);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
}
.ls-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  flex: 1;
}
.ls-main {
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}
.ls-next {
  font-size: 0.64rem;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(255,255,255,0.36);
  white-space: nowrap;
}
.ls-pill--open    .ls-main { color: rgba(110,230,155,0.92); }
.ls-pill--closed  .ls-main { color: rgba(255,255,255,0.52); }
.ls-pill--break   .ls-main { color: rgba(255,195,60,0.90); }
.ls-pill--special .ls-main { color: rgba(255,255,255,0.55); }
.ls-pill--special .ls-next { font-size: 0.70rem; font-weight: 600; color: rgba(255,220,140,0.85); }
.ls-tel {
  font-size: 0.69rem;
  color: rgba(255,255,255,0.55);
  font-weight: 500;
  white-space: nowrap;
  flex-shrink: 0;
  padding-left: 6px;
  border-left: 1px solid rgba(255,255,255,0.12);
  margin-left: 2px;
}
.ls-tz {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.18);
  white-space: nowrap;
  flex-shrink: 0;
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 3px;
  padding: 1px 5px;
  margin-left: 6px;
}
.ls-vsep {
  width: 1px;
  height: 22px;
  background: rgba(255,255,255,0.14);
  flex-shrink: 0;
  margin: 0 6px;
}
.ls-ph {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.ls-ph-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
  background: rgba(255,255,255,0.22);
}
.ls-ph-dot--open   { background: #27ae60; box-shadow: 0 0 0 2px rgba(39,174,96,0.28); }
.ls-ph-dot--closed { background: rgba(255,255,255,0.22); }
.ls-ph-lbl {
  display: none;
}
.ls-ph-info {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.ls-ph-main {
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(255,255,255,0.52);
  white-space: nowrap;
  line-height: 1.2;
}
.ls-ph-next {
  font-size: 0.64rem;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(255,255,255,0.36);
  white-space: nowrap;
}

/* Homepage standort-card live dot + badge */
.sc-dot--open    { background: #27ae60 !important; box-shadow: 0 0 0 3px rgba(39,174,96,0.20); }
.sc-dot--closed  { background: var(--border-str) !important; }
.sc-dot--break   { background: #d4910a !important; box-shadow: 0 0 0 3px rgba(212,145,10,0.20); }
.sc-dot--special { background: #999 !important; }

.sc-live {
  display: inline-block;
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding: 2px 7px;
  border-radius: 3px;
  vertical-align: middle;
  margin-left: 8px;
  line-height: 1.6;
}
.sc-live--open    { background: rgba(39,174,96,0.12);  color: #1a7a42; }
.sc-live--closed  { background: rgba(115,106,99,0.10); color: var(--muted); }
.sc-live--break   { background: rgba(212,145,10,0.10); color: #8a5d00; }
.sc-live--special { background: rgba(100,100,100,0.09); color: var(--muted); }

@media (max-width: 700px) {
  .ls-tel, .ls-tz, .ls-vsep, .ls-ph { display: none; }
  .ls-pill { gap: 6px; padding: 0 14px; }
  .ls-inner { padding: 0 16px; min-height: 40px; }
}
@media (max-width: 420px) {
  .ls-info { display: none; }
  .ls-pill { flex: 0 0 auto; }
  .ls-sep  { margin: 0 8px; }
}

/* ----------------------------------------------------------------
   7. PAGE HERO (inner pages — smaller than home)
---------------------------------------------------------------- */
.page-hero {
  background: var(--dark);
  padding: 72px 28px 64px;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 119px,
      rgba(255,255,255,0.025) 119px,
      rgba(255,255,255,0.025) 120px
    ),
    repeating-linear-gradient(
      0deg,
      transparent 0,
      transparent 59px,
      rgba(255,255,255,0.025) 59px,
      rgba(255,255,255,0.025) 60px
    );
}
.page-hero-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.page-hero .eyebrow { color: var(--taupe); margin-bottom: 18px; }
.page-hero h1 {
  font-family: var(--ff-serif);
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 500;
  color: var(--white);
  line-height: 1.12;
  max-width: 680px;
}
.page-hero h1 em { font-style: italic; color: var(--taupe); }
.page-hero p {
  font-size: 1rem;
  color: rgba(250,248,244,0.62);
  margin-top: 16px;
  max-width: 560px;
  line-height: 1.78;
}

/* Breadcrumb */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.breadcrumb a, .breadcrumb span {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.breadcrumb a { color: rgba(250,248,244,0.42); transition: color var(--transition); }
.breadcrumb a:hover { color: rgba(250,248,244,0.75); }
.breadcrumb .sep { color: rgba(250,248,244,0.22); font-size: 0.7rem; }
.breadcrumb .current { color: rgba(250,248,244,0.65); }

/* ----------------------------------------------------------------
   8. SECTION WRAPPER
---------------------------------------------------------------- */
.section {
  padding: 96px 28px;
}
.section--sm { padding: 64px 28px; }
.section--lg { padding: 120px 28px; }
.section-inner { max-width: var(--max-w); margin: 0 auto; }

.section-header { margin-bottom: 56px; }
.section-header .eyebrow { margin-bottom: 18px; }
.section-header .section-title { margin-bottom: 14px; }

/* ----------------------------------------------------------------
   9. TRUST BAR
---------------------------------------------------------------- */
.trust-bar {
  background: var(--cream);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 30px 28px;
}
.trust-bar-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 32px;
  border-right: 1px solid var(--border);
}
.trust-item:last-child { border-right: none; }
.trust-icon {
  width: 38px; height: 38px;
  border: 1px solid var(--border-mid);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.trust-icon svg { width: 17px; height: 17px; }
.trust-text strong { display: block; font-size: 0.84rem; font-weight: 600; color: var(--dark); }
.trust-text small { font-size: 0.70rem; color: var(--muted); }

/* ----------------------------------------------------------------
   10. CARDS (shared styles)
---------------------------------------------------------------- */
.card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  transition: var(--transition);
}
.card:hover {
  border-color: var(--border-str);
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

/* ----------------------------------------------------------------
   11. FOOTER
---------------------------------------------------------------- */
#site-footer {
  background: var(--dark);
  padding-bottom: 32px;
}
.footer-inner { max-width: var(--max-w); margin: 0 auto; padding: 56px 28px 0; }

/* Footer map strip */
.footer-map-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 460px;
}
.footer-map-panel {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.footer-map-panel + .footer-map-panel {
  border-left: 2px solid rgba(255,255,255,0.06);
}
.footer-map-panel iframe {
  flex: 1;
  width: 100%;
  border: 0;
  display: block;
}
.fmp-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 18px;
  background: rgba(22,21,20,0.82);
  backdrop-filter: blur(4px);
  flex-shrink: 0;
}
.fmp-name {
  font-family: var(--ff-serif);
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--white);
  white-space: nowrap;
}
.fmp-addr { font-size: 0.68rem; color: rgba(255,255,255,0.38); flex: 1; }
.fmp-route {
  font-size: 0.68rem;
  font-weight: 600;
  color: rgba(255,255,255,0.52);
  white-space: nowrap;
  transition: color var(--transition);
}
.fmp-route:hover { color: var(--white); }
.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 0.8fr 1.3fr 1.3fr;
  gap: 48px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(255,255,255,0.09);
  margin-bottom: 28px;
}
.footer-brand .logo-text .name { color: rgba(250,248,244,0.9); }
.footer-brand .logo-text .sub  { color: rgba(250,248,244,0.35); }
.footer-brand .logo-mark svg path { fill: rgba(255,255,255,0.65); }
.footer-brand .logo-mark img { opacity: 0.65; }
.footer-desc {
  margin-top: 16px;
  font-size: 0.84rem;
  color: rgba(250,248,244,0.40);
  line-height: 1.78;
  max-width: 280px;
}
.footer-col h4 {
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(250,248,244,0.38);
  margin-bottom: 18px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a {
  font-size: 0.84rem;
  color: rgba(250,248,244,0.60);
  transition: color var(--transition);
}
.footer-col ul li a:hover { color: rgba(250,248,244,0.92); }
.footer-contact-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 12px;
}
.footer-contact-item svg { width: 14px; height: 14px; color: var(--taupe); margin-top: 3px; flex-shrink: 0; }
.footer-contact-item a,
.footer-contact-item span { font-size: 0.84rem; color: rgba(250,248,244,0.60); line-height: 1.5; }
.footer-contact-item a:hover { color: rgba(250,248,244,0.9); }
.footer-tel-sub { display: block; font-size: 0.68rem !important; color: rgba(250,248,244,0.32) !important; margin-top: 2px; text-decoration: none; }
.footer-tel-sub:hover { color: rgba(250,248,244,0.65) !important; }
.footer-hours span { line-height: 1.6; }
.footer-hours a { font-size: 0.78rem; color: rgba(250,248,244,0.38); border-bottom: 1px solid rgba(250,248,244,0.14); }
.footer-hours a:hover { color: rgba(250,248,244,0.75); border-color: rgba(250,248,244,0.40); }
.footer-grid--nokontakt { grid-template-columns: 1.8fr 0.8fr; }

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-bottom p { font-size: 0.75rem; color: rgba(250,248,244,0.28); }
.footer-legal { display: flex; gap: 22px; }
.footer-legal a {
  font-size: 0.75rem;
  color: rgba(250,248,244,0.32);
  transition: color var(--transition);
}
.footer-legal a:hover { color: rgba(250,248,244,0.68); }
.footer-madeby {
  font-size: 0.75rem;
  color: rgba(250,248,244,0.36);
}
.footer-madeby a {
  color: rgba(250,248,244,0.62);
  text-decoration: none;
  border-bottom: 1px solid rgba(250,248,244,0.24);
  transition: color var(--transition), border-color var(--transition);
}
.footer-madeby a:hover {
  color: rgba(250,248,244,0.9);
  border-color: rgba(250,248,244,0.62);
}

/* ----------------------------------------------------------------
   12. MOBILE STICKY CTA BAR
---------------------------------------------------------------- */
.sticky-mobile-cta {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 400;
  background: var(--stone);
  padding: 10px 16px;
  gap: 10px;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.sticky-mobile-cta a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px;
  border-radius: var(--radius-sm);
  font-size: 0.84rem;
  font-weight: 600;
  transition: var(--transition);
}
.sticky-mobile-cta .m-call {
  background: var(--white);
  color: var(--dark);
}
.sticky-mobile-cta .m-termin {
  background: rgba(255,255,255,0.14);
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.24);
}
.sticky-mobile-cta svg { width: 16px; height: 16px; }

/* ----------------------------------------------------------------
   13. UTILITY
---------------------------------------------------------------- */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border-width: 0; }

.img-placeholder {
  width: 100%; height: 100%;
  background: linear-gradient(148deg, var(--cream-dark) 0%, var(--taupe) 65%, var(--stone) 100%);
  display: flex; align-items: center; justify-content: center;
}
.img-placeholder svg { opacity: 0.18; width: 56px; height: 56px; }

/* ----------------------------------------------------------------
   14. RESPONSIVE BREAKPOINTS
---------------------------------------------------------------- */
@media (max-width: 1024px) {
  .header-inner { padding: 0 20px; }
  .header-nav { gap: 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > *:first-child { grid-column: span 2; }
}

@media (max-width: 860px) {
  :root { --header-h: 64px; }
  .section { padding: 76px 24px; }
  .section--sm { padding: 56px 24px; }
  .section--lg { padding: 96px 24px; }
  .page-hero { padding: 56px 24px 52px; }
  .header-nav,
  .header-phone,
  .header-cta-desk { display: none; }
  .burger { display: flex; }
  .mobile-drawer { padding: 24px 20px 34px; }
}

@media (max-width: 640px) {
  .section { padding: 64px 20px; }
  .section--sm { padding: 48px 20px; }
  .section--lg { padding: 80px 20px; }
  .trust-bar-inner { flex-direction: column; }
  .trust-item { border-right: none; border-bottom: 1px solid var(--border); width: 100%; justify-content: center; padding: 12px 20px; }
  .trust-item:last-child { border-bottom: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > *:first-child { grid-column: span 1; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  body { padding-bottom: 72px; }
  .sticky-mobile-cta { display: flex; }
  .footer-map-strip { grid-template-columns: 1fr; height: 340px; }
  .footer-map-panel + .footer-map-panel { border-left: none; border-top: 1px solid rgba(255,255,255,0.06); }
  .footer-inner { padding: 40px 20px 0; }
  /* Größere Tap-Flächen für die Rechtslinks auf Mobilgeräten */
  .footer-legal { gap: 4px 20px; flex-wrap: wrap; }
  .footer-legal a { padding: 7px 0; }
}

/* ----------------------------------------------------------------
   COOKIE / DATENSCHUTZ CONSENT BANNER
---------------------------------------------------------------- */
.consent-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  max-width: 520px;
  margin-left: auto;
  background: var(--white);
  border: 1px solid var(--border-mid);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  padding: 26px 28px 22px;
  transform: translateY(calc(100% + 40px));
  opacity: 0;
  transition: transform 0.5s cubic-bezier(.4,0,.2,1), opacity 0.5s ease;
}
.consent-banner.visible {
  transform: translateY(0);
  opacity: 1;
}
.consent-banner .consent-eyebrow {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--stone);
  margin-bottom: 8px;
}
.consent-banner h4 {
  font-family: var(--ff-serif);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--dark);
  line-height: 1.25;
  margin-bottom: 8px;
}
.consent-banner p {
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--dark-mid);
  margin-bottom: 16px;
}
.consent-banner p a {
  color: var(--stone);
  border-bottom: 1px solid rgba(115,106,99,0.35);
}
.consent-banner p a:hover { border-color: var(--stone); }
.consent-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.consent-actions .btn {
  flex: 1 1 auto;
  min-width: 130px;
  justify-content: center;
  font-size: 0.85rem;
  padding: 11px 18px;
}
.btn-ghost {
  background: transparent;
  color: var(--dark);
  border: 1px solid var(--border-mid);
  border-radius: 999px;
  padding: 11px 18px;
  font-family: var(--ff-sans);
  font-size: 0.85rem;
  font-weight: 500;
  transition: border-color var(--transition), background var(--transition);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-ghost:hover {
  border-color: var(--stone);
  background: var(--cream);
}

@media (max-width: 640px) {
  .consent-banner {
    left: 12px;
    right: 12px;
    bottom: 76px;
    padding: 22px 22px 18px;
  }
  .consent-banner h4 { font-size: 1.2rem; }
  .consent-actions .btn,
  .consent-actions .btn-ghost { flex: 1 1 100%; }
}
