:root {
  --paper: #F6F4EF;
  --paper-deep: #EDEAE2;
  --ink: #262D30;
  --slate: #596568;
  --slate-soft: #7C878A;
  --bordeaux: #7E352F;
  --bordeaux-deep: #632A25;
  --line: rgba(38, 45, 48, .14);
  --white: #FFFFFF;
  --font-display: "Newsreader", Georgia, serif;
  --font-body: "Public Sans", "Helvetica Neue", sans-serif;
  --arr-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 12'%3E%3Cpath d='M0 6h16.5M11.8 1.3 16.8 6l-5 4.7' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--paper);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
picture { display: contents; }
a { color: inherit; }
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 32px; }

.overline {
  font-size: 12px; font-weight: 600; letter-spacing: .22em;
  text-transform: uppercase; color: var(--bordeaux);
}

h1, h2, h3 { font-family: var(--font-display); font-weight: 500; line-height: 1.12; letter-spacing: -.01em; }
h2 { font-size: clamp(30px, 4vw, 44px); margin: 18px 0 0; }
.section-head p.lead { margin-top: 18px; max-width: 620px; color: var(--slate); font-size: 18px; }
em { font-style: italic; }
h1 em, h2 em { color: var(--bordeaux); }

/* ---------- Header ---------- */
.topbar {
  background: var(--ink); color: rgba(255,255,255,.85);
  font-size: 13px; padding: 7px 0;
}
.topbar .wrap { display: flex; justify-content: space-between; gap: 24px; }
.topbar a { color: #fff; text-decoration: none; font-weight: 500; }
header.site {
  position: sticky; top: 0; z-index: 50;
  background: rgba(246,244,239,.92); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
header.site .wrap { display: flex; align-items: center; justify-content: space-between; height: 78px; }
.brand { display: flex; align-items: center; text-decoration: none; }
.brand-logo { display: block; width: 219px; height: 42px; }
nav.main { display: flex; gap: 34px; }
nav.main a {
  text-decoration: none; font-size: 15px; font-weight: 500; color: var(--ink);
  padding: 6px 0; border-bottom: 2px solid transparent; transition: border-color .2s, color .2s;
}
nav.main a:hover { color: var(--bordeaux); border-bottom-color: var(--bordeaux); }
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--bordeaux); color: #fff; text-decoration: none;
  font-weight: 600; font-size: 15px; padding: 14px 26px;
  transition: background .2s, transform .2s;
}
.btn:hover { background: var(--bordeaux-deep); transform: translateY(-1px); }
.btn.ghost {
  background: transparent; color: var(--ink);
  border: 1px solid var(--ink); font-weight: 500;
}
.btn.ghost:hover { background: var(--ink); color: var(--paper); }
/* Der Pfeil U+2192 fehlt im Newsreader-Subset und säße sonst auf der Ersatzschrift schief. */
.btn .arr {
  font-size: 0; flex: none; width: 19px; height: 12px; background: currentColor;
  -webkit-mask: var(--arr-mask) no-repeat center / contain;
  mask: var(--arr-mask) no-repeat center / contain;
}
.head-actions { display: flex; align-items: center; gap: 14px; }
.nav-toggle {
  display: none; width: 44px; height: 44px; padding: 11px 10px;
  background: transparent; border: 1px solid var(--line); cursor: pointer;
  flex-direction: column; justify-content: space-between;
}
.nav-toggle span { display: block; height: 1.5px; width: 100%; background: var(--ink); transition: transform .25s, opacity .2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(9.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-9.5px) rotate(-45deg); }
nav.mobil { display: none; flex-direction: column; border-top: 1px solid var(--line); background: var(--paper); }
nav.mobil a {
  text-decoration: none; font-size: 16px; font-weight: 500; color: var(--ink);
  padding: 16px 32px; border-bottom: 1px solid var(--line);
}
nav.mobil a.tel { color: var(--bordeaux); font-weight: 600; border-bottom: 0; }
nav.mobil a.nav-cta { display: none; margin: 0 32px 24px; justify-content: center; color: #fff; padding: 15px 20px; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; }
.hero .wrap {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px;
  align-items: center; padding-top: 84px; padding-bottom: 96px;
}
.hero h1 { font-size: clamp(42px, 5.6vw, 68px); margin: 22px 0 0; }
.hero p.sub { margin-top: 26px; font-size: 19px; color: var(--slate); max-width: 520px; }
.hero .cta-row { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 38px; }
.hero .phone-hint { margin-top: 22px; font-size: 15px; color: var(--slate-soft); }
.hero .phone-hint a { color: var(--ink); font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--bordeaux); }
.hero-figure { position: relative; }
.hero-figure .frame {
  position: relative; z-index: 2;
  aspect-ratio: 4 / 4.6; overflow: hidden;
  border-radius: 240px 240px 0 0;
}
.hero-figure .frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-figure::after {
  content: ""; position: absolute; inset: 0;
  border: 1px solid var(--bordeaux);
  border-radius: 240px 240px 0 0;
  transform: translate(20px, 20px); z-index: 1;
}
.hero-figure .badge {
  position: absolute; z-index: 3; left: -28px; bottom: 42px;
  background: var(--ink); color: var(--paper); padding: 22px 26px;
  max-width: 230px;
}
.hero-figure .badge strong { font-family: var(--font-display); font-size: 30px; font-weight: 500; display: block; }
.hero-figure .badge span { font-size: 13px; color: rgba(255,255,255,.75); letter-spacing: .06em; }
.hero .watermark {
  position: absolute; right: -40px; top: -60px; z-index: 0;
  font-family: var(--font-display); font-size: 480px; line-height: 1; font-weight: 400;
  color: transparent; -webkit-text-stroke: 1px rgba(89,101,104,.16);
  user-select: none; pointer-events: none;
}

