:root {
  --bg: #f4f8f7;
  --surface: #ffffff;
  --surface-2: #eaf2f0;
  --ink: #102c31;
  --muted: #5c6f72;
  --sea: #176774;
  --sea-deep: #0c4b55;
  --sage: #9fb7ac;
  --sand: #e8d8bf;
  --line: rgba(16, 44, 49, .12);
  --shadow: 0 24px 70px rgba(23, 63, 69, .12);
  --radius: 24px;
  --radius-sm: 16px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 84px;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 999;
  padding: 10px 14px;
  background: var(--ink);
  color: white;
  border-radius: 10px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 84px 0; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--sea);
  font-size: .76rem;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.eyebrow::before { content: ""; width: 24px; height: 1px; background: currentColor; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(2.75rem, 12vw, 5.7rem); margin-bottom: 24px; font-weight: 680; }
h1 span { color: var(--sea); }
h2 { font-size: clamp(2rem, 8vw, 4rem); margin-bottom: 22px; font-weight: 640; }
h3 { font-size: 1.35rem; margin-bottom: 12px; font-weight: 650; }
p { color: var(--muted); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: var(--sea);
  color: white;
  font-weight: 700;
  font-size: .95rem;
  box-shadow: 0 10px 24px rgba(23, 103, 116, .18);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { background: var(--sea-deep); transform: translateY(-1px); box-shadow: 0 13px 28px rgba(23, 103, 116, .22); }
.button:focus-visible, a:focus-visible, summary:focus-visible, .menu-button:focus-visible { outline: 3px solid rgba(23, 103, 116, .3); outline-offset: 4px; }
.button-small { min-height: 44px; padding-inline: 18px; font-size: .88rem; }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--sea); font-weight: 720; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(2px, -2px); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(244, 248, 247, .86);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(20, 50, 55, .05); }
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 0; }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--surface-2); color: var(--sea); }
.brand-mark svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; min-width: 0; }
.brand-copy strong { font-size: .86rem; white-space: nowrap; }
.brand-copy small { font-size: .7rem; color: var(--muted); margin-top: 4px; }
.desktop-nav, .header-cta { display: none; }
.menu-button { width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--surface); display: grid; align-content: center; justify-content: center; gap: 6px; box-shadow: 0 5px 20px rgba(16, 44, 49, .08); }
.menu-button span { display: block; width: 20px; height: 1.5px; background: currentColor; transition: transform .2s ease; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.75px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.75px) rotate(-45deg); }
.mobile-menu { border-top: 1px solid var(--line); background: var(--bg); }
.mobile-menu-inner { padding: 18px 0 26px; display: grid; gap: 4px; }
.mobile-menu-inner > a:not(.button) { min-height: 48px; display: flex; align-items: center; border-bottom: 1px solid var(--line); font-weight: 650; }
.mobile-menu-inner .button { margin-top: 14px; }

