:root{
  --u-pinktint-100:#ffecf2;
  --u-pinktint-200:#fbdeeb;
  --u-pinktint-300:#fac7da;
  --u-pinktint-deep:#f5a7c8;
  --u-lavender:#ebe5f7;
  --u-lavender-deep:#dbdcf7;

  --u-panel:#fefffe;
  --u-panel-soft:#fef2f6;
  --u-panel-deep:#ffeaf1;

  --u-rose:#ea4c98;
  --u-rose-active:#e2317d;
  --u-red:#fb5c75;
  --u-red-deep:#f94c63;
  --u-orange:#fd7b3c;
  --u-orange-deep:#f46923;
  --u-love:#ff4f60;
  --u-peri:#c6ccf2;

  --u-text:#2a2430;
  --u-text-soft:#6b6272;
  --u-muted:#9a949f;
  --u-line:#f3d9e4;

  --u-radius-sm:14px;
  --u-radius-md:20px;
  --u-radius-lg:28px;
  --u-radius-xl:36px;
  --u-radius-pill:999px;

  --u-shadow-sm:0 6px 16px -8px rgba(234,76,152,.33);
  --u-shadow-md:0 18px 38px -18px rgba(234,76,152,.41);
  --u-shadow-lg:0 30px 60px -24px rgba(226,49,125,.42);

  --u-headline:"Trebuchet MS","Segoe UI",system-ui,-apple-system,"Helvetica Neue",sans-serif;
  --u-type:"Segoe UI",system-ui,-apple-system,"Helvetica Neue",Arial,sans-serif;

  --u-wrap:1200px;
  --u-inset:24px;
  --u-vgap:clamp(56px,7vw,104px);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  color:var(--u-text);margin:0;background:
    radial-gradient(1200px 700px at 85% -8%, var(--u-pinktint-300) 0%, rgba(250,199,218,0) 55%),
    radial-gradient(900px 600px at -10% 8%, var(--u-lavender) 0%, rgba(235,229,247,0) 55%),
    linear-gradient(180deg, var(--u-pinktint-100) 0%, var(--u-panel-soft) 40%, var(--u-pinktint-100) 100%);font-family:var(--u-type);
  background-attachment:fixed;
  line-height:1.6;-webkit-font-smoothing:antialiased;
}
img{display:block;max-width:100%}
.eyebrow{font-weight:800;margin-bottom:10px;letter-spacing:.1em;color:var(--u-rose);font-size:.8rem;text-transform:uppercase}
::selection{background:rgba(234,76,152,.24)}

.personen-layout{gap:22px;display:grid;grid-template-columns:repeat(4,1fr)}

