:root{
  --green:#0b5a45;
  --green-dark:#073f32;
  --orange:#f18a00;
  --red:#9f2432;
  --yellow:#f2b400;
  --ink:#20312b;
  --muted:#65716c;
  --cream:#f6f1e7;
  --line:#ded8cc;
  --white:#fff;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.6;background:#fff}
img{max-width:100%}
.wrap{width:min(var(--max),calc(100% - 40px));margin:auto}
.skip{position:absolute;left:-9999px}.skip:focus{left:16px;top:16px;background:#fff;padding:10px;z-index:99}
.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.98);border-bottom:1px solid var(--line)}
.nav-wrap{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand img{display:block;width:76px;height:76px;object-fit:cover}
.site-header nav{display:flex;gap:18px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.site-header nav a{color:var(--ink);text-decoration:none;font-size:12px;letter-spacing:.075em;font-weight:600;white-space:nowrap}.site-header nav a:hover{color:var(--green)}
.menu-toggle{display:none;border:1px solid var(--line);background:#fff;padding:8px 12px}
.hero{height:650px;position:relative;display:flex;align-items:center;overflow:hidden}
.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.78) 34%,rgba(255,255,255,.18) 62%,rgba(255,255,255,0) 100%)}
.hero-copy{position:relative}.hero-copy>*{max-width:620px}
.eyebrow{text-transform:uppercase;letter-spacing:.13em;font-size:12px;font-weight:700;margin:0 0 14px;color:var(--green)}
.eyebrow.dark{color:var(--green)}
h1,h2{font-family:Georgia,"Times New Roman",serif;font-weight:500;line-height:1.08}
h1{font-size:clamp(48px,6vw,78px);margin:0 0 22px;color:var(--green-dark)}
h2{font-size:clamp(34px,4vw,52px);margin:0 0 22px}
h3{font-size:22px;line-height:1.25;margin:0 0 10px}
.hero-copy>p:not(.eyebrow){font-size:19px;color:#35433e}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.button{display:inline-flex;padding:13px 20px;text-decoration:none;font-weight:700;border:1px solid transparent}
.primary{background:var(--green);color:#fff}.quiet{background:#fff;color:var(--green);border-color:var(--green)}.secondary{background:var(--green);color:#fff}
.intro{display:grid;grid-template-columns:1fr 1fr;gap:80px;padding:105px 0}.intro-copy p{font-size:18px;margin-top:0}
.text-link,.project-card a,.news a{color:var(--green);font-weight:700;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:2px}
.projects{background:var(--cream);padding:92px 0}.section-heading{margin-bottom:38px}.project-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.project-card{background:#fff;border:1px solid var(--line);display:grid;grid-template-columns:45% 55%;min-height:260px}
.project-card img{width:100%;height:100%;object-fit:cover}.project-card>div{padding:30px}.project-card:nth-child(2){border-top:5px solid var(--orange)}.project-card:nth-child(3){border-top:5px solid var(--red)}.project-card:nth-child(4){border-top:5px solid var(--yellow)}
.project-card p{color:var(--muted)}
.history{padding:110px 0}.history-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center}.history-images{display:grid;grid-template-columns:1.45fr .8fr;gap:14px}.history-images img{width:100%;height:100%;object-fit:cover;min-height:390px}.history-images img:last-child{min-height:390px;object-position:center}
.history-copy p{font-size:17px;color:#45524d}.history-copy .button{margin-top:10px}
.voice{padding:0 0 110px}.voice figure{margin:0;background:var(--green-dark);color:#fff;display:grid;grid-template-columns:38% 62%;align-items:center}.voice img{width:100%;height:100%;object-fit:cover;min-height:420px}.voice figcaption{padding:60px}.voice blockquote{font-family:Georgia,"Times New Roman",serif;font-size:clamp(25px,3vw,39px);line-height:1.35;margin:0}.voice figcaption p{color:#d6e3de;margin-top:24px}
.news{padding:92px 0;background:#faf9f6}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:35px}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.news article{background:#fff;padding:28px;border-top:3px solid var(--green)}.news time{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.news p{color:var(--muted)}
.news-grid-single{grid-template-columns:1fr}.news-grid-single article{max-width:none}
.trust{padding:70px 0;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.trust div{padding:8px 35px;border-right:1px solid var(--line)}.trust div:last-child{border-right:0}.trust strong,.trust span{display:block}.trust strong{font-family:Georgia,"Times New Roman",serif;font-size:27px;color:var(--green)}.trust span{color:var(--muted);font-size:14px}
.help{background:var(--green);color:#fff;padding:100px 0}.help .eyebrow{color:#f6c266}.help-inner{display:grid;grid-template-columns:1fr 1fr;gap:80px}.help-links{display:grid;gap:12px}.help-links a{display:flex;flex-direction:column;color:#fff;text-decoration:none;padding:20px;border:1px solid rgba(255,255,255,.38)}.help-links a:hover{background:rgba(255,255,255,.08)}.help-links span{color:rgba(255,255,255,.75);font-size:14px}
footer{background:#17241f;color:#dce5e1}.footer-grid{padding:55px 0;display:grid;grid-template-columns:.8fr 2.2fr 1.25fr;gap:48px}.footer-logo img{width:90px;height:90px;object-fit:cover}.footer-grid a,.footer-grid p{display:block;color:#aebdb6;text-decoration:none;font-size:14px;margin:8px 0}.prototype-note{text-align:center;padding:16px;border-top:1px solid rgba(255,255,255,.1);font-size:12px;color:#8ea097}
@media(max-width:900px){.site-header nav{display:none;position:absolute;top:86px;left:0;right:0;background:#fff;padding:20px;flex-direction:column;border-bottom:1px solid var(--line)}.site-header nav.open{display:flex}.menu-toggle{display:block}.hero{height:620px}.hero-overlay{background:linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.52))}.intro,.history-grid,.help-inner{grid-template-columns:1fr;gap:40px}.project-grid{grid-template-columns:1fr}.voice figure{grid-template-columns:1fr}.voice img{max-height:480px}.news-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.wrap{width:min(var(--max),calc(100% - 28px))}.brand img{width:68px;height:68px}.nav-wrap{min-height:78px}.site-header nav{top:78px}.hero{height:620px}.hero-overlay{background:linear-gradient(90deg,rgba(255,255,255,.95),rgba(255,255,255,.62))}.hero-copy>p:not(.eyebrow){font-size:17px}.intro,.projects,.history,.news,.help{padding-top:70px;padding-bottom:70px}.project-card{grid-template-columns:1fr}.project-card img{height:230px}.history-images{grid-template-columns:1fr}.history-images img{min-height:270px}.voice{padding-bottom:70px}.voice figcaption{padding:34px}.trust{grid-template-columns:1fr}.trust div{border-right:0;border-bottom:1px solid var(--line);padding:22px 0}.trust div:last-child{border-bottom:0}.section-head{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr}}

.content-page{padding:82px 0 110px;background:#fff}.content-wrap{max-width:860px}.page-title{font-family:Georgia,"Times New Roman",serif;font-size:clamp(42px,5vw,64px);font-weight:500;line-height:1.08;color:var(--green-dark);margin:0 0 30px}.content-wrap .lead{font-family:Georgia,"Times New Roman",serif;font-size:24px;line-height:1.5;color:#3d4b46}.content-wrap p{font-size:17px;margin:0 0 20px}.content-wrap h2{font-size:32px;margin-top:52px}.content-wrap a:not(.button){color:var(--green);font-weight:700}.subnav{display:flex;gap:12px;flex-wrap:wrap;margin-top:45px;padding-top:28px;border-top:1px solid var(--line)}.subnav a{padding:10px 14px;border:1px solid var(--line);text-decoration:none}.note{padding:18px 20px;background:var(--cream);border-left:4px solid var(--orange)}.disabled-link{opacity:.65;pointer-events:none}@media(max-width:560px){.content-page{padding:55px 0 75px}.content-wrap .lead{font-size:21px}.content-wrap h2{font-size:28px}}

/* P04.3 – Subnavigation */
.site-header nav{position:relative}
.nav-group{position:relative;display:flex;align-items:center}
.nav-parent{display:flex;align-items:center;gap:2px}
.submenu-toggle{border:0;background:transparent;color:var(--ink);font-size:13px;line-height:1;padding:8px 4px;cursor:pointer}
.nav-group:hover>.submenu,.nav-group:focus-within>.submenu,.nav-group.submenu-open>.submenu{display:block}
.submenu{display:none;position:absolute;left:-14px;top:calc(100% + 16px);min-width:230px;padding:9px 0;background:#fff;border:1px solid var(--line);box-shadow:0 12px 30px rgba(32,49,43,.12);z-index:40}
.submenu::before{content:"";position:absolute;left:0;right:0;top:-18px;height:18px}
.site-header .submenu a{display:block;padding:10px 15px;font-size:12px;letter-spacing:.035em;text-transform:none;font-weight:600;white-space:normal}
.site-header .submenu a:hover,.site-header .submenu a:focus{background:var(--cream);color:var(--green);outline:none}
.site-header nav>a.active,.site-header .nav-parent>a.active,.site-header .submenu a.active{color:var(--green)}
.photo-placeholder{margin:24px 0 6px;padding:18px 20px;background:#faf9f6;border:1px dashed var(--line);color:var(--muted);font-size:14px}

@media(max-width:900px){
  .site-header nav{align-items:stretch}
  .site-header nav>a,.nav-group{width:100%}
  .site-header nav>a{padding:9px 2px}
  .nav-group{display:block}
  .nav-parent{justify-content:space-between;width:100%}
  .nav-parent>a{padding:9px 2px;flex:1}
  .submenu-toggle{padding:9px 12px;font-size:16px}
  .nav-group:hover>.submenu,.nav-group:focus-within>.submenu{display:none}
  .nav-group.submenu-open>.submenu{display:block}
  .submenu{position:static;min-width:0;margin:3px 0 8px;padding:4px 0 4px 14px;border:0;border-left:2px solid var(--line);box-shadow:none;background:#faf9f6}
  .submenu::before{display:none}
  .site-header .submenu a{padding:9px 12px}
}

/* P04.4: Geschichts-Teaser von der Startseite in den Bereich VEREIN verschoben */
.history-in-verein { margin: 3.5rem 0 2rem; padding: 0; }
.history-in-verein .history-grid { max-width: none; }
@media (max-width: 760px) {
  .history-in-verein { margin-top: 2.5rem; }
}

/* P04.5 – Startseite gestrafft / Titelfoto vollständig sichtbar */
@media (min-width:901px){
  .hero{
    height:auto;
    aspect-ratio:16 / 5;
    min-height:0;
  }
  .hero>img{
    object-fit:contain;
    object-position:center;
    background:#fff;
  }
}

@media (max-width:900px){
  .hero{
    height:auto;
    display:block;
    overflow:visible;
    background:#fff;
  }
  .hero>img{
    position:relative;
    inset:auto;
    display:block;
    width:100%;
    height:auto;
    object-fit:contain;
  }
  .hero-overlay{display:none}
  .hero-copy{padding:42px 0 54px}
}

@media (max-width:560px){
  .hero{height:auto}
  .hero-copy{padding:34px 0 44px}
}

/* P04.6 – Hero ohne Bildverlauf; dritter CTA Mitglied werden */
.hero-overlay{display:none}
.actions{flex-wrap:wrap}

/* P04.7 – Lesbarkeit im Hero ohne flächiges Verblassen des Fotos */
@media (min-width:901px){
  .hero-copy{
    background:rgba(255,255,255,.88);
    padding:28px 32px 30px;
    max-width:690px;
    margin-left:max(0px, calc((100% - var(--max))/2));
    width:min(690px, calc(100% - 80px));
    border:1px solid rgba(222,216,204,.72);
  }
  .hero-copy>*{max-width:620px}
}

/* P04.8 – bisherigen weichen Hero-Verlauf wiederhergestellt */
@media (min-width:901px){
  .hero-overlay{
    display:block;
    background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.78) 34%,rgba(255,255,255,.18) 62%,rgba(255,255,255,0) 100%);
  }
  .hero-copy{
    background:transparent;
    padding:0;
    max-width:none;
    margin-left:auto;
    width:min(var(--max),calc(100% - 48px));
    border:0;
  }
  .hero-copy>*{max-width:620px}
}

/* P04.9 Land & Leute */
.land-page{max-width:1180px}.source-intro{font-size:14px;color:var(--muted);margin:-12px 0 34px}.land-intro-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.75fr);gap:54px;align-items:start}.land-copy{max-width:820px}.land-copy p{font-size:17px;line-height:1.7;margin:0 0 22px}.land-map{margin:0}.land-map img{display:block;width:100%;height:auto;border:1px solid var(--line)}.land-map figcaption{font-size:12px;line-height:1.5;color:var(--muted);margin-top:9px}.land-map figcaption a{color:var(--green)}.land-history{max-width:none;margin-top:22px}.wiki-more{margin-top:36px!important;padding-top:24px;border-top:1px solid var(--line)}@media(max-width:760px){.land-intro-grid{grid-template-columns:1fr;gap:30px}.land-map{max-width:440px}}

.footer-contact p{line-height:1.65;margin-top:14px}.footer-contact a{display:inline;margin:0}.footer-links{display:flex;flex-direction:column;align-items:flex-start}.footer-links strong{margin-bottom:6px}.footer-link-gap{height:10px}.footer-logo p{display:none}

/* P04.13 – Footer: kompakte Linknavigation */
.footer-links a{margin:2px 0;line-height:1.35;}
.footer-links strong{display:block;margin-bottom:7px;}
.footer-link-gap{display:block;height:7px;}

/* P04.14: Muster-Bildheader und Hausliste */
.page-image-header{width:min(var(--max),calc(100% - 48px));margin:0 auto 48px;overflow:hidden}
.page-image-header img{display:block;width:100%;height:300px;object-fit:cover;object-position:center 62%}
.modal[hidden]{display:none}.modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:28px}.modal-backdrop{position:absolute;inset:0;background:rgba(18,31,26,.72)}.modal-panel{position:relative;z-index:1;width:min(1080px,100%);max-height:88vh;overflow:auto;background:#fff;padding:42px;border-radius:2px;box-shadow:0 20px 70px rgba(0,0,0,.28)}.modal-close{position:absolute;right:18px;top:12px;border:0;background:transparent;font-size:34px;line-height:1;cursor:pointer;color:var(--ink)}.house-years{display:grid;grid-template-columns:repeat(5,1fr);gap:0;border-top:1px solid var(--line);border-left:1px solid var(--line);margin-top:26px}.house-years>div{padding:16px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.house-years h3{margin:0 0 9px;font-size:15px}.house-years p{margin:0;font-size:14px;line-height:1.45}.modal-open{font:inherit;cursor:pointer}
@media(max-width:900px){.page-image-header{width:min(var(--max),calc(100% - 32px));margin-bottom:34px}.page-image-header img{height:240px}.house-years{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.page-image-header{width:100%;margin-bottom:28px}.page-image-header img{height:200px}.modal{padding:12px}.modal-panel{padding:34px 20px 24px}.house-years{grid-template-columns:1fr}}

/* P04.16 – Muster-Bildheader Land & Leute vollbreit.
   1920x500 dient als Orientierung; das Motiv bekommt bei Bedarf mehr Höhe. */
.page-image-header{
  width:100%;
  max-width:none;
  margin:0 0 48px;
  overflow:hidden;
}
.page-image-header img{
  display:block;
  width:100%;
  height:clamp(360px,31.25vw,600px);
  object-fit:cover;
  object-position:center 58%;
}
@media(max-width:900px){
  .page-image-header{width:100%;margin-bottom:34px}
  .page-image-header img{height:clamp(300px,45vw,460px);object-position:center 58%}
}
@media(max-width:560px){
  .page-image-header{width:100%;margin-bottom:28px}
  .page-image-header img{height:auto;object-fit:contain}
}

/* P04.17 – Land & Leute: Bildheader beginnt direkt unter der Hauptnavigation */
.land-content-page{padding-top:0;}

/* P04.18 – Titelbildrunde und eigenständige Seiten Bilder/Kontakt */
.header-content-page{padding-top:0;}
/* Das Vereinsfoto ist hochformatiger: Schwerpunkt auf der Personengruppe. */
.header-content-page .page-image-header img{object-position:center center;}
.gallery-title-header img{object-position:center center;}

/* P04.19 – Aktuelles & Presse / Verein-Header */
.news{border-top:1px solid var(--line)}
.archive-news article{padding:26px 0;border-bottom:1px solid var(--line)}
.archive-news article:first-child{padding-top:8px}
.archive-news time{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}
.archive-news h2{font-size:30px;margin:8px 0 10px}
/* Beim Gruppenfoto haben die Köpfe der Erwachsenen Vorrang vor den Uniformen am unteren Rand. */
body:has(.page-image-header img[src="assets/verein-header.jpg"]) .page-image-header img{object-position:center top}

/* P04.21 – historische Patenschaftsseite */
.archive-note{margin:38px 0;padding:22px 24px;background:var(--cream);border-left:4px solid var(--green);line-height:1.65}

/* P04.23 – Haus statt Hütte: Projektgeschichte und Pressebeleg */
.house-story-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:30px 0 34px}.house-story-gallery figure,.crowdfunding-proof{margin:0}.house-story-gallery img{display:block;width:100%;aspect-ratio:3/2;object-fit:cover}.house-story-gallery figcaption,.crowdfunding-proof figcaption{font-size:14px;line-height:1.5;color:var(--muted);padding-top:9px}.house-story-evidence{display:grid;grid-template-columns:minmax(220px,320px) 1fr;gap:34px;align-items:center;margin:34px 0}.crowdfunding-proof img{display:block;width:100%;height:auto;border:1px solid var(--line)}.press-proof{border-left:1px solid var(--line);padding-left:34px}.press-proof h3{font-family:Georgia,"Times New Roman",serif;font-size:28px;margin:5px 0 12px}.press-pages{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:start;margin-top:24px}.press-pages img{display:block;width:100%;height:auto;border:1px solid var(--line)}.press-modal-panel{width:min(1180px,100%)}
@media(max-width:900px){.house-story-gallery{grid-template-columns:1fr}.house-story-gallery img{aspect-ratio:auto}.house-story-evidence{grid-template-columns:1fr}.press-proof{border-left:0;border-top:1px solid var(--line);padding:24px 0 0}.press-pages{grid-template-columns:1fr}}


/* P04.24 – Unterstützte Einrichtungen / Rohanna Special School */
.institution-section{margin-top:42px}.institution-section h2,.institution-placeholder h2{font-family:Georgia,"Times New Roman",serif;font-size:34px;margin:6px 0 20px}.institution-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:32px 0 10px}.institution-gallery figure{margin:0;background:var(--cream);overflow:hidden}.institution-gallery img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.institution-placeholder{margin:58px 0 12px;padding-top:34px;border-top:1px solid var(--line)}.institution-placeholder p:last-child{color:var(--muted)}@media(max-width:900px){.institution-gallery{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.institution-gallery{grid-template-columns:1fr}.institution-gallery img{aspect-ratio:auto}}
/* P04.24 – kleine Haus-statt-Hütte-Bilder anklickbar */
.house-story-gallery a{display:block;cursor:zoom-in}.house-story-gallery a img{transition:opacity .18s ease}.house-story-gallery a:hover img{opacity:.88}

/* P04.25 – Unterstützte Einrichtungen: Titelbild und Weligama-Bilderstrecke */
.institution-title-header img{object-position:center center}
.institution-placeholder .institution-gallery{margin-top:28px}
.institution-placeholder p:last-child{color:inherit}

/* P04.26 – Land & Leute: reine Bilderstrecke ohne Bildtexte */
.land-photo-section{margin:52px 0 10px;padding-top:34px;border-top:1px solid var(--line)}
.land-photo-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.land-photo-gallery figure{margin:0;overflow:hidden;background:var(--cream)}
.land-photo-gallery img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}
@media(max-width:900px){.land-photo-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.land-photo-gallery{grid-template-columns:1fr}.land-photo-gallery img{aspect-ratio:auto}}

/* P04.27 – Land & Leute: Bildserie 2016 */
.land-photo-gallery .land-photo-featured{grid-column:span 2;position:relative}
.land-photo-gallery .land-photo-featured img{aspect-ratio:16/9}
.land-photo-gallery figcaption{font-size:13px;line-height:1.45;color:var(--muted);padding:10px 12px 12px}
@media(max-width:560px){.land-photo-gallery .land-photo-featured{grid-column:auto}.land-photo-gallery .land-photo-featured img{aspect-ratio:auto}}


/* P04.31 – Historische Bilder in die Projektseiten integriert */
.project-archive-section{margin:52px 0 12px;padding-top:34px;border-top:1px solid var(--line)}
.project-archive-section h2{font-family:Georgia,"Times New Roman",serif;font-size:34px;margin:6px 0 14px}
.project-archive-section>p:not(.eyebrow){max-width:820px}
.project-photo-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:28px 0 38px}
.project-photo-gallery figure{margin:0;overflow:hidden;background:var(--cream)}
.project-photo-gallery img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}
.st-joseph-gallery{grid-template-columns:repeat(3,minmax(0,1fr))}
.st-joseph-gallery .photo-featured{grid-column:span 2}
.st-joseph-gallery .photo-featured img{aspect-ratio:16/9}
@media(max-width:900px){.project-photo-gallery,.st-joseph-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.project-photo-gallery,.st-joseph-gallery{grid-template-columns:1fr}.st-joseph-gallery .photo-featured{grid-column:auto}.project-photo-gallery img,.st-joseph-gallery .photo-featured img{aspect-ratio:auto}}


/* P04.32 – Vorstand Interimsseite */
.board-intro{
  max-width:760px;
  margin:0 0 30px;
}
.board-grid-interim{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin:28px 0 20px;
}
.board-card-text{
  padding:24px 26px;
  border:1px solid var(--line);
  background:#fff;
  min-height:145px;
}
.board-role{
  margin:0 0 10px;
  font-size:13px;
  line-height:1.35;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:var(--green);
  font-weight:700;
}
.board-name{
  margin:0 0 12px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:27px;
  line-height:1.15;
  color:var(--ink);
}
.board-mail{
  margin:0;
}
.board-mail a{
  color:var(--green);
  font-weight:700;
  text-decoration:underline;
  text-underline-offset:3px;
}
.board-photo-note{
  margin:14px 0 34px;
  font-size:14px;
  color:var(--muted);
}
@media(max-width:700px){
  .board-grid-interim{grid-template-columns:1fr}
  .board-card-text{min-height:auto}
}

/* P04.35 – Rechtliches */
.legal-lead{max-width:780px;font-size:18px;line-height:1.6;margin-bottom:28px}
.legal-card{max-width:900px;padding:28px 30px;background:#fff;border:1px solid var(--line);margin:0 0 22px}
.legal-card h2{margin-top:26px}.legal-card h2:first-child{margin-top:0}
.legal-note,.legal-status-note{max-width:900px;padding:14px 16px;background:var(--cream);border-left:3px solid var(--green);font-size:14px;line-height:1.55;margin:18px 0 30px}

/* P04.40 – Vorstandsfotos & Helfer vor Ort */
.board-card-with-photo{display:grid;grid-template-columns:112px 1fr;column-gap:22px;align-items:center;padding:18px 22px;min-height:150px}
.board-card-with-photo .board-photo{grid-row:1 / span 3;width:112px;height:112px;object-fit:cover;border-radius:2px}
.board-card-with-photo .board-role,.board-card-with-photo .board-name,.board-card-with-photo .board-mail{grid-column:2;margin-left:0}
.helper-portrait{margin:24px 0 30px;max-width:260px}
.helper-portrait img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover}
@media(max-width:520px){.board-card-with-photo{grid-template-columns:86px 1fr;column-gap:16px}.board-card-with-photo .board-photo{width:86px;height:86px}.board-name{font-size:23px}}

/* P04.41 – Fotoheader und VEREIN-Navigation */
.subnav a[aria-current="page"]{background:var(--cream);border-color:var(--green);}

/* P04.43 – Vorstandsfotos größer und weniger beschnitten */
/* Die vorhandenen Karten bleiben erhalten; nur die Porträts werden ruhiger und vollständiger gezeigt. */
.board-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:28px;align-items:start}
.board-card img,
.board-member img,
.vorstand-card img{
  width:100%;
  aspect-ratio:4 / 5;
  object-fit:contain;
  object-position:center top;
  background:#f7f5ef;
  display:block;
}
.board-card h2,.board-card h3,
.board-member h2,.board-member h3,
.vorstand-card h2,.vorstand-card h3{font-size:1.05rem;line-height:1.25;margin:.75rem 0 .25rem}
.board-card p,.board-member p,.vorstand-card p{font-size:.92rem;line-height:1.45}

.vorstand-page img[src*="vorstand-"]{
  width:100%;
  height:auto;
  max-height:420px;
  object-fit:contain;
  object-position:center top;
  background:#f7f5ef;
}
.vorstand-page .person-card,
.vorstand-page .board-card,
.vorstand-page .board-member,
.vorstand-page .card{
  font-size:.94rem;
}

/* P04.44 – Vorstand Layout final + Helfer-Fotokorrektur */
.vorstand-page .board-grid,
.vorstand-page .board-grid-interim{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  column-gap:42px;
  row-gap:34px;
  margin:30px 0 24px;
}
.vorstand-page .board-card-with-photo{
  display:grid;
  grid-template-columns:150px minmax(0,1fr);
  grid-template-rows:auto auto auto;
  column-gap:24px;
  row-gap:5px;
  align-items:start;
  padding:0;
  min-height:190px;
  border:0;
  background:transparent;
}
.vorstand-page .board-card-with-photo .board-photo{
  grid-column:1;
  grid-row:1 / span 3;
  width:150px;
  height:180px;
  max-height:none;
  object-fit:contain;
  object-position:center top;
  background:#f7f5ef;
  border-radius:0;
  display:block;
}
.vorstand-page .board-card-with-photo .board-role,
.vorstand-page .board-card-with-photo .board-name,
.vorstand-page .board-card-with-photo .board-mail{
  grid-column:2;
  margin-left:0;
  min-width:0;
}
.vorstand-page .board-role{
  margin-top:2px;
  margin-bottom:8px;
  font-size:12px;
  line-height:1.35;
  letter-spacing:.04em;
}
.vorstand-page .board-name{
  margin:0 0 9px;
  font-size:22px;
  line-height:1.18;
}
.vorstand-page .board-mail{
  margin:0;
  font-size:14px;
  line-height:1.35;
}
.vorstand-page .board-mail a{
  overflow-wrap:anywhere;
  word-break:normal;
}
@media(max-width:900px){
  .vorstand-page .board-grid,
  .vorstand-page .board-grid-interim{
    grid-template-columns:1fr;
  }
}
@media(max-width:520px){
  .vorstand-page .board-card-with-photo{
    grid-template-columns:110px minmax(0,1fr);
    column-gap:16px;
    min-height:150px;
  }
  .vorstand-page .board-card-with-photo .board-photo{
    width:110px;
    height:145px;
  }
  .vorstand-page .board-name{font-size:20px}
  .vorstand-page .board-mail{font-size:13px}
}
