  @font-face {
    font-family: "Instrument Sans";
    src: url("assets/fonts/instrument-sans-latin.woff2") format("woff2");
    font-weight: 400 700;
    font-style: normal;
    font-display: swap;
  }
  :root {
    /* Farben aus der bisherigen webmk.de uebernommen (Kundenwunsch) */
    /* Kundenwunsch Dieter 06.08.: Flaechen wie die Originalseite webmk.de,
       dort gemessen: Hintergrund #9A9A9A, Schrift Schwarz #080808. */
    --bg: #9A9A9A;
    --bg-soft: #9A9A9A;
    --panel: #FFFFFF;
    --line: #7C7C7C;
    --text: #080808;
    --muted: #1A1A1A;
    --steel: #1A3347;
    --steel-2: #314C61;
    --steel-deep: #142737;
    --orange: #F87800;
    --orange-ink: #A34E00;
    --gold: #F8C800;
    --on-accent: #201200;
    --sans: "Helvetica Neue", Helvetica, "Futura", Arial, sans-serif;
    --mono: "SF Mono", Menlo, Monaco, "Courier New", monospace;
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  /* Der Bereich hinter der Seite (Überziehen am Handy, Fläche hinter Safaris
     unterer Leiste) nimmt sonst das Seiten-Grau an und steht als grauer Balken
     unter dem dunklen Footer. Deshalb bekommt html die Footer-Farbe, body
     behält das Grau für den Inhalt. */
  html { scroll-behavior: smooth; background: var(--steel); }
  section[id] { scroll-margin-top: 24px; }
  body { background: var(--bg); color: var(--text); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
  img { max-width: 100%; height: auto; display: block; }
  [hidden]{display:none!important}
  .wrap { max-width: 1060px; margin: 0 auto; padding: 0 32px; }
  .wrap-wide { max-width: 1180px; }
  :focus-visible { outline: 2px solid var(--steel-2); outline-offset: 2px; border-radius: 3px; }
  ::selection { background: var(--orange); color: var(--on-accent); }

  /* ---------- Sidebar (Desktop) ---------- */
  .sidebar { position: fixed; top: 0; left: 0; bottom: 0; width: 232px; z-index: 60; display: flex; flex-direction: column; gap: 8px; padding: 24px 20px; border-right: 1px solid var(--steel-deep); background: var(--steel); overflow-y: auto; }
  .sidebar .logo-img { width: 164px; height: auto; margin-bottom: 22px; }
  .sidenav { display: flex; flex-direction: column; gap: 1px; }
  .sidenav a { color: rgba(255,255,255,0.82); text-decoration: none; font-weight: 600; font-size: 14.5px; padding: 9px 12px; border-radius: 7px; border-left: 2px solid transparent; }
  .sidenav a:hover { color: #fff; background: var(--steel-2); border-left-color: var(--orange); }
  .sidenav a.on { color: #fff; background: var(--steel-2); border-left-color: var(--orange); }
  .mobilemenu a.on { color: var(--gold); }
  .sidenav .legal { margin-top: 10px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,0.16); display: flex; flex-direction: column; gap: 1px; }
  .sidenav .legal a { font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.62); padding: 7px 12px; }
  .side-foot { margin-top: auto; padding-top: 18px; display: grid; gap: 12px; }
  .side-rating { font-family: var(--mono); font-size: 12px; color: rgba(255,255,255,0.7); line-height: 1.6; }
  .side-rating .stars { color: var(--gold); font-size: 13px; letter-spacing: 2px; }
  .side-cta { text-align: center; font-family: var(--mono); font-size: 14px; color: var(--on-accent); background: var(--orange); padding: 12px 14px; border-radius: 8px; text-decoration: none; font-weight: 700; white-space: nowrap; }
  .side-cta:hover { background: var(--gold); }
  main { margin-left: 232px; }

  /* ---------- Mobile Topbar + Burger ---------- */
  .mobilebar { display: none; position: sticky; top: 0; z-index: 70; align-items: center; justify-content: space-between; padding: 12px 20px; border-bottom: 1px solid var(--steel-deep); background: var(--steel); }
  .mobilebar .logo-img { width: 132px; height: auto; }
  .burger { display: inline-flex; flex-direction: column; justify-content: center; gap: 5px; width: 46px; height: 44px; padding: 10px; background: none; border: 1px solid rgba(255,255,255,0.3); border-radius: 8px; cursor: pointer; }
  .burger span { display: block; height: 2px; width: 100%; background: #fff; border-radius: 2px; transition: transform .25s ease, opacity .2s ease; }
  .burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .mobilemenu { display: none; position: fixed; inset: 69px 0 0 0; z-index: 65; background: var(--steel); padding: 22px 20px; overflow-y: auto; }
  .mobilemenu.open { display: block; }
  .mobilemenu a { display: block; color: #fff; text-decoration: none; font-size: 18px; font-weight: 700; padding: 14px 8px; border-bottom: 1px solid rgba(255,255,255,0.14); }
  .mobilemenu a:hover { color: var(--gold); }
  .mobilemenu a.legal-link { font-size: 15px; font-weight: 500; color: rgba(255,255,255,0.7); }
  .mobilemenu .mm-cta { margin-top: 20px; text-align: center; background: var(--orange); color: var(--on-accent); border: 0; border-radius: 8px; font-family: var(--mono); }

  /* ---------- Hero mit Erde ---------- */
  .hero { position: relative; padding: 34px 0 38px; overflow: hidden; background: var(--steel-deep); isolation: isolate; }
  .hero-nebel { position: absolute; inset: 0; z-index: 0; opacity: 0.3; }
  .hero-nebel img { width: 100%; height: 100%; object-fit: cover; object-position: 62% 40%; filter: saturate(0.45) hue-rotate(165deg) brightness(0.85); }
  .hero-nebel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,39,55,0.9) 0%, rgba(20,39,55,0.7) 48%, rgba(20,39,55,0.55) 100%); }
  /* Erde: echte Rotation, Textur laeuft endlos durch (NASA Blue Marble) */
  .hero-erde { position: relative; z-index: 2; justify-self: end; width: clamp(130px, 12vw, 190px); pointer-events: none; }
  .globe { position: relative; width: 100%; aspect-ratio: 1; border-radius: 50%;
    box-shadow: 0 0 30px 6px rgba(88,158,224,0.22), 0 0 90px 22px rgba(60,120,190,0.14); }
  .globe-gl { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
  .globe-fallback { position: absolute; inset: 0; border-radius: 50%; overflow: hidden; }
  .globe.gl-on .globe-fallback { display: none; }
  .globe-tex { position: absolute; top: -12%; left: 0; width: 200%; height: 124%;
    background-image: url("assets/weltkarte-1600.webp"); background-size: 50% 100%; background-repeat: repeat-x;
    filter: saturate(1.18) brightness(1.16) contrast(1.04);
    animation: globespin 72s linear infinite; will-change: transform; }
  @keyframes globespin { from { transform: translate3d(0,0,0); } to { transform: translate3d(-50%,0,0); } }
  .globe-shade { position: absolute; inset: 0; border-radius: 50%;
    background:
      radial-gradient(circle at 30% 26%, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.1) 28%, transparent 56%),
      radial-gradient(circle at 78% 78%, rgba(4,12,22,0.6) 0%, rgba(4,12,22,0.24) 44%, transparent 70%),
      radial-gradient(circle at 50% 50%, transparent 60%, rgba(4,12,22,0.42) 85%, rgba(4,12,22,0.8) 100%);
    box-shadow: inset 0 0 26px rgba(120,190,255,0.2); }
  #galaxy { position: absolute; inset: 0; width: 100%; height: 100%; display: block; z-index: 1; }
  .hero-grid { position: relative; display: grid; grid-template-columns: minmax(0,1.2fr) minmax(0,0.95fr) auto; gap: 36px; align-items: center; z-index: 2; color: #fff; }
  .status { display: inline-flex; align-items: center; gap: 9px; font-family: var(--mono); font-size: 12.5px; color: var(--gold); border: 1px solid rgba(248,200,0,0.4); background: rgba(248,120,0,0.12); padding: 7px 14px; border-radius: 100px; margin-bottom: 20px; }
  .status .pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 0 rgba(248,200,0,0.6); animation: pulse 2s infinite; }
  @keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(248,200,0,0); } }
  .hero h1 { font-size: clamp(1.9rem, 2.7vw + 0.9rem, 2.6rem); line-height: 1.1; font-weight: 800; letter-spacing: -1.2px; margin-bottom: 18px; text-wrap: balance; color: #fff; }
  .hero h1 .hl { color: var(--gold); }
  .hero p.lead { font-size: 17.5px; line-height: 1.65; color: rgba(255,255,255,0.85); max-width: 500px; margin-bottom: 26px; }
  .hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
  .btn-primary { background: var(--orange); color: var(--on-accent); font-weight: 700; font-size: 16px; padding: 15px 28px; border-radius: 8px; text-decoration: none; box-shadow: 0 10px 30px rgba(0,0,0,0.3); }
  .btn-primary:hover { background: var(--gold); }
  .btn-outline { border: 1px solid rgba(255,255,255,0.45); color: #fff; font-weight: 600; font-size: 16px; padding: 15px 28px; border-radius: 8px; text-decoration: none; background: rgba(255,255,255,0.06); }
  .btn-outline:hover { border-color: var(--gold); color: var(--gold); }
  .hero-rating { display: flex; align-items: center; gap: 10px; margin-top: 22px; font-size: 14.5px; color: rgba(255,255,255,0.82); }
  .hero-rating .stars { color: var(--gold); letter-spacing: 2px; font-size: 15px; }
  .hero-rating strong { color: #fff; }
  .term { width: 100%; max-width: 430px; background: rgba(16,32,45,0.9); border: 1px solid rgba(255,255,255,0.16); border-radius: 12px; overflow: hidden; box-shadow: 0 24px 60px rgba(0,0,0,0.45); backdrop-filter: blur(4px); }
  .term-bar { display: flex; align-items: center; gap: 7px; padding: 11px 16px; border-bottom: 1px solid rgba(255,255,255,0.14); background: rgba(26,51,71,0.9); }
  .term-bar span { width: 11px; height: 11px; border-radius: 50%; background: #47606F; }
  .term-bar .title { font-family: var(--mono); font-size: 12px; color: rgba(255,255,255,0.65); margin-left: auto; margin-right: auto; }
  .term-body { font-family: var(--mono); font-size: 13px; line-height: 1.95; padding: 18px 22px; color: rgba(255,255,255,0.9); }
  .term-body .p { color: rgba(255,255,255,0.6); }
  .term-body .ok { color: var(--gold); }
  .term-body .b { color: var(--orange); }
  .term-body .cursor { display: inline-block; width: 8px; height: 15px; background: var(--gold); vertical-align: middle; animation: blink 1.1s step-end infinite; }
  @keyframes blink { 50% { opacity: 0; } }

  /* ---------- Seitenkopf (Unterseiten) ---------- */
  .page-head { background: var(--steel-deep); color: #fff; padding: 54px 0 50px; position: relative; overflow: hidden; }
  .page-head::after { content: ""; position: absolute; right: -80px; top: -110px; width: 340px; height: 340px; border-radius: 50%; background: radial-gradient(circle at 35% 35%, rgba(88,158,224,0.28), transparent 62%); pointer-events: none; }
  .page-head .sec-tag { color: var(--gold); }
  .page-head h1 { font-size: clamp(1.85rem, 2.6vw + 1rem, 2.5rem); font-weight: 800; letter-spacing: -1.1px; line-height: 1.1; margin-bottom: 14px; text-wrap: balance; }
  .page-head p { font-size: 17px; line-height: 1.65; color: rgba(255,255,255,0.82); max-width: 620px; }

  /* ---------- CTA-Band ---------- */
  .cta-band { background: var(--steel); color: #fff; padding: 46px 0; }
  .cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
  .cta-inner h2 { font-size: clamp(1.4rem, 1.6vw + 1rem, 1.85rem); font-weight: 800; letter-spacing: -0.7px; margin-bottom: 8px; }
  .cta-inner p { font-size: 15.5px; line-height: 1.6; color: rgba(255,255,255,0.8); max-width: 520px; }
  .cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }

  /* ---------- Teaser ---------- */
  .teaser-split { background: var(--bg-soft); border-top: 1px solid var(--line); padding: 66px 0; }
  .teaser-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
  .teaser-card { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 30px 28px; box-shadow: 0 8px 24px rgba(26,51,71,0.07); }
  .teaser-card h2 { font-size: 22px; font-weight: 800; letter-spacing: -0.5px; color: var(--steel); margin-bottom: 10px; }
  .teaser-card p { font-size: 15.5px; line-height: 1.7; color: var(--muted); margin-bottom: 16px; }
  .more { font-family: var(--mono); font-size: 13.5px; font-weight: 600; color: var(--orange-ink); text-decoration: none; }
  .more:hover { color: var(--steel-2); }

  /* ---------- Leistungen ---------- */
  .services { border-top: 1px solid var(--line); padding: 76px 0; background: var(--bg-soft); }
  .sec-tag { font-family: var(--mono); font-size: 13px; color: var(--orange-ink); margin-bottom: 14px; }
  .sec-head h2 { font-size: clamp(1.7rem, 2.5vw + 1rem, 2.25rem); font-weight: 800; letter-spacing: -1px; margin-bottom: 42px; color: var(--steel); }
  .row { display: grid; grid-template-columns: 90px 1.2fr 2fr auto; gap: 28px; align-items: center; padding: 26px 8px; border-top: 1px solid var(--line); text-decoration: none; color: inherit; transition: background .2s ease; }
  .row:last-of-type { border-bottom: 1px solid var(--line); }
  .row:hover { background: rgba(255,255,255,0.8); }
  .row-num { font-family: var(--mono); font-size: 14px; color: var(--steel-2); }
  .row h3 { font-size: 21px; font-weight: 700; letter-spacing: -0.3px; color: var(--steel); }
  .row p { font-size: 15px; line-height: 1.65; color: var(--muted); }
  .row-arrow { color: var(--orange-ink); font-size: 20px; }

  /* ---------- Detail-Sektionen ---------- */
  .detail { padding: 76px 0; }
  .detail.alt { background: var(--bg-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
  .detail-grid.rev .d-img { order: 2; }
  .d-img { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; position: relative; box-shadow: 0 18px 44px rgba(26,51,71,0.16); }
  .d-img img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
  .scene-cap { position: absolute; left: 18px; bottom: -14px; z-index: 2; font-family: var(--mono); font-size: 11.5px; letter-spacing: 1px; color: var(--steel-2); background: #fff; border: 1px solid var(--line); border-radius: 100px; padding: 6px 13px; }
  .detail-grid.pull { align-items: center; }
  .detail-grid.pull .d-img { overflow: visible; border: 0; box-shadow: none; }
  .detail-grid.pull .d-img > img { border-radius: 12px; box-shadow: 0 18px 44px rgba(26,51,71,0.18); }
  .detail-grid.pull .d-body { position: relative; z-index: 2; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 34px 32px; box-shadow: 0 18px 48px rgba(26,51,71,0.14); }
  /* Kein Versatz mehr: Bild und Textkarte stehen sauber nebeneinander */
  .d-tag { font-family: var(--mono); font-size: 13px; color: var(--orange-ink); margin-bottom: 14px; }
  .d-body h2 { font-size: clamp(1.5rem, 2vw + 1rem, 2rem); font-weight: 800; letter-spacing: -0.8px; line-height: 1.15; margin-bottom: 16px; text-wrap: balance; color: var(--steel); }
  .d-body > p { font-size: 16px; line-height: 1.7; color: var(--muted); margin-bottom: 22px; }
  .checklist { list-style: none; display: grid; gap: 11px; }
  .checklist li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; line-height: 1.55; color: var(--muted); }
  .checklist li::before { content: "✓"; color: var(--orange-ink); font-weight: 700; flex-shrink: 0; font-family: var(--mono); }
  .checklist.two-col { grid-template-columns: 1fr 1fr; gap: 11px 22px; }

  /* ---------- KI-Chatbot ---------- */
  .chatbot { padding: 76px 0; background: var(--bg-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .chat-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 56px; align-items: start; }
  .chat-intro h2 { font-size: clamp(1.6rem, 2.2vw + 1rem, 2.1rem); font-weight: 800; letter-spacing: -0.9px; line-height: 1.15; margin-bottom: 16px; color: var(--steel); }
  .chat-intro p { font-size: 16px; line-height: 1.7; color: var(--muted); margin-bottom: 18px; }
  .chat-window { background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; box-shadow: 0 18px 48px rgba(26,51,71,0.14); display: flex; flex-direction: column; }
  .chat-head { display: flex; align-items: center; gap: 12px; padding: 15px 18px; background: var(--steel); color: #fff; }
  .chat-head .avatar { width: 34px; height: 34px; border-radius: 50%; background: var(--orange); color: var(--on-accent); display: grid; place-items: center; font-weight: 800; font-size: 15px; flex-shrink: 0; }
  .chat-head .who { font-size: 15px; font-weight: 700; line-height: 1.3; }
  .chat-head .who span { display: block; font-family: var(--mono); font-size: 11.5px; font-weight: 400; color: rgba(255,255,255,0.72); margin-top: 2px; }
  .chat-log { padding: 20px 18px; display: flex; flex-direction: column; gap: 12px; overflow-y: auto; height: 300px; background: #F7F9FA; }
  .msg { max-width: 84%; font-size: 15px; line-height: 1.6; padding: 12px 15px; border-radius: 14px; }
  .msg.bot { background: #fff; border: 1px solid var(--line); border-bottom-left-radius: 4px; color: var(--text); }
  .msg.user { background: var(--steel-2); color: #fff; align-self: flex-end; border-bottom-right-radius: 4px; }
  .chat-chips { display: flex; flex-wrap: wrap; gap: 8px; padding: 0 18px 14px; background: #F7F9FA; }
  .chat-chips button { border: 1px solid var(--line); background: #fff; color: var(--steel-2); font-family: var(--sans); font-size: 13.5px; font-weight: 600; padding: 8px 13px; border-radius: 100px; cursor: pointer; }
  .chat-chips button:hover { border-color: var(--orange); color: var(--orange-ink); }
  .chat-form { display: flex; gap: 10px; padding: 14px 16px; border-top: 1px solid var(--line); background: #fff; }
  .chat-form input { flex: 1; min-width: 0; border: 1px solid var(--line); border-radius: 10px; padding: 12px 14px; font-family: var(--sans); font-size: 15.5px; color: var(--text); background: #fff; }
  .chat-form input:focus { outline: 1px solid var(--steel-2); border-color: var(--steel-2); }
  .chat-form button { border: 0; background: var(--orange); color: var(--on-accent); font-family: var(--sans); font-weight: 700; font-size: 15px; padding: 12px 20px; border-radius: 10px; cursor: pointer; }
  .chat-form button:hover { background: var(--gold); }
  .chat-note { font-size: 12.5px; color: var(--muted); line-height: 1.55; padding: 0 18px 16px; background: #fff; }

  /* ---------- Rezensionen ---------- */
  .reviews { padding: 76px 0; background: var(--steel-deep); border-top: 1px solid var(--steel); border-bottom: 1px solid var(--steel); }
  .rev-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 38px; }
  .rev-score { text-align: right; }
  .rev-score .num { font-size: 46px; font-weight: 800; letter-spacing: -1px; line-height: 1; color: var(--steel); }
  .rev-score .stars { color: var(--gold); font-size: 18px; letter-spacing: 3px; display: block; margin: 8px 0 4px; }
  .rev-score .src { font-family: var(--mono); font-size: 12.5px; color: var(--muted); }
  .rev-card { background: #fff; border-radius: 16px; padding: 24px 24px 26px; display: flex; flex-direction: column; gap: 12px; box-shadow: 0 12px 34px rgba(0,0,0,0.16); }
  .rev-kopf { display: flex; align-items: center; gap: 12px; }
  .rev-avatar { width: 42px; height: 42px; border-radius: 50%; color: #fff; font-weight: 700; font-size: 18px; display: grid; place-items: center; flex-shrink: 0; }
  .av-1 { background: #7B1FA2; } .av-2 { background: #00897B; } .av-3 { background: #E64A19; }
  .av-4 { background: #3949AB; } .av-5 { background: #C2185B; } .av-6 { background: #00695C; }
  .av-7 { background: #5D4037; } .av-8 { background: #455A64; }
  .rev-wer { line-height: 1.3; min-width: 0; }
  .rev-wer strong { display: block; font-size: 15px; color: #111; letter-spacing: -0.2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .rev-wer span { font-size: 12.5px; color: #6B6B6B; }
  .rev-g { margin-left: auto; flex-shrink: 0; }
  .rev-card .stars { color: #FBBC05; letter-spacing: 2px; font-size: 15px; }
  .rev-card blockquote { font-size: 15px; line-height: 1.7; color: #2A2A2A; border: 0; }
  .rev-title { font-size: clamp(1.7rem, 2.5vw + 1rem, 2.25rem); font-weight: 800; letter-spacing: -1px; color: var(--steel); }

  /* ---------- Downloads ---------- */
  .downloads { background: var(--bg-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 76px 0; }
  .dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .dl-card { border: 1px solid var(--line); border-radius: 10px; background: #fff; padding: 20px; text-decoration: none; color: inherit; transition: border-color .2s ease; }
  .dl-card:hover { border-color: var(--orange); }
  .dl-card h2 { font-size: 16.5px; font-weight: 700; margin-bottom: 7px; color: var(--steel); }
  .dl-card p { font-size: 13.5px; line-height: 1.6; color: var(--muted); }
  .dl-card .go { display: inline-block; margin-top: 12px; font-family: var(--mono); font-size: 12.5px; color: var(--orange-ink); }
  .dl-note { font-size: 13.5px; color: var(--muted); margin-top: 22px; line-height: 1.6; }

  /* ---------- Öffnungszeiten ---------- */
  .hours { padding: 76px 0; }
  .hours-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
  .info-card { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 30px 28px; box-shadow: 0 8px 24px rgba(26,51,71,0.07); }
  .info-card h2 { font-size: 20px; font-weight: 700; margin-bottom: 18px; color: var(--steel); }
  .info-card h2 .k { font-family: var(--mono); font-size: 12.5px; color: var(--orange-ink); display: block; margin-bottom: 8px; font-weight: 400; }
  .hrow { display: flex; justify-content: space-between; padding: 10px 0; border-top: 1px solid var(--line); font-size: 15px; }
  .hrow:first-of-type { border-top: none; }
  .hrow .d { color: var(--muted); }
  .hrow .t { font-weight: 600; font-family: var(--mono); font-size: 14px; color: var(--steel); }
  .hrow .t.closed { color: #8A97A1; font-weight: 400; }
  .contact-lines { display: grid; gap: 14px; }
  .cline { display: flex; gap: 13px; align-items: flex-start; font-size: 15px; line-height: 1.55; color: var(--muted); }
  .cline svg { flex-shrink: 0; margin-top: 2px; color: var(--steel-2); }
  .cline a { color: var(--steel); font-weight: 600; text-decoration: none; }
  .cline a:hover { color: var(--orange-ink); }

  /* ---------- FAQ ---------- */
  .faq { background: var(--bg-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 76px 0; }
  .faq-list { max-width: 780px; }
  .faq details { border: 1px solid var(--line); border-radius: 10px; background: #fff; margin-bottom: 12px; }
  .faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 19px 22px; font-size: 16.5px; font-weight: 700; color: var(--steel); }
  .faq summary::-webkit-details-marker { display: none; }
  .faq summary::after { content: "+"; font-size: 24px; color: var(--orange); font-weight: 400; transition: transform .2s ease; flex-shrink: 0; font-family: var(--mono); }
  .faq details[open] summary::after { transform: rotate(45deg); }
  .faq .answer { padding: 0 22px 22px; font-size: 15px; line-height: 1.7; color: var(--muted); }

  /* ---------- Kontaktformular ---------- */
  .contact { padding: 76px 0 88px; }
  .contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 60px; align-items: start; }
  .contact-intro h2 { font-size: clamp(1.7rem, 2.5vw + 1rem, 2.25rem); font-weight: 800; letter-spacing: -1px; line-height: 1.15; margin-bottom: 16px; color: var(--steel); }
  .contact-intro h2 .hl { color: var(--orange-ink); }
  .contact-intro p { font-size: 16px; line-height: 1.7; color: var(--muted); margin-bottom: 26px; }
  .big-phone { display: inline-block; font-family: var(--mono); font-size: 26px; font-weight: 700; color: var(--steel); text-decoration: none; }
  .big-phone:hover { color: var(--orange-ink); }
  .contact-intro .sub { font-family: var(--mono); font-size: 12.5px; color: var(--muted); margin-top: 8px; }
  .contact-proof { margin-top: 22px; font-size: 13.5px; color: var(--muted); }
  .contact-proof .stars { color: var(--gold); letter-spacing: 2px; }
  form { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 32px 30px; box-shadow: 0 12px 32px rgba(26,51,71,0.09); }
  .field { margin-bottom: 18px; }
  .field label { display: block; font-family: var(--mono); font-size: 12.5px; color: var(--muted); margin-bottom: 7px; }
  .field input, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 8px; background: #FBFCFD; padding: 13px 14px; font-family: var(--sans); font-size: 16px; color: var(--text); }
  .field input:focus, .field textarea:focus { outline: 1px solid var(--steel-2); border-color: var(--steel-2); }
  .field textarea { min-height: 130px; resize: vertical; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .submit { width: 100%; border: 0; background: var(--orange); color: var(--on-accent); font-family: var(--sans); font-size: 16.5px; font-weight: 700; padding: 15px; border-radius: 8px; cursor: pointer; }
  .submit:hover { background: var(--gold); }
  .form-note { font-size: 12.5px; color: var(--muted); margin-top: 12px; line-height: 1.5; }
  .success { display: none; background: #EAF6EE; border: 1px solid #A9D6BB; color: #1E6B3C; border-radius: 8px; padding: 14px 16px; font-size: 14.5px; line-height: 1.5; margin-top: 16px; }

  /* ---------- Footer ---------- */
  footer { background: var(--steel); color: rgba(255,255,255,0.8); padding: 40px 0 30px; }
  .foot { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; font-size: 14px; line-height: 1.7; }
  .foot .logo-img { width: 148px; height: auto; margin-bottom: 10px; }
  .foot a { color: #fff; text-decoration: none; }
  .foot a:hover { color: var(--gold); }
  .foot-links { display: flex; gap: 20px; align-items: flex-end; }
  .foot-nav { display: flex; flex-direction: column; gap: 7px; font-size: 13.5px; }
  .foot-nav a { color: rgba(255,255,255,0.8); text-decoration: none; }
  .foot-nav a:hover { color: var(--gold); }
  .privat-note { text-align: center; margin-top: 30px; font-size: 11px; color: rgba(255,255,255,0.34); letter-spacing: 0.2px; }
  .disclaimer { margin-top: 16px; font-size: 12px; color: rgba(255,255,255,0.45); line-height: 1.6; }

  /* ---------- Rechtsseiten ---------- */
  .legal-page { padding: 60px 0 80px; }
  .legal-page h1 { font-size: clamp(1.8rem, 3vw + 1rem, 2.4rem); font-weight: 800; letter-spacing: -1px; color: var(--steel); margin-bottom: 20px; }
  .legal-page .back { display: inline-block; font-family: var(--mono); font-size: 13px; color: var(--steel-2); text-decoration: none; margin-bottom: 24px; }
  .legal-page .back:hover { color: var(--orange-ink); }
  .legal-page h2 { font-size: 20px; font-weight: 700; color: var(--steel); margin: 32px 0 12px; }
  .legal-page h3 { font-size: 16.5px; font-weight: 700; color: var(--steel-2); margin: 22px 0 8px; }
  .legal-page p, .legal-page li { font-size: 15.5px; line-height: 1.75; color: var(--muted); }
  .legal-page p { margin-bottom: 12px; }
  .legal-page ul { margin: 0 0 12px 20px; }
  .legal-page a { color: var(--steel-2); }
  .legal-page .box { background: var(--bg-soft); border: 1px solid var(--line); border-radius: 10px; padding: 20px 22px; margin-bottom: 22px; }
  .legal-page .chat-hint { font-size: 14px; color: var(--orange-ink); background: #FFF6EC; border: 1px dashed #E9BE8E; border-radius: 8px; padding: 12px 14px; }

  /* ---------- Switcher ---------- */
  .switcher { position: fixed; bottom: 18px; left: 50%; transform: translateX(-50%); z-index: 100; display: flex; align-items: center; gap: 4px; background: var(--steel); border: 1px solid var(--steel-deep); border-radius: 100px; padding: 6px; box-shadow: 0 12px 32px rgba(16,32,44,0.35); }
  .switcher a { color: #fff; font-size: 13.5px; font-weight: 700; text-decoration: none; padding: 8px 14px; border-radius: 100px; opacity: 0.75; }
  .switcher a:hover { opacity: 1; }
  .switcher a.on { background: var(--orange); color: var(--on-accent); opacity: 1; }
  .switcher .lbl { color: rgba(255,255,255,0.6); font-family: var(--mono); font-size: 11px; padding: 0 6px 0 12px; letter-spacing: 1px; text-transform: uppercase; }

  /* ---------- Mobile ---------- */
  @media (max-width: 980px) {
    .sidebar { display: none; }
    main { margin-left: 0; }
    .mobilebar { display: flex; }
    .hero-grid, .detail-grid, .contact-grid, .hours-grid, .chat-grid, .teaser-grid { grid-template-columns: 1fr; gap: 40px; }
    .term { width: 100%; }
    .foot { gap: 26px; }
    .foot-nav { display: none; }
    .detail-grid.rev .d-img { order: 0; }
    .dl-grid { grid-template-columns: 1fr; }
    .rev-head { flex-direction: column; align-items: flex-start; }
    .rev-score { text-align: left; }
    .row { grid-template-columns: 48px 1fr auto; }
    .row p { grid-column: 2 / 4; }
    .detail-grid.pull .d-body, .detail-grid.pull.rev .d-body { margin: 0; padding: 28px 24px; }
    .scene-cap { left: 14px; bottom: -12px; }
    /* Erde mobil: groß im Hintergrund, Text liegt lesbar darüber */
    /* Erde groß im Hintergrund, Abdunkler liegt zwischen Kugel und Schrift */
    .hero-erde { position: absolute; top: 12px; right: 4px; width: min(82vw, 360px); margin: 0; opacity: 0.45; z-index: 0; justify-self: auto; }
    .hero-grid::before { content: ""; position: absolute; inset: -60px -24px; z-index: 1; pointer-events: none;
      background: rgba(20,39,55,0.58); }
    .hero-grid > div:first-child, .hero-grid > .term { position: relative; z-index: 2; }
    .hero-grid { gap: 26px; position: relative; z-index: 2; }
    .hero h1 { color: #fff; text-shadow: 0 1px 2px rgba(5,14,24,0.98), 0 2px 10px rgba(5,14,24,0.95), 0 0 34px rgba(5,14,24,0.8); }
    .hero h1 .hl { color: #FFD84A; }
    .hero p.lead { color: rgba(255,255,255,0.97); text-shadow: 0 1px 2px rgba(5,14,24,0.98), 0 2px 12px rgba(5,14,24,0.92); }
    .hero-rating { color: rgba(255,255,255,0.95); text-shadow: 0 1px 2px rgba(5,14,24,0.95), 0 2px 10px rgba(5,14,24,0.9); }
    .hero .status { text-shadow: 0 1px 2px rgba(5,14,24,0.9); }
    .hero .status { background: rgba(20,39,55,0.72); }
  }
  @media (max-width: 640px) {
    .wrap { padding: 0 20px; }
    .hero { padding: 34px 0 40px; }
    .hero p.lead { font-size: 16.5px; }
    .services, .detail, .hours, .faq, .contact, .reviews, .downloads, .chatbot { padding: 56px 0; }
    .checklist.two-col { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    form { padding: 26px 20px; }
    .row { grid-template-columns: 40px 1fr; gap: 12px; padding: 22px 4px; }
    .row-arrow { display: none; }
    .row p { grid-column: 1 / 3; }
    .term-body { font-size: 12px; padding: 16px 18px; }
    .msg { max-width: 92%; }
    body { padding-bottom: 0; }
    .hero-erde { top: 8px; right: 2px; width: min(88vw, 330px); opacity: 0.45; }
    .page-head { padding: 42px 0 40px; }
    .cta-band { padding: 38px 0; }
    .teaser-split { padding: 50px 0; }
  }
  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
    .globe-tex { animation: none !important; transform: translate3d(-24%,0,0); }
  }

  /* --- Schwebender Chat (Knopf + Fenster) --- */
  .chat-fab { position: fixed; right: 18px; bottom: 18px; z-index: 60; width: 56px; height: 56px; border: 0; border-radius: 50%; background: var(--orange); color: var(--on-accent); cursor: pointer; display: grid; place-items: center; box-shadow: 0 10px 28px rgba(26,51,71,0.3); }
  .chat-fab:hover { background: var(--gold); }
  .chat-fab .fab-x { display: none; font-size: 30px; line-height: 1; font-weight: 700; }
  .chat-fab.offen .fab-blase { display: none; }
  .chat-fab.offen .fab-x { display: block; }
  .chat-panel { position: fixed; right: 18px; bottom: 86px; z-index: 60; width: min(390px, calc(100vw - 36px)); }
  .chat-panel .chat-window { box-shadow: 0 24px 64px rgba(26,51,71,0.32); }
  .chat-panel .chat-log { height: min(300px, calc(100dvh - 420px)); min-height: 170px; }
  .msg.tippt { letter-spacing: 3px; color: var(--muted); }
  /* Wartehinweis bei Andrang: echter Satz statt der drei Punkte, deshalb
     wieder normaler Zeichenabstand. */
  .msg.tippt.wartet { letter-spacing: 0; font-size: 15.5px; line-height: 1.45; }
  .chat-note a { color: var(--orange-ink); }
  @media (max-width: 699px) {
    .chat-fab { right: 14px; bottom: 14px; }
    .chat-panel { right: 0; left: 0; bottom: 0; width: auto; }
    .chat-panel .chat-window { border-radius: 14px 14px 0 0; border-left: 0; border-right: 0; border-bottom: 0; }
    .chat-panel .chat-log { height: min(260px, calc(100dvh - 330px)); }
  }
  .chat-panel .chat-zu { position: absolute; top: 6px; right: 8px; z-index: 2; width: 40px; height: 40px; border: 0; border-radius: 8px; background: transparent; color: #fff; font-size: 27px; line-height: 1; cursor: pointer; }
  .chat-panel .chat-zu:hover { background: rgba(255,255,255,0.14); }
  @media (max-width: 699px) {
    .chat-fab.offen { display: none; }
  }
  .nur-vorlesen { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

  /* --- Kundenwunsch Dieter (02.08. Karten, 06.08. ganze Hintergruende):
         alle hellen Flaechen im Stil der Originalseite webmk.de.
         Dort gemessen: Flaeche #9A9A9A, Schrift und Ueberschriften Schwarz
         #080808 (Ueberschriften im Original NICHT blaeulich, geprueft).
         Auf diesem Grau ist das Marken-Orange nicht lesbar (1,95:1),
         deshalb steht auf Grau alles in Schwarz wie im Original.
         Dunkle Baender (Hero, Seitenkopf, CTA, Footer, Sidebar) mit weisser
         Schrift bleiben, ebenso das weisse Chat-Fenster und die weissen
         Eingabefelder als Funktions-Elemente. --- */
  .detail-grid.pull .d-body { background: #A8A8A8; border-color: #7C7C7C; }
  .detail-grid.pull .d-body .d-tag,
  .detail-grid.pull .d-body h2,
  .detail-grid.pull .d-body p,
  .detail-grid.pull .d-body .checklist li,
  .detail-grid.pull .d-body .checklist li::before { color: #080808; }

  .teaser-card, .dl-card, .info-card, .faq details,
  .contact-grid form, .legal-page .box {
    background: #A8A8A8; border-color: #7C7C7C; box-shadow: none;
  }
  /* Google-Bewertungskarten weiss (Pascal 07.08.) */
  .rev-card { background: #FFFFFF; }
  .sec-head h2, .row h3, .teaser-card h2, .d-body h2, .chat-intro h2,
  .rev-score .num, .rev-title, .dl-card h2, .info-card h2,
  .hrow .t, .cline a, .big-phone, .contact-intro h2, .contact-intro h2 .hl,
  .legal-page h1, .legal-page h2, .legal-page h3, .legal-page a,
  .legal-page .back, .faq summary, .faq summary::after, .row-num, .cline svg {
    color: #080808;
  }
  .sec-tag, .d-tag, .more, .dl-card .go, .row-arrow, .info-card h2 .k,
  .checklist li::before, .contact-intro .sub, .field label {
    color: #080808;
  }
  .page-head .sec-tag { color: var(--gold); }
  .more:hover, .cline a:hover, .big-phone:hover, .legal-page .back:hover { color: #2E2E2E; }
  .row:hover { background: rgba(255,255,255,0.22); }
  .hrow .t.closed { color: #3A3A3A; }
  .scene-cap { background: #A8A8A8; border-color: #7C7C7C; color: #080808; }
  .field input, .field textarea { background: #FFFFFF; border-color: #7C7C7C; }
  .rev-score .stars { color: var(--gold); text-shadow: 0 1px 1px rgba(0,0,0,0.4); }

  /* Rezensionen: Google-Bewerten-Knopf (Kundenwunsch 06.08.) */
  .rev-actions { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; margin-top: 36px; }
  .btn-google { background: var(--steel); color: #fff; font-weight: 700; font-size: 15.5px; padding: 14px 26px; border-radius: 8px; text-decoration: none; }
  .btn-google:hover { background: var(--steel-2); }

  .chat-intro a { color: #080808; font-weight: 700; }

  /* Partner-Section Strivera (Kundenwunsch 07.08., Verlinkung erlaubt) */
  .partner { background: var(--steel-deep); color: #fff; padding: 64px 0; border-top: 1px solid var(--steel); }
  .partner-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; }
  .partner .sec-tag { color: #7FB0FF; }
  .p-marke { font-family: "Instrument Sans", var(--sans); font-weight: 700; letter-spacing: -1px; color: #fff; }
  .p-marke b { color: #3B72E0; }
  .partner h2 { font-size: clamp(1.55rem, 2.1vw + 1rem, 2.15rem); font-weight: 800; letter-spacing: -0.9px; line-height: 1.15; margin-bottom: 14px; }
  .partner .p-hl { color: #7FB0FF; }
  .partner p { font-size: 15.5px; line-height: 1.7; color: rgba(255,255,255,0.85); max-width: 540px; margin-bottom: 16px; }
  .partner p:last-of-type { margin-bottom: 24px; }
  .partner p strong { color: var(--gold); }
  .btn-strivera { display: inline-block; background: #3B72E0; color: #fff; font-weight: 700; font-size: 15.5px; padding: 14px 26px; border-radius: 8px; text-decoration: none; box-shadow: 0 10px 30px rgba(0,0,0,0.3); }
  .btn-strivera:hover { background: #5C8AE8; }
  .partner-term { width: 100%; }
  @media (max-width: 980px) {
    .partner-grid { grid-template-columns: 1fr; gap: 32px; }
  }
  .foot-credit { text-align: center; margin-top: 26px; font-size: 12.5px; color: rgba(255,255,255,0.55); }
  .foot-credit a { color: #fff; text-decoration: none; font-weight: 700; font-family: "Instrument Sans", var(--sans); letter-spacing: -0.3px; }
  .foot-credit a b { color: #7FB0FF; }
  .foot-credit a:hover { color: #fff; }

  /* Chat: Vorlesen-Knopf an Bot-Antworten (Web Speech API, kostenlos) */
  .msg .msg-text { display: block; }
  .msg-vorlesen { display: inline-block; margin-top: 9px; border: 1px solid var(--line); background: #fff; color: var(--steel-2); font-family: var(--mono); font-size: 12px; padding: 5px 11px; border-radius: 100px; cursor: pointer; }
  .msg-vorlesen:hover { border-color: var(--orange); color: var(--orange-ink); }

  /* Rezensionen-Band dunkel (Pascal 07.08.): weisse Google-Karten auf Steel,
     Karten gleich hoch - stimmig zu Hero und Anruf-Band. */
  .reviews .sec-tag { color: var(--gold); }
  .reviews .rev-title, .reviews .rev-score .num { color: #fff; }
  .reviews .rev-score .stars { color: var(--gold); text-shadow: none; }
  .reviews .rev-score .src { color: rgba(255,255,255,0.75); }
  .reviews .dl-note .more { color: var(--gold); }
  .reviews .dl-note .more:hover { color: #fff; }
  .reviews .btn-google { background: var(--orange); color: var(--on-accent); }
  .reviews .btn-google:hover { background: var(--gold); }
  .reviews .rev-actions .more { color: var(--gold); }
  .reviews .rev-actions .more:hover { color: #fff; }
  .rev-card blockquote { margin-bottom: 0; }

  /* Kundenwunsch Dieter 22.08.2026: Telefonnummer nie ueber zwei Zeilen. */
  a[href^="tel:"] { white-space: nowrap; }
  /* Hinweis im Footer: private Seite, kein Gewerbe. */
  .foot-privat { display: block; margin-top: 10px; font-size: 13px; line-height: 1.5;
    color: rgba(255,255,255,0.55); max-width: 34ch; }

  /* Drei Schritte auf der Webdesign-Partnerseite (22.08.2026). */
  .teaser-grid.teaser-drei { grid-template-columns: repeat(3, 1fr); }
  @media (max-width: 900px) { .teaser-grid.teaser-drei { grid-template-columns: 1fr; } }
  /* Wortmarke auf hellem Grund lesbar halten (Webdesign-Seite). */
  .teaser-card .p-marke, .d-body .p-marke, .row .p-marke { color: #080808; }

  /* Rollen-Hinweis in der Partner-Section: links, ruhig, gut lesbar. */
  .partner .privat-note { text-align: left; margin-top: 20px; font-size: 13.5px;
    line-height: 1.55; color: rgba(255,255,255,0.55); max-width: 52ch; letter-spacing: 0; }
  /* Webdesign-Partnerseite: groesserer Lesetext (Pascal 22.08.), gilt nur hier. */
  .wd .row p { font-size: 17.5px; line-height: 1.6; }
  .wd .row h3 { font-size: 23px; }
  .wd .checklist li { font-size: 17.5px; line-height: 1.55; }
  .wd .d-body > p { font-size: 18.5px; line-height: 1.65; }
  .wd .partner p { font-size: 17.5px; line-height: 1.6; }
  @media (max-width: 640px) {
    .wd .row p, .wd .checklist li, .wd .partner p { font-size: 16.5px; }
    .wd .d-body > p { font-size: 17.5px; }
  }
  /* Drei Schritt-Karten buendig unter der Headline, gleich hoch (22.08.). */
  .wd .teaser-grid.teaser-drei { align-items: stretch; margin-top: 26px; }
  .wd .teaser-card { display: flex; flex-direction: column; }
  .wd .teaser-card p { font-size: 17px; line-height: 1.65; margin-bottom: 0; }
  .wd .teaser-card h2 { font-size: 23px; }
  /* Rezensions-Laufband (Kundenwunsch Dieter 22.08., Vorbild strivera.de):
     die Karten laufen langsam durch, Zeigen oder Tastaturfokus haelt sie an,
     zusaetzlich laesst sich frei wischen. */
  /* Der Container scrollt NICHT selbst: Animation und Scrollbereich wuerden
     sich sonst addieren und am Ende klafft eine leere Flaeche. Gewischt wird
     ueber den Zeiger-Zieh-Griff im Skript (js setzt .rev-lauf.zieht). */
  .rev-lauf { overflow: hidden; cursor: grab; }
  .rev-lauf.zieht { cursor: grabbing; }
  .rev-band { display: flex; gap: 20px; width: max-content;
    animation: rev-lauf 78s linear infinite; will-change: transform; }
  .rev-band > .rev-card { width: 340px; flex: 0 0 340px; }
  /* Pausiert beim Zeigen, bei Tastaturfokus und - per Skript - beim Antippen. */
  .rev-lauf:hover .rev-band, .rev-lauf:focus-within .rev-band,
  .rev-lauf.haelt .rev-band { animation-play-state: paused; }
  @keyframes rev-lauf { from { transform: translateX(0); } to { transform: translateX(-50%); } }
  @media (prefers-reduced-motion: reduce) {
    .rev-band { animation: none; }
    .rev-lauf { overflow-x: auto; overscroll-behavior-x: contain; padding-bottom: 14px; }
  }
  .rev-wisch { margin-top: 12px; font-size: 15.5px; color: rgba(255,255,255,0.62);
    font-family: var(--mono); letter-spacing: 0.02em; }
  @media (max-width: 640px) { .rev-band > .rev-card { width: 280px; flex-basis: 280px; } }

/* Honigtopf gegen Roboter: fuer Menschen unsichtbar, Roboter fuellen es aus. */
.feld-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
/* Fehlermeldung des Kontaktformulars */
.fehlermeldung { display: none; background: #FDECEC; border: 1px solid #E7A9A9; color: #8C2020; border-radius: 8px; padding: 14px 16px; font-size: 15.5px; line-height: 1.5; margin-top: 16px; }
