:root{--teal: #52b7c1;--teal-deep: #2a7f88;--teal-10: #edf9fa;--blue: #2d3c4b;--blue-90: #243240;--gold: #ffa600;--white: #ffffff;--text: #2d3c4b;--radius: 10px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--text);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}.topbar{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:1.1rem clamp(1.25rem,5vw,4rem);background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(45,60,75,.08)}.wordmark{font-size:1.05rem;letter-spacing:-.01em;color:var(--blue);text-decoration:none}.wordmark strong{font-weight:900}.topbar-nav{display:flex;gap:1.75rem;align-items:center}.topbar-nav a{font-size:.92rem;font-weight:500;color:var(--blue);text-decoration:none}.topbar-nav a:hover{color:var(--teal-deep)}.topbar-mail{padding:.45rem 1rem;border:1.5px solid var(--blue);border-radius:999px;transition:background .15s,color .15s}.topbar-mail:hover{background:var(--blue);color:var(--white)!important}.hero{background:linear-gradient(180deg,var(--teal-10) 0%,var(--white) 78%);overflow:hidden}.hero-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(2rem,5vw,5rem);align-items:center;padding:clamp(3rem,7vw,6rem) clamp(1.25rem,5vw,4rem)}.kicker{font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--teal-deep);margin-bottom:1.2rem}.hero h1{font-size:clamp(2.1rem,4.6vw,3.6rem);font-weight:900;line-height:1.08;letter-spacing:-.025em;color:var(--blue)}.hero h1 .accent{color:var(--teal-deep)}.hero-intro{margin-top:1.5rem;font-size:1.12rem;max-width:32rem;color:#2d3c4bd9}.hero-actions{margin-top:2.2rem;display:flex;flex-wrap:wrap;gap:.9rem}.claim{margin-top:2.6rem;font-size:1.25rem;font-weight:900;color:var(--blue)}.claim:before{content:"";display:inline-block;width:1.05em;height:1.05em;margin-right:.5rem;vertical-align:-.18em;border-radius:50%;background:var(--gold) url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="white" d="M9.5 16.2 5.3 12l-1.4 1.4 5.6 5.6 12-12-1.4-1.4z"/></svg>') center/70% no-repeat}.btn{display:inline-block;padding:.85rem 1.6rem;border-radius:var(--radius);font-weight:700;font-size:.98rem;text-decoration:none;transition:transform .12s,box-shadow .12s,background .15s}.btn-primary{background:var(--gold);color:var(--blue);box-shadow:0 2px 10px #ffa60059}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 16px #ffa60073}.btn-ghost{border:1.5px solid rgba(45,60,75,.35);color:var(--blue)}.btn-ghost:hover{border-color:var(--blue)}.btn-lg{padding:1.05rem 2.1rem;font-size:1.05rem}.btn-meta{font-weight:400;opacity:.7}.hero-media{position:relative}.hero-media:before{content:"";position:absolute;top:1.2rem;right:-1.2rem;bottom:-1.2rem;left:1.2rem;background:var(--teal);border-radius:var(--radius);opacity:.18}.slider{position:relative;aspect-ratio:.72;max-height:560px;border-radius:var(--radius);overflow:hidden;box-shadow:0 18px 50px #2d3c4b38}.slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:52% 18%;opacity:0;transition:opacity 1.1s ease}.slide.is-active{opacity:1}.slide-logo{object-fit:contain;object-position:center;padding:18% 12%;background:var(--teal)}.slider-dots{position:absolute;left:50%;bottom:.9rem;transform:translate(-50%);display:flex;gap:.55rem;z-index:2}.dot{width:.62rem;height:.62rem;border:none;border-radius:50%;background:#ffffff8c;cursor:pointer;transition:background .2s,transform .2s}.dot.is-active{background:var(--white);transform:scale(1.25)}.brief{background:var(--blue);color:var(--white)}.brief-inner{max-width:760px;margin:0 auto;padding:clamp(3.5rem,8vw,6.5rem) clamp(1.25rem,5vw,2rem)}.kicker-light{color:var(--teal)}.brief h2{font-size:clamp(1.7rem,3.4vw,2.4rem);font-weight:900;letter-spacing:-.02em;margin-bottom:1.8rem}.brief-text p{margin-bottom:1.3rem;font-size:1.08rem;color:#ffffffe0}.brief-cta{font-weight:700;color:var(--white)!important;border-left:3px solid var(--gold);padding-left:1.1rem}.signature{margin-top:2.4rem;font-size:1.15rem;font-weight:900;color:var(--teal)}.flyer{padding:clamp(3rem,7vw,5.5rem) clamp(1.25rem,5vw,4rem);background:var(--white)}.flyer-card{max-width:1180px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:2rem;background:var(--teal-10);border:1px solid rgba(82,183,193,.35);border-radius:var(--radius);padding:clamp(2rem,4vw,3.2rem)}.flyer h2{font-size:clamp(1.5rem,2.8vw,2rem);font-weight:900;letter-spacing:-.02em;color:var(--blue);margin-bottom:.6rem}.flyer-copy p:last-child{max-width:30rem;color:#2d3c4bcc}.cdu-hinweis{flex-basis:100%;background:var(--blue);border-left:4px solid var(--gold);border-radius:var(--radius);padding:1.1rem 1.5rem;font-size:1rem;color:#ffffffe6}.cdu-hinweis a{color:var(--gold);font-weight:700;text-decoration:none;margin-left:.35rem}.cdu-hinweis a:hover{text-decoration:underline}.footer{background:var(--blue-90);color:var(--white)}.footer-inner{max-width:1180px;margin:0 auto;padding:2.6rem clamp(1.25rem,5vw,4rem);display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center;justify-content:space-between}.footer-name{font-weight:900;font-size:1.05rem}.footer-sub{font-size:.88rem;color:#fff9}.footer-sub-mail{color:var(--teal);text-decoration:none}.footer-sub-mail:hover{color:var(--gold)}.footer-credit{border-top:1px solid rgba(255,255,255,.1);padding:1.1rem clamp(1.25rem,5vw,4rem);font-size:.82rem;color:#ffffff73;text-align:center}.footer-credit a{color:#ffffffa6}.footer-credit a:hover{color:var(--gold)}.footer-social{display:flex;gap:.9rem;align-items:center}.social-link{display:grid;place-items:center;width:2.4rem;height:2.4rem;border-radius:50%;background:#ffffff1a;transition:background .15s,transform .12s}.social-link svg{width:1.1rem;height:1.1rem;fill:#ffffffd9}.social-link:hover{background:var(--teal);transform:translateY(-2px)}.social-link:hover svg{fill:var(--white)}.footer-contact{display:flex;gap:1.75rem;align-items:center}.footer-contact a{color:#ffffffd9;text-decoration:none;font-size:.95rem}.footer-contact a:hover{color:var(--gold)}.footer-mail{font-weight:700;color:var(--teal)!important}.footer-mail:hover{color:var(--gold)!important}@media(max-width:860px){.hero-grid{grid-template-columns:1fr}.hero-media{order:-1;max-width:380px;margin:0 auto;width:100%}.slider{max-height:480px}.topbar-nav a:not(.topbar-mail){display:none}}
