﻿:root{--color-primary: #4893be;--color-primary-dark: #0a2870;--color-primary-light: #c7ebf8;--color-accent: #d9a441;--color-accent-light: #eccf94;--color-ink: #2b2a28;--color-ink-muted: #6b655e;--color-bg: #f7f9fa;--color-surface: #ffffff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,Arial,sans-serif;color:#2b2a28;background:#f7f9fa;line-height:1.65;-webkit-font-smoothing:antialiased}h1,h2,h3{font-weight:700;line-height:1.25}a{color:#4893be}.snap-container{scroll-snap-type:y proximity}.hero-section{position:relative;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;scroll-snap-align:start;overflow:visible;background:#fff;border-bottom:1px solid #e2e2e2}.hero-section:last-of-type{border-bottom:none}.step-header{flex:0 0 auto;background:#4893be;color:#fff;padding:1.1rem 1.5rem;text-align:center;z-index:6;box-shadow:0 2px 10px rgba(0,0,0,.15)}.step-header-inner{max-width:960px;margin:0 auto;display:flex;align-items:center;justify-content:flex-start;gap:1rem}.step-header-text{flex:1;min-width:0}.step-header h1,.step-header h2{margin:0 0 .25rem 0;color:#fff;font-size:1.3rem;line-height:1.2}.step-header .tagline{margin:0;color:rgba(255,255,255,.88);font-size:.88rem}.step-header-logo{flex:0 0 auto;width:64px;height:64px}.step-header-logo img{width:100%;height:100%;object-fit:contain;display:block;background:#fff;border-radius:50%;box-sizing:border-box;padding:.35rem;box-shadow:0 2px 8px rgba(0,0,0,.18)}.hero-body{flex:1;min-height:0;display:flex;flex-direction:column}.hero-image{position:relative;flex:0 0 46vh;flex:0 0 46svh;background-size:cover;background-position:center;background-color:#f7f9fa;overflow:hidden}.hero-image img{position:relative;z-index:1;width:100%;height:100%;object-fit:cover;object-position:center 30%}.hero-card{position:relative;flex:1;min-height:0;background:#fff;border-radius:0;box-shadow:0 4px 24px rgba(42,60,77,.12);display:flex;flex-direction:column;justify-content:flex-start;overflow:visible;padding:1.25rem 1.5rem 2.75rem 1.5rem}.hero-card-inner{max-width:760px;margin:0 auto;width:100%}.hero-card h1,.hero-card h2{color:#2b2a28;margin:0 0 .25rem 0;font-size:1.15rem;line-height:1.15}.hero-card .tagline{color:#0a2870;font-weight:600;font-size:.85rem;margin:0 0 .45rem 0}.card-heading{display:none}.mobile-hide-heading{display:none}.mobile-hide-group{display:none}.profil-meta{list-style:none;margin:0 0 .75rem 0;padding:0;display:flex;flex-wrap:wrap;align-items:center;color:#6b655e;font-size:.85rem;line-height:1.5}.profil-meta li{margin:0}.profil-meta li:not(:last-child)::after{content:"•";display:inline-block;margin:0 .55em;color:#0a2870;opacity:.55}.hero-card p{margin:0 0 .45rem 0;font-size:.88rem;line-height:1.35}.ziele-liste{list-style:none;padding:0;margin:.45rem 0}.ziele-liste li{position:relative;padding-left:1.4rem;margin-bottom:.3rem;font-size:.88rem;line-height:1.3}.ziele-liste li::before{content:"";position:absolute;left:0;top:.4em;width:6px;height:6px;border-radius:50%;background:#0a2870}.warum{margin-top:.55rem;padding-top:.55rem;border-top:1px solid rgba(63,88,112,.18);color:#2b2a28;font-size:.88rem;line-height:1.3}.warum strong{display:block;color:#0a2870;font-weight:700;margin-bottom:.2rem}.mehr-link{display:inline-block;margin-top:.5rem;padding:.45rem 1.1rem;background:#0a2870;color:#fff;text-decoration:none;border-radius:999px;font-size:.8rem;font-weight:600}.mehr-link:hover,.mehr-link:active{background:#0a2870}.content-body{flex-direction:column !important;justify-content:center;align-items:stretch}.hero-logo-side{display:none;position:relative}.hero-logo-side img{position:relative;z-index:1;background:#fff;border-radius:50%;box-sizing:border-box;padding:1rem;box-shadow:0 6px 20px rgba(0,0,0,.18)}.content-body .hero-card{flex:1;max-width:900px;margin:0 auto;width:100%;justify-content:center;padding:2rem 1.5rem 3rem}.content-body .hero-card-inner{max-width:820px}.content-body .hero-card p{font-size:1rem;line-height:1.5;margin:0 0 1.1rem 0}.programm-groups{display:flex;flex-direction:column;gap:1.75rem}.programm-group h2{margin-bottom:.6rem}.programm-group+.programm-group{padding-top:1.5rem}.programm-liste{list-style:none;margin:0;padding:0;display:grid;gap:.65rem}.programm-liste li{position:relative;padding-left:1.6rem;font-size:.95rem;line-height:1.4}.programm-liste li::before{content:"";position:absolute;left:0;top:.5em;width:8px;height:8px;border-radius:50%;background:#0a2870}@media(min-width: 700px){.programm-liste{grid-template-columns:repeat(2, 1fr);column-gap:1.5rem}}.scroll-chevron{position:absolute;left:50%;transform:translateX(-50%);bottom:.9rem;pointer-events:all;width:44px;height:44px;border-radius:50%;background:#fff;box-shadow:0 2px 10px rgba(42,60,77,.3);display:flex;align-items:center;justify-content:center;text-decoration:none;color:#0a2870;z-index:5;opacity:0;visibility:hidden;transition:opacity .15s ease}.scroll-chevron.is-active{opacity:1;visibility:visible}.hero-section:last-of-type .scroll-chevron{display:none}.scroll-chevron svg{width:20px;height:20px}@media(min-width: 600px)and (orientation: landscape){.step-header{display:none}.card-heading{display:block;margin-bottom:.75rem}.mobile-hide-heading,.mobile-hide-group{display:block}.mobile-only-step{display:none}.hero-body{flex-direction:row}.hero-image{flex:0 0 42%;display:flex;align-items:center;justify-content:center;background:rgba(199,235,248,.4588235294);padding:1.5rem 1.5rem 1.5rem 4rem;border-bottom:0 solid rgba(0,0,0,0);margin-bottom:-1px}.hero-image::before,.content-body .hero-logo-side::before{content:"";position:absolute;left:3rem;top:0;bottom:0;width:3rem;background:#4893be;z-index:100}.hero-image img{width:100%;height:100%;max-width:380px;max-height:490px;object-fit:contain;object-position:center}.hero-card{margin-top:0;margin-left:0;border-radius:0;justify-content:center;padding:1.75rem 2rem 2.75rem}.hero-card-inner{max-width:none}.hero-card p,.profil-meta,.warum,.programm-liste li{font-size:13pt}.hero-card h1,.hero-card h2{font-size:24pt}.hero-card .tagline{font-size:14pt}.content-body{flex-direction:row !important;align-items:stretch}.content-body .hero-logo-side{flex:0 0 42%;display:flex;align-items:center;justify-content:center;background:rgba(199,235,248,.4588235294);padding:2rem 2rem 2rem 4rem;border-bottom:0 solid rgba(0,0,0,0);margin-bottom:-1px}.content-body .hero-logo-side img{width:100%;max-width:200px;height:auto}.content-body .hero-card{flex:1;max-width:none;margin:0;justify-content:center;padding:2rem 2.25rem}.programm-group+.programm-group{padding-top:1rem}.scroll-chevron{background:rgba(63,88,112,.12);box-shadow:0 2px 10px rgba(42,60,77,.15);color:#0a2870}}@media(min-width: 1024px)and (orientation: landscape){.step-header{display:none}.card-heading{display:block;margin-bottom:1rem}.mobile-hide-heading,.mobile-hide-group{display:block}.mobile-only-step{display:none}.hero-image .hero-group{margin-left:10%;max-width:700px}.hero-body:not(.content-body){width:100%}.hero-image{flex:0 0 48%;display:flex;align-items:center;justify-content:center;background:rgba(199,235,248,.4588235294);padding:2.5rem 2.5rem 2.5rem 4.5rem;border-bottom:0 solid rgba(0,0,0,0);margin-bottom:-1px}.hero-image::before,.content-body .hero-logo-side::before{content:"";position:absolute;left:3rem;top:0;bottom:0;width:3rem;background:#4893be;z-index:100}.hero-image img{width:100%;height:100%;max-width:570px;max-height:700px;object-fit:contain;object-position:center}.hero-body:not(.content-body) .hero-card{margin-left:0;border-radius:0;box-shadow:none;padding:2.5rem 3rem}.hero-card-inner{max-width:none}.hero-card h1,.hero-card h2{font-size:28pt}.hero-card .tagline{font-size:15pt}.hero-card p,.warum,.programm-liste li{font-size:14pt;line-height:1.55}.profil-meta{font-size:13pt}.content-body{flex-direction:row !important;align-items:stretch}.content-body .hero-logo-side{flex:0 0 48%;display:flex;align-items:center;justify-content:center;background:rgba(199,235,248,.4588235294);padding:3rem 3rem 3rem 4.5rem}.content-body .hero-logo-side img{width:100%;max-width:400px;height:auto}.content-body .hero-card{flex:1;max-width:none;margin:0;padding:2.75rem 3.25rem;justify-content:center}.content-body .hero-card-inner{max-width:none}.programm-groups{flex-direction:row;gap:3rem;align-items:flex-start}.programm-group{flex:1;min-width:0}.programm-group+.programm-group{padding-top:0}.programm-liste{grid-template-columns:1fr !important;gap:.85rem}.scroll-chevron{background:rgba(63,88,112,.12);box-shadow:0 2px 10px rgba(42,60,77,.15);color:#0a2870}}.profil-header{background:#0a2870;color:#fff;padding:1.25rem 1.5rem;text-align:center;position:sticky;top:0;z-index:20;box-shadow:0 2px 10px rgba(0,0,0,.15)}.profil-header h1{margin:0 0 .25rem 0;color:#fff;font-size:1.3rem}.profil-header .tagline{margin:0;color:rgba(255,255,255,.85);font-size:.9rem}.profil{max-width:760px;margin:0 auto;padding:1.5rem}.back-link{margin:1.25rem 0}.back-link a{text-decoration:none;font-weight:600}.zitat{margin:0 0 2rem 0;padding:1.1rem 1.4rem;border-left:4px solid #d9a441;background:#fff;border-radius:12px;font-size:1.1rem;font-style:italic;color:#0a2870;box-shadow:0 4px 24px rgba(42,60,77,.12)}.profil-intro{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2rem}.profil-bild{width:100%;max-width:240px;aspect-ratio:1/1;object-fit:cover;border-radius:12px;margin:0 auto;display:block}.profil-abschnitt{margin-bottom:2rem}.profil-abschnitt h2{font-size:1.15rem;color:#0a2870}.profil-warum{background:#fff;padding:1.4rem;border-radius:12px;box-shadow:0 4px 24px rgba(42,60,77,.12)}@media(min-width: 600px)and (orientation: landscape){.profil-intro{flex-direction:row;align-items:flex-start}.profil-bild{flex:0 0 220px;margin:0}.profil-text{flex:1}}.legal-header{background:#fff;color:#2b2a28;padding:2.5rem 1.5rem;text-align:center;border-bottom:3px solid #4893be}.legal-header h1{margin:0;color:#0a2870}.legal{max-width:760px;margin:0 auto;padding:2rem 1.5rem}.legal h2{font-size:1.15rem;margin-top:2rem;color:#0a2870}.legal ul{padding-left:1.5rem}.site-footer{position:relative;text-align:center;padding:2.5rem 1.5rem;color:#6b655e;font-size:.9rem}.site-footer a{color:#4893be;margin:0 .4rem;text-decoration:none;font-weight:600}@media(min-width: 600px)and (orientation: landscape){.site-footer::before{content:"";position:absolute;left:3rem;top:0;bottom:0;width:3rem;background:#4893be}.site-footer{background:rgba(199,235,248,.4588235294);width:48%}}
