/* MOEBIUS Sicherheitstechnik, Design-System. Farben und Typografie nach Ajax-Vorgaben. */
:root {
  --bg: #000; --bg2: #0a0a0a; --card: #181818; --card2: #1c1c1c;
  --line: #242424; --line2: #3B3B3B;
  --text: #EDEDED; --muted: #ADADAD; --dim: #787878;
  --green: #5AE4AA; --green2: #1DCF8E; --green3: #00AD74;
  --c: var(--green);
  --c-einbruchschutz: #5AE4AA; --c-videoueberwachung: #3AD4F2; --c-komfort: #F8DF52; --c-brandschutz: #FF725C;
  --font: Roboto, system-ui, -apple-system, "Segoe UI", sans-serif;
  --display: "Space Grotesk", var(--font);
  --mono: Roboto, system-ui, -apple-system, "Segoe UI", sans-serif;
  --ease: cubic-bezier(.16,1,.3,1);
  --pad: clamp(24px, 5vw, 80px);
  --gap: clamp(96px, 12vw, 180px);
  --r: 12px;
}
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--font); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
* { box-sizing: border-box; }
a { color: var(--c); text-decoration: none; }
a:hover { color: var(--green2); }
img, video, svg { max-width: 100%; }
::selection { background: var(--green); color: #000; }
:focus-visible { outline: 2px solid var(--c); outline-offset: 3px; }
button { font: inherit; }
[hidden] { display: none !important; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* Seitenfarbe */
body[data-page="einbruchschutz"] { --c: var(--c-einbruchschutz); }
body[data-page="videoueberwachung"] { --c: var(--c-videoueberwachung); }
body[data-page="komfort"] { --c: var(--c-komfort); }
body[data-page="brandschutz"] { --c: var(--c-brandschutz); }

.wrap { max-width: 1440px; margin: 0 auto; padding: 0 var(--pad); }

/* Typografie */
.kicker { display: flex; align-items: center; gap: 10px; font-family: var(--mono); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--dim); }
.kicker.c { color: var(--c); }
.mono { font-family: var(--mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--dim); }
h1, h2, h3 { font-family: var(--display); color: #fff; margin: 0; letter-spacing: -.02em; }
h1 { font-weight: 700; font-size: clamp(2.75rem, 6.4vw, 5.75rem); line-height: .97; text-wrap: balance; }
h2 { font-weight: 500; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.05; max-width: 26ch; text-wrap: balance; }
h3 { font-weight: 500; font-size: 1.5rem; line-height: 1.25; }
.lead { max-width: 52ch; font-size: 1.0625rem; line-height: 1.7; color: var(--muted); margin: 24px 0 0; }
p { line-height: 1.7; }
.muted { color: var(--muted); }
.dim { color: var(--dim); }
.sec { padding: var(--gap) 0 0; }
.sec > h2 { margin: 24px 0 48px; }
.sec > .kicker + h2 { margin-top: 24px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 48px; padding: 0 32px; border-radius: 999px; font-size: 15px; font-weight: 500; white-space: nowrap; border: 1px solid transparent; cursor: pointer; background: transparent; color: inherit; }
.btn.sm { height: 40px; padding: 0 24px; font-size: 14px; }
.btn.cta { position: relative; overflow: hidden; background: var(--c); color: #000; transition: transform .3s var(--ease), box-shadow .3s ease; }
.btn.cta:hover { transform: translateY(-2px); box-shadow: 0 10px 30px color-mix(in oklab, var(--c) 25%, transparent); color: #000; }
.btn.cta::after { content: ''; position: absolute; inset: 0; background: linear-gradient(100deg, transparent 30%, rgba(255,255,255,.55) 50%, transparent 70%); background-size: 250% 100%; background-position: -150% 0; }
.btn.cta:hover::after { animation: sheen 1s ease-out; }
.btn.pill { border-color: #fff; color: #fff; transition: border-color .3s ease, color .3s ease, background-color .3s ease, transform .3s var(--ease); }
.btn.pill:hover { border-color: var(--line2); color: var(--text); transform: translateY(-2px); }
.btn.ghost { border-color: var(--line); color: var(--dim); }
.btn.ghost:hover { border-color: var(--line2); color: var(--text); transform: translateY(-2px); }
.btn.on { border-color: var(--c); color: var(--c); background: color-mix(in oklab, var(--c) 10%, transparent); }
.btn[disabled] { opacity: .5; pointer-events: none; }

/* Fortschritt */
#progbar { position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 60; background: #161616; }
#prog { height: 100%; width: 0; background: linear-gradient(90deg, var(--green3), var(--c)); box-shadow: 0 0 12px color-mix(in oklab, var(--c) 60%, transparent); }

/* Header */
.hdr { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 88px; border-bottom: 1px solid var(--line); position: relative; z-index: 30; }
.brand { display: flex; align-items: center; gap: 16px; color: #fff; }
.brand b { font-family: var(--display); font-weight: 700; font-size: 20px; letter-spacing: -.02em; color: #fff; }
.brand .sep { width: 1px; height: 22px; background: var(--line2); }
.brand .ajax { height: 14px; width: auto; opacity: .9; }
.brand small { font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--dim); }
.hdr-r { display: flex; align-items: center; gap: 12px; }
.hdr-r .tel { font-family: var(--mono); font-size: 13px; color: var(--muted); }
.hdr-r .tel:hover { color: #fff; }
@media (max-width: 720px) { .brand small, .brand .sep, .hdr-r .tel { display: none; } }

/* Hero mit Video */
.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; background: #000 center / cover no-repeat; }
.hero-bg video, .hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1.2s ease; display: block; }
.hero-bg video.ready, .hero-bg img.ready { opacity: .65; }
.hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.78) 45%, rgba(0,0,0,.45) 100%), linear-gradient(180deg, rgba(0,0,0,.3), rgba(0,0,0,.15) 60%, #000 100%); }
.hero-in { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: clamp(32px, 5vw, 72px); align-items: center; padding: clamp(72px, 9vw, 130px) var(--pad) clamp(56px, 7vw, 96px); min-height: min(88vh, 900px); }
.hero-in.solo { grid-template-columns: 1fr; }
.hero h1 { margin-top: 24px; }
.hero .btns { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 40px; }
.stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 56px; border-top: 1px solid var(--line); padding-top: 24px; }
.stats b { display: block; font-family: var(--display); font-weight: 500; font-size: 1.5rem; color: #fff; transition: color .3s ease; }
.stats span { display: block; font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--dim); margin-top: 8px; }
.stats > div:hover b { color: var(--c); }
.hero-vis { position: relative; display: flex; justify-content: center; align-items: center; min-height: 320px; }
.hero-vis .glow { position: absolute; inset: -10%; background: radial-gradient(circle at 50% 50%, color-mix(in oklab, var(--c) 16%, transparent), transparent 62%); pointer-events: none; }
.hero-vis img { position: relative; width: 100%; max-width: 620px; height: auto; mix-blend-mode: screen; }
.ring { position: absolute; width: min(560px, 90%); aspect-ratio: 1; border-radius: 50%; border: 1px solid color-mix(in oklab, var(--c) 35%, transparent); animation: ring 4.4s var(--ease) infinite; }
.hero-strip { position: relative; margin-top: clamp(32px, 5vw, 64px); }
.hero-strip .glow { position: absolute; inset: -6% -10%; background: radial-gradient(ellipse at 50% 60%, color-mix(in oklab, var(--c) 14%, transparent), transparent 65%); pointer-events: none; }
.hero-strip img { position: relative; width: 100%; height: auto; mix-blend-mode: screen; }
.mute-btn { position: absolute; right: var(--pad); bottom: 20px; z-index: 2; width: 40px; height: 40px; border-radius: 999px; border: 1px solid var(--line2); background: rgba(0,0,0,.5); color: var(--muted); display: inline-flex; align-items: center; justify-content: center; cursor: pointer; }
.mute-btn:hover { color: #fff; border-color: #fff; }
.mute-btn svg { width: 18px; height: 18px; }

/* Kategorie-Navigation */
.catnav { position: sticky; top: 0; z-index: 20; background: rgba(0,0,0,.86); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.catnav .wrap { display: flex; gap: 8px; padding-top: 12px; padding-bottom: 12px; overflow-x: auto; scrollbar-width: none; }
.catnav .wrap::-webkit-scrollbar { display: none; }
.catnav a, .catnav span { flex: 0 0 auto; }
.catnav a[data-cat] { --c: var(--cc); }

/* Ticker */
.ticker { border-bottom: 1px solid var(--line); overflow: hidden; padding: 14px 0; }
.ticker-in { display: flex; width: max-content; animation: marq 40s linear infinite; }
.ticker-in span { display: inline-flex; align-items: center; gap: 24px; font-family: var(--mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--dim); padding: 0 24px; white-space: nowrap; }
.ticker-in i { width: 4px; height: 4px; border-radius: 999px; background: var(--c); }
.ticker:hover .ticker-in { animation-play-state: paused; }

/* Vertrauen */
.trust { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; padding: 40px 0 0; }
.trust > div:not(.trust-i) { display: flex; gap: 14px; align-items: flex-start; }
.trust .ico { flex: 0 0 auto; width: 40px; height: 40px; border-radius: 10px; background: var(--card); border: 1px solid var(--line); display: inline-flex; align-items: center; justify-content: center; color: var(--c); }
.trust .ico svg { width: 26px; height: 26px; }
.trust b { display: block; font-family: var(--display); font-weight: 500; color: #fff; font-size: 1rem; }
.trust small { display: block; color: var(--dim); font-size: .875rem; line-height: 1.5; margin-top: 2px; }

/* Karten */
.grid { display: grid; gap: 16px; }
.grid.c2 { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }
.grid.kats { grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); }
.grid.c3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.grid.c4 { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.card { position: relative; background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 32px; color: inherit; }
.card.p28 { padding: 28px; }
.card.hov { transition: transform .45s var(--ease), border-color .3s ease, background-color .3s ease; transform-style: preserve-3d; }
.card.hov:hover { border-color: var(--line2); background: var(--card2); }
.card.hov::before { content: ''; position: absolute; inset: -1px; border-radius: var(--r); pointer-events: none; opacity: 0; transition: opacity .35s ease; background: radial-gradient(300px circle at var(--mx, 50%) var(--my, 50%), color-mix(in oklab, var(--c) 12%, transparent), transparent 65%); }
.card.hov:hover::before { opacity: 1; }
.card .num { font-family: var(--mono); font-size: 12px; letter-spacing: .12em; color: var(--dim); transition: color .3s ease, letter-spacing .4s ease; }
.card:hover .num { color: var(--c); letter-spacing: .24em; }
.card h3 { margin: 16px 0 12px; }
.card p { font-size: .9375rem; color: var(--muted); margin: 0; }
.card .ico { position: absolute; top: 28px; right: 28px; width: 40px; height: 40px; color: var(--c); opacity: .85; }
.card .ico svg { width: 100%; height: 100%; }
.card.lift { transition: transform .45s var(--ease), border-color .3s ease; }
.card.lift:hover { transform: translateY(-6px); border-color: var(--line2); }
.chip { width: 32px; height: 32px; border-radius: 8px; background: #000; border: 1px solid var(--line2); display: inline-flex; align-items: center; justify-content: center; font-family: var(--mono); font-size: 13px; color: var(--c); transition: background-color .3s ease, color .3s ease, transform .35s var(--ease); }
.step-t { font-family: var(--display); font-size: 1.25rem; color: #fff; margin: 20px 0 8px; }
.step-d { font-size: .9375rem; line-height: 1.7; color: var(--muted); }
.step-k { font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--c); margin-top: 14px; }

/* Kategoriekarten (Startseite) */
.kat { display: flex; flex-direction: column; justify-content: space-between; gap: 32px; min-height: 440px; overflow: hidden; --c: var(--cc); transition: transform .5s var(--ease), border-color .35s ease, background-color .35s ease; }
.kat:hover { transform: translateY(-8px); border-color: var(--c); background: var(--card2); }
.kat::before { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: 0; transition: opacity .4s ease; background: radial-gradient(340px circle at var(--mx, 50%) var(--my, 50%), color-mix(in oklab, var(--c) 14%, transparent), transparent 68%); }
.kat:hover::before { opacity: 1; }
.kat .tag { display: flex; align-items: center; gap: 10px; }
.kat .dot { width: 9px; height: 9px; border-radius: 999px; background: var(--c); transition: transform .4s var(--ease), box-shadow .4s ease; }
.kat:hover .dot { transform: scale(2.2); box-shadow: 0 0 18px var(--c); }
.kat .tag span { font-family: var(--mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--c); white-space: nowrap; }
.kat h3 { font-size: 1.875rem; line-height: 1.2; margin: 20px 0 12px; max-width: 16ch; }
.kat p { max-width: 44ch; }
.kat .foot { position: relative; display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; }
.kat img { width: 62%; max-width: 280px; height: auto; mix-blend-mode: screen; transition: transform .7s var(--ease); }
.kat:hover img { transform: scale(1.06) translateY(-4px); }
.arr { flex: 0 0 auto; width: 32px; height: 32px; border-radius: 999px; border: 1px solid var(--line2); display: inline-flex; align-items: center; justify-content: center; color: var(--text); transition: transform .4s var(--ease), border-color .3s ease, color .3s ease; }
.kat:hover .arr, .xcard:hover .arr { transform: translateX(8px); border-color: var(--c); color: var(--c); }

/* Blueprint-Box */
.bp { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--r); background-color: #000; background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 40px 40px; padding: clamp(24px, 4vw, 56px); animation: gridpan 24s linear infinite; }
.bp::after { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: 0; transition: opacity .4s ease; background: radial-gradient(220px circle at var(--mx, 50%) var(--my, 50%), color-mix(in oklab, var(--c) 16%, transparent), transparent 70%); }
.bp:hover::after { opacity: 1; }
.bp > * { position: relative; z-index: 1; }
.bp p.note { max-width: 58ch; font-size: 1rem; color: var(--muted); margin: 32px 0 0; }
.kette { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 24px; }
.kette > div { position: relative; padding-top: 17px; }
.kette .l1 { position: absolute; top: 0; left: 0; right: 0; height: 1px; background: var(--line2); }
.kline { position: absolute; top: 0; left: 0; right: 0; height: 1px; background-image: linear-gradient(90deg, transparent, var(--c), transparent); background-size: 60% 100%; background-repeat: no-repeat; animation: travel 3.4s linear infinite; }
.kette .t { font-family: var(--mono); font-size: 12px; letter-spacing: .12em; color: var(--c); }
.kette .n { font-family: var(--display); font-size: 1.25rem; color: #fff; margin-top: 12px; }
.kette .d { font-size: .875rem; line-height: 1.7; color: var(--dim); margin-top: 8px; }

/* Listenzeilen */
.rows { border-top: 1px solid var(--line); }
.row { display: grid; gap: 24px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); transition: background-color .3s ease, padding-left .35s var(--ease), opacity .4s ease; }
.row:hover { background: var(--bg2); padding-left: 12px; }
.row.spot { opacity: .18; }
.row.spot.on { opacity: 1; }
.row.comp { grid-template-columns: 56px minmax(0, 1fr) auto; }
.row.comp .chip { background: var(--card); border-color: transparent; }
.row.comp:hover .chip { background: var(--c); color: #000; transform: rotate(-6deg) scale(1.08); }
.row .name { font-family: var(--display); font-size: 1.5rem; line-height: 1.25; color: #fff; transition: color .3s ease; }
.row:hover .name { color: var(--c); }
.row .role { font-size: .9375rem; line-height: 1.7; color: var(--muted); margin-top: 4px; }
.row .spec { font-family: var(--mono); font-size: .875rem; color: var(--dim); white-space: nowrap; }
.row.abl { grid-template-columns: 64px minmax(0, 1fr) minmax(0, 1.1fr); align-items: baseline; padding: 24px 0; }
.row.abl .num { font-family: var(--mono); font-size: 13px; letter-spacing: .12em; color: var(--dim); }
.row:hover .num { color: var(--c); }
.row.abl .name { font-size: 1.5rem; }
.row.norm { grid-template-columns: minmax(150px, 180px) minmax(0, 1fr); align-items: baseline; padding: 22px 0; }
.row.norm .k { font-family: var(--mono); font-size: .9375rem; letter-spacing: .08em; color: var(--text); white-space: nowrap; }
.row.norm:hover .k { color: var(--c); }
.row .d { font-size: .9375rem; line-height: 1.7; color: var(--muted); }
@media (max-width: 640px) { .row.abl, .row.norm { grid-template-columns: 1fr; gap: 6px; } .row.comp .spec { display: none; } }

/* Technische Daten */
.daten { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 0 64px; margin-top: 40px; }
.drow { display: flex; justify-content: space-between; gap: 24px; padding: 20px 0; border-bottom: 1px solid var(--line); transition: border-color .3s ease; }
.drow:hover { border-color: var(--line2); }
.drow span:first-child { font-size: .9375rem; color: var(--muted); }
.drow .dval { font-family: var(--mono); font-size: .875rem; color: var(--text); text-align: right; transition: color .3s ease; }
.drow:hover .dval { color: var(--c); }

/* Split-Sektionen */
.split { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: clamp(32px, 5vw, 72px); align-items: center; }
.split .txt { max-width: 58ch; font-size: 1rem; line-height: 1.7; color: var(--muted); }
.split .txt p { margin: 0 0 16px; }
.split .txt p:last-child { margin: 0; }
.pts { margin-top: 40px; display: grid; gap: 24px; max-width: 52ch; }
.pt { border-top: 1px solid var(--line); padding-top: 16px; display: grid; grid-template-columns: 36px 1fr; gap: 14px; }
.pt .ico { width: 28px; height: 28px; color: var(--c); }
.pt b { display: block; font-family: var(--display); font-weight: 500; font-size: 1.25rem; color: #fff; }
.pt span { display: block; font-size: .9375rem; line-height: 1.7; color: var(--muted); margin-top: 6px; }
.frame { width: 100%; max-width: 640px; height: auto; border: 1px solid var(--line); border-radius: var(--r); display: block; margin: 0 auto; }
.banner { position: relative; border-radius: var(--r); overflow: hidden; border: 1px solid var(--line); }
.banner img { display: block; width: 100%; height: auto; }

/* Tabs */
.tabs { display: flex; gap: 32px; flex-wrap: wrap; margin: 32px 0 40px; border-bottom: 1px solid var(--line); }
.tab { appearance: none; background: none; border: 0; border-bottom: 1px solid transparent; color: var(--dim); font-family: var(--display); font-size: 1.25rem; padding: 0 0 16px; cursor: pointer; transition: color .3s ease, border-color .3s ease; }
.tab.on, .tab:hover { color: #fff; }
.tab.on { border-color: var(--c); }
.tabpanel[hidden] { display: none; }

/* Szenarien */
.szen { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px 24px; align-items: center; border: 1px solid var(--line); border-radius: var(--r); background: var(--bg2); padding: 24px; transition: border-color .3s ease; }
.szen:hover { border-color: var(--line2); }
.szen .lab { font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--dim); }
.szen .lab.c { color: var(--c); }
.szen .v { font-family: var(--display); font-size: 1.125rem; color: #fff; margin-top: 8px; }
.szen .b { font-size: .9375rem; line-height: 1.6; color: var(--muted); margin-top: 8px; }
.szen .act { display: flex; align-items: center; gap: 16px; }
.szen .sarr { font-family: var(--mono); font-size: 20px; color: var(--line2); transition: color .3s ease, transform .3s var(--ease); }
.szen:hover .sarr { color: var(--c); transform: translateX(6px); }

/* Detektionsprinzip */
.prinzip { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 32px; }
.prinzip > div { position: relative; padding-top: 17px; }
.prinzip .norm { font-family: var(--mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--c); }
.prinzip .name { font-family: var(--display); font-size: 1.75rem; color: #fff; margin: 12px 0 20px; display: flex; align-items: center; gap: 12px; }
.prinzip .name svg { width: 32px; height: 32px; color: var(--c); }
.prinzip dl { display: grid; gap: 14px; margin: 0; }
.prinzip dt { font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--dim); }
.prinzip dd { margin: 0; font-size: .9375rem; line-height: 1.7; color: var(--muted); }
.prinzip dd.hi { color: var(--text); }

/* Sichtfeld */
.zonen { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 24px; }
.zonen div { border-top: 1px solid var(--line2); padding-top: 12px; }
.zonen b { display: block; font-family: var(--mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--text); }
.zonen span { display: block; font-family: var(--mono); font-size: 12px; color: var(--dim); margin-top: 6px; }
.zonen div:first-child b { color: var(--c); }
@media (max-width: 640px) { .zonen { grid-template-columns: 1fr; } }

/* Cross-Links */
.xcard { display: block; --c: var(--cc); }
.xcard:hover { transform: translateY(-6px); border-color: var(--c); }
.xcard .tag { display: flex; align-items: center; gap: 10px; }
.xcard .dot { width: 9px; height: 9px; border-radius: 999px; background: var(--c); transition: transform .4s var(--ease), box-shadow .4s ease; }
.xcard:hover .dot { transform: scale(2.2); box-shadow: 0 0 18px var(--c); }
.xcard .tag span { font-family: var(--mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--c); }
.xcard p { margin: 20px 0 28px; }

/* CTA */
.ctabox { position: relative; overflow: hidden; background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: clamp(32px, 6vw, 80px); display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 48px; align-items: center; }
.ctabox::before { content: ''; position: absolute; inset: 0; background: url(/assets/img/bg-wired.webp) right center / cover no-repeat; opacity: .35; pointer-events: none; }
.ctabox > * { position: relative; }
.ctabox h2 { max-width: 18ch; }
.ctabox p { font-size: 1rem; color: var(--muted); margin: 0 0 32px; max-width: 52ch; }
.ctabox .btns { display: flex; flex-wrap: wrap; gap: 12px; }

/* Footer */
footer { margin-top: var(--gap); border-top: 1px solid var(--line); padding: 56px 0 72px; }
.fgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 40px; }
.fgrid .brandf b { display: block; font-family: var(--display); font-weight: 700; font-size: 18px; letter-spacing: -.02em; color: #fff; }
.fgrid .brandf small { display: block; font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--dim); margin-top: 12px; }
.fgrid .brandf img { display: block; height: 44px; width: auto; margin-top: 20px; opacity: .9; }
.fgrid div, .fgrid a { font-size: .9375rem; line-height: 1.8; color: var(--dim); }
.fgrid a:hover { color: #fff; }
.fgrid h4 { margin: 0 0 8px; font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--dim); font-weight: 400; }
.fbot { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-size: .8125rem; color: var(--dim); }
.fbot a { color: var(--dim); }

/* Formular */
.form { display: grid; gap: 20px; }
.form .f2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.field label { display: block; font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--dim); margin-bottom: 8px; }
.field input, .field select, .field textarea { width: 100%; background: var(--bg2); border: 1px solid var(--line2); border-radius: 10px; color: #fff; font: inherit; font-size: 1rem; padding: 14px 16px; transition: border-color .3s ease; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--c); }
.field textarea { min-height: 140px; resize: vertical; }
.field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--dim) 50%), linear-gradient(135deg, var(--dim) 50%, transparent 50%); background-position: calc(100% - 22px) 50%, calc(100% - 16px) 50%; background-size: 6px 6px; background-repeat: no-repeat; }
.field select option { background: #111; }
.check { display: flex; gap: 12px; align-items: flex-start; font-size: .875rem; color: var(--muted); line-height: 1.6; }
.check input { margin-top: 4px; accent-color: var(--green); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips label { cursor: pointer; }
.chips input { position: absolute; opacity: 0; pointer-events: none; width: 1px; height: 1px; left: 0; top: 0; }
.chips span { display: inline-flex; align-items: center; height: 40px; padding: 0 18px; border-radius: 999px; border: 1px solid var(--line2); color: var(--muted); font-size: 14px; transition: all .25s ease; }
.chips input:checked + span { border-color: var(--c); color: var(--c); background: color-mix(in oklab, var(--c) 10%, transparent); }
.chips input:focus-visible + span { outline: 2px solid var(--c); outline-offset: 2px; }
.msg { border: 1px solid var(--line2); border-radius: 10px; padding: 16px 20px; font-size: .9375rem; line-height: 1.6; }
.msg.ok { border-color: var(--green); color: #fff; background: rgba(90,228,170,.08); }
.msg.err { border-color: #FF725C; color: #fff; background: rgba(255,114,92,.08); }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.side { display: grid; gap: 24px; align-content: start; }
.side .card p { margin: 0; }
.side .card b { display: block; color: #fff; font-family: var(--display); font-weight: 500; font-size: 1.125rem; margin-bottom: 8px; }
.side .card a { color: var(--text); }
.side .card a:hover { color: var(--c); }

/* Text-Seiten */
.prose { max-width: 72ch; color: var(--muted); font-size: 1rem; }
.prose h2 { font-size: 1.75rem; margin: 48px 0 16px; }
.prose h3 { font-size: 1.25rem; margin: 32px 0 8px; }
.prose p, .prose li { line-height: 1.75; }
.prose strong { color: var(--text); font-weight: 500; }

/* Animation */
.rev { opacity: 0; transform: translateY(24px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.rev.in { opacity: 1; transform: none; }
.ch { display: inline-block; animation: upin .7s var(--ease) both; }
.shine { background: linear-gradient(100deg, #fff 38%, var(--c) 50%, #fff 62%); background-size: 260% 100%; -webkit-background-clip: text; background-clip: text; color: transparent; animation: sheen 6s ease-in-out 1.2s infinite; }
.blip { width: 7px; height: 7px; border-radius: 999px; background: var(--c); animation: blip 2.2s ease-in-out infinite; }
.floaty { animation: float 8s ease-in-out infinite; }
@keyframes upin { from { opacity: 0; transform: translateY(.5em) rotate(2deg) } to { opacity: 1; transform: none } }
@keyframes blip { 0%, 100% { opacity: 1; box-shadow: 0 0 0 0 color-mix(in oklab, var(--c) 70%, transparent) } 50% { opacity: .55; box-shadow: 0 0 0 7px transparent } }
@keyframes float { 0%, 100% { transform: translateY(0) } 50% { transform: translateY(-14px) } }
@keyframes marq { from { transform: translateX(0) } to { transform: translateX(-50%) } }
@keyframes sheen { 0% { background-position: -160% 0 } 60%, 100% { background-position: 260% 0 } }
@keyframes dash { to { stroke-dashoffset: -320 } }
@keyframes gridpan { from { background-position: 0 0, 0 0 } to { background-position: 40px 40px, 40px 40px } }
@keyframes ring { 0% { transform: scale(.55); opacity: .55 } 100% { transform: scale(1.35); opacity: 0 } }
@keyframes travel { 0% { background-position: -120% 0 } 100% { background-position: 220% 0 } }
.dashed { animation: dash 9s linear infinite; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .rev { opacity: 1; transform: none; transition: none; }
  .row.spot { opacity: 1; }
  .ch, .shine, .blip, .floaty, .ring, .kline, .bp, .btn.cta::after, .ticker-in, .dashed { animation: none; }
  .shine { color: #fff; -webkit-text-fill-color: #fff; }
  .hero-bg video { display: none; }
}

/* FAQ */
.faq { border-top: 1px solid var(--line); margin-top: 40px; }
.faq-i { border-bottom: 1px solid var(--line); }
.faq-i summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 22px 0; font-family: var(--display); font-size: 1.25rem; color: #fff; transition: color .3s ease; }
.faq-i summary::-webkit-details-marker { display: none; }
.faq-i summary:hover { color: var(--c); }
.faq-i summary i { flex: 0 0 auto; width: 28px; height: 28px; border-radius: 999px; border: 1px solid var(--line2); position: relative; transition: transform .35s var(--ease), border-color .3s ease; }
.faq-i summary i::before, .faq-i summary i::after { content: ''; position: absolute; left: 50%; top: 50%; background: var(--muted); transform: translate(-50%, -50%); }
.faq-i summary i::before { width: 12px; height: 1px; } .faq-i summary i::after { width: 1px; height: 12px; }
.faq-i[open] summary i { transform: rotate(45deg); border-color: var(--c); }
.faq-i p { margin: 0 0 24px; max-width: 70ch; color: var(--muted); font-size: 1rem; }

/* Regionen */
.orte { display: flex; flex-wrap: wrap; gap: 8px; align-content: start; padding-top: 8px; }
.orte span, .orte a { display: inline-flex; align-items: center; height: 40px; padding: 0 18px; border-radius: 999px; border: 1px solid var(--line2); color: var(--muted); font-size: 14px; transition: border-color .3s ease, color .3s ease, transform .3s var(--ease); }
.orte a { color: var(--text); border-color: color-mix(in oklab, var(--c) 40%, var(--line2)); }
.orte a:hover { border-color: var(--c); color: var(--c); transform: translateY(-2px); }

/* Ratgeber */
.post-card { display: flex; flex-direction: column; gap: 14px; padding: 0; overflow: hidden; }
.post-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; }
.post-card > .tag, .post-card > h3, .post-card > p, .post-card > .meta { padding: 0 28px; }
.post-card > .tag { padding-top: 24px; }
.post-card .tag { display: flex; align-items: center; gap: 10px; }
.post-card .dot { width: 9px; height: 9px; border-radius: 999px; background: var(--c); }
.post-card .tag span:last-child { font-family: var(--mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--c); }
.post-card h3 { margin: 0; font-size: 1.375rem; }
.post-card h3:hover { color: var(--c); }
.post-card p { margin: 0; flex: 1; }
.post-card .meta, .post-h .meta { display: flex; gap: 16px; font-family: var(--mono); font-size: 12px; color: var(--dim); }
.post-card > .meta { padding-bottom: 24px; }
.post { padding-top: clamp(40px, 6vw, 80px); }
.crumbs { display: flex; gap: 10px; font-family: var(--mono); font-size: 12px; letter-spacing: .06em; color: var(--dim); }
.crumbs a { color: var(--dim); } .crumbs a:hover { color: #fff; }
.post-h .meta { margin-top: 28px; }
.post-fig { margin: clamp(32px, 5vw, 56px) 0 0; border-radius: var(--r); overflow: hidden; border: 1px solid var(--line); }
.post-fig img { display: block; width: 100%; max-height: 520px; object-fit: cover; }
.post-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; min-width: 0; gap: clamp(32px, 5vw, 72px); margin-top: clamp(40px, 6vw, 72px); align-items: start; }
.post-side { position: sticky; top: 24px; display: grid; gap: 16px; }
.post-side .card b { display: block; font-family: var(--display); font-weight: 500; font-size: 1.125rem; color: #fff; margin-bottom: 8px; }
.post-side .card p { margin: 0; }
@media (max-width: 900px) { .post-grid { grid-template-columns: minmax(0, 1fr); } .post-side { position: static; } }
.post-body { max-width: 72ch; font-size: 1.0625rem; min-width: 0; }
.tbl { max-width: 100%; }
.post-body h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); margin: 56px 0 16px; max-width: none; }
.post-body h3 { font-size: 1.25rem; margin: 36px 0 10px; }
.post-body p { margin: 0 0 18px; }
.post-body ul, .post-body ol { padding-left: 22px; margin: 0 0 18px; }
.post-body li { margin: 6px 0; }
.post-body a { color: var(--c); text-decoration: underline; text-underline-offset: 3px; }
.post-body blockquote { margin: 28px 0; padding: 20px 24px; border-left: 2px solid var(--c); background: var(--card); border-radius: 0 var(--r) var(--r) 0; }
.post-body blockquote p { margin: 0; color: var(--text); }
.tbl { overflow-x: auto; margin: 0 0 24px; border: 1px solid var(--line); border-radius: var(--r); }
.tbl table { width: 100%; border-collapse: collapse; font-size: .9375rem; }
.tbl th, .tbl td { text-align: left; padding: 12px 16px; border-bottom: 1px solid var(--line); vertical-align: top; }
.tbl th { font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--dim); background: var(--bg2); }
.tbl tr:last-child td { border-bottom: 0; }
.hdr-r .nav-link { font-size: 14px; color: var(--muted); }
.hdr-r .nav-link:hover { color: #fff; }
@media (max-width: 720px) { .hdr-r .nav-link { display: none; } }

/* Premium-Überarbeitung: Vertrauen, Preloader, Marke, Partner, Textseiten */
.trust { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 16px; padding: clamp(40px, 5vw, 72px) 0 0; }
.trust-i { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 28px; display: grid; gap: 14px; align-content: start; transition: transform .45s var(--ease), border-color .3s ease; }
.trust-i:hover { transform: translateY(-4px); border-color: var(--line2); }
.trust-i .ico { width: 44px; height: 44px; border-radius: 12px; background: #000; border: 1px solid var(--line2); display: inline-flex; align-items: center; justify-content: center; color: var(--c); }
.trust-i .ico svg { width: 28px; height: 28px; }
.trust-i b { display: block; font-family: var(--display); font-weight: 500; color: #fff; font-size: 1.125rem; line-height: 1.3; margin-top: 4px; }
.trust-i small { display: block; color: var(--muted); font-size: .9375rem; line-height: 1.6; }
.trust div > .ico { display: none; }
#loader { position: fixed; inset: 0; z-index: 200; background: #000; display: grid; place-items: center; transition: opacity .6s ease, visibility .6s; }
#loader.out { opacity: 0; visibility: hidden; }
#loader .ld { display: grid; justify-items: center; gap: 28px; }
#loader img { width: 72px; height: auto; animation: ldpulse 1.6s ease-in-out infinite; }
.ld-line { width: 160px; height: 1px; background: #1a1a1a; position: relative; overflow: hidden; }
.ld-line i { position: absolute; top: 0; left: 0; width: 40%; height: 100%; background: linear-gradient(90deg, transparent, var(--green), transparent); animation: ldrun 1.2s linear infinite; }
@keyframes ldpulse { 0%, 100% { opacity: .55; transform: scale(.98) } 50% { opacity: 1; transform: scale(1) } }
@keyframes ldrun { from { left: -40% } to { left: 100% } }
.brand .mlogo { height: 28px; width: auto; display: block; }
.brand .x, .fbrand .x, .partner-logos .x { font-family: var(--display); color: var(--dim); font-size: 16px; padding: 0 2px; }
.brand .plogo { height: 30px; width: auto; }
.hdr-r .nav-link.on { color: #fff; }
.fbrand { display: flex; align-items: center; gap: 10px; }
.fbrand .fm { height: 26px; width: auto; }
.fbrand .fp { height: 34px; width: auto; }
.fst { display: block; margin-bottom: 10px; }
.fst b { display: block; color: var(--text); font-weight: 500; }
.fbrand b { font-family: var(--display); font-weight: 700; font-size: 18px; letter-spacing: -.02em; color: #fff; }
.partner { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: clamp(32px, 5vw, 72px); align-items: center; background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: clamp(32px, 5vw, 64px); }
.partner-logos { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 4vw, 48px); }
.partner-logos .pl { display: flex; align-items: center; gap: 14px; }
.partner-logos img { height: clamp(56px, 7vw, 96px); width: auto; }
.partner-logos b { font-family: var(--display); font-weight: 700; font-size: clamp(1.5rem, 3vw, 2.25rem); letter-spacing: -.02em; color: #fff; }
.partner-logos .x { font-size: clamp(1.5rem, 3vw, 2.25rem); }
.logo-box { background: #fff; border-radius: var(--r); padding: 32px; display: grid; place-items: center; }
.logo-box img { max-height: 120px; width: auto; }


/* Mobil */
@media (max-width: 900px) { .brand .sep, .brand .ajax, .brand small { display: none; } }
@media (max-width: 640px) {
  h1 { font-size: clamp(2.25rem, 11vw, 3.25rem); }
  .stats { grid-template-columns: 1fr; gap: 18px; }
  .stats > div { display: grid; grid-template-columns: auto 1fr; gap: 4px 14px; align-items: baseline; }
  .stats span { margin-top: 0; }
  .hdr { height: 72px; }
  .hdr-r .btn.cta.sm { height: 36px; padding: 0 16px; font-size: 13px; }
  .brand .mlogo { height: 20px; }
  .brand b { font-size: 17px; }
  .hero-in { min-height: 0; padding-top: 48px; }
  .sec { padding-top: 72px; }
  .partner-logos { flex-wrap: wrap; }
}

/* Feinschliff Kennzahlen, Logos */
.stats { gap: 32px; margin-top: 48px; }
.stats b { font-size: 1.375rem; }
.stats span { font-family: var(--font); font-size: .9375rem; letter-spacing: 0; text-transform: none; color: var(--muted); line-height: 1.5; margin-top: 6px; }
@media (max-width: 900px) { .stats { grid-template-columns: 1fr; gap: 0; margin-top: 40px; padding-top: 0; border-top: 0; } .stats > div { display: block; padding: 16px 0; border-top: 1px solid var(--line); } .stats span { margin-top: 4px; } }
@media (max-width: 640px) { h1 { font-size: clamp(2rem, 10vw, 3rem); } }
.brand .plogo { height: 34px; }
.brand .mlogo { height: 26px; }
.brand .x { font-size: 14px; padding: 0 4px; }

/* ---------- Kopf: drei Logos, Telefon, Button, Burger ---------- */
.hdr { display: block; height: auto; border-bottom: 1px solid var(--line); position: relative; z-index: 30; }
.hdr-in { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 88px; }
.brand .logo-m { height: 28px; width: auto; display: block; }
.brand .logo-p { height: 40px; width: auto; display: block; }
.brand small, .hdr-r .nav-link { display: none; }
.burger { position: relative; width: 48px; height: 48px; border-radius: 999px; border: 1px solid var(--line2); background: transparent; cursor: pointer; padding: 0; flex: 0 0 auto; transition: border-color .3s ease, background-color .3s ease, transform .3s var(--ease); }
.burger:hover { border-color: #fff; transform: translateY(-1px); }
.burger span { position: absolute; left: 14px; width: 19px; height: 1.5px; background: #fff; border-radius: 2px; transition: transform .45s var(--ease), top .45s var(--ease), width .3s ease; }
.burger span:first-child { top: 19px; }
.burger span:last-child { top: 27px; width: 13px; }
.burger:hover span:last-child { width: 19px; }
.burger.on span { top: 23px; width: 19px; }
.burger.on span:first-child { transform: rotate(45deg); }
.burger.on span:last-child { transform: rotate(-45deg); }

/* Vollbildmenü */
.menu { position: fixed; inset: 0; z-index: 100; background: #050505; color: var(--text); visibility: hidden; clip-path: circle(0 at calc(100% - var(--pad) - 24px) 44px); transition: clip-path .75s var(--ease), visibility 0s .75s; overflow-y: auto; -webkit-overflow-scrolling: touch; }
.menu::before { content: ''; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 48px 48px; mask-image: radial-gradient(ellipse at 70% 30%, #000 20%, transparent 75%); -webkit-mask-image: radial-gradient(ellipse at 70% 30%, #000 20%, transparent 75%); }
.menu::after { content: ''; position: absolute; inset: auto -10% -20% 40%; height: 60%; pointer-events: none; background: radial-gradient(ellipse at center, color-mix(in oklab, var(--green) 14%, transparent), transparent 65%); }
.menu.open { visibility: visible; clip-path: circle(160% at calc(100% - var(--pad) - 24px) 44px); transition: clip-path .9s var(--ease), visibility 0s; }
.menu-in { position: relative; z-index: 1; min-height: 100%; display: flex; flex-direction: column; }
.menu-top { display: flex; align-items: center; justify-content: space-between; height: 88px; border-bottom: 1px solid var(--line); }
.menu-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, .9fr); gap: clamp(32px, 6vw, 96px); padding: clamp(40px, 6vh, 72px) 0; flex: 1; }
.menu-main { display: flex; flex-direction: column; }
.menu-main a { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; padding: clamp(14px, 2vh, 22px) 0; border-bottom: 1px solid var(--line); color: #fff; opacity: 0; transform: translateY(28px); transition: opacity .5s ease, transform .7s var(--ease), color .3s ease, padding-left .35s var(--ease); }
.menu.open .menu-main a { opacity: 1; transform: none; transition-delay: calc(.25s + var(--i) * .06s); }
.menu-main a:hover, .menu-main a.on { color: var(--green); padding-left: 12px; }
.menu-main .ml { font-family: var(--display); font-weight: 500; font-size: clamp(1.75rem, 4.2vw, 3.5rem); letter-spacing: -.02em; line-height: 1.05; }
.menu-main .ms { font-family: var(--mono); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--dim); text-align: right; max-width: 40%; }
.menu-side { display: grid; gap: 40px; align-content: start; padding-top: 8px; }
.menu-col { display: grid; gap: 10px; opacity: 0; transform: translateY(20px); transition: opacity .5s ease, transform .7s var(--ease); }
.menu.open .menu-col { opacity: 1; transform: none; transition-delay: calc(.35s + var(--i) * .06s); }
.menu-col .mono { margin-bottom: 8px; }
.menu-col a { display: inline-flex; align-items: center; gap: 12px; color: var(--text); font-size: 1.0625rem; transition: color .3s ease, transform .3s var(--ease); }
.menu-col a:hover, .menu-col a.on { color: var(--c); transform: translateX(6px); }
.menu-col .dot { width: 9px; height: 9px; border-radius: 999px; background: var(--c); flex: 0 0 auto; }
.menu-col .mtel { font-family: var(--display); font-size: clamp(1.5rem, 2.4vw, 2rem); color: #fff; }
.menu-col .mtel:hover { color: var(--green); }
.menu-col .dim { font-size: .9375rem; line-height: 1.5; }
.menu-bot { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding: 24px 0 32px; border-top: 1px solid var(--line); font-size: .875rem; color: var(--dim); opacity: 0; transition: opacity .6s ease .5s; }
.menu.open .menu-bot { opacity: 1; }
.menu-bot a { color: var(--dim); } .menu-bot a:hover { color: #fff; }
body.menu-open { overflow: hidden; }
@media (max-width: 900px) { .menu-grid { grid-template-columns: 1fr; gap: 40px; } .menu-main .ms { display: none; } .menu-side { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); } }
@media (max-width: 640px) { .hdr-in { height: 72px; } .menu-top { height: 72px; } .brand .logo-m { height: 22px; } .brand .logo-p { height: 32px; } .burger { width: 42px; height: 42px; } .burger span { left: 11px; } .burger span:first-child { top: 16px; } .burger span:last-child { top: 24px; } .burger.on span { top: 20px; } .menu { clip-path: circle(0 at calc(100% - 24px - 21px) 36px); } .menu.open { clip-path: circle(170% at calc(100% - 24px - 21px) 36px); } }

/* Anruf-Button (mobil) */
.callfab { display: none; }
@media (max-width: 720px) { .callfab { position: fixed; right: 16px; bottom: 16px; z-index: 50; width: 56px; height: 56px; border-radius: 999px; background: var(--green); color: #000; display: grid; place-items: center; box-shadow: 0 12px 32px rgba(90,228,170,.35); transition: transform .3s var(--ease); } .callfab:active { transform: scale(.94); } body.menu-open .callfab { display: none; } }

/* Kategorie-Chips unter dem Hero */
.catchips { border-bottom: 1px solid var(--line); background: #000; }
.catchips .wrap { display: flex; align-items: center; gap: 8px; padding-top: 14px; padding-bottom: 14px; overflow-x: auto; scrollbar-width: none; }
.catchips .wrap::-webkit-scrollbar { display: none; }
.catchips .mono { margin-right: 12px; flex: 0 0 auto; }
.catchips a, .catchips span.btn { flex: 0 0 auto; }
.catchips a.ghost:hover { border-color: var(--c); color: var(--c); }
.catnav { display: none; }

/* Hero mit kräftigem Video */
.hero.vivid .hero-bg video.ready, .hero.vivid .hero-bg img.ready { opacity: .92; }
.hero.vivid .hero-bg::after { background: linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.42) 48%, rgba(0,0,0,.12) 100%), linear-gradient(180deg, rgba(0,0,0,.4), rgba(0,0,0,0) 40%, rgba(0,0,0,.1) 70%, #000 100%); }
.hero.vivid .lead { color: #dcdcdc; text-shadow: 0 1px 12px rgba(0,0,0,.6); }
.hero.vivid h1 { text-shadow: 0 2px 24px rgba(0,0,0,.55); }
.hero.vivid .stats { border-top-color: rgba(255,255,255,.14); }
.hero.vivid .stats span { color: #c8c8c8; }

/* Zielgruppen (Startseite) */
.zg { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); gap: 16px; margin-top: 48px; }
.zg-i { position: relative; display: flex; align-items: flex-end; min-height: 460px; border-radius: var(--r); overflow: hidden; border: 1px solid var(--line); background: var(--card); color: inherit; isolation: isolate; transition: transform .5s var(--ease), border-color .35s ease; }
.zg-i:hover { transform: translateY(-6px); border-color: var(--line2); }
.zg-i img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; opacity: .7; transition: transform 1.2s var(--ease), opacity .5s ease; }
.zg-i.pri img { object-position: center 40%; }
.zg-i:not(.pri) img { object-fit: contain; object-position: right 30%; padding: 12%; mix-blend-mode: screen; opacity: .85; }
.zg-i:hover img { transform: scale(1.05); opacity: .85; }
.zg-i::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(0,0,0,.05) 0%, rgba(0,0,0,.55) 45%, rgba(0,0,0,.92) 100%); }
.zg-c { padding: clamp(24px, 3vw, 40px); display: grid; gap: 14px; max-width: 56ch; }
.zg-c .tag { display: flex; align-items: center; gap: 10px; }
.zg-c .dot { width: 9px; height: 9px; border-radius: 999px; background: var(--c); }
.zg-c .tag span:last-child { font-family: var(--mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--c); }
.zg-c h3 { font-size: clamp(1.5rem, 2.4vw, 2.125rem); line-height: 1.15; margin: 6px 0 0; }
.zg-c p { margin: 0; font-size: .9375rem; color: var(--muted); }
.zg-c .btn { justify-self: start; margin-top: 8px; }
.zg-i:not(.pri) { --c: #fff; }
@media (max-width: 900px) { .zg { grid-template-columns: 1fr; } .zg-i { min-height: 380px; } }

/* Unternehmen: Objekte, Lager, Verweis */
.seg { grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); }
.seg-i { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.seg-i img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; display: block; border-bottom: 1px solid var(--line); transition: transform 1s var(--ease); }
.seg-i:hover img { transform: scale(1.04); }
.seg-b { padding: 24px 28px 28px; display: grid; gap: 12px; }
.seg-b h3 { margin: 0; font-size: 1.375rem; }
.seg-b p { margin: 0; }
.pk { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 6px; }
.pk span { font-family: var(--mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); border: 1px solid var(--line2); border-radius: 999px; padding: 6px 10px; }
.lager { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: clamp(32px, 5vw, 72px); align-items: center; background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: clamp(24px, 4vw, 56px); }
.lager .txt { max-width: 58ch; font-size: 1rem; line-height: 1.7; color: var(--muted); }
.lager .txt p { margin: 0 0 16px; } .lager .txt p:last-child { margin: 0; }
.lager .stats { margin-top: 40px; }
.lager-img { border-radius: var(--r); overflow: hidden; border: 1px solid var(--line); background: #000; }
.lager-img img { display: block; width: 100%; height: 100%; object-fit: cover; min-height: 320px; }
@media (max-width: 900px) { .lager { grid-template-columns: 1fr; } .lager-img { order: 2; } }
.privat-box { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; border: 1px solid var(--line); border-radius: var(--r); padding: clamp(24px, 4vw, 48px); color: inherit; background: linear-gradient(120deg, var(--card), #0c0c0c); transition: border-color .3s ease, transform .4s var(--ease); }
.privat-box:hover { border-color: var(--line2); transform: translateY(-4px); }
.privat-box h2 { max-width: 16ch; }

/* Direktkontakt-Karte */
.card.call { display: grid; gap: 10px; border-color: color-mix(in oklab, var(--c) 40%, var(--line2)); }
.card.call .big { font-family: var(--display); font-size: clamp(1.5rem, 2.4vw, 1.875rem); color: #fff; letter-spacing: -.01em; }
.card.call .big:hover { color: var(--c); }
.card.call p { margin: 0; font-size: .9375rem; }
.card.call .mail { color: var(--text); font-size: .9375rem; }
.card.call .mail:hover { color: var(--c); }

/* Planungstool */
.plan-head { padding-top: clamp(48px, 6vw, 80px); }
.plan { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: clamp(24px, 4vw, 56px); align-items: start; padding-top: 48px; }
.plan-main { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: clamp(20px, 3.5vw, 48px); min-height: 520px; display: flex; flex-direction: column; }
.plan-side { display: grid; gap: 16px; position: sticky; top: 24px; }
.plan-side .sum { margin: 12px 0 0; display: grid; grid-template-columns: 1fr; gap: 10px; }
.plan-side .sum div { border-top: 1px solid var(--line); padding-top: 8px; }
.plan-side .sum dt { font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--dim); }
.plan-side .sum dd { margin: 4px 0 0; font-size: .9375rem; color: var(--text); }
.plan-side .card > b { display: block; font-family: var(--display); font-weight: 500; color: #fff; font-size: 1.125rem; }
.prog { display: grid; gap: 14px; }
.prog-bar { height: 2px; background: #262626; position: relative; overflow: hidden; border-radius: 2px; }
.prog-bar i { position: absolute; left: 0; top: 0; bottom: 0; background: linear-gradient(90deg, var(--green3), var(--c)); transition: width .6s var(--ease); box-shadow: 0 0 12px color-mix(in oklab, var(--c) 60%, transparent); }
.prog-steps { display: flex; justify-content: space-between; gap: 8px; list-style: none; margin: 0; padding: 0; }
.prog-steps li { display: flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--dim); white-space: nowrap; transition: color .3s ease; }
.prog-steps li i { width: 22px; height: 22px; border-radius: 999px; border: 1px solid var(--line2); display: inline-grid; place-items: center; font-size: 10px; font-style: normal; color: var(--dim); transition: all .3s ease; }
.prog-steps li.done i { background: var(--c); border-color: var(--c); color: #000; }
.prog-steps li.on { color: #fff; } .prog-steps li.on i { border-color: var(--c); color: var(--c); }
.prog-steps li.done { color: var(--muted); }
.prog-cnt { font-family: var(--mono); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--dim); }
@media (max-width: 720px) { .prog-steps li span { display: none; } .prog-steps li.on span { display: inline; } }
.plan-body { flex: 1; display: flex; flex-direction: column; margin-top: 32px; }
.pstep { animation: stepin .5s var(--ease) both; display: grid; gap: 28px; align-content: start; flex: 1; }
@keyframes stepin { from { opacity: 0; transform: translateX(28px) } to { opacity: 1; transform: none } }
.pstep h2 { font-size: clamp(1.5rem, 2.8vw, 2.25rem); max-width: 26ch; }
.pstep .hint { font-family: var(--mono); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--c); margin-top: -18px; }
.pf { display: grid; gap: 12px; }
.pf > label, .pf > .lab { font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--dim); }
.opts { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 10px; }
.opts.big { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.opt { position: relative; cursor: pointer; }
.opt input { position: absolute; opacity: 0; width: 1px; height: 1px; left: 0; top: 0; }
.opt span { display: flex; align-items: center; gap: 12px; min-height: 56px; padding: 14px 16px; border-radius: 10px; border: 1px solid var(--line2); background: #0d0d0d; color: var(--muted); font-size: .9375rem; line-height: 1.35; transition: border-color .25s ease, color .25s ease, background-color .25s ease, transform .3s var(--ease); }
.opt span::before { content: ''; width: 16px; height: 16px; border-radius: 999px; border: 1px solid var(--line2); flex: 0 0 auto; transition: all .25s ease; }
.opt input[type=checkbox] + span::before { border-radius: 4px; }
.opt:hover span { border-color: #fff; color: #fff; transform: translateY(-2px); }
.opt input:checked + span { border-color: var(--c); color: #fff; background: color-mix(in oklab, var(--c) 9%, #0d0d0d); }
.opt input:checked + span::before { background: var(--c); border-color: var(--c); box-shadow: inset 0 0 0 3px #0d0d0d; }
.opt input:focus-visible + span { outline: 2px solid var(--c); outline-offset: 2px; }
.opts.big .opt span { flex-direction: column; align-items: flex-start; gap: 16px; padding: 24px; min-height: 180px; }
.opts.big .opt span::before { display: none; }
.opts.big .opt .ico { width: 40px; height: 40px; color: var(--c); }
.opts.big .opt .ico svg { width: 100%; height: 100%; }
.opts.big .opt b { display: block; font-family: var(--display); font-weight: 500; font-size: 1.375rem; color: #fff; }
.opts.big .opt small { display: block; font-size: .9375rem; color: var(--muted); margin-top: 6px; line-height: 1.5; }
.numin { display: inline-flex; align-items: center; border: 1px solid var(--line2); border-radius: 999px; overflow: hidden; background: #0d0d0d; }
.numin button { width: 48px; height: 48px; border: 0; background: transparent; color: #fff; font-size: 22px; cursor: pointer; transition: background-color .2s ease; }
.numin button:hover { background: #1a1a1a; }
.numin input { width: 72px; height: 48px; border: 0; background: transparent; color: #fff; text-align: center; font: inherit; font-size: 1.125rem; -moz-appearance: textfield; }
.numin input::-webkit-outer-spin-button, .numin input::-webkit-inner-spin-button { -webkit-appearance: none; }
.numin input:focus { outline: none; }
.pf2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px 24px; }
.pnav { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: auto; padding-top: 32px; border-top: 1px solid var(--line); }
.pnav .right { display: flex; gap: 10px; align-items: center; margin-left: auto; }
.pnav .tel-inline { font-family: var(--mono); font-size: 12px; color: var(--dim); }
.pnav .tel-inline a { color: var(--text); } .pnav .tel-inline a:hover { color: var(--c); }
.perr { color: #FF725C; font-size: .875rem; }
.pdone { display: grid; gap: 20px; align-content: center; text-align: left; padding: 24px 0; }
.pdone .chip { width: 56px; height: 56px; border-radius: 999px; background: var(--c); color: #000; font-size: 22px; }
@media (max-width: 900px) { .plan { grid-template-columns: 1fr; } .plan-side { position: static; } }

/* Logo-Paar Moebius × CPC: optisch gleiche Höhe.
   Das CPC-Logo trägt seine sichtbare Masse (Buchstaben und Punktkugel) in etwa 79 % seiner Bildhöhe,
   der obere Bereich ist fast leer. Deshalb bekommt es 1.27x die Höhe des Moebius-Logos und sitzt minimal höher. */
.brand, .fbrand, .partner-logos, .ld-logos { --lh: 30px; }
.brand .logo-m, .fbrand .fm, .partner-logos .pl-m, .ld-logos .ld-m { height: var(--lh); width: auto; display: block; }
.brand .logo-p, .fbrand .fp, .partner-logos .pl-p, .ld-logos .ld-p { height: calc(var(--lh) * 1.27); width: auto; display: block; transform: translateY(-4%); }
.brand { gap: 14px; }
.fbrand { --lh: 28px; gap: 12px; }
.partner-logos { --lh: clamp(48px, 6vw, 84px); }
.partner-logos img { height: auto; }
@media (max-width: 640px) { .brand { --lh: 22px; gap: 10px; } .brand .logo-m { height: var(--lh); } .brand .logo-p { height: calc(var(--lh) * 1.27); } }

/* Preloader mit beiden Logos */
#loader img { width: auto; animation: none; }
#loader .ld-m { height: var(--lh); }
#loader .ld-p { height: calc(var(--lh) * 1.27); transform: translateY(-4%); }
.ld-logos { --lh: 52px; display: flex; align-items: center; gap: 18px; animation: ldpulse 1.6s ease-in-out infinite; }
.ld-logos .x { font-family: var(--display); color: var(--dim); font-size: 22px; padding: 0 2px; }
@media (max-width: 640px) { .ld-logos { --lh: 40px; gap: 14px; } }

/* Maximal zwei Zeilen je Überschrift: site.js verkleinert die Schrift, bis es passt (fitHeadings) */
h1, h2, h3 { overflow-wrap: normal; hyphens: auto; -webkit-hyphens: auto; }
.ctabox h2, .partner h2, .lager h2, .privat-box h2 { max-width: none; }
.btn.pill, .btn.ghost { background: transparent; }
.numin { justify-self: start; }
.plan .field input, .plan .field select { height: 52px; padding: 0 16px; }
.plan .field textarea { min-height: 96px; }
.pf2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 640px) { .pf2 { grid-template-columns: 1fr; } }
.pstep h2 { max-width: none; }
.opts { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
.opt span { min-height: 60px; }
.pnav .btn { height: 44px; padding: 0 22px; font-size: 14px; }
.pnav .tel-inline { white-space: nowrap; }
/* Menü: aktive Seite sichtbar */
.menu-main .ml { font-size: clamp(1.6rem, 3.6vw, 3rem); }
.menu-main a { position: relative; }
.menu-main a.on { color: var(--green); padding-left: 26px; }
.menu-main a.on::before { content: ''; position: absolute; left: 0; top: 50%; width: 9px; height: 9px; margin-top: -4px; border-radius: 50%; background: var(--green); box-shadow: 0 0 16px var(--green); }
.menu-main a.on .ms { color: var(--green); }
.menu-main a.on .ms::before { content: 'Sie sind hier · '; }
.menu-col a.on { color: var(--green, var(--c)); }
.menu-col a.on::after { content: 'aktuell'; font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--dim); margin-left: 6px; }
.menu-side { grid-template-columns: 1fr; gap: 32px; }
@media (min-width: 901px) and (max-width: 1200px) { .menu-grid { grid-template-columns: minmax(0, 1.2fr) minmax(260px, 1fr); } }
@media (max-width: 900px) { .menu-side { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); } }

/* Auswahlkarten im Planungstool gleich hoch */
.opt { display: flex; }
.opt > span { flex: 1; height: 100%; }
.opts.big { align-items: stretch; }

/* ---------- Helfer "Kern" ---------- */
.helfer { position: fixed; right: 22px; bottom: 22px; z-index: 55; display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.hf-avatar { position: relative; width: 60px; height: 60px; border-radius: 50%; border: 0; padding: 0; background: var(--card); cursor: pointer; box-shadow: 0 14px 40px rgba(0,0,0,.6), 0 0 0 1px var(--line2); animation: hfbreathe 4.2s ease-in-out infinite; transition: transform .35s var(--ease), box-shadow .35s ease; }
.hf-avatar:hover { transform: translateY(-3px); box-shadow: 0 18px 44px rgba(0,0,0,.65), 0 0 0 1px var(--green); }
.hf-avatar:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; }
.hf-avatar svg { width: 100%; height: 100%; border-radius: 50%; display: block; }
.hf-avatar .st { position: absolute; right: 1px; bottom: 1px; width: 14px; height: 14px; border-radius: 50%; background: var(--green); border: 3px solid #000; box-shadow: 0 0 12px var(--green); }
.helfer.open .hf-avatar { animation: none; box-shadow: 0 14px 40px rgba(0,0,0,.6), 0 0 0 1px var(--green); }
.hf-avatar.nod { animation: hfnod .9s var(--ease); }
@keyframes hfbreathe { 0%, 100% { transform: translateY(0) scale(1) } 50% { transform: translateY(-2px) scale(1.025) } }
@keyframes hfnod { 0% { transform: translateY(0) } 30% { transform: translateY(-8px) rotate(-6deg) } 60% { transform: translateY(0) rotate(4deg) } 100% { transform: none } }
.hf-eye { animation: hfblink 5.5s infinite; transform-origin: center; transform-box: fill-box; }
.hf-eye.r { animation-delay: .08s; }
@keyframes hfblink { 0%, 92%, 100% { transform: scaleY(1) } 95% { transform: scaleY(.1) } }
.hf-ring { stroke-dasharray: 4 6; animation: hfspin 18s linear infinite; transform-origin: 32px 32px; transform-box: view-box; }
@keyframes hfspin { to { transform: rotate(360deg) } }
.hf-bubble { position: relative; max-width: min(300px, calc(100vw - 110px)); background: #fff; color: #111; border-radius: 14px 14px 4px 14px; padding: 12px 30px 12px 14px; font-size: 14px; line-height: 1.45; box-shadow: 0 12px 32px rgba(0,0,0,.5); opacity: 0; transform: translateY(8px) scale(.97); transform-origin: bottom right; transition: opacity .35s ease, transform .45s var(--ease); pointer-events: none; }
.hf-bubble .hf-k { display: block; font-family: var(--mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--green3); margin-bottom: 4px; }
.helfer.tip .hf-bubble { opacity: 1; transform: none; pointer-events: auto; }
.hf-x { position: absolute; top: 6px; right: 8px; border: 0; background: none; color: #999; font-size: 16px; cursor: pointer; line-height: 1; padding: 2px; }
.hf-x:hover { color: #111; }
.hf-panel { position: fixed; right: 22px; bottom: 98px; z-index: 56; width: 340px; max-width: calc(100vw - 44px); max-height: calc(100vh - 130px); overflow: auto; background: var(--card); border: 1px solid var(--line2); border-radius: 16px; box-shadow: 0 30px 70px rgba(0,0,0,.7); animation: hfpanel .45s var(--ease); }
@keyframes hfpanel { from { opacity: 0; transform: translateY(14px) scale(.98) } to { opacity: 1; transform: none } }
.hf-ph { display: flex; align-items: center; gap: 12px; padding: 14px 14px 12px 16px; border-bottom: 1px solid var(--line); position: sticky; top: 0; background: var(--card); z-index: 1; }
.hf-mini { width: 40px; height: 40px; border-radius: 50%; overflow: hidden; background: #000; flex: 0 0 auto; box-shadow: 0 0 0 1px var(--line2); }
.hf-mini svg { width: 100%; height: 100%; display: block; }
.hf-ph > div { flex: 1; min-width: 0; }
.hf-ph b { display: block; font-family: var(--display); font-weight: 500; font-size: 15px; color: #fff; }
.hf-ph small { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--dim); }
.hf-ph small i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); flex: 0 0 auto; }
.hf-close { width: 32px; height: 32px; border-radius: 50%; border: 1px solid var(--line2); background: transparent; color: var(--muted); font-size: 18px; line-height: 1; cursor: pointer; flex: 0 0 auto; }
.hf-close:hover { color: #fff; border-color: #fff; }
.hf-acts { display: grid; gap: 4px; padding: 8px; }
.hf-acts a, .hf-acts button { display: grid; grid-template-columns: 36px 1fr auto; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 10px; color: var(--text); text-decoration: none; background: transparent; border: 0; font: inherit; text-align: left; cursor: pointer; transition: background-color .2s ease; }
.hf-acts a:hover, .hf-acts button:hover { background: var(--card2); color: var(--text); }
.hf-acts a:focus-visible, .hf-acts button:focus-visible { outline: 2px solid var(--green); outline-offset: -2px; }
.hf-acts .ic { width: 36px; height: 36px; border-radius: 10px; background: #000; border: 1px solid var(--line2); display: grid; place-items: center; color: var(--green); }
.hf-acts .ic svg { width: 18px; height: 18px; }
.hf-acts .t { display: block; font-size: 14px; font-weight: 500; color: #fff; }
.hf-acts .d { display: block; font-size: 12px; color: var(--dim); margin-top: 2px; }
.hf-acts .arr { color: var(--dim); font-size: 18px; }
.hf-form { display: grid; gap: 10px; padding: 6px 16px 16px; border-bottom: 1px solid var(--line); }
.hf-form .hf-f2 { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.hf-form label > span { display: block; font-family: var(--mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--dim); margin-bottom: 5px; }
.hf-form input:not([type=checkbox]) { width: 100%; height: 40px; background: var(--bg2); border: 1px solid var(--line2); border-radius: 8px; color: #fff; font: inherit; font-size: 14px; padding: 0 12px; }
.hf-form input:focus { outline: none; border-color: var(--green); }
.hf-check { display: flex; gap: 8px; align-items: flex-start; font-size: 12px; color: var(--muted); line-height: 1.45; }
.hf-check input { margin-top: 2px; accent-color: var(--green); }
.hf-check a { color: var(--green); }
.hf-err { color: #FF725C; font-size: 12.5px; }
.hf-ok { margin: 0; color: #fff; font-size: 14px; line-height: 1.5; }
.hf-form .btn { justify-self: start; }
.hf-faq { padding: 8px 16px 12px; }
.hf-faq .k { font-family: var(--mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--dim); padding: 6px 0 4px; }
.hf-faq details { border-top: 1px solid var(--line); }
.hf-faq details:first-of-type { border-top: 0; }
.hf-faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 9px 0; font-size: 13px; color: var(--text); }
.hf-faq summary::-webkit-details-marker { display: none; }
.hf-faq summary::after { content: '+'; color: var(--dim); font-family: var(--mono); flex: 0 0 auto; }
.hf-faq details[open] summary::after { content: '−'; }
.hf-faq p { margin: 0 0 10px; font-size: 12.5px; line-height: 1.5; color: var(--muted); }
.hf-foot { display: flex; justify-content: space-between; align-items: center; font-size: 11px; color: var(--dim); padding: 10px 16px; background: #0d0d0d; }
body.has-helfer .callfab { display: none; }
body.menu-open .helfer, body.menu-open .hf-panel { display: none; }
@media (max-width: 720px) {
  .helfer { right: 14px; bottom: 14px; }
  .hf-avatar { width: 56px; height: 56px; }
  .hf-panel { right: 12px; left: 12px; bottom: 82px; width: auto; max-width: none; max-height: 72vh; }
}
@media (prefers-reduced-motion: reduce) { .hf-avatar, .hf-eye, .hf-ring, .hf-panel { animation: none; } }

/* ---------- Beschriftungen ohne Versalien und ohne Monospace ---------- */
.kicker, .mono, .kat .tag span, .xcard .tag span, .post-card .tag span:last-child, .zg-c .tag span:last-child, .pk span, .fgrid h4, .field label, .prog-steps li, .prog-cnt, .pf > label, .pf > .lab, .hf-k, .hf-faq .k, .menu-main .ms, .menu-col .mono, .step-k, .kette .t, .prinzip .norm, .prinzip dt, .szen .lab, .zonen b, .tbl th, .hf-form label > span, .plan-side .sum dt, .brand small, .fgrid .brandf small, .card .num, .row.abl .num, .crumbs, .ld-logos .x, .pstep .hint, .catchips .mono { font-family: var(--font); text-transform: none; letter-spacing: .01em; }
.kicker, .mono, .menu-col .mono, .catchips .mono { font-size: 14px; font-weight: 500; }
.kat .tag span, .xcard .tag span, .post-card .tag span:last-child, .zg-c .tag span:last-child { font-size: 13.5px; font-weight: 500; }
.fgrid h4, .field label, .pf > label, .pf > .lab, .hf-faq .k, .hf-form label > span, .plan-side .sum dt, .prinzip dt, .szen .lab, .tbl th { font-size: 12.5px; font-weight: 500; }
.prog-steps li, .prog-cnt, .step-k, .kette .t, .prinzip .norm, .zonen b, .hf-k, .pstep .hint, .pk span { font-size: 12.5px; font-weight: 500; }
.menu-main .ms { font-size: 13px; }
.card .num, .row.abl .num, .chip { font-variant-numeric: tabular-nums; }
.hdr-r .tel, .menu-col .mtel, .pnav .tel-inline, .card.call .big, .drow .dval, .row .spec { font-family: var(--font); letter-spacing: 0; }
.hdr-r .tel { font-size: 14px; font-weight: 500; }
.stats span { letter-spacing: 0; }

/* Karten: Titel nicht unter das Icon laufen lassen */
.card .ico + h3, .card .ico ~ h3 { padding-right: 56px; }
.card h3 { hyphens: auto; -webkit-hyphens: auto; }

/* Team */
.team { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 16px; margin-top: 48px; }
.tm { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; display: flex; flex-direction: column; transition: transform .45s var(--ease), border-color .3s ease; }
.tm:hover { transform: translateY(-6px); border-color: var(--line2); }
.tm-img { aspect-ratio: 4 / 5; background: #0d0d0d; display: grid; place-items: center; overflow: hidden; }
.tm-img img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(.9); transition: transform 1s var(--ease); }
.tm:hover .tm-img img { transform: scale(1.03); }
.tm-ini { font-family: var(--display); font-size: 4rem; color: var(--dim); }
.tm-b { padding: 24px 28px 28px; display: grid; gap: 8px; }
.tm-b h3 { margin: 0; font-size: 1.5rem; }
.tm-r { color: var(--c); font-weight: 500; font-size: .9375rem; }
.tm-f { color: var(--dim); font-size: .875rem; }
.tm-b p { margin: 8px 0 0; font-size: .9375rem; color: var(--muted); }
.tm-b .pk { margin-top: 10px; }
.tm-l { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 10px; font-size: .9375rem; }