/* ---------- Stat strip ---------- */
.stats { background: var(--ink); color: var(--paper); }
.stats .wrap {
  display: grid; grid-template-columns: repeat(4, 1fr);
  padding-top: 44px; padding-bottom: 44px; gap: 32px;
}
.stats .stat { border-left: 1px solid rgba(255,255,255,.18); padding-left: 24px; }
.stats .stat strong {
  font-family: var(--font-display); font-size: clamp(34px, 3.4vw, 48px);
  font-weight: 500; display: block; line-height: 1;
}
.stats .stat strong sup { font-size: .5em; color: var(--bordeaux); -webkit-text-stroke: 0; }
.stats .stat span { display: block; margin-top: 10px; font-size: 14px; color: rgba(255,255,255,.65); letter-spacing: .04em; }

section { padding: 104px 0; }

/* ---------- Leistungen ---------- */
.services .grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  background: var(--line); border: 1px solid var(--line); margin-top: 56px;
}
.service {
  background: var(--paper); padding: 38px 32px 44px;
  position: relative; text-decoration: none; display: block;
  transition: background .25s;
}
.service:hover { background: var(--white); }
.service .num {
  font-family: var(--font-display); font-size: 15px; color: var(--slate-soft);
  display: block;
}
.service h3 { font-size: 23px; margin: 42px 0 12px; transition: color .2s; }
.service:hover h3 { color: var(--bordeaux); }
.service p { font-size: 15px; color: var(--slate); }
.service .go {
  position: absolute; top: 34px; right: 30px;
  font-family: var(--font-display); font-size: 20px; color: var(--bordeaux);
  opacity: 0; transform: translateX(-6px); transition: opacity .25s, transform .25s;
}
.service:hover .go { opacity: 1; transform: translateX(0); }
.services .all-link { margin-top: 34px; display: flex; justify-content: flex-end; }
.services .all-link a {
  font-weight: 600; font-size: 15px; text-decoration: none; color: var(--ink);
  border-bottom: 1px solid var(--bordeaux); padding-bottom: 3px;
}
.services .all-link a:hover { color: var(--bordeaux); }

/* ---------- Digital / Über uns ---------- */
.digital { background: var(--paper-deep); }
.digital .wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.digital figure { position: relative; }
.digital figure img { width: 100%; height: 460px; object-fit: cover; border-radius: 18px; position: relative; z-index: 2; }
.digital figure::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  border: 1px solid var(--bordeaux); transform: translate(-18px, 18px);
  pointer-events: none; border-radius: 18px;
}
.digital .copy p { margin-top: 20px; color: var(--slate); }
.digital .copy p strong { color: var(--ink); }
.checks { margin-top: 30px; display: grid; gap: 14px; list-style: none; }
.checks li { display: flex; gap: 14px; align-items: baseline; font-weight: 500; }
.checks li::before { content: "→"; color: var(--bordeaux); font-family: var(--font-display); }

