/* 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, h3, p {margin-top: 0;}
h1, h2, h3 {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;}
h3 {font-size: 1.4rem; margin-bottom: .8rem;}
.shell {width: min(1400px, calc(100% - 48px)); margin-inline: auto;}
.narrow {max-width: 920px;}
.section {padding: 110px 0;}
.eyebrow, .section-label, .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);}
.large-copy {max-width: 800px; font-size: clamp(1.25rem, 2.2vw, 1.7rem);}
.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 {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-light {color: var(--forest); background: white;}
.button:hover {transform: translateY(-2px);}
.enlargeable-image::before {content: "Bild vergrößern ↗"; position: absolute; z-index: 3; top: 1rem; right: 1rem; padding: .48rem .7rem; color: white; background: rgba(40,59,72,.9); font-size: .68rem; font-weight: 700; letter-spacing: .04em; opacity: 0; transform: translateY(-4px); transition: opacity .2s ease, transform .2s ease;}
.enlargeable-image:hover::before, .enlargeable-image:focus-visible::before {opacity: 1; transform: translateY(0);}
.enlargeable-image:focus-visible {outline: 3px solid var(--coral); outline-offset: -3px;}
.section-label {padding-top: .6rem;}
.section-heading {display: flex; justify-content: space-between; gap: 2rem; align-items: flex-end; margin-bottom: 3rem;}
.section-heading > div {max-width: 750px;}
.section-heading h2 {margin-bottom: 0;}
.cta-section {padding: 110px 0; text-align: center; color: white; background: var(--forest);}
.cta-inner {display: flex; flex-direction: column; align-items: center;}
.cta-inner h2 {max-width: 850px;}
.cta-inner .eyebrow {color: var(--sage);}
.page-hero {padding: 110px 0 95px; background: var(--cream);}
.page-hero h1 {font-size: clamp(2.35rem, 3.5vw, 3.5rem);}
blockquote {margin: 0 0 1.5rem; font-family: var(--serif); font-size: clamp(2.3rem, 5vw, 4.7rem); line-height: 1.18; letter-spacing: -.03em;}
.gallery-note {margin: 0; padding-left: 1.3rem; border-left: 2px solid var(--coral); color: rgba(32,37,41,.7); font-size: .9rem; line-height: 1.5;}
.charity-hero .narrow {max-width: 980px; margin-inline: auto; text-align: center;}
.charity-hero .lead {margin-inline: auto;}
.charity-timeline {background: var(--paper);}
.charity-entry {padding-top: 1rem;}
.charity-entry + .charity-entry {margin-top: 110px; padding-top: 110px; border-top: 1px solid var(--line);}
.charity-entry-header {display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 50px; align-items: start; margin-bottom: 3.5rem; padding-top: 2rem; border-top: 1px solid var(--line);}
.charity-entry-header time {display: block; padding-top: .65rem; color: var(--coral); font-size: .82rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;}
.charity-entry-header .section-label {margin-bottom: .9rem; color: var(--coral);}
.charity-entry-header h2 {max-width: 900px; margin-bottom: 0;}
.charity-feature, .charity-report {display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: start;}
.charity-copy > p:not(.large-copy) {max-width: 800px;}
.charity-image {margin: 0;}
.charity-image .enlargeable-image {display: block; position: relative; overflow: hidden; background: var(--mint); cursor: zoom-in;}
.charity-image img {display: block; width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: contain;}
.charity-image figcaption {padding-top: .8rem; color: rgba(32,37,41,.65); font-size: .82rem;}
.charity-quote {margin: 2.5rem 0 0; padding: 2rem; color: white; background: var(--forest);}
.charity-quote p {margin-bottom: 1.2rem; font-family: var(--sans); font-size: clamp(1.25rem, 2vw, 1.65rem); line-height: 1.45; letter-spacing: 0;}
.charity-quote cite {color: var(--sage); font-size: .78rem; font-style: normal; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;}
.charity-report {grid-template-columns: .95fr 1.05fr; align-items: center; margin-top: 80px; padding: 70px; background: var(--mint);}
.charity-report h3 {max-width: 680px; font-size: clamp(1.65rem, 2.4vw, 2.3rem); text-transform: uppercase;}
.charity-report p:not(.section-label) {max-width: 690px;}
.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;}
.charity-feature, .charity-report {grid-template-columns: 1fr; gap: 45px;}
.section-heading {align-items: flex-start; flex-direction: column;}
.charity-entry-header {grid-template-columns: 1fr; gap: .3rem; margin-bottom: 2.5rem;}
.charity-entry-header time {padding-top: 0;}
.charity-report {margin-top: 60px; padding: 45px;}
.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;}
.gallery-note {font-size: .82rem;}
.charity-entry-header {padding-top: 1.4rem;}
.charity-feature, .charity-report {gap: 30px;}
.charity-report {margin-inline: -16px; padding: 38px 16px;}
.charity-image {width: 100%;}
.charity-quote {padding: 1.4rem;}
.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;}
}
