@import "https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&family=Montserrat:wght@300;400;500;600;700;800&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--dark:#353a3d;--darker:#2a2e31;--slate:#557584;--slate-light:#6a8d9e;--blue:#40c4ff;--white:#fff;--off-white:#f9f9f9;--light-bg:#f5f5f5;--text-dark:#3c3f3f;--text-body:#5a5e5e;--text-light:#8a8e8e;--border-light:#e0e0e0}html{scroll-behavior:smooth}body{color:var(--text-dark);background:var(--white);-webkit-font-smoothing:antialiased;font-family:Montserrat,system-ui,-apple-system,sans-serif;line-height:1.7}.handwritten{font-family:Caveat,cursive}.reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(24px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-d1{transition-delay:.1s}.reveal-d2{transition-delay:.15s}.reveal-d3{transition-delay:.2s}.reveal-d4{transition-delay:.25s}.nav{z-index:100;background:var(--white);border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;height:72px;padding:0 3rem;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo img{width:auto;height:40px;display:block}.nav-right{align-items:center;gap:2rem;display:flex}.nav-link{color:var(--text-light);font-size:.8rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-link:hover{color:var(--text-dark)}.nav-cta{text-transform:uppercase;letter-spacing:.05em;background:var(--slate);color:var(--white);border-radius:50px;padding:.65rem 1.5rem;font-size:.78rem;font-weight:700;text-decoration:none;transition:background .2s,transform .15s}.nav-cta:hover{background:var(--slate-light);transform:translateY(-1px)}.hero{min-height:100vh;color:var(--white);background-position:50%;background-size:cover;flex-direction:column;justify-content:flex-end;padding:0 3rem 5rem;display:flex;position:relative;overflow:hidden}.hero>*{z-index:1;position:relative}.hero-logo-watermark{z-index:0;pointer-events:none;position:absolute;top:40%;left:3rem;transform:translateY(-50%)}.hero-logo-watermark img{opacity:.12;filter:brightness(0)invert();width:auto;height:220px}.hero-inner{max-width:740px}.hero-greeting{color:var(--blue);margin-bottom:.8rem;font-family:Caveat,cursive;font-size:clamp(2.4rem,4.5vw,3.4rem);font-weight:500;line-height:1.2}.hero h1{text-transform:uppercase;margin-bottom:1.5rem;font-size:clamp(1.6rem,3.5vw,2.6rem);font-weight:800;line-height:1.2}.hero h1 .accent{color:var(--blue)}.hero-subtext{color:#ffffffb3;max-width:540px;font-size:1rem;font-weight:300;line-height:1.8}section{padding:5rem 3rem}.container{max-width:800px;margin:0 auto}.section-title{text-transform:uppercase;color:var(--text-dark);margin-bottom:1.2rem;font-size:clamp(1.3rem,2.8vw,1.8rem);font-weight:800;line-height:1.3}.section-title .accent{color:var(--blue)}.section-text{color:var(--text-body);max-width:600px;font-size:.95rem;font-weight:400;line-height:1.8}.warum{background:var(--white)}.warum-intro{color:var(--slate);margin-bottom:2.5rem;font-family:Caveat,cursive;font-size:1.3rem;line-height:1.4}.reason-list{margin-top:0}.reason{border-bottom:1px solid var(--border-light);align-items:flex-start;gap:1.2rem;padding:1.6rem 0;display:flex;position:relative}.reason:last-child{border-bottom:none}.reason-check{width:22px;height:22px;color:var(--blue);flex-shrink:0;margin-top:3px}.reason-content{flex:1}.reason-content h3{color:var(--text-dark);margin-bottom:.4rem;font-size:.92rem;font-weight:700}.reason-content p{color:var(--text-body);font-size:.88rem;font-weight:400;line-height:1.7}.programm{background:var(--light-bg)}.programm-images{grid-template-columns:1fr 1fr;gap:1.2rem;margin-top:2.5rem;display:grid}.programm-images img{object-fit:cover;border-radius:6px;width:100%;height:220px}.programm-grid{grid-template-columns:1fr 1fr;gap:1.2rem;margin-top:1.5rem;display:grid}.programm-card{background:var(--white);border-radius:6px;padding:1.6rem;transition:box-shadow .3s,transform .2s;box-shadow:0 1px 4px #0000000d}.programm-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001a}.programm-card h3{text-transform:uppercase;color:var(--text-dark);margin-bottom:.5rem;font-size:.85rem;font-weight:700}.programm-card p{color:var(--text-body);font-size:.85rem;font-weight:400;line-height:1.6}.programm-cta{align-items:center;gap:1.5rem;margin-top:2.5rem;display:flex}.btn-pill{text-transform:uppercase;letter-spacing:.05em;background:var(--slate);color:var(--white);border-radius:50px;padding:.7rem 1.6rem;font-size:.8rem;font-weight:700;text-decoration:none;transition:background .2s,transform .15s;display:inline-block}.btn-pill:hover{background:var(--slate-light);transform:translateY(-1px)}.programm-hint{color:var(--text-light);font-family:Caveat,cursive;font-size:1.1rem}.cta-section{background:var(--slate);overflow:hidden}.cta-section .container{max-width:900px}.cta-layout{align-items:flex-end;display:flex}.cta-person{text-align:center;flex-shrink:0;width:220px;position:relative}.cta-person-img{z-index:1;object-fit:cover;object-position:top;border:3px solid #fff3;border-radius:50%;width:180px;height:180px;margin:0 auto;position:relative}.cta-person-info{z-index:1;padding:.6rem 0 1.5rem;position:relative}.cta-person-info strong{color:var(--white);font-size:.85rem;font-weight:600;display:block}.cta-person-info span{color:#fff9;font-size:.72rem}.cta-content{flex:1;padding:3.5rem 0 3.5rem 3rem}.cta-content .cta-greeting{color:#ffffffb3;margin-bottom:.8rem;font-family:Caveat,cursive;font-size:1.6rem}.cta-content h2{text-transform:uppercase;color:var(--white);margin-bottom:1rem;font-size:clamp(1.2rem,2.5vw,1.6rem);font-weight:800;line-height:1.3}.cta-content h2 .accent{color:var(--blue)}.cta-content p{color:#fff9;max-width:420px;margin-bottom:2rem;font-size:.9rem;font-weight:400;line-height:1.7}.btn-white{text-transform:uppercase;letter-spacing:.05em;background:var(--white);color:var(--dark);cursor:pointer;border:none;border-radius:50px;align-items:center;gap:.5rem;padding:.75rem 1.8rem;font-family:inherit;font-size:.82rem;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .2s;display:inline-flex}.btn-white:hover{transform:translateY(-1px);box-shadow:0 6px 20px #00000026}.btn-white svg{stroke:currentColor;fill:none;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}footer{background:var(--dark);border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:1.5rem 3rem;display:flex}.footer-logo img{opacity:.4;width:auto;height:22px}.footer-links{align-items:center;gap:1.5rem;display:flex}.footer-links a{color:#ffffff40;font-size:.7rem;font-weight:400;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#ffffff80}.footer-divider{background:#ffffff14;width:1px;height:10px}@media (width<=768px){.nav{padding:0 1.5rem}.nav-link{display:none}.hero{padding:0 1.5rem 3.5rem}section{padding:3.5rem 1.5rem}.programm-images{grid-template-columns:1fr}.programm-images img{height:180px}.programm-grid{grid-template-columns:1fr}.programm-cta{flex-direction:column;align-items:flex-start;gap:.8rem}.cta-layout{text-align:center;flex-direction:column;align-items:center}.cta-person{width:180px}.cta-content{padding:2rem 1.5rem 3rem}.cta-content p{margin-left:auto;margin-right:auto}footer{text-align:center;flex-direction:column;gap:.8rem;padding:1.2rem 1.5rem}}@media (width<=480px){.hero h1,.hero-greeting{font-size:1.5rem}.nav{height:60px}.nav-logo img{height:32px}}