/* ---------- Zielgruppen ---------- */
.audiences .grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 56px; }
.audience {
  border: 1px solid var(--line); padding: 34px 28px 38px; background: var(--white);
  text-decoration: none; transition: border-color .25s, transform .25s;
}
.audience:hover { border-color: var(--bordeaux); transform: translateY(-4px); }
.audience .glyph { font-family: var(--font-display); font-size: 34px; color: var(--bordeaux); line-height: 1; }
.audience h3 { font-size: 20px; margin: 20px 0 10px; }
.audience p { font-size: 14.5px; color: var(--slate); }

/* ---------- Team ---------- */
.team { background: var(--ink); color: var(--paper); position: relative; overflow: hidden; }
.team .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.team .overline { color: #C98A83; }
.team blockquote {
  font-family: var(--font-display); font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1.35; margin-top: 26px; font-weight: 400;
}
.team .attribution { margin-top: 26px; font-size: 14px; color: rgba(255,255,255,.6); letter-spacing: .05em; }
.team .btn.ghost { border-color: rgba(255,255,255,.5); color: var(--paper); margin-top: 36px; }
.team .btn.ghost:hover { background: var(--paper); color: var(--ink); }
.team figure img { width: 100%; height: 420px; object-fit: cover; filter: saturate(.9); border-radius: 18px; }
.team figure figcaption { margin-top: 14px; font-size: 13px; color: rgba(255,255,255,.55); letter-spacing: .04em; }

/* ---------- So starten Sie ---------- */
.start .head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 48px; align-items: end; }
.start .head .lead { color: var(--slate); font-size: 16.5px; margin: 0 0 8px; }
.start .steps { list-style: none; margin-top: 56px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.start .steps li {
  position: relative; overflow: hidden;
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  padding: 40px 34px 38px;
  transition: border-color .25s, transform .25s;
}
.start .steps li:hover { border-color: var(--bordeaux); transform: translateY(-4px); }
.start .num {
  position: absolute; top: -14px; right: 16px;
  font-family: var(--font-display); font-style: italic;
  font-size: 130px; line-height: 1; color: var(--bordeaux); opacity: .09;
  pointer-events: none;
}
.start .step-label { font-size: 11.5px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--bordeaux); }
.start .steps h3 { font-size: 21px; margin: 16px 0 10px; }
.start .steps li > div > p { font-size: 15px; color: var(--slate); margin: 0; }

/* ---------- FAQ ---------- */
.faq { background: var(--paper-deep); }
.faq .list { margin-top: 48px; border-top: 1px solid var(--line); max-width: 860px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 24px;
  align-items: baseline; padding: 26px 4px; font-family: var(--font-display); font-size: 21px;
  transition: color .2s;
}
.faq summary:hover { color: var(--bordeaux); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 26px; color: var(--bordeaux); flex-shrink: 0; }
.faq details[open] summary::after { content: "–"; }
.faq details p { padding: 0 4px 28px; color: var(--slate); max-width: 720px; }
.faq .more { margin-top: 30px; }
.faq .more a { font-weight: 600; font-size: 15px; color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--bordeaux); padding-bottom: 3px; }
.faq .more a:hover { color: var(--bordeaux); }

/* ---------- Personen ---------- */
.people .grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; }
.people .person {
  border: 1px solid var(--line); background: var(--white);
  border-radius: 14px; padding: 34px 30px 38px;
}
.people .mono {
  width: 62px; height: 62px; border-radius: 50%;
  background: var(--paper-deep); color: var(--bordeaux);
  font-family: var(--font-display); font-size: 25px; line-height: 62px; text-align: center;
}
.people .person h3 { font-size: 21px; margin: 8px 0 0; }
.people .role { margin-top: 22px; }
.people .role { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--bordeaux); font-weight: 600; }
.people .person p { margin-top: 14px; font-size: 15px; color: var(--slate); }
.units { margin-top: 56px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.unit { background: var(--white); padding: 34px 28px 38px; }
.unit .idx { font-family: var(--font-display); font-size: 15px; color: var(--bordeaux); }
.unit h3 { font-size: 18px; margin: 14px 0 8px; }
.unit p { font-size: 14.5px; color: var(--slate); }

/* ---------- Region ---------- */
.region .head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 72px; align-items: end; }
.region .head h2 { font-size: clamp(30px, 3.6vw, 44px); margin-top: 14px; }
.region .head h2 em { color: var(--bordeaux); }
.region .head > p { color: var(--slate); }
.region .orte { margin-top: 56px; border-top: 1px solid var(--line); }
.region .orte a {
  display: grid; grid-template-columns: 300px 1fr auto; gap: 40px; align-items: baseline;
  padding: 26px 0; border-bottom: 1px solid var(--line);
  text-decoration: none; color: inherit;
}
.region .orte h3 { font-family: var(--font-display); font-weight: 500; font-size: 27px; transition: color .2s ease; }
.region .orte p { color: var(--slate); font-size: 15.5px; }
.region .orte .arr { color: var(--bordeaux); transition: transform .2s ease; display: inline-block; }
.region .orte a:hover h3 { color: var(--bordeaux); }
.region .orte a:hover .arr { transform: translateX(6px); }

