:root{--ak24-orange:#ec6408;--ak24-orange-hover:#d55806;--ak24-blue:#2ba2d7;--ak24-cyan:#06b6d4;--ak24-cyan-deep:#0891b2;--ak24-ink:#0f172a;--ak24-text:#1e293b;--ak24-muted:#64748b;--ak24-muted-light:#94a3b8;--ak24-border:#e2e8f0;--ak24-border-strong:#cbd5e1;--ak24-surface:#ffffff;--ak24-bg:#f8fafc;--ak24-bg-tint:#f0f9ff;--ak24-success:#0d9488;--ak24-success-bg:#ecfdf5;--ak24-warning:#c94a21;--ak24-error-bg:#fff1f2;--ak24-error-border:#fecdd3;--ak24-radius-sm:10px;--ak24-radius-md:14px;--ak24-radius-lg:20px;--ak24-radius-xl:28px;--ak24-radius-pill:999px;--ak24-shadow-sm:0 1px 2px rgba(15,23,42,0.06);--ak24-shadow-md:0 10px 40px -12px rgba(15,23,42,0.12),0 4px 16px -8px rgba(8,145,178,0.15);--ak24-shadow-card:0 20px 50px -24px rgba(15,23,42,0.18);--ak24-space-1:0.25rem;--ak24-space-2:0.5rem;--ak24-space-3:0.75rem;--ak24-space-4:1rem;--ak24-space-5:1.25rem;--ak24-space-6:1.5rem;--ak24-space-8:2rem;--ak24-space-10:2.5rem;--ak24-space-12:3rem;--ak24-touch-min:48px}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:5rem}body{margin:0;min-height:100vh;font-family:var(--ak24-font-sans),system-ui,-apple-system,sans-serif;color:var(--ak24-text);background:var(--ak24-bg);line-height:1.5}:focus-visible{outline:2px solid var(--ak24-blue);outline-offset:2px}a{color:inherit}.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-main{flex:1 1}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(15,23,42,.08)}.site-header-inner{max-width:1120px;margin:0 auto;padding:.75rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.site-logo{font-weight:700;font-size:1.05rem;letter-spacing:-.02em;text-decoration:none;color:var(--ak24-text)}.site-logo span{color:var(--ak24-blue)}.site-nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.35rem 1rem}.site-nav a{text-decoration:none;font-size:.9rem;font-weight:500;color:var(--ak24-text-muted);padding:.35rem 0}.site-nav a:hover{color:var(--ak24-blue)}.site-nav-cta{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:999px;background:var(--ak24-blue);color:#fff!important;font-weight:600;font-size:.9rem;text-decoration:none;border:none;cursor:pointer}.site-nav-cta:hover{filter:brightness(1.05);color:#fff!important}@media (max-width:720px){.site-header-inner{flex-direction:column;align-items:stretch}.site-nav{justify-content:center}}.site-footer{margin-top:auto;padding:2.5rem 1.25rem;background:linear-gradient(180deg,rgba(248,250,252,1),rgba(241,245,249,1));border-top:1px solid rgba(15,23,42,.08)}.site-footer-inner{max-width:1120px;margin:0 auto;display:grid;grid-gap:1.5rem;gap:1.5rem}@media (min-width:640px){.site-footer-inner{grid-template-columns:1fr 1fr}}.site-footer-title{font-weight:700;font-size:1rem;margin:0 0 .5rem}.site-footer-links{display:flex;flex-direction:column;gap:.35rem}.site-footer-links a{color:var(--ak24-text-muted);text-decoration:none;font-size:.9rem}.site-footer-links a:hover{color:var(--ak24-blue)}.site-footer-copy{margin:0;font-size:.8rem;color:var(--ak24-text-muted);grid-column:1/-1}.site-hero{position:relative;overflow:hidden;padding:3rem 1.25rem 4rem;background:linear-gradient(135deg,#1e3a5f,#0f172a 45%,#1e293b);color:#fff}.site-hero:after{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 80%,rgba(59,130,246,.25) 0,transparent 45%);pointer-events:none}.site-hero-inner{position:relative;z-index:1;max-width:1120px;margin:0 auto}.site-hero-badge{display:inline-block;padding:.35rem .75rem;border-radius:999px;background:rgba(255,255,255,.12);font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-bottom:1rem}.site-hero h1{margin:0 0 1rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;font-family:var(--ak24-font-sans),system-ui,sans-serif;letter-spacing:-.03em;line-height:1.15}.site-hero-lead{margin:0 0 1.75rem;max-width:36rem;font-size:1.05rem;color:rgba(255,255,255,.88);line-height:1.55}.site-hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.site-btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.4rem;border-radius:999px;background:var(--ak24-blue);color:#fff;font-weight:600;font-size:.95rem;text-decoration:none;border:none;cursor:pointer}.site-btn-primary:hover{filter:brightness(1.08)}.site-btn-ghost{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.4rem;border-radius:999px;background:rgba(255,255,255,.12);color:#fff;font-weight:600;font-size:.95rem;text-decoration:none;border:1px solid rgba(255,255,255,.25)}.site-btn-ghost:hover{background:rgba(255,255,255,.2)}.site-section{padding:3rem 1.25rem}.site-section-alt{background:rgba(248,250,252,1)}.site-section-inner{max-width:1120px;margin:0 auto}.site-section h2{margin:0 0 .5rem;font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.site-section-intro{margin:0 0 2rem;max-width:36rem;color:var(--ak24-text-muted);font-size:1rem}.site-grid-3{display:grid;grid-gap:1.25rem;gap:1.25rem}@media (min-width:720px){.site-grid-3{grid-template-columns:repeat(3,1fr)}}.site-card{padding:1.25rem;border-radius:12px;background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:0 1px 2px rgba(15,23,42,.04)}.site-card h3{margin:0 0 .5rem;font-size:1.05rem;font-weight:700}.site-card p{margin:0;font-size:.92rem;color:var(--ak24-text-muted);line-height:1.55}.site-cta{padding:2.5rem 1.25rem;background:linear-gradient(135deg,#1e40af,#1e3a8a);color:#fff}.site-cta-inner{max-width:1120px;margin:0 auto;padding:2rem 1.5rem;border-radius:16px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);text-align:center}.site-cta h2{margin:0 0 .5rem;font-size:1.35rem}.site-cta p{margin:0 0 1.25rem;opacity:.95;font-size:.98rem}.site-page{padding:2.5rem 1.25rem 4rem}.site-page-inner{max-width:720px;margin:0 auto}.site-page h1{margin:0 0 1rem;font-size:1.75rem;font-weight:700;letter-spacing:-.02em}.site-page h2{margin:2rem 0 .5rem;font-size:1.15rem;font-weight:700}.site-page p{line-height:1.65}.site-page p,.site-page ul{margin:0 0 1rem;color:var(--ak24-text-muted)}.site-page ul{padding-left:1.25rem}.site-page li{margin-bottom:.35rem}.site-page a{color:var(--ak24-blue);font-weight:600}.site-header-v2{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid rgba(15,23,42,.08)}.site-header-v2-inner{max-width:1200px;margin:0 auto;padding:.85rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.site-header-v2-logo{display:flex;align-items:center;text-decoration:none}.site-header-v2-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.65rem}.site-header-btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1.25rem;border-radius:10px;background:var(--ak24-blue);color:#fff!important;font-weight:600;font-size:.9rem;text-decoration:none;border:none;transition:filter .15s ease}.site-header-btn-primary:hover{filter:brightness(1.06)}.site-header-btn-outline{display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1.25rem;border-radius:10px;background:#fff;color:var(--ak24-blue)!important;font-weight:600;font-size:.9rem;text-decoration:none;border:2px solid var(--ak24-blue);transition:background .15s ease,color .15s ease}.site-header-btn-outline:hover{background:rgba(43,162,215,.08)}.landing-hero{background:#2d9cdb;color:#fff;padding:2rem 1.25rem 3.5rem}.landing-hero-inner{max-width:1120px;margin:0 auto}.landing-search-bar{display:flex;align-items:center;gap:.75rem;max-width:640px;margin:0 auto 2.5rem;padding:.85rem 1.15rem;border-radius:14px;background:#fff;text-decoration:none;color:var(--ak24-muted);box-shadow:0 8px 28px rgba(0,0,0,.1);transition:box-shadow .2s ease,transform .15s ease}.landing-search-bar:hover{box-shadow:0 12px 32px rgba(0,0,0,.14);transform:translateY(-1px)}.landing-search-wrench{flex-shrink:0;width:22px;height:22px;color:var(--ak24-blue)}.landing-search-placeholder{font-size:1rem;font-weight:500;color:#94a3b8}.landing-anfrage{--anfrage-fog-top:rgba(248,250,252,0.82);--anfrage-fog-mid:rgba(241,245,249,0.58);--anfrage-fog-bottom:rgba(255,255,255,0.76);position:relative;isolation:isolate;scroll-margin-top:5.5rem;padding:2.75rem 1.25rem 3.75rem;overflow:hidden;background:var(--anfrage-fog-mid)}.landing-anfrage:before{content:"";position:absolute;inset:0;z-index:0;background-image:url(/images/Berlin%20Skyline.png);background-size:cover;background-position:center 72%;background-repeat:no-repeat;opacity:.48;filter:saturate(.9) brightness(1.03);transform:scale(1.02)}.landing-anfrage:after{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient(165deg,var(--anfrage-fog-top) 0,var(--anfrage-fog-mid) 40%,rgba(255,255,255,.52) 72%,var(--anfrage-fog-bottom) 100%);-webkit-backdrop-filter:blur(.5px);backdrop-filter:blur(.5px)}.landing-anfrage-inner{position:relative;z-index:1;max-width:1120px;margin:0 auto}.landing-anfrage-heading{margin:0 0 1.35rem;text-align:center;font-size:clamp(1.05rem,2.5vw,1.35rem);font-weight:700;color:var(--ak24-text);text-shadow:0 1px 0 rgba(255,255,255,.85),0 0 24px rgba(248,250,252,.9);letter-spacing:-.02em}.landing-embed-wrap{width:100%;max-width:min(100%,min(96vw,1040px));margin:0 auto;border-radius:18px;overflow:hidden;box-shadow:0 4px 6px -1px rgba(15,23,42,.06),0 20px 40px -12px rgba(15,23,42,.14),inset 0 0 0 1px rgba(255,255,255,.65);background:rgba(255,255,255,.97)}.landing-embed-frame-host{position:relative;background:#fff;width:100%}.landing-embed-frame{display:block;width:100%;min-height:clamp(320px,38vh,540px);border:none;background:#fff;overflow:hidden}@media (max-width:640px){.landing-anfrage{padding:2rem 1rem 3rem}.landing-anfrage:before{background-position:center 80%;opacity:.4}.landing-embed-wrap{max-width:100%}.landing-embed-frame{min-height:clamp(300px,42vh,480px)}}@media (min-width:1100px){.landing-embed-frame{min-height:clamp(420px,42vh,600px)}}.landing-hero-split{display:grid;grid-gap:2rem 2.5rem;gap:2rem 2.5rem;align-items:center}@media (min-width:900px){.landing-hero-split{grid-template-columns:minmax(0,1fr) minmax(0,1.05fr)}}.landing-hero-visual{display:flex;justify-content:center}.landing-blob{position:relative;width:100%;max-width:400px;aspect-ratio:1/1.08;border-radius:46% 54% 42% 58%/52% 45% 55% 48%;border:3px solid rgba(255,255,255,.55);overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.15);background:#fff}.landing-blob-img{object-fit:cover;object-position:center}.landing-hero-copy{text-align:center}@media (min-width:900px){.landing-hero-copy{text-align:left}}.landing-hero-title{margin:0 0 1.75rem;font-size:clamp(1.05rem,2.2vw,1.2rem);font-weight:600;line-height:1.55;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.08)}.landing-hero-cta{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 1.75rem;border-radius:12px;background:var(--ak24-orange);color:#fff!important;font-weight:700;font-size:1rem;text-decoration:none;box-shadow:0 6px 20px rgba(236,100,8,.35);transition:filter .15s ease,transform .15s ease}.landing-hero-cta:hover{filter:brightness(1.05);transform:translateY(-1px)}.landing-how{padding:3rem 1.25rem 4rem;background:#fff}.landing-how-inner{max-width:1200px;margin:0 auto}.landing-how-heading{margin:0 0 2.25rem;text-align:center;font-size:clamp(1.5rem,3vw,1.85rem);font-weight:800;letter-spacing:-.02em;color:var(--ak24-text)}.landing-how-grid{display:grid;grid-gap:1.5rem;gap:1.5rem}@media (min-width:640px){.landing-how-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.landing-how-grid{grid-template-columns:repeat(4,1fr)}}.landing-how-card{text-align:center;padding:.5rem .35rem}.landing-how-icon-wrap{display:flex;justify-content:center;margin-bottom:1rem;color:var(--ak24-blue)}.landing-how-icon{width:52px;height:52px}.landing-how-card-title{margin:0 0 .65rem;font-size:1.05rem;font-weight:700;color:var(--ak24-text)}.landing-how-card-text{margin:0;font-size:.92rem;line-height:1.55;color:var(--ak24-muted)}.site-footer-v2{margin-top:auto;background:#222222;color:rgba(255,255,255,.92);padding:2.75rem 1.25rem 1.5rem}.site-footer-v2-inner{max-width:1200px;margin:0 auto}.site-footer-v2-cols{display:grid;grid-gap:2rem;gap:2rem}@media (min-width:768px){.site-footer-v2-cols{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.site-footer-v2-cols{grid-template-columns:repeat(4,1fr);gap:1.5rem 2rem}}.site-footer-v2-logo-wrap{display:inline-block;margin-bottom:1rem}.site-footer-v2-heading{margin:0 0 .85rem;font-size:1rem;font-weight:700;color:#fff}.site-footer-v2-label{margin:1rem 0 .35rem;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:rgba(255,255,255,.55)}.site-footer-v2-text{margin:0 0 .75rem;font-size:.88rem;line-height:1.55;color:rgba(255,255,255,.78)}.site-footer-v2-strong{font-weight:700;color:rgba(255,255,255,.95)}.site-footer-v2-link{color:#fff!important;text-decoration:underline;text-underline-offset:2px}.site-footer-v2-link:hover{opacity:.9}.site-footer-v2-social-label{margin:1rem 0 .5rem;font-size:.8rem;font-weight:600;color:rgba(255,255,255,.65)}.site-footer-v2-social{display:flex;gap:.75rem;align-items:center}.site-footer-v2-social-link{display:flex;color:#fff;opacity:.9;transition:opacity .15s ease}.site-footer-v2-social-link:hover{opacity:1}.site-footer-v2-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem}.site-footer-v2-links a{color:rgba(255,255,255,.88)!important;text-decoration:none;font-size:.9rem;font-weight:500}.site-footer-v2-links a:hover{text-decoration:underline}.site-footer-v2-gf{margin:1.25rem 0 0;font-size:.82rem;line-height:1.5;color:rgba(255,255,255,.72)}.site-footer-v2-bottom{margin-top:2rem}.site-footer-v2-bottom-line{height:1px;background:rgba(255,255,255,.15);margin-bottom:1.25rem}.site-footer-v2-legal{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;justify-content:center;text-align:center;font-size:.75rem;color:rgba(255,255,255,.55)}@media (max-width:640px){.site-header-v2-inner{flex-direction:column;align-items:stretch}.site-header-v2-actions{justify-content:stretch}.site-header-btn-outline,.site-header-btn-primary{flex:1 1;justify-content:center}}.site-page-inner-wide{max-width:800px}.site-back{margin:0 0 1.25rem;font-size:.9rem;font-weight:600}.site-back a{color:var(--ak24-blue);text-decoration:none}.site-back a:hover{text-decoration:underline}.site-faq-list{margin:1.5rem 0 0}.site-faq-item{margin-bottom:1.5rem}.site-faq-item dt{font-weight:700;color:var(--ak24-text);margin-bottom:.35rem}.site-faq-item dd{margin:0;color:var(--ak24-muted);line-height:1.6}.site-feedback-form{margin-top:1.5rem;gap:1rem}.site-feedback-form,.site-field{display:flex;flex-direction:column}.site-field{gap:.35rem}.site-field span{font-weight:600;font-size:.9rem;color:var(--ak24-text)}.site-field input,.site-field textarea{border:1px solid var(--ak24-border);border-radius:10px;padding:.65rem .85rem;font-size:1rem;font-family:inherit}.site-feedback-submit{align-self:flex-start;margin-top:.25rem;padding:.65rem 1.5rem;border-radius:10px;background:var(--ak24-orange);color:#fff;font-weight:700;border:none;cursor:pointer}.site-feedback-submit:hover{filter:brightness(1.05)}.site-feedback-thanks{margin-top:1rem;padding:1rem 1.15rem;border-radius:10px;background:rgba(13,148,136,.1);color:var(--ak24-success);font-weight:600}.site-inline-link{color:var(--ak24-blue);font-weight:600;text-decoration:none}.site-inline-link:hover{text-decoration:underline}.site-page-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem;margin:1.5rem 0 .5rem}.site-page-actions-note{margin:.75rem 0 0;font-size:.88rem;color:var(--ak24-muted);width:100%}@font-face{font-family:DM Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:DM Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:DM Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:DM Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:DM Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:DM Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:DM Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:DM Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:DM Sans Fallback;src:local("Arial");ascent-override:94.90%;descent-override:29.66%;line-gap-override:0.00%;size-adjust:104.53%}.__className_0eeb07{font-family:DM Sans,DM Sans Fallback;font-style:normal}