.hero { position: relative; overflow: hidden; padding: 50px 0 82px; }
.hero-watermark { position: absolute; inset: auto -35% 1% 20%; height: 320px; border: 1px solid rgba(23, 103, 116, .08); border-radius: 50%; transform: rotate(-10deg); pointer-events: none; }
.hero-grid { display: grid; gap: 44px; align-items: center; position: relative; }
.hero-copy { max-width: 760px; }
.hero-lead { max-width: 670px; font-size: 1.06rem; line-height: 1.75; margin-bottom: 28px; }
.hero-actions { display: flex; flex-direction: column; align-items: stretch; gap: 16px; margin-bottom: 28px; }
.hero-actions .text-link { justify-content: center; min-height: 44px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 8px; }
.trust-row span { font-size: .78rem; color: var(--muted); border: 1px solid var(--line); background: rgba(255,255,255,.5); border-radius: 999px; padding: 7px 11px; }
.hero-visual { position: relative; }
.portrait-frame { position: relative; border-radius: 30px 30px 90px 30px; overflow: hidden; background: var(--surface); box-shadow: var(--shadow); }
.portrait-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(7, 33, 38, .48)); pointer-events: none; }
.portrait-frame img { width: 100%; aspect-ratio: 1.15 / 1; object-fit: cover; object-position: 52% center; }
.portrait-label { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 18px; color: white; display: flex; flex-direction: column; line-height: 1.25; }
.portrait-label strong { font-size: 1rem; }
.portrait-label span { font-size: .76rem; opacity: .86; margin-top: 3px; }
.availability-card { position: relative; z-index: 3; margin: -14px 14px 0; display: grid; grid-template-columns: 10px 1fr; gap: 12px; align-items: start; background: var(--surface); border: 1px solid var(--line); padding: 18px; border-radius: 18px; box-shadow: 0 14px 40px rgba(20, 60, 65, .1); }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: #4c9a69; margin-top: 5px; box-shadow: 0 0 0 5px rgba(76, 154, 105, .12); }
.availability-card strong { display: block; font-size: .9rem; }
.availability-card p { margin: 4px 0 5px; font-size: .8rem; line-height: 1.45; }
.availability-card small { color: #7a5f44; font-size: .72rem; line-height: 1.4; display: block; }

.intro { background: var(--surface); }
.section-heading { margin-bottom: 34px; }
.section-heading > p, .section-intro { max-width: 690px; }
.split-heading { display: grid; gap: 12px; }
.principles-grid { display: grid; gap: 14px; }
.principle-card { padding: 26px 24px; border-radius: var(--radius); background: var(--bg); border: 1px solid var(--line); min-height: 300px; display: flex; flex-direction: column; }
.principle-card.featured { background: var(--ink); color: white; border-color: transparent; }
.principle-card.featured p { color: rgba(255,255,255,.68); }
.card-number { font-size: .72rem; letter-spacing: .1em; color: var(--sea); font-weight: 800; margin-bottom: 42px; }
.featured .card-number { color: #9fd1d5; }
.method-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; padding-top: 24px; }
.method-tags span { font-size: .72rem; padding: 7px 9px; background: var(--surface); border-radius: 999px; color: var(--muted); border: 1px solid var(--line); }
.micro-quote { margin-top: auto; padding-top: 24px; color: rgba(255,255,255,.82); font-size: .9rem; font-weight: 600; }

.specialties { background: var(--surface); padding-top: 8px; }
.specialty-grid { display: grid; gap: 12px; }
.specialty-card { padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: #fbfdfc; }
.icon-chip { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: var(--surface-2); color: var(--sea); margin-bottom: 24px; font-size: 1.1rem; }
.specialty-card p { font-size: .91rem; margin-bottom: 0; }

.adhs-section { background: var(--surface-2); }
.adhs-grid { display: grid; gap: 34px; }
.adhs-copy p { font-size: 1rem; max-width: 580px; }
.adhs-panel { background: var(--surface); border-radius: var(--radius); padding: 8px 22px 22px; box-shadow: 0 20px 50px rgba(30, 65, 68, .08); }
.adhs-fact { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.adhs-fact > span { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--surface-2); color: var(--sea); font-size: .74rem; font-weight: 800; }
.adhs-fact strong { display: block; margin-bottom: 3px; }
.adhs-fact p { margin: 0; font-size: .85rem; }
.price-chip { margin-top: 20px; border-radius: 16px; padding: 16px; background: var(--ink); color: white; font-weight: 700; }
.price-chip small { display: block; font-weight: 400; color: rgba(255,255,255,.68); margin-top: 2px; }

.process { background: var(--surface); }
.centered-heading { text-align: left; }
.process-grid { display: grid; gap: 12px; }
.process-grid article { position: relative; padding: 26px 24px 28px 76px; border-radius: 20px; border: 1px solid var(--line); background: var(--bg); }
.step { position: absolute; left: 24px; top: 25px; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--sea); color: white; font-weight: 800; font-size: .8rem; }
.process-grid p { margin-bottom: 0; font-size: .9rem; }

.costs { background: var(--bg); }
.costs-grid { display: grid; gap: 30px; }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { list-style: none; cursor: pointer; min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 18px; font-weight: 670; }
summary::-webkit-details-marker { display: none; }
.plus { width: 24px; height: 24px; position: relative; flex: 0 0 auto; }
.plus::before, .plus::after { content: ""; position: absolute; background: var(--sea); left: 50%; top: 50%; transform: translate(-50%, -50%); }
.plus::before { width: 14px; height: 1.5px; }
.plus::after { width: 1.5px; height: 14px; transition: opacity .2s ease; }
details[open] .plus::after { opacity: 0; }
.details-content { padding: 0 46px 20px 0; }
.details-content p { margin: 0; font-size: .92rem; }

.about { background: var(--surface); }
.about-grid { display: grid; gap: 36px; align-items: center; }
.about-image { position: relative; }
.about-image img { width: 100%; min-height: 330px; object-fit: cover; border-radius: 90px 28px 28px 28px; box-shadow: var(--shadow); }
.wave-line { position: absolute; width: 90px; height: 38px; right: 18px; bottom: -14px; border-top: 2px solid var(--sea); border-radius: 50%; transform: rotate(-8deg); opacity: .5; }
.about-copy p { max-width: 620px; }
.credentials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 28px; }
.credentials div { padding: 14px 10px; border: 1px solid var(--line); border-radius: 14px; text-align: center; }
.credentials strong, .credentials span { display: block; }
.credentials strong { color: var(--sea); font-size: .95rem; }
.credentials span { color: var(--muted); font-size: .67rem; margin-top: 4px; line-height: 1.25; }