/* ---------- Karriere ---------- */
.career { padding: 0; }
.career .band {
  background: var(--bordeaux); color: #fff;
  display: grid; grid-template-columns: auto 1fr auto; gap: 48px; align-items: center;
  padding: 64px max(32px, calc((100% - 1176px) / 2));
}
.career .band-photo { width: 168px; height: 190px; object-fit: cover; border-radius: 84px 84px 0 0; }
.career h2 { color: #fff; font-size: clamp(26px, 3vw, 36px); margin: 0; }
.career p { margin-top: 12px; color: rgba(255,255,255,.85); max-width: 560px; }
.career .btn { background: #fff; color: var(--bordeaux); white-space: nowrap; }
.career .btn:hover { background: var(--paper); }

/* ---------- Kontakt / Footer ---------- */
.contact { padding-bottom: 96px; }
.contact .section-head { margin-bottom: 52px; }
.contact .panel { position: relative; border-radius: 18px; overflow: hidden; }
.contact .panel iframe {
  /* iframe überzieht den Panel-Rand oben, damit Googles Ortskarte (oben links) abgeschnitten wird */
  position: absolute; left: 0; top: -160px; width: 100%; height: calc(100% + 160px); border: 0;
  filter: grayscale(1) contrast(1.03);
}
.contact .panel .mapconsent {
  position: absolute; inset: 0;
  background-color: var(--paper-deep);
  background-image:
    repeating-linear-gradient(90deg, rgba(38,45,48,.07) 0 1px, transparent 1px 92px),
    repeating-linear-gradient(0deg, rgba(38,45,48,.07) 0 1px, transparent 1px 92px),
    linear-gradient(118deg, rgba(38,45,48,.09) 0 8px, transparent 8px);
  display: flex; align-items: center;
}
.contact .panel .mapconsent-text { max-width: 400px; padding: 40px 56px; }
.contact .panel .mapconsent-text p { margin-top: 14px; font-size: 15px; color: var(--slate); }
.contact .panel .mapconsent-text .overline { margin-top: 0; }
.contact .panel .mapconsent-text .btn { margin-top: 24px; }
.contact .card {
  position: relative; z-index: 2;
  background: var(--ink); color: var(--paper);
  width: 430px; max-width: calc(100% - 144px);
  margin: 48px 72px 60px auto; padding: 40px 38px;
  border-radius: 14px; box-shadow: 0 28px 70px rgba(20,26,28,.35);
}
.contact .card h3 { font-family: var(--font-display); font-weight: 500; font-size: 23px; line-height: 1.3; }
.contact .card .nap { margin-top: 22px; display: grid; gap: 7px; font-size: 15.5px; color: rgba(255,255,255,.85); }
.contact .card .nap a { color: #fff; text-decoration: none; font-weight: 600; border-bottom: 1px solid #C98A83; width: fit-content; }
.contact .card .hours { margin-top: 24px; border-top: 1px solid rgba(255,255,255,.14); padding-top: 18px; display: grid; gap: 6px; font-size: 14px; color: rgba(255,255,255,.7); }
.contact .card .hours div { display: flex; justify-content: space-between; gap: 24px; }
.contact .card .btn { margin-top: 30px; width: 100%; justify-content: center; }
.contact .card .note { margin-top: 16px; font-size: 13px; color: rgba(255,255,255,.55); }
.contact .card .note a { color: rgba(255,255,255,.8); }

footer.site {
  background: var(--ink); color: rgba(255,255,255,.7); font-size: 14.5px;
  padding: 64px 0 0; border-top: 1px solid rgba(255,255,255,.08);
}
footer.site .cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; padding-bottom: 48px; }
footer.site h4 { color: #fff; font-size: 13px; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 18px; font-weight: 600; }
footer.site ul { list-style: none; display: grid; gap: 10px; }
footer.site a { text-decoration: none; transition: color .2s; }
footer.site a:hover { color: #fff; }
footer.site .legal {
  border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 13px;
  color: rgba(255,255,255,.45);
}
footer.site .legal a { margin-left: 22px; }

/* ---------- Reveal ---------- */
@media (prefers-reduced-motion: no-preference) {
  html.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
  html.js .reveal.visible { opacity: 1; transform: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1020px) {
  nav.main { display: none; }
  .nav-toggle { display: flex; }
  nav.mobil:not([hidden]) { display: flex; }
  .hero .wrap, .digital .wrap, .team .wrap { grid-template-columns: 1fr; gap: 56px; }
  .services .grid { grid-template-columns: 1fr 1fr; }
  .audiences .grid { grid-template-columns: 1fr 1fr; }
  .stats .wrap { grid-template-columns: 1fr 1fr; }
  .hero .watermark { display: none; }
  .career .band { grid-template-columns: 1fr; padding: 44px 32px; }
  .start .head { grid-template-columns: 1fr; gap: 20px; align-items: start; }
  .region .head { grid-template-columns: 1fr; gap: 20px; align-items: start; }
  .region .orte a { grid-template-columns: 1fr auto; gap: 8px 24px; }
  .region .orte p { grid-column: 1 / -1; grid-row: 2; }
  .region .orte .arr { grid-column: 2; grid-row: 1; }
  .start .steps { grid-template-columns: 1fr; }
  .contact .panel iframe { position: static; display: block; height: 480px; margin-top: -160px; }
  .contact .panel .mapconsent { position: static; min-height: 320px; }
  .contact .panel .mapconsent-text { padding: 36px 32px; }
  .contact .card { width: auto; max-width: none; margin: 0; border-radius: 0 0 14px 14px; box-shadow: none; }
}
@media (max-width: 620px) {
  .brand-logo { width: 172px; height: 33px; }
  .topbar .wrap > span:first-child { display: none; }
  .head-actions > .btn { display: none; }
  nav.mobil a.nav-cta { display: inline-flex; }
  .services .grid, .audiences .grid, .stats .wrap { grid-template-columns: 1fr; }
  footer.site .cols { grid-template-columns: 1fr 1fr; }
  .hero .wrap { padding-top: 56px; padding-bottom: 64px; }
  section { padding: 72px 0; }
}

/* ==========================================================
   Unterseiten
   ========================================================== */

/* ---------- Seitenkopf ---------- */
.pagehead { background: var(--paper-deep); border-bottom: 1px solid var(--line); position: relative; overflow: hidden; }
.pagehead .wrap { position: relative; z-index: 2; padding-top: 30px; padding-bottom: 78px; }
.pagehead h1 { font-size: clamp(34px, 4.4vw, 54px); margin-top: 20px; max-width: 17ch; }
.pagehead h1 em { color: var(--bordeaux); }
.pagehead .lead { margin-top: 24px; font-size: 18.5px; color: var(--slate); max-width: 640px; }
.pagehead .cta-row { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 34px; }
.pagehead .watermark {
  position: absolute; right: -30px; bottom: -140px; z-index: 0;
  font-family: var(--font-display); font-size: 330px; line-height: 1;
  color: transparent; -webkit-text-stroke: 1px rgba(89,101,104,.14);
  user-select: none; pointer-events: none;
}

.pagehead.has-img .wrap {
  display: grid; grid-template-columns: 1.06fr .84fr; gap: 76px;
  align-items: center; padding-top: 44px; padding-bottom: 88px;
}
.pagehead.has-img h1 { max-width: 14ch; }
.pagehead.has-img .lead { max-width: none; }
.ph-figure { position: relative; }
.ph-figure img {
  position: relative; z-index: 2;
  width: 100%; height: auto; aspect-ratio: 5 / 4; object-fit: cover; border-radius: 18px;
}
.ph-figure::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  border: 1px solid var(--bordeaux); border-radius: 18px;
  transform: translate(18px, 18px); pointer-events: none;
}

.pagehead.schmal { background: var(--paper); padding: 0; }
.pagehead.schmal .wrap { padding-top: 44px; padding-bottom: 46px; }
.pagehead.schmal .ph-copy { max-width: 770px; }
.pagehead.schmal .crumbs { margin-bottom: 26px; }
.pagehead.schmal h1 { font-size: clamp(28px, 3.2vw, 40px); margin-top: 14px; max-width: 22ch; }
.pagehead.schmal .lead { margin-top: 18px; font-size: 18px; max-width: 62ch; }
.pagehead .meta {
  font-size: 12px; font-weight: 600; letter-spacing: .16em;
  text-transform: uppercase; color: var(--slate-soft);
}
.pagehead .meta .rubrik { color: var(--bordeaux); }

.crumbs { display: flex; flex-wrap: wrap; gap: 9px; list-style: none; font-size: 13px; color: var(--slate-soft); margin-bottom: 40px; }
.crumbs a { color: var(--slate); text-decoration: none; }
.crumbs a:hover { color: var(--bordeaux); }
.crumbs li + li::before { content: "›"; margin-right: 9px; color: var(--slate-soft); }
.crumbs [aria-current] { color: var(--ink); }

/* ---------- Zweispalter Text + Sidebar ---------- */
.layout .wrap { display: grid; grid-template-columns: minmax(0, 1fr) 346px; gap: 76px; align-items: start; }
.aside { position: sticky; top: 108px; display: grid; gap: 22px; }
.aside-card { background: var(--ink); color: var(--paper); padding: 34px 32px; border-radius: 14px; }
.aside-card h3 { font-size: 20px; line-height: 1.3; }
.aside-card p { margin-top: 14px; font-size: 15px; color: rgba(255,255,255,.72); }
.aside-card .btn { width: 100%; justify-content: center; margin-top: 24px; }
.aside-card .tel { display: block; margin-top: 16px; text-align: center; font-size: 15px; color: rgba(255,255,255,.8); text-decoration: none; }
.aside-card .tel strong { color: #fff; border-bottom: 1px solid #C98A83; }
.aside-nav { border: 1px solid var(--line); background: var(--white); padding: 30px 28px; border-radius: 14px; }
.aside-nav h4 { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--bordeaux); font-weight: 600; }
.aside-nav ul { list-style: none; margin-top: 16px; }
.aside-nav a { display: block; padding: 11px 0; font-size: 15px; color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--line); transition: color .2s, padding-left .2s; }
.aside-nav li:last-child a { border-bottom: 0; }
.aside-nav a:hover { color: var(--bordeaux); padding-left: 6px; }
.aside-nav a[aria-current] { color: var(--bordeaux); font-weight: 600; }
.aside-facts { border: 1px solid var(--line); background: var(--white); padding: 30px 28px; border-radius: 14px; }
.aside-facts h4 { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--bordeaux); font-weight: 600; }
.aside-facts dl { margin-top: 18px; display: grid; gap: 15px; }
.aside-facts dt { font-size: 13px; color: var(--slate-soft); }
.aside-facts dd { font-family: var(--font-display); font-size: 19px; color: var(--ink); margin-top: 2px; }

/* Ausgleichskachel, damit im Dreierraster keine tote Zelle entsteht */
.service.note { background: var(--paper-deep); cursor: default; display: flex; align-items: center; }
.service.note p {
  font-family: var(--font-display); font-size: 19px; line-height: 1.5;
  color: var(--ink); margin: 0;
}
.service.note a { color: var(--bordeaux); text-decoration: none; border-bottom: 1px solid currentColor; }

/* ---------- Fließtext ---------- */
.prose { max-width: 770px; }
.prose > *:first-child { margin-top: 0; }
.prose h2 { font-size: clamp(26px, 2.9vw, 34px); margin-top: 60px; }
.prose h2 em { color: var(--bordeaux); }
.prose h3 { font-size: 20px; margin-top: 36px; }
.prose p { margin-top: 18px; color: var(--slate); }
.prose p.intro { font-size: 19px; color: var(--ink); }
.prose strong { color: var(--ink); font-weight: 600; }
.prose a { color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--bordeaux); }
.prose a:hover { color: var(--bordeaux); }
.prose ul { list-style: none; margin-top: 22px; display: grid; gap: 13px; }
.prose ul li { position: relative; padding-left: 32px; color: var(--slate); }
.prose ul li::before { content: ""; position: absolute; left: 0; top: .82em; width: 17px; height: 1px; background: var(--bordeaux); }
.prose ol { list-style: none; counter-reset: s; margin-top: 22px; display: grid; gap: 16px; }
.prose ol li { position: relative; padding-left: 42px; color: var(--slate); counter-increment: s; }
.prose ol li::before {
  content: counter(s); position: absolute; left: 0; top: -1px;
  font-family: var(--font-display); font-size: 19px; color: var(--bordeaux);
}
.prose .todo {
  background: #FBEFC9; color: #6B4C05; font-weight: 600;
  padding: 1px 7px; border-radius: 3px; font-size: .93em;
}
.prose .legal { margin-top: 22px; display: grid; gap: 4px; color: var(--slate); }
.prose figure { margin-top: 40px; }
.prose figure img { width: 100%; height: 340px; object-fit: cover; border-radius: 18px; }
.prose figure figcaption { margin-top: 12px; font-size: 13px; color: var(--slate-soft); }
.prose .pull {
  margin-top: 44px; padding: 32px 34px; background: var(--paper-deep);
  border-left: 2px solid var(--bordeaux); border-radius: 0 14px 14px 0;
}
.prose .pull p { margin: 0; font-family: var(--font-display); font-size: 21px; line-height: 1.45; color: var(--ink); }

/* ---------- Verwandte Leistungen ---------- */
.related { background: var(--paper-deep); }
.related .grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.related .service { border: 1px solid var(--line); border-radius: 14px; padding: 34px 30px 38px; }
.related .service h3 { margin-top: 0; }
.related .service .go { top: 30px; }
.related + .faq { background: var(--paper); }

/* ---------- Ratgeber ---------- */
.posts .list { margin-top: 56px; border-top: 1px solid var(--line); }
.posts .post {
  display: grid; grid-template-columns: 220px 1fr; gap: 40px;
  padding: 36px 0; border-bottom: 1px solid var(--line); align-items: start;
  text-decoration: none; color: inherit;
}
.posts .post p, .posts .post h3, .posts .post .cat { text-decoration: none; }
.posts .cat { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--bordeaux); font-weight: 600; }
.posts .post h3 { font-size: 24px; margin: 0; transition: color .2s ease; }
.posts .post:hover h3 { color: var(--bordeaux); }
.posts .post p { margin-top: 12px; color: var(--slate); max-width: 640px; }
.posts .more { display: inline-block; margin-top: 18px; font-size: 14px; font-weight: 600; border-bottom: 1px solid var(--bordeaux); padding-bottom: 2px; }
@media (max-width: 720px) {
  .posts .post { grid-template-columns: 1fr; gap: 14px; }
}