.badge-chip{border:1px solid var(--u-line);padding:8px 16px;letter-spacing:.06em;font-weight:700;box-shadow:var(--u-shadow-sm);font-size:.82rem;align-items:center;border-radius:var(--u-radius-pill);color:var(--u-rose);background:var(--u-panel);display:inline-flex;gap:8px}
.badge-chip svg{width:16px;color:var(--u-red);height:16px}
.leiste-a{font-weight:600;transition:background .18s,color .18s;color:var(--u-text);padding:9px 14px;border-radius:var(--u-radius-pill);font-size:.96rem}
.leiste-a:hover{background:var(--u-panel-deep);color:var(--u-rose-active)}
.leiste-blitz{border:none;font-weight:600;display:inline-flex;gap:7px;cursor:pointer;text-decoration:none;transition:background .18s ease,color .18s ease;padding:9px 12px;position:relative;background:none;border-radius:var(--u-radius-pill);color:var(--u-text);font-size:.96rem;align-items:center}
.leiste-blitz:hover{color:var(--u-rose-active);background:var(--u-panel-deep)}
.leiste-blitz svg{height:20px;color:var(--u-rose);width:20px}
.leiste-blitz:hover svg{color:var(--u-rose-active)}
.leiste-blitz__txt{white-space:nowrap}
.leiste-blitz .postfach-badge{top:auto;position:static;right:auto}
.leiste-blitz-small{display:flex;font-weight:600;border:none;color:var(--u-text);border-bottom:1px solid var(--u-line);background:none;align-items:center;font-size:15px;width:100%;padding:14px 2px;text-align:left;text-decoration:none;gap:9px;cursor:pointer}
.leiste-blitz-small:hover{color:var(--u-rose-active)}
.leiste-blitz-small svg{width:18px;height:18px;color:var(--u-rose)}
button{font-family:inherit}
h1,h2,h3,h4{line-height:1.12;font-family:var(--u-headline);letter-spacing:-.01em;margin:0;color:var(--u-text)}
.postfach{background:var(--u-panel);border-radius:var(--u-radius-lg);flex-direction:column;margin:0 auto;border:1px solid rgba(254,255,254,.91);max-width:600px;display:flex;box-shadow:var(--u-shadow-lg);overflow:hidden}
.postfach__intro{padding:15px 20px;display:flex;gap:14px;background:var(--u-panel);border-bottom:1px solid var(--u-line);align-items:center}
.postfach__column{flex:1;color:inherit;text-decoration:none;display:flex;align-items:center;gap:12px;min-width:0}
.postfach__avatar{overflow:hidden;position:relative;border-radius:50%;height:52px;box-shadow:var(--u-shadow-sm);background:linear-gradient(160deg,var(--u-pinktint-200),var(--u-lavender-deep));width:52px;flex:none}
.postfach__avatar img{width:100%;height:100%;object-fit:cover}
.postfach__avatar::after{border-radius:50%;right:1px;content:"";bottom:1px;width:13px;height:13px;position:absolute;background:#31af65;border:2px solid var(--u-panel)}
.postfach__titel{font-family:var(--u-headline);font-weight:800;color:var(--u-text);font-size:1.06rem;display:block;line-height:1.15}
.postfach__titel span{font-weight:600;color:var(--u-muted);font-size:.84em}
.postfach__untertitel{margin-top:2px;font-size:.82rem;color:var(--u-text-soft);display:block}
.postfach__intro .badge-chip{flex:none}
.postfach__intro .badge-chip .round{color:#31af65}
.postfach__strip{overflow-y:auto;flex-direction:column;display:flex;background:linear-gradient(180deg,var(--u-panel-soft),var(--u-pinktint-100));min-height:360px;max-height:56vh;gap:12px;padding:24px 20px}
.postfach__holder{color:var(--u-muted);text-align:center;align-self:center;font-size:.92rem;margin:auto 0}
.postfach__item{max-width:82%;display:flex;align-self:flex-start}
.postfach__item[hidden]{display:none}
.postfach__item--inv{align-self:flex-end;justify-content:flex-end}
.postfach__panel{font-size:.98rem;background:var(--u-panel);box-shadow:var(--u-shadow-sm);position:relative;border:1px solid var(--u-line);line-height:1.5;border-radius:20px;padding:11px 15px 8px;border-bottom-left-radius:7px;word-break:break-word;color:var(--u-text)}
.postfach__item--inv .postfach__panel{border-color:transparent;border-radius:20px;border-bottom-right-radius:7px;background:linear-gradient(135deg,var(--u-red),var(--u-rose));color:#fefffe}
.postfach__hour{text-align:right;color:var(--u-muted);display:block;font-size:.66rem;margin-top:4px}
.postfach__item--inv .postfach__hour{color:rgba(254,255,254,.82)}
.postfach__later{align-items:center;padding:15px 17px;display:inline-flex;gap:5px}
.postfach__later span{height:8px;border-radius:50%;width:8px;background:var(--u-pinktint-deep);animation:sway 1.2s infinite ease-in-out}
.postfach__later span:nth-child(2){animation-delay:.18s}
.postfach__later span:nth-child(3){animation-delay:.36s}
.section-head{max-width:640px;margin:0 auto 44px;text-align:center}
.leiste-overlay{opacity:0;visibility:hidden;background:rgba(42,36,48,.5);inset:0;transition:opacity .3s ease;position:fixed;z-index:1090}
.leiste-overlay.shown{opacity:1;visibility:visible}
.kennung{align-items:center;font-family:var(--u-headline);display:flex;gap:11px;font-weight:800;font-size:1.28rem;letter-spacing:-.02em;color:var(--u-text)}
.kennung:hover{color:var(--u-text)}
.kennung__mark{box-shadow:0 8px 18px -8px rgba(234,76,152,.82);background:linear-gradient(135deg,var(--u-rose),var(--u-red) 55%,var(--u-orange));width:42px;border-radius:14px;color:#fefffe;flex-shrink:0;height:42px;display:inline-flex;justify-content:center;align-items:center}
.kennung__mark svg{width:22px;height:22px}
.h2{font-size:clamp(1.9rem,3.6vw,3rem);font-weight:800}

.app-topbar{background:var(--u-panel);top:0;position:sticky;border-bottom:1px solid var(--u-line);z-index:60}
.app-topbar__in{min-height:74px;align-items:center;display:flex;gap:20px;justify-content:space-between;padding-block:12px}

.block.postfach-doc{padding-block:clamp(18px,3vw,38px)}
.slogan{color:var(--u-text-soft);margin-top:14px;font-size:1.06rem}

.innen{padding-inline:var(--u-inset);margin-inline:auto;max-width:var(--u-wrap)}

.druck{
  justify-content:center;font-weight:700;font-size:1rem;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease,border-color .18s ease;
  align-items:center;border:1.5px solid transparent;display:inline-flex;cursor:pointer;
  white-space:nowrap;text-align:center;border-radius:var(--u-radius-pill);gap:9px;
  padding:14px 26px;
}
.druck svg{height:18px;width:18px}
.druck--xs{padding:10px 18px;font-size:.9rem}
.druck--large{padding:17px 32px;font-size:1.06rem}
.druck--full{width:100%}
.druck--primary{color:#fefffe;box-shadow:0 14px 26px -12px rgba(249,76,99,.77);background:linear-gradient(95deg,var(--u-orange),var(--u-red) 55%,var(--u-rose))}
.druck--primary:hover{box-shadow:0 20px 34px -12px rgba(249,76,99,.85);color:#fefffe;transform:translateY(-2px)}
.druck--secondary{color:var(--u-rose);background:var(--u-panel);border-color:var(--u-line)}
.druck--secondary:hover{background:var(--u-panel-deep);color:var(--u-rose-active);transform:translateY(-2px)}
.druck--white{color:var(--u-rose-active);background:#fefffe}
.druck--white:hover{transform:translateY(-2px);color:var(--u-rose-active);box-shadow:var(--u-shadow-md)}
.sidebar-small{height:100vh;padding:84px 22px 22px;z-index:1100;height:100dvh;transition:right .3s ease;width:80%;top:0;max-width:320px;right:-100%;position:fixed;overflow-y:auto;box-shadow:-6px 0 30px rgba(42,36,48,.2);background:var(--u-panel)}
.sidebar-small.shown{right:0}
.sidebar-small nav{display:flex;flex-direction:column}
.sidebar-small a:not(.druck){border-bottom:1px solid var(--u-line);padding:14px 2px;font-weight:600;color:var(--u-text);font-size:15px}
.sidebar-small a:not(.druck):hover{color:var(--u-rose-active)}
.sidebar-small a.druck{margin-top:22px}
p{margin:0}
.kennung,.leiste-a,.sidebar-small a,.druck,.pfad a,.app-bottombar a,.nah-menu a,.person__postfach{text-decoration:none}
.accent{color:transparent;background:linear-gradient(92deg,var(--u-rose),var(--u-red) 60%,var(--u-orange));-webkit-background-clip:text;background-clip:text}
svg{display:block}
:focus-visible{outline:3px solid var(--u-rose);border-radius:6px;outline-offset:2px}
figure{margin:0}
.person-panel{border-radius:var(--u-radius-lg);overflow:hidden;box-shadow:var(--u-shadow-md);background:var(--u-panel);border:1px solid rgba(254,255,254,.91);transition:transform .2s ease,box-shadow .2s ease;position:relative}
.person-panel:hover{box-shadow:var(--u-shadow-lg);transform:translateY(-6px)}
.person__avatar{overflow:hidden;aspect-ratio:1/1;background:linear-gradient(160deg,var(--u-pinktint-200),var(--u-lavender-deep));position:relative}
.person__avatar img{display:block;width:100%;object-fit:cover;height:100%}
.person__badge{font-weight:700;background:rgba(254,255,254,.9);display:inline-flex;top:12px;box-shadow:var(--u-shadow-sm);align-items:center;padding:5px 10px;position:absolute;left:12px;font-size:.72rem;color:#31af65;border-radius:var(--u-radius-pill);gap:6px;z-index:2}
.block{padding-block:var(--u-vgap)}
.block--inv{background:var(--u-panel-deep)}

.toggle{cursor:pointer;background:none;flex-direction:column;padding:6px;border:none;gap:5px;z-index:1105;display:none}
.toggle span{background:var(--u-text);border-radius:2px;display:block;transition:transform .3s ease,opacity .3s ease;height:3px;width:26px}
.toggle.shown span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}
.toggle.shown span:nth-child(2){opacity:0}
.toggle.shown span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}
.page-leiste{display:flex;gap:8px;align-items:center;margin-left:auto}
.pfad a:hover{color:var(--u-rose-active)}
.round{color:#31af65;font-size:.6rem;line-height:1}
.ic-lit svg{stroke:none;fill:currentColor}
.person__blitz{position:absolute;box-shadow:var(--u-shadow-sm);border-radius:50%;z-index:2;width:36px;cursor:pointer;top:12px;color:var(--u-red);border:none;display:grid;place-items:center;transition:transform .16s,background .16s,color .16s;right:12px;background:rgba(254,255,254,.9);height:36px}
.person__blitz svg{width:18px;height:18px}
.person__blitz:hover{transform:scale(1.08)}
.person__blitz.lit{background:var(--u-red);color:#fefffe}
.person__blitz.lit svg{fill:currentColor}
.person-shot__blitz{top:14px;height:46px;right:14px;width:46px}
.person-shot__blitz svg{height:21px;width:21px}
.person__in{padding:16px 18px}
.person__titel{font-family:var(--u-headline);font-weight:800;font-size:1.12rem}
.person__titel a{color:inherit;text-decoration:none;outline-offset:3px}
.person__titel a::after{position:absolute;content:"";z-index:1;inset:0}
.person__titel span{color:var(--u-muted);font-weight:600}
.person__addr{display:flex;margin-top:4px;gap:6px;align-items:center;font-size:.88rem;color:var(--u-text-soft)}
.person__addr .pin svg{width:14px;height:14px;color:var(--u-rose)}
.person__postfach{box-shadow:var(--u-shadow-sm);display:inline-flex;justify-content:center;font-weight:700;background:linear-gradient(135deg,var(--u-rose),var(--u-red));margin-top:12px;position:relative;transition:transform .16s ease,box-shadow .16s ease;border-radius:var(--u-radius-pill);width:100%;gap:7px;z-index:2;font-size:.9rem;color:#fefffe;padding:9px 14px;align-items:center}
.person__postfach svg{height:16px;width:16px}
.person__postfach:hover{transform:translateY(-1px);box-shadow:var(--u-shadow-md)}
.person-layout{align-items:start;gap:clamp(24px,4vw,52px);margin-top:22px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);display:grid}
.person-column{min-width:0}
.person-shot{background:linear-gradient(160deg,var(--u-pinktint-200),var(--u-lavender-deep));margin:0;overflow:hidden;box-shadow:var(--u-shadow-md);border-radius:var(--u-radius-lg);position:relative}
.person-shot img{aspect-ratio:4/5;object-fit:cover;display:block;width:100%;height:auto}
.person-nav{transform:translateY(-50%);z-index:2;border-radius:50%;place-items:center;position:absolute;border:none;top:50%;transition:transform .15s ease,background .15s ease;background:rgba(254,255,254,.9);width:44px;cursor:pointer;color:var(--u-rose-active);box-shadow:var(--u-shadow-md);height:44px;display:grid}
.person-nav:hover{transform:translateY(-50%) scale(1.07);background:#fefffe}
.person-nav svg{width:22px;height:22px}
.person-left{left:12px}
.person-next{right:12px}
.person-strip{gap:10px;display:flex;margin-top:12px;flex-wrap:wrap}
.person-item{cursor:pointer;aspect-ratio:3/4;transition:transform .15s ease,border-color .15s ease;overflow:hidden;width:72px;border:2px solid transparent;flex:0 0 auto;border-radius:var(--u-radius-sm);padding:0;box-shadow:var(--u-shadow-sm);background:var(--u-panel-deep)}
.person-item img{display:block;object-fit:cover;width:100%;height:100%}
.person-item:hover{transform:translateY(-2px)}
.person-item.lit{border-color:var(--u-rose)}
.person-sidebar{position:sticky;top:96px}
.person-intro{flex-wrap:wrap;display:flex;margin-top:14px;gap:12px;align-items:center}
.person-intro .badge-chip{flex:none}
.person-slogan{font-family:var(--u-headline);font-weight:800;font-size:clamp(1.7rem,3.2vw,2.3rem);line-height:1.1}
.person-slogan span{font-weight:600;font-size:.62em;color:var(--u-muted)}
.person-hinweis{margin-top:10px;font-size:1.02rem;display:flex;gap:7px;color:var(--u-text-soft);align-items:center}
.person-hinweis .pin svg{color:var(--u-rose);height:18px;width:18px}
.person-hinweis a{color:var(--u-rose-active);font-weight:600;border-bottom:1px solid transparent;transition:border-color .15s ease;text-decoration:none}
.person-hinweis a:hover{border-bottom-color:currentColor}
.person-stats{margin-top:16px;display:flex;gap:8px;flex-wrap:wrap}
.person-sidebar .slogan{margin-top:18px}
.person-set{margin-top:24px;gap:12px;display:flex;flex-wrap:wrap}
ul{list-style:none;padding:0;margin:0}
@keyframes sway{0%,60%,100%{transform:translateY(0);opacity:.45}30%{transform:translateY(-5px);opacity:1}}
.halt-modal{justify-content:center;display:none;inset:0;background:rgba(42,36,48,.57);backdrop-filter:blur(3px);z-index:1200;align-items:center;position:fixed;padding:20px}
.halt-modal.is-ready{display:flex}
.halt-modal__panel{color:var(--u-text);overflow:hidden;grid-template-columns:.82fr 1fr;position:relative;background:var(--u-panel);box-shadow:var(--u-shadow-lg);border-radius:var(--u-radius-xl);max-width:860px;width:100%;display:grid}
.halt-modal__sidebar{justify-content:center;gap:8px;overflow:hidden;align-items:flex-start;padding:clamp(24px,4vw,40px);flex-direction:column;background:linear-gradient(160deg,var(--u-rose),var(--u-red) 60%,var(--u-orange));color:#fefffe;position:relative;display:flex}
.halt-modal__sidebar::after{position:absolute;right:-28%;width:86%;bottom:-28%;height:86%;border-radius:50%;border:20px solid rgba(254,255,254,.1);content:""}
.halt-modal__sidebar img{border-radius:var(--u-radius-lg);border:3px solid rgba(254,255,254,.5);object-fit:cover;width:100%;aspect-ratio:3/4;box-shadow:var(--u-shadow-md);position:relative;max-width:200px}
.halt-modal__sidebar .ic-lit svg{stroke:none;width:64px;height:64px;fill:currentColor}
.halt-modal__sidebar p{font-size:1rem;max-width:200px;position:relative;font-weight:700}
.halt-modal__rank{font-family:var(--u-headline);position:relative;font-weight:800;font-size:clamp(52px,8vw,88px);line-height:.85}
.halt-modal__page{padding:clamp(24px,4vw,40px);position:relative}
.halt-modal__page .slogan{margin-top:10px}
.halt-modal__page .druck{margin-top:20px}
.halt-modal__page .postfach-menu{margin-top:18px;max-height:236px}
.halt-modal__close{position:absolute;z-index:2;padding:0;border-radius:50%;border:1px solid var(--u-line);display:grid;cursor:pointer;place-items:center;top:14px;width:38px;height:38px;color:var(--u-muted);background:var(--u-panel);right:14px}
.halt-modal__close svg{width:15px;height:15px}
.halt-modal__close:hover{border-color:transparent;background:var(--u-rose);color:#fefffe}
.halt-modal__ablehnen{max-width:100%;width:fit-content;font-size:.84rem;cursor:pointer;border:0;background:none;display:block;color:var(--u-muted);margin:14px 0 0;text-decoration:underline}
.postfach__kontakt{gap:10px;border-top:1px solid var(--u-line);padding:12px 16px;align-items:center;background:var(--u-panel);display:flex}
.postfach__fld{flex:1;border:1.5px solid var(--u-line);padding:12px 16px;background:var(--u-panel-soft);border-radius:var(--u-radius-pill);transition:border-color .16s,box-shadow .16s;min-width:0;font-family:inherit;color:var(--u-text);font-size:1rem}
.postfach__fld:focus{box-shadow:0 0 0 3px rgba(234,76,152,.15);outline:none;border-color:var(--u-rose)}
.postfach__druck{border-radius:50%;flex:none;border:none;width:46px;transition:transform .15s ease,opacity .15s ease;cursor:pointer;background:linear-gradient(135deg,var(--u-red),var(--u-rose));display:grid;color:#fefffe;place-items:center;box-shadow:0 10px 20px -10px rgba(249,76,99,.82);height:46px}
.postfach__druck:hover{transform:translateY(-2px)}
.postfach__druck:disabled{cursor:default;opacity:.5;transform:none}
.postfach__druck svg{stroke:none;width:18px;fill:currentColor;height:18px}
.postfach__hinweis{color:var(--u-muted);font-size:.8rem;padding:2px 20px 16px;text-align:center}
.postfach__overlay{background:var(--u-panel);text-align:center;display:none;flex-direction:column;padding:20px 22px 24px;align-items:center;border-top:1px solid var(--u-line);gap:14px}
.postfach__overlay-txt{margin:0;font-size:.94rem;line-height:1.5;color:var(--u-text-soft);max-width:440px}
.postfach__dialog{position:fixed;-webkit-backdrop-filter:blur(3px);padding:20px;background:rgba(26,10,25,.57);z-index:130;display:none;backdrop-filter:blur(3px);inset:0;align-items:center;justify-content:center}
.postfach__dialog-panel{position:relative;text-align:center;box-shadow:var(--u-shadow-lg);border:1px solid var(--u-line);background:var(--u-panel);border-radius:22px;max-width:420px;padding:32px 26px 28px;width:100%}
.postfach__dialog-close{top:10px;border:none;cursor:pointer;position:absolute;right:14px;background:none;color:var(--u-muted);line-height:1;padding:0;font-size:1.6rem}
.postfach__dialog-titel{font-family:var(--u-headline);font-weight:800;color:var(--u-text);font-size:1.22rem;margin:0 0 10px}
.postfach__dialog-txt{font-size:.96rem;line-height:1.5;margin:0 0 20px;color:var(--u-text-soft)}
.postfach-fab{background:linear-gradient(135deg,var(--u-rose),var(--u-red));box-shadow:var(--u-shadow-lg);right:22px;width:60px;bottom:22px;display:grid;text-decoration:none;z-index:80;position:fixed;border-radius:50%;transition:transform .16s ease;color:#fefffe;place-items:center;height:60px}
.postfach-fab[hidden]{display:none}
.postfach-fab:hover{transform:translateY(-2px)}
.postfach-fab svg{height:26px;width:26px}
.postfach-badge{padding:0 6px;line-height:1;place-items:center;position:absolute;color:#fefffe;top:-3px;font-size:.72rem;border-radius:var(--u-radius-pill);border:2px solid var(--u-panel);min-width:22px;font-weight:800;height:22px;right:-3px;background:var(--u-love);box-shadow:var(--u-shadow-sm);display:grid}
.postfach-badge[hidden]{display:none}
.postfach-fab--full{padding:14px 22px;gap:9px;height:auto;border-radius:var(--u-radius-pill);display:inline-flex;align-items:center;width:auto}
.postfach-fab--full svg{width:20px;height:20px}
.postfach-fab__txt{font-family:var(--u-headline);white-space:nowrap;font-weight:800;font-size:.98rem}
.postfach-menu{display:flex;max-height:52vh;flex-direction:column;margin-top:4px;overflow-y:auto;gap:4px}
.postfach-entry{transition:background .14s ease;text-decoration:none;color:var(--u-text);border-radius:var(--u-radius-sm);padding:9px 8px;gap:11px;display:flex;align-items:center}
.postfach-entry:hover{background:var(--u-panel-deep)}
.postfach-mark{background:linear-gradient(160deg,var(--u-pinktint-200),var(--u-lavender-deep));overflow:hidden;border-radius:50%;width:42px;flex:none;height:42px}
.postfach-mark img{object-fit:cover;height:100%;width:100%}
.postfach-in{min-width:0;flex:1}
.postfach-in strong{display:block;font-family:var(--u-headline);text-overflow:ellipsis;font-size:.96rem;white-space:nowrap;font-weight:800;overflow:hidden}
.postfach-in span{white-space:nowrap;display:block;overflow:hidden;font-size:.82rem;color:var(--u-text-soft);text-overflow:ellipsis}
.postfach-entry small{align-self:flex-start;color:var(--u-muted);flex:none;font-size:.7rem}
@media (max-width:600px){.halt-modal{padding:12px}.halt-modal__panel{grid-template-columns:1fr}.halt-modal__sidebar{display:none}.halt-modal__page{padding:26px 22px}.halt-modal__page .druck{width:100%}}

.seite{align-items:center;grid-template-columns:1fr 1fr;gap:clamp(28px,4vw,56px);display:grid}
.seite__txt>p:not(.eyebrow){margin-top:16px;font-size:1.04rem;color:var(--u-text-soft)}
.seite__untertitel{font-family:var(--u-headline);color:var(--u-rose-active);margin-top:22px;font-size:1.1rem;font-weight:800}
.copyright{border-top:1px solid rgba(254,255,254,.12);font-size:.86rem;color:#aa9faf;padding-top:22px;margin-top:34px}
.vorzuege-set{margin-top:14px;display:grid;gap:10px}
.vorzuege-set li{color:var(--u-text);padding-left:24px;position:relative}
.vorzuege-set li::before{content:"";left:0;background:var(--u-red);width:10px;top:.5em;border-radius:50%;position:absolute;height:10px}
.hour{gap:12px;color:var(--u-text-soft);display:flex;font-size:.9rem;justify-content:space-between}

.prompt__zone{background:linear-gradient(100deg,var(--u-rose-active),var(--u-red) 60%,var(--u-orange));position:relative;flex-wrap:wrap;border-radius:var(--u-radius-xl);align-items:center;padding:clamp(38px,5vw,64px);gap:30px;box-shadow:var(--u-shadow-lg);color:#fefffe;display:flex;overflow:hidden;justify-content:space-between}
.prompt__splash{background:rgba(254,255,254,.12);height:320px;border-radius:50%;width:320px;right:-90px;top:-120px;position:absolute}
.prompt__txt{z-index:2;position:relative}
.prompt__txt h2{max-width:16ch;color:#fefffe}
.prompt__txt p{max-width:46ch;margin-top:10px;color:rgba(254,255,254,.9)}
.prompt__zone .druck{z-index:2;position:relative}
.finden-panel{overflow:hidden;box-shadow:var(--u-shadow-md);border-radius:var(--u-radius-lg);border:1px solid rgba(254,255,254,.91);position:relative;background:var(--u-lavender);aspect-ratio:4/3}
.finden-panel.finden-later{cursor:pointer}
.finden-holder{text-align:center;position:absolute;display:grid;gap:10px;place-items:center;inset:0;background:linear-gradient(160deg,var(--u-lavender-deep),var(--u-panel-deep));padding:20px}
.finden-holder p{font-weight:700;color:var(--u-text)}
.finden-pin{filter:drop-shadow(0 10px 12px rgba(249,76,99,.5));color:var(--u-red)}
.finden-pin svg{height:40px;stroke:none;width:40px;fill:currentColor}
.finden-panel iframe{inset:0;height:100%;position:absolute;border:0;width:100%}
.finden-panel.is-ready .finden-holder{display:none}

.fab-prompt{border-radius:var(--u-radius-lg);z-index:80;right:22px;max-width:calc(100vw - 44px);width:300px;box-shadow:var(--u-shadow-lg);padding:20px;bottom:22px;background:#fefffe;border:1px solid rgba(254,255,254,.91);position:fixed}
.fab-close{position:absolute;border-radius:50%;width:28px;top:12px;color:var(--u-text-soft);background:var(--u-panel-deep);line-height:1;cursor:pointer;height:28px;padding:0;place-items:center;font-size:1.1rem;display:grid;right:12px;border:none}
.fab-close:hover{color:#fefffe;background:var(--u-rose)}
.fab-titel{font-family:var(--u-headline);font-weight:800;padding-right:26px;font-size:1.04rem}
.fab-txt{margin-top:4px;color:var(--u-text-soft);font-size:.86rem;margin-bottom:14px}
.fab-opener{justify-content:center;position:fixed;border-radius:50%;background:linear-gradient(135deg,var(--u-rose),var(--u-red));color:#fefffe;right:22px;height:60px;border:none;box-shadow:var(--u-shadow-lg);bottom:22px;width:60px;cursor:pointer;z-index:80;display:none;align-items:center}
.fab-opener svg{width:26px;fill:currentColor;height:26px;stroke:none}
.bottombar-layout{gap:40px;grid-template-columns:1.6fr 1fr 1fr;display:grid}
.bottombar-kennung{gap:10px;font-family:var(--u-headline);font-weight:800;font-size:1.2rem;display:flex;align-items:center;color:#fefffe;margin-bottom:12px}
.bottombar-column>p:not(.bottombar-titel){max-width:34ch;color:#aa9faf;font-size:.94rem}
.bottombar-titel{font-size:1rem;font-weight:800;color:#fefffe;margin-bottom:14px}
.bottombar-menu{gap:10px;display:grid;font-size:.94rem}
.opening{margin-top:10px;display:grid;gap:4px}

.seite-block h1{font-size:clamp(1.7rem,3vw,2.4rem);font-weight:800}
.seite-block h2{color:var(--u-rose-active);font-size:1.35rem;font-weight:800;margin-top:34px}
.seite-block p{font-size:1.04rem;margin-top:14px;color:var(--u-text-soft)}
.seite-block p a{font-weight:600}
.seite-block ul{display:grid;gap:10px;margin-top:14px}
.seite-block li{padding-left:24px;color:var(--u-text-soft);position:relative}
.seite-block li::before{content:"";left:0;border-radius:50%;width:10px;top:.5em;position:absolute;height:10px;background:var(--u-red)}
.seite-antworten>.innen>h2{text-align:center;margin-bottom:28px}
.angaben-council{padding:24px;background:var(--u-panel);border-radius:var(--u-radius-lg);border:1px solid rgba(254,255,254,.91);box-shadow:var(--u-shadow-md)}
.pfad{font-size:.86rem;flex-wrap:wrap;display:flex;color:var(--u-muted);justify-content:flex-start;margin-bottom:14px;gap:6px}

.doc-kopf{padding-block:clamp(40px,6vw,80px) 20px}
.doc-kopf h1{font-size:clamp(2rem,4.4vw,3.4rem);font-weight:800}
.doc-kopf p{margin:16px auto 0;color:var(--u-text-soft);font-size:1.08rem}
.council-titel{font-family:var(--u-headline);margin-bottom:14px;font-weight:800}
.council-entry{margin-top:10px;font-size:.94rem;gap:10px;display:flex;color:var(--u-text-soft);align-items:flex-start}
.council-entry .pin{color:var(--u-rose);flex:none}
.council-entry .pin svg{height:16px;width:16px}

.app-bottombar{background:#2a2430;color:#dad2df}
.app-bottombar .innen{padding-block:56px 22px}
.app-bottombar a{color:#dad2df}
.app-bottombar a:hover{color:#fefffe}

.angaben{grid-template-columns:1.2fr 1fr;display:grid;align-items:start;gap:clamp(28px,4vw,48px)}
.angaben-stats{gap:16px;display:grid;grid-template-columns:1fr 1fr}
.antworten-item{overflow:hidden;border-radius:var(--u-radius-md);box-shadow:var(--u-shadow-sm);margin-bottom:14px;border:1px solid var(--u-line);background:var(--u-panel)}
.antworten-item summary{justify-content:space-between;font-family:var(--u-headline);list-style:none;color:var(--u-text);padding:20px 22px;font-weight:800;display:flex;cursor:pointer;align-items:center;gap:16px;font-size:1.05rem}
.antworten-item summary::-webkit-details-marker{display:none}
.antworten-item summary::after{height:30px;content:"+";font-size:1.2rem;display:grid;width:30px;background:var(--u-panel-deep);place-items:center;flex:none;border-radius:50%;color:var(--u-rose);transition:transform .25s ease}
.antworten-item[open] summary::after{background:var(--u-rose);color:#fefffe;transform:rotate(45deg)}
.antworten-reply{padding:0 22px 20px;color:var(--u-text-soft)}
.seite__txt .druck{margin-top:26px}
.stat{border-radius:var(--u-radius-md);display:flex;gap:12px;background:var(--u-panel);border:1px solid rgba(254,255,254,.91);align-items:center;padding:14px 16px;box-shadow:var(--u-shadow-sm)}
.stat-ic{flex:none;border-radius:12px;width:40px;place-items:center;color:var(--u-rose);height:40px;display:grid;background:var(--u-panel-deep)}
.stat-ic svg{width:18px;height:18px}
.stat-txt dt{text-transform:uppercase;font-size:.78rem;color:var(--u-muted);letter-spacing:.05em}
.stat-txt dd{font-family:var(--u-headline);margin:2px 0 0;font-weight:800;font-size:.98rem}

.nah{gap:32px;display:flex;flex-direction:column}
.nah-part h2{font-size:1.15rem;color:var(--u-text);font-weight:800;margin-bottom:16px}
.nah-menu{gap:12px;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));display:grid}
.nah-menu a{box-shadow:var(--u-shadow-sm);font-size:.92rem;background:var(--u-panel);transition:transform .14s,box-shadow .14s,color .14s;padding:13px 16px;color:var(--u-text);font-weight:600;align-items:center;display:flex;gap:10px;border:1px solid var(--u-line);justify-content:space-between;border-radius:var(--u-radius-md)}
.nah-menu a:hover{box-shadow:var(--u-shadow-md);transform:translateY(-3px);color:var(--u-rose-active)}
.nah-menu a .pin{display:grid;place-items:center;flex:none;color:var(--u-rose)}
.nah-menu a .pin svg{width:16px;height:16px}
/* Fil d'Ariane robot placé dans l'article SEO : neutraliser les styles de liste de l'article (grille, retrait, puce). */
.seite-block .pfad{display:flex}.seite-block .pfad li{padding-left:0}.seite-block .pfad li::before{display:none}
.pfad li:not(:last-child)::after{content:"\00203a";margin-left:6px;color:var(--u-muted)}
.pfad a{color:var(--u-text-soft)}

.kontakt{background:#fefffe;border-radius:var(--u-radius-lg);box-shadow:var(--u-shadow-md);border:1px solid rgba(254,255,254,.91);padding:clamp(24px,3vw,40px)}
.kontakt-item{display:grid;gap:7px;margin-bottom:18px}
.kontakt-item label{font-weight:700;font-size:.92rem}
.fld-entry{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.fld{width:100%;padding:13px 16px;border-radius:var(--u-radius-sm);border:1.5px solid var(--u-line);background:var(--u-panel-soft);font-family:inherit;font-size:1rem;color:var(--u-text);transition:border-color .16s,box-shadow .16s}
.fld:focus{outline:none;border-color:var(--u-rose);box-shadow:0 0 0 3px rgba(234,76,152,.15)}
textarea.fld{min-height:140px;resize:vertical}
.kontakt-hinweis{font-weight:700}
.kontakt-hinweis--lit{color:#31af65}
.kontakt-hinweis--closed{color:var(--u-rose-active)}

.erkunden-kontakt{margin:0 auto;display:flex;gap:12px;background:#fefffe;padding:12px;border-radius:var(--u-radius-pill);box-shadow:var(--u-shadow-md);border:1px solid rgba(254,255,254,.91)}
.erkunden-kontakt .fld{border:none;background:transparent;box-shadow:none;font-size:1.06rem}
.erkunden-kontakt .fld:focus{box-shadow:none}
.erkunden-kontakt+.nah{margin-top:40px}

.kontakt-box{max-width:640px}
.kontakt-holder{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}

.holder{text-align:center;padding-block:clamp(60px,10vw,140px)}
.holder__rank{font-family:var(--u-headline);font-weight:800;font-size:clamp(6rem,20vw,13rem);line-height:.9}
.holder__part{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:30px}

@media (max-width:980px){
  .personen-layout{grid-template-columns:repeat(3,1fr)}
  .person-layout{grid-template-columns:1fr}
  .person-shot{width:100%;max-width:380px;justify-self:start}
  .person-sidebar{position:static}
  .seite,.angaben{grid-template-columns:1fr}
  .bottombar-layout{grid-template-columns:1fr 1fr}
}
@media (max-width:860px){
  .page-leiste{display:none}
  .toggle{display:flex;position:fixed;top:22px;right:18px}
}
@media (min-width:861px){
  .sidebar-small,.leiste-overlay{display:none}
}
@media (max-width:600px){
  :root{--u-vgap:clamp(30px,7vw,48px)}
  .bottombar-layout,.fld-entry{grid-template-columns:1fr}
  .personen-layout{grid-template-columns:repeat(2,1fr);gap:12px}
  .person__in{padding:16px 10px}
  .prompt__zone{flex-direction:column;align-items:stretch;padding:32px 24px}
  .prompt__zone .druck{width:100%;white-space:normal}
  .erkunden-kontakt{flex-direction:column;border-radius:var(--u-radius-lg)}
  .erkunden-kontakt .druck{width:100%}
  .block--person{padding-top:0}
  .person-shot img{aspect-ratio:1/1;max-height:46vh}
  .person-layout{margin-top:0}
  .person-sidebar{display:flex;flex-direction:column;margin-top:14px}
  .person-intro{order:1;margin-top:0}
  .person-hinweis{order:2}
  .person-set{order:3;margin-top:16px;gap:10px}
  .person-set .druck{flex:1 1 auto}
  .person-strip{display:none}
  .person-stats{order:4}
  .person-sidebar .slogan{order:5}
  .angaben-stats{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px}
  .stat{padding:11px 12px;gap:8px;flex-direction:column;align-items:flex-start}
  .stat-ic{width:34px;height:34px}
  .stat-txt{min-width:0}
  .stat-txt dd{font-size:.92rem;overflow-wrap:anywhere}
}