.quote-section { background: var(--ink); color: white; padding: 86px 0; overflow: hidden; }
.quote-inner { position: relative; }
.quote-wave { width: 120px; fill: none; stroke: #74adb4; stroke-width: 1.4; opacity: .8; margin-bottom: 22px; }
blockquote { margin: 0 0 24px; font-size: clamp(2rem, 8vw, 4.4rem); line-height: 1.08; letter-spacing: -.04em; font-weight: 560; }
.quote-inner p { color: rgba(255,255,255,.62); max-width: 660px; margin-bottom: 0; }

.contact { background: var(--surface); }
.contact-card { background: var(--sea); color: white; border-radius: 30px; padding: 30px 24px; display: grid; gap: 34px; }
.contact-card .eyebrow { color: #c4e0e1; }
.contact-card p { color: rgba(255,255,255,.72); }
.contact-actions { display: grid; gap: 10px; margin: 26px 0 18px; }
.light-button { background: white; color: var(--sea-deep); box-shadow: none; }
.light-button:hover { background: #f4f8f7; color: var(--sea-deep); }
.ghost-button { background: transparent; border-color: rgba(255,255,255,.35); box-shadow: none; }
.ghost-button:hover { background: rgba(255,255,255,.08); }
.privacy-note { font-size: .75rem; margin-bottom: 0; }
.contact-details { font-style: normal; border-top: 1px solid rgba(255,255,255,.22); }
.contact-details div { display: grid; gap: 4px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.contact-details span { font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.56); }
.contact-details strong, .contact-details a { font-size: .94rem; font-weight: 650; }

.site-footer { background: #e9f0ee; padding: 44px 0 110px; }
.footer-grid { display: grid; gap: 34px; }
.footer-links { display: grid; gap: 9px; font-size: .9rem; }
.footer-links a { color: var(--muted); }
.footer-links a:hover { color: var(--sea); }
.footer-bottom { display: grid; gap: 4px; margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: .72rem; }

.mobile-bottom-bar { position: fixed; z-index: 70; left: 10px; right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); display: grid; grid-template-columns: 54px 1fr; gap: 8px; padding: 7px; background: rgba(255,255,255,.94); border: 1px solid var(--line); border-radius: 999px; box-shadow: 0 14px 50px rgba(12, 50, 56, .18); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.mobile-call { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: var(--surface-2); color: var(--sea); }
.mobile-call svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.mobile-book { min-height: 54px; }

@media (min-width: 640px) {
  :root { --shell: min(1180px, calc(100% - 64px)); }
  .hero-actions { flex-direction: row; align-items: center; }
  .hero-actions .text-link { justify-content: flex-start; }
  .specialty-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-actions { display: flex; flex-wrap: wrap; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
}

@media (min-width: 900px) {
  body { padding-bottom: 0; }
  .section { padding: 120px 0; }
  .site-header { background: rgba(244, 248, 247, .9); }
  .header-inner { min-height: 82px; }
  .desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
  .desktop-nav a { font-size: .86rem; color: var(--muted); font-weight: 650; }
  .desktop-nav a:hover { color: var(--sea); }
  .header-cta { display: inline-flex; }
  .menu-button, .mobile-menu { display: none !important; }
  .hero { padding: 72px 0 105px; }
  .hero-grid { grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr); gap: 70px; }
  .portrait-frame img { aspect-ratio: .9 / 1; object-position: 52% center; }
  .availability-card { position: absolute; left: -54px; right: 32px; bottom: -42px; margin: 0; }
  .split-heading { grid-template-columns: 1fr .8fr; gap: 90px; align-items: end; margin-bottom: 56px; }
  .split-heading > p { margin-bottom: 8px; }
  .principles-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .principle-card { min-height: 370px; padding: 34px; }
  .specialties { padding-top: 30px; }
  .specialty-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .specialty-card { padding: 30px; min-height: 260px; }
  .specialty-card:nth-child(4), .specialty-card:nth-child(5) { grid-column: span 1; }
  .adhs-grid { grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
  .adhs-panel { padding: 14px 32px 28px; }
  .centered-heading { max-width: 760px; text-align: center; margin-inline: auto; margin-bottom: 54px; }
  .process-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .process-grid article { padding: 32px; padding-top: 96px; min-height: 310px; }
  .step { left: 32px; top: 32px; }
  .costs-grid { grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: start; }
  .sticky-heading { position: sticky; top: 130px; }
  .about-grid { grid-template-columns: 1fr .92fr; gap: 86px; }
  .about-image img { min-height: 570px; }
  .contact-card { grid-template-columns: 1.2fr .8fr; gap: 80px; padding: 60px; }
  .contact-details { border-top: 0; border-left: 1px solid rgba(255,255,255,.22); padding-left: 40px; }
  .site-footer { padding-bottom: 40px; }
  .footer-bottom { grid-template-columns: 1fr auto; }
  .mobile-bottom-bar { display: none; }
}

@media (min-width: 1180px) {
  .specialty-grid { grid-template-columns: repeat(3, 1fr); }
  .specialty-card { min-height: 330px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}

/* Ergänzungen im visuellen System des ursprünglichen Smartphone-first-Entwurfs */
.philosophy { background: var(--bg); }
.philosophy .about-image img { object-position: center; }

.page-hero { position: relative; overflow: hidden; padding: 54px 0 70px; }
.page-hero::after { content: ""; position: absolute; inset: auto -35% 0 25%; height: 260px; border: 1px solid rgba(23, 103, 116, .08); border-radius: 50%; transform: rotate(-10deg); pointer-events: none; }
.page-hero-inner { position: relative; z-index: 1; max-width: 820px; }
.page-hero h1 { margin-bottom: 22px; }
.page-hero p { max-width: 720px; font-size: 1.03rem; line-height: 1.75; }
.page-actions { display: flex; flex-direction: column; align-items: stretch; gap: 14px; margin-top: 26px; }
.page-actions .text-link { justify-content: center; min-height: 44px; }
.content-section { background: var(--surface); }
.content-section.alt { background: var(--bg); }
.content-cards { display: grid; gap: 14px; }
.content-card { padding: 26px 24px; border-radius: var(--radius); border: 1px solid var(--line); background: var(--bg); }
.content-section.alt .content-card { background: var(--surface); }
.content-card p:last-child, .content-card ul:last-child { margin-bottom: 0; }
.content-card ul { color: var(--muted); padding-left: 1.15rem; margin-bottom: 0; }
.content-card li + li { margin-top: 8px; }
.content-card.dark { background: var(--ink); color: white; border-color: transparent; }
.content-card.dark p, .content-card.dark li { color: rgba(255,255,255,.7); }
.content-card .eyebrow { margin-bottom: 16px; }
.content-card .price-chip { margin-top: 20px; }
.legal-copy { max-width: 820px; }
.legal-copy h2 { margin-top: 38px; font-size: clamp(1.6rem, 6vw, 2.4rem); }
.legal-copy h2:first-child { margin-top: 0; }
.legal-copy h3 { margin-top: 28px; font-size: 1.15rem; }
.legal-copy p, .legal-copy li { color: var(--muted); }
.legal-copy ul { padding-left: 1.15rem; }
.legal-note { padding: 18px 20px; border: 1px solid rgba(122,95,68,.2); background: #fbf6ef; border-radius: 16px; color: #725d46; margin-bottom: 32px; }
.legal-note p { color: inherit; margin: 0; }

@media (min-width: 640px) {
  .page-actions { flex-direction: row; align-items: center; }
  .page-actions .text-link { justify-content: flex-start; }
}

@media (min-width: 900px) {
  .page-hero { padding: 88px 0 100px; }
  .content-cards.cols-2 { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .content-cards.cols-3 { grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .content-card { padding: 34px; }
}

.capacity-note { color: var(--sea) !important; font-weight: 400; }
.philosophy { background: var(--bg); }
.philosophy .about-image img { object-position: center; }


.inline-detail-link { margin-top: 14px; }
.kostenerstattung-layout { display: grid; gap: 18px; }
.kostenerstattung-intro { overflow: hidden; }
.kostenerstattung-intro h2 {
  font-size: clamp(1.9rem, 4vw, 3.4rem);
  line-height: 1.04;
  letter-spacing: -.03em;
  overflow-wrap: break-word;
}
.kostenerstattung-intro p:last-child { margin-bottom: 0; }
.infographic-card { padding: 18px; }
.infographic-image { width: 100%; height: auto; display: block; border-radius: calc(var(--radius) - 8px); border: 1px solid var(--line); background: white; }
.infographic-card figcaption { margin-top: 12px; color: var(--muted); font-size: .95rem; }
@media (min-width: 900px) {
  .kostenerstattung-layout { grid-template-columns: minmax(320px, 380px) minmax(0, 1fr); align-items: start; }
  .kostenerstattung-intro { position: sticky; top: 100px; }
}
