:root{
    --green:#15803D; --green-2:#22C55E; --blue:#0369A1;
    --bg:#F0FDF4; --ink:#14532D; --body:#334155; --muted:#64748B;
    --card:#FFFFFF; --line:#E3EBE5; --line-strong:#CFE0D4; --soft:#F6FAF7;
    --radius:16px; --shadow:0 1px 2px rgba(16,40,24,.04),0 6px 20px rgba(16,40,24,.06);
    --focus:#0369A1; --btn:var(--blue); --wa:#25D366; --status:#15803D; --status-2:#22C55E;
    color-scheme:light;
  }
  /* Hell ist der feste Ausgangszustand, unabhaengig von der Systemeinstellung.
     Dunkel gibt es nur, wenn der Besucher es im Bedienfeld selbst waehlt.
     Ist das Bedienfeld abgeschaltet, bleibt die Seite immer hell. */
  :root[data-theme="dark"]{
    color-scheme:dark;
    --bg:#0B1210; --ink:#E7F3EA; --body:#B9C7BD; --muted:#8AA093;
    --card:#131C18; --line:#23302A; --line-strong:#2E3D35; --soft:#182219;
    --shadow:0 1px 2px rgba(0,0,0,.4),0 8px 26px rgba(0,0,0,.45);
    --focus:#38BDF8;
  }
  :root[data-theme="light"]{
    --bg:#F0FDF4; --ink:#14532D; --body:#334155; --muted:#64748B;
    --card:#FFFFFF; --line:#E3EBE5; --line-strong:#CFE0D4; --soft:#F6FAF7;
    --shadow:0 1px 2px rgba(16,40,24,.04),0 6px 20px rgba(16,40,24,.06);
    --focus:#0369A1;
  }
  *{box-sizing:border-box}
  [hidden]{display:none !important}
  .sr-only{position:absolute !important; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0}
  button{font:inherit; color:inherit; cursor:pointer; -webkit-appearance:none}
  html{-webkit-text-size-adjust:100%; scroll-behavior:smooth}
  body{
    margin:0; color:var(--body);
    background:
      radial-gradient(1200px 420px at 50% -140px, color-mix(in srgb,var(--green) 22%, var(--bg)) 0%, rgba(0,0,0,0) 72%),
      var(--bg);
    font-family:"Source Sans 3", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
    font-size:16px; line-height:1.6;
    padding:20px 16px calc(100px + env(safe-area-inset-bottom));
  }
  .wrap{max-width:480px; margin:0 auto; position:relative; z-index:1}
  /* Parallax-Kopfbereich */
  .hero-bg{position:absolute; top:0; left:0; width:100%; height:520px; overflow:hidden; z-index:0; pointer-events:none}
  .hero-img{position:absolute; top:-12%; left:0; width:100%; height:128%; background-position:center; background-size:cover; will-change:transform}
  .hero-img--grad{background:linear-gradient(140deg, var(--green) 0%, var(--blue) 55%, var(--green-2) 100%)}
  .hero-veil{position:absolute; inset:0; background:linear-gradient(180deg, color-mix(in srgb,var(--bg) 42%, transparent) 0%, color-mix(in srgb,var(--bg) 58%, transparent) 45%, var(--bg) 100%)}
  /* Sticky-Topbar */
  .topbar{position:fixed; top:0; left:0; right:0; z-index:55; transform:translateY(-100%); transition:transform .25s ease;
    background:color-mix(in srgb,var(--bg) 86%, transparent); backdrop-filter:blur(12px); -webkit-backdrop-filter:blur(12px); border-bottom:1px solid var(--line)}
  .topbar.show{transform:translateY(0)}
  /* Rechts bleibt Platz fuer den runden Knopf der Darstellung. Ist das Bedienfeld
     abgeschaltet, entfaellt der Platzhalter, sonst steht der Hamburger in einer Luecke. */
  .tb-inner{position:relative; max-width:900px; margin:0 auto; display:flex; align-items:center; gap:10px; padding:8px 64px 8px 14px}
  .topbar.no-a11y .tb-inner{padding-right:14px}
  .tb-brand{display:flex; align-items:center; gap:9px; text-decoration:none; margin-right:auto}
  .tb-logo{width:32px;height:32px;border-radius:50%;flex:none;object-fit:cover;box-shadow:var(--shadow); border:2px solid var(--card)}
  img.tb-logo--img{width:auto; max-width:170px; height:36px; border-radius:0; object-fit:contain; box-shadow:none; border:none}
  .tb-logo--txt{display:flex;align-items:center;justify-content:center; background:linear-gradient(135deg,var(--green),var(--green-2)); color:#fff; font-family:"Lexend"; font-size:13px; font-weight:700}
  .tb-name{font-family:"Lexend"; font-weight:700; font-size:15px; color:var(--ink); white-space:nowrap}
  .tb-nav{display:flex; align-items:center; gap:2px}
  .tb-nav a, .tb-nav button{text-decoration:none; color:var(--ink); background:none; border:0; font:inherit; font-weight:600; font-size:13.5px; padding:8px 9px; border-radius:8px; white-space:nowrap; cursor:pointer}
  .tb-nav a:hover, .tb-nav button:hover{background:var(--soft)}
  .tb-burger{display:none; width:42px;height:42px;border-radius:10px;border:1px solid var(--line-strong); background:var(--card); color:var(--ink); align-items:center; justify-content:center; cursor:pointer}
  .tb-burger svg{width:22px;height:22px}
  /* Zwei Klassen, damit die Regel die spaetere .badge-Regel schlaegt.
     Der Oeffnungsstatus gehoert nur in die mobile Leiste. */
  .topbar .tb-status{display:none}
  @media (max-width:879px){
    .tb-burger{display:flex; flex:none}
    /* Mitte der Leiste: Oeffnungsstatus. Der Name weicht dafuer,
       das Logo bleibt als Sprung nach oben. */
    .tb-brand{margin-right:0; min-width:0}
    .tb-brand .tb-name{display:none}
    .tb-brand img.tb-logo--img{max-width:110px}
    .topbar .tb-status{display:inline-flex; margin-left:auto; margin-right:auto; min-width:0;
      font-size:12.5px; padding:6px 10px}
    .topbar .tb-status .tb-status-txt{overflow:hidden; text-overflow:ellipsis; white-space:nowrap}
    .tb-nav{position:absolute; top:100%; left:0; right:0; flex-direction:column; align-items:stretch; gap:2px;
      background:var(--card); border-bottom:1px solid var(--line); padding:8px; box-shadow:0 12px 24px rgba(8,20,12,.14); display:none}
    .tb-nav.open{display:flex}
    .tb-nav a, .tb-nav button{text-align:left; padding:13px 12px; font-size:15px}
  }
  h1,h2,h3{font-family:"Lexend", system-ui, sans-serif; color:var(--ink); margin:0; line-height:1.25}
  a{color:inherit}
  :focus-visible{outline:3px solid var(--focus); outline-offset:2px; border-radius:8px}

  /* ---------- Notdienst-Streifen ---------- */
  .notdienst{
    display:flex; align-items:center; gap:10px; justify-content:center;
    background:color-mix(in srgb,var(--blue) 9%, var(--card));
    border:1px solid color-mix(in srgb,var(--blue) 22%, var(--line));
    color:var(--blue); border-radius:12px; padding:9px 12px; font-size:14px; font-weight:600;
    margin-bottom:16px;
  }
  .notdienst svg{width:17px;height:17px;flex:none}

  /* ---------- Kopf ---------- */
  .head{text-align:center; padding:4px 4px}
  .logo{
    width:88px; height:88px; border-radius:50%; margin:0 auto 14px;
    background:linear-gradient(135deg,var(--green),var(--green-2));
    display:flex; align-items:center; justify-content:center;
    color:#fff; font-family:"Lexend"; font-weight:700; font-size:31px;
    box-shadow:var(--shadow); border:3px solid var(--card);
  }
  /* Echtes Logo (PNG/SVG): Originalform, nicht rund, feste Höhe */
  img.logo--img{width:auto; max-width:min(100%,380px); height:auto; max-height:120px; border-radius:0; background:none; box-shadow:none; border:none; object-fit:contain}
  .head h1{font-size:24px; font-weight:700}
  .tagline{margin:10px auto 0; color:var(--body); font-size:17px; font-weight:500; line-height:1.45; max-width:34ch; text-wrap:balance}
  .badges{display:flex; gap:8px; justify-content:center; flex-wrap:wrap; margin-top:14px}
  .badge{
    display:inline-flex; align-items:center; gap:7px;
    padding:7px 12px; border-radius:999px; font-size:13.5px; font-weight:600;
    background:color-mix(in srgb,var(--blue) 9%, var(--card)); color:var(--blue);
    border:1px solid color-mix(in srgb,var(--blue) 20%, var(--line));
  }
  .badge svg{width:16px;height:16px}
  .status{background:color-mix(in srgb,var(--status) 9%, var(--card)); color:var(--status); border-color:color-mix(in srgb,var(--status) 22%, var(--line))}
  .dot{width:9px;height:9px;border-radius:50%;background:var(--status-2);box-shadow:0 0 0 3px color-mix(in srgb,var(--status-2) 35%, transparent)}
  .badge.status.closed{background:color-mix(in srgb,var(--muted) 12%, var(--card)); color:var(--muted); border-color:var(--line-strong)}
  .badge.status.closed .dot{background:var(--muted); box-shadow:0 0 0 3px color-mix(in srgb,var(--muted) 30%, transparent)}

  /* ---------- Quick-Nav (umbrechend, nicht slidierbar) ----------
     Mobil aus, dort uebernimmt die Kachel "Menü" mit dem gleichnamigen Modal.
     Ab 880 px kommt die Chip-Leiste zurueck und die Kachel verschwindet. */
  nav.quick{display:none; flex-wrap:wrap; gap:7px; justify-content:center; margin:16px 0 0}
  nav.quick a, nav.quick button{
    text-decoration:none; font-weight:600; font-size:13.5px; color:var(--ink);
    background:var(--card); border:1px solid var(--line-strong); border-radius:999px;
    padding:8px 13px; white-space:nowrap; transition:background-color .2s ease;
  }
  nav.quick a:hover, nav.quick button:hover{background:var(--soft)}

  /* ---------- Sektionen ---------- */
  .section{margin-top:26px; scroll-margin-top:72px}
  article.card[id]{scroll-margin-top:72px}
  .section > .label{
    display:flex; align-items:center; gap:8px;
    font-family:"Lexend"; font-weight:600; font-size:13px; letter-spacing:.04em;
    text-transform:uppercase; color:var(--muted); margin:0 4px 12px;
  }
  .section > .label::after{content:""; flex:1; height:1px; background:var(--line)}

  /* ---------- Buttons ---------- */
  .actions{display:grid; gap:10px; margin-top:18px}
  .btn{
    display:flex; align-items:center; justify-content:flex-start; gap:12px; width:100%;
    min-height:56px; padding:12px 16px; border-radius:14px;
    text-decoration:none; font-weight:600; font-size:16.5px;
    border:1px solid transparent; cursor:pointer;
    transition:transform .15s ease, box-shadow .2s ease, background-color .2s ease;
  }
  .btn .ico{width:24px;height:24px;flex:none}
  .btn .arw{margin-left:auto;width:20px;height:20px;opacity:.55;flex:none}
  .btn-primary{background:var(--btn); color:#fff; box-shadow:var(--shadow)}
  .btn-wa{background:var(--wa); color:#0a2e17}
  .btn-book{background:var(--btn); color:#fff; box-shadow:var(--shadow)}
  .btn:hover{box-shadow:0 8px 22px rgba(16,40,24,.16)}
  .btn:active{transform:translateY(1px)}
  .tel-num{display:none}

  /* Sekundär-Reihe: gleich große, halbe Buttons */
  .util{display:flex; flex-wrap:wrap; gap:10px; margin-top:10px}
  /* Mobil kleinere Schrift, sonst bricht "Kontakt speichern" um. Desktop bleibt gross. */
  .util .btn{flex:1 1 40%; min-width:138px; justify-content:center; font-size:13.5px; min-height:52px;
    background:var(--card); color:var(--ink); border:1px solid var(--line-strong); box-shadow:var(--shadow)}
  .util .btn svg{width:18px;height:18px;color:var(--blue);flex:none}
  .util .btn:hover{background:var(--soft)}

  /* ---------- Hinweis-Infobox ---------- */
  .info{
    display:flex; gap:11px; align-items:flex-start; margin-top:14px;
    background:color-mix(in srgb,var(--blue) 7%, var(--card));
    border:1px solid color-mix(in srgb,var(--blue) 20%, var(--line));
    border-radius:12px; padding:12px 14px; font-size:14.5px; color:var(--body);
  }
  .info svg{width:20px;height:20px;color:var(--blue);flex:none;margin-top:1px}
  .info b{color:var(--ink); font-family:"Lexend"; font-weight:600}

  /* ---------- Karten ---------- */
  .card{
    background:var(--card); border:1px solid var(--line); border-radius:var(--radius);
    box-shadow:var(--shadow); padding:16px; margin-bottom:12px;
  }
  .card-head{display:flex; align-items:center; gap:12px; margin-bottom:8px}
  .chip-ico{
    width:42px;height:42px;border-radius:12px;flex:none;
    display:flex;align-items:center;justify-content:center;
    background:color-mix(in srgb,var(--accent,var(--green)) 12%, var(--card));
    color:var(--accent,var(--green));
  }
  .chip-ico svg{width:22px;height:22px}
  .card-head h3{font-size:17px; font-weight:600}
  .card-head .tag{
    margin-left:auto; font-size:11.5px; font-weight:700; letter-spacing:.03em;
    background:color-mix(in srgb,var(--accent,var(--green)) 14%, var(--card));
    color:var(--accent,var(--green)); border-radius:999px; padding:4px 9px; white-space:nowrap;
  }
  .card p{margin:0 0 12px; font-size:15px; color:var(--body)}
  .facts{display:flex; flex-wrap:wrap; gap:6px; margin:0 0 12px; padding:0; list-style:none}
  .facts li{
    font-size:13px; color:var(--body); background:var(--soft);
    border:1px solid var(--line); border-radius:999px; padding:4px 10px;
    display:inline-flex; align-items:center; gap:6px;
  }
  .facts svg{width:14px;height:14px;color:var(--accent,var(--green))}
  .card-cta{display:flex; gap:8px}
  .mini{
    flex:1 1 0; min-width:0; justify-content:center;
    display:inline-flex; align-items:center; gap:7px;
    min-height:48px; padding:9px 14px; border-radius:11px; cursor:pointer;
    font-weight:600; font-size:15px; text-decoration:none; border:1px solid transparent;
    transition:background-color .2s ease, box-shadow .2s ease;
  }
  .mini svg{width:18px;height:18px;flex:none}
  .mini-fill{background:var(--btn); color:#fff}
  .mini-fill:hover{box-shadow:0 6px 16px rgba(16,40,24,.18)}
  .mini-ghost{background:var(--card); color:var(--ink); border-color:var(--line-strong)}
  .mini-ghost:hover{background:var(--soft)}

  /* ---------- Accordion ---------- */
  details.acc{
    background:var(--card); border:1px solid var(--line); border-radius:14px;
    box-shadow:var(--shadow); margin-bottom:10px; overflow:hidden;
  }
  details.acc > summary{
    list-style:none; cursor:pointer; display:flex; align-items:center; gap:12px;
    padding:12px 16px; min-height:56px; font-family:"Lexend"; font-weight:600;
    font-size:16px; color:var(--ink);
  }
  details.acc > summary::-webkit-details-marker{display:none}
  details.acc summary .chev{margin-left:auto; width:20px;height:20px; color:var(--muted); transition:transform .2s ease; flex:none}
  details.acc[open] summary .chev{transform:rotate(180deg)}
  details.acc .body{padding:0 16px 16px 16px}
  details.acc ul{margin:0; padding:0; list-style:none; display:grid; gap:2px}
  details.acc li{
    display:flex; align-items:flex-start; gap:10px; padding:8px 0;
    font-size:15px; color:var(--body); border-top:1px dashed var(--line);
  }
  details.acc li:first-child{border-top:none}
  details.acc li svg{width:8px;height:8px;color:var(--accent,var(--green));flex:none;margin-top:8px}

  /* ---------- Galerie ---------- */
  .gallery{
    display:flex; gap:10px; overflow-x:auto; padding:2px 2px 10px; margin:0 -2px;
    scroll-snap-type:x mandatory; scrollbar-width:none;
  }
  .gallery::-webkit-scrollbar{display:none}
  .shot{
    flex:none; width:200px; height:136px; border-radius:14px; scroll-snap-align:center;
    border:1px solid var(--line); box-shadow:var(--shadow); overflow:hidden; position:relative;
    display:flex; align-items:flex-end;
  }
  .shot span{
    position:relative; z-index:1; color:#fff; font-size:13px; font-weight:600;
    padding:8px 10px; text-shadow:0 1px 3px rgba(0,0,0,.5);
  }
  .shot::before{content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(0,0,0,0) 40%,rgba(0,0,0,.45))}
  .shot-zoom{position:absolute; inset:0; z-index:2; background:transparent; border:0; padding:0; width:100%; height:100%; cursor:zoom-in}
  .shot span{pointer-events:none}
  /* Lightbox */
  dialog.lightbox{border:none; padding:0; background:transparent; max-width:min(94vw,940px); width:auto; color:#fff}
  dialog.lightbox::backdrop{background:rgba(6,14,9,.84)}
  .lb-fig{margin:0; display:flex; flex-direction:column; align-items:center; gap:10px}
  .lb-fig img{max-width:100%; max-height:82vh; border-radius:14px; box-shadow:0 20px 60px rgba(0,0,0,.5); background:#0b1210}
  .lb-cap{font-size:14px; color:#fff; text-align:center; text-shadow:0 1px 3px rgba(0,0,0,.6); margin:0}
  .lb-close{position:fixed; top:14px; right:14px; width:44px;height:44px;border-radius:50%; background:rgba(255,255,255,.14); border:1px solid rgba(255,255,255,.35); color:#fff; display:flex;align-items:center;justify-content:center; cursor:pointer}
  .lb-close svg{width:22px;height:22px}
  .shot svg{position:absolute; top:10px; left:10px; width:22px;height:22px;color:rgba(255,255,255,.9); z-index:1}

  /* ---------- Folgen & bewerten ---------- */
  .follow{display:flex; gap:10px; justify-content:center; margin:14px 0 2px}
  .follow a{
    width:48px;height:48px;border-radius:12px; display:flex;align-items:center;justify-content:center;
    background:var(--card); border:1px solid var(--line-strong); color:var(--ink); box-shadow:var(--shadow);
    transition:background-color .2s ease;
  }
  .follow a:hover{background:var(--soft)}
  .follow a svg{width:22px;height:22px}
  .follow-label{text-align:center; color:var(--muted); font-size:13px; margin:2px 0 0}
  .extlinks{display:flex; flex-wrap:wrap; gap:8px; justify-content:center; margin:12px 0 2px}
  .extlink{display:inline-flex; align-items:center; gap:7px; text-decoration:none; font-weight:600; font-size:14px; color:var(--ink);
    background:var(--card); border:1px solid var(--line-strong); border-radius:999px; padding:9px 14px; box-shadow:var(--shadow); transition:background-color .2s ease}
  .extlink:hover{background:var(--soft)}
  .extlink svg{width:17px;height:17px; color:var(--blue); flex:none}
  .extlink .ext{width:14px;height:14px; color:var(--muted)}

  /* ---------- Kontakt ---------- */
  .contact{background:var(--card); border:1px solid var(--line); border-radius:var(--radius); box-shadow:var(--shadow); padding:6px 16px}
  a.contact-row, .contact-row{display:flex; align-items:flex-start; gap:12px; padding:12px 0; border-top:1px solid var(--line); font-size:15px; text-decoration:none; color:var(--body)}
  .contact-row:first-of-type{border-top:none}
  .contact-row svg{width:20px;height:20px;color:var(--green);flex:none;margin-top:2px}
  .contact-row b{color:var(--ink); font-family:"Lexend"; font-weight:600; display:block; font-size:14px; margin-bottom:1px}
  a.contact-row .go{margin-left:auto; width:18px;height:18px;color:var(--muted);align-self:center}
  a.contact-row:hover{color:var(--ink)}

  /* ---------- Fuß ---------- */
  footer{text-align:center; margin-top:28px; color:var(--muted); font-size:13px; line-height:1.7}
  footer a{color:var(--muted); text-decoration:underline; text-underline-offset:2px}
  footer .brand{margin-top:10px; font-size:12px; opacity:.85}

  /* ---------- Sticky Action-Bar ---------- */
  .dock{
    position:fixed; left:50%; transform:translateX(-50%); bottom:0;
    width:100%; max-width:512px; z-index:50;
    padding:10px 14px calc(10px + env(safe-area-inset-bottom));
    background:color-mix(in srgb,var(--bg) 82%, transparent);
    backdrop-filter:blur(12px); -webkit-backdrop-filter:blur(12px);
    border-top:1px solid var(--line);
  }
  .dock-inner{display:grid; grid-template-columns:repeat(4,1fr); gap:8px; max-width:480px; margin:0 auto}
  .dock a{
    display:flex; flex-direction:column; align-items:center; justify-content:center; gap:3px; text-decoration:none;
    padding:8px 2px; border-radius:12px; font-size:11.5px; font-weight:600; color:var(--ink);
    background:var(--card); border:1px solid var(--line-strong); min-height:54px; text-align:center; line-height:1.15;
    transition:background-color .2s ease;
  }
  .dock a:hover{background:var(--soft)}
  .dock a svg{width:21px;height:21px;color:var(--blue)}
  .dock a svg[hidden]{display:none}

  /* ---------- Modal (dialog) ---------- */
  dialog.modal{border:none; padding:0; background:transparent; max-width:440px; width:calc(100% - 32px); color:var(--body)}
  dialog.modal::backdrop{background:rgba(8,20,12,.55)}
  .modal-card{
    background:var(--card); border:1px solid var(--line); border-radius:18px;
    padding:20px; box-shadow:0 20px 60px rgba(8,20,12,.35); max-height:85vh; overflow:auto; position:relative;
  }
  .modal-card h2{font-size:20px; margin:0 0 4px; padding-right:40px}
  .modal-sub{margin:0 0 14px; color:var(--muted); font-size:14.5px}
  .modal-x{
    position:absolute; top:14px; right:14px; width:36px; height:36px; border-radius:10px;
    display:flex; align-items:center; justify-content:center;
    background:var(--soft); border:1px solid var(--line); color:var(--ink);
  }
  .modal-x svg{width:20px;height:20px}

  /* Termin-/Anfrage-Zeilen */
  .bookrow{
    display:flex; align-items:center; gap:12px; width:100%; min-height:58px; margin-top:9px;
    padding:11px 14px; border-radius:12px; border:1px solid var(--line-strong);
    background:var(--card); color:var(--ink); font-weight:600; font-size:15.5px;
    text-align:left; text-decoration:none; transition:background-color .2s ease;
  }
  .bookrow:hover{background:var(--soft)}
  button.bookrow{font-family:inherit; cursor:pointer}
  .menugrid .bookrow{min-height:52px}
  .bookrow > span{display:flex; flex-direction:column; gap:2px; line-height:1.2}
  .bookrow small{font-weight:500; font-size:13px; color:var(--muted)}
  .bookrow .bi{width:40px;height:40px;border-radius:10px;flex:none; display:flex;align-items:center;justify-content:center;
    background:color-mix(in srgb,var(--blue) 12%, var(--card)); color:var(--blue)}
  .bookrow .bi svg{width:21px;height:21px}
  .bookrow .ba{margin-left:auto; width:18px;height:18px; color:var(--muted); flex:none}
  /* Puls-Hervorhebung der gewählten Terminzeile */
  @keyframes bookpulse{
    0%,100%{box-shadow:0 0 0 0 rgba(3,105,161,0)}
    50%{box-shadow:0 0 0 4px color-mix(in srgb,var(--blue) 32%, transparent)}
  }
  .bookrow.pulse{border-color:var(--blue); background:color-mix(in srgb,var(--blue) 9%, var(--card)); animation:bookpulse 1s ease-in-out 3}
  .bookrow.pulse .bi{background:color-mix(in srgb,var(--blue) 20%, var(--card))}

  /* Termin-Formular */
  .tform{display:grid; gap:12px; margin-top:2px}
  .tf-service{display:flex; align-items:center; gap:11px; background:var(--soft); border:1px solid var(--line); border-radius:12px; padding:10px 12px; font-family:"Lexend"; font-weight:600; color:var(--ink)}
  .tf-service .bi{width:38px;height:38px;border-radius:10px;flex:none;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--blue) 12%, var(--card));color:var(--blue)}
  .tf-service .bi svg{width:20px;height:20px}
  .tf-grid{display:grid; grid-template-columns:1fr 1fr; gap:10px}
  .tf-field label{display:block; font-size:13px; font-weight:600; color:var(--body); margin:0 0 5px}
  .tf-field input, .tf-field select{width:100%; min-height:50px; border:1px solid var(--line-strong); border-radius:12px; padding:0 12px; font:inherit; font-size:16px; color:var(--ink); background:var(--card)}
  .tf-hint{font-size:13.5px; display:flex; gap:8px; align-items:flex-start; margin:0}
  .tf-hint svg{width:16px;height:16px;flex:none;margin-top:2px}
  .tf-hint.ok{color:var(--green)} .tf-hint.ok svg{color:var(--green)}
  .tf-hint.bad{color:#B91C1C} .tf-hint.bad svg{color:#B91C1C}
  .tf-actions{display:flex; gap:8px; flex-wrap:wrap}
  .tf-actions .mini{flex:1 1 120px}
  .tf-actions .mini.off{opacity:.45; pointer-events:none}

  /* Eigene Notdienstzeiten */
  .nd-label{font-family:"Lexend"; font-weight:600; font-size:12.5px; letter-spacing:.02em; color:var(--muted); margin:14px 4px 8px}
  .nd-own.nd-first{border-top:none}
  .nd-own .nd-live{margin-left:auto; align-self:center; font-size:11px; font-weight:700; color:#fff; background:var(--green); border-radius:999px; padding:3px 9px; white-space:nowrap}
  .nd-own.active b{color:var(--green)}

  /* Öffnungszeiten-Tabelle */
  .hours{width:100%; border-collapse:collapse; font-size:15px}
  .hours th,.hours td{padding:9px 4px; border-top:1px solid var(--line)}
  .hours tr:first-child th,.hours tr:first-child td{border-top:none}
  .hours th{text-align:left; font-weight:600; color:var(--body); font-family:inherit}
  .hours td{text-align:right; color:var(--ink); font-variant-numeric:tabular-nums}
  .hours tr.today th,.hours tr.today td{color:var(--green); font-weight:700}
  .modal-note{margin:12px 0 0; font-size:13.5px; color:var(--muted); display:flex; gap:8px; align-items:flex-start}
  .modal-note svg{width:16px;height:16px;color:var(--green);flex:none;margin-top:2px}
  /* Schritt-/Vorteilsliste in Modals */
  .mlist{margin:0 0 14px; padding:0; list-style:none; display:grid; gap:11px}
  .mlist li{display:flex; gap:12px; align-items:flex-start; font-size:15px; color:var(--body)}
  .mlist .n{width:26px;height:26px;border-radius:50%;flex:none; display:flex;align-items:center;justify-content:center;
    font-weight:700; font-size:13px; font-family:"Lexend"; background:color-mix(in srgb,var(--green) 14%, var(--card)); color:var(--green)}
  .mlist .n svg{width:14px;height:14px}
  .mlist b{color:var(--ink)}

  /* Teilen-Grid */
  .sharegrid{display:grid; grid-template-columns:repeat(3,1fr); gap:8px}
  .sharebtn{display:flex; flex-direction:column; align-items:center; justify-content:center; gap:6px;
    min-height:74px; border-radius:12px; border:1px solid var(--line-strong); background:var(--card);
    color:var(--ink); font-weight:600; font-size:13px; text-decoration:none; transition:background-color .2s ease}
  .sharebtn:hover{background:var(--soft)}
  .sharebtn svg{width:24px;height:24px}
  .sharebtn[data-share="whatsapp"] svg{color:#25D366}
  .sharebtn[data-share="telegram"] svg{color:#229ED9}
  .sharebtn[data-share="signal"] svg{color:#3A76F0}
  .sharebtn[data-share="mail"] svg{color:var(--blue)}
  .sharebtn[data-share="sms"] svg{color:var(--green)}
  .sharebtn[data-share="more"] svg{color:var(--muted)}
  .copyrow{display:flex; gap:8px; margin-top:14px}
  .copyrow input{flex:1; min-width:0; border:1px solid var(--line-strong); border-radius:11px; padding:0 12px; height:46px; font-size:14px; background:var(--soft); color:var(--body)}
  .copyrow button{flex:none; border:1px solid transparent; border-radius:11px; padding:0 16px; height:46px; background:var(--btn); color:#fff; font-weight:600}
  .copyrow button:hover{box-shadow:0 6px 16px rgba(16,40,24,.18)}

  /* YouTube 2-Klick */
  .ytbox{position:relative; border-radius:16px; overflow:hidden; border:1px solid var(--line); box-shadow:var(--shadow); background:linear-gradient(135deg,#0f172a,#334155); min-height:min(56vw,300px); margin-top:4px}
  .ytbox.yt-live{aspect-ratio:16/9; min-height:0}
  .ytbox iframe{position:absolute; inset:0; width:100%; height:100%; border:0}
  .yt-poster{display:flex; flex-direction:column; align-items:center; justify-content:center; gap:10px; text-align:center; padding:20px 18px; color:#fff; min-height:min(56vw,300px)}
  .yt-poster .yt-title{font-family:"Lexend"; font-weight:600; font-size:16.5px; line-height:1.3; max-width:30ch}
  .yt-play{width:60px;height:60px;border-radius:50%; background:rgba(255,255,255,.16); border:2px solid #fff; display:flex;align-items:center;justify-content:center}
  .yt-play svg{width:26px;height:26px;color:#fff}
  .yt-note{font-size:12px; color:rgba(255,255,255,.82); max-width:44ch; line-height:1.4; margin:0}
  .yt-note a{color:#fff; text-decoration:underline}
  .yt-load{margin-top:2px; background:#fff; color:#0f172a; border-radius:10px; padding:9px 18px; font-weight:700; font-size:14px}

  /* Aktionen */
  .promo{padding:0; overflow:hidden; display:flex; flex-direction:column}
  .promo-img{width:100%; height:180px; object-fit:cover; display:block; background:var(--soft)}
  .promo-body{padding:16px 18px 18px; display:flex; flex-direction:column; gap:2px; flex:1}
  .promo-date{margin:0 0 2px; font-size:12.5px; font-weight:700; letter-spacing:.03em;
    text-transform:uppercase; color:var(--accent,var(--green))}
  .promo-title{font-family:"Lexend"; font-size:17px; color:var(--ink); margin:0 0 6px; line-height:1.25}
  .promo-text{font-size:15px; color:var(--body)}
  .promo-text p{margin:0 0 8px}
  .promo-text p:last-child{margin-bottom:0}
  .promo-link{display:inline-flex; align-items:center; gap:8px; margin-top:auto; padding-top:12px;
    text-decoration:none; font-weight:700; font-size:15px; color:var(--btn)}
  .promo-link svg{width:17px;height:17px}
  .promo-link:hover{text-decoration:underline}

  /* Online-Shop: Zwei-Klick-Box vor dem Produktkarussell */
  .shopcar{padding:10px; overflow:hidden}
  .shop-consent{text-align:center; padding:14px 10px}
  .shop-consent .ico{width:40px;height:40px;color:var(--green);margin-bottom:4px}
  .shop-consent p{margin:0 auto 14px; max-width:520px; font-size:14.5px; color:var(--body)}
  .shop-consent .load{background:var(--btn); color:#fff; border:0; border-radius:12px; padding:12px 20px;
    font:inherit; font-weight:700; font-size:15px; cursor:pointer; box-shadow:var(--shadow)}
  .shop-consent .load:hover{filter:brightness(1.06)}

  /* Notdienst / Badge als Button */
  button.notdienst{width:100%; text-align:left; font-family:inherit}
  button.notdienst .nd-arw{margin-left:auto; width:16px;height:16px;flex:none;opacity:.7}
  button.badge{font-family:inherit; cursor:pointer}

  /* ---------- Desktop ---------- */
  @media (min-width:880px){
    body{padding:32px 24px 56px}
    .wrap{max-width:900px}
    img.logo--img{max-width:min(100%,460px); max-height:150px}
    .tagline{font-size:18px; max-width:44ch}
    .actions{grid-template-columns:repeat(3,1fr)}
    nav.quick{display:flex}
    .badge-menu{display:none}
    .util{flex-wrap:nowrap}
    .util .btn{flex:1 1 0; min-width:0; font-size:15.5px}
    .util .btn svg{width:20px;height:20px}
    .grid2{display:grid; grid-template-columns:1fr 1fr; column-gap:14px; row-gap:12px; align-items:start}
    .grid2 > .label{grid-column:1 / -1; margin-bottom:2px}
    .grid2 .card, .grid2 details.acc{margin-bottom:0}
    .eqh .card{display:flex; flex-direction:column}
    .eqh .card .card-cta{margin-top:auto}
    .has-tel .arw{display:none}
    .has-tel .tel-num{display:inline-block; margin-left:auto; font-weight:600; font-size:15px}
    .gallery{display:grid; grid-template-columns:repeat(4,1fr); gap:12px; overflow:visible; margin:0}
    .gallery .shot{width:auto; height:150px; scroll-snap-align:none}
    .dock{display:none}
  }

  /* ---------- Barrierefreiheit ---------- */
  .skip{position:absolute; left:-9999px; top:0; z-index:100; background:var(--btn); color:#fff;
    padding:12px 18px; border-radius:0 0 12px 0; font-weight:700; text-decoration:none}
  .skip:focus{left:0}
  .a11y{position:fixed; top:12px; right:12px; z-index:60}
  .a11y-toggle{width:46px;height:46px;border-radius:50%; background:var(--blue); color:#fff;
    box-shadow:0 6px 18px rgba(8,20,12,.28); display:flex;align-items:center;justify-content:center; border:2px solid var(--card)}
  .a11y-toggle svg{width:24px;height:24px}
  .a11y-panel{position:absolute; top:54px; right:0; width:226px; background:var(--card); border:1px solid var(--line);
    border-radius:14px; box-shadow:0 20px 50px rgba(8,20,12,.3); padding:12px; display:grid; gap:8px}
  .a11y-panel[hidden]{display:none}
  .a11y-row{display:flex; align-items:center; justify-content:space-between; font-size:14px; font-weight:600; color:var(--ink)}
  .a11y-btns{display:flex; gap:6px}
  .a11y-btns button{width:42px;height:42px;border-radius:10px;border:1px solid var(--line-strong); background:var(--card); color:var(--ink); font-weight:700; font-family:"Lexend"}
  .a11y-btns button:hover:not(:disabled){background:var(--soft)}
  .a11y-btns button:disabled{opacity:.4; cursor:default}
  .fs-val{display:block; font-size:12px; font-weight:600; color:var(--muted)}
  .a11y-item{display:flex; align-items:center; gap:10px; width:100%; min-height:44px; padding:8px 10px; border-radius:10px;
    border:1px solid var(--line-strong); background:var(--card); color:var(--ink); font-weight:600; font-size:14px}
  .a11y-item:hover{background:var(--soft)}
  .a11y-item svg{width:20px;height:20px; color:var(--blue); flex:none}
  .a11y-item.active{background:color-mix(in srgb,var(--blue) 12%, var(--card)); border-color:var(--blue)}

  @media (prefers-reduced-motion:reduce){
    html{scroll-behavior:auto}
    *{transition:none !important; animation:none !important}
  }
