:root{--brand: #0a1729;--brand-strong: #050d18;--brand-line: rgba(255, 255, 255, .14);--accent: #00c0ca;--accent-dim: #078b92;--bg: #ffffff;--bg-subtle: #f4f6f8;--bg-invert: var(--brand);--bg-invert-strong: var(--brand-strong);--ink: #1d2530;--muted: #5d6672;--ink-invert: #ffffff;--muted-invert: rgba(255, 255, 255, .68);--muted-invert-dim: rgba(255, 255, 255, .44);--hairline: rgba(10, 23, 41, .12);--hairline-strong: rgba(10, 23, 41, .28);--hairline-invert: rgba(255, 255, 255, .16);--hairline-invert-strong: rgba(255, 255, 255, .32);--radius-sm: 3px;--radius: 6px;--radius-pill: 999px;--container: 1600px;--gutter: 1.5rem;--header-h: 5.25rem;--space-section: clamp(4.5rem, 9vw, 8rem);--scroll-progress: 1;--scroll-shadow: 0;--ease: cubic-bezier(.16, 1, .3, 1);--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:clamp(16px,2.5vw,17px);scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + .5rem);-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);font-size:1rem;line-height:1.65;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:clip;display:flex;flex-direction:column;min-height:100vh;min-height:100svh}.footer{flex-shrink:0}img,svg{max-width:100%;display:block}img{height:auto}a{color:var(--brand);text-decoration:underline;text-underline-offset:.15em;text-decoration-thickness:1px}button{font:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.container{width:100%;max-width:var(--container);min-width:0;margin:0 auto;padding:0 var(--gutter)}main{flex:1 0 auto;min-width:0;padding-top:var(--header-h)}.section{position:relative;min-width:0;padding:var(--space-section) 0;overflow:hidden}.section--white{background:var(--bg)}.section--subtle{background:var(--bg-subtle)}.section--invert{background:var(--bg-invert);color:var(--ink-invert)}.section__head{max-width:40rem;margin-bottom:clamp(2.5rem,5vw,4rem)}.section__head p{margin-top:1rem}h1,h2,h3{color:var(--brand);font-weight:700;letter-spacing:-.02em;line-height:1.08;text-wrap:balance}.section--invert h1,.section--invert h2,.section--invert h3{color:var(--ink-invert)}h1{font-size:clamp(2.75rem,7.5vw,6.25rem);line-height:1.02}h2{font-size:clamp(2.125rem,4.6vw,3.75rem)}.about-grid h2:before,.section__head h2:before{content:"";display:block;width:3.5rem;height:4px;border-radius:2px;background:var(--accent);margin-bottom:clamp(1.25rem,2.5vw,1.75rem)}h3{font-size:1.375rem;line-height:1.3;letter-spacing:-.01em}p{overflow-wrap:anywhere;min-width:0}.lead{font-size:clamp(1.125rem,1.8vw,1.375rem);line-height:1.7;color:var(--muted)}.section--invert .lead{color:var(--muted-invert)}.header{position:fixed;inset:0 0 auto 0;z-index:100;height:var(--header-h);background:transparent;box-shadow:0 8px 24px -12px rgba(5,13,24,calc(.45 * var(--scroll-shadow, 0)));transition:box-shadow .2s ease}html:has(.hero){--scroll-progress: 0}.header:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:#ffffffd1;-webkit-backdrop-filter:saturate(180%) blur(16px);backdrop-filter:saturate(180%) blur(16px);border-bottom:1px solid var(--hairline);opacity:var(--scroll-progress, 0);pointer-events:none;transition:opacity .15s linear}.header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;height:100%;min-width:0}.header__logo{display:flex;align-items:center;gap:.75rem;flex-shrink:0;min-width:0;text-decoration:none}.header__logo img{width:2.75rem;height:2.75rem;flex-shrink:0}.header__logo span{color:var(--brand);color:color-mix(in srgb,var(--brand) calc(var(--scroll-progress) * 100%),#ffffff);font-weight:700;font-size:1rem;letter-spacing:-.01em;white-space:nowrap;transition:color .15s linear}.header__nav{display:flex;align-items:center;gap:clamp(1.5rem,3vw,2.75rem);height:100%}.header__nav a{display:flex;align-items:center;height:100%;min-width:0;color:var(--muted);color:color-mix(in srgb,var(--muted) calc(var(--scroll-progress) * 100%),#ffffff);text-decoration:none;font-size:1rem;font-weight:600;letter-spacing:.01em;white-space:nowrap;border-bottom:3px solid transparent;transition:color .15s linear,border-color .2s ease}.header__nav a:hover{color:#000;color:color-mix(in srgb,#000000 calc(var(--scroll-progress) * 100%),#ffffff)}.header__nav a.is-active{color:var(--brand);color:color-mix(in srgb,var(--brand) calc(var(--scroll-progress) * 100%),#ffffff);border-bottom-color:var(--accent)}.header__nav a[aria-disabled=true]{color:var(--hairline-strong);pointer-events:none}.header__toggle{display:none;position:relative;width:2.5rem;height:2.5rem;flex-shrink:0;background:none;border:none;cursor:pointer}.header__toggle span{position:absolute;left:50%;width:1.375rem;height:2px;margin-left:-.6875rem;background:var(--brand);background:color-mix(in srgb,var(--brand) calc(var(--scroll-progress) * 100%),#ffffff);transition:transform .25s var(--ease),opacity .2s ease,background .15s linear}.header__toggle span:nth-child(1){top:.875rem}.header__toggle span:nth-child(2){top:1.1875rem}.header__toggle span:nth-child(3){top:1.5rem}.header__toggle[aria-expanded=true] span:nth-child(1){transform:translateY(.3125rem) rotate(45deg)}.header__toggle[aria-expanded=true] span:nth-child(2){opacity:0}.header__toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-.3125rem) rotate(-45deg)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:3.25rem;padding:.75rem 2rem;background:var(--brand);color:var(--ink-invert);border:1px solid var(--brand);border-radius:var(--radius);font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.btn:hover{background:var(--brand-strong);border-color:var(--brand-strong);color:var(--ink-invert)}.btn svg{width:1.125rem;height:1.125rem;flex-shrink:0}.btn--invert{background:var(--bg);border-color:var(--bg);color:var(--brand)}.btn--invert:hover{background:var(--accent);border-color:var(--accent);color:var(--brand-strong)}.btn--outline{background:transparent;border-color:var(--hairline-invert);color:var(--ink-invert)}.btn--outline:hover{border-color:var(--hairline-invert-strong);background:transparent;color:var(--ink-invert)}.btn--small{min-height:2.5rem;padding:.5rem 1.5rem}.text-link{display:inline-flex;align-items:center;gap:.5rem;color:inherit;font-weight:600;text-decoration:none;transition:opacity .2s ease}.text-link:hover{opacity:.72}.text-link svg{width:1.125rem;height:1.125rem;flex-shrink:0}.hero{position:relative;display:flex;flex-direction:column;justify-content:center;min-height:100vh;min-height:100svh;margin-top:calc(-1 * var(--header-h));padding:calc(var(--header-h) + clamp(1.5rem,4vw,2.5rem)) 0 clamp(2rem,4vw,3rem);background:var(--brand-strong);color:var(--ink-invert);overflow:hidden;isolation:isolate}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none}.hero__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:none;object-fit:cover;filter:blur(10px);transform:scale(1.12)}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#050d18f0,#050d18bd 40%,#050d1852 72%,#050d1880),linear-gradient(180deg,#050d1873,#050d1800 35%,#050d18ad)}.hero__inner{position:relative;z-index:1;max-width:54rem;min-width:0;mix-blend-mode:exclusion}.hero h1{color:var(--ink-invert);font-size:clamp(2.5rem,6.4vw,5.5rem);line-height:1.02;letter-spacing:-.03em;padding-bottom:.06em}.hero h1 span{display:block}.hero p.lead{max-width:36rem;margin:clamp(1.25rem,2.5vw,1.75rem) 0 clamp(1.5rem,3vw,2rem)}.hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:clamp(1.25rem,2.5vw,2rem)}.hero__meta{display:flex;flex-wrap:wrap;gap:clamp(1rem,2vw,1.75rem);margin-top:clamp(1.75rem,3.5vw,2.5rem);padding-top:clamp(1.25rem,2vw,1.5rem);border-top:1px solid var(--hairline-invert);max-width:44rem}.hero__meta span{color:var(--muted-invert-dim);font-size:.9375rem;font-weight:600;letter-spacing:.01em;white-space:nowrap}.about-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:clamp(2rem,5vw,5rem);align-items:start}.about-grid h2{max-width:14ch}.about-grid .lead{color:var(--ink);font-size:clamp(1.1875rem,2vw,1.5rem)}.grid{display:grid;gap:clamp(1.25rem,2vw,1.75rem)}.grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.card{display:flex;flex-direction:column;min-width:0;height:100%;background:var(--bg);border:1px solid var(--hairline);border-radius:var(--radius);overflow:hidden}.card__media{position:relative;aspect-ratio:4 / 3;background:var(--brand-strong);overflow:hidden}.card__media img{width:100%;height:100%;object-fit:cover}.card__body{display:flex;flex-direction:column;min-width:0;padding:clamp(1.5rem,2.2vw,1.9rem) clamp(1.5rem,2vw,1.9rem) clamp(1.75rem,2.5vw,2.1rem)}.card h3{min-height:2.6em;margin-bottom:.65rem;font-size:clamp(1.375rem,1.5vw,1.5rem);overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.card p{color:var(--muted);font-size:1.0625rem;line-height:1.6}.contact-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(2.5rem,5vw,5rem);align-items:start}.contact-list{display:flex;flex-direction:column;border-top:1px solid var(--hairline-invert);min-width:0}.contact-item{display:flex;align-items:center;gap:clamp(1.125rem,2vw,1.625rem);min-width:0;padding:clamp(1.5rem,3vw,1.875rem) 0;border-bottom:1px solid var(--hairline-invert);text-decoration:none;color:inherit}a.contact-item:hover .contact-item__icon{color:#6fdce3}.contact-item__icon{width:3rem;height:3rem;flex-shrink:0;color:var(--accent);transition:color .2s ease}.contact-item__text{display:flex;flex-direction:column;gap:.125rem;min-width:0}.contact-item__label{font-size:.875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted-invert-dim)}.contact-item__value{color:var(--ink-invert);font-size:clamp(1.125rem,1.8vw,1.375rem);font-weight:500;overflow-wrap:anywhere}.section--legal{padding-top:clamp(3rem,6vw,4.5rem)}.section--legal h1{font-size:clamp(2rem,4vw,3rem);margin-bottom:clamp(1.75rem,3vw,2.5rem)}.section--legal h2{font-size:1rem;font-weight:700;letter-spacing:0;margin-top:2rem;margin-bottom:.5rem}.section--legal h3{font-size:1rem;font-weight:600;letter-spacing:0;margin-top:1.5rem;margin-bottom:.375rem}.section--legal p{margin-bottom:.625rem;color:var(--ink)}.section--legal ul{margin:.5rem 0 1rem 1.25rem}.section--legal li{margin-bottom:.25rem}.text-block{margin-bottom:1.25rem}.text-block p{margin-bottom:.625rem}.footer{background:var(--bg-invert-strong);color:var(--ink-invert)}.footer__top{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:clamp(1.75rem,3vw,2.5rem) 0;border-bottom:1px solid var(--hairline-invert)}.footer__mark{display:flex;align-items:center;gap:.75rem;min-width:0;color:var(--ink-invert);font-weight:600;text-decoration:none}.footer__top-link{display:inline-flex;align-items:center;gap:.5rem;flex-shrink:0;padding:.5rem 1rem;background:none;border:1px solid var(--hairline-invert);border-radius:var(--radius-pill);color:var(--ink-invert);font-size:.9375rem;font-weight:600;text-decoration:none;cursor:pointer;transition:border-color .2s ease}.footer__top-link:hover{border-color:var(--hairline-invert-strong);color:var(--ink-invert)}.footer__top-link svg{width:1rem;height:1rem;flex-shrink:0}.footer__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:clamp(1.25rem,2.5vw,1.75rem) 0;flex-wrap:wrap}.footer__inner>span{color:var(--muted-invert-dim);font-size:.9375rem}.footer__nav{display:flex;gap:1.75rem;min-width:0;flex-wrap:wrap}.footer__nav a{color:var(--muted-invert);font-size:.9375rem;text-decoration:none;transition:color .2s ease}.footer__nav a:hover{color:var(--ink-invert)}.cookie-banner{position:fixed;inset:auto 0 0 0;z-index:200;background:var(--brand-strong);color:var(--ink-invert);border-top:1px solid var(--hairline-invert)}.cookie-banner__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding-top:1rem;padding-bottom:1rem}.cookie-banner__inner p{margin:0;font-size:.9375rem;color:var(--muted-invert)}.cookie-banner__inner a{color:var(--ink-invert)}.cookie-banner__inner .btn{flex-shrink:0}.js .gsap-hidden{opacity:0;transform:translateY(2rem)}.js .gsap-hidden--fade{transform:none}.force-visible .gsap-hidden{opacity:1!important;transform:none!important}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.js .gsap-hidden{opacity:1;transform:none}*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}@media(min-width:768px){html:has(.hero){scroll-snap-type:y mandatory}html:has(.hero) .hero,html:has(.hero) #ueber-uns,html:has(.hero) #leistungen{scroll-snap-align:start}html:has(.hero) #kontakt{scroll-snap-align:start}html:has(.hero) .footer{scroll-snap-align:end}html:has(.hero) .section{min-height:100vh;min-height:100svh;display:flex;align-items:center}.section>.container{width:100%}}@media(max-width:1024px){.grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}.about-grid,.contact-grid{grid-template-columns:1fr;gap:clamp(1.75rem,4vw,2.5rem)}}@media(max-width:900px){:root{--header-h: 4.5rem;--gutter: 1.25rem}.header__logo img{width:2.375rem;height:2.375rem}.header__logo span{display:none}}@media(max-width:720px){.header__toggle{display:block;order:2}.header__nav{position:fixed;top:var(--header-h);left:0;right:0;display:flex;flex-direction:column;align-items:stretch;gap:0;height:auto;max-height:calc(100svh - var(--header-h));overflow-y:auto;padding:.5rem var(--gutter) 1.25rem;background:#ffffffeb;-webkit-backdrop-filter:saturate(180%) blur(16px);backdrop-filter:saturate(180%) blur(16px);border-bottom:1px solid var(--hairline);box-shadow:0 16px 32px -16px #050d182e;transform:translateY(-.5rem);opacity:0;visibility:hidden;pointer-events:none;transition:transform .25s var(--ease),opacity .2s ease,visibility .25s}.header__nav--open{transform:translateY(0);opacity:1;visibility:visible;pointer-events:auto;background:#fff;-webkit-backdrop-filter:none;backdrop-filter:none}.header:has(.header__nav--open){--scroll-progress: 1}.header:has(.header__nav--open):before{opacity:1;background:#fff;-webkit-backdrop-filter:none;backdrop-filter:none}.header__nav a{height:auto;padding:.875rem 0;border-bottom:1px solid var(--hairline)}.header__nav a:last-child{border-bottom:none}.header__nav a.is-active{border-bottom-color:var(--hairline)}.hero__meta{gap:.75rem 1.25rem}.hero__meta span{white-space:normal}}@media(max-width:640px){.grid--4{grid-template-columns:1fr}.hero{justify-content:stretch}.hero>.container{flex:1;display:flex}.hero__inner{flex:1;display:flex;flex-direction:column;margin-inline:auto;text-align:center}.hero h1{margin-top:auto}.hero p.lead{margin-inline:auto}.hero__actions{justify-content:center}.hero__meta{margin-top:auto}.hero__meta{display:grid;grid-template-columns:1fr;justify-items:center;gap:.75rem;text-align:center}.footer__top,.footer__inner{flex-direction:column;align-items:flex-start;gap:1rem}.footer__nav{flex-direction:column;gap:.625rem}.cookie-banner__inner{flex-direction:column;align-items:flex-start}.cookie-banner__inner .btn{align-self:stretch}}
