/* Automatisch erzeugt aus Assets/css/style.css. Änderungen über Werkzeuge/build-page-css.py übernehmen. */
:root {--ink: #202529;
  --forest: #344b5b;
  --sage: #aebbc4;
  --mint: #edf1f3;
  --cream: #f6f7f7;
  --paper: #ffffff;
  --coral: #6f8290;
  --line: rgba(32, 37, 41, .14);
  --serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;}
* {box-sizing: border-box;}
html {scroll-behavior: smooth;}
body {margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 17px; line-height: 1.65;}
a {color: inherit; text-decoration: none; overflow-wrap: anywhere;}
img {max-width: 100%;}
h1, h2, p {margin-top: 0;}
h1, h2 {line-height: 1.12; text-wrap: balance;}
h1, h2 {font-family: var(--serif); font-weight: 600; letter-spacing: .045em; text-transform: uppercase;}
h1 {max-width: 100%; margin-bottom: 1.8rem; font-size: clamp(2.35rem, 3.6vw, 3.6rem); overflow-wrap: anywhere;}
h2 {font-size: clamp(1.8rem, 3.1vw, 3rem); margin-bottom: 1.5rem; overflow-wrap: anywhere;}
.shell {width: min(1400px, calc(100% - 48px)); margin-inline: auto;}
.section {padding: 110px 0;}
.eyebrow, .section-label, .card-kicker, .footer-label {font-size: .75rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;}
.eyebrow {color: var(--coral); margin-bottom: 1.4rem;}
.lead {max-width: 760px; font-size: clamp(1.15rem, 2vw, 1.4rem); color: rgba(32, 37, 41, .8);}
.skip-link {position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; background: white;}
.skip-link:focus {top: 1rem;}
.sr-only {position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;}
.site-header {position: relative; z-index: 20; background: var(--paper); border-bottom: 1px solid var(--line);}
.header-inner {min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 2rem;}
.brand {display: inline-flex; align-items: center; gap: .75rem; font-size: .95rem; line-height: 1.15;}
.brand strong {display: block; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;}
.brand-logo {display: block; width: 62px; height: 62px; object-fit: cover; background: white; border-radius: 2px;}
.footer-brand .brand-logo {width: 76px; height: 76px;}
.main-nav {display: flex; align-items: center; gap: 2rem; font-size: .92rem;}
.main-nav a:not(.nav-cta) {border-bottom: 1px solid transparent;}
.main-nav a:hover, .main-nav a.active {border-color: currentColor;}
.main-nav .nav-cta {padding: .72rem 1.1rem; color: white; background: var(--forest); border-radius: 2px;}
.nav-toggle {display: none; border: 0; background: none; padding: .5rem;}
.nav-toggle > span:not(.sr-only) {display: block; width: 24px; height: 2px; margin: 5px; background: var(--ink);}
.button-row {display: flex; align-items: center; gap: 1.8rem; margin-top: 2.3rem;}
.button {display: inline-flex; justify-content: center; align-items: center; gap: .8rem; min-height: 54px; padding: .8rem 1.35rem; border-radius: 2px; font-weight: 600; letter-spacing: .03em;}
.button-primary {color: white; background: var(--forest);}
.button:hover {transform: translateY(-2px);}
.text-link {display: inline-flex; gap: .5rem; align-items: center; font-weight: 600; border-bottom: 1px solid currentColor;}
.split {display: grid; grid-template-columns: .65fr 2fr; gap: 50px;}
.section-label {padding-top: .6rem;}
.page-hero {padding: 110px 0 95px; background: var(--cream);}
.page-hero h1 {font-size: clamp(2.35rem, 3.5vw, 3.5rem);}
.contact-grid {display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end;}
.contact-card {padding: 2rem; background: var(--paper); border: 1px solid var(--line);}
.contact-link {display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); font-size: 1.15rem; font-weight: 600;}
.contact-note {margin: 1.5rem 0 0; font-size: .9rem; color: rgba(32,37,41,.65);}
.check-list {list-style: none; padding: 0; margin: 0 0 2rem;}
.check-list li {padding: .8rem 0 .8rem 2rem; border-bottom: 1px solid var(--line); position: relative;}
.check-list li::before {content: "✓"; position: absolute; left: 0; color: var(--coral); font-weight: bold;}
.site-footer {padding: 75px 0 25px; color: white; background: #283b48;}
.footer-grid {display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; padding-bottom: 65px;}
.footer-grid > div:not(:first-child) {display: flex; flex-direction: column; align-items: flex-start; gap: .5rem;}
.footer-label {color: var(--sage); margin-bottom: .8rem;}
.footer-grid span {line-height: 1.45;}
.footer-bottom {display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.18); font-size: .82rem; color: rgba(255,255,255,.65);}
@media (max-width: 980px) {
body {font-size: 16px;}
.shell {width: min(100% - 32px, 1400px);}
.section {padding: 75px 0;}
.nav-toggle {display: block;}
.main-nav {display: none; position: absolute; top: 88px; left: 0; right: 0; padding: 1.5rem 24px 2rem; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 1rem;}
.main-nav.open {display: flex;}
.main-nav .nav-cta {text-align: center;}
.contact-grid {grid-template-columns: 1fr; gap: 45px;}
.split {grid-template-columns: 1fr; gap: 20px;}
.footer-grid {grid-template-columns: 1fr 1fr;}
.footer-brand {grid-column: 1 / -1;}
}
@media (max-width: 520px) {
h1 {font-size: 2.3rem; letter-spacing: .025em;}
h2 {font-size: 1.85rem; letter-spacing: .03em;}
.page-hero h1 {font-size: 2.3rem;}
.button-row {align-items: stretch; flex-direction: column;}
.button-row .text-link {align-self: flex-start;}
.footer-grid {grid-template-columns: 1fr;}
.footer-brand {grid-column: auto;}
.footer-bottom {flex-direction: column;}
}
@media (prefers-reduced-motion: reduce) {
html {scroll-behavior: auto;}
*, *::before, *::after {transition: none !important;}
}