/* ---------- CTA-Band ---------- */
.ctaband { background: var(--ink); color: var(--paper); }
.ctaband .wrap { display: grid; grid-template-columns: 1.4fr auto; gap: 56px; align-items: center; padding-top: 78px; padding-bottom: 78px; }
.ctaband h2 { color: #fff; }
.ctaband .overline { color: #C98A83; }
.ctaband p { margin-top: 16px; color: rgba(255,255,255,.72); max-width: 640px; }
.ctaband .actions { display: grid; gap: 14px; }
.ctaband .btn.ghost { border-color: rgba(255,255,255,.5); color: #fff; }
.ctaband .btn.ghost:hover { background: var(--paper); color: var(--ink); }

/* ---------- Responsive Unterseiten ---------- */
@media (max-width: 1020px) {
  .layout .wrap { grid-template-columns: 1fr; gap: 56px; }
  .aside { position: static; grid-template-columns: 1fr 1fr; }
  .ctaband .wrap { grid-template-columns: 1fr; gap: 34px; }
  .related .grid { grid-template-columns: 1fr 1fr; }
  .pagehead .watermark { display: none; }
  .pagehead.has-img .wrap { grid-template-columns: 1fr; gap: 48px; padding-bottom: 72px; }
  .pagehead.has-img h1 { max-width: 17ch; }
  .ph-figure { max-width: 560px; }
}
@media (max-width: 620px) {
  .aside { grid-template-columns: 1fr; }
  .related .grid { grid-template-columns: 1fr; }
  .prose figure img { height: 240px; }
}
