.site-header{--hdr-col-a:#f9d093;--hdr-col-b:#ffa303;--hdr-col-c:#ff6a00;--header-text:#1f1a12;--header-surface:rgba(255,248,236,0.94);--header-border:rgba(109,57,9,0.18);--header-shadow:0 20px 45px rgba(104,53,5,0.16);--header-hover:#0b5bd6;--header-background:linear-gradient(90deg,var(--hdr-col-c) 0%,var(--hdr-col-b) 45%,var(--hdr-col-a) 100%);--header-dropdown-text:var(--header-text);--header-cta-background:var(--hdr-col-c);--header-cta-text:#ffffff;--header-z-overlay:9999;--site-header-row-height:136px;position:relative;z-index:var(--header-z-overlay);isolation:isolate;overflow:visible;background:var(--header-background)}.site-header__bg{position:absolute;inset:0;overflow:hidden;pointer-events:none}.site-header__bg:after,.site-header__bg:before{content:"";position:absolute;inset:0}.site-header__bg:before{background:radial-gradient(circle at top right,rgba(255,255,255,.5),transparent 32%),linear-gradient(180deg,rgba(255,255,255,.22),transparent 34%)}.site-header__bg:after{inset:auto -10% -55% 30%;height:180px;border-radius:50%;background:hsla(0,0%,100%,.16);transform:rotate(-7deg)}.site-header__inner{position:relative;z-index:1;width:min(1200px,100% - 40px);margin:0 auto;min-height:var(--site-header-row-height);display:flex;align-items:center;justify-content:space-between;gap:32px}.site-header__brand{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:flex-start;min-width:0;align-self:center}.site-header__logo-frame{position:relative;width:min(28vw,220px);height:calc(var(--site-header-row-height)*.62);overflow:hidden}.site-header__logo{object-fit:cover;object-position:center center}.site-header__menu-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:52px;height:52px;padding:0;border:1px solid hsla(0,0%,100%,.25);border-radius:16px;background:rgba(255,250,242,.18);cursor:pointer}.site-header__menu-toggle span{width:20px;height:2px;margin:0 auto;border-radius:999px;background:var(--header-text);transition:transform .18s ease,opacity .18s ease}.site-header__menu-toggle.is-open span:first-child{transform:translateY(7px) rotate(45deg)}.site-header__menu-toggle.is-open span:nth-child(2){opacity:0}.site-header__menu-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.site-header__nav{display:flex;justify-content:flex-end;flex:1 1 auto;min-width:0;margin-left:16px;position:relative;z-index:var(--header-z-overlay)}.site-header__actions{flex:0 0 auto;gap:10px;margin-left:10px}.site-header__actions,.site-header__language-control{display:inline-flex;align-items:center}.site-header__nav-list{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin:0;padding:14px;list-style:none;border:1px solid hsla(0,0%,100%,.35);border-radius:999px;background:rgba(255,249,241,.18);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 30px rgba(120,63,7,.08)}.site-header__nav-item{position:relative}.site-header__dropdown-toggle,.site-header__nav-item>a{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 18px;border:0;border-radius:999px;background:rgba(0,0,0,0);color:var(--header-text);text-decoration:none;white-space:nowrap;font:inherit;font-weight:600;letter-spacing:.01em;cursor:pointer;transition:color .18s ease,background-color .18s ease,transform .18s ease,box-shadow .18s ease}.site-header__dropdown-toggle:focus-visible,.site-header__dropdown-toggle:hover,.site-header__nav-item--dropdown.is-open>.site-header__dropdown-toggle,.site-header__nav-item>a:focus-visible,.site-header__nav-item>a:hover{color:var(--header-hover);background:hsla(0,0%,100%,.7);transform:translateY(-1px);box-shadow:0 8px 18px rgba(114,60,8,.12);outline:none}.site-header__dropdown-icon{font-size:.8rem;transition:transform .18s ease}.site-header__dropdown-details[open] .site-header__dropdown-icon,.site-header__nav-item--dropdown:focus-within .site-header__dropdown-icon,.site-header__nav-item--dropdown:hover .site-header__dropdown-icon{transform:rotate(180deg)}.site-header__dropdown-details>summary{list-style:none}.site-header__dropdown-details>summary::-webkit-details-marker{display:none}.site-header__dropdown-menu{position:absolute;top:calc(100% + 12px);left:0;min-width:220px;margin:0;padding:10px;list-style:none;border:1px solid var(--header-border);border-radius:22px;background:var(--header-surface);box-shadow:var(--header-shadow);z-index:var(--header-z-overlay);opacity:0;visibility:hidden;transform:translateY(8px);pointer-events:none;transition:opacity .18s ease,visibility .18s ease,transform .18s ease}.site-header__dropdown-details[open]>.site-header__dropdown-menu,.site-header__nav-item--dropdown:focus-within .site-header__dropdown-menu,.site-header__nav-item--dropdown:hover .site-header__dropdown-menu{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.site-header__dropdown-menu a{display:block;padding:12px 14px;border-radius:14px;color:var(--header-dropdown-text);text-decoration:none;font-weight:500;transition:background-color .18s ease,color .18s ease,transform .18s ease}.site-header__dropdown-menu a:focus-visible,.site-header__dropdown-menu a:hover{background:rgba(255,163,3,.16);color:var(--header-hover);transform:translateX(2px);outline:none}.site-header__nav-item--cta>a{background:var(--header-cta-background);color:var(--header-cta-text);box-shadow:0 10px 24px rgba(45,27,7,.16)}.site-header__nav-item--cta>a:focus-visible,.site-header__nav-item--cta>a:hover{background:var(--header-cta-background);color:var(--header-cta-text);filter:brightness(1.05)}.site-language-switcher{position:relative;display:inline-flex;flex-direction:column;align-items:flex-end}.site-language-switcher__trigger{--language-accent:var(--header-hover);display:inline-flex;align-items:center;gap:7px;min-height:40px;min-width:92px;padding:0 12px;border:1px solid hsla(0,0%,100%,.44);border-radius:999px;background:hsla(0,0%,100%,.34);color:var(--header-text);font:inherit;font-size:.78rem;font-weight:700;letter-spacing:.04em;cursor:pointer;transition:background-color .18s ease,box-shadow .18s ease,transform .18s ease}.site-language-switcher__flag{width:22px;height:16px;border-radius:3px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.16);object-fit:cover}.site-language-switcher__label{letter-spacing:.03em}.site-language-switcher__chevron{margin-left:2px;font-size:.7rem;transition:transform .18s ease}.site-language-switcher__menu{position:absolute;top:calc(100% + 8px);right:0;min-width:108px;padding:6px;border:1px solid var(--header-border);border-radius:14px;background:rgba(255,248,236,.98);box-shadow:var(--header-shadow);opacity:0;visibility:hidden;transform:translateY(6px);pointer-events:none;transition:opacity .18s ease,visibility .18s ease,transform .18s ease}.site-language-switcher__option{--language-accent:var(--header-hover);display:inline-flex;align-items:center;gap:8px;width:100%;min-height:34px;padding:0 10px;border-radius:10px;color:var(--header-text);text-decoration:none;font-size:.76rem;font-weight:700;letter-spacing:.03em;transition:background-color .18s ease,color .18s ease,transform .18s ease}.site-language-switcher__trigger:focus-visible,.site-language-switcher__trigger:hover{background:hsla(0,0%,100%,.76);box-shadow:0 8px 18px rgba(114,60,8,.12);outline:none;transform:translateY(-1px)}.site-language-switcher__option:focus-visible,.site-language-switcher__option:hover{background:rgba(255,163,3,.16);color:var(--header-hover);outline:none;transform:translateX(1px)}.site-language-switcher__option.is-active{background:hsla(0,0%,100%,.88);color:var(--header-hover)}.site-language-switcher.is-open .site-language-switcher__chevron{transform:rotate(180deg)}.site-language-switcher.is-open .site-language-switcher__menu{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.site-header--transparent{background:rgba(0,0,0,0)}.site-header--transparent .site-header__bg:before{background:linear-gradient(180deg,rgba(18,18,18,.18),transparent 55%)}.site-header--transparent .site-header__bg:after{display:none}@media(max-width:1180px){.site-header{--site-header-row-height:15vh;overflow:visible}.site-header__inner{width:min(100%,100% - 28px);min-height:0;padding:18px 0;align-items:center;flex-wrap:wrap;gap:16px}.site-header__menu-toggle{display:inline-flex;flex:0 0 auto;margin-left:0}.site-header__actions{order:2;margin-left:auto}.site-header__nav{position:static;flex:1 0 100%;width:100%;margin-left:0;order:3;z-index:var(--header-z-overlay);max-height:0;opacity:0;visibility:hidden;transform:translateY(-8px);pointer-events:none;overflow:hidden;transition:max-height .22s ease,opacity .18s ease,visibility .18s ease,transform .18s ease}.site-header__nav.is-open{max-height:calc(100vh - 110px);opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto;overflow:auto}.site-header__nav-list{width:100%;flex-direction:column;align-items:stretch;gap:6px;padding:14px;border-radius:28px;background:rgba(255,248,236,.98);border:1px solid var(--header-border);box-shadow:var(--header-shadow);-webkit-backdrop-filter:none;backdrop-filter:none}.site-header__dropdown-toggle,.site-header__nav-item>a{width:100%;justify-content:space-between;min-height:52px;padding:0 16px;border-radius:18px;background:hsla(0,0%,100%,.52)}.site-language-switcher{width:auto;align-items:flex-end}.site-language-switcher__trigger{width:auto;justify-content:center;background:hsla(0,0%,100%,.52);border:1px solid var(--header-border)}.site-language-switcher__menu{left:auto;right:0;min-width:108px}.site-header__dropdown-menu{position:static;min-width:0;margin-top:8px;border-radius:18px;background:hsla(0,0%,100%,.92);box-shadow:none;z-index:calc(var(--header-z-overlay) + 1);max-height:none;padding:10px;border-width:1px;display:none;opacity:1;visibility:visible;transform:none;pointer-events:auto;overflow:visible}.site-header__dropdown-details[open]>.site-header__dropdown-menu{display:block}.site-header__nav-item--cta>a{justify-content:center}}@media(max-width:640px){.site-header{--site-header-row-height:108px}.site-header__inner{width:min(100%,100% - 20px);padding:14px 0;gap:14px}.site-header__logo{object-position:center center}.site-header__logo-frame{width:min(56vw,190px);height:calc(var(--site-header-row-height)*.8)}.site-header__menu-toggle{width:46px;height:46px;border-radius:14px}.site-header__actions{gap:8px}.site-language-switcher{width:auto;align-items:flex-end}.site-header__nav{max-height:0}.site-header__nav.is-open{max-height:calc(100vh - 96px)}.site-header__nav-list{padding:12px;border-radius:24px}.site-header__dropdown-toggle,.site-header__nav-item>a{min-height:48px;padding:0 14px}.site-language-switcher__trigger{width:auto;justify-content:center;min-height:36px;min-width:0;padding:0 10px;gap:5px}.site-language-switcher__menu{left:auto;right:0;min-width:108px}.site-language-switcher__option{min-height:32px;padding:0 8px}.site-language-switcher__flag{width:20px;height:14px}.site-language-switcher__label{font-size:.72rem}}@media(max-width:375px){.site-header__actions{flex-direction:column;align-items:flex-end;margin-left:auto;gap:8px}.site-header__language-control{order:1}.site-header__menu-toggle{order:2}}@media(max-width:260px){.site-language-switcher__chevron{display:none}}@media(max-width:220px){.site-header__inner{row-gap:10px}.site-header__brand{flex:1 0 100%;justify-content:center;order:1}.site-header__logo-frame{width:min(64vw,160px)}.site-header__actions{flex:1 0 100%;order:2;flex-direction:row;justify-content:center;align-items:center;margin-left:0;gap:8px}.site-header__language-control{order:1;margin-left:0}.site-header__menu-toggle{order:2}}.skip-link{position:fixed;top:18px;left:18px;z-index:10050;transform:translateY(-180%);padding:.9rem 1.15rem;border-radius:999px;background:#101010;color:#fff;font-weight:700;text-decoration:none;box-shadow:0 14px 28px rgba(0,0,0,.24);transition:transform .16s ease}.skip-link:focus-visible{transform:translateY(0)}:focus-visible{outline:3px solid #10b981;outline-offset:3px}body.a11y-highlight-focus :focus-visible{outline:4px solid #0f8a55!important;outline-offset:4px!important;box-shadow:0 0 0 4px hsla(0,0%,100%,.94),0 0 0 8px rgba(15,138,85,.42)!important;border-radius:.45rem}body.a11y-navigation-keys [tabindex="-1"]:focus-visible{outline-offset:6px!important}body.a11y-highlight-hover [role=button]:hover,body.a11y-highlight-hover a:hover,body.a11y-highlight-hover button:hover,body.a11y-highlight-hover input:hover,body.a11y-highlight-hover label:hover,body.a11y-highlight-hover select:hover,body.a11y-highlight-hover summary:hover,body.a11y-highlight-hover textarea:hover{outline:3px solid rgba(16,138,85,.78)!important;outline-offset:3px!important;box-shadow:0 0 0 5px rgba(16,138,85,.16)!important;border-radius:.45rem}body.a11y-big-dark-cursor,body.a11y-big-dark-cursor *{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='46' viewBox='0 0 34 46'%3E%3Cpath d='M4 3L26 24H16L21 42L14 44L9 26H4z' fill='%23000000' stroke='%23ffffff' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E") 4 4,auto!important}body.a11y-big-light-cursor,body.a11y-big-light-cursor *{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='46' viewBox='0 0 34 46'%3E%3Cpath d='M4 3L26 24H16L21 42L14 44L9 26H4z' fill='%23ffffff' stroke='%23000000' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E") 4 4,auto!important}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}body.a11y-stop-animations,body.a11y-stop-animations *,body.a11y-stop-animations :after,body.a11y-stop-animations :before{animation:none!important;scroll-behavior:auto!important;transition:none!important}body.a11y-stop-animations .hero-slider:before,body.a11y-stop-animations .hero-transition-overlay{display:none!important}body.a11y-stop-animations .hero-slider__dienstplan-wrap,body.a11y-stop-animations .hero-slider__employee-wrap,body.a11y-stop-animations .hero-slider__slide,body.a11y-stop-animations .hero-slider__space-wrap,body.a11y-stop-animations .hero-slider__track{transition:none!important}body.a11y-stop-animations .hero-slider__dienstplan-wrap.columns-fade .dienstplan-hero__content,body.a11y-stop-animations .hero-slider__slide.is-outgoing .hero-slider__content,body.a11y-stop-animations .hero-slider__slide.is-outgoing>div,body.a11y-stop-animations .hero-slider__slide[aria-hidden=false] .landing-hero-bag__content,body.a11y-stop-animations .hero-slider__slide[aria-hidden=false] .landing-hero-bag__content .accent-bar,body.a11y-stop-animations .hero-slider__slide[aria-hidden=false] .landing-hero-bag__content .slide-cta,body.a11y-stop-animations .hero-slider__slide[aria-hidden=false] .landing-hero-bag__copy-block,body.a11y-stop-animations .hero-slider__slide[aria-hidden=false] .landing-hero-bag__images,body.a11y-stop-animations .hero-slider__space-wrap.columns-fade .landing-hero-space__content{opacity:1!important;transform:none!important}body.a11y-stop-animations .hero-slider__slide[aria-hidden=false] .landing-hero-bag__images .bag-decor{opacity:1!important;transform:translateX(-8%) scale(1) translateZ(80px)!important}body.a11y-stop-animations .hero-slider__slide[aria-hidden=false] .landing-hero-bag__images .bag-main{opacity:1!important;transform:translateY(0) translateZ(80px)!important}body.a11y-stop-animations .hero-slider__slide[aria-hidden=false] .landing-hero-space .landing-hero-space__content,body.a11y-stop-animations .hero-slider__slide[aria-hidden=false] .landing-hero-space .left-col .line,body.a11y-stop-animations .hero-slider__slide[aria-hidden=false] .landing-hero-space .left-col .slide-cta,body.a11y-stop-animations .hero-slider__slide[aria-hidden=false] .landing-hero-space .left-col .title,body.a11y-stop-animations .hero-slider__slide[aria-hidden=false] .landing-hero-space .right-col .device-wrap .dp-app,body.a11y-stop-animations .hero-slider__slide[aria-hidden=false] .landing-hero-space .right-col .device-wrap .dp-book,body.a11y-stop-animations .hero-slider__slide[aria-hidden=false] .landing-hero-space .space-bg{opacity:1!important;transform:none!important}body.a11y-stop-animations .hero-slider__slide[aria-hidden=false] .landing-hero-space .space-bg:after{opacity:0!important}body.a11y-stop-animations .hero-slider__slide[aria-hidden=false] .dienstplan-hero .dienstplan-hero__checklist,body.a11y-stop-animations .hero-slider__slide[aria-hidden=false] .dienstplan-hero .dienstplan-hero__checklist .checklist-item,body.a11y-stop-animations .hero-slider__slide[aria-hidden=false] .dienstplan-hero .dienstplan-hero__checklist .checklist-item__icon,body.a11y-stop-animations .hero-slider__slide[aria-hidden=false] .dienstplan-hero .dienstplan-hero__cta,body.a11y-stop-animations .hero-slider__slide[aria-hidden=false] .dienstplan-hero .dienstplan-hero__title,body.a11y-stop-animations .hero-slider__slide[aria-hidden=false] .dienstplan-hero .visual__base,body.a11y-stop-animations .hero-slider__slide[aria-hidden=false] .dienstplan-hero .visual__label,body.a11y-stop-animations .hero-slider__slide[aria-hidden=false] .dienstplan-hero .visual__overlay,body.a11y-stop-animations .hero-slider__slide[aria-hidden=false] .employee-hero .employee-hero__checklist .checklist-item,body.a11y-stop-animations .hero-slider__slide[aria-hidden=false] .employee-hero .employee-hero__checklist .checklist-item__icon,body.a11y-stop-animations .hero-slider__slide[aria-hidden=false] .employee-hero .employee-hero__cta,body.a11y-stop-animations .hero-slider__slide[aria-hidden=false] .employee-hero .employee-hero__title,body.a11y-stop-animations .hero-slider__slide[aria-hidden=false] .employee-hero .visual__base,body.a11y-stop-animations .hero-slider__slide[aria-hidden=false] .employee-hero .visual__label,body.a11y-stop-animations .hero-slider__slide[aria-hidden=false] .employee-hero .visual__overlay{opacity:1!important;transform:none!important}body.a11y-stop-animations .hero-slider__slide[aria-hidden=false] .landing-hero-future .future-bar,body.a11y-stop-animations .hero-slider__slide[aria-hidden=false] .landing-hero-future .future-text{opacity:1!important}body.a11y-stop-animations .hero-slider__slide[aria-hidden=false] .landing-hero-future .future-text{animation:none!important;transform:translateX(0) translateY(-50%)!important}body.a11y-stop-animations .hero-slider__slide[aria-hidden=false] .landing-hero-future .future-bar{animation:none!important}@media(max-width:800px){body.a11y-stop-animations .hero-slider__slide[aria-hidden=false] .landing-hero-future .future-text{transform:translateX(0) translateY(-7em)!important}}body.a11y-panel-open *,body.a11y-panel-open :after,body.a11y-panel-open :before{animation-play-state:paused!important}body.a11y-panel-open .a11y-panel,body.a11y-panel-open .a11y-panel *,body.a11y-panel-open .a11y-panel :after,body.a11y-panel-open .a11y-panel :before,body.a11y-panel-open .a11y-trigger{animation-play-state:running!important}body.a11y-large-text{font-size:112%;line-height:1.65}body.a11y-readable-font{font-family:Arial,Verdana,Tahoma,sans-serif}body.a11y-high-contrast{color:inherit}body.a11y-high-contrast .checklist-item__text,body.a11y-high-contrast .future-text h1,body.a11y-high-contrast .future-text h3,body.a11y-high-contrast .landing-info-heading,body.a11y-high-contrast .landing-info-subhead,body.a11y-high-contrast .landing-info-text,body.a11y-high-contrast .visual__label__title,body.a11y-high-contrast blockquote,body.a11y-high-contrast dd,body.a11y-high-contrast dt,body.a11y-high-contrast figcaption,body.a11y-high-contrast h1,body.a11y-high-contrast h2,body.a11y-high-contrast h3,body.a11y-high-contrast h4,body.a11y-high-contrast h5,body.a11y-high-contrast h6,body.a11y-high-contrast label,body.a11y-high-contrast li,body.a11y-high-contrast p{display:inline-block;width:-moz-fit-content;width:fit-content;max-width:100%;padding:.12em .28em;background:rgba(0,0,0,.88)!important;color:#fff!important;box-decoration-break:clone;-webkit-box-decoration-break:clone;text-shadow:none!important}body.a11y-high-contrast .landing-info-button,body.a11y-high-contrast .site-footer__link,body.a11y-high-contrast .site-header__dropdown-menu a,body.a11y-high-contrast .site-header__dropdown-toggle,body.a11y-high-contrast .site-header__nav-item>a,body.a11y-high-contrast .slide-cta,body.a11y-high-contrast a{background:#000!important;color:#fff!important;text-shadow:none!important}body.a11y-high-contrast .accent-bar,body.a11y-high-contrast .hero-transition-overlay,body.a11y-high-contrast .shooting-star,body.a11y-high-contrast .site-header__bg{filter:contrast(1.15)}body.a11y-highlight-links a{text-decoration:underline!important;text-decoration-thickness:.18em;text-underline-offset:.2em}body.a11y-highlight-links a:not(.a11y-trigger):not(.slide-cta){background:rgba(255,243,140,.24);border-radius:.3rem}body.a11y-highlight-headings h1,body.a11y-highlight-headings h2,body.a11y-highlight-headings h3,body.a11y-highlight-headings h4,body.a11y-highlight-headings h5,body.a11y-highlight-headings h6{text-decoration:underline;text-decoration-thickness:.12em;text-underline-offset:.16em}body.a11y-hide-images .bag-decor,body.a11y-hide-images .bag-main,body.a11y-hide-images .device-wrap,body.a11y-hide-images .hero-slider__bg,body.a11y-hide-images .site-header__bg,body.a11y-hide-images .space-bg,body.a11y-hide-images [class*=__visual],body.a11y-hide-images [class*=visual__],body.a11y-hide-images canvas,body.a11y-hide-images img,body.a11y-hide-images picture,body.a11y-hide-images svg,body.a11y-hide-images video{visibility:hidden!important}body.a11y-hide-images .dienstplan-hero__visual,body.a11y-hide-images .employee-hero__visual,body.a11y-hide-images .hero-slider__dienstplan-wrap,body.a11y-hide-images .hero-slider__employee-wrap,body.a11y-hide-images .hero-slider__future-wrap,body.a11y-hide-images .hero-slider__space-wrap,body.a11y-hide-images .landing-hero-bag__images,body.a11y-hide-images .right-col{min-height:0!important}.a11y-trigger{position:fixed;right:20px;bottom:20px;z-index:10020;padding:.95rem 1.15rem;border:1px solid hsla(0,0%,100%,.3);border-radius:999px;background:linear-gradient(135deg,#0d1117,#10381f);color:#fff;font-weight:700;letter-spacing:.01em;cursor:pointer;box-shadow:0 16px 30px rgba(6,17,10,.24)}.a11y-panel__overlay{position:fixed;inset:0;z-index:10030;display:flex;justify-content:flex-end;background:rgba(9,11,14,.44)}.a11y-panel{width:min(460px,100%);height:100%;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:1.5rem;background:radial-gradient(circle at top right,rgba(91,255,157,.15),transparent 28%),linear-gradient(180deg,#f7fbf9,#edf6f1);color:#14211a;box-shadow:-12px 0 36px rgba(12,24,18,.16);contain:layout paint}.a11y-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.a11y-panel__eyebrow{margin:0 0 .35rem;color:#18754c;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.a11y-panel__header h2{margin:0;font-size:1.7rem;line-height:1.1}.a11y-panel__close{width:44px;height:44px;border:1px solid rgba(20,33,26,.14);border-radius:14px;background:hsla(0,0%,100%,.7);color:#14211a;font-size:1.5rem;cursor:pointer}.a11y-panel__intro{margin:1rem 0 1.25rem;color:#3c4a43;line-height:1.55}.a11y-panel__options{display:grid;grid-gap:.9rem;gap:.9rem}.a11y-panel__groups{display:grid;grid-gap:1.25rem;gap:1.25rem}.a11y-panel__group{display:grid;grid-gap:.85rem;gap:.85rem;content-visibility:auto;contain-intrinsic-size:360px}.a11y-panel__group-header{display:grid;grid-gap:.2rem;gap:.2rem}.a11y-panel__group-header h3{margin:0;font-size:1rem;color:#18754c}.a11y-panel__group-header p{margin:0;color:#4f5e56;font-size:.92rem;line-height:1.45}.a11y-panel__option{display:grid;grid-template-columns:1fr auto;grid-gap:1rem;gap:1rem;align-items:center;padding:1rem;border:1px solid rgba(20,33,26,.08);border-radius:18px;background:hsla(0,0%,100%,.72)}.a11y-panel__option-copy{display:grid;grid-gap:.25rem;gap:.25rem}.a11y-panel__option-title{font-weight:700}.a11y-panel__option-description{color:#4f5e56;font-size:.94rem;line-height:1.45}.a11y-panel__option input{width:1.15rem;height:1.15rem}.a11y-panel__footer{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.75rem;margin-top:1.25rem}.a11y-panel__hint{flex:1 0 100%;margin:0;color:#4f5e56;font-size:.9rem;line-height:1.45}.a11y-panel__primary,.a11y-panel__secondary{min-height:48px;padding:0 1rem;border-radius:999px;font-weight:700;cursor:pointer}.a11y-panel__primary{border:0;background:linear-gradient(135deg,#0f8a55,#0b6d43);color:#fff}.a11y-panel__secondary{border:1px solid rgba(20,33,26,.16);background:hsla(0,0%,100%,.8);color:#14211a}.a11y-reading-guide{position:fixed;left:0;right:0;z-index:10010;height:3px;margin-top:-1px;background:linear-gradient(90deg,rgba(16,138,85,0),rgba(16,138,85,.92),rgba(16,138,85,0));box-shadow:0 0 0 1px hsla(0,0%,100%,.55);pointer-events:none}.a11y-reading-mask{position:fixed;inset:0;z-index:10000;display:flex;flex-direction:column;pointer-events:none}.a11y-reading-mask__bottom,.a11y-reading-mask__top{background:rgba(7,10,14,.48)}.a11y-reading-mask__window{flex:0 0 128px;border-top:1px solid rgba(16,138,85,.7);border-bottom:1px solid rgba(16,138,85,.7);background:rgba(0,0,0,0)}.a11y-reading-mask__bottom{flex:1 1 auto}@media(max-width:900px){.a11y-trigger{right:14px;bottom:14px}.a11y-panel{width:100%;padding:1.1rem}}.content-block-split{min-width:0;width:100%}.content-block-content-node,.content-block-split__child{min-width:0}@media(max-width:900px){.content-block-node--hide-mobile,.content-block-split__child--hide-mobile{display:none!important}.content-block-split--mobile-stack{grid-template-columns:1fr!important;grid-template-rows:none!important}.content-block-split--mobile-stack-reverse{display:flex!important;flex-direction:column-reverse!important}.content-block-split--mobile-visible-1{grid-template-columns:1fr!important;grid-template-rows:auto!important}.content-block-split--mobile-visible-2{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:auto!important}.content-block-split--mobile-visible-3{grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-template-rows:auto!important}.content-block-split--mobile-visible-4{grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-template-rows:auto!important}}.landing-info-section{width:100%;max-width:100vw;padding:3rem 1.5rem;border-radius:1.5rem;margin:2rem auto}.landing-info-section__container{display:flex;flex-direction:row;align-items:center;gap:3rem;width:100%;max-width:1200px;margin:0 auto}@media(max-width:900px){.landing-info-section__container{flex-direction:column;align-items:stretch;gap:1.5rem}}.landing-info-section__image{flex:1 1 350px;min-width:0;display:flex;justify-content:center;align-items:center}@media(max-width:900px){.landing-info-section__image{width:100%}}.landing-info-section__image img{max-width:600px;width:100%;height:auto;object-fit:contain;background:none}.landing-info-section__content{flex:3 1;min-width:0;width:100%;text-align:left}@media(max-width:900px){.landing-info-section__content{text-align:center}}.landing-info-section__content p.lead{font-size:.98rem;color:#e67e22;line-height:28px;font-weight:700;margin-bottom:1rem}.landing-info-heading{font-size:2rem;color:#e67e22}.landing-info-heading,.landing-info-subhead{line-height:28px;font-weight:900;margin-bottom:1rem;overflow-wrap:anywhere;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.landing-info-subhead{font-size:26px;color:#000;font-family:Poppins,sans-serif;padding:0;letter-spacing:1px;text-transform:uppercase}.landing-info-subhead,.landing-info-text{box-sizing:border-box;display:block;text-align:start}.landing-info-text{color:#050505;font-family:"Open Sans",var(--font-poppins),Poppins,sans-serif;font-size:16px;font-weight:300;line-height:26px;margin:0 0 16px;max-width:820px;unicode-bidi:-webkit-isolate;unicode-bidi:isolate;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:anywhere}@media(max-width:900px){.landing-info-text{width:100%;height:auto}}.landing-info-button{display:inline-block;margin:.5rem auto 0;width:-moz-fit-content;width:fit-content;max-width:100%;padding:.9rem 2.2rem;font-size:1.05rem;font-weight:700;color:#e67e22;background:#fff;border:2px solid #111;border-radius:.2rem;text-decoration:none;text-align:center;letter-spacing:.5px;transition:background .18s cubic-bezier(.4,0,.2,1),color .18s cubic-bezier(.4,0,.2,1);box-sizing:border-box;cursor:pointer;position:relative;overflow:hidden;animation:landing-button-shake 2s ease-in-out infinite}.landing-info-button:before{content:"";position:absolute;top:0;left:0;width:160%;height:160%;background:rgba(230,126,34,.12);transform:translate(-110%,-110%) rotate(25deg);transition:transform .42s cubic-bezier(.22,.9,.3,1),opacity .26s ease;z-index:0;pointer-events:none}.landing-info-button:hover:before{transform:translate(0) rotate(25deg);opacity:1}.landing-info-button:hover{background:#111;color:#e67e22;border-color:#111;animation:landing-button-shake .64s cubic-bezier(.36,.07,.19,.97)}@keyframes landing-button-shake{0%{transform:translateX(0) rotate(0)}12%{transform:translateX(-3px) rotate(-.8deg)}25%{transform:translateX(2px) rotate(.8deg)}37%{transform:translateX(-2px) rotate(-.6deg)}50%{transform:translateX(2px) rotate(.4deg)}62%{transform:translateX(-1px) rotate(-.4deg)}75%{transform:translateX(1px) rotate(.2deg)}87%{transform:translateX(-1px) rotate(-.1deg)}to{transform:translateX(0) rotate(0)}}@media(max-width:480px){.landing-info-section{margin:1rem auto;padding:2rem 1rem;border-radius:1rem}.landing-info-section__container{gap:1.25rem}.landing-info-heading{font-size:1.55rem;line-height:1.15}.landing-info-subhead{font-size:1.2rem;line-height:1.2;text-align:center;letter-spacing:.04em}.landing-info-text{text-align:left;line-height:1.6}.landing-info-button{padding:.85rem 1rem}}@media(max-width:350px){.landing-info-section{padding-left:8px;padding-right:8px}}#landing-hero-slider,.hero-slider{width:100vw;max-width:100vw;height:auto;position:relative;overflow:hidden;background:rgba(0,0,0,0)}.hero-slider__track{display:flex;height:auto;align-items:flex-start;transition:transform .7s cubic-bezier(.22,.9,.3,1)}.hero-slider__slide.is-outgoing .hero-slider__content,.hero-slider__slide.is-outgoing>div{transition:opacity .5s ease,transform .5s ease;opacity:0;transform:translateY(8px)}.hero-slider{position:relative}.hero-slider:before{content:"";position:absolute;inset:0;background:#fff;opacity:0;pointer-events:none;z-index:1200;transition:opacity .26s ease}.hero-slider.wrap-fade:before{opacity:1}.hero-slider__slide{flex:0 0 100%;position:relative;min-height:auto;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-slider__bg{position:absolute;inset:0;background-size:cover;background-position:50%;filter:brightness(.95) saturate(1);transform:scale(1.02)}.hero-slider__content{position:relative;z-index:2;color:#fff;text-align:center;padding:2rem;max-width:1100px}.hero-slider__content h2{font-size:clamp(28px,4.2vw,52px);margin:0 0 .6rem}.hero-slider__content p{font-size:clamp(14px,1.6vw,20px);opacity:.95}.hero-slider__nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.4);color:#fff;border:0;width:44px;height:44px;border-radius:8px;display:grid;place-items:center;cursor:pointer;z-index:3}.hero-slider__nav--prev{left:18px}.hero-slider__nav--next{right:18px}.hero-slider__dots{position:absolute;left:50%;transform:translateX(-50%);bottom:22px;display:flex;gap:10px;z-index:3}.hero-slider__dot{width:12px;height:12px;border-radius:50%;background:hsla(0,0%,100%,.25);border:0;cursor:pointer}.hero-slider__dot.is-active{background:#fff}.hero-slider--dark-dots .hero-slider__dot{background:rgba(0,0,0,.28)}.hero-slider--dark-dots .hero-slider__dot.is-active{background:rgba(0,0,0,.85)}@media(max-width:980px){#landing-hero-slider,.hero-slider{height:auto}}@media(max-width:768px){.hero-slider__nav{width:36px;height:36px}}@media(max-width:480px){.hero-slider__nav--prev{left:10px}.hero-slider__nav--next{right:10px}.hero-slider__dots{bottom:14px}}.hero-slider__slide.slide--bag,.hero-slider__slide.slide--dienstplan,.hero-slider__slide.slide--employee,.hero-slider__slide.slide--space{min-height:auto;height:auto;align-items:stretch}.hero-slider__slide.slide--future{min-height:80vh;max-height:80vh}@media(max-width:980px){.hero-slider__slide.slide--future{min-height:80vh;max-height:80vh}}@media(max-width:768px){.hero-slider__slide.slide--future{min-height:56vh;max-height:56vh}}.hero-slider__dienstplan-wrap.columns-fade .dienstplan-hero__content,.hero-slider__space-wrap.columns-fade .landing-hero-space__content{transition:opacity .5s ease;opacity:0}.slide--split{align-items:flex-start;gap:0;padding:.5rem 1.5rem 1.5rem;background:#fff}.lide-split__media,.slide--split{display:flex;justify-content:center;position:relative}.lide-split__media{flex:0 0 54%;align-items:center;margin:0;padding:0}.slide-split__media:after{display:none}.slide-split__media{position:relative;z-index:3}.slide-decor-wrap{position:absolute;left:50%;top:50%;transform:translate3d(-50%,-50%,0);opacity:.95;z-index:0;will-change:transform;--drift:8px;animation:bgDrift 6s linear infinite;animation-direction:reverse;pointer-events:none;width:88%;height:88%;max-width:none;max-height:none}.slide-decor-wrap img{width:100%!important;height:100%!important;max-width:100%;object-fit:contain;display:block}@keyframes bgDrift{0%{transform:translate3d(calc(-50% - var(--drift)),calc(-50% - var(--drift)),0)}25%{transform:translate3d(calc(-50% + var(--drift)),calc(-50% - var(--drift)),0)}50%{transform:translate3d(calc(-50% + var(--drift)),calc(-50% + var(--drift)),0)}75%{transform:translate3d(calc(-50% - var(--drift)),calc(-50% + var(--drift)),0)}to{transform:translate3d(calc(-50% - var(--drift)),calc(-50% - var(--drift)),0)}}@media(prefers-reduced-motion:reduce){.slide-decor{animation:none!important}}.slide-split__media>img{display:block;width:auto;max-width:100%;height:auto;max-height:85vh;box-sizing:border-box;position:relative;z-index:3;object-fit:contain;pointer-events:none}.slide-split__text{position:relative;z-index:4;display:flex;flex-direction:column;justify-content:center;align-self:center;flex-grow:0;flex-shrink:0;flex-basis:calc(380px + 6em);max-width:calc(380px + 6em);margin-left:0;color:#222;background:rgba(0,0,0,0)}@media(min-width:900px){.slide-split__text{margin-bottom:10%}}@media(max-width:1400px){.slide-split__media img{position:relative;width:100%;height:auto;max-height:none}}@media(min-width:900px){.slide--split{transform:translateX(-4vw)}}.slide-split__text h1{box-sizing:border-box;color:#050505;display:block;font-family:Open Sans,sans-serif;font-size:clamp(28px,4.2vw,48px);font-weight:400;font-family:var(--font-poppins),"Open Sans",sans-serif;line-height:1.05;margin:0 0 12px;position:relative;transform:none;left:auto;top:auto;width:auto;height:auto;user-select:text;-webkit-user-select:text;-moz-user-select:text;visibility:visible;z-index:5}.h1-line-first{display:inline-block}.accent-bar{width:56px;height:10px;background:#ff8203;border-radius:4px;margin:12px 0}.slide-split__text p{color:#333;line-height:1.45;margin:0 0 1rem}.slide-cta{padding:10px 20px;background:#ff8203;border-radius:24px;font-weight:700}@media(max-width:900px){.slide--split{flex-direction:column;padding:1.2rem}.slide-split__media,.slide-split__text{flex:none;width:100%}.slide-split__text h1{font-size:calc(22px + 3vw);position:static;transform:none;left:auto;top:auto;width:auto;height:auto}}.landing-hero-bag{width:100%;max-width:1400px;margin:auto;padding:4rem 1rem;gap:2rem;perspective:1200px;isolation:isolate;contain:layout}.landing-hero-bag,.landing-hero-bag__images{display:flex;align-items:center;justify-content:center}.landing-hero-bag__images{flex:0 0 48%;max-width:51%;position:relative;top:-3.5em;transform-style:preserve-3d}.landing-hero-bag__images .bag-decor{position:absolute;left:2em;z-index:10}.landing-hero-bag__images .bag-main{position:relative;z-index:20}.landing-hero-bag__images .bag-decor{width:720px;max-width:100%;height:auto;transform:translateX(-8%)}.landing-hero-bag__images .bag-decor img{width:100%;height:auto;display:block}.landing-hero-bag__images .bag-main{width:820px;max-width:100%}.landing-hero-bag__images .bag-main img{width:100%;height:auto;display:block}.landing-hero-bag__images .bag-decor,.landing-hero-bag__images .bag-decor img,.landing-hero-bag__images .bag-main,.landing-hero-bag__images .bag-main img{-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes cubeTilt{0%{transform:rotateX(0deg) rotateY(0deg) translateZ(0)}25%{transform:rotateX(-22deg) rotateY(18deg) translateZ(8px)}55%{transform:rotateX(8deg) rotateY(-6deg) translateZ(4px)}to{transform:rotateX(0deg) rotateY(0deg) translateZ(0)}}.landing-hero-bag.is-active .landing-hero-bag__images{animation:cubeTilt 1.2s cubic-bezier(.22,.9,.3,1) both}.landing-hero-bag__images img{-webkit-backface-visibility:hidden;backface-visibility:hidden}.landing-hero-bag__content,.landing-hero-bag__images{opacity:0;transform:translateY(12px) translateZ(0);transition:opacity .9s ease,transform .9s ease;will-change:transform,opacity}.landing-hero-bag__content.is-shown,.landing-hero-bag__images.is-shown{opacity:1;transform:translateY(0) translateZ(80px);z-index:220}.landing-hero-bag.is-active .landing-hero-bag__images,.landing-hero-bag__content.is-shown,.landing-hero-bag__content.is-shown .accent-bar,.landing-hero-bag__content.is-shown .landing-hero-bag__copy-block,.landing-hero-bag__content.is-shown .slide-cta,.landing-hero-bag__images.is-shown .bag-decor,.landing-hero-bag__images.is-shown .bag-main{will-change:transform,opacity}@keyframes decorFromBack{0%{transform:translateX(-8%) scale(.6) translateZ(-160px);opacity:0}60%{opacity:1}to{transform:translateX(-8%) scale(1) translateZ(80px);opacity:1}}@keyframes decorSquarePath{0%{transform:translate3d(-8%,0,80px) scale(1)}25%{transform:translate3d(calc(-8% + 12px),0,80px) scale(1)}50%{transform:translate3d(calc(-8% + 12px),12px,80px) scale(1)}75%{transform:translate3d(-8%,12px,80px) scale(1)}to{transform:translate3d(-8%,0,80px) scale(1)}}@keyframes clocksSlideUp{0%{transform:translateY(40px) translateZ(40px);opacity:0}to{transform:translateY(0) translateZ(80px);opacity:1}}.landing-hero-bag__images.is-shown .bag-decor{animation:decorFromBack .9s cubic-bezier(.22,.9,.3,1) both,decorSquarePath 2s linear .9s infinite;animation-delay:0s;will-change:transform,opacity}.landing-hero-bag__images.is-shown .bag-main{animation:clocksSlideUp 2.75s cubic-bezier(.22,.9,.3,1) both;animation-delay:.33s;will-change:transform,opacity}.landing-hero-bag__content{flex:0 0 48%;max-width:48%;z-index:90;margin-left:2em;margin-top:-10em}@media(max-width:1560px){.landing-hero-bag__images{top:0}.landing-hero-bag__content{max-width:100%;margin-top:0}.landing-hero-bag__content p{max-width:28.8rem}}.landing-hero-bag__content .accent-bar{width:6rem;height:6px;background:#ff7a18;margin:1rem 0 1.25rem;transform:translateX(100%);opacity:0}.landing-hero-bag__content.is-shown .accent-bar{animation:barSlideIn .6s cubic-bezier(.22,.9,.3,1) forwards}@keyframes barSlideIn{0%{transform:translateX(100%);opacity:0}60%{opacity:1}to{transform:translateX(0);opacity:1}}.landing-hero-bag__copy-block{opacity:0;transform:translateX(-8px);-webkit-backface-visibility:hidden;backface-visibility:hidden}.landing-hero-bag__content.is-shown .landing-hero-bag__copy-block{animation:copyBlockIn .42s cubic-bezier(.22,.9,.3,1) forwards}.landing-hero-bag__content.is-shown .landing-hero-bag__copy-block--title{animation-delay:0s}.landing-hero-bag__content.is-shown .landing-hero-bag__copy-block--body{animation-delay:.36s}.landing-hero-bag__content.is-shown .landing-hero-bag__copy-block--body-secondary{animation-delay:.76s}@keyframes copyBlockIn{0%{opacity:0;transform:translateX(-8px)}to{opacity:1;transform:translateX(0)}}.landing-hero-bag__title{margin:0 0 1rem;font-size:3.6rem;line-height:1}.landing-hero-bag__title-variant{display:block}.landing-hero-bag__title-variant--compact{display:none}.landing-hero-bag p{margin:0 0 1rem;line-height:1.5}@media(min-width:901px){.landing-hero-bag__content p{max-width:28.8rem}}.landing-hero-bag__content.is-shown .slide-cta{animation:ctaShake 6s cubic-bezier(.2,.8,.2,1) infinite;animation-delay:1s;animation-fill-mode:both}@media(max-width:900px){.landing-hero-bag__content{left:50%;transform:translateX(-50%) translateY(12px) translateZ(0)}.landing-hero-bag__content.is-shown{transform:translateX(-50%) translateY(0) translateZ(80px)}.landing-hero-bag{position:relative;width:100%;max-width:100%;margin-left:0;margin-right:0;min-height:clamp(540px,84vh,760px);padding:1.5rem 1.25rem 2rem;display:flex;align-items:center;justify-content:center;overflow:visible}.landing-hero-bag__images{--bag-mobile-image-center-x:15%;--bag-mobile-image-center-y:0%}.landing-hero-bag__content,.landing-hero-bag__images{width:100%}.landing-hero-bag__images{position:absolute;inset:0;top:0;flex:none;max-width:none;min-height:100%;height:100%;margin:0;overflow:visible;z-index:1}.landing-hero-bag__content{flex:none;width:90%;max-width:none;position:relative;top:auto;margin:0;height:auto;max-height:none;overflow:visible;padding:1.5rem 1.25rem;text-align:center;z-index:3}.landing-hero-bag__content p,.landing-hero-bag__title{display:inline-block;padding:.2em .4em;border-radius:12px;background:rgba(255,248,236,.82);box-shadow:0 8px 20px rgba(58,30,4,.08)}.landing-hero-bag__title{margin-bottom:1rem}.landing-hero-bag__content p{margin-bottom:.85rem}.landing-hero-bag__content .slide-cta{margin-top:.5rem}.landing-hero-bag__title{font-size:clamp(2.2rem,6vw,3rem);text-align:center}.landing-hero-bag__content .accent-bar,.landing-hero-bag__content .slide-cta,.landing-hero-bag__content p{margin-inline:auto}.landing-hero-bag__content p{font-size:clamp(.98rem,2.2vw,1.08rem);max-width:90%}.landing-hero-bag__images .bag-decor{width:clamp(360px,84vw,640px);margin-left:0;margin-top:0;opacity:.92}.landing-hero-bag__images .bag-decor,.landing-hero-bag__images .bag-main{left:var(--bag-mobile-image-center-x);top:var(--bag-mobile-image-center-y);transform:translate(-50%,-50%)}.landing-hero-bag__images .bag-main{position:absolute;width:clamp(340px,82vw,620px);margin:0}}@media(max-width:1220px)and (min-width:901px){.landing-hero-bag__title-variant--default{display:none}.landing-hero-bag__title-variant--compact{display:block;font-size:.7em}.landing-hero-bag__content{max-width:42rem;margin-left:-2em}}@media(max-width:980px)and (min-width:901px){.landing-hero-bag__images{margin-left:-5%}}@media(max-width:640px){.landing-hero-bag{min-height:clamp(460px,78vh,620px);padding:1rem .875rem 1.5rem}.landing-hero-bag__images{min-height:100%}.landing-hero-bag__images .bag-decor{width:clamp(280px,96vw,440px);margin-left:0;margin-top:0;transform:translate(-50%,-50%)}.landing-hero-bag__images .bag-main{width:clamp(260px,94vw,430px)}.landing-hero-bag__title{font-size:clamp(1.85rem,9vw,2.4rem)}.landing-hero-bag__content{width:90%;max-width:none;top:auto;margin-bottom:0;height:auto;max-height:none;padding:1.125rem 1rem}.landing-hero-bag__content p,.landing-hero-bag__title{border-radius:10px}.landing-hero-bag p{font-size:clamp(.88rem,3.8vw,.98rem);line-height:1.45}.landing-hero-bag__content .slide-cta{width:-moz-fit-content;width:fit-content}}@media(max-width:480px){.landing-hero-bag{min-height:clamp(420px,72vh,560px);padding:.875rem .75rem 1.25rem}.landing-hero-bag__content{width:100%;padding:.95rem .75rem}.landing-hero-bag__content p{max-width:100%}.landing-hero-bag__images .bag-decor{width:min(112%,380px)}.landing-hero-bag__images .bag-main{width:min(108%,360px)}}@media(max-width:350px){.landing-hero-bag,.landing-hero-bag__content{padding-left:8px;padding-right:8px}}.hero-slider__space-wrap{position:relative;display:block;width:100%;min-width:100%;flex:0 0 100%;height:100%;align-self:stretch}.hero-slider__slide.slide--space{height:100%;justify-content:flex-start;align-items:stretch}.landing-hero-space{position:relative;overflow:hidden;display:flex;width:100%;min-width:100%;height:100%;min-height:739px;color:#fff}.landing-hero-space .space-bg{position:absolute;inset:0;z-index:0;width:100%;height:100%;background:linear-gradient(180deg,#274CBE,#2636AE);background-repeat:no-repeat;background-size:cover;will-change:opacity,transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);transition:opacity .6s cubic-bezier(.22,.9,.3,1);opacity:0;pointer-events:none}.landing-hero-space .space-bg:after{content:"";position:absolute;inset:0;z-index:2;background:#fff;opacity:1;transition:opacity .48s cubic-bezier(.22,.9,.3,1);pointer-events:none}.landing-hero-space .space-bg.is-shown{opacity:1}.landing-hero-space .space-bg.is-shown:after{opacity:0;transition-delay:.12s}.landing-hero-space .shooting-star{position:absolute;display:block;width:3px;height:3px;background:#4587cd;border-radius:3px;box-shadow:0 0 8px #4587cd;transform:translateX(-50%) translateY(20%) rotate(-45deg);opacity:0;animation-name:starFly;animation-iteration-count:infinite;animation-timing-function:linear;animation-play-state:paused}.landing-hero-space.is-active .shooting-star{animation-play-state:running}.landing-hero-space .landing-hero-space__content{position:relative;z-index:2;display:flex;gap:48px;align-items:center;padding:116px 4vw 88px;opacity:0;transform:translateY(8px);transition:opacity .6s ease,transform .6s ease;justify-content:center;max-width:1760px;margin:0 auto}.landing-hero-space .landing-hero-space__content.is-shown{opacity:1;transform:none}.landing-hero-space .landing-hero-space__content,.landing-hero-space .left-col .line,.landing-hero-space .left-col .slide-cta,.landing-hero-space .left-col .title,.landing-hero-space .right-col .device-wrap .dp-app,.landing-hero-space .right-col .device-wrap .dp-book{will-change:transform,opacity;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.landing-hero-space .left-col{flex:0 0 38%;max-width:620px}.landing-hero-space .left-col .title{font-size:56px;margin:0 0 18px;color:#ff8a00;opacity:0;transform:translateY(-8px);transition:opacity .9s ease,transform .9s cubic-bezier(.25,.8,.25,1)}.landing-hero-space .left-col .title.is-shown{opacity:1;transform:none}.landing-hero-space .left-col .lead .line{font-size:2.15em;margin-bottom:10px;opacity:0;transform:translateY(-6px);transition:opacity .8s ease,transform .8s ease}.landing-hero-space .left-col .lead .line.is-shown{opacity:1;transform:none}.landing-hero-space .left-col .lead .adj{display:block;color:#fff}.landing-hero-space .left-col .lead .noun{display:block;color:#ff8a00}.landing-hero-space .left-col .slide-cta{display:inline-block;margin-top:28px;padding:14px 24px;background:#c60;color:#fff;border-radius:8px;text-decoration:none;font-size:1.05rem;transition:background .12s ease,opacity .48s ease,transform .72s cubic-bezier(.25,.8,.25,1);opacity:0;transform:translateY(-6px)}.landing-hero-space .left-col .slide-cta.is-shown{opacity:1;transform:none}.landing-hero-space .left-col .slide-cta:hover{background:#b35600}.landing-hero-space .right-col{flex:0 0 62%;display:flex;justify-content:center;align-items:center}.landing-hero-space .right-col .device-wrap{position:relative;width:100%;max-width:1320px;display:flex;justify-content:center;align-items:center}.landing-hero-space .right-col .device-wrap .dp-book{width:min(1120px,104%);height:auto;opacity:0;transition:opacity 3s ease}.landing-hero-space .right-col .device-wrap .dp-book.is-shown{opacity:1}.landing-hero-space .right-col .device-wrap .dp-app{position:absolute;right:2%;bottom:6%;width:320px;height:auto;object-fit:contain;opacity:0;transform:translateX(60px);transition:transform 1.5s cubic-bezier(.22,.9,.3,1),opacity .5s linear}.landing-hero-space .right-col .device-wrap .dp-app.is-shown{opacity:1;transform:translateX(0)}@media(max-width:1020px){.hero-slider__slide.slide--space{justify-content:center}.hero-slider__space-wrap,.landing-hero-space{width:100%;min-width:100%;max-width:100%;margin-left:0;margin-right:0}.hero-slider__space-wrap .landing-hero-space__content,.landing-hero-space .landing-hero-space__content{width:100%;max-width:none;margin-left:0;margin-right:0;justify-content:space-between;padding:72px 0 48px}.hero-slider__space-wrap .left-col,.hero-slider__space-wrap .right-col,.landing-hero-space .left-col,.landing-hero-space .right-col{min-width:0}.hero-slider__space-wrap .left-col,.landing-hero-space .left-col{padding-left:24px}.hero-slider__space-wrap .right-col,.landing-hero-space .right-col{padding-right:24px}}@media(max-width:510px){.landing-hero-space .landing-hero-space__content{flex-direction:column;align-items:center;justify-content:flex-start;gap:1.5rem;padding-top:2rem;padding-bottom:2rem}.landing-hero-space .left-col,.landing-hero-space .right-col{flex:0 0 auto;width:100%;max-width:100%;padding-left:20px;padding-right:20px}.landing-hero-space .left-col{text-align:center}.landing-hero-space .left-col .title{font-size:clamp(2.1rem,12vw,2.8rem)}.landing-hero-space .left-col .lead .line{font-size:clamp(1.25rem,7vw,1.7rem)}.landing-hero-space .right-col{justify-content:center}.landing-hero-space .right-col .device-wrap{max-width:100%}.landing-hero-space .right-col .device-wrap .dp-book{width:min(100%,420px)}.landing-hero-space .right-col .device-wrap .dp-app{width:clamp(120px,32vw,160px);right:6%;bottom:4%}}.landing-hero-space__content.is-shown .slide-cta{animation:ctaShake 6s cubic-bezier(.2,.8,.2,1) infinite;animation-delay:1s;animation-fill-mode:both}.landing-hero-dienstplan{position:relative;width:100%;padding:6rem 2rem;box-sizing:border-box;overflow:hidden}.dienstplan-bg{position:absolute;inset:0;z-index:0}.hero-slider__dienstplan-wrap{padding-top:6em}.landing-hero-dienstplan__content{margin-top:2em;position:relative;z-index:10;display:flex;gap:2rem;align-items:center;justify-content:center}.left-col{color:#fff}.left-col,.right-col{flex:0 0 48%;max-width:48%}.right-col{position:relative;display:flex;align-items:center;justify-content:center}.title{color:#ff7a18;font-size:3.8rem;margin:0 0 1rem}.lead .line{font-size:2.4rem;margin:.6rem 0}.lead .adj{color:#fff;font-weight:700}.lead .noun{color:#ff7a18;font-weight:700}.slide-cta{display:inline-block;margin-top:1.6rem;padding:.9rem 1.4rem;background:linear-gradient(90deg,#ff6b3a,#ff7a18);color:#fff;border-radius:6px;text-decoration:none}.device-wrap{position:relative;width:100%;max-width:520px}.dp-book{width:100%;height:auto;display:block}.dp-app{position:absolute;right:14%;top:6%;transform:translateY(0);width:220px}.shooting-star{position:absolute;width:6px;height:6px;border-radius:50%;background:#4587cd;opacity:0;transform:translateZ(0);will-change:transform,opacity;--tx:220px;--ty:-80px;animation-name:starFly;animation-timing-function:linear;animation-iteration-count:infinite}.shooting-star:before{content:"";position:absolute;left:8px;top:50%;height:2px;width:160px;transform-origin:left center;background:linear-gradient(90deg,rgb(69,135,205),rgba(69,135,205,0));opacity:.85}@keyframes starFly{0%{opacity:1;transform:translateZ(0) rotate(-18deg)}to{opacity:0;transform:translate3d(var(--tx),var(--ty),0) rotate(-18deg)}}@media(max-width:900px){.landing-hero-dienstplan__content{flex-direction:column-reverse}.left-col,.right-col{max-width:100%;width:100%}.title{font-size:2.2rem}.lead .line{font-size:1.2rem}.dp-app{position:absolute;right:20%;top:8%;width:140px}}.dienstplan-hero{width:100%;max-width:1600px;margin:auto;padding:2rem 1rem}.dienstplan-hero.two-column-hero{display:flex;gap:2rem;align-items:center;justify-content:center}.dienstplan-hero__content{flex:0 0 480px;max-width:48%;position:relative;z-index:90}.dienstplan-hero__title{margin:0 0 1rem;font-size:4.8rem;white-space:nowrap;max-width:none;opacity:0;transform:translateY(12px)}.dienstplan-hero__checklist{list-style:none;padding:0;margin:0 0 1.5rem}.dienstplan-hero .checklist-item{display:flex;align-items:center;gap:.2rem;font-weight:700;margin-bottom:.15rem;font-size:1.05rem}.dienstplan-hero .checklist-item__icon{flex:0 0 28px;height:28px;display:inline-flex;align-items:center;justify-content:center}.dienstplan-hero .dienstplan-hero__cta{display:inline-block;margin-top:.5rem;padding:1rem 2rem;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;background-image:linear-gradient(135deg,#FF8A00,#FF5E3A);box-shadow:0 6px 18px rgba(255,90,0,.18);transition:filter .18s ease;opacity:0;transform:none}.dienstplan-hero .dienstplan-hero__cta:focus,.dienstplan-hero .dienstplan-hero__cta:hover{transform:translateY(-3px);filter:brightness(1.06)}@keyframes ctaFadeOpacity{0%{opacity:0}to{opacity:1}}.dienstplan-hero .dienstplan-hero__content.is-shown .dienstplan-hero__cta{animation:ctaFadeOpacity 2s cubic-bezier(.22,.9,.3,1) both;opacity:1;pointer-events:auto}.dienstplan-hero__visual{flex:0 0 480px;max-width:48%;position:relative;display:flex;align-items:center;justify-content:center;z-index:10}.dienstplan-hero .visual__base{width:100%;max-width:792px;position:absolute;top:-17em;left:-71%;z-index:20;opacity:0}@keyframes baseFadeInDp{0%{opacity:0}to{opacity:1}}.dienstplan-hero .visual__base.is-shown{animation:baseFadeInDp 4.5s cubic-bezier(.22,.9,.3,1) both}.dienstplan-hero .dienstplan-hero__checklist .checklist-item,.dienstplan-hero .dienstplan-hero__checklist .checklist-item__icon,.dienstplan-hero .dienstplan-hero__checklist.is-shown,.dienstplan-hero .dienstplan-hero__content.is-shown .dienstplan-hero__cta,.dienstplan-hero .dienstplan-hero__content.is-shown .dienstplan-hero__title,.dienstplan-hero .visual__base.is-shown,.dienstplan-hero .visual__label.is-shown,.dienstplan-hero .visual__overlay.is-shown{will-change:opacity,transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.dienstplan-hero .dienstplan-hero__content,.dienstplan-hero .visual__base,.dienstplan-hero .visual__overlay{will-change:transform,opacity;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.dienstplan-hero .dp-app,.dienstplan-hero .dp-book{will-change:transform,opacity;transform:translateZ(0)}.dienstplan-hero .visual__label{position:absolute;top:-18em;right:3em;background:#f86530;color:#fff;height:6em;padding:2em;z-index:80;box-shadow:0 8px 20px rgba(16,22,50,.12);border-radius:50%;font-weight:600;line-height:1.15;display:flex;justify-content:center;align-items:center;opacity:0;transform:translateY(24px);transform-origin:center}@keyframes labelSlideUpDp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.dienstplan-hero .visual__label.is-shown{animation:labelSlideUpDp 4.5s cubic-bezier(.22,.9,.3,1) both}.dienstplan-hero .visual__label__title{font-size:1.2rem}.dienstplan-hero .visual__overlay{position:absolute;top:-18em;left:-60%;width:792px;z-index:50;opacity:0;transform:translateY(-30px);pointer-events:none;transform-origin:center;transition:none}@keyframes overlaySlideInDp{0%{transform:translateX(-40px);opacity:0}to{transform:translateX(0);opacity:1}}.dienstplan-hero .visual__overlay.is-shown{animation:overlaySlideInDp 4.5s cubic-bezier(.22,.9,.3,1) both}.dienstplan-hero .dienstplan-hero__checklist{opacity:0;transform:translateY(6px);will-change:opacity,transform}.dienstplan-hero .dienstplan-hero__checklist .checklist-item{opacity:0;transform:translateY(-8px)}@keyframes checklistSlideInDp{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes checklistFadeInDp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.dienstplan-hero .dienstplan-hero__checklist.is-shown{animation:checklistFadeInDp .9s cubic-bezier(.22,.9,.3,1) both}.dienstplan-hero .dienstplan-hero__checklist.is-shown .checklist-item{animation:checklistSlideInDp 2.4s cubic-bezier(.22,.9,.3,1) both}.dienstplan-hero .dienstplan-hero__checklist.is-shown .checklist-item:first-child{animation-delay:0s}.dienstplan-hero .dienstplan-hero__checklist.is-shown .checklist-item:nth-child(2){animation-delay:.12s}.dienstplan-hero .dienstplan-hero__checklist.is-shown .checklist-item:nth-child(3){animation-delay:.24s}.dienstplan-hero .dienstplan-hero__checklist.is-shown .checklist-item:nth-child(4){animation-delay:.36s}.dienstplan-hero .dienstplan-hero__checklist.is-shown .checklist-item:nth-child(5){animation-delay:.48s}.dienstplan-hero .dienstplan-hero__checklist.is-shown .checklist-item:nth-child(6){animation-delay:.6s}.dienstplan-hero .dienstplan-hero__checklist.is-shown .checklist-item:nth-child(7){animation-delay:.72s}.dienstplan-hero .dienstplan-hero__checklist.is-shown .checklist-item:nth-child(8){animation-delay:.84s}.dienstplan-hero .dienstplan-hero__checklist.is-shown .checklist-item:nth-child(9){animation-delay:.96s}.dienstplan-hero .dienstplan-hero__checklist.is-shown .checklist-item:nth-child(10){animation-delay:1.08s}.dienstplan-hero .dienstplan-hero__checklist.is-shown .checklist-item:nth-child(11){animation-delay:1.2s}.dienstplan-hero .dienstplan-hero__checklist.is-shown .checklist-item:nth-child(12){animation-delay:1.32s}.dienstplan-hero .checklist-item__icon{transform:scale(1.6);opacity:0}@keyframes checkStampDp{0%{transform:scale(1.6);opacity:0}60%{transform:scale(.95);opacity:1}to{transform:scale(1);opacity:1}}.dienstplan-hero .dienstplan-hero__checklist.checks-shown .checklist-item:first-child .checklist-item__icon{animation:checkStampDp .9s cubic-bezier(.34,1.6,.64,1) both;animation-delay:0s}.dienstplan-hero .dienstplan-hero__checklist.checks-shown .checklist-item:nth-child(2) .checklist-item__icon{animation:checkStampDp .9s cubic-bezier(.34,1.6,.64,1) both;animation-delay:.12s}.dienstplan-hero .dienstplan-hero__checklist.checks-shown .checklist-item:nth-child(3) .checklist-item__icon{animation:checkStampDp .9s cubic-bezier(.34,1.6,.64,1) both;animation-delay:.24s}.dienstplan-hero .dienstplan-hero__checklist.checks-shown .checklist-item:nth-child(4) .checklist-item__icon{animation:checkStampDp .9s cubic-bezier(.34,1.6,.64,1) both;animation-delay:.36s}.dienstplan-hero .dienstplan-hero__checklist.checks-shown .checklist-item:nth-child(5) .checklist-item__icon{animation:checkStampDp .9s cubic-bezier(.34,1.6,.64,1) both;animation-delay:.48s}.dienstplan-hero .dienstplan-hero__checklist.checks-shown .checklist-item:nth-child(6) .checklist-item__icon{animation:checkStampDp .9s cubic-bezier(.34,1.6,.64,1) both;animation-delay:.6s}.dienstplan-hero .dienstplan-hero__checklist.checks-shown .checklist-item:nth-child(7) .checklist-item__icon{animation:checkStampDp .9s cubic-bezier(.34,1.6,.64,1) both;animation-delay:.72s}.dienstplan-hero .dienstplan-hero__checklist.checks-shown .checklist-item:nth-child(8) .checklist-item__icon{animation:checkStampDp .9s cubic-bezier(.34,1.6,.64,1) both;animation-delay:.84s}.dienstplan-hero .dienstplan-hero__checklist.checks-shown .checklist-item:nth-child(9) .checklist-item__icon{animation:checkStampDp .9s cubic-bezier(.34,1.6,.64,1) both;animation-delay:.96s}.dienstplan-hero .dienstplan-hero__checklist.checks-shown .checklist-item:nth-child(10) .checklist-item__icon{animation:checkStampDp .9s cubic-bezier(.34,1.6,.64,1) both;animation-delay:1.08s}.dienstplan-hero .dienstplan-hero__checklist.checks-shown .checklist-item:nth-child(11) .checklist-item__icon{animation:checkStampDp .9s cubic-bezier(.34,1.6,.64,1) both;animation-delay:1.2s}.dienstplan-hero .dienstplan-hero__checklist.checks-shown .checklist-item:nth-child(12) .checklist-item__icon{animation:checkStampDp .9s cubic-bezier(.34,1.6,.64,1) both;animation-delay:1.32s}@keyframes titleFadeInDp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.dienstplan-hero .dienstplan-hero__content.is-shown .dienstplan-hero__title{animation:titleFadeInDp 4.5s cubic-bezier(.22,.9,.3,1) both}@keyframes ctaShake{0%{transform:translateX(0)}6%{transform:translateX(-3px)}12%{transform:translateX(3px)}18%{transform:translateX(-2px)}24%{transform:translateX(2px)}30%{transform:translateX(-1px)}36%{transform:translateX(1px)}40%{transform:translateX(0)}to{transform:translateX(0)}}.dienstplan-hero .dienstplan-hero__checklist.checks-shown+.dienstplan-hero__cta{animation:ctaShake 6s cubic-bezier(.2,.8,.2,1) infinite;animation-delay:2.2s;animation-fill-mode:both;will-change:opacity,transform;transform:translateZ(0)}@media(max-width:975px){.dienstplan-hero.two-column-hero{position:relative;display:flex;align-items:center;justify-content:center;gap:0;width:100%;max-width:none;min-height:clamp(520px,78vh,760px);padding:1.5rem 1rem}.dienstplan-hero__content,.dienstplan-hero__visual{flex:none;width:100%;max-width:100%}.dienstplan-hero__visual{position:absolute;inset:0;z-index:1;min-height:100%;height:100%;overflow:visible}.dienstplan-hero__content{position:relative;left:auto;transform:none;z-index:3;width:min(90%,42rem);margin:0 auto;padding:1.25rem 1.125rem;text-align:center}.dienstplan-hero .dienstplan-hero__title{font-size:clamp(2rem,5vw,2.8rem);text-align:center;white-space:normal;display:inline-block;padding:.08em .24em;border-radius:.22em;background:hsla(0,0%,100%,.92);box-shadow:0 .18em .45em hsla(0,0%,100%,.18)}.dienstplan-hero .dienstplan-hero__checklist{width:min(100%,42rem);margin-left:auto;margin-right:auto;text-align:center}.dienstplan-hero .checklist-item{justify-content:center;text-align:center}.dienstplan-hero .checklist-item__text{text-align:center;display:inline;padding:.06em .24em;border-radius:.4em;background:hsla(0,0%,100%,.9);box-decoration-break:clone;-webkit-box-decoration-break:clone}.dienstplan-hero .visual__base{width:min(92vw,720px);top:10%;left:-17.5%;transform:translate(-50%,-56%)}.dienstplan-hero .visual__overlay{width:min(88vw,620px);top:5%;left:-8%;transform:translate(-46%,-46%)}.dienstplan-hero .visual__label{top:12%;left:78%;right:auto}}@media(max-width:900px){.dienstplan-hero.two-column-hero{min-height:clamp(480px,74vh,680px);padding:1.25rem .875rem}.dienstplan-hero__content{width:min(92%,38rem)}.dienstplan-hero .visual__overlay{width:min(84vw,520px)}.dienstplan-hero .dienstplan-hero__title{font-size:2rem}}@media(max-width:640px){.dienstplan-hero.two-column-hero{min-height:clamp(440px,70vh,620px)}.dienstplan-hero__content{width:94%;padding:1rem .875rem}.dienstplan-hero .visual__base{width:min(110vw,560px);left:50%;transform:translate(-50%,-58%)}.dienstplan-hero .visual__overlay{width:min(96vw,420px);transform:translate(-48%,-48%)}.dienstplan-hero .visual__label{top:12%;left:68%;height:5.2em;padding:1.4em}.dienstplan-hero .dienstplan-hero__title{font-size:clamp(1.7rem,8vw,2.2rem)}}@media(max-width:480px){.dienstplan-hero.two-column-hero{min-height:clamp(400px,66vh,540px);padding:.875rem .75rem}.dienstplan-hero__content{width:100%;padding:.9rem .75rem}.dienstplan-hero .dienstplan-hero__checklist{width:100%}}@media(max-width:350px){.dienstplan-hero.two-column-hero,.dienstplan-hero__content{padding-left:8px;padding-right:8px}}@media(max-width:1210px)and (min-width:976px){.dienstplan-hero.two-column-hero{flex-direction:row;justify-content:space-between;gap:1rem;padding-left:0;padding-right:0}.dienstplan-hero__content{order:1;flex:1 1 auto;max-width:none;width:auto;margin-left:calc(-2rem - 16em);margin-top:-2rem}.dienstplan-hero__visual{order:2;flex:0 0 18%;max-width:18%}.dienstplan-hero__title{font-size:calc(4.8rem - .5em);margin-bottom:calc(.35rem - 16px)}.dienstplan-hero__checklist .checklist-item__text{display:inline;padding:.08em .28em;border-radius:8px;background:linear-gradient(90deg,rgba(255,248,236,0),rgba(255,248,236,0) 10em,rgba(255,248,236,.92))}.dienstplan-hero .visual__base{width:130%;top:-12em;left:calc(-44% - 20em)}.dienstplan-hero .visual__overlay{width:130%;top:-12.5em;left:calc(-34% - 20em + 3em)}.dienstplan-hero .visual__label{top:-14em;right:auto;left:calc(100% - 2.5em)}}.site-footer{--ftr-col-a:#f9d093;--ftr-col-b:#ffa303;--ftr-col-c:#ff6a00;background:linear-gradient(90deg,var(--ftr-col-a) 0,var(--ftr-col-b) 55%,var(--ftr-col-c) 100%);color:#1f1a12;text-align:center;padding-top:1.5em;padding-bottom:.5em}.site-footer__inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;min-height:140px}.site-footer__links{display:flex;justify-content:center;gap:.25rem;flex-wrap:wrap;margin-bottom:.6rem}.site-footer__link{color:#1f1a12;text-decoration:none;font-weight:600;font-size:.95rem;padding:0 .5rem;position:relative}.site-footer__link:focus-visible,.site-footer__link:hover{color:#0b5bd6;outline:none}.site-footer__link+.site-footer__link:before{content:"|";margin-right:.5rem;color:rgba(0,0,0,.6)}.site-footer__logo{display:flex;justify-content:center;align-items:center;margin:.4rem 0}.site-footer__logo img{display:block}.site-footer__copyright{margin-top:auto;padding-top:.6rem;font-size:.9rem}@media(max-width:700px){.site-footer__links{flex-direction:column;gap:.5rem}.site-footer__link+.site-footer__link:before{content:"";margin:0}}.products-route>section{opacity:0;transform:translateZ(0);will-change:transform,opacity}.products-route article,.products-route aside,.products-route div,.products-route header,.products-route main,.products-route section{min-width:0}.products-route a,.products-route h1,.products-route h2,.products-route h3,.products-route h4,.products-route li,.products-route p,.products-route span{overflow-wrap:anywhere;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.products-route>section.is-shown{animation-duration:.7s;animation-timing-function:cubic-bezier(.22,.9,.3,1);animation-fill-mode:both}.products-route>section.is-shown:nth-of-type(odd){animation-name:slideInLeft}.products-route>section.is-shown:nth-of-type(2n){animation-name:slideInRight}.products-route>section.is-shown:first-of-type{animation-delay:0s}.products-route>section.is-shown:nth-of-type(2){animation-delay:.12s}.products-route>section.is-shown:nth-of-type(3){animation-delay:.24s}.products-route>section.is-shown:nth-of-type(4){animation-delay:.36s}.products-route>section.is-shown:nth-of-type(5){animation-delay:.48s}.products-route>section.is-shown:nth-of-type(6){animation-delay:.6s}.products-route>section.is-shown:nth-of-type(7){animation-delay:.72s}.products-route>section.is-shown:nth-of-type(8){animation-delay:.84s}.products-route>section.is-shown:nth-of-type(9){animation-delay:.96s}.products-route>section.is-shown:nth-of-type(10){animation-delay:1.08s}.products-route>section.is-shown:nth-of-type(11){animation-delay:1.2s}.products-route>section.is-shown:nth-of-type(12){animation-delay:1.32s}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-28px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(28px)}to{opacity:1;transform:translateX(0)}}@media(prefers-reduced-motion:reduce){.products-route>section{animation:none;opacity:1;transform:none}}.products-hero{background:rgba(0,0,0,0);padding:1rem 0;text-align:center}.products-hero__inner h1{font-size:2.4rem;color:var(--frontend-ident-primary-color,#e67e22);line-height:1.08;margin:0 0 2rem;font-weight:700}.products-hero__inner p{color:var(--frontend-body-text-color,#333);max-width:550px;margin:0 auto 1rem}.products-hero__inner{max-width:1200px;margin:0 auto;padding:2rem 0}@media(min-width:768px){.products-hero__inner h1{font-size:3.2rem}.products-hero__inner p{font-size:1.08rem}}.products-hero__visual{display:flex;justify-content:center;margin-top:.5rem}.products-frame{width:100%;max-width:var(--frame-max-width,1680px);aspect-ratio:16/10;margin:0 auto;position:relative;display:block}.products-frame__image{object-fit:contain;object-position:center;z-index:0}@media(max-width:480px){.products-frame{aspect-ratio:4/3;min-height:220px}}.products-image-slider{display:flex;flex-direction:column;align-items:center;gap:.25rem;margin-top:-2.5rem}.products-image-slider__frame{width:100%;max-width:var(--frame-max-width,1920px);aspect-ratio:16/10;position:relative}.slide-debug{position:absolute;pointer-events:none;background:#000;overflow:hidden}.products-frame__slides,.slide-debug{display:flex;align-items:center;justify-content:center;padding:1em}.products-frame__slides{position:relative;width:100%;height:100%}.products-frame__slides .slide{position:absolute;width:100%;height:100%;opacity:0;transition:opacity 1.08s ease,transform 1.08s ease}.products-frame__slides .slide.active{opacity:1;pointer-events:auto;transform:none}.slide__placeholder{width:80%;height:60%;background:var(--frontend-card-surface-end,#f3f3f3);border-radius:6px;margin:0 auto;box-shadow:0 6px 20px rgba(16,24,40,.08)}.slide-media{position:absolute;inset:0}.slide-media img{width:100%;height:100%;object-fit:var(--slide-object-fit,fill);object-position:center;background:var(--slide-bg,var(--frontend-primary-text-color,#111));transform:scale(var(--slide-scale,1));transform-origin:center;will-change:transform}.products-image-slider__controls{display:flex;gap:.5rem;margin-top:12px}.products-image-slider__controls button{background:var(--frontend-card-surface-start,#fff);border:1px solid var(--frontend-card-border-color,#e6e6e6);color:var(--frontend-primary-text-color,#111);padding:6px 10px;border-radius:6px;cursor:pointer}.products-image-slider__controls button+button{margin-left:8px}@media(min-width:900px){.products-image-slider__frame{max-width:1680px}}@media(max-width:768px){.products-image-slider{margin-top:-1.25rem}}.products-frame .slide-debug{position:absolute;width:61.9%;height:61.2%;background:var(--frontend-primary-text-color,#111);left:19.15%;top:10.9%;z-index:0;display:block}.products-info{width:100%;background:var(--frontend-ident-primary-color,#ff7a00);color:var(--frontend-card-surface-start,#fff);padding:2em}.products-info__inner{max-width:1200px;margin:0 auto;padding:0 16px;min-width:0}.products-info__headline{font-size:2em;line-height:1.05;margin:0 0 12px;font-weight:700}.products-info__headline,.products-info__lead{overflow-wrap:anywhere;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.products-info__lead{margin:0;font-size:1.2em;opacity:.95}.product-portfolio{background:rgba(0,0,0,0);padding:2rem 0}.product-portfolio .container{max-width:1200px;margin:0 auto;padding:0 1rem}.product-portfolio h2{font-size:1.75rem;margin:0 0 .25rem;color:var(--frontend-ident-primary-color,#ff7a00);text-align:center}.product-portfolio .lead{color:var(--frontend-body-text-color,#333);margin:0 0 1rem}.product-portfolio .grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.25rem;gap:1.25rem;margin-top:1rem}@media(max-width:680px){.product-portfolio .grid{grid-template-columns:1fr}}.product-portfolio .card{background:var(--frontend-card-surface-start,#fff);border:1px solid var(--frontend-card-border-color,rgba(0,0,0,.06));padding:1rem;border-radius:6px;box-shadow:0 2px 6px rgba(16,24,40,.04);display:flex;align-items:flex-start;gap:1rem;transition:transform .22s cubic-bezier(.2,.8,.2,1),box-shadow .22s ease;will-change:transform,box-shadow}.product-portfolio .card .card-icon{height:120px;min-width:64px;display:flex;align-items:flex-start;justify-content:center;margin:0;color:#ff7a00}.product-portfolio .card .card-content{flex:1 1 auto;min-width:0}.product-portfolio .card .card-headers{margin-bottom:.5rem}.product-portfolio .card .title-main{color:var(--frontend-ident-primary-color,#ff7a00);margin:0 0 .25rem;font-size:1.06rem;font-weight:700;line-height:1.1}.product-portfolio .card .title-sub{color:var(--frontend-ident-primary-color,#ff7a00);margin:0 0 .5rem;font-size:1rem;font-weight:700;line-height:1.15}.product-portfolio .card .meta{display:block;font-weight:600;font-size:.92rem;color:var(--frontend-ident-primary-color,#ff7a00)}.product-portfolio .card p{margin:0;color:var(--frontend-body-text-color,#555);font-size:.95rem}.product-portfolio .fa-user{color:orange}.product-portfolio .card:focus-within,.product-portfolio .card:hover{transform:translateY(-6px);box-shadow:0 10px 28px rgba(16,24,40,.09)}.product-portfolio .card .card-content h3,.product-portfolio .card .card-content h4{color:var(--frontend-ident-primary-color,#ff7a00);margin:0 0 .4rem}@media(max-width:680px){.product-portfolio .card{flex-direction:column;align-items:stretch}.product-portfolio .card-icon{margin-bottom:.5rem;min-width:auto}}.products-portal{padding:48px 16px}.products-portal__inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 504px;grid-gap:3em;gap:3em;align-items:start}@media(max-width:1180px){.products-portal__inner{grid-template-columns:1fr;gap:24px}}.products-portal .portal__text{position:relative;z-index:2;min-width:0;max-width:70%;margin-left:10em}.products-portal .portal__text .eyebrow{color:var(--frontend-ident-primary-color,#FF7A00);font-weight:700;margin:0 0 8px;font-size:18px;text-align:center}.products-portal .portal__text .hero{text-align:center;font-size:34px;line-height:1.05;margin:0 0 16px;font-weight:800}.products-portal .portal__text .lead{text-align:center;font-size:20px;margin:0 0 24px;color:var(--frontend-body-text-color,#333)}.products-portal .portal__text .orange{color:var(--frontend-ident-primary-color,#FF7A00);font-weight:700}.products-portal .portal__text .feature{display:flex;gap:18px;margin-bottom:20px;max-width:70%;padding:1em}.products-portal .portal__text .feature__icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center}.products-portal .portal__text .feature__body{min-width:0}.products-portal .portal__text .feature__body h4{margin:0 0 8px;font-size:20px;font-weight:700}.products-portal .portal__text .feature__body p{margin:0 0 8px;color:var(--frontend-muted-text-color,#777)}@media(max-width:1180px){.products-portal .portal__text{margin-left:0;max-width:100%;padding:0 1rem}.products-portal .portal__text .feature{max-width:min(100%,34rem);margin-left:auto;margin-right:auto;justify-content:center;text-align:center}.products-portal .portal__text .feature__body{text-align:center}}.products-portal .portal__frame{position:relative;z-index:1;margin-left:-15%}@media(max-width:1180px){.products-portal .portal__frame{margin-left:0}}.products-portal .portal__frame .frame-wrap{position:relative;width:100%;max-width:504px;margin:0 auto}.products-portal .portal__frame .frame-wrap .handy-frame{display:block;width:100%;height:auto;position:relative;z-index:1;pointer-events:none}.products-portal .portal__frame .frame-wrap .slides-placeholder{position:absolute;left:28.5%;top:3%;width:43.5%;height:94%;background:none;overflow:hidden;border-radius:6%;pointer-events:none;z-index:4}.products-portal .portal__frame .frame-wrap .slides-placeholder .slides{position:relative;width:100%;height:100%}.products-portal .portal__frame .frame-wrap .slides-placeholder .slides .slide{position:absolute;inset:0;width:100%;height:100%;object-fit:fill;display:block;opacity:0}.products-portal .portal__frame .frame-wrap .slides-placeholder .slides .slide:first-child{animation:fade 8s infinite}.products-portal .portal__frame .frame-wrap .slides-placeholder .slides .slide:nth-child(2){animation:fade 8s 4s infinite}@keyframes fade{0%{opacity:0}10%{opacity:1}45%{opacity:1}55%{opacity:0}to{opacity:0}}.products-portal .portal__frame .frame-wrap .frame-decor{position:absolute;left:-15%;top:60%;width:50%;height:auto;z-index:6;pointer-events:none}.products-tda-terminal{padding:64px 16px;background:linear-gradient(180deg,var(--frontend-card-surface-end,#f7fdfd) 0,var(--frontend-card-surface-start,#ffffff) 100%)}.products-tda-terminal .container{max-width:1200px;margin:0 auto;text-align:center}.products-tda-terminal .intro{position:relative;z-index:3}.products-tda-terminal .intro .title{color:var(--frontend-ident-primary-color,#FF7A00);font-size:28px;margin-bottom:8px;font-weight:800;padding:.18em .35em;border-radius:.35em}.products-tda-terminal .intro .subtitle,.products-tda-terminal .intro .title{position:relative;z-index:3;display:inline-block;background:hsla(0,0%,100%,.94);box-shadow:0 8px 18px rgba(17,24,39,.08)}.products-tda-terminal .intro .subtitle{color:var(--frontend-body-text-color,#222);max-width:900px;margin:8px auto;padding:.3em .45em;border-radius:.55em}.products-tda-terminal .three-col{display:grid;grid-template-columns:1fr 483px 1fr;grid-gap:12px;gap:12px;align-items:stretch;margin-top:32px;min-height:380px;position:relative;z-index:1}@media(max-width:980px){.products-tda-terminal .three-col{grid-template-columns:1fr;gap:18px}}.products-tda-terminal .col{display:flex;flex-direction:column;gap:18px;height:100%;min-width:0;justify-content:flex-start;position:relative;z-index:2;align-items:center}.products-tda-terminal .col.col-center{justify-content:center;align-items:center}.products-tda-terminal .col.col-center .terminal-image{width:100%;max-width:483px;height:auto;display:block}.products-tda-terminal .col>.card:last-child{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%)}@media(max-width:980px){.products-tda-terminal .col>.card:last-child{position:static;transform:none;margin-top:0}}.products-tda-terminal .card{background:var(--frontend-card-surface-start,#fff);padding:14px 16px;border-radius:10px;border:1px solid var(--frontend-card-border-color,rgba(17,24,39,.1));box-shadow:0 6px 18px rgba(0,0,0,.06);color:var(--frontend-ident-primary-color,#FF7A00);font-weight:700;text-align:left;display:flex;align-items:center;gap:12px;transition:background .2s ease,color .2s ease,transform .12s ease;width:100%;max-width:320px}.products-tda-terminal .card .card-icon{flex:0 0 36px;display:flex;align-items:center;justify-content:center}.products-tda-terminal .card .card-body{line-height:1.2;min-width:0}.products-tda-terminal .card:hover{background:var(--frontend-primary-text-color,#000);transform:translateY(-3px)}.products-tda-terminal .card:hover .card-body,.products-tda-terminal .card:hover .card-body strong{color:var(--frontend-ident-primary-color,#FF7A00)}.products-tda-terminal .card:hover svg{fill:var(--frontend-card-surface-start,#fff)!important}.products-contact-us{width:100%;max-width:100vw;padding:56px 16px;background:var(--frontend-card-surface-start,#fff)}.products-contact-us .container{max-width:1200px;margin:0 auto}.products-contact-us .grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;align-items:center}.products-contact-us .col-left{display:flex;align-items:center;justify-content:flex-end}.products-contact-us .contact-image{width:auto;height:auto;max-height:420px;display:block;border-radius:8px;object-fit:cover;transform:scale(1.2);transform-origin:center right}.products-contact-us .headline{color:var(--frontend-primary-text-color,#111);font-size:36px;margin:0 0 10px;font-weight:800;line-height:1.05}.products-contact-us .lead{color:var(--frontend-primary-text-color,#111);margin:0 0 24px;font-weight:600;font-size:18px}.products-contact-us .col-right{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:40px 24px;min-width:0}.products-contact-us .contacts{display:flex;flex-direction:column;gap:18px;align-items:center}.products-contact-us .mail,.products-contact-us .phone{color:var(--frontend-ident-primary-color,#FF7A00);font-weight:900;text-decoration:none;font-size:42px;line-height:1.05;margin:2px 0}@media(min-width:981px){.products-contact-us .container{position:relative;left:-15%}}@media(max-width:980px){.products-contact-us .grid{grid-template-columns:1fr}.products-contact-us .contact-image{height:auto;max-height:320px;object-fit:cover;max-width:100%;transform:none}.products-contact-us .headline{font-size:28px}.products-contact-us .col-right{align-items:center;padding:24px 12px;text-align:center}.products-contact-us .col-left{justify-content:center}.products-contact-us .contacts{gap:8px}.products-contact-us .lead{text-align:center}}.services-info-iso{margin:2rem auto;padding:1.25rem;text-align:center;color:var(--frontend-body-text-color,#333)}.services-info-iso h2{color:var(--frontend-ident-primary-color,#ff8a00);padding:1em;font-size:2rem;font-weight:900;margin-bottom:1rem;line-height:1.15}.services-info-iso p{font-size:1rem;line-height:1.6;color:var(--frontend-body-text-color,#222);max-width:620px;margin:1rem auto}.services-info-wartung{margin:2rem auto;padding:1.25rem;text-align:center;color:var(--frontend-body-text-color,#333)}.services-info-wartung h2{color:var(--frontend-ident-primary-color,#ff8a00);padding:1em;font-size:2rem;font-weight:900;margin-bottom:1rem;line-height:1.15}.services-info-wartung p{font-size:1rem;line-height:1.6;color:var(--frontend-body-text-color,#222);max-width:620px;margin:1rem auto}.services-info-wartung .wartung-cards{grid-auto-rows:auto;margin-top:1.5rem;align-items:start}.services-info-wartung .wartung-cards,.services-info-wartung .wartung-layout{display:grid;grid-gap:1.5rem;gap:1.5rem;max-width:920px;margin-left:auto;margin-right:auto;padding:0 1rem}.services-info-wartung .wartung-layout{width:100%}.services-info-wartung .wartung-copy{display:grid;grid-gap:.5rem;gap:.5rem}.services-info-wartung .wartung-row{display:grid;grid-gap:1.5rem;gap:1.5rem;justify-content:center}.services-info-wartung .wartung-row.short-row{grid-template-columns:repeat(2,minmax(0,360px))}.services-info-wartung .wartung-row.long-row{grid-template-columns:1fr}.services-info-wartung .card{background:linear-gradient(180deg,var(--frontend-card-surface-start,#ffffff) 0,var(--frontend-card-surface-end,#f5f8fb) 100%);border:1px solid var(--frontend-card-border-color,rgba(17,24,39,.1));padding:2rem;border-radius:14px;box-shadow:0 18px 40px rgba(20,40,50,.12),0 2px 10px rgba(20,40,50,.08);display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem;min-height:0;text-align:left;width:100%}.services-info-wartung .card.card-long{min-height:0;padding:1.25rem;margin-left:auto;margin-right:auto}.services-info-wartung .card-body p{margin:0;font-weight:700;line-height:1.45;font-size:1rem;text-align:left;color:var(--frontend-card-text-color,#1f2933)}.services-info-wartung .card-icon{width:48px;height:48px;flex:0 0 56px;display:flex;align-items:center;justify-content:center}.services-info-wartung .card{transition:background-color .22s ease,transform .22s cubic-bezier(.2,.8,.2,1),box-shadow .22s ease,border-color .22s ease}.services-info-wartung .card--blue:hover{background-color:#eaf7ff;transform:translateY(-8px);border-color:rgba(5,144,255,.24);box-shadow:0 20px 42px rgba(10,78,150,.14)}.services-info-wartung .card--yellow:hover{background-color:#fff9e6;transform:translateY(-6px);border-color:rgba(245,180,0,.24);box-shadow:0 18px 36px rgba(160,130,10,.12)}.services-info-wartung .card--red:hover{background-color:#fff0f0;transform:translateY(-8px);border-color:rgba(228,75,75,.24);box-shadow:0 20px 42px rgba(150,30,30,.14)}.services-info-wartung .card--blue:hover .card-icon svg circle,.services-info-wartung .card--blue:hover .card-icon svg path,.services-info-wartung .card--blue:hover .card-icon svg rect{stroke:#0590ff}.services-info-wartung .card--yellow:hover .card-icon svg circle,.services-info-wartung .card--yellow:hover .card-icon svg path,.services-info-wartung .card--yellow:hover .card-icon svg rect{stroke:#f5b400}.services-info-wartung .card--red:hover .card-icon svg circle,.services-info-wartung .card--red:hover .card-icon svg path,.services-info-wartung .card--red:hover .card-icon svg rect{stroke:#e44b4b}@media(max-width:900px){.services-info-wartung .wartung-row.short-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.services-info-wartung .wartung-row.short-row{grid-template-columns:1fr}}@media(max-width:480px){.services-info-wartung .card{flex-direction:column;align-items:center;text-align:center}.services-info-wartung .card-body p{text-align:center}.services-info-wartung .card-icon{margin-bottom:.5rem}}.unternehmen-hero{margin-top:-1.2em;padding:0;background:linear-gradient(180deg,#ffffff,#f7fbff);text-align:center}.unternehmen-hero .hero-content{max-width:980px;margin:0 auto;padding:0 1rem}.unternehmen-hero h1{font-size:2.25rem;margin:0 0 .5rem;color:#0f172a}.unternehmen-hero .lead{color:#334155;margin-bottom:1rem;font-size:1.05rem}.unternehmen-hero .hero-animation{position:relative;width:100%;height:85vh;margin:1.25rem 0;border-radius:0;background:#fff;display:flex;align-items:center;justify-content:center;color:rgba(0,0,0,.08);overflow:hidden}@media(max-width:480px){.unternehmen-hero .hero-content{padding:0 .75rem}.unternehmen-hero .hero-animation{height:clamp(320px,62vh,520px);margin:1rem 0 0}}@media(max-width:350px){.unternehmen-hero .hero-content{padding-left:8px;padding-right:8px}}.unternehmen-hero .hero-canvas,.unternehmen-hero .hero-gif,.unternehmen-hero .hero-video{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:cover;object-position:center center;display:block;z-index:0;pointer-events:none}.unternehmen-hero .hero-canvas{background:rgba(0,0,0,0)}.unternehmen-hero .hero-video::-webkit-media-controls,.unternehmen-hero .hero-video::-webkit-media-controls-enclosure,.unternehmen-hero .hero-video::-webkit-media-controls-panel,.unternehmen-hero .hero-video::-webkit-media-controls-start-playback-button{display:none!important;-webkit-appearance:none!important}.unternehmen-hero .hero-video::-moz-media-controls{display:none!important}.unternehmen-hero .hero-video[controls]{visibility:hidden}.unternehmen-hero .hero-cta{margin-top:1rem}.unternehmen-hero .btn-primary{background:#ff8a00;color:#fff;border:none;padding:.75rem 1.25rem;border-radius:8px;font-weight:700;cursor:pointer}.unternehmen-toc{max-width:980px;margin:2rem auto;padding:1rem;background:rgba(0,0,0,0)}.unternehmen-toc .toc-title{font-size:1.125rem;font-weight:800;color:#0f172a;margin:0 0 .5rem}.unternehmen-toc .toc-list{list-style:none;padding:0;margin:0;counter-reset:section}.unternehmen-toc .toc-item{margin:.5rem 0}.unternehmen-toc .toc-item a{color:#0f172a;text-decoration:none;font-weight:600;padding-left:.5rem;position:relative}.unternehmen-toc .toc-item a:before{counter-increment:section;content:counter(section) ".";position:absolute;left:-1.2rem;color:#ff8a00;font-weight:800}.unternehmen-toc .toc-item a:hover{text-decoration:underline}.unternehmen-tda-firmengruppe{padding:3rem 1rem;background:#fff}.unternehmen-tda-firmengruppe .container.two-col{display:grid;grid-template-columns:1fr 1fr;grid-gap:2.5rem;gap:2.5rem;align-items:center;max-width:1200px;margin:0 auto}.unternehmen-tda-firmengruppe .image-col img{width:100%;height:auto;display:block;border-radius:6px;object-fit:cover}.unternehmen-tda-firmengruppe .text-col{color:#111}.unternehmen-tda-firmengruppe .text-col .eyebrow{color:#f78b1e;font-weight:800;font-size:2rem;margin:0 0 .25rem}.unternehmen-tda-firmengruppe .text-col .title{font-size:1.5rem;margin:0 0 1rem;color:#ff8a00}.unternehmen-tda-firmengruppe .text-col p{line-height:1.6;margin:0 0 1rem;color:#333}.unternehmen-tda-firmengruppe .text-col .features{margin-top:1.25rem;display:flex;flex-direction:column;gap:1rem}.unternehmen-tda-firmengruppe .text-col .feature{display:flex;gap:1rem;align-items:flex-start}.unternehmen-tda-firmengruppe .text-col .feature .tick{min-width:40px;height:40px;border-radius:50%;background:linear-gradient(180deg,#3aa0ff,#2b7ceb);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;box-shadow:0 2px 6px rgba(0,0,0,.08)}.unternehmen-tda-firmengruppe .text-col .feature .feature-body h4{margin:0 0 .25rem;font-size:1rem}.unternehmen-tda-firmengruppe .text-col .feature .feature-body p{margin:0;color:#555;font-size:.95rem}@media(max-width:840px){.unternehmen-tda-firmengruppe .container.two-col{grid-template-columns:1fr;gap:1.25rem}.unternehmen-tda-firmengruppe .text-col .title{font-size:1.25rem}}.unternehmen-history{padding:3rem 1rem;background:#fff;--marker-size:20px;--gap:20%}.unternehmen-history .container{max-width:1200px;margin:0 auto}.unternehmen-history h2{text-align:center;margin-bottom:2rem;color:var(--ident-orange,#ff7a00);font-size:2em}.unternehmen-history .timeline{position:relative;display:grid;grid-template-columns:40% 20% 40%;grid-row-gap:2.25rem;row-gap:2.25rem;align-items:center;padding:2rem 0;--timeline-line-top:120px;--timeline-line-height:560px}.unternehmen-history .card{background:#ff7a00;color:#111;padding:1.25rem 1.5rem;border-radius:6px;box-shadow:0 6px 18px rgba(0,0,0,.08);width:100%}.unternehmen-history .card img{display:block;max-width:220px;height:auto;margin:.5rem 0 .75rem}.unternehmen-history .spacer{height:0}.unternehmen-history .marker{justify-self:center;width:var(--marker-size);height:var(--marker-size);border-radius:50%;background:#ff8a00;border:2px solid #fff;box-shadow:0 2px 6px rgba(0,0,0,.08);z-index:4;display:flex;align-items:center;justify-content:center;position:relative;z-index:2}.unternehmen-history .line{position:absolute;left:50%;transform:translateX(-50%);width:6px;background:linear-gradient(180deg,#ffbf80,#ff7a00);border-radius:4px;top:0;height:0;z-index:1}.unternehmen-history .card h3{margin:0 0 .5rem;font-size:1.125rem}.unternehmen-history .card p,.unternehmen-history .card ul{margin:0;color:#080808}.unternehmen-history .card ul{margin-top:.5rem;padding-left:1.1rem}@media(max-width:840px){.unternehmen-history .timeline{grid-template-columns:1fr}.unternehmen-history .marker{justify-self:start;margin-left:8px}.unternehmen-history .card{margin-left:36px}}.datenschutz{background:#fff;color:#1b1b1b}.datenschutz .container,.datenschutz.container{max-width:1200px;margin:0 auto;padding:2.5rem 1rem}.datenschutz h1{font-size:2rem;margin-bottom:.5rem;color:var(--ident-orange,#ff7a00);text-align:left}.datenschutz h2{font-size:1.25rem;margin-top:1.25rem;margin-bottom:.5rem}.datenschutz h3{font-size:1.05rem;margin-top:1rem;margin-bottom:.35rem}.datenschutz li,.datenschutz p{line-height:1.6;color:#222;font-size:.98rem}.datenschutz ul{margin-left:1.1rem}.datenschutz a{color:var(--ident-orange,#ff7a00);text-decoration:underline}@media(max-width:640px){.datenschutz .container{padding:1.25rem}.datenschutz h1{font-size:1.6rem}}.impressum{color:#111}.impressum .container,.impressum.container{max-width:900px;margin:0 auto}.impressum h1{font-size:1.6rem;color:var(--ident-orange,#ff7a00);margin-bottom:.75rem}.impressum-grid{display:grid;grid-template-columns:1fr 380px;grid-gap:1rem;gap:1rem;align-items:start}.impressum-left p{line-height:1.45;margin:0 0 .6rem}.impressum-right img{width:100%;height:auto;display:block;border-radius:6px;object-fit:cover}@media(max-width:800px){.impressum-grid{grid-template-columns:1fr}.impressum-right{margin-top:1rem}}.ukraine-hero,.ukraine-hero__media{width:100%;display:flex;justify-content:center}.ukraine-hero__media{position:relative}.ukraine-hero__img{width:95%;max-width:1600px;height:auto;display:block;object-fit:contain}@media(max-width:640px){.ukraine-hero__img{width:95%}}body{font-family:var(--font-poppins),"Poppins",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial}*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0;overflow-x:hidden;width:100%;height:100%}body{display:flex;flex-direction:column;min-height:100vh}main{flex:1 0 auto;width:100%}