/* Lokaler Designentwurf. Ausschließlich selbst gehostete Ressourcen. */
:root {
  color-scheme: light;
  --paper: #f6f5ef;
  --paper-alt: #eeeee5;
  --ink: #243b32;
  --muted: #58655c;
  --line: #ccd2c5;
  --forest: #233f34;
  --on-forest: #f5f4e9;
  --sage: #c7d5a6;
  --display: 'Instrument Serif', Georgia, serif;
  --body: 'Inter', system-ui, sans-serif;
  --content: 1264px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.75 var(--body); -webkit-font-smoothing: antialiased; }
::selection { background: var(--sage); color: #182e23; }
img, svg { display: block; max-width: 100%; height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; cursor: pointer; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 5px; }
a:hover { text-decoration-color: currentColor; }
:focus-visible { outline: 2px solid currentColor; outline-offset: 6px; }
p { margin: 0 0 1.2em; }
h1, h2, h3 { margin: 0; font-weight: 400; }
h1, h2 { font-family: var(--display); letter-spacing: -.028em; line-height: 1.05; text-wrap: balance; }
h2 { font-size: clamp(42px, 4.6vw, 66px); }
h3 { font-size: 23px; line-height: 1.35; letter-spacing: -.04em; }
.container { width: min(var(--content), calc(100% - 112px)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 24px; z-index: 100; background: var(--paper); color: var(--ink); padding: 12px 20px; }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; top: 0; z-index: 10; background: var(--paper); }
.nav { min-height: 90px; display: flex; justify-content: space-between; align-items: center; gap: 24px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; white-space: nowrap; font-size: 14px; font-weight: 550; letter-spacing: -.035em; }
.brand img { width: 35px; height: 35px; border-radius: 50%; filter: grayscale(1); mix-blend-mode: multiply; }
.nav-links { display: flex; align-items: center; gap: 26px; font-size: 12px; }
.nav-links a { text-decoration: none; position: relative; padding-block: 12px; }
.nav-links a::after { content: ''; position: absolute; height: 1px; bottom: 5px; left: 0; right: 0; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform 180ms ease; }
.nav-links a:hover::after, .nav-links a:focus-visible::after { transform: scaleX(1); }
.eyebrow { display: flex; align-items: center; gap: 11px; font-size: 10px; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; line-height: 1.5; margin-bottom: 26px; }
.eyebrow::before { content: ''; width: 6px; height: 6px; background: currentColor; flex: 0 0 6px; }
.home .hero { padding-top: 56px; padding-bottom: 88px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .8fr); column-gap: clamp(48px, 8vw, 136px); row-gap: 23px; }
.hero-copy { display: contents; }
.hero-copy > .eyebrow { grid-column: 1 / -1; margin: 0; }
.hero-copy h1 { grid-column: 1 / -1; font-size: clamp(70px, 8.7vw, 132px); line-height: .98; letter-spacing: -.035em; padding-bottom: 23px; }
.hero-copy h1 em { display: block; font-weight: 400; color: var(--muted); }
.hero-copy > p { grid-column: 1; margin: 0; color: var(--muted); max-width: 60ch; font-size: 14px; line-height: 1.8; }
.hero-copy .hero-note { font-size: clamp(20px, 1.8vw, 25px); line-height: 1.45; color: var(--ink); letter-spacing: -.035em; }
.cta-row { display: flex; flex-wrap: wrap; gap: 26px; align-items: center; grid-column: 1; padding-top: 7px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 48px; padding: 12px 20px; text-decoration: none; font-size: 12px; font-weight: 500; transition: background 150ms ease, color 150ms ease; }
.button-primary, .error-content .button { background: var(--forest); color: var(--on-forest); border: 1px solid var(--forest); }
.button-primary::after, .error-content .button::after { content: ''; width: 16px; height: 16px; background: currentColor; clip-path: polygon(0 46%, 78% 46%, 48% 16%, 54% 10%, 94% 50%, 54% 90%, 48% 84%, 78% 54%, 0 54%); }
.button-primary:hover, .error-content .button:hover { background: #45614c; }
.button-secondary { padding-inline: 0; border-bottom: 1px solid var(--line); }
.button-secondary:hover { border-bottom-color: currentColor; }
.hero-aside { grid-column: 2; grid-row: 3 / 6; padding: 27px 32px; background: var(--forest); color: var(--on-forest); position: relative; align-self: stretch; }
.hero-aside::before { content: ''; position: absolute; top: 0; left: 0; width: 40px; height: 3px; background: var(--sage); }
.hero-aside dl { margin: 0; display: grid; height: 100%; align-content: space-between; gap: 15px; }
.hero-aside dl > div + div { padding-top: 15px; border-top: 1px solid #59705e; }
.hero-aside dt { font-size: 9px; letter-spacing: .15em; text-transform: uppercase; color: var(--sage); margin-bottom: 5px; }
.hero-aside dd { font-size: 12px; line-height: 1.75; margin: 0; max-width: 46ch; }
.section { padding-block: 104px; }
.grid-two, .public-role { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(50px, 9vw, 145px); }
.grid-two h2, .public-role h2 { max-width: 15ch; }
.text { color: var(--muted); }
.text > :last-child { margin-bottom: 0; }
#profil { background: var(--forest); color: var(--on-forest); position: relative; }
#profil .eyebrow { color: var(--sage); }
#profil .text { color: #e1e7d8; padding-top: 40px; font-size: 17px; line-height: 1.85; }
#profil .text p + p { color: #bfcbb9; font-size: 14px; }
#schwerpunkte .container { padding-bottom: 100px; border-bottom: 1px solid var(--line); }
#schwerpunkte { padding-bottom: 0; }
.card-grid { counter-reset: discipline; }
.card { position: relative; padding: 27px 0 27px 48px; border-top: 1px solid var(--line); counter-increment: discipline; }
.card::before { content: '0' counter(discipline); position: absolute; top: 31px; left: 0; font-size: 10px; font-variant-numeric: tabular-nums; color: var(--muted); }
.card:last-child { padding-bottom: 0; }
.card h3 { max-width: 27ch; }
.card p { color: var(--muted); font-size: 14px; line-height: 1.8; margin: 12px 0 0; max-width: 48ch; }
.experience-copy { position: sticky; top: 135px; align-self: start; }
.experience-copy p { margin-top: 26px; font-size: 14px; line-height: 1.85; color: var(--muted); max-width: 44ch; }
.experience-list { border-left: 1px solid var(--line); }
.experience-item { padding: 0 0 54px 32px; position: relative; }
.experience-item::before { content: ''; position: absolute; left: -4px; top: 8px; width: 7px; height: 7px; background: var(--ink); }
.experience-item:last-child { padding-bottom: 0; }
.experience-meta { display: flex; flex-wrap: wrap; column-gap: 14px; row-gap: 7px; margin-bottom: 22px; font-size: 11px; line-height: 1.5; color: var(--muted); }
.experience-meta span:first-child { width: 100%; color: var(--ink); font-size: 17px; font-weight: 550; letter-spacing: -.03em; }
.experience-meta span:last-child { border-left: 1px solid var(--line); padding-left: 14px; }
.experience-item h3 { font-family: var(--display); font-size: 35px; letter-spacing: -.015em; max-width: 25ch; }
.experience-item ul { list-style: none; margin: 20px 0 0; padding: 0; color: var(--muted); font-size: 13px; }
.experience-item li { padding: 9px 0 9px 16px; border-bottom: 1px solid var(--line); position: relative; }
.experience-item li::before { content: ''; width: 4px; height: 4px; position: absolute; left: 0; top: 19px; border-radius: 50%; background: currentColor; }
.experience-item li:last-child { border-bottom: 0; }
#rolle, .photo-section { background: var(--paper-alt); }
.public-role .text > p { font-size: 14px; padding-top: 40px; }
.quote-box { margin-top: 40px; padding-top: 30px; border-top: 1px solid var(--line); }
.quote-box p { font-family: var(--display); font-size: clamp(30px, 3vw, 43px); line-height: 1.16; font-style: italic; color: var(--ink); max-width: 24ch; }
.photo-section { padding-top: 0; }
.photo-block { margin: 0; display: grid; grid-template-columns: minmax(0, 1fr) 190px; align-items: end; gap: 30px; }
.photo-block picture { display: block; }
.photo-block img { width: 100%; height: auto; }
.photo-block figcaption { font-size: 11px; color: var(--muted); line-height: 1.8; border-top: 1px solid var(--line); padding-top: 16px; }
#kontakt { background: var(--forest); color: var(--on-forest); padding-block: 90px; }
.contact-wrap { display: block; }
.contact-text { display: grid; grid-template-columns: 1.2fr .8fr; gap: 20px 95px; align-items: end; }
.contact-text .eyebrow { grid-column: 1 / -1; margin-bottom: 8px; color: var(--sage); }
.contact-text h2 { max-width: 19ch; font-size: clamp(46px, 4.7vw, 67px); }
.contact-text p { font-size: 13px; line-height: 1.85; margin: 0; color: #cdd7c4; max-width: 46ch; }
.contact-mail { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #59705e; margin-top: 64px; padding-top: 27px; text-decoration: none; font-family: var(--display); font-size: clamp(34px, 5.1vw, 74px); letter-spacing: -.015em; line-height: 1.2; }
.contact-mail::after { content: ''; flex: 0 0 45px; height: 45px; background: var(--sage); clip-path: polygon(18% 14%, 88% 14%, 88% 84%, 80% 84%, 80% 28%, 16% 92%, 10% 86%, 74% 22%, 18% 22%); transition: transform 180ms ease; }
.contact-mail:hover::after { transform: translate(3px, -3px); }
.site-footer { padding-block: 28px; color: var(--muted); font-size: 10px; }
.footer-row { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 24px; }
.footer-brand { font-size: 11px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 25px; }
.footer-links a { text-decoration: none; padding-block: 9px; }
.footer-links a:hover { text-decoration: underline; }
.footer-divider { border: 0; height: 1px; background: var(--line); margin: 22px 0 20px; }
.network-footer { font-size: 11px; line-height: 2; }
.network-footer p { margin: 0; }
.network-footer strong { font-weight: 700; color: var(--ink); margin-right: 9px; }
.network-footer .network-title { color: var(--ink); margin-bottom: 8px; }
.network-footer a { white-space: nowrap; }
/* Satzspiegel und Hierarchie der rechtlichen Angaben. */
.legal .hero { padding: 70px 0 62px; border-bottom: 1px solid var(--line); }
.legal .hero h1 { font-size: clamp(45px, 7.8vw, 108px); overflow-wrap: anywhere; }
.legal .hero .footer-note { margin-top: 24px; }
.legal .footer-note { font-size: 12px; color: var(--muted); }
.legal .content-box { padding-block: 48px; border-bottom: 1px solid var(--line); max-width: 880px; margin-inline: auto; }
.legal .content-box h2 { font-size: clamp(31px, 3.2vw, 44px); margin-bottom: 30px; max-width: 30ch; }
.legal .content-box h3 { font-family: var(--body); font-size: 17px; font-weight: 550; letter-spacing: -.025em; }
.legal .content-box p, .legal .content-box li { font-size: 14px; color: var(--muted); line-height: 1.9; overflow-wrap: anywhere; }
.legal .stack > * + * { margin-top: 19px; }
.legal .content-box > :last-child { margin-bottom: 0; }
.legal .site-footer { margin-top: 45px; }
.error-card { min-height: calc(100svh - 205px); display: grid; grid-template-columns: .75fr 1fr; gap: 70px; align-items: center; padding-block: 80px; }
.error-number { font-family: var(--display); font-size: clamp(150px, 26vw, 380px); letter-spacing: -.065em; line-height: 1; color: var(--muted); }
.error-content h1 { font-size: clamp(48px, 5.3vw, 78px); margin-bottom: 25px; }
.error-content .explanation { color: var(--muted); font-size: 14px; }
.error-content .button { margin-top: 14px; }
/* Alle Inhalte sind auch ohne JavaScript sichtbar. Keine Scroll-Abhängigkeit. */
[data-reveal] { opacity: 1; transform: none; }
@media (min-width: 1450px) { .hero-grid { column-gap: 135px; } }
@media (max-width: 1100px) {
  .container { width: calc(100% - 72px); }
  .nav-links { gap: 17px; font-size: 11px; }
  .brand { font-size: 12px; }
  .hero-grid { column-gap: 48px; }
  .hero-aside { padding: 25px; }
  .grid-two, .public-role { gap: 55px; }
  .contact-text { gap: 20px 55px; }
  .photo-block { grid-template-columns: 1fr 160px; gap: 24px; }
}
@media (max-width: 820px) {
  html { scroll-padding-top: 133px; }
  .container { width: calc(100% - 48px); }
  .nav { flex-wrap: wrap; gap: 0; padding-top: 14px; padding-bottom: 10px; }
  .brand { font-size: 13px; padding-bottom: 5px; }
  .brand img { width: 30px; height: 30px; }
  .nav-links { width: 100%; justify-content: space-between; gap: 12px; }
  .home .hero { padding-top: 39px; padding-bottom: 56px; }
  .hero-copy h1 { font-size: clamp(62px, 9.3vw, 87px); padding-bottom: 12px; }
  .hero-grid { grid-template-columns: 1fr; gap: 23px; }
  .hero-aside { grid-column: 1; grid-row: auto; margin-top: 13px; padding: 26px; }
  .hero-aside dl { grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .hero-aside dl > div + div { border-top: 0; border-left: 1px solid #59705e; padding-top: 0; padding-left: 22px; }
  .hero-copy > p { max-width: 64ch; }
  .hero-copy .hero-note { max-width: 46ch; }
  .section { padding-block: 72px; }
  .grid-two, .public-role { grid-template-columns: 1fr; gap: 34px; }
  .grid-two h2, .public-role h2 { max-width: 20ch; }
  #profil .text, .public-role .text > p { padding-top: 0; }
  #schwerpunkte { padding-bottom: 0; }
  #schwerpunkte .container { padding-bottom: 70px; }
  .card-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
  .card { padding-left: 35px; }
  .card h3 { font-size: 21px; }
  .experience-copy { position: static; }
  .experience-copy p { max-width: 68ch; }
  .experience-list { margin-left: 4px; }
  .quote-box p { max-width: 32ch; }
  .photo-section { padding-top: 0; }
  .photo-block { grid-template-columns: 1fr; gap: 20px; }
  .photo-block figcaption { max-width: 70ch; border-top: 0; padding-top: 0; }
  .contact-text { grid-template-columns: 1fr; gap: 24px; }
  .contact-text h2 { max-width: 21ch; }
  .contact-text p { max-width: 67ch; }
  .contact-mail { font-size: clamp(33px, 6vw, 54px); margin-top: 40px; }
  .error-card { grid-template-columns: 1fr; gap: 35px; padding-block: 55px; }
  .error-number { font-size: 140px; }
}
@media (max-width: 480px) {
  .container { width: calc(100% - 40px); }
  .nav-links { gap: 9px; font-size: 11px; }
  .nav-links a { min-height: 44px; display: inline-flex; align-items: center; padding-block: 10px; }
  .hero-copy h1 { font-size: clamp(48px, 12vw, 61px); line-height: 1.02; letter-spacing: -.035em; text-wrap: initial; }
  .hero-copy h1 em { max-width: 11ch; }
  .hero-copy .hero-note { font-size: 21px; }
  .hero-copy > p { font-size: 13px; }
  .hero-aside dl { grid-template-columns: 1fr; gap: 17px; }
  .hero-aside dl > div + div { border-left: 0; border-top: 1px solid #59705e; padding-left: 0; padding-top: 15px; }
  .hero-aside dd { font-size: 12px; }
  .cta-row { gap: 20px; }
  .button { font-size: 11px; gap: 18px; }
  .eyebrow { font-size: 9px; letter-spacing: .12em; margin-bottom: 22px; }
  h2 { font-size: 44px; }
  .section { padding-block: 58px; }
  #profil .text { font-size: 16px; }
  #schwerpunkte { padding-bottom: 0; }
  #schwerpunkte .container { padding-bottom: 58px; }
  .card-grid { grid-template-columns: 1fr; gap: 0; }
  .card { padding-block: 24px; padding-left: 36px; }
  .card::before { top: 27px; }
  .experience-item { padding-left: 23px; }
  .experience-item h3 { font-size: 32px; }
  .experience-meta span:last-child { padding-left: 0; border-left: 0; width: 100%; }
  .photo-section { padding-top: 0; }
  #kontakt { padding-block: 58px; }
  .contact-text h2 { font-size: 45px; }
  .contact-mail { font-size: clamp(28px, 8.1vw, 39px); }
  .contact-mail::after { flex-basis: 26px; height: 26px; }
  .footer-row { gap: 16px; }
  .footer-links { gap: 18px; font-size: 11px; }
  .network-footer { font-size: 11px; }
  .network-footer p + p { margin-top: 8px; }
  .network-footer strong { display: block; }
  .legal .hero { padding-block: 47px; }
  .legal .hero h1 { font-size: clamp(30px, 8vw, 40px); letter-spacing: -.04em; }
  .legal .content-box { padding-block: 35px; }
  .legal .content-box h2 { font-size: 34px; }
}
@media (max-width: 360px) {
  .nav-links { font-size: 10px; gap: 7px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media print {
  :root { --paper: #fff; --paper-alt: #fff; --ink: #000; --muted: #333; --forest: #fff; --on-forest: #000; --sage: #333; --line: #aaa; }
  .site-header { position: static; }
  .nav-links { display: none !important; }
  .container { width: 100%; }
  .section { padding-block: 30px; }
  .hero-copy h1 { font-size: 64px; }
  .hero-aside, #profil, #kontakt { border-block: 1px solid #aaa; }
  #profil .text, #profil .text p + p, .contact-text p { color: #333; }
  .experience-copy { position: static; }
  a { text-decoration: underline; }
}
