@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap);:root{--bg-page:#f4f7f8;--bg-surface:#fff;--bg-soft:#eef4f4;--text-strong:#1e3130;--text-body:#586867;--text-muted:#7a8785;--brand:#297373;--brand-dark:#215d5d;--brand-soft:#dff1ef;--line:#2337361a;--shadow-sm:0 10px 24px #0f172a0f;--shadow-md:0 18px 40px #0f172a1a;--radius-lg:14px;--radius-md:10px;--radius-sm:8px}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f4f7f8;background:var(--bg-page);color:#1e3130;color:var(--text-strong);font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0}a{color:inherit}img{max-width:100%}button,input,select,textarea{font:inherit}#root{min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body,html{overflow-x:hidden;width:100%}.header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;border-bottom:1px solid var(--line);box-shadow:0 8px 22px #0f172a0d;position:-webkit-sticky;position:sticky;top:0;z-index:9000}.header,.header-shell{width:100%}.header-bar{grid-gap:40px;align-items:center;display:grid;gap:40px;grid-template-columns:auto 1fr auto;margin:0 auto;min-height:108px;width:min(1360px,calc(100% - 40px))}.header-logo{align-items:center;display:flex}.header-logo img{display:block;height:auto;width:248px}.header-nav-desktop,.header-nav-desktop ul{display:flex;justify-content:center}.header-nav-desktop ul{align-items:center;gap:42px;list-style:none;margin:0;padding:0}.nav-item,.nav-link{position:relative}.nav-link{align-items:center;background:none;border:none;color:var(--text-strong);cursor:pointer;display:inline-flex;font:inherit;font-size:17px;font-weight:700;gap:6px;padding:10px 0;text-decoration:none;transition:color .18s ease}.nav-link:after{background:var(--brand);bottom:-8px;content:"";height:2px;left:0;opacity:0;position:absolute;right:0;transform:scaleX(.55);transform-origin:center;transition:opacity .18s ease,transform .18s ease}.nav-item:hover .nav-link,.nav-link:focus-visible{color:var(--brand)}.nav-item:hover .nav-link:after,.nav-link:focus-visible:after{opacity:1;transform:scaleX(1)}.nav-link:focus-visible{outline:none}.dropdown-menu{background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow-md);left:0;list-style:none;margin:0;min-width:220px;opacity:0;padding:8px 0;position:absolute;top:calc(100% + 14px);transform:translateY(-8px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;visibility:hidden;z-index:30}.dropdown-menu li a{color:#111827;display:block;padding:10px 16px;text-decoration:none;white-space:nowrap}.dropdown-menu li a:hover{background:var(--brand-soft);color:var(--brand)}.dropdown-menu--open{opacity:1;transform:translateY(0);visibility:visible}.header-bar-right{align-items:center;display:flex;gap:14px}.header-phone-link{align-items:center;background:var(--bg-surface);border:1px solid #2973733d;border-radius:12px;box-shadow:var(--shadow-sm);color:var(--brand-dark);display:inline-flex;font-size:17px;font-weight:700;justify-content:center;padding:15px 22px;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;white-space:nowrap}.header-phone-link:focus-visible,.header-phone-link:hover{background:#f9fcfc;box-shadow:0 12px 22px #215d5d1a;transform:translateY(-1px)}.header-instagram{align-items:center;background:#fff;border:1px solid #2973732e;border-radius:12px;box-shadow:var(--shadow-sm);display:inline-flex;height:48px;justify-content:center;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease;width:48px}.header-instagram:focus-visible,.header-instagram:hover{box-shadow:0 12px 22px #0f172a17;transform:translateY(-1px)}.header-small-logo{display:block;height:26px;width:auto}.header-cta{background:var(--brand);border:none;border-radius:10px;box-shadow:0 10px 22px #2973732e;color:#fff;cursor:pointer;font-size:15px;font-weight:700;padding:12px 22px;white-space:nowrap}.header-menu-toggle{align-items:center;background:#fff;border:1px solid #2973733d;border-radius:10px;color:var(--text-strong);cursor:pointer;display:none;gap:8px;padding:10px 16px}.header-menu-toggle__label{font-size:16px;font-weight:600}.header-menu-toggle__icon{display:flex;flex-direction:column;height:14px;justify-content:space-between;width:18px}.header-menu-toggle__icon span{background:currentColor;border-radius:999px;display:block;height:2px;width:100%}.header-backdrop{background:#0f172a8c;border:none;cursor:pointer;inset:0;margin:0;padding:0;position:fixed;z-index:40}.header-nav-mobile{background:#fff;box-shadow:-16px 0 30px #00000029;box-sizing:border-box;display:flex;flex-direction:column;height:100vh;max-width:360px;padding:20px 22px 28px;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .25s ease-out;width:78%;z-index:50}.header--mobile-open .header-nav-mobile{transform:translateX(0)}.header-nav-mobile__head{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.header-nav-mobile__logo{height:auto;width:200px}.header-nav-mobile__close{background:none;border:none;color:var(--text-strong);cursor:pointer;font-size:24px}.header-nav-mobile__list{display:flex;flex:1 1;flex-direction:column;list-style:none;margin:8px 0 0;padding:0}.header-nav-mobile__item{border-bottom:1px solid #e5e7eb;padding:14px 0}.header-nav-mobile__item:last-child{border-bottom:none}.header-nav-mobile__item a,.header-nav-mobile__item button{background:none;border:none;color:#111827;cursor:pointer;font:inherit;font-size:18px;font-weight:500;padding:0;text-align:left;text-decoration:none;width:100%}.header-nav-mobile__item:hover a,.header-nav-mobile__item:hover button{color:var(--brand)}.header-phone-link--mobile{margin-top:14px;width:100%}.header-cta--mobile{margin-top:12px;width:100%}.header-cta--desktop{display:none}@media (max-width:1100px){.header-bar{gap:20px;width:min(1360px,calc(100% - 28px))}.header-nav-desktop ul{gap:28px}.header-phone-link,.nav-link{font-size:16px}}@media (max-width:860px){.header-bar{grid-template-columns:auto auto;justify-content:space-between}.header-nav-desktop,.header-phone-link--desktop{display:none}.header-menu-toggle{display:inline-flex}}@media (max-width:520px){.header-bar{min-height:84px;width:calc(100% - 24px)}.header-logo img{width:196px}}.home{background:linear-gradient(180deg,#f4f7f8,#f0f5f5)}.about{padding:72px 24px 88px}.about-inner{grid-gap:64px;align-items:center;display:grid;gap:64px;grid-template-columns:1.1fr .95fr;margin:0 auto;max-width:1320px}.about-left{text-align:left}.about-kicker{color:var(--brand);font-size:13px;font-weight:700;letter-spacing:.14em;margin:0 0 12px;text-transform:uppercase}.about-title{color:var(--text-strong);font-size:48px;letter-spacing:-.04em;line-height:1.05;margin:0 0 18px;max-width:760px;text-align:left}.about-intro{color:var(--text-body);font-size:1.03rem;line-height:1.85;margin:0 0 28px;max-width:700px}.features{grid-gap:18px;list-style:none;margin:0;padding:0}.feature,.features{display:grid;gap:18px}.feature{grid-gap:18px;align-items:start;background:#ffffffe0;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow-sm);grid-template-columns:64px 1fr;padding:18px 20px;position:relative}.feature-icon{background:var(--bg-soft);border:0;border-radius:12px;box-shadow:inset 0 0 0 1px #2973730f;color:var(--brand);cursor:default;display:grid;height:64px;place-items:center;transition:all .25s ease;width:64px}.feature-icon img{height:30px;object-fit:contain;width:30px}.feature-content{display:flex;flex-direction:column;justify-content:flex-start;min-height:84px;position:relative}.feature-main{transition:none}.feature-title{color:var(--text-strong);font-size:21px;letter-spacing:-.01em;margin:4px 0 6px}.feature-text{color:var(--text-body);line-height:1.75;margin:0}.about-right{align-self:center;width:100%}.about-image-wrap{background:#fff;border-radius:16px;box-shadow:var(--shadow-md);overflow:hidden;position:relative}.about-image{display:block;height:540px;object-fit:cover;opacity:0;transform:scale(1.02);transform-origin:center center;transition:opacity .45s ease,transform .45s ease;width:100%;will-change:transform,opacity}.about-image.is-loaded{opacity:1;transform:scale(1)}.about-image.is-loaded.is-zoom{transform:scale(1.03)}.about-image.is-zoom{transition:opacity .45s ease,transform .3s ease}.about-nav{background:#fffffff0;border:0;border-radius:10px;box-shadow:0 12px 28px #10182829;color:var(--brand);cursor:pointer;display:grid;height:42px;place-items:center;position:absolute;top:50%;transform:translateY(-50%);transition:transform .2s ease,box-shadow .2s ease,background .2s ease;width:42px}.about-nav:hover{box-shadow:0 16px 36px #10182833;transform:translateY(-50%) scale(1.04)}.about-nav--left{left:14px}.about-nav--right{right:14px}.services{background:linear-gradient(180deg,#1f5f5f,#184f4f);padding:78px 24px 96px;position:relative}.services-inner{margin:0 auto;max-width:1320px}.services-head{grid-gap:28px;align-items:end;display:grid;gap:28px;grid-template-columns:minmax(0,1fr) minmax(280px,430px);margin:0 0 34px}.services-kicker{color:#ffffffb8;font-size:13px;font-weight:700;letter-spacing:.14em;margin:0 0 10px;text-transform:uppercase}.services-title{color:#f4fbfa;font-size:40px;font-weight:800;letter-spacing:-.04em;margin:0;max-width:900px;text-align:left}.services-intro{color:#f4fbfad6;font-size:1rem;line-height:1.8;margin:0}.srv-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,minmax(240px,1fr))}@media (max-width:1100px){.srv-grid{grid-template-columns:repeat(3,minmax(220px,1fr))}}@media (max-width:820px){.srv-grid{grid-template-columns:repeat(2,minmax(220px,1fr))}}@media (max-width:520px){.srv-grid{grid-template-columns:1fr}}.srv-card{align-items:flex-start;background:#fff;border:1px solid #ffffff14;border-radius:12px;box-shadow:0 18px 34px #00000024;color:inherit;display:flex;flex-direction:column;justify-content:flex-start;opacity:0;padding:28px 24px;position:relative;text-align:left;text-decoration:none;transform:translateY(26px);transition:opacity .55s ease,transform .55s cubic-bezier(.21,.8,.35,1);transition-delay:0ms;transition-delay:var(--delay,0ms);will-change:transform,opacity}.srv-card:after{border-radius:12px;box-shadow:0 20px 42px #0000001f;content:"";inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .18s ease}.srv-card.reveal{opacity:1;transform:translateY(0);transition:transform .2s cubic-bezier(.22,.7,.3,1),opacity .2s ease}.srv-card.reveal:focus-visible,.srv-card.reveal:hover{transform:translateY(-6px)}.srv-card.reveal:focus-visible:after,.srv-card.reveal:hover:after{opacity:1}.srv-card.reveal:focus-visible{outline:2px solid #ffffff47;outline-offset:4px}.srv-icon{background:var(--brand-soft);border-radius:12px;color:var(--brand);display:grid;height:58px;margin-bottom:14px;place-items:center;width:58px}.srv-icon__img{display:block;height:38px;object-fit:contain;width:38px}.srv-name{color:var(--text-strong);font-size:20px;font-weight:800;letter-spacing:-.01em;margin:8px 0 10px}.srv-desc{color:var(--text-body);line-height:1.7;margin:0 0 20px}.srv-link{align-items:center;background:var(--brand);border-radius:10px;color:#fff;display:inline-flex;font-weight:700;justify-content:center;margin-top:auto;padding:10px 16px;text-decoration:none;transition:background .25s ease,transform .25s ease}.srv-card:hover .srv-link{background:var(--brand-dark);transform:translateY(-2px)}.srv-link:focus-visible{outline:2px solid #2973732e;outline-offset:3px}@media (prefers-reduced-motion:reduce){.srv-card,.srv-card.reveal,.srv-card:after{transition:none!important}}@media (max-width:992px){.about-inner{grid-template-columns:1fr}.about-image{height:380px}.services-head{grid-template-columns:1fr}.services-title{text-align:center}}@media (hover:hover){.feature{transition:transform .25s ease,box-shadow .25s ease}.feature:hover{box-shadow:0 14px 30px #1018281a;transform:translateY(-3px)}.feature:hover .feature-text{color:#314442}.feature:hover .feature-icon{background:#eef8f7;transform:translateY(-2px)}}.footer{background:linear-gradient(180deg,#163536,#11292a);color:#f4f7f7;padding:46px 20px 36px}.footer-inner{grid-gap:34px;align-items:start;display:grid;gap:34px;grid-template-columns:1.2fr .95fr .95fr 1.05fr 1fr;margin:0 auto;max-width:1260px}.footer-brand{display:flex;flex-direction:column;gap:16px}.footer-brand__logo{display:block;height:auto;width:210px}.footer-brand__text{color:#f4f7f7d1;line-height:1.75;margin:0}.f-title{color:#c8ebe7;font-size:14px;font-weight:800;letter-spacing:.08em;margin:0 0 14px;text-transform:uppercase}.f-list{grid-gap:10px;display:grid;gap:10px;list-style:none;margin:0;padding:0}.f-list a{border-bottom:1px solid #0000;color:#f4f7f7;text-decoration:none;transition:border-color .2s ease,opacity .2s ease,color .2s ease}.f-list a:hover{border-color:#d6f5f18c;color:#d6f5f1}.f-list a:focus-visible{outline:2px solid #d6f5f147;outline-offset:2px}.f-address{grid-gap:6px;color:#f4f7f7d6;display:grid;font-style:normal;gap:6px;line-height:1.65}.f-map-wrap{background:#ffffff0f;border:1px solid #ffffff14;border-radius:12px;box-shadow:0 10px 24px #0000002e;overflow:hidden}.f-map-wrap iframe{border:0;display:block;height:150px;width:100%}.footer .f-col{min-width:0}@media (max-width:980px){.footer-inner{grid-template-columns:1fr 1fr;row-gap:28px}}@media (max-width:580px){.footer{padding:36px 16px 30px}.footer-inner{grid-template-columns:1fr}.f-map-wrap iframe{height:180px}}.page{background:radial-gradient(circle at top left,#2973730f,#0000 20%),linear-gradient(180deg,#f5f8f8,#f1f5f5);padding:92px 24px 120px}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.page__inner{margin:0 auto;max-width:1240px}.page__header{margin-bottom:48px}.page__header h1{color:var(--text-strong);font-size:clamp(2.5rem,4vw,3.2rem);font-weight:800;letter-spacing:-.03em;margin:0}.page__header p{color:var(--text-body);line-height:1.75;margin-bottom:0;margin-top:16px;max-width:720px}.breadcrumb{color:var(--text-muted);display:flex;font-size:.88rem;gap:8px;margin-bottom:18px}.breadcrumb a{color:inherit;outline:none;position:relative;text-decoration:none}.breadcrumb a:after{background:#0000;bottom:-2px;content:"";height:2px;left:0;position:absolute;right:0;transition:background .2s ease}.breadcrumb a:focus-visible:after,.breadcrumb a:hover:after{background:var(--brand)}.breadcrumb a:focus-visible{outline:2px solid #2973732e;outline-offset:2px}.page-section{margin-bottom:72px}.page-section:last-of-type{margin-bottom:0}.not-found-link{align-items:center;background:var(--brand);border-radius:10px;color:#fff;display:inline-flex;font-weight:700;gap:8px;padding:12px 24px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.not-found-link:focus-visible,.not-found-link:hover{box-shadow:0 12px 24px #2973732e;transform:translateY(-2px)}.not-found-link:focus-visible{outline:2px solid #2973732e;outline-offset:2px}.gallery-section{background:#ffffffbd;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow-sm);padding:28px}.gallery-section__header{align-items:flex-end;display:flex;gap:18px;justify-content:space-between;margin-bottom:22px}.gallery-section__header h2{color:var(--text-strong);font-size:clamp(1.6rem,2.5vw,2rem);letter-spacing:-.02em;margin:0}.gallery-section__header p{color:var(--text-body);line-height:1.75;margin:10px 0 0;max-width:700px}.gallery-section__count{background:var(--bg-soft);border-radius:999px;color:var(--brand-dark);flex-shrink:0;font-size:.92rem;font-weight:700;padding:8px 12px}.gallery-carousel{grid-gap:16px;display:grid;gap:16px}.gallery-carousel__frame{grid-gap:20px;align-items:center;background:linear-gradient(180deg,#edf4f4,#e4eded);border-radius:14px;box-shadow:var(--shadow-md);display:grid;gap:20px;grid-template-columns:minmax(120px,1fr) minmax(260px,auto) minmax(120px,1fr);min-height:320px;overflow:hidden;padding:20px;position:relative}.gallery-carousel__main{display:flex;justify-content:center;position:relative;z-index:2}.gallery-carousel__main img{border-radius:10px;box-shadow:0 18px 42px #1018282e;display:block;height:clamp(320px,52vw,620px);max-height:620px;max-width:100%;object-fit:contain;transition:transform .35s ease,box-shadow .35s ease,opacity .35s ease;width:auto}.gallery-carousel__preview{align-items:center;display:flex;justify-content:center;opacity:.5;position:relative;transition:transform .35s ease,opacity .35s ease,filter .35s ease;z-index:1}.gallery-carousel__preview img{border-radius:10px;filter:saturate(.88);height:clamp(240px,38vw,500px);max-height:500px;max-width:100%;object-fit:contain;width:auto}.gallery-carousel__preview--prev{transform:translateX(18px) scale(.92)}.gallery-carousel__preview--next{transform:translateX(-18px) scale(.92)}.gallery-carousel__nav{background:#fff;border:2px solid #1126302e;border-radius:999px;box-shadow:0 16px 30px #1018282e;color:#17353b;cursor:pointer;display:grid;font-size:2rem;height:46px;line-height:1;opacity:1;place-items:center;position:absolute;top:50%;transform:translateY(-50%);transition:transform .25s ease,box-shadow .25s ease,background .25s ease;width:46px;z-index:4}.gallery-carousel__nav--prev{left:18px}.gallery-carousel__nav--next{right:18px}.gallery-carousel__dots{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.gallery-carousel__dot{background:#29737338;border:0;border-radius:999px;cursor:pointer;height:12px;transition:transform .2s ease,background .2s ease;width:12px}.gallery-carousel__dot.is-active{background:var(--brand);transform:scale(1.15)}.gallery-carousel__nav:hover{background:#f8fbfb;box-shadow:0 18px 34px #10182838;transform:translateY(-50%) scale(1.04)}@media (max-width:1024px){.page{padding:76px 20px 100px}}@media (max-width:640px){.page{padding:64px 16px 80px}.page__header h1{font-size:2.2rem}.gallery-section{padding:22px 18px}.gallery-section__header{align-items:flex-start;flex-direction:column}.gallery-carousel__frame{gap:0;grid-template-columns:1fr;min-height:240px;padding:14px}.gallery-carousel__main img{height:clamp(240px,72vw,420px);max-height:420px}.gallery-carousel__preview{display:none}.gallery-carousel__nav{font-size:1.8rem;height:40px;width:40px}.gallery-carousel__nav--prev{left:12px}.gallery-carousel__nav--next{right:12px}}.leistungen-page .leistungen-intro{grid-gap:18px;color:var(--text-body);display:grid;gap:18px;margin-bottom:30px}.leistungen-page .leistungen-intro h2{color:var(--text-strong);font-size:36px;font-weight:800;letter-spacing:-.03em;margin:0;text-align:center}.leistungen-page .leistungen-intro p{line-height:1.7;margin:0 auto;max-width:760px;text-align:center}.leistungen-page .leistungen-section{padding:18px 0 8px}.leistungen-page .srv-grid{grid-gap:24px;align-items:stretch;display:grid;gap:24px;grid-template-columns:repeat(4,minmax(240px,1fr))}@media (max-width:1100px){.leistungen-page .srv-grid{grid-template-columns:repeat(3,minmax(220px,1fr))}}@media (max-width:820px){.leistungen-page .srv-grid{grid-template-columns:repeat(2,minmax(220px,1fr))}}@media (max-width:520px){.leistungen-page .srv-grid{grid-template-columns:1fr}}.leistungen-page .srv-card{align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow-md);color:inherit;display:flex;flex-direction:column;justify-content:flex-start;opacity:0;padding:28px 24px;position:relative;text-align:left;text-decoration:none;transform:translateY(26px);transition:opacity .55s ease,transform .55s cubic-bezier(.21,.8,.35,1);transition-delay:0ms;transition-delay:var(--delay,0ms);will-change:transform,opacity}.leistungen-page .srv-card:after{border-radius:12px;box-shadow:0 20px 42px #0000001a;content:"";inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .18s ease}.leistungen-page .srv-card.reveal{opacity:1;transform:translateY(0);transition:transform .2s cubic-bezier(.22,.7,.3,1),opacity .2s ease}.leistungen-page .srv-card.reveal:focus-visible,.leistungen-page .srv-card.reveal:hover{transform:translateY(-6px)}.leistungen-page .srv-card.reveal:focus-visible:after,.leistungen-page .srv-card.reveal:hover:after{opacity:1}.leistungen-page .srv-card.reveal:focus-visible{outline:2px solid #2973732e;outline-offset:4px}.leistungen-page .srv-icon{background:var(--brand-soft);border-radius:12px;color:var(--brand);display:grid;height:58px;margin-bottom:14px;place-items:center;width:58px}.leistungen-page .srv-icon__img{display:block;height:38px;object-fit:contain;width:38px}.leistungen-page .srv-name{color:var(--text-strong);font-size:20px;font-weight:800;letter-spacing:-.01em;margin:8px 0 10px}.leistungen-page .srv-desc{color:var(--text-body);line-height:1.7;margin:0 0 20px}.leistungen-page .srv-link{background:var(--brand);border-radius:10px;color:#fff;display:inline-flex;font-weight:700;margin-top:auto;padding:10px 16px;text-decoration:none;transition:background .25s ease,transform .25s ease}.leistungen-page .srv-card:hover .srv-link{background:var(--brand-dark);transform:translateY(-2px)}.leistungen-page .srv-link:focus-visible{outline:2px solid #2973732e;outline-offset:3px}@media (prefers-reduced-motion:reduce){.leistungen-page .srv-card,.leistungen-page .srv-card.reveal,.leistungen-page .srv-card:after{transition:none!important}}.contact{background:linear-gradient(180deg,#eef5f6,#f3f7f7);padding:76px 24px}.contact-inner{grid-gap:48px;align-items:center;display:grid;gap:48px;grid-template-columns:420px 1fr;margin:0 auto;max-width:1200px;width:100%}.contact-hint{color:var(--text-muted);font-size:.84rem;line-height:1.6;margin-bottom:10px}.contact-media{position:relative}.contact-img{border-radius:14px;box-shadow:var(--shadow-md);display:block;height:520px;object-fit:cover;transform:scale(1);transition:transform .6s ease;width:100%}.contact-media:hover .contact-img{transform:scale(1.03)}.contact-blob{background:radial-gradient(150% 120% at 0 100%,#29737324,#29737300);border-radius:14px;filter:blur(6px);height:78%;inset:auto auto -26px -26px;position:absolute;width:86%;z-index:-1}.contact-form-card{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow-md);box-sizing:border-box;margin:0 auto;max-width:100%;overflow:hidden;padding:32px;width:100%}.contact-title{color:var(--text-strong);font-size:36px;font-weight:800;letter-spacing:-.03em;margin:0 0 12px}.contact-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}.contact-field{display:flex;flex-direction:column;gap:6px;margin:12px 0 0}.contact-field label{color:#2b3d4a;font-size:14px;font-weight:700}.contact-field label span{color:#e45858}.contact-field input,.contact-field textarea{background:#f9fbfc;border:1px solid #dbe4e8;border-radius:10px;font-size:16px;outline:none;padding:13px 14px;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.contact-field input:focus,.contact-field textarea:focus{background:#fff;border-color:#29737373;box-shadow:0 0 0 3px #2973731f}.contact-field.has-error input,.contact-field.has-error textarea{border-color:#e45858}.contact-field small{color:#e45858}.contact-consent{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;margin:14px 0 4px}.contact-consent input{margin-top:3px}.contact-consent span{color:#304354;line-height:1.5}.contact-consent.has-error span{color:#e45858}.contact-consent-error{color:#e45858;display:block;margin-bottom:4px}.contact-btn{align-items:center;background:var(--brand);border:0;border-radius:10px;box-shadow:0 10px 22px #2973732e;color:#fff;cursor:pointer;display:inline-flex;font-size:16px;font-weight:800;gap:10px;letter-spacing:.1px;margin-top:18px;padding:14px 22px;transition:transform .15s ease,box-shadow .2s ease,background .2s ease}.contact-btn:hover{background:var(--brand-dark);box-shadow:0 14px 28px #29737338;transform:translateY(-1px)}.contact-btn:disabled{cursor:default;opacity:.7;transform:none}.mail-ico{filter:grayscale(100%) brightness(10)}.contact-success{padding:18px 6px;text-align:center}.contact-success-icon{background:var(--brand);border-radius:10px;color:#fff;display:grid;font-size:24px;font-weight:900;height:56px;margin:6px auto 10px;place-items:center;width:56px}.contact-hp{left:-99999px;opacity:0;position:absolute}@media (max-width:1024px){.contact-inner{grid-template-columns:1fr}.contact-img{height:380px}.contact-row{grid-template-columns:1fr}}@media (max-width:768px){.contact{padding:56px 16px}.contact-inner{gap:32px;max-width:100%}.contact-form-card,.contact-media{max-width:540px}.contact-img{height:320px}.contact-form-card{padding:24px}}@media (max-width:540px){.contact{padding:44px 14px}.contact-form-card,.contact-media{max-width:100%}.contact-img{height:260px}}.partners-strip{background:#fff;isolation:isolate;overflow-x:hidden;position:relative;width:100%}.partners-strip *{box-sizing:border-box}.strip-inner{margin:0 auto;max-width:1200px;padding:18px 16px;width:100%}.strip-title{color:#297373;font-size:20px;font-weight:800;margin:0 0 8px;text-align:center}.strip-row{align-items:center;display:flex;justify-content:center;min-height:100px;width:100%}.strip-row,.strip-view{overflow:hidden;position:relative}.strip-view{margin:0 auto;max-width:100%;padding:20px;width:min(820px,100%)}.strip-view__track{align-items:center;display:flex;flex-wrap:nowrap;gap:28px;justify-content:center;max-width:100%;transform:translateZ(0)}.strip-view__track.is-single{gap:0}.strip-card{align-items:center;background:#fff;border:1px solid #29737314;border-radius:0;display:flex;flex:0 0 auto;height:90px;justify-content:center;max-width:90vw;transition:transform .18s ease,border-color .18s ease;width:220px;will-change:transform}.strip-card.is-center{border-color:#29737326;transform:translateY(-4px)}.partner-logo{display:block;filter:grayscale(0);height:100%;max-height:56px;max-width:180px;object-fit:contain;opacity:.95;pointer-events:none;transition:transform .18s ease,opacity .18s ease,filter .18s ease;width:100%}.strip-card:hover{border-color:#29737338;transform:translateY(-6px)}.strip-card:hover .partner-logo{filter:grayscale(0);opacity:1;transform:scale(1.04)}.strip-arrow{background:#f2f7f7;border:none;border-radius:0;color:#297373;cursor:pointer;display:grid;height:40px;place-items:center;position:absolute;top:50%;transform:translateY(-50%);transition:transform .18s ease,background .18s ease;width:40px;z-index:2}.strip-arrow--left{left:8px}.strip-arrow--right{right:8px}.strip-arrow:hover{background:#e8f2f2;transform:translateY(-50%) scale(1.06)}.strip-dots{display:flex;gap:8px;justify-content:center;margin-top:12px;width:100%}.dot{background:#c5d5d5;border:0;border-radius:0;cursor:pointer;height:8px;transition:transform .18s ease,background .18s ease;width:8px}.dot.active{background:#297373;transform:scale(1.15)}@media (max-width:720px){.strip-view{width:100%}.strip-view__track{gap:0}.strip-card{height:84px;width:min(220px,72vw)}.partner-logo{max-height:52px;max-width:min(150px,60vw)}.strip-arrow--left{left:12px}.strip-arrow--right{right:12px}}@media (max-width:380px){.strip-card{height:78px;width:min(200px,82vw)}.partner-logo{max-height:48px;max-width:min(140px,70vw)}}.parallax-fw{left:50%;margin:0 -50vw;padding:0;position:relative;right:50%;width:100vw}.parallax-bar{--bg-offset:0px;background-attachment:fixed;background-image:var(--img);background-position:center calc(50% + var(--bg-offset));background-repeat:no-repeat;background-size:cover;height:420px;height:var(--h,420px);position:relative}.parallax-bar:after{background:#00000073;content:"";inset:0;pointer-events:none;position:absolute}@supports not (background-attachment:fixed){.parallax-bar{background-attachment:scroll;background-position:center calc(50% + var(--bg-offset))}}@media (hover:none) and (pointer:coarse){.parallax-bar{background-attachment:scroll;background-position:center calc(50% + var(--bg-offset))}}@media (max-width:992px){.parallax-bar{height:340px}}@media (max-width:640px){.parallax-bar{height:260px}}.our-team{background:#f7f8fa;color:#12212e;padding:clamp(3.5rem,7vw,6rem) 1.25rem;position:relative}.our-team__inner{display:flex;flex-direction:column;gap:clamp(2rem,6vw,3rem);margin:0 auto;max-width:1100px}.our-team__headline{grid-gap:.6rem;display:grid;gap:.6rem;margin:0 auto;max-width:740px;text-align:center}.eyebrow{color:#41dfd1;font-size:.85rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.our-team__headline h2{color:#12212e;font-size:clamp(2rem,4.8vw,2.8rem);font-weight:800;margin:0}.our-team__headline p{color:#55606a;font-size:1.05rem;line-height:1.65;margin:0}.our-team__lead{display:flex;flex-wrap:wrap;gap:clamp(1rem,3vw,1.75rem);justify-content:center}.team-card{background:#fff;border:1px solid #29737314;border-radius:0;box-shadow:0 8px 22px #10182814;contain:layout paint;opacity:0;padding:clamp(1.25rem,3.6vw,1.6rem);position:relative;transform:translateY(12px);transition:transform .18s ease-out,box-shadow .18s ease-out,border-color .18s ease-out,opacity .28s ease-out;will-change:transform,box-shadow}.team-card--lead{flex:1 1 320px;max-width:520px;padding:clamp(1.6rem,4vw,2rem)}.team-card.is-visible{opacity:1;transform:translateY(0);transition-delay:0ms;transition-delay:var(--card-delay,0ms)}.team-card:focus-within,.team-card:hover{border-color:#2973732e;box-shadow:0 14px 32px #1018281f;transform:translateY(-4px)}.team-card:focus-visible{outline:2px solid #41dfd1;outline-offset:4px}.team-card__glow{display:none}.team-card__media{background:#fff;border-radius:0;display:grid;height:72px;margin-bottom:1rem;overflow:hidden;place-items:center;width:72px}.team-card__media img{display:block;height:100%;object-fit:cover;width:100%}.team-card__content{grid-gap:.45rem;color:#334155;display:grid;gap:.45rem}.team-card__content h3{color:#12212e;font-size:1.15rem;font-weight:700;margin:0}.team-card__role{color:#297373;font-weight:700;letter-spacing:.01em;margin:0}.team-card__focus{color:#5b6772;font-size:.95rem;margin:0}@media (max-width:720px){.our-team{padding-inline:1rem}.team-card{padding:1.1rem}.team-card__media{border-radius:0;font-size:1.1rem;height:64px;width:64px}}@media (prefers-reduced-motion:reduce){.team-card{opacity:1;transform:none;transition:none!important}}.contact-page{background:#f7f8fa}.contact-page__main{padding-bottom:32px}.contact-page__main .page__header p{max-width:720px}.contact-page .contact{border-radius:0;margin:0}.contact-page__info{background:#12212e;color:#fff;padding:64px 24px 80px}.contact-page__info-inner{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin:0 auto;max-width:1100px}.contact-page__info h2{font-size:1.6rem;font-weight:700;margin:0 0 12px}.contact-page__info p{line-height:1.6;margin:0}.contact-page__info a{color:#41dfd1;text-decoration:none}.contact-page__info a:focus-visible,.contact-page__info a:hover{text-decoration:underline}.contact-page__info a:focus-visible{outline:2px solid #41dfd1;outline-offset:3px}@media (max-width:768px){.contact-page__main{padding-bottom:16px;padding-top:64px}.contact-page__info{padding:56px 20px 72px}}.legal-page{background:#f5f7fa;padding:2rem 1rem}.legal-card{background:#fff;border-radius:0;box-shadow:0 4px 20px #0000000f;box-sizing:border-box;margin:0 auto;max-width:900px;padding:2.5rem 2rem;width:100%}.legal-title{color:#41dfd1;font-size:2rem;font-weight:700;margin-bottom:1.5rem}.legal-section{margin-bottom:2rem}.legal-section h2{color:#1f2937;font-size:1.35rem;font-weight:600;margin-bottom:.8rem}.legal-section p{color:#374151;font-size:1rem;line-height:1.7;margin-bottom:.75rem}.legal-section ul{margin-bottom:1rem;margin-left:1.2rem}.legal-section ul li{color:#374151;line-height:1.6;margin-bottom:.45rem}.legal-section a{color:#2563eb;text-decoration:underline}.legal-card hr{border:none;border-top:1px solid #e5e7eb;margin:2rem 0}@media (max-width:600px){.legal-page{padding:1.5rem .75rem}.legal-card{padding:1.5rem 1.2rem}.legal-title{font-size:1.7rem}.legal-section h2{font-size:1.2rem}.legal-section li,.legal-section p{font-size:.97rem}}.service-detail{background:linear-gradient(180deg,#f4f7f8,#eef3f2);color:var(--text-strong)}.service-hero{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow-md);margin-bottom:32px;padding:30px 30px 34px}.service-hero h1{color:var(--text-strong);font-size:clamp(2.3rem,4vw,2.9rem);letter-spacing:-.03em;margin:6px 0 12px}.service-hero__kicker{color:var(--brand);font-size:.85rem;font-weight:700;letter-spacing:.1em;margin:0;text-transform:uppercase}.service-hero__lead{color:var(--text-body);line-height:1.7;margin:0 0 18px}.service-section{margin-bottom:28px}.section-card{align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow-md);display:flex;flex-direction:column;padding:26px 26px 28px}.service-card--cta{align-items:center;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.section-card h2{color:var(--text-strong);font-size:clamp(1.55rem,3vw,1.95rem);letter-spacing:-.02em;margin:8px 0 12px}.section-card--list{grid-gap:16px;display:grid;gap:16px}.section-text{grid-gap:10px;color:var(--text-body);display:grid;gap:10px;line-height:1.72;margin:0 0 12px}.section-kicker{color:var(--brand);font-size:.82rem;font-weight:700;letter-spacing:.08em;margin:0;text-transform:uppercase}.svc-list{color:var(--text-body);line-height:1.65;margin:0;padding-left:18px}.svc-list,.svc-list--inline{grid-gap:10px;display:grid;gap:10px}.svc-list--inline{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));list-style:none;padding:0}.svc-list--inline li{padding-left:20px;position:relative}.svc-list--inline li:before{color:var(--brand);content:"•";left:0;position:absolute}.svc-note{color:var(--brand-dark);font-weight:600;margin:8px 0 0}.svc-actions{display:flex;flex-wrap:wrap;gap:12px}.svc-btn{align-items:center;background:var(--brand);border-radius:10px;color:#fff!important;display:inline-flex;font-weight:700;gap:8px;justify-content:center;letter-spacing:.01em;padding:12px 18px;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.svc-btn:focus-visible,.svc-btn:hover{box-shadow:0 14px 30px #2973732e;transform:translateY(-2px)}.svc-btn--ghost{background:#fff;border:1px solid #29737338;color:var(--brand)!important}.service-card-actions,.svc-btn:last-child{margin-top:auto}@media (max-width:720px){.service-card--cta{align-items:flex-start;flex-direction:column;gap:18px}}.pflegekosten-page{background:var(--bg-page)}.pflegekosten-page__main{padding-bottom:32px}.pflegekosten{background:linear-gradient(180deg,#f5f8f8,#eef3f2);color:var(--text-strong);padding:84px 20px}.pflegekosten .container{margin:0 auto;max-width:1200px}.pflegekosten__header{margin-bottom:40px;max-width:760px}.pflegekosten .breadcrumb{align-items:center;display:flex;flex-wrap:wrap;gap:6px;margin-bottom:24px}.pflegekosten__eyebrow{color:var(--brand);display:inline-block;font-size:.85rem;font-weight:700;letter-spacing:.08em;margin-bottom:12px;text-transform:uppercase}.pflegekosten h1{font-size:clamp(2.2rem,4vw,3.2rem);letter-spacing:-.03em;line-height:1.08}.pflegekosten h1,.pflegekosten h2{color:var(--text-strong);margin:0 0 16px}.pflegekosten h2{font-size:1.5rem;letter-spacing:-.02em}.pflegekosten h3{color:var(--brand-dark);font-size:1.05rem;margin:24px 0 10px}.pflegekosten p{color:var(--text-body);line-height:1.72;margin:0 0 14px;overflow-wrap:anywhere}.pflegekosten__list{margin:0 0 14px 20px;padding:0}.pflegekosten__list li{color:var(--text-body);line-height:1.65;margin-bottom:8px}.pflegekosten__list--grid{grid-gap:8px 24px;display:grid;gap:8px 24px;grid-template-columns:repeat(2,minmax(0,1fr))}.pflegekosten__grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:24px}.pflegekosten__card{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow-md);margin-bottom:24px;padding:28px}.pflegekosten__table-hint{color:var(--text-muted);font-size:.95rem;margin-bottom:12px}.pflegekosten__table-wrap{-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #e1e9e8;border-radius:10px;overflow-x:auto;overflow-y:hidden;scrollbar-gutter:stable both-edges;width:100%}.pflegekosten__table{border-collapse:collapse;min-width:720px;width:100%}.pflegekosten__table td,.pflegekosten__table th{border-bottom:1px solid #e7eeed;font-size:.95rem;padding:14px 12px;text-align:left;vertical-align:middle;white-space:nowrap}.pflegekosten__table th{background:#eef6f5;color:var(--text-strong);font-weight:700}.pflegekosten__table tbody tr:last-child td{border-bottom:none}.pflegekosten__table tbody tr:hover{background:#fafdfd}.pflegekosten a{color:var(--brand);text-decoration:none}.pflegekosten a:hover{text-decoration:underline}.pflegekosten-contact{background:linear-gradient(180deg,#143233,#102627);color:#fff;padding:68px 24px 80px}.pflegekosten-contact__inner{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin:0 auto;max-width:1100px}.pflegekosten-contact__item{background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;padding:24px}.pflegekosten-contact__item h2{color:#fff;font-size:1.5rem;font-weight:700;margin:0 0 12px}.pflegekosten-contact__item p{color:#ffffffe0;line-height:1.65;margin:0}.pflegekosten-contact__item a{color:#9fe8df;text-decoration:none}.pflegekosten-contact__item a:focus-visible,.pflegekosten-contact__item a:hover{text-decoration:underline}.pflegekosten-contact__item a:focus-visible{outline:2px solid #9fe8df3d;outline-offset:3px}@media (max-width:1024px){.pflegekosten{padding:72px 20px}.pflegekosten__header{margin-bottom:32px}}@media (max-width:900px){.pflegekosten__grid,.pflegekosten__list--grid{grid-template-columns:1fr}.pflegekosten__card{padding:22px}}@media (max-width:768px){.pflegekosten-page__main{padding-bottom:16px}.pflegekosten{padding:56px 18px}.pflegekosten h1,.pflegekosten h2{margin-bottom:14px}.pflegekosten h2{font-size:1.35rem}.pflegekosten h3{font-size:1.02rem;margin-top:20px}.pflegekosten p,.pflegekosten__list li,.pflegekosten__table td,.pflegekosten__table th{font-size:.94rem}.pflegekosten__table{min-width:680px}.pflegekosten-contact{padding:56px 20px 72px}.pflegekosten-contact__item h2{font-size:1.35rem}}@media (max-width:640px){.pflegekosten{padding:48px 16px}.pflegekosten__header{margin-bottom:28px}.pflegekosten__card{margin-bottom:18px;padding:18px}.pflegekosten__grid{gap:18px;margin-bottom:18px}.pflegekosten__list{margin-left:18px}.pflegekosten__table-wrap{margin-left:-2px;margin-right:-2px}.pflegekosten__table{min-width:640px}.pflegekosten-contact{padding:48px 16px 56px}.pflegekosten-contact__inner{gap:24px}}
/*# sourceMappingURL=main.f80c8e8c.css.map*/