/* =========================================================
   INDEX
   ========================================================= */

:root{--blue:#183e67;
      --red:#b52d32;
      --text:#272b30;
      --muted:#687079;
      --line:#dfe3e7;
      --light:#f5f6f7;
      --white:#fff;
      --heads:url("../../files/theme/img/tierkoepfe-weiss.png");}

html{scroll-behavior:smooth}

body.page-index{font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}

body.page-index a{color:inherit;text-decoration:none}

body.page-index img{display:block;max-width:100%}

body.page-index .topbar{background:var(--blue);color:rgba(255,255,255,.9);font-size:.83rem;padding:.46rem 0}

body.page-index .topbar a:hover{color:#fff;text-decoration:underline}

body.page-index .topbar i{margin-right:.42rem;opacity:.82}

body.page-index .site-header{background:#fff;border-bottom:1px solid rgba(24,62,103,.13);box-shadow:0 2px 10px rgba(24,62,103,.035)}

body.page-index .navbar{min-height:84px;padding:.6rem 0}

body.page-index .navbar-brand{padding:0}

body.page-index .navbar-brand img{width:205px;height:auto}

body.page-index .desktop-nav{gap:.1rem}

body.page-index .desktop-nav .nav-link{position:relative;font-size:.95rem;font-weight:600;color:#31363b;padding:.75rem .95rem!important}

body.page-index .desktop-nav .nav-link::after{content:"";position:absolute;left:.95rem;right:.95rem;bottom:.45rem;height:2px;background:var(--red);transform:scaleX(0);transform-origin:left;transition:transform .18s ease}

body.page-index .desktop-nav .nav-link:hover{color:var(--blue)}

body.page-index .desktop-nav .nav-link:hover::after{transform:scaleX(1)}

body.page-index .btn-ws{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;border:1px solid var(--red);border-radius:2px;background:var(--red);color:#fff;padding:.73rem 1.05rem;font-size:.92rem;font-weight:700;line-height:1.2;transition:background .18s ease,border-color .18s ease}

body.page-index .btn-ws:hover{background:#97252a;border-color:#97252a;color:#fff}

body.page-index .btn-ws-outline{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;border:1px solid rgba(255,255,255,.82);border-radius:2px;color:#fff;padding:.73rem 1.05rem;font-size:.92rem;font-weight:700;line-height:1.2}

body.page-index .btn-ws-outline:hover{background:#fff;color:var(--blue)}

body.page-index .menu-button{width:44px;height:42px;border:1px solid rgba(24,62,103,.2);border-radius:2px;background:#fff;color:var(--blue);display:inline-flex;align-items:center;justify-content:center;font-size:1.15rem}

body.page-index .menu-button:focus{box-shadow:none}

body.page-index .offcanvas-ws{width:min(360px,88vw)!important;border-left:0!important}

body.page-index .offcanvas-ws .offcanvas-header{padding:1rem 1.25rem;border-top:3px solid var(--red);border-bottom:1px solid var(--line)}

body.page-index .offcanvas-ws .offcanvas-title img{width:175px;height:auto}

body.page-index .offcanvas-ws .btn-close{box-shadow:none}

body.page-index .offcanvas-ws .offcanvas-body{display:flex;flex-direction:column;padding:1rem 1.25rem 1.5rem}

body.page-index .offcanvas-ws .nav-link{padding:.95rem 0!important;border-bottom:1px solid #eceff1;color:#30353a;font-weight:600}

body.page-index .offcanvas-ws .nav-link:hover{color:var(--red)}

body.page-index .mobile-contact{margin-top:auto;padding-top:1.5rem}

body.page-index .mobile-contact .btn-ws{width:100%}

body.page-index .mobile-contact-info{margin-top:1.15rem;padding-top:1.05rem;border-top:1px solid var(--line);color:var(--muted);font-size:.9rem}

body.page-index .mobile-contact-info p{display:flex;gap:.65rem;align-items:flex-start;margin:0 0 .75rem}

body.page-index .mobile-contact-info i{width:18px;color:var(--red);margin-top:.25rem;text-align:center}

body.page-index .mobile-contact-info a{color:var(--blue);font-weight:700;overflow-wrap:anywhere}

body.page-index .hero{position:relative;min-height:545px;display:flex;align-items:center;overflow:hidden;background-image:url("../../files/theme/img/betriebsgelaende-hero.jpg");background-size:cover;background-position:center 56%}

body.page-index .hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(18,48,80,.91) 0%,rgba(18,48,80,.75) 39%,rgba(18,48,80,.30) 68%,rgba(18,48,80,.03) 100%)}

body.page-index .hero::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:3px;background:var(--red)}

body.page-index .hero .container-xl{position:relative;z-index:1}

body.page-index .hero-copy{max-width:650px;padding:5.15rem 0;color:#fff}

body.page-index .hero-kicker{display:flex;align-items:center;gap:.7rem;font-size:.82rem;font-weight:700;letter-spacing:.075em;text-transform:uppercase;margin-bottom:1rem;color:rgba(255,255,255,.82)}

body.page-index .hero-kicker::before{content:"";width:30px;height:2px;background:var(--red);flex:0 0 30px}

body.page-index .hero h1{max-width:620px;font-size:clamp(2.4rem,4.6vw,4.05rem);line-height:1.06;font-weight:700;letter-spacing:-.025em;margin:0 0 1.05rem}

body.page-index .hero p{max-width:590px;font-size:1.07rem;line-height:1.68;color:rgba(255,255,255,.9);margin:0 0 1.7rem}

body.page-index .contact-strip{background:#fff;border-bottom:1px solid var(--line)}

body.page-index .contact-item{display:flex;align-items:center;gap:.95rem;padding:1.18rem 0;min-height:80px}

body.page-index .contact-item + .contact-item{border-left:1px solid var(--line);padding-left:1.8rem}

body.page-index .contact-icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center;flex:0 0 38px;background:#f3f6f9;border:1px solid rgba(24,62,103,.11);border-radius:2px;color:var(--blue);font-size:1rem}

body.page-index .contact-copy{min-width:0}

body.page-index .contact-copy small{display:block;color:var(--muted);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.055em;margin-bottom:.04rem}

body.page-index .contact-copy strong{display:block;color:var(--blue);font-size:.94rem;line-height:1.35;overflow-wrap:anywhere}

body.page-index .contact-copy a:hover{color:var(--red)}

body.page-index section.content-section{padding:5.25rem 0}

body.page-index .section-rule{width:44px;height:3px;background:var(--red);margin-bottom:1rem}

body.page-index .section-heading{font-size:clamp(1.9rem,2.7vw,2.25rem);line-height:1.18;font-weight:700;letter-spacing:-.015em;color:var(--blue);margin:0 0 1rem}

body.page-index .section-lead{color:#555d65;max-width:760px;margin:0;font-size:1rem;line-height:1.72}

body.page-index .company-copy p{max-width:720px;color:#555d65;line-height:1.78;margin-bottom:1rem}

body.page-index .company-photo{width:100%;height:330px;object-fit:cover;border:1px solid rgba(24,62,103,.14);border-radius:2px;box-shadow:0 13px 28px rgba(24,62,103,.08)}

body.page-index .services{background:var(--light);border-top:1px solid #e9ecef;border-bottom:1px solid #e9ecef}

body.page-index .service-card{height:100%;background:#fff;border:1px solid rgba(24,62,103,.13);border-top:3px solid var(--blue);border-radius:2px;padding:1.55rem;box-shadow:0 8px 22px rgba(24,62,103,.035)}

body.page-index .service-head{display:flex;align-items:center;gap:.85rem;margin-bottom:.8rem}

body.page-index .service-icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center;flex:0 0 38px;background:#f4f6f8;border:1px solid rgba(24,62,103,.10);border-radius:2px;color:var(--red);font-size:1.05rem}

body.page-index .service-card h3{font-size:1.08rem;font-weight:700;color:var(--blue);margin:0}

body.page-index .service-card p{font-size:.94rem;color:#626970;line-height:1.65;margin:0}

body.page-index .process-list{margin:0;padding:0;list-style:none;border-top:1px solid var(--line)}

body.page-index .process-list li{display:grid;grid-template-columns:38px 1fr;gap:.9rem;align-items:start;padding:1.05rem 0;border-bottom:1px solid var(--line)}

body.page-index .process-list i{width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:#faf7f7;border:1px solid rgba(181,45,50,.13);border-radius:2px;color:var(--red);font-size:.9rem;margin-top:.05rem}

body.page-index .process-list strong{display:block;color:var(--blue);font-weight:700;margin-bottom:.1rem}

body.page-index .process-list span{color:#626970;font-size:.94rem;line-height:1.58}

body.page-index .contact-section{background:var(--blue);color:#fff;border-top:3px solid var(--red)}

body.page-index .contact-section .section-heading{color:#fff}

body.page-index .contact-section .section-rule{background:rgba(255,255,255,.75)}

body.page-index .contact-section .section-lead{color:rgba(255,255,255,.8)}

body.page-index .contact-box{background:#fff;color:var(--text);padding:1.9rem 2rem;border-radius:2px;box-shadow:0 16px 32px rgba(0,0,0,.12)}

body.page-index .contact-box h3{font-size:1.15rem;font-weight:700;color:var(--blue);margin:0 0 1rem;padding-bottom:.8rem;border-bottom:2px solid var(--red)}

body.page-index .contact-row{display:grid;grid-template-columns:26px 1fr;gap:.75rem;padding:.72rem 0;border-bottom:1px solid #eceff1}

body.page-index .contact-row:last-child{border-bottom:0}

body.page-index .contact-row i{color:var(--red);margin-top:.27rem;text-align:center}

body.page-index .contact-row small{display:block;color:var(--muted);font-size:.71rem;font-weight:700;text-transform:uppercase;letter-spacing:.045em}

body.page-index .contact-row a{color:var(--blue);font-weight:700;overflow-wrap:anywhere}

body.page-index .contact-row a:hover{color:var(--red)}

body.page-index footer{position:relative;overflow:hidden;background:var(--blue);color:rgba(255,255,255,.75);padding:3rem 0 1.3rem;font-size:.9rem;border-top:1px solid rgba(255,255,255,.08)}

body.page-index footer::after{content:"";position:absolute;right:2.5rem;bottom:-2.15rem;width:260px;height:250px;background:var(--heads) center/contain no-repeat;opacity:.10;pointer-events:none}

body.page-index footer .container-xl{position:relative;z-index:1}

body.page-index .footer-logo{width:180px;filter:brightness(0) invert(1);margin-bottom:1rem}

body.page-index footer h4{font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.065em;color:#fff;margin-bottom:.85rem}

body.page-index .footer-links{list-style:none;margin:0;padding:0}

body.page-index .footer-links li{margin:.38rem 0}

body.page-index footer a:hover{color:#fff;text-decoration:underline}

body.page-index .footer-bottom{margin-top:2.15rem;padding-top:1.2rem;border-top:1px solid rgba(255,255,255,.16);font-size:.8rem;color:rgba(255,255,255,.62)}

@media (max-width:991.98px){body.page-index .navbar-brand img{width:180px}

body.page-index .hero{min-height:475px;background-position:center 53%}

body.page-index .hero::before{background:rgba(18,48,80,.69)}

body.page-index .hero-copy{max-width:620px;padding:4.15rem 0}

body.page-index .contact-item + .contact-item{border-left:0;padding-left:0}

body.page-index .contact-item{border-bottom:1px solid var(--line)}

body.page-index .contact-item:last-child{border-bottom:0}

body.page-index section.content-section{padding:4.25rem 0}

body.page-index footer::after{right:-2rem;width:210px;height:205px}}

@media (max-width:575.98px){body.page-index .topbar .topbar-address,
body.page-index .topbar .topbar-mail{display:none}

body.page-index .topbar .container-xl{justify-content:flex-end!important}

body.page-index .navbar{min-height:72px}

body.page-index .navbar-brand img{width:165px}

body.page-index .hero{min-height:435px;background-position:58% 52%}

body.page-index .hero-copy{padding:3.35rem 0}

body.page-index .hero-kicker{font-size:.72rem;letter-spacing:.06em}

body.page-index .hero-kicker::before{width:24px;flex-basis:24px}

body.page-index .hero h1{font-size:2.3rem}

body.page-index .hero p{font-size:1rem;line-height:1.62}

body.page-index .contact-item{min-height:72px;padding:1rem 0}

body.page-index .section-heading{font-size:1.75rem}

body.page-index section.content-section{padding:3.6rem 0}

body.page-index .company-photo{height:250px}

body.page-index .contact-box{padding:1.65rem 1.45rem}

body.page-index footer{padding-top:2.7rem}

body.page-index footer::after{right:-3rem;bottom:-1rem;width:180px;height:175px;opacity:.08}}

/* =========================================================
   UNTERNEHMEN
   ========================================================= */

body.page-unternehmen{font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}

body.page-unternehmen a{color:inherit;text-decoration:none}

body.page-unternehmen img{display:block;max-width:100%}

body.page-unternehmen .topbar{background:var(--blue);color:rgba(255,255,255,.9);font-size:.83rem;padding:.46rem 0}

body.page-unternehmen .topbar a:hover{color:#fff;text-decoration:underline}

body.page-unternehmen .topbar i{margin-right:.42rem;opacity:.82}

body.page-unternehmen .site-header{background:#fff;border-bottom:1px solid rgba(24,62,103,.13);box-shadow:0 2px 10px rgba(24,62,103,.035)}

body.page-unternehmen .navbar{min-height:84px;padding:.6rem 0}

body.page-unternehmen .navbar-brand{padding:0}

body.page-unternehmen .navbar-brand img{width:205px;height:auto}

body.page-unternehmen .desktop-nav{gap:.1rem}

body.page-unternehmen .desktop-nav .nav-link{position:relative;font-size:.95rem;font-weight:600;color:#31363b;padding:.75rem .95rem!important}

body.page-unternehmen .desktop-nav .nav-link::after{content:"";position:absolute;left:.95rem;right:.95rem;bottom:.45rem;height:2px;background:var(--red);transform:scaleX(0);transform-origin:left;transition:transform .18s ease}

body.page-unternehmen .desktop-nav .nav-link:hover{color:var(--blue)}

body.page-unternehmen .desktop-nav .nav-link:hover::after{transform:scaleX(1)}

body.page-unternehmen .btn-ws{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;border:1px solid var(--red);border-radius:2px;background:var(--red);color:#fff;padding:.73rem 1.05rem;font-size:.92rem;font-weight:700;line-height:1.2;transition:background .18s ease,border-color .18s ease}

body.page-unternehmen .btn-ws:hover{background:#97252a;border-color:#97252a;color:#fff}

body.page-unternehmen .btn-ws-outline{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;border:1px solid rgba(255,255,255,.82);border-radius:2px;color:#fff;padding:.73rem 1.05rem;font-size:.92rem;font-weight:700;line-height:1.2}

body.page-unternehmen .btn-ws-outline:hover{background:#fff;color:var(--blue)}

body.page-unternehmen .menu-button{width:44px;height:42px;border:1px solid rgba(24,62,103,.2);border-radius:2px;background:#fff;color:var(--blue);display:inline-flex;align-items:center;justify-content:center;font-size:1.15rem}

body.page-unternehmen .menu-button:focus{box-shadow:none}

body.page-unternehmen .offcanvas-ws{width:min(360px,88vw)!important;border-left:0!important}

body.page-unternehmen .offcanvas-ws .offcanvas-header{padding:1rem 1.25rem;border-top:3px solid var(--red);border-bottom:1px solid var(--line)}

body.page-unternehmen .offcanvas-ws .offcanvas-title img{width:175px;height:auto}

body.page-unternehmen .offcanvas-ws .btn-close{box-shadow:none}

body.page-unternehmen .offcanvas-ws .offcanvas-body{display:flex;flex-direction:column;padding:1rem 1.25rem 1.5rem}

body.page-unternehmen .offcanvas-ws .nav-link{padding:.95rem 0!important;border-bottom:1px solid #eceff1;color:#30353a;font-weight:600}

body.page-unternehmen .offcanvas-ws .nav-link:hover{color:var(--red)}

body.page-unternehmen .mobile-contact{margin-top:auto;padding-top:1.5rem}

body.page-unternehmen .mobile-contact .btn-ws{width:100%}

body.page-unternehmen .mobile-contact-info{margin-top:1.15rem;padding-top:1.05rem;border-top:1px solid var(--line);color:var(--muted);font-size:.9rem}

body.page-unternehmen .mobile-contact-info p{display:flex;gap:.65rem;align-items:flex-start;margin:0 0 .75rem}

body.page-unternehmen .mobile-contact-info i{width:18px;color:var(--red);margin-top:.25rem;text-align:center}

body.page-unternehmen .mobile-contact-info a{color:var(--blue);font-weight:700;overflow-wrap:anywhere}

body.page-unternehmen .hero{position:relative;min-height:545px;display:flex;align-items:center;overflow:hidden;background-image:url("../../files/theme/img/betriebsgelaende-hero.jpg");background-size:cover;background-position:center 56%}

body.page-unternehmen .hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(18,48,80,.91) 0%,rgba(18,48,80,.75) 39%,rgba(18,48,80,.30) 68%,rgba(18,48,80,.03) 100%)}

body.page-unternehmen .hero::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:3px;background:var(--red)}

body.page-unternehmen .hero .container-xl{position:relative;z-index:1}

body.page-unternehmen .hero-copy{max-width:650px;padding:5.15rem 0;color:#fff}

body.page-unternehmen .hero-kicker{display:flex;align-items:center;gap:.7rem;font-size:.82rem;font-weight:700;letter-spacing:.075em;text-transform:uppercase;margin-bottom:1rem;color:rgba(255,255,255,.82)}

body.page-unternehmen .hero-kicker::before{content:"";width:30px;height:2px;background:var(--red);flex:0 0 30px}

body.page-unternehmen .hero h1{max-width:620px;font-size:clamp(2.4rem,4.6vw,4.05rem);line-height:1.06;font-weight:700;letter-spacing:-.025em;margin:0 0 1.05rem}

body.page-unternehmen .hero p{max-width:590px;font-size:1.07rem;line-height:1.68;color:rgba(255,255,255,.9);margin:0 0 1.7rem}

body.page-unternehmen .contact-strip{background:#fff;border-bottom:1px solid var(--line)}

body.page-unternehmen .contact-item{display:flex;align-items:center;gap:.95rem;padding:1.18rem 0;min-height:80px}

body.page-unternehmen .contact-item + .contact-item{border-left:1px solid var(--line);padding-left:1.8rem}

body.page-unternehmen .contact-icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center;flex:0 0 38px;background:#f3f6f9;border:1px solid rgba(24,62,103,.11);border-radius:2px;color:var(--blue);font-size:1rem}

body.page-unternehmen .contact-copy{min-width:0}

body.page-unternehmen .contact-copy small{display:block;color:var(--muted);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.055em;margin-bottom:.04rem}

body.page-unternehmen .contact-copy strong{display:block;color:var(--blue);font-size:.94rem;line-height:1.35;overflow-wrap:anywhere}

body.page-unternehmen .contact-copy a:hover{color:var(--red)}

body.page-unternehmen section.content-section{padding:5.25rem 0}

body.page-unternehmen .section-rule{width:44px;height:3px;background:var(--red);margin-bottom:1rem}

body.page-unternehmen .section-heading{font-size:clamp(1.9rem,2.7vw,2.25rem);line-height:1.18;font-weight:700;letter-spacing:-.015em;color:var(--blue);margin:0 0 1rem}

body.page-unternehmen .section-lead{color:#555d65;max-width:760px;margin:0;font-size:1rem;line-height:1.72}

body.page-unternehmen .company-copy p{max-width:720px;color:#555d65;line-height:1.78;margin-bottom:1rem}

body.page-unternehmen .company-photo{width:100%;height:330px;object-fit:cover;border:1px solid rgba(24,62,103,.14);border-radius:2px;box-shadow:0 13px 28px rgba(24,62,103,.08)}

body.page-unternehmen .services{background:var(--light);border-top:1px solid #e9ecef;border-bottom:1px solid #e9ecef}

body.page-unternehmen .service-card{height:100%;background:#fff;border:1px solid rgba(24,62,103,.13);border-top:3px solid var(--blue);border-radius:2px;padding:1.55rem;box-shadow:0 8px 22px rgba(24,62,103,.035)}

body.page-unternehmen .service-head{display:flex;align-items:center;gap:.85rem;margin-bottom:.8rem}

body.page-unternehmen .service-icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center;flex:0 0 38px;background:#f4f6f8;border:1px solid rgba(24,62,103,.10);border-radius:2px;color:var(--red);font-size:1.05rem}

body.page-unternehmen .service-card h3{font-size:1.08rem;font-weight:700;color:var(--blue);margin:0}

body.page-unternehmen .service-card p{font-size:.94rem;color:#626970;line-height:1.65;margin:0}

body.page-unternehmen .process-list{margin:0;padding:0;list-style:none;border-top:1px solid var(--line)}

body.page-unternehmen .process-list li{display:grid;grid-template-columns:38px 1fr;gap:.9rem;align-items:start;padding:1.05rem 0;border-bottom:1px solid var(--line)}

body.page-unternehmen .process-list i{width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:#faf7f7;border:1px solid rgba(181,45,50,.13);border-radius:2px;color:var(--red);font-size:.9rem;margin-top:.05rem}

body.page-unternehmen .process-list strong{display:block;color:var(--blue);font-weight:700;margin-bottom:.1rem}

body.page-unternehmen .process-list span{color:#626970;font-size:.94rem;line-height:1.58}

body.page-unternehmen .contact-section{background:var(--blue);color:#fff;border-top:3px solid var(--red)}

body.page-unternehmen .contact-section .section-heading{color:#fff}

body.page-unternehmen .contact-section .section-rule{background:rgba(255,255,255,.75)}

body.page-unternehmen .contact-section .section-lead{color:rgba(255,255,255,.8)}

body.page-unternehmen .contact-box{background:#fff;color:var(--text);padding:1.9rem 2rem;border-radius:2px;box-shadow:0 16px 32px rgba(0,0,0,.12)}

body.page-unternehmen .contact-box h3{font-size:1.15rem;font-weight:700;color:var(--blue);margin:0 0 1rem;padding-bottom:.8rem;border-bottom:2px solid var(--red)}

body.page-unternehmen .contact-row{display:grid;grid-template-columns:26px 1fr;gap:.75rem;padding:.72rem 0;border-bottom:1px solid #eceff1}

body.page-unternehmen .contact-row:last-child{border-bottom:0}

body.page-unternehmen .contact-row i{color:var(--red);margin-top:.27rem;text-align:center}

body.page-unternehmen .contact-row small{display:block;color:var(--muted);font-size:.71rem;font-weight:700;text-transform:uppercase;letter-spacing:.045em}

body.page-unternehmen .contact-row a{color:var(--blue);font-weight:700;overflow-wrap:anywhere}

body.page-unternehmen .contact-row a:hover{color:var(--red)}

body.page-unternehmen footer{position:relative;overflow:hidden;background:var(--blue);color:rgba(255,255,255,.75);padding:3rem 0 1.3rem;font-size:.9rem;border-top:1px solid rgba(255,255,255,.08)}

body.page-unternehmen footer::after{content:"";position:absolute;right:2.5rem;bottom:-2.15rem;width:260px;height:250px;background:var(--heads) center/contain no-repeat;opacity:.10;pointer-events:none}

body.page-unternehmen footer .container-xl{position:relative;z-index:1}

body.page-unternehmen .footer-logo{width:180px;filter:brightness(0) invert(1);margin-bottom:1rem}

body.page-unternehmen footer h4{font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.065em;color:#fff;margin-bottom:.85rem}

body.page-unternehmen .footer-links{list-style:none;margin:0;padding:0}

body.page-unternehmen .footer-links li{margin:.38rem 0}

body.page-unternehmen footer a:hover{color:#fff;text-decoration:underline}

body.page-unternehmen .footer-bottom{margin-top:2.15rem;padding-top:1.2rem;border-top:1px solid rgba(255,255,255,.16);font-size:.8rem;color:rgba(255,255,255,.62)}

@media (max-width:991.98px){body.page-unternehmen .navbar-brand img{width:180px}

body.page-unternehmen .hero{min-height:475px;background-position:center 53%}

body.page-unternehmen .hero::before{background:rgba(18,48,80,.69)}

body.page-unternehmen .hero-copy{max-width:620px;padding:4.15rem 0}

body.page-unternehmen .contact-item + .contact-item{border-left:0;padding-left:0}

body.page-unternehmen .contact-item{border-bottom:1px solid var(--line)}

body.page-unternehmen .contact-item:last-child{border-bottom:0}

body.page-unternehmen section.content-section{padding:4.25rem 0}

body.page-unternehmen footer::after{right:-2rem;width:210px;height:205px}}

@media (max-width:575.98px){body.page-unternehmen .topbar .topbar-address,
body.page-unternehmen .topbar .topbar-mail{display:none}

body.page-unternehmen .topbar .container-xl{justify-content:flex-end!important}

body.page-unternehmen .navbar{min-height:72px}

body.page-unternehmen .navbar-brand img{width:165px}

body.page-unternehmen .hero{min-height:435px;background-position:58% 52%}

body.page-unternehmen .hero-copy{padding:3.35rem 0}

body.page-unternehmen .hero-kicker{font-size:.72rem;letter-spacing:.06em}

body.page-unternehmen .hero-kicker::before{width:24px;flex-basis:24px}

body.page-unternehmen .hero h1{font-size:2.3rem}

body.page-unternehmen .hero p{font-size:1rem;line-height:1.62}

body.page-unternehmen .contact-item{min-height:72px;padding:1rem 0}

body.page-unternehmen .section-heading{font-size:1.75rem}

body.page-unternehmen section.content-section{padding:3.6rem 0}

body.page-unternehmen .company-photo{height:250px}

body.page-unternehmen .contact-box{padding:1.65rem 1.45rem}

body.page-unternehmen footer{padding-top:2.7rem}

body.page-unternehmen footer::after{right:-3rem;bottom:-1rem;width:180px;height:175px;opacity:.08}}

body.page-unternehmen .navbar .nav-link.active{color:var(--blue)}

body.page-unternehmen .navbar .nav-link.active::after{width:calc(100% - 1.8rem);background:var(--red)}

body.page-unternehmen .offcanvas-ws .nav-link.active{color:var(--red)}

body.page-unternehmen .subhero{position:relative;min-height:390px;display:flex;align-items:flex-end;overflow:hidden;background-image:var(--hero-image);background-size:cover;background-position:center 54%;color:#fff}

body.page-unternehmen .subhero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(13,38,64,.88) 0%,rgba(13,38,64,.67) 48%,rgba(13,38,64,.18) 100%)}

body.page-unternehmen .subhero::after{content:"";position:absolute;left:0;right:0;bottom:0;height:4px;background:var(--red)}

body.page-unternehmen .subhero .container-xl{position:relative;z-index:1;padding-bottom:3.3rem}

body.page-unternehmen .subhero-copy{max-width:750px}

body.page-unternehmen .subhero h1{margin:0 0 .9rem;font-size:clamp(2.45rem,4.8vw,4.25rem);line-height:1.05;font-weight:750;letter-spacing:-.035em}

body.page-unternehmen .subhero p{max-width:700px;margin:0;color:rgba(255,255,255,.88);font-size:1.08rem;line-height:1.7}

body.page-unternehmen .breadcrumb-ws{display:flex;gap:.55rem;align-items:center;margin-bottom:1.35rem;font-size:.84rem;color:rgba(255,255,255,.7)}

body.page-unternehmen .breadcrumb-ws a{color:#fff}

body.page-unternehmen .breadcrumb-ws a:hover{text-decoration:underline}

body.page-unternehmen .company-intro-section{padding:5.6rem 0 4.8rem}

body.page-unternehmen .company-lead{font-size:1.1rem;line-height:1.8;color:#4b535b}

body.page-unternehmen .company-intro-section p:not(.company-lead){color:#626970;line-height:1.8}

body.page-unternehmen .company-facts{border-top:3px solid var(--red);background:#fff;box-shadow:0 14px 38px rgba(24,62,103,.08)}

body.page-unternehmen .company-fact{display:flex;gap:1rem;padding:1.35rem 1.5rem;border:1px solid var(--line);border-top:0}

body.page-unternehmen .company-fact-icon{flex:0 0 38px;height:38px;display:flex;align-items:center;justify-content:center;color:var(--red);font-size:1.05rem}

body.page-unternehmen .company-fact small{display:block;margin-bottom:.15rem;color:var(--muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.075em;font-weight:700}

body.page-unternehmen .company-fact strong{display:block;color:var(--blue);font-size:.98rem;line-height:1.45}

body.page-unternehmen .company-image-section{padding:0 0 5.6rem}

body.page-unternehmen .company-image-wrap{position:relative;overflow:hidden;background:var(--light)}

body.page-unternehmen .company-image-wrap img{width:100%;height:clamp(330px,43vw,560px);object-fit:cover;object-position:center 52%}

body.page-unternehmen .company-image-caption{position:absolute;left:0;bottom:0;min-width:min(430px,85%);padding:1.15rem 1.4rem;background:rgba(24,62,103,.94);color:#fff}

body.page-unternehmen .company-image-caption span{display:block;margin-bottom:.12rem;color:rgba(255,255,255,.68);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}

body.page-unternehmen .company-image-caption strong{font-size:.95rem}

body.page-unternehmen .company-work-section{padding:5.6rem 0;background:var(--light);border-top:1px solid #e8ebee;border-bottom:1px solid #e8ebee}

body.page-unternehmen .company-work-grid{background:#fff;border:1px solid var(--line)}

body.page-unternehmen .company-work-item{padding:2rem 2rem 2.15rem}

body.page-unternehmen .company-work-item + .company-work-item{border-left:1px solid var(--line)}

body.page-unternehmen .company-work-item i{margin-bottom:1.25rem;color:var(--red);font-size:1.45rem}

body.page-unternehmen .company-work-item h3{margin-bottom:.7rem;color:var(--blue);font-size:1.08rem;font-weight:750}

body.page-unternehmen .company-work-item p{margin:0;color:#626970;font-size:.94rem;line-height:1.68}

body.page-unternehmen .management-section{padding:5.6rem 0}

body.page-unternehmen .management-list{border-top:3px solid var(--blue)}

body.page-unternehmen .management-person{display:grid;grid-template-columns:58px 1fr;align-items:center;min-height:76px;border-bottom:1px solid var(--line)}

body.page-unternehmen .management-person span{color:var(--red);font-size:.78rem;font-weight:800;letter-spacing:.08em}

body.page-unternehmen .management-person strong{color:var(--text);font-size:1.03rem;font-weight:700}

body.page-unternehmen .company-contact-cta{position:relative;overflow:hidden;padding:4rem 0;background:var(--blue);color:#fff}

body.page-unternehmen .company-contact-cta::after{content:"";position:absolute;right:-1rem;bottom:-2rem;width:250px;height:250px;background:var(--heads) center/contain no-repeat;opacity:.08;pointer-events:none}

body.page-unternehmen .company-contact-cta .container-xl{position:relative;z-index:1}

body.page-unternehmen .company-contact-cta h2{margin:.2rem 0 .65rem;font-size:clamp(1.7rem,3vw,2.4rem);font-weight:750;letter-spacing:-.025em}

body.page-unternehmen .company-contact-cta p{max-width:700px;margin:0;color:rgba(255,255,255,.76)}

body.page-unternehmen .cta-kicker{color:#fff;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.09em}

body.page-unternehmen .btn-ws-light{display:inline-flex;align-items:center;gap:.55rem;padding:.78rem 1.05rem;border:1px solid rgba(255,255,255,.65);color:#fff;font-weight:700;font-size:.9rem}

body.page-unternehmen .btn-ws-light:hover{background:#fff;color:var(--blue)}

@media (max-width:991.98px){body.page-unternehmen .subhero{min-height:340px;background-position:center 50%}

body.page-unternehmen .subhero::before{background:rgba(13,38,64,.66)}

body.page-unternehmen .subhero .container-xl{padding-bottom:2.7rem}

body.page-unternehmen .company-intro-section,
body.page-unternehmen .company-work-section,
body.page-unternehmen .management-section{padding:4.2rem 0}

body.page-unternehmen .company-image-section{padding-bottom:4.2rem}

body.page-unternehmen .company-work-item + .company-work-item{border-left:0;border-top:1px solid var(--line)}}

@media (max-width:575.98px){body.page-unternehmen .subhero{min-height:310px}

body.page-unternehmen .subhero h1{font-size:2.3rem}

body.page-unternehmen .subhero p{font-size:1rem;line-height:1.6}

body.page-unternehmen .company-fact{padding:1.15rem 1rem}

body.page-unternehmen .company-image-caption{position:static;min-width:0}

body.page-unternehmen .company-image-wrap img{height:280px}

body.page-unternehmen .company-contact-cta{padding:3.2rem 0}}

body.page-unternehmen .history-section{position:relative;overflow:hidden;padding:5.7rem 0 6rem;background:var(--blue);color:#fff;border-top:3px solid var(--red)}

body.page-unternehmen .history-section::after{content:"";position:absolute;right:-4rem;top:50%;width:320px;height:310px;background:var(--heads) center/contain no-repeat;opacity:.045;transform:translateY(-50%);pointer-events:none}

body.page-unternehmen .history-section .container-xl{position:relative;z-index:1}

body.page-unternehmen .history-kicker{display:block;margin-bottom:.7rem;color:rgba(255,255,255,.62);font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em}

body.page-unternehmen .history-section h2{margin:0;color:#fff;font-size:clamp(2rem,3vw,2.55rem);font-weight:750;letter-spacing:-.025em;line-height:1.15}

body.page-unternehmen .history-intro{max-width:660px;margin:0;color:rgba(255,255,255,.74);font-size:1rem;line-height:1.75}

body.page-unternehmen .history-track{position:relative;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin-top:3.5rem;padding-top:.2rem}

body.page-unternehmen .history-line{position:absolute;left:10%;right:10%;top:7px;height:2px;background:rgba(255,255,255,.17);overflow:hidden}

body.page-unternehmen .history-progress{display:block;width:0;height:100%;background:var(--red);transition:width 1.35s cubic-bezier(.22,.75,.2,1)}

body.page-unternehmen .history-section.is-visible .history-progress{width:100%}

body.page-unternehmen .history-item{position:relative;padding:0 1rem;text-align:center;opacity:0;transform:translateY(16px);transition:opacity .55s ease,transform .55s ease}

body.page-unternehmen .history-section.is-visible .history-item{opacity:1;transform:none}

body.page-unternehmen .history-section.is-visible .history-item:nth-child(3){transition-delay:.12s}

body.page-unternehmen .history-section.is-visible .history-item:nth-child(4){transition-delay:.24s}

body.page-unternehmen .history-section.is-visible .history-item:nth-child(5){transition-delay:.36s}

body.page-unternehmen .history-section.is-visible .history-item:nth-child(6){transition-delay:.48s}

body.page-unternehmen .history-section.is-visible .history-item:nth-child(7){transition-delay:.60s}

body.page-unternehmen .history-dot{position:relative;z-index:2;width:14px;height:14px;margin:0 auto 1.5rem;border:3px solid var(--red);border-radius:50%;background:var(--blue);box-shadow:0 0 0 5px rgba(255,255,255,.06)}

body.page-unternehmen .history-year{display:block;margin-bottom:.55rem;color:#fff;font-size:1.12rem;font-weight:800;letter-spacing:-.01em}

body.page-unternehmen .history-item p{max-width:205px;margin:0 auto;color:rgba(255,255,255,.68);font-size:.9rem;line-height:1.6}

body.page-unternehmen .management-list{border-top:3px solid var(--blue);background:#fff}

body.page-unternehmen .management-person{display:grid;grid-template-columns:58px 1fr auto;gap:1rem;align-items:center;min-height:78px;border-bottom:1px solid var(--line)}

body.page-unternehmen .management-person>span{color:var(--red);font-size:.75rem;font-weight:800;letter-spacing:.09em}

body.page-unternehmen .management-person strong{color:var(--text);font-size:1.03rem;font-weight:700}

body.page-unternehmen .management-person small{color:var(--muted);font-size:.76rem;text-transform:uppercase;letter-spacing:.06em;font-weight:700}

@media (max-width:991.98px){body.page-unternehmen .history-section{padding:4.5rem 0 4.7rem}

body.page-unternehmen .history-track{grid-template-columns:1fr;margin-top:2.8rem;padding-left:2.4rem;gap:0}

body.page-unternehmen .history-line{left:6px;right:auto;top:7px;bottom:18px;width:2px;height:auto}

body.page-unternehmen .history-progress{width:100%;height:0;transition:height 1.35s cubic-bezier(.22,.75,.2,1)}

body.page-unternehmen .history-section.is-visible .history-progress{width:100%;height:100%}

body.page-unternehmen .history-item{padding:0 0 2.2rem;text-align:left}

body.page-unternehmen .history-dot{position:absolute;left:-2.4rem;top:0;margin:0}

body.page-unternehmen .history-item p{max-width:600px;margin:0}

body.page-unternehmen .history-section::after{right:-8rem;width:260px;height:250px}

body.page-unternehmen .management-person{grid-template-columns:46px 1fr}

body.page-unternehmen .management-person small{display:none}}

@media (prefers-reduced-motion:reduce){body.page-unternehmen .history-progress,
body.page-unternehmen .history-item{transition:none!important}

body.page-unternehmen .history-progress{width:100%!important;height:100%!important}

body.page-unternehmen .history-item{opacity:1!important;transform:none!important}}

/* =========================================================
   LEISTUNGEN
   ========================================================= */

body.page-leistungen{font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}

body.page-leistungen a{color:inherit;text-decoration:none}

body.page-leistungen img{display:block;max-width:100%}

body.page-leistungen .topbar{background:var(--blue);color:rgba(255,255,255,.9);font-size:.83rem;padding:.46rem 0}

body.page-leistungen .topbar a:hover{color:#fff;text-decoration:underline}

body.page-leistungen .topbar i{margin-right:.42rem;opacity:.82}

body.page-leistungen .site-header{background:#fff;border-bottom:1px solid rgba(24,62,103,.13);box-shadow:0 2px 10px rgba(24,62,103,.035)}

body.page-leistungen .navbar{min-height:84px;padding:.6rem 0}

body.page-leistungen .navbar-brand{padding:0}

body.page-leistungen .navbar-brand img{width:205px;height:auto}

body.page-leistungen .desktop-nav{gap:.1rem}

body.page-leistungen .desktop-nav .nav-link{position:relative;font-size:.95rem;font-weight:600;color:#31363b;padding:.75rem .95rem!important}

body.page-leistungen .desktop-nav .nav-link::after{content:"";position:absolute;left:.95rem;right:.95rem;bottom:.45rem;height:2px;background:var(--red);transform:scaleX(0);transform-origin:left;transition:transform .18s ease}

body.page-leistungen .desktop-nav .nav-link:hover{color:var(--blue)}

body.page-leistungen .desktop-nav .nav-link:hover::after{transform:scaleX(1)}

body.page-leistungen .btn-ws{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;border:1px solid var(--red);border-radius:2px;background:var(--red);color:#fff;padding:.73rem 1.05rem;font-size:.92rem;font-weight:700;line-height:1.2;transition:background .18s ease,border-color .18s ease}

body.page-leistungen .btn-ws:hover{background:#97252a;border-color:#97252a;color:#fff}

body.page-leistungen .btn-ws-outline{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;border:1px solid rgba(255,255,255,.82);border-radius:2px;color:#fff;padding:.73rem 1.05rem;font-size:.92rem;font-weight:700;line-height:1.2}

body.page-leistungen .btn-ws-outline:hover{background:#fff;color:var(--blue)}

body.page-leistungen .menu-button{width:44px;height:42px;border:1px solid rgba(24,62,103,.2);border-radius:2px;background:#fff;color:var(--blue);display:inline-flex;align-items:center;justify-content:center;font-size:1.15rem}

body.page-leistungen .menu-button:focus{box-shadow:none}

body.page-leistungen .offcanvas-ws{width:min(360px,88vw)!important;border-left:0!important}

body.page-leistungen .offcanvas-ws .offcanvas-header{padding:1rem 1.25rem;border-top:3px solid var(--red);border-bottom:1px solid var(--line)}

body.page-leistungen .offcanvas-ws .offcanvas-title img{width:175px;height:auto}

body.page-leistungen .offcanvas-ws .btn-close{box-shadow:none}

body.page-leistungen .offcanvas-ws .offcanvas-body{display:flex;flex-direction:column;padding:1rem 1.25rem 1.5rem}

body.page-leistungen .offcanvas-ws .nav-link{padding:.95rem 0!important;border-bottom:1px solid #eceff1;color:#30353a;font-weight:600}

body.page-leistungen .offcanvas-ws .nav-link:hover{color:var(--red)}

body.page-leistungen .mobile-contact{margin-top:auto;padding-top:1.5rem}

body.page-leistungen .mobile-contact .btn-ws{width:100%}

body.page-leistungen .mobile-contact-info{margin-top:1.15rem;padding-top:1.05rem;border-top:1px solid var(--line);color:var(--muted);font-size:.9rem}

body.page-leistungen .mobile-contact-info p{display:flex;gap:.65rem;align-items:flex-start;margin:0 0 .75rem}

body.page-leistungen .mobile-contact-info i{width:18px;color:var(--red);margin-top:.25rem;text-align:center}

body.page-leistungen .mobile-contact-info a{color:var(--blue);font-weight:700;overflow-wrap:anywhere}

body.page-leistungen .hero{position:relative;min-height:545px;display:flex;align-items:center;overflow:hidden;background-image:url("../../files/theme/img/betriebsgelaende-hero.jpg");background-size:cover;background-position:center 56%}

body.page-leistungen .hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(18,48,80,.91) 0%,rgba(18,48,80,.75) 39%,rgba(18,48,80,.30) 68%,rgba(18,48,80,.03) 100%)}

body.page-leistungen .hero::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:3px;background:var(--red)}

body.page-leistungen .hero .container-xl{position:relative;z-index:1}

body.page-leistungen .hero-copy{max-width:650px;padding:5.15rem 0;color:#fff}

body.page-leistungen .hero-kicker{display:flex;align-items:center;gap:.7rem;font-size:.82rem;font-weight:700;letter-spacing:.075em;text-transform:uppercase;margin-bottom:1rem;color:rgba(255,255,255,.82)}

body.page-leistungen .hero-kicker::before{content:"";width:30px;height:2px;background:var(--red);flex:0 0 30px}

body.page-leistungen .hero h1{max-width:620px;font-size:clamp(2.4rem,4.6vw,4.05rem);line-height:1.06;font-weight:700;letter-spacing:-.025em;margin:0 0 1.05rem}

body.page-leistungen .hero p{max-width:590px;font-size:1.07rem;line-height:1.68;color:rgba(255,255,255,.9);margin:0 0 1.7rem}

body.page-leistungen .contact-strip{background:#fff;border-bottom:1px solid var(--line)}

body.page-leistungen .contact-item{display:flex;align-items:center;gap:.95rem;padding:1.18rem 0;min-height:80px}

body.page-leistungen .contact-item + .contact-item{border-left:1px solid var(--line);padding-left:1.8rem}

body.page-leistungen .contact-icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center;flex:0 0 38px;background:#f3f6f9;border:1px solid rgba(24,62,103,.11);border-radius:2px;color:var(--blue);font-size:1rem}

body.page-leistungen .contact-copy{min-width:0}

body.page-leistungen .contact-copy small{display:block;color:var(--muted);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.055em;margin-bottom:.04rem}

body.page-leistungen .contact-copy strong{display:block;color:var(--blue);font-size:.94rem;line-height:1.35;overflow-wrap:anywhere}

body.page-leistungen .contact-copy a:hover{color:var(--red)}

body.page-leistungen section.content-section{padding:5.25rem 0}

body.page-leistungen .section-rule{width:44px;height:3px;background:var(--red);margin-bottom:1rem}

body.page-leistungen .section-heading{font-size:clamp(1.9rem,2.7vw,2.25rem);line-height:1.18;font-weight:700;letter-spacing:-.015em;color:var(--blue);margin:0 0 1rem}

body.page-leistungen .section-lead{color:#555d65;max-width:760px;margin:0;font-size:1rem;line-height:1.72}

body.page-leistungen .company-copy p{max-width:720px;color:#555d65;line-height:1.78;margin-bottom:1rem}

body.page-leistungen .company-photo{width:100%;height:330px;object-fit:cover;border:1px solid rgba(24,62,103,.14);border-radius:2px;box-shadow:0 13px 28px rgba(24,62,103,.08)}

body.page-leistungen .services{background:var(--light);border-top:1px solid #e9ecef;border-bottom:1px solid #e9ecef}

body.page-leistungen .service-card{height:100%;background:#fff;border:1px solid rgba(24,62,103,.13);border-top:3px solid var(--blue);border-radius:2px;padding:1.55rem;box-shadow:0 8px 22px rgba(24,62,103,.035)}

body.page-leistungen .service-head{display:flex;align-items:center;gap:.85rem;margin-bottom:.8rem}

body.page-leistungen .service-icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center;flex:0 0 38px;background:#f4f6f8;border:1px solid rgba(24,62,103,.10);border-radius:2px;color:var(--red);font-size:1.05rem}

body.page-leistungen .service-card h3{font-size:1.08rem;font-weight:700;color:var(--blue);margin:0}

body.page-leistungen .service-card p{font-size:.94rem;color:#626970;line-height:1.65;margin:0}

body.page-leistungen .process-list{margin:0;padding:0;list-style:none;border-top:1px solid var(--line)}

body.page-leistungen .process-list li{display:grid;grid-template-columns:38px 1fr;gap:.9rem;align-items:start;padding:1.05rem 0;border-bottom:1px solid var(--line)}

body.page-leistungen .process-list i{width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:#faf7f7;border:1px solid rgba(181,45,50,.13);border-radius:2px;color:var(--red);font-size:.9rem;margin-top:.05rem}

body.page-leistungen .process-list strong{display:block;color:var(--blue);font-weight:700;margin-bottom:.1rem}

body.page-leistungen .process-list span{color:#626970;font-size:.94rem;line-height:1.58}

body.page-leistungen .contact-section{background:var(--blue);color:#fff;border-top:3px solid var(--red)}

body.page-leistungen .contact-section .section-heading{color:#fff}

body.page-leistungen .contact-section .section-rule{background:rgba(255,255,255,.75)}

body.page-leistungen .contact-section .section-lead{color:rgba(255,255,255,.8)}

body.page-leistungen .contact-box{background:#fff;color:var(--text);padding:1.9rem 2rem;border-radius:2px;box-shadow:0 16px 32px rgba(0,0,0,.12)}

body.page-leistungen .contact-box h3{font-size:1.15rem;font-weight:700;color:var(--blue);margin:0 0 1rem;padding-bottom:.8rem;border-bottom:2px solid var(--red)}

body.page-leistungen .contact-row{display:grid;grid-template-columns:26px 1fr;gap:.75rem;padding:.72rem 0;border-bottom:1px solid #eceff1}

body.page-leistungen .contact-row:last-child{border-bottom:0}

body.page-leistungen .contact-row i{color:var(--red);margin-top:.27rem;text-align:center}

body.page-leistungen .contact-row small{display:block;color:var(--muted);font-size:.71rem;font-weight:700;text-transform:uppercase;letter-spacing:.045em}

body.page-leistungen .contact-row a{color:var(--blue);font-weight:700;overflow-wrap:anywhere}

body.page-leistungen .contact-row a:hover{color:var(--red)}

body.page-leistungen footer{position:relative;overflow:hidden;background:var(--blue);color:rgba(255,255,255,.75);padding:3rem 0 1.3rem;font-size:.9rem;border-top:1px solid rgba(255,255,255,.08)}

body.page-leistungen footer::after{content:"";position:absolute;right:2.5rem;bottom:-2.15rem;width:260px;height:250px;background:var(--heads) center/contain no-repeat;opacity:.10;pointer-events:none}

body.page-leistungen footer .container-xl{position:relative;z-index:1}

body.page-leistungen .footer-logo{width:180px;filter:brightness(0) invert(1);margin-bottom:1rem}

body.page-leistungen footer h4{font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.065em;color:#fff;margin-bottom:.85rem}

body.page-leistungen .footer-links{list-style:none;margin:0;padding:0}

body.page-leistungen .footer-links li{margin:.38rem 0}

body.page-leistungen footer a:hover{color:#fff;text-decoration:underline}

body.page-leistungen .footer-bottom{margin-top:2.15rem;padding-top:1.2rem;border-top:1px solid rgba(255,255,255,.16);font-size:.8rem;color:rgba(255,255,255,.62)}

@media (max-width:991.98px){body.page-leistungen .navbar-brand img{width:180px}

body.page-leistungen .hero{min-height:475px;background-position:center 53%}

body.page-leistungen .hero::before{background:rgba(18,48,80,.69)}

body.page-leistungen .hero-copy{max-width:620px;padding:4.15rem 0}

body.page-leistungen .contact-item + .contact-item{border-left:0;padding-left:0}

body.page-leistungen .contact-item{border-bottom:1px solid var(--line)}

body.page-leistungen .contact-item:last-child{border-bottom:0}

body.page-leistungen section.content-section{padding:4.25rem 0}

body.page-leistungen footer::after{right:-2rem;width:210px;height:205px}}

@media (max-width:575.98px){body.page-leistungen .topbar .topbar-address,
body.page-leistungen .topbar .topbar-mail{display:none}

body.page-leistungen .topbar .container-xl{justify-content:flex-end!important}

body.page-leistungen .navbar{min-height:72px}

body.page-leistungen .navbar-brand img{width:165px}

body.page-leistungen .hero{min-height:435px;background-position:58% 52%}

body.page-leistungen .hero-copy{padding:3.35rem 0}

body.page-leistungen .hero-kicker{font-size:.72rem;letter-spacing:.06em}

body.page-leistungen .hero-kicker::before{width:24px;flex-basis:24px}

body.page-leistungen .hero h1{font-size:2.3rem}

body.page-leistungen .hero p{font-size:1rem;line-height:1.62}

body.page-leistungen .contact-item{min-height:72px;padding:1rem 0}

body.page-leistungen .section-heading{font-size:1.75rem}

body.page-leistungen section.content-section{padding:3.6rem 0}

body.page-leistungen .company-photo{height:250px}

body.page-leistungen .contact-box{padding:1.65rem 1.45rem}

body.page-leistungen footer{padding-top:2.7rem}

body.page-leistungen footer::after{right:-3rem;bottom:-1rem;width:180px;height:175px;opacity:.08}}

body.page-leistungen .navbar .nav-link.active{color:var(--blue)}

body.page-leistungen .navbar .nav-link.active::after{width:calc(100% - 1.8rem);background:var(--red)}

body.page-leistungen .offcanvas-ws .nav-link.active{color:var(--red)}

body.page-leistungen .subhero{position:relative;min-height:390px;display:flex;align-items:flex-end;overflow:hidden;background-image:var(--hero-image);background-size:cover;background-position:center 54%;color:#fff}

body.page-leistungen .subhero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(13,38,64,.88) 0%,rgba(13,38,64,.67) 48%,rgba(13,38,64,.18) 100%)}

body.page-leistungen .subhero::after{content:"";position:absolute;left:0;right:0;bottom:0;height:4px;background:var(--red)}

body.page-leistungen .subhero .container-xl{position:relative;z-index:1;padding-bottom:3.3rem}

body.page-leistungen .subhero-copy{max-width:750px}

body.page-leistungen .subhero h1{margin:0 0 .9rem;font-size:clamp(2.45rem,4.8vw,4.25rem);line-height:1.05;font-weight:750;letter-spacing:-.035em}

body.page-leistungen .subhero p{max-width:700px;margin:0;color:rgba(255,255,255,.88);font-size:1.08rem;line-height:1.7}

body.page-leistungen .breadcrumb-ws{display:flex;gap:.55rem;align-items:center;margin-bottom:1.35rem;font-size:.84rem;color:rgba(255,255,255,.7)}

body.page-leistungen .breadcrumb-ws a{color:#fff}

body.page-leistungen .breadcrumb-ws a:hover{text-decoration:underline}

body.page-leistungen .company-intro-section{padding:5.6rem 0 4.8rem}

body.page-leistungen .company-lead{font-size:1.1rem;line-height:1.8;color:#4b535b}

body.page-leistungen .company-intro-section p:not(.company-lead){color:#626970;line-height:1.8}

body.page-leistungen .company-facts{border-top:3px solid var(--red);background:#fff;box-shadow:0 14px 38px rgba(24,62,103,.08)}

body.page-leistungen .company-fact{display:flex;gap:1rem;padding:1.35rem 1.5rem;border:1px solid var(--line);border-top:0}

body.page-leistungen .company-fact-icon{flex:0 0 38px;height:38px;display:flex;align-items:center;justify-content:center;color:var(--red);font-size:1.05rem}

body.page-leistungen .company-fact small{display:block;margin-bottom:.15rem;color:var(--muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.075em;font-weight:700}

body.page-leistungen .company-fact strong{display:block;color:var(--blue);font-size:.98rem;line-height:1.45}

body.page-leistungen .company-image-section{padding:0 0 5.6rem}

body.page-leistungen .company-image-wrap{position:relative;overflow:hidden;background:var(--light)}

body.page-leistungen .company-image-wrap img{width:100%;height:clamp(330px,43vw,560px);object-fit:cover;object-position:center 52%}

body.page-leistungen .company-image-caption{position:absolute;left:0;bottom:0;min-width:min(430px,85%);padding:1.15rem 1.4rem;background:rgba(24,62,103,.94);color:#fff}

body.page-leistungen .company-image-caption span{display:block;margin-bottom:.12rem;color:rgba(255,255,255,.68);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}

body.page-leistungen .company-image-caption strong{font-size:.95rem}

body.page-leistungen .company-work-section{padding:5.6rem 0;background:var(--light);border-top:1px solid #e8ebee;border-bottom:1px solid #e8ebee}

body.page-leistungen .company-work-grid{background:#fff;border:1px solid var(--line)}

body.page-leistungen .company-work-item{padding:2rem 2rem 2.15rem}

body.page-leistungen .company-work-item + .company-work-item{border-left:1px solid var(--line)}

body.page-leistungen .company-work-item i{margin-bottom:1.25rem;color:var(--red);font-size:1.45rem}

body.page-leistungen .company-work-item h3{margin-bottom:.7rem;color:var(--blue);font-size:1.08rem;font-weight:750}

body.page-leistungen .company-work-item p{margin:0;color:#626970;font-size:.94rem;line-height:1.68}

body.page-leistungen .management-section{padding:5.6rem 0}

body.page-leistungen .management-list{border-top:3px solid var(--blue)}

body.page-leistungen .management-person{display:grid;grid-template-columns:58px 1fr;align-items:center;min-height:76px;border-bottom:1px solid var(--line)}

body.page-leistungen .management-person span{color:var(--red);font-size:.78rem;font-weight:800;letter-spacing:.08em}

body.page-leistungen .management-person strong{color:var(--text);font-size:1.03rem;font-weight:700}

body.page-leistungen .company-contact-cta{position:relative;overflow:hidden;padding:4rem 0;background:var(--blue);color:#fff}

body.page-leistungen .company-contact-cta::after{content:"";position:absolute;right:-1rem;bottom:-2rem;width:250px;height:250px;background:var(--heads) center/contain no-repeat;opacity:.08;pointer-events:none}

body.page-leistungen .company-contact-cta .container-xl{position:relative;z-index:1}

body.page-leistungen .company-contact-cta h2{margin:.2rem 0 .65rem;font-size:clamp(1.7rem,3vw,2.4rem);font-weight:750;letter-spacing:-.025em}

body.page-leistungen .company-contact-cta p{max-width:700px;margin:0;color:rgba(255,255,255,.76)}

body.page-leistungen .cta-kicker{color:#fff;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.09em}

body.page-leistungen .btn-ws-light{display:inline-flex;align-items:center;gap:.55rem;padding:.78rem 1.05rem;border:1px solid rgba(255,255,255,.65);color:#fff;font-weight:700;font-size:.9rem}

body.page-leistungen .btn-ws-light:hover{background:#fff;color:var(--blue)}

@media (max-width:991.98px){body.page-leistungen .subhero{min-height:340px;background-position:center 50%}

body.page-leistungen .subhero::before{background:rgba(13,38,64,.66)}

body.page-leistungen .subhero .container-xl{padding-bottom:2.7rem}

body.page-leistungen .company-intro-section,
body.page-leistungen .company-work-section,
body.page-leistungen .management-section{padding:4.2rem 0}

body.page-leistungen .company-image-section{padding-bottom:4.2rem}

body.page-leistungen .company-work-item + .company-work-item{border-left:0;border-top:1px solid var(--line)}}

@media (max-width:575.98px){body.page-leistungen .subhero{min-height:310px}

body.page-leistungen .subhero h1{font-size:2.3rem}

body.page-leistungen .subhero p{font-size:1rem;line-height:1.6}

body.page-leistungen .company-fact{padding:1.15rem 1rem}

body.page-leistungen .company-image-caption{position:static;min-width:0}

body.page-leistungen .company-image-wrap img{height:280px}

body.page-leistungen .company-contact-cta{padding:3.2rem 0}}

body.page-leistungen .history-section{position:relative;overflow:hidden;padding:5.7rem 0 6rem;background:var(--blue);color:#fff;border-top:3px solid var(--red)}

body.page-leistungen .history-section::after{content:"";position:absolute;right:-4rem;top:50%;width:320px;height:310px;background:var(--heads) center/contain no-repeat;opacity:.045;transform:translateY(-50%);pointer-events:none}

body.page-leistungen .history-section .container-xl{position:relative;z-index:1}

body.page-leistungen .history-kicker{display:block;margin-bottom:.7rem;color:rgba(255,255,255,.62);font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em}

body.page-leistungen .history-section h2{margin:0;color:#fff;font-size:clamp(2rem,3vw,2.55rem);font-weight:750;letter-spacing:-.025em;line-height:1.15}

body.page-leistungen .history-intro{max-width:660px;margin:0;color:rgba(255,255,255,.74);font-size:1rem;line-height:1.75}

body.page-leistungen .history-track{position:relative;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin-top:3.5rem;padding-top:.2rem}

body.page-leistungen .history-line{position:absolute;left:10%;right:10%;top:7px;height:2px;background:rgba(255,255,255,.17);overflow:hidden}

body.page-leistungen .history-progress{display:block;width:0;height:100%;background:var(--red);transition:width 1.35s cubic-bezier(.22,.75,.2,1)}

body.page-leistungen .history-section.is-visible .history-progress{width:100%}

body.page-leistungen .history-item{position:relative;padding:0 1rem;text-align:center;opacity:0;transform:translateY(16px);transition:opacity .55s ease,transform .55s ease}

body.page-leistungen .history-section.is-visible .history-item{opacity:1;transform:none}

body.page-leistungen .history-section.is-visible .history-item:nth-child(3){transition-delay:.12s}

body.page-leistungen .history-section.is-visible .history-item:nth-child(4){transition-delay:.24s}

body.page-leistungen .history-section.is-visible .history-item:nth-child(5){transition-delay:.36s}

body.page-leistungen .history-section.is-visible .history-item:nth-child(6){transition-delay:.48s}

body.page-leistungen .history-section.is-visible .history-item:nth-child(7){transition-delay:.60s}

body.page-leistungen .history-dot{position:relative;z-index:2;width:14px;height:14px;margin:0 auto 1.5rem;border:3px solid var(--red);border-radius:50%;background:var(--blue);box-shadow:0 0 0 5px rgba(255,255,255,.06)}

body.page-leistungen .history-year{display:block;margin-bottom:.55rem;color:#fff;font-size:1.12rem;font-weight:800;letter-spacing:-.01em}

body.page-leistungen .history-item p{max-width:205px;margin:0 auto;color:rgba(255,255,255,.68);font-size:.9rem;line-height:1.6}

body.page-leistungen .management-list{border-top:3px solid var(--blue);background:#fff}

body.page-leistungen .management-person{display:grid;grid-template-columns:58px 1fr auto;gap:1rem;align-items:center;min-height:78px;border-bottom:1px solid var(--line)}

body.page-leistungen .management-person>span{color:var(--red);font-size:.75rem;font-weight:800;letter-spacing:.09em}

body.page-leistungen .management-person strong{color:var(--text);font-size:1.03rem;font-weight:700}

body.page-leistungen .management-person small{color:var(--muted);font-size:.76rem;text-transform:uppercase;letter-spacing:.06em;font-weight:700}

@media (max-width:991.98px){body.page-leistungen .history-section{padding:4.5rem 0 4.7rem}

body.page-leistungen .history-track{grid-template-columns:1fr;margin-top:2.8rem;padding-left:2.4rem;gap:0}

body.page-leistungen .history-line{left:6px;right:auto;top:7px;bottom:18px;width:2px;height:auto}

body.page-leistungen .history-progress{width:100%;height:0;transition:height 1.35s cubic-bezier(.22,.75,.2,1)}

body.page-leistungen .history-section.is-visible .history-progress{width:100%;height:100%}

body.page-leistungen .history-item{padding:0 0 2.2rem;text-align:left}

body.page-leistungen .history-dot{position:absolute;left:-2.4rem;top:0;margin:0}

body.page-leistungen .history-item p{max-width:600px;margin:0}

body.page-leistungen .history-section::after{right:-8rem;width:260px;height:250px}

body.page-leistungen .management-person{grid-template-columns:46px 1fr}

body.page-leistungen .management-person small{display:none}}

@media (prefers-reduced-motion:reduce){body.page-leistungen .history-progress,
body.page-leistungen .history-item{transition:none!important}

body.page-leistungen .history-progress{width:100%!important;height:100%!important}

body.page-leistungen .history-item{opacity:1!important;transform:none!important}}

body.page-leistungen .services-intro{padding:5.5rem 0 4.8rem}

body.page-leistungen .services-intro-copy{max-width:760px}

body.page-leistungen .services-intro-copy p{color:#5d656d;line-height:1.8;margin-bottom:1rem}

body.page-leistungen .services-contact-card{border-top:3px solid var(--red);background:#fff;box-shadow:0 14px 38px rgba(24,62,103,.08)}

body.page-leistungen .services-contact-row{display:grid;grid-template-columns:42px 1fr;gap:.85rem;align-items:center;padding:1.2rem 1.35rem;border:1px solid var(--line);border-top:0}

body.page-leistungen .services-contact-row i{color:var(--red);text-align:center;font-size:1rem}

body.page-leistungen .services-contact-row small{display:block;color:var(--muted);font-size:.71rem;font-weight:700;text-transform:uppercase;letter-spacing:.075em;margin-bottom:.1rem}

body.page-leistungen .services-contact-row strong,
body.page-leistungen .services-contact-row a{display:block;color:var(--blue);font-weight:700;font-size:.95rem;line-height:1.4}

body.page-leistungen .services-contact-row a:hover{color:var(--red)}

body.page-leistungen .service-jump{padding:0 0 5.2rem}

body.page-leistungen .service-jump-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);background:#fff}

body.page-leistungen .service-jump-item{position:relative;display:block;padding:1.45rem 1.35rem 1.5rem;border-right:1px solid var(--line);transition:background-color .18s ease}

body.page-leistungen .service-jump-item:last-child{border-right:0}

body.page-leistungen .service-jump-item::before{content:"";position:absolute;left:0;top:-1px;width:100%;height:3px;background:var(--blue);transform:scaleX(0);transform-origin:left;transition:transform .2s ease}

body.page-leistungen .service-jump-item:hover{background:#f8fafb}

body.page-leistungen .service-jump-item:hover::before{transform:scaleX(1)}

body.page-leistungen .service-jump-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;margin-bottom:.85rem;color:var(--red);font-size:1.05rem}

body.page-leistungen .service-jump-item span{display:block;margin-bottom:.25rem;color:var(--muted);font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}

body.page-leistungen .service-jump-item strong{display:block;color:var(--blue);font-size:1rem;line-height:1.35}

body.page-leistungen .service-details{border-top:1px solid #e8ebee}

body.page-leistungen .service-detail{padding:5.4rem 0;border-bottom:1px solid #e8ebee}

body.page-leistungen .service-detail:nth-child(even){background:var(--light)}

body.page-leistungen .service-detail-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.78fr);gap:5rem;align-items:start}

body.page-leistungen .service-detail:nth-child(even) .service-detail-inner{grid-template-columns:minmax(320px,.78fr) minmax(0,1fr)}

body.page-leistungen .service-detail:nth-child(even) .service-detail-copy{order:2}

body.page-leistungen .service-detail:nth-child(even) .service-detail-side{order:1}

body.page-leistungen .service-eyebrow{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;color:var(--red);font-size:.74rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}

body.page-leistungen .service-eyebrow::before{content:"";width:30px;height:2px;background:var(--red)}

body.page-leistungen .service-detail h2{margin:0 0 1rem;color:var(--blue);font-size:clamp(1.9rem,2.7vw,2.35rem);font-weight:750;letter-spacing:-.02em}

body.page-leistungen .service-detail-copy>p{max-width:730px;color:#5d656d;line-height:1.8;margin-bottom:1.25rem}

body.page-leistungen .service-points{margin:1.5rem 0 0;padding:0;list-style:none;border-top:1px solid var(--line)}

body.page-leistungen .service-points li{display:grid;grid-template-columns:24px 1fr;gap:.7rem;padding:.82rem 0;border-bottom:1px solid var(--line);color:#515960;line-height:1.55}

body.page-leistungen .service-points i{color:var(--red);font-size:.74rem;margin-top:.35rem}

body.page-leistungen .service-detail-side{position:relative;min-height:285px;background:var(--blue);color:#fff;padding:2rem;overflow:hidden}

body.page-leistungen .service-detail-side::after{content:"";position:absolute;right:-2.5rem;bottom:-3rem;width:190px;height:190px;background:var(--heads) center/contain no-repeat;opacity:.08;pointer-events:none}

body.page-leistungen .service-side-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;margin-bottom:3.5rem;border:1px solid rgba(255,255,255,.26);color:#fff;font-size:1.25rem}

body.page-leistungen .service-detail-side small{position:relative;z-index:1;display:block;margin-bottom:.35rem;color:rgba(255,255,255,.62);font-size:.71rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}

body.page-leistungen .service-detail-side strong{position:relative;z-index:1;display:block;max-width:300px;font-size:1.12rem;line-height:1.48;font-weight:650}

body.page-leistungen .service-detail-side.light{background:#fff;color:var(--text);border:1px solid var(--line)}

body.page-leistungen .service-detail-side.light::after{display:none}

body.page-leistungen .service-detail-side.light .service-side-icon{border-color:rgba(24,62,103,.16);color:var(--red);background:#f7f8f9}

body.page-leistungen .service-detail-side.light small{color:var(--muted)}

body.page-leistungen .service-detail-side.light strong{color:var(--blue)}

body.page-leistungen .service-photo-panel{padding:0;background:var(--blue);background-image:linear-gradient(0deg,rgba(15,43,72,.12),rgba(15,43,72,.12)),var(--hero-image);background-size:cover;background-position:center 54%;min-height:320px}

body.page-leistungen .service-photo-panel::after{display:none}

body.page-leistungen .service-photo-caption{position:absolute;left:0;right:0;bottom:0;padding:1rem 1.25rem;background:rgba(24,62,103,.92)}

body.page-leistungen .service-photo-caption small{color:rgba(255,255,255,.65)}

body.page-leistungen .service-photo-caption strong{color:#fff;font-size:.94rem}

body.page-leistungen .workflow-section{position:relative;overflow:hidden;padding:5.7rem 0;background:var(--blue);color:#fff;border-top:3px solid var(--red)}

body.page-leistungen .workflow-section::after{content:"";position:absolute;right:-2rem;bottom:-4rem;width:300px;height:300px;background:var(--heads) center/contain no-repeat;opacity:.055;pointer-events:none}

body.page-leistungen .workflow-section .container-xl{position:relative;z-index:1}

body.page-leistungen .workflow-section .section-rule{background:var(--red)}

body.page-leistungen .workflow-section .section-heading{color:#fff}

body.page-leistungen .workflow-section .section-lead{color:rgba(255,255,255,.72)}

body.page-leistungen .workflow{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:3.2rem;padding-top:28px}

body.page-leistungen .workflow-track,
body.page-leistungen .workflow-progress{position:absolute;left:6%;right:6%;top:8px;height:2px}

body.page-leistungen .workflow-track{background:rgba(255,255,255,.18)}

body.page-leistungen .workflow-progress{right:auto;width:88%;background:var(--red);transform:scaleX(0);transform-origin:left;transition:transform 1.15s cubic-bezier(.2,.75,.25,1)}

body.page-leistungen .workflow-section.is-visible .workflow-progress{transform:scaleX(1)}

body.page-leistungen .workflow-step{position:relative;padding:1rem 2rem 0 0;opacity:.25;transform:translateY(10px);transition:opacity .5s ease,transform .5s ease}

body.page-leistungen .workflow-section.is-visible .workflow-step{opacity:1;transform:none}

body.page-leistungen .workflow-section.is-visible .workflow-step:nth-child(3){transition-delay:.12s}

body.page-leistungen .workflow-section.is-visible .workflow-step:nth-child(4){transition-delay:.24s}

body.page-leistungen .workflow-section.is-visible .workflow-step:nth-child(5){transition-delay:.36s}

body.page-leistungen .workflow-step::before{content:"";position:absolute;top:-26px;left:0;width:14px;height:14px;background:var(--blue);border:3px solid rgba(255,255,255,.62);border-radius:50%;transition:border-color .3s ease,background .3s ease}

body.page-leistungen .workflow-section.is-visible .workflow-step::before{border-color:var(--red);background:var(--red)}

body.page-leistungen .workflow-step span{display:block;margin-bottom:.55rem;color:var(--red);font-size:.72rem;font-weight:800;letter-spacing:.09em}

body.page-leistungen .workflow-step h3{margin:0 0 .45rem;color:#fff;font-size:1.03rem;font-weight:700}

body.page-leistungen .workflow-step p{margin:0;max-width:245px;color:rgba(255,255,255,.67);font-size:.9rem;line-height:1.6}

body.page-leistungen .services-cta{padding:4.7rem 0;background:#fff}

body.page-leistungen .services-cta-box{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2.1rem 2.3rem;border-left:4px solid var(--red);background:var(--light)}

body.page-leistungen .services-cta-box h2{margin:0 0 .4rem;color:var(--blue);font-size:clamp(1.55rem,2.6vw,2rem);font-weight:750;letter-spacing:-.02em}

body.page-leistungen .services-cta-box p{margin:0;color:#606870}

body.page-leistungen .btn-outline-blue{display:inline-flex;align-items:center;gap:.55rem;padding:.72rem 1.05rem;border:1px solid var(--blue);border-radius:2px;color:var(--blue);font-size:.91rem;font-weight:700;line-height:1.2;transition:background-color .18s ease,color .18s ease,border-color .18s ease}

body.page-leistungen .btn-outline-blue:hover{background:var(--blue);border-color:var(--blue);color:#fff}

@media (max-width:991.98px){body.page-leistungen .services-intro{padding:4.3rem 0 3.8rem}

body.page-leistungen .service-jump{padding-bottom:4.2rem}

body.page-leistungen .service-jump-grid{grid-template-columns:repeat(2,1fr)}

body.page-leistungen .service-jump-item:nth-child(2){border-right:0}

body.page-leistungen .service-jump-item:nth-child(-n/**/+2){border-bottom:1px solid var(--line)}

body.page-leistungen .service-detail{padding:4.3rem 0}

body.page-leistungen .service-detail-inner,
body.page-leistungen .service-detail:nth-child(even) .service-detail-inner{grid-template-columns:1fr;gap:2.5rem}

body.page-leistungen .service-detail:nth-child(even) .service-detail-copy,
body.page-leistungen .service-detail:nth-child(even) .service-detail-side{order:initial}

body.page-leistungen .service-detail-side{min-height:245px}

body.page-leistungen .workflow{grid-template-columns:1fr;gap:0;padding:0 0 0 32px;margin-top:2.5rem}

body.page-leistungen .workflow-track,
body.page-leistungen .workflow-progress{top:4px;bottom:14px;left:6px;right:auto;width:2px;height:auto}

body.page-leistungen .workflow-progress{transform:scaleY(0);transform-origin:top}

body.page-leistungen .workflow-section.is-visible .workflow-progress{transform:scaleY(1)}

body.page-leistungen .workflow-step{padding:0 0 2.1rem 1.2rem}

body.page-leistungen .workflow-step:last-child{padding-bottom:0}

body.page-leistungen .workflow-step::before{top:1px;left:-32px}

body.page-leistungen .services-cta-box{align-items:flex-start;flex-direction:column}}

@media (max-width:575.98px){body.page-leistungen .services-intro{padding:3.6rem 0 3.2rem}

body.page-leistungen .service-jump{padding-bottom:3.6rem}

body.page-leistungen .service-jump-grid{grid-template-columns:1fr}

body.page-leistungen .service-jump-item{border-right:0;border-bottom:1px solid var(--line)!important;padding:1.2rem 1.15rem}

body.page-leistungen .service-jump-item:last-child{border-bottom:0!important}

body.page-leistungen .service-jump-icon{margin-bottom:.55rem}

body.page-leistungen .service-detail{padding:3.65rem 0}

body.page-leistungen .service-detail-inner{gap:2rem}

body.page-leistungen .service-detail-side{min-height:220px;padding:1.5rem}

body.page-leistungen .service-side-icon{margin-bottom:2.75rem}

body.page-leistungen .service-photo-panel{min-height:250px}

body.page-leistungen .workflow-section{padding:4.2rem 0}

body.page-leistungen .services-cta{padding:3.6rem 0}

body.page-leistungen .services-cta-box{padding:1.65rem 1.45rem}}

body.page-leistungen .prag-intro{padding:5rem 0 3.5rem}

body.page-leistungen .prag-intro .section-heading{max-width:760px}

body.page-leistungen .prag-intro p{max-width:780px;margin:0;color:#5c646b;line-height:1.8}

body.page-leistungen .prag-services{padding:0 0 5.5rem}

body.page-leistungen .prag-service-list{border-top:1px solid var(--line)}

body.page-leistungen .prag-service{display:grid;grid-template-columns:72px minmax(0,1fr) minmax(250px,.48fr);gap:2rem;align-items:start;padding:2.15rem 0;border-bottom:1px solid var(--line)}

body.page-leistungen .prag-service-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:#f5f7f9;color:var(--red);font-size:1.15rem}

body.page-leistungen .prag-service h2{margin:0 0 .55rem;color:var(--blue);font-size:1.35rem;font-weight:750;letter-spacing:-.01em}

body.page-leistungen .prag-service p{max-width:720px;margin:0;color:#5d656d;line-height:1.72}

body.page-leistungen .prag-service ul{list-style:none;padding:0;margin:0}

body.page-leistungen .prag-service li{position:relative;padding:.38rem 0 .38rem 1.15rem;color:#525a61;font-size:.93rem;line-height:1.5}

body.page-leistungen .prag-service li::before{content:"";position:absolute;left:0;top:.92rem;width:5px;height:5px;background:var(--red)}

body.page-leistungen .prag-note{padding:4.5rem 0;background:var(--light);border-top:1px solid #e7eaed;border-bottom:1px solid #e7eaed}

body.page-leistungen .prag-note-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.55fr);gap:4rem;align-items:center}

body.page-leistungen .prag-note h2{margin:0 0 .9rem;color:var(--blue);font-size:1.8rem;font-weight:750;letter-spacing:-.02em}

body.page-leistungen .prag-note p{max-width:760px;margin:0;color:#5d656d;line-height:1.75}

body.page-leistungen .prag-note-contact{border-left:3px solid var(--red);padding-left:1.4rem}

body.page-leistungen .prag-note-contact small{display:block;margin-bottom:.3rem;color:var(--muted);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}

body.page-leistungen .prag-note-contact a{display:block;color:var(--blue);font-weight:800;font-size:1.05rem;margin:.18rem 0}

body.page-leistungen .prag-note-contact a:hover{color:var(--red)}

@media (max-width:991.98px){body.page-leistungen .prag-intro{padding:4rem 0 3rem}

body.page-leistungen .prag-service{grid-template-columns:60px 1fr;gap:1.35rem 1.5rem}

body.page-leistungen .prag-service ul{grid-column:2}

body.page-leistungen .prag-note-inner{grid-template-columns:1fr;gap:2rem}}

@media (max-width:575.98px){body.page-leistungen .prag-intro{padding:3.25rem 0 2.5rem}

body.page-leistungen .prag-services{padding-bottom:4rem}

body.page-leistungen .prag-service{grid-template-columns:44px 1fr;gap:1rem;padding:1.65rem 0}

body.page-leistungen .prag-service-icon{width:40px;height:40px;font-size:.95rem}

body.page-leistungen .prag-service h2{font-size:1.2rem}

body.page-leistungen .prag-service ul{grid-column:1/-1;padding-left:44px}

body.page-leistungen .prag-note{padding:3.5rem 0}}

/* =========================================================
   KONTAKT
   ========================================================= */

body.page-kontakt{font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}

body.page-kontakt a{color:inherit;text-decoration:none}

body.page-kontakt img{display:block;max-width:100%}

body.page-kontakt .topbar{background:var(--blue);color:rgba(255,255,255,.9);font-size:.83rem;padding:.46rem 0}

body.page-kontakt .topbar a:hover{color:#fff;text-decoration:underline}

body.page-kontakt .topbar i{margin-right:.42rem;opacity:.82}

body.page-kontakt .site-header{background:#fff;border-bottom:1px solid rgba(24,62,103,.13);box-shadow:0 2px 10px rgba(24,62,103,.035)}

body.page-kontakt .navbar{min-height:84px;padding:.6rem 0}

body.page-kontakt .navbar-brand{padding:0}

body.page-kontakt .navbar-brand img{width:205px;height:auto}

body.page-kontakt .desktop-nav{gap:.1rem}

body.page-kontakt .desktop-nav .nav-link{position:relative;font-size:.95rem;font-weight:600;color:#31363b;padding:.75rem .95rem!important}

body.page-kontakt .desktop-nav .nav-link::after{content:"";position:absolute;left:.95rem;right:.95rem;bottom:.45rem;height:2px;background:var(--red);transform:scaleX(0);transform-origin:left;transition:transform .18s ease}

body.page-kontakt .desktop-nav .nav-link:hover{color:var(--blue)}

body.page-kontakt .desktop-nav .nav-link:hover::after{transform:scaleX(1)}

body.page-kontakt .btn-ws{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;border:1px solid var(--red);border-radius:2px;background:var(--red);color:#fff;padding:.73rem 1.05rem;font-size:.92rem;font-weight:700;line-height:1.2;transition:background .18s ease,border-color .18s ease}

body.page-kontakt .btn-ws:hover{background:#97252a;border-color:#97252a;color:#fff}

body.page-kontakt .btn-ws-outline{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;border:1px solid rgba(255,255,255,.82);border-radius:2px;color:#fff;padding:.73rem 1.05rem;font-size:.92rem;font-weight:700;line-height:1.2}

body.page-kontakt .btn-ws-outline:hover{background:#fff;color:var(--blue)}

body.page-kontakt .menu-button{width:44px;height:42px;border:1px solid rgba(24,62,103,.2);border-radius:2px;background:#fff;color:var(--blue);display:inline-flex;align-items:center;justify-content:center;font-size:1.15rem}

body.page-kontakt .menu-button:focus{box-shadow:none}

body.page-kontakt .offcanvas-ws{width:min(360px,88vw)!important;border-left:0!important}

body.page-kontakt .offcanvas-ws .offcanvas-header{padding:1rem 1.25rem;border-top:3px solid var(--red);border-bottom:1px solid var(--line)}

body.page-kontakt .offcanvas-ws .offcanvas-title img{width:175px;height:auto}

body.page-kontakt .offcanvas-ws .btn-close{box-shadow:none}

body.page-kontakt .offcanvas-ws .offcanvas-body{display:flex;flex-direction:column;padding:1rem 1.25rem 1.5rem}

body.page-kontakt .offcanvas-ws .nav-link{padding:.95rem 0!important;border-bottom:1px solid #eceff1;color:#30353a;font-weight:600}

body.page-kontakt .offcanvas-ws .nav-link:hover{color:var(--red)}

body.page-kontakt .mobile-contact{margin-top:auto;padding-top:1.5rem}

body.page-kontakt .mobile-contact .btn-ws{width:100%}

body.page-kontakt .mobile-contact-info{margin-top:1.15rem;padding-top:1.05rem;border-top:1px solid var(--line);color:var(--muted);font-size:.9rem}

body.page-kontakt .mobile-contact-info p{display:flex;gap:.65rem;align-items:flex-start;margin:0 0 .75rem}

body.page-kontakt .mobile-contact-info i{width:18px;color:var(--red);margin-top:.25rem;text-align:center}

body.page-kontakt .mobile-contact-info a{color:var(--blue);font-weight:700;overflow-wrap:anywhere}

body.page-kontakt .hero{position:relative;min-height:545px;display:flex;align-items:center;overflow:hidden;background-image:url("../../files/theme/img/betriebsgelaende-hero.jpg");background-size:cover;background-position:center 56%}

body.page-kontakt .hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(18,48,80,.91) 0%,rgba(18,48,80,.75) 39%,rgba(18,48,80,.30) 68%,rgba(18,48,80,.03) 100%)}

body.page-kontakt .hero::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:3px;background:var(--red)}

body.page-kontakt .hero .container-xl{position:relative;z-index:1}

body.page-kontakt .hero-copy{max-width:650px;padding:5.15rem 0;color:#fff}

body.page-kontakt .hero-kicker{display:flex;align-items:center;gap:.7rem;font-size:.82rem;font-weight:700;letter-spacing:.075em;text-transform:uppercase;margin-bottom:1rem;color:rgba(255,255,255,.82)}

body.page-kontakt .hero-kicker::before{content:"";width:30px;height:2px;background:var(--red);flex:0 0 30px}

body.page-kontakt .hero h1{max-width:620px;font-size:clamp(2.4rem,4.6vw,4.05rem);line-height:1.06;font-weight:700;letter-spacing:-.025em;margin:0 0 1.05rem}

body.page-kontakt .hero p{max-width:590px;font-size:1.07rem;line-height:1.68;color:rgba(255,255,255,.9);margin:0 0 1.7rem}

body.page-kontakt .contact-strip{background:#fff;border-bottom:1px solid var(--line)}

body.page-kontakt .contact-item{display:flex;align-items:center;gap:.95rem;padding:1.18rem 0;min-height:80px}

body.page-kontakt .contact-item + .contact-item{border-left:1px solid var(--line);padding-left:1.8rem}

body.page-kontakt .contact-icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center;flex:0 0 38px;background:#f3f6f9;border:1px solid rgba(24,62,103,.11);border-radius:2px;color:var(--blue);font-size:1rem}

body.page-kontakt .contact-copy{min-width:0}

body.page-kontakt .contact-copy small{display:block;color:var(--muted);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.055em;margin-bottom:.04rem}

body.page-kontakt .contact-copy strong{display:block;color:var(--blue);font-size:.94rem;line-height:1.35;overflow-wrap:anywhere}

body.page-kontakt .contact-copy a:hover{color:var(--red)}

body.page-kontakt section.content-section{padding:5.25rem 0}

body.page-kontakt .section-rule{width:44px;height:3px;background:var(--red);margin-bottom:1rem}

body.page-kontakt .section-heading{font-size:clamp(1.9rem,2.7vw,2.25rem);line-height:1.18;font-weight:700;letter-spacing:-.015em;color:var(--blue);margin:0 0 1rem}

body.page-kontakt .section-lead{color:#555d65;max-width:760px;margin:0;font-size:1rem;line-height:1.72}

body.page-kontakt .company-copy p{max-width:720px;color:#555d65;line-height:1.78;margin-bottom:1rem}

body.page-kontakt .company-photo{width:100%;height:330px;object-fit:cover;border:1px solid rgba(24,62,103,.14);border-radius:2px;box-shadow:0 13px 28px rgba(24,62,103,.08)}

body.page-kontakt .services{background:var(--light);border-top:1px solid #e9ecef;border-bottom:1px solid #e9ecef}

body.page-kontakt .service-card{height:100%;background:#fff;border:1px solid rgba(24,62,103,.13);border-top:3px solid var(--blue);border-radius:2px;padding:1.55rem;box-shadow:0 8px 22px rgba(24,62,103,.035)}

body.page-kontakt .service-head{display:flex;align-items:center;gap:.85rem;margin-bottom:.8rem}

body.page-kontakt .service-icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center;flex:0 0 38px;background:#f4f6f8;border:1px solid rgba(24,62,103,.10);border-radius:2px;color:var(--red);font-size:1.05rem}

body.page-kontakt .service-card h3{font-size:1.08rem;font-weight:700;color:var(--blue);margin:0}

body.page-kontakt .service-card p{font-size:.94rem;color:#626970;line-height:1.65;margin:0}

body.page-kontakt .process-list{margin:0;padding:0;list-style:none;border-top:1px solid var(--line)}

body.page-kontakt .process-list li{display:grid;grid-template-columns:38px 1fr;gap:.9rem;align-items:start;padding:1.05rem 0;border-bottom:1px solid var(--line)}

body.page-kontakt .process-list i{width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:#faf7f7;border:1px solid rgba(181,45,50,.13);border-radius:2px;color:var(--red);font-size:.9rem;margin-top:.05rem}

body.page-kontakt .process-list strong{display:block;color:var(--blue);font-weight:700;margin-bottom:.1rem}

body.page-kontakt .process-list span{color:#626970;font-size:.94rem;line-height:1.58}

body.page-kontakt .contact-section{background:var(--blue);color:#fff;border-top:3px solid var(--red)}

body.page-kontakt .contact-section .section-heading{color:#fff}

body.page-kontakt .contact-section .section-rule{background:rgba(255,255,255,.75)}

body.page-kontakt .contact-section .section-lead{color:rgba(255,255,255,.8)}

body.page-kontakt .contact-box{background:#fff;color:var(--text);padding:1.9rem 2rem;border-radius:2px;box-shadow:0 16px 32px rgba(0,0,0,.12)}

body.page-kontakt .contact-box h3{font-size:1.15rem;font-weight:700;color:var(--blue);margin:0 0 1rem;padding-bottom:.8rem;border-bottom:2px solid var(--red)}

body.page-kontakt .contact-row{display:grid;grid-template-columns:26px 1fr;gap:.75rem;padding:.72rem 0;border-bottom:1px solid #eceff1}

body.page-kontakt .contact-row:last-child{border-bottom:0}

body.page-kontakt .contact-row i{color:var(--red);margin-top:.27rem;text-align:center}

body.page-kontakt .contact-row small{display:block;color:var(--muted);font-size:.71rem;font-weight:700;text-transform:uppercase;letter-spacing:.045em}

body.page-kontakt .contact-row a{color:var(--blue);font-weight:700;overflow-wrap:anywhere}

body.page-kontakt .contact-row a:hover{color:var(--red)}

body.page-kontakt footer{position:relative;overflow:hidden;background:var(--blue);color:rgba(255,255,255,.75);padding:3rem 0 1.3rem;font-size:.9rem;border-top:1px solid rgba(255,255,255,.08)}

body.page-kontakt footer::after{content:"";position:absolute;right:2.5rem;bottom:-2.15rem;width:260px;height:250px;background:var(--heads) center/contain no-repeat;opacity:.10;pointer-events:none}

body.page-kontakt footer .container-xl{position:relative;z-index:1}

body.page-kontakt .footer-logo{width:180px;filter:brightness(0) invert(1);margin-bottom:1rem}

body.page-kontakt footer h4{font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.065em;color:#fff;margin-bottom:.85rem}

body.page-kontakt .footer-links{list-style:none;margin:0;padding:0}

body.page-kontakt .footer-links li{margin:.38rem 0}

body.page-kontakt footer a:hover{color:#fff;text-decoration:underline}

body.page-kontakt .footer-bottom{margin-top:2.15rem;padding-top:1.2rem;border-top:1px solid rgba(255,255,255,.16);font-size:.8rem;color:rgba(255,255,255,.62)}

@media (max-width:991.98px){body.page-kontakt .navbar-brand img{width:180px}

body.page-kontakt .hero{min-height:475px;background-position:center 53%}

body.page-kontakt .hero::before{background:rgba(18,48,80,.69)}

body.page-kontakt .hero-copy{max-width:620px;padding:4.15rem 0}

body.page-kontakt .contact-item + .contact-item{border-left:0;padding-left:0}

body.page-kontakt .contact-item{border-bottom:1px solid var(--line)}

body.page-kontakt .contact-item:last-child{border-bottom:0}

body.page-kontakt section.content-section{padding:4.25rem 0}

body.page-kontakt footer::after{right:-2rem;width:210px;height:205px}}

@media (max-width:575.98px){body.page-kontakt .topbar .topbar-address,
body.page-kontakt .topbar .topbar-mail{display:none}

body.page-kontakt .topbar .container-xl{justify-content:flex-end!important}

body.page-kontakt .navbar{min-height:72px}

body.page-kontakt .navbar-brand img{width:165px}

body.page-kontakt .hero{min-height:435px;background-position:58% 52%}

body.page-kontakt .hero-copy{padding:3.35rem 0}

body.page-kontakt .hero-kicker{font-size:.72rem;letter-spacing:.06em}

body.page-kontakt .hero-kicker::before{width:24px;flex-basis:24px}

body.page-kontakt .hero h1{font-size:2.3rem}

body.page-kontakt .hero p{font-size:1rem;line-height:1.62}

body.page-kontakt .contact-item{min-height:72px;padding:1rem 0}

body.page-kontakt .section-heading{font-size:1.75rem}

body.page-kontakt section.content-section{padding:3.6rem 0}

body.page-kontakt .company-photo{height:250px}

body.page-kontakt .contact-box{padding:1.65rem 1.45rem}

body.page-kontakt footer{padding-top:2.7rem}

body.page-kontakt footer::after{right:-3rem;bottom:-1rem;width:180px;height:175px;opacity:.08}}

body.page-kontakt .navbar .nav-link.active{color:var(--blue)}

body.page-kontakt .navbar .nav-link.active::after{width:calc(100% - 1.8rem);background:var(--red)}

body.page-kontakt .offcanvas-ws .nav-link.active{color:var(--red)}

body.page-kontakt .subhero{position:relative;min-height:390px;display:flex;align-items:flex-end;overflow:hidden;background-image:var(--hero-image);background-size:cover;background-position:center 54%;color:#fff}

body.page-kontakt .subhero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(13,38,64,.88) 0%,rgba(13,38,64,.67) 48%,rgba(13,38,64,.18) 100%)}

body.page-kontakt .subhero::after{content:"";position:absolute;left:0;right:0;bottom:0;height:4px;background:var(--red)}

body.page-kontakt .subhero .container-xl{position:relative;z-index:1;padding-bottom:3.3rem}

body.page-kontakt .subhero-copy{max-width:750px}

body.page-kontakt .subhero h1{margin:0 0 .9rem;font-size:clamp(2.45rem,4.8vw,4.25rem);line-height:1.05;font-weight:750;letter-spacing:-.035em}

body.page-kontakt .subhero p{max-width:700px;margin:0;color:rgba(255,255,255,.88);font-size:1.08rem;line-height:1.7}

body.page-kontakt .breadcrumb-ws{display:flex;gap:.55rem;align-items:center;margin-bottom:1.35rem;font-size:.84rem;color:rgba(255,255,255,.7)}

body.page-kontakt .breadcrumb-ws a{color:#fff}

body.page-kontakt .breadcrumb-ws a:hover{text-decoration:underline}

body.page-kontakt .company-intro-section{padding:5.6rem 0 4.8rem}

body.page-kontakt .company-lead{font-size:1.1rem;line-height:1.8;color:#4b535b}

body.page-kontakt .company-intro-section p:not(.company-lead){color:#626970;line-height:1.8}

body.page-kontakt .company-facts{border-top:3px solid var(--red);background:#fff;box-shadow:0 14px 38px rgba(24,62,103,.08)}

body.page-kontakt .company-fact{display:flex;gap:1rem;padding:1.35rem 1.5rem;border:1px solid var(--line);border-top:0}

body.page-kontakt .company-fact-icon{flex:0 0 38px;height:38px;display:flex;align-items:center;justify-content:center;color:var(--red);font-size:1.05rem}

body.page-kontakt .company-fact small{display:block;margin-bottom:.15rem;color:var(--muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.075em;font-weight:700}

body.page-kontakt .company-fact strong{display:block;color:var(--blue);font-size:.98rem;line-height:1.45}

body.page-kontakt .company-image-section{padding:0 0 5.6rem}

body.page-kontakt .company-image-wrap{position:relative;overflow:hidden;background:var(--light)}

body.page-kontakt .company-image-wrap img{width:100%;height:clamp(330px,43vw,560px);object-fit:cover;object-position:center 52%}

body.page-kontakt .company-image-caption{position:absolute;left:0;bottom:0;min-width:min(430px,85%);padding:1.15rem 1.4rem;background:rgba(24,62,103,.94);color:#fff}

body.page-kontakt .company-image-caption span{display:block;margin-bottom:.12rem;color:rgba(255,255,255,.68);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}

body.page-kontakt .company-image-caption strong{font-size:.95rem}

body.page-kontakt .company-work-section{padding:5.6rem 0;background:var(--light);border-top:1px solid #e8ebee;border-bottom:1px solid #e8ebee}

body.page-kontakt .company-work-grid{background:#fff;border:1px solid var(--line)}

body.page-kontakt .company-work-item{padding:2rem 2rem 2.15rem}

body.page-kontakt .company-work-item + .company-work-item{border-left:1px solid var(--line)}

body.page-kontakt .company-work-item i{margin-bottom:1.25rem;color:var(--red);font-size:1.45rem}

body.page-kontakt .company-work-item h3{margin-bottom:.7rem;color:var(--blue);font-size:1.08rem;font-weight:750}

body.page-kontakt .company-work-item p{margin:0;color:#626970;font-size:.94rem;line-height:1.68}

body.page-kontakt .management-section{padding:5.6rem 0}

body.page-kontakt .management-list{border-top:3px solid var(--blue)}

body.page-kontakt .management-person{display:grid;grid-template-columns:58px 1fr;align-items:center;min-height:76px;border-bottom:1px solid var(--line)}

body.page-kontakt .management-person span{color:var(--red);font-size:.78rem;font-weight:800;letter-spacing:.08em}

body.page-kontakt .management-person strong{color:var(--text);font-size:1.03rem;font-weight:700}

body.page-kontakt .company-contact-cta{position:relative;overflow:hidden;padding:4rem 0;background:var(--blue);color:#fff}

body.page-kontakt .company-contact-cta::after{content:"";position:absolute;right:-1rem;bottom:-2rem;width:250px;height:250px;background:var(--heads) center/contain no-repeat;opacity:.08;pointer-events:none}

body.page-kontakt .company-contact-cta .container-xl{position:relative;z-index:1}

body.page-kontakt .company-contact-cta h2{margin:.2rem 0 .65rem;font-size:clamp(1.7rem,3vw,2.4rem);font-weight:750;letter-spacing:-.025em}

body.page-kontakt .company-contact-cta p{max-width:700px;margin:0;color:rgba(255,255,255,.76)}

body.page-kontakt .cta-kicker{color:#fff;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.09em}

body.page-kontakt .btn-ws-light{display:inline-flex;align-items:center;gap:.55rem;padding:.78rem 1.05rem;border:1px solid rgba(255,255,255,.65);color:#fff;font-weight:700;font-size:.9rem}

body.page-kontakt .btn-ws-light:hover{background:#fff;color:var(--blue)}

@media (max-width:991.98px){body.page-kontakt .subhero{min-height:340px;background-position:center 50%}

body.page-kontakt .subhero::before{background:rgba(13,38,64,.66)}

body.page-kontakt .subhero .container-xl{padding-bottom:2.7rem}

body.page-kontakt .company-intro-section,
body.page-kontakt .company-work-section,
body.page-kontakt .management-section{padding:4.2rem 0}

body.page-kontakt .company-image-section{padding-bottom:4.2rem}

body.page-kontakt .company-work-item + .company-work-item{border-left:0;border-top:1px solid var(--line)}}

@media (max-width:575.98px){body.page-kontakt .subhero{min-height:310px}

body.page-kontakt .subhero h1{font-size:2.3rem}

body.page-kontakt .subhero p{font-size:1rem;line-height:1.6}

body.page-kontakt .company-fact{padding:1.15rem 1rem}

body.page-kontakt .company-image-caption{position:static;min-width:0}

body.page-kontakt .company-image-wrap img{height:280px}

body.page-kontakt .company-contact-cta{padding:3.2rem 0}}

body.page-kontakt .history-section{position:relative;overflow:hidden;padding:5.7rem 0 6rem;background:var(--blue);color:#fff;border-top:3px solid var(--red)}

body.page-kontakt .history-section::after{content:"";position:absolute;right:-4rem;top:50%;width:320px;height:310px;background:var(--heads) center/contain no-repeat;opacity:.045;transform:translateY(-50%);pointer-events:none}

body.page-kontakt .history-section .container-xl{position:relative;z-index:1}

body.page-kontakt .history-kicker{display:block;margin-bottom:.7rem;color:rgba(255,255,255,.62);font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em}

body.page-kontakt .history-section h2{margin:0;color:#fff;font-size:clamp(2rem,3vw,2.55rem);font-weight:750;letter-spacing:-.025em;line-height:1.15}

body.page-kontakt .history-intro{max-width:660px;margin:0;color:rgba(255,255,255,.74);font-size:1rem;line-height:1.75}

body.page-kontakt .history-track{position:relative;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin-top:3.5rem;padding-top:.2rem}

body.page-kontakt .history-line{position:absolute;left:10%;right:10%;top:7px;height:2px;background:rgba(255,255,255,.17);overflow:hidden}

body.page-kontakt .history-progress{display:block;width:0;height:100%;background:var(--red);transition:width 1.35s cubic-bezier(.22,.75,.2,1)}

body.page-kontakt .history-section.is-visible .history-progress{width:100%}

body.page-kontakt .history-item{position:relative;padding:0 1rem;text-align:center;opacity:0;transform:translateY(16px);transition:opacity .55s ease,transform .55s ease}

body.page-kontakt .history-section.is-visible .history-item{opacity:1;transform:none}

body.page-kontakt .history-section.is-visible .history-item:nth-child(3){transition-delay:.12s}

body.page-kontakt .history-section.is-visible .history-item:nth-child(4){transition-delay:.24s}

body.page-kontakt .history-section.is-visible .history-item:nth-child(5){transition-delay:.36s}

body.page-kontakt .history-section.is-visible .history-item:nth-child(6){transition-delay:.48s}

body.page-kontakt .history-section.is-visible .history-item:nth-child(7){transition-delay:.60s}

body.page-kontakt .history-dot{position:relative;z-index:2;width:14px;height:14px;margin:0 auto 1.5rem;border:3px solid var(--red);border-radius:50%;background:var(--blue);box-shadow:0 0 0 5px rgba(255,255,255,.06)}

body.page-kontakt .history-year{display:block;margin-bottom:.55rem;color:#fff;font-size:1.12rem;font-weight:800;letter-spacing:-.01em}

body.page-kontakt .history-item p{max-width:205px;margin:0 auto;color:rgba(255,255,255,.68);font-size:.9rem;line-height:1.6}

body.page-kontakt .management-list{border-top:3px solid var(--blue);background:#fff}

body.page-kontakt .management-person{display:grid;grid-template-columns:58px 1fr auto;gap:1rem;align-items:center;min-height:78px;border-bottom:1px solid var(--line)}

body.page-kontakt .management-person>span{color:var(--red);font-size:.75rem;font-weight:800;letter-spacing:.09em}

body.page-kontakt .management-person strong{color:var(--text);font-size:1.03rem;font-weight:700}

body.page-kontakt .management-person small{color:var(--muted);font-size:.76rem;text-transform:uppercase;letter-spacing:.06em;font-weight:700}

@media (max-width:991.98px){body.page-kontakt .history-section{padding:4.5rem 0 4.7rem}

body.page-kontakt .history-track{grid-template-columns:1fr;margin-top:2.8rem;padding-left:2.4rem;gap:0}

body.page-kontakt .history-line{left:6px;right:auto;top:7px;bottom:18px;width:2px;height:auto}

body.page-kontakt .history-progress{width:100%;height:0;transition:height 1.35s cubic-bezier(.22,.75,.2,1)}

body.page-kontakt .history-section.is-visible .history-progress{width:100%;height:100%}

body.page-kontakt .history-item{padding:0 0 2.2rem;text-align:left}

body.page-kontakt .history-dot{position:absolute;left:-2.4rem;top:0;margin:0}

body.page-kontakt .history-item p{max-width:600px;margin:0}

body.page-kontakt .history-section::after{right:-8rem;width:260px;height:250px}

body.page-kontakt .management-person{grid-template-columns:46px 1fr}

body.page-kontakt .management-person small{display:none}}

@media (prefers-reduced-motion:reduce){body.page-kontakt .history-progress,
body.page-kontakt .history-item{transition:none!important}

body.page-kontakt .history-progress{width:100%!important;height:100%!important}

body.page-kontakt .history-item{opacity:1!important;transform:none!important}}

body.page-kontakt .services-intro{padding:5.5rem 0 4.8rem}

body.page-kontakt .services-intro-copy{max-width:760px}

body.page-kontakt .services-intro-copy p{color:#5d656d;line-height:1.8;margin-bottom:1rem}

body.page-kontakt .services-contact-card{border-top:3px solid var(--red);background:#fff;box-shadow:0 14px 38px rgba(24,62,103,.08)}

body.page-kontakt .services-contact-row{display:grid;grid-template-columns:42px 1fr;gap:.85rem;align-items:center;padding:1.2rem 1.35rem;border:1px solid var(--line);border-top:0}

body.page-kontakt .services-contact-row i{color:var(--red);text-align:center;font-size:1rem}

body.page-kontakt .services-contact-row small{display:block;color:var(--muted);font-size:.71rem;font-weight:700;text-transform:uppercase;letter-spacing:.075em;margin-bottom:.1rem}

body.page-kontakt .services-contact-row strong,
body.page-kontakt .services-contact-row a{display:block;color:var(--blue);font-weight:700;font-size:.95rem;line-height:1.4}

body.page-kontakt .services-contact-row a:hover{color:var(--red)}

body.page-kontakt .service-jump{padding:0 0 5.2rem}

body.page-kontakt .service-jump-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);background:#fff}

body.page-kontakt .service-jump-item{position:relative;display:block;padding:1.45rem 1.35rem 1.5rem;border-right:1px solid var(--line);transition:background-color .18s ease}

body.page-kontakt .service-jump-item:last-child{border-right:0}

body.page-kontakt .service-jump-item::before{content:"";position:absolute;left:0;top:-1px;width:100%;height:3px;background:var(--blue);transform:scaleX(0);transform-origin:left;transition:transform .2s ease}

body.page-kontakt .service-jump-item:hover{background:#f8fafb}

body.page-kontakt .service-jump-item:hover::before{transform:scaleX(1)}

body.page-kontakt .service-jump-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;margin-bottom:.85rem;color:var(--red);font-size:1.05rem}

body.page-kontakt .service-jump-item span{display:block;margin-bottom:.25rem;color:var(--muted);font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}

body.page-kontakt .service-jump-item strong{display:block;color:var(--blue);font-size:1rem;line-height:1.35}

body.page-kontakt .service-details{border-top:1px solid #e8ebee}

body.page-kontakt .service-detail{padding:5.4rem 0;border-bottom:1px solid #e8ebee}

body.page-kontakt .service-detail:nth-child(even){background:var(--light)}

body.page-kontakt .service-detail-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.78fr);gap:5rem;align-items:start}

body.page-kontakt .service-detail:nth-child(even) .service-detail-inner{grid-template-columns:minmax(320px,.78fr) minmax(0,1fr)}

body.page-kontakt .service-detail:nth-child(even) .service-detail-copy{order:2}

body.page-kontakt .service-detail:nth-child(even) .service-detail-side{order:1}

body.page-kontakt .service-eyebrow{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;color:var(--red);font-size:.74rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}

body.page-kontakt .service-eyebrow::before{content:"";width:30px;height:2px;background:var(--red)}

body.page-kontakt .service-detail h2{margin:0 0 1rem;color:var(--blue);font-size:clamp(1.9rem,2.7vw,2.35rem);font-weight:750;letter-spacing:-.02em}

body.page-kontakt .service-detail-copy>p{max-width:730px;color:#5d656d;line-height:1.8;margin-bottom:1.25rem}

body.page-kontakt .service-points{margin:1.5rem 0 0;padding:0;list-style:none;border-top:1px solid var(--line)}

body.page-kontakt .service-points li{display:grid;grid-template-columns:24px 1fr;gap:.7rem;padding:.82rem 0;border-bottom:1px solid var(--line);color:#515960;line-height:1.55}

body.page-kontakt .service-points i{color:var(--red);font-size:.74rem;margin-top:.35rem}

body.page-kontakt .service-detail-side{position:relative;min-height:285px;background:var(--blue);color:#fff;padding:2rem;overflow:hidden}

body.page-kontakt .service-detail-side::after{content:"";position:absolute;right:-2.5rem;bottom:-3rem;width:190px;height:190px;background:var(--heads) center/contain no-repeat;opacity:.08;pointer-events:none}

body.page-kontakt .service-side-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;margin-bottom:3.5rem;border:1px solid rgba(255,255,255,.26);color:#fff;font-size:1.25rem}

body.page-kontakt .service-detail-side small{position:relative;z-index:1;display:block;margin-bottom:.35rem;color:rgba(255,255,255,.62);font-size:.71rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}

body.page-kontakt .service-detail-side strong{position:relative;z-index:1;display:block;max-width:300px;font-size:1.12rem;line-height:1.48;font-weight:650}

body.page-kontakt .service-detail-side.light{background:#fff;color:var(--text);border:1px solid var(--line)}

body.page-kontakt .service-detail-side.light::after{display:none}

body.page-kontakt .service-detail-side.light .service-side-icon{border-color:rgba(24,62,103,.16);color:var(--red);background:#f7f8f9}

body.page-kontakt .service-detail-side.light small{color:var(--muted)}

body.page-kontakt .service-detail-side.light strong{color:var(--blue)}

body.page-kontakt .service-photo-panel{padding:0;background:var(--blue);background-image:linear-gradient(0deg,rgba(15,43,72,.12),rgba(15,43,72,.12)),var(--hero-image);background-size:cover;background-position:center 54%;min-height:320px}

body.page-kontakt .service-photo-panel::after{display:none}

body.page-kontakt .service-photo-caption{position:absolute;left:0;right:0;bottom:0;padding:1rem 1.25rem;background:rgba(24,62,103,.92)}

body.page-kontakt .service-photo-caption small{color:rgba(255,255,255,.65)}

body.page-kontakt .service-photo-caption strong{color:#fff;font-size:.94rem}

body.page-kontakt .workflow-section{position:relative;overflow:hidden;padding:5.7rem 0;background:var(--blue);color:#fff;border-top:3px solid var(--red)}

body.page-kontakt .workflow-section::after{content:"";position:absolute;right:-2rem;bottom:-4rem;width:300px;height:300px;background:var(--heads) center/contain no-repeat;opacity:.055;pointer-events:none}

body.page-kontakt .workflow-section .container-xl{position:relative;z-index:1}

body.page-kontakt .workflow-section .section-rule{background:var(--red)}

body.page-kontakt .workflow-section .section-heading{color:#fff}

body.page-kontakt .workflow-section .section-lead{color:rgba(255,255,255,.72)}

body.page-kontakt .workflow{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:3.2rem;padding-top:28px}

body.page-kontakt .workflow-track,
body.page-kontakt .workflow-progress{position:absolute;left:6%;right:6%;top:8px;height:2px}

body.page-kontakt .workflow-track{background:rgba(255,255,255,.18)}

body.page-kontakt .workflow-progress{right:auto;width:88%;background:var(--red);transform:scaleX(0);transform-origin:left;transition:transform 1.15s cubic-bezier(.2,.75,.25,1)}

body.page-kontakt .workflow-section.is-visible .workflow-progress{transform:scaleX(1)}

body.page-kontakt .workflow-step{position:relative;padding:1rem 2rem 0 0;opacity:.25;transform:translateY(10px);transition:opacity .5s ease,transform .5s ease}

body.page-kontakt .workflow-section.is-visible .workflow-step{opacity:1;transform:none}

body.page-kontakt .workflow-section.is-visible .workflow-step:nth-child(3){transition-delay:.12s}

body.page-kontakt .workflow-section.is-visible .workflow-step:nth-child(4){transition-delay:.24s}

body.page-kontakt .workflow-section.is-visible .workflow-step:nth-child(5){transition-delay:.36s}

body.page-kontakt .workflow-step::before{content:"";position:absolute;top:-26px;left:0;width:14px;height:14px;background:var(--blue);border:3px solid rgba(255,255,255,.62);border-radius:50%;transition:border-color .3s ease,background .3s ease}

body.page-kontakt .workflow-section.is-visible .workflow-step::before{border-color:var(--red);background:var(--red)}

body.page-kontakt .workflow-step span{display:block;margin-bottom:.55rem;color:var(--red);font-size:.72rem;font-weight:800;letter-spacing:.09em}

body.page-kontakt .workflow-step h3{margin:0 0 .45rem;color:#fff;font-size:1.03rem;font-weight:700}

body.page-kontakt .workflow-step p{margin:0;max-width:245px;color:rgba(255,255,255,.67);font-size:.9rem;line-height:1.6}

body.page-kontakt .services-cta{padding:4.7rem 0;background:#fff}

body.page-kontakt .services-cta-box{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2.1rem 2.3rem;border-left:4px solid var(--red);background:var(--light)}

body.page-kontakt .services-cta-box h2{margin:0 0 .4rem;color:var(--blue);font-size:clamp(1.55rem,2.6vw,2rem);font-weight:750;letter-spacing:-.02em}

body.page-kontakt .services-cta-box p{margin:0;color:#606870}

body.page-kontakt .btn-outline-blue{display:inline-flex;align-items:center;gap:.55rem;padding:.72rem 1.05rem;border:1px solid var(--blue);border-radius:2px;color:var(--blue);font-size:.91rem;font-weight:700;line-height:1.2;transition:background-color .18s ease,color .18s ease,border-color .18s ease}

body.page-kontakt .btn-outline-blue:hover{background:var(--blue);border-color:var(--blue);color:#fff}

@media (max-width:991.98px){body.page-kontakt .services-intro{padding:4.3rem 0 3.8rem}

body.page-kontakt .service-jump{padding-bottom:4.2rem}

body.page-kontakt .service-jump-grid{grid-template-columns:repeat(2,1fr)}

body.page-kontakt .service-jump-item:nth-child(2){border-right:0}

body.page-kontakt .service-jump-item:nth-child(-n/**/+2){border-bottom:1px solid var(--line)}

body.page-kontakt .service-detail{padding:4.3rem 0}

body.page-kontakt .service-detail-inner,
body.page-kontakt .service-detail:nth-child(even) .service-detail-inner{grid-template-columns:1fr;gap:2.5rem}

body.page-kontakt .service-detail:nth-child(even) .service-detail-copy,
body.page-kontakt .service-detail:nth-child(even) .service-detail-side{order:initial}

body.page-kontakt .service-detail-side{min-height:245px}

body.page-kontakt .workflow{grid-template-columns:1fr;gap:0;padding:0 0 0 32px;margin-top:2.5rem}

body.page-kontakt .workflow-track,
body.page-kontakt .workflow-progress{top:4px;bottom:14px;left:6px;right:auto;width:2px;height:auto}

body.page-kontakt .workflow-progress{transform:scaleY(0);transform-origin:top}

body.page-kontakt .workflow-section.is-visible .workflow-progress{transform:scaleY(1)}

body.page-kontakt .workflow-step{padding:0 0 2.1rem 1.2rem}

body.page-kontakt .workflow-step:last-child{padding-bottom:0}

body.page-kontakt .workflow-step::before{top:1px;left:-32px}

body.page-kontakt .services-cta-box{align-items:flex-start;flex-direction:column}}

@media (max-width:575.98px){body.page-kontakt .services-intro{padding:3.6rem 0 3.2rem}

body.page-kontakt .service-jump{padding-bottom:3.6rem}

body.page-kontakt .service-jump-grid{grid-template-columns:1fr}

body.page-kontakt .service-jump-item{border-right:0;border-bottom:1px solid var(--line)!important;padding:1.2rem 1.15rem}

body.page-kontakt .service-jump-item:last-child{border-bottom:0!important}

body.page-kontakt .service-jump-icon{margin-bottom:.55rem}

body.page-kontakt .service-detail{padding:3.65rem 0}

body.page-kontakt .service-detail-inner{gap:2rem}

body.page-kontakt .service-detail-side{min-height:220px;padding:1.5rem}

body.page-kontakt .service-side-icon{margin-bottom:2.75rem}

body.page-kontakt .service-photo-panel{min-height:250px}

body.page-kontakt .workflow-section{padding:4.2rem 0}

body.page-kontakt .services-cta{padding:3.6rem 0}

body.page-kontakt .services-cta-box{padding:1.65rem 1.45rem}}

body.page-kontakt .prag-intro{padding:5rem 0 3.5rem}

body.page-kontakt .prag-intro .section-heading{max-width:760px}

body.page-kontakt .prag-intro p{max-width:780px;margin:0;color:#5c646b;line-height:1.8}

body.page-kontakt .prag-services{padding:0 0 5.5rem}

body.page-kontakt .prag-service-list{border-top:1px solid var(--line)}

body.page-kontakt .prag-service{display:grid;grid-template-columns:72px minmax(0,1fr) minmax(250px,.48fr);gap:2rem;align-items:start;padding:2.15rem 0;border-bottom:1px solid var(--line)}

body.page-kontakt .prag-service-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:#f5f7f9;color:var(--red);font-size:1.15rem}

body.page-kontakt .prag-service h2{margin:0 0 .55rem;color:var(--blue);font-size:1.35rem;font-weight:750;letter-spacing:-.01em}

body.page-kontakt .prag-service p{max-width:720px;margin:0;color:#5d656d;line-height:1.72}

body.page-kontakt .prag-service ul{list-style:none;padding:0;margin:0}

body.page-kontakt .prag-service li{position:relative;padding:.38rem 0 .38rem 1.15rem;color:#525a61;font-size:.93rem;line-height:1.5}

body.page-kontakt .prag-service li::before{content:"";position:absolute;left:0;top:.92rem;width:5px;height:5px;background:var(--red)}

body.page-kontakt .prag-note{padding:4.5rem 0;background:var(--light);border-top:1px solid #e7eaed;border-bottom:1px solid #e7eaed}

body.page-kontakt .prag-note-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.55fr);gap:4rem;align-items:center}

body.page-kontakt .prag-note h2{margin:0 0 .9rem;color:var(--blue);font-size:1.8rem;font-weight:750;letter-spacing:-.02em}

body.page-kontakt .prag-note p{max-width:760px;margin:0;color:#5d656d;line-height:1.75}

body.page-kontakt .prag-note-contact{border-left:3px solid var(--red);padding-left:1.4rem}

body.page-kontakt .prag-note-contact small{display:block;margin-bottom:.3rem;color:var(--muted);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}

body.page-kontakt .prag-note-contact a{display:block;color:var(--blue);font-weight:800;font-size:1.05rem;margin:.18rem 0}

body.page-kontakt .prag-note-contact a:hover{color:var(--red)}

@media (max-width:991.98px){body.page-kontakt .prag-intro{padding:4rem 0 3rem}

body.page-kontakt .prag-service{grid-template-columns:60px 1fr;gap:1.35rem 1.5rem}

body.page-kontakt .prag-service ul{grid-column:2}

body.page-kontakt .prag-note-inner{grid-template-columns:1fr;gap:2rem}}

@media (max-width:575.98px){body.page-kontakt .prag-intro{padding:3.25rem 0 2.5rem}

body.page-kontakt .prag-services{padding-bottom:4rem}

body.page-kontakt .prag-service{grid-template-columns:44px 1fr;gap:1rem;padding:1.65rem 0}

body.page-kontakt .prag-service-icon{width:40px;height:40px;font-size:.95rem}

body.page-kontakt .prag-service h2{font-size:1.2rem}

body.page-kontakt .prag-service ul{grid-column:1/-1;padding-left:44px}

body.page-kontakt .prag-note{padding:3.5rem 0}}

body.page-kontakt .contact-page-intro{padding:5rem 0 4.5rem}

body.page-kontakt .contact-page-lead{max-width:760px;color:#5c646b;line-height:1.8;font-size:1.05rem}

body.page-kontakt .contact-details{margin-top:2.15rem;border-top:1px solid var(--line)}

body.page-kontakt .contact-detail{display:grid;grid-template-columns:44px 1fr;gap:1rem;padding:1.15rem 0;border-bottom:1px solid var(--line)}

body.page-kontakt .contact-detail-icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center;color:var(--red);font-size:1rem}

body.page-kontakt .contact-detail small{display:block;margin-bottom:.12rem;color:var(--muted);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.075em}

body.page-kontakt .contact-detail strong,
body.page-kontakt .contact-detail a{color:var(--blue);font-weight:750;line-height:1.5}

body.page-kontakt .contact-detail a:hover{color:var(--red)}

body.page-kontakt .contact-form-wrap{padding:2rem 2.1rem 2.2rem;border-top:3px solid var(--red);background:#fff;box-shadow:0 14px 38px rgba(24,62,103,.08)}

body.page-kontakt .contact-form-wrap h2{margin:0 0 .55rem;color:var(--blue);font-size:1.55rem;font-weight:750;letter-spacing:-.015em}

body.page-kontakt .contact-form-wrap>p{margin:0 0 1.6rem;color:#626970;line-height:1.7}

body.page-kontakt .contact-form-wrap .form-label{margin-bottom:.4rem;color:#38434d;font-size:.82rem;font-weight:700}

body.page-kontakt .contact-form-wrap .form-control{min-height:48px;border:1px solid #d8dde1;border-radius:0;padding:.72rem .8rem;box-shadow:none;color:var(--text)}

body.page-kontakt .contact-form-wrap textarea.form-control{min-height:145px;resize:vertical}

body.page-kontakt .contact-form-wrap .form-control:focus{border-color:var(--blue);box-shadow:0 0 0 2px rgba(24,62,103,.08)}

body.page-kontakt .contact-form-wrap .form-check{margin-top:.2rem}

body.page-kontakt .contact-form-wrap .form-check-input{border-radius:0;box-shadow:none}

body.page-kontakt .contact-form-wrap .form-check-input:checked{background-color:var(--blue);border-color:var(--blue)}

body.page-kontakt .contact-form-wrap .form-check-label{color:#667078;font-size:.82rem;line-height:1.55}

body.page-kontakt .contact-form-wrap .form-check-label a{color:var(--blue);text-decoration:underline}

body.page-kontakt .contact-form-wrap .btn-primary-ws{margin-top:.5rem}

body.page-kontakt .map-section{padding:4.8rem 0 5.5rem;background:var(--light);border-top:1px solid #e7eaed}

body.page-kontakt .map-head{display:flex;justify-content:space-between;gap:2rem;align-items:end;margin-bottom:1.6rem}

body.page-kontakt .map-head p{max-width:570px;margin:0;color:#5d656d;line-height:1.72}

body.page-kontakt .map-frame{overflow:hidden;border:1px solid var(--line);background:#e9ecef}

body.page-kontakt .map-frame iframe{display:block;width:100%;height:430px;border:0}

body.page-kontakt .map-address{margin-top:1rem;color:#59626a;font-size:.9rem}

body.page-kontakt .map-address i{margin-right:.45rem;color:var(--red)}

@media (max-width:991.98px){body.page-kontakt .contact-page-intro{padding:4rem 0}

body.page-kontakt .contact-form-wrap{margin-top:1rem}

body.page-kontakt .map-section{padding:4rem 0}

body.page-kontakt .map-head{display:block}

body.page-kontakt .map-head p{margin-top:.8rem}}

@media (max-width:575.98px){body.page-kontakt .contact-page-intro{padding:3.3rem 0}

body.page-kontakt .contact-form-wrap{padding:1.5rem 1.2rem 1.65rem}

body.page-kontakt .contact-detail{grid-template-columns:36px 1fr}

body.page-kontakt .map-frame iframe{height:330px}

body.page-kontakt .map-section{padding:3.4rem 0}}

/* =========================================================
   IMPRESSUM
   ========================================================= */

body.page-impressum{font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}

body.page-impressum a{color:inherit;text-decoration:none}

body.page-impressum img{display:block;max-width:100%}

body.page-impressum .topbar{background:var(--blue);color:rgba(255,255,255,.9);font-size:.83rem;padding:.46rem 0}

body.page-impressum .topbar a:hover{color:#fff;text-decoration:underline}

body.page-impressum .topbar i{margin-right:.42rem;opacity:.82}

body.page-impressum .site-header{background:#fff;border-bottom:1px solid rgba(24,62,103,.13);box-shadow:0 2px 10px rgba(24,62,103,.035)}

body.page-impressum .navbar{min-height:84px;padding:.6rem 0}

body.page-impressum .navbar-brand{padding:0}

body.page-impressum .navbar-brand img{width:205px;height:auto}

body.page-impressum .desktop-nav{gap:.1rem}

body.page-impressum .desktop-nav .nav-link{position:relative;font-size:.95rem;font-weight:600;color:#31363b;padding:.75rem .95rem!important}

body.page-impressum .desktop-nav .nav-link::after{content:"";position:absolute;left:.95rem;right:.95rem;bottom:.45rem;height:2px;background:var(--red);transform:scaleX(0);transform-origin:left;transition:transform .18s ease}

body.page-impressum .desktop-nav .nav-link:hover{color:var(--blue)}

body.page-impressum .desktop-nav .nav-link:hover::after{transform:scaleX(1)}

body.page-impressum .btn-ws{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;border:1px solid var(--red);border-radius:2px;background:var(--red);color:#fff;padding:.73rem 1.05rem;font-size:.92rem;font-weight:700;line-height:1.2;transition:background .18s ease,border-color .18s ease}

body.page-impressum .btn-ws:hover{background:#97252a;border-color:#97252a;color:#fff}

body.page-impressum .btn-ws-outline{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;border:1px solid rgba(255,255,255,.82);border-radius:2px;color:#fff;padding:.73rem 1.05rem;font-size:.92rem;font-weight:700;line-height:1.2}

body.page-impressum .btn-ws-outline:hover{background:#fff;color:var(--blue)}

body.page-impressum .menu-button{width:44px;height:42px;border:1px solid rgba(24,62,103,.2);border-radius:2px;background:#fff;color:var(--blue);display:inline-flex;align-items:center;justify-content:center;font-size:1.15rem}

body.page-impressum .menu-button:focus{box-shadow:none}

body.page-impressum .offcanvas-ws{width:min(360px,88vw)!important;border-left:0!important}

body.page-impressum .offcanvas-ws .offcanvas-header{padding:1rem 1.25rem;border-top:3px solid var(--red);border-bottom:1px solid var(--line)}

body.page-impressum .offcanvas-ws .offcanvas-title img{width:175px;height:auto}

body.page-impressum .offcanvas-ws .btn-close{box-shadow:none}

body.page-impressum .offcanvas-ws .offcanvas-body{display:flex;flex-direction:column;padding:1rem 1.25rem 1.5rem}

body.page-impressum .offcanvas-ws .nav-link{padding:.95rem 0!important;border-bottom:1px solid #eceff1;color:#30353a;font-weight:600}

body.page-impressum .offcanvas-ws .nav-link:hover{color:var(--red)}

body.page-impressum .mobile-contact{margin-top:auto;padding-top:1.5rem}

body.page-impressum .mobile-contact .btn-ws{width:100%}

body.page-impressum .mobile-contact-info{margin-top:1.15rem;padding-top:1.05rem;border-top:1px solid var(--line);color:var(--muted);font-size:.9rem}

body.page-impressum .mobile-contact-info p{display:flex;gap:.65rem;align-items:flex-start;margin:0 0 .75rem}

body.page-impressum .mobile-contact-info i{width:18px;color:var(--red);margin-top:.25rem;text-align:center}

body.page-impressum .mobile-contact-info a{color:var(--blue);font-weight:700;overflow-wrap:anywhere}

body.page-impressum .hero{position:relative;min-height:545px;display:flex;align-items:center;overflow:hidden;background-image:url("../../files/theme/img/betriebsgelaende-hero.jpg");background-size:cover;background-position:center 56%}

body.page-impressum .hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(18,48,80,.91) 0%,rgba(18,48,80,.75) 39%,rgba(18,48,80,.30) 68%,rgba(18,48,80,.03) 100%)}

body.page-impressum .hero::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:3px;background:var(--red)}

body.page-impressum .hero .container-xl{position:relative;z-index:1}

body.page-impressum .hero-copy{max-width:650px;padding:5.15rem 0;color:#fff}

body.page-impressum .hero-kicker{display:flex;align-items:center;gap:.7rem;font-size:.82rem;font-weight:700;letter-spacing:.075em;text-transform:uppercase;margin-bottom:1rem;color:rgba(255,255,255,.82)}

body.page-impressum .hero-kicker::before{content:"";width:30px;height:2px;background:var(--red);flex:0 0 30px}

body.page-impressum .hero h1{max-width:620px;font-size:clamp(2.4rem,4.6vw,4.05rem);line-height:1.06;font-weight:700;letter-spacing:-.025em;margin:0 0 1.05rem}

body.page-impressum .hero p{max-width:590px;font-size:1.07rem;line-height:1.68;color:rgba(255,255,255,.9);margin:0 0 1.7rem}

body.page-impressum .contact-strip{background:#fff;border-bottom:1px solid var(--line)}

body.page-impressum .contact-item{display:flex;align-items:center;gap:.95rem;padding:1.18rem 0;min-height:80px}

body.page-impressum .contact-item + .contact-item{border-left:1px solid var(--line);padding-left:1.8rem}

body.page-impressum .contact-icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center;flex:0 0 38px;background:#f3f6f9;border:1px solid rgba(24,62,103,.11);border-radius:2px;color:var(--blue);font-size:1rem}

body.page-impressum .contact-copy{min-width:0}

body.page-impressum .contact-copy small{display:block;color:var(--muted);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.055em;margin-bottom:.04rem}

body.page-impressum .contact-copy strong{display:block;color:var(--blue);font-size:.94rem;line-height:1.35;overflow-wrap:anywhere}

body.page-impressum .contact-copy a:hover{color:var(--red)}

body.page-impressum section.content-section{padding:5.25rem 0}

body.page-impressum .section-rule{width:44px;height:3px;background:var(--red);margin-bottom:1rem}

body.page-impressum .section-heading{font-size:clamp(1.9rem,2.7vw,2.25rem);line-height:1.18;font-weight:700;letter-spacing:-.015em;color:var(--blue);margin:0 0 1rem}

body.page-impressum .section-lead{color:#555d65;max-width:760px;margin:0;font-size:1rem;line-height:1.72}

body.page-impressum .company-copy p{max-width:720px;color:#555d65;line-height:1.78;margin-bottom:1rem}

body.page-impressum .company-photo{width:100%;height:330px;object-fit:cover;border:1px solid rgba(24,62,103,.14);border-radius:2px;box-shadow:0 13px 28px rgba(24,62,103,.08)}

body.page-impressum .services{background:var(--light);border-top:1px solid #e9ecef;border-bottom:1px solid #e9ecef}

body.page-impressum .service-card{height:100%;background:#fff;border:1px solid rgba(24,62,103,.13);border-top:3px solid var(--blue);border-radius:2px;padding:1.55rem;box-shadow:0 8px 22px rgba(24,62,103,.035)}

body.page-impressum .service-head{display:flex;align-items:center;gap:.85rem;margin-bottom:.8rem}

body.page-impressum .service-icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center;flex:0 0 38px;background:#f4f6f8;border:1px solid rgba(24,62,103,.10);border-radius:2px;color:var(--red);font-size:1.05rem}

body.page-impressum .service-card h3{font-size:1.08rem;font-weight:700;color:var(--blue);margin:0}

body.page-impressum .service-card p{font-size:.94rem;color:#626970;line-height:1.65;margin:0}

body.page-impressum .process-list{margin:0;padding:0;list-style:none;border-top:1px solid var(--line)}

body.page-impressum .process-list li{display:grid;grid-template-columns:38px 1fr;gap:.9rem;align-items:start;padding:1.05rem 0;border-bottom:1px solid var(--line)}

body.page-impressum .process-list i{width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:#faf7f7;border:1px solid rgba(181,45,50,.13);border-radius:2px;color:var(--red);font-size:.9rem;margin-top:.05rem}

body.page-impressum .process-list strong{display:block;color:var(--blue);font-weight:700;margin-bottom:.1rem}

body.page-impressum .process-list span{color:#626970;font-size:.94rem;line-height:1.58}

body.page-impressum .contact-section{background:var(--blue);color:#fff;border-top:3px solid var(--red)}

body.page-impressum .contact-section .section-heading{color:#fff}

body.page-impressum .contact-section .section-rule{background:rgba(255,255,255,.75)}

body.page-impressum .contact-section .section-lead{color:rgba(255,255,255,.8)}

body.page-impressum .contact-box{background:#fff;color:var(--text);padding:1.9rem 2rem;border-radius:2px;box-shadow:0 16px 32px rgba(0,0,0,.12)}

body.page-impressum .contact-box h3{font-size:1.15rem;font-weight:700;color:var(--blue);margin:0 0 1rem;padding-bottom:.8rem;border-bottom:2px solid var(--red)}

body.page-impressum .contact-row{display:grid;grid-template-columns:26px 1fr;gap:.75rem;padding:.72rem 0;border-bottom:1px solid #eceff1}

body.page-impressum .contact-row:last-child{border-bottom:0}

body.page-impressum .contact-row i{color:var(--red);margin-top:.27rem;text-align:center}

body.page-impressum .contact-row small{display:block;color:var(--muted);font-size:.71rem;font-weight:700;text-transform:uppercase;letter-spacing:.045em}

body.page-impressum .contact-row a{color:var(--blue);font-weight:700;overflow-wrap:anywhere}

body.page-impressum .contact-row a:hover{color:var(--red)}

body.page-impressum footer{position:relative;overflow:hidden;background:var(--blue);color:rgba(255,255,255,.75);padding:3rem 0 1.3rem;font-size:.9rem;border-top:1px solid rgba(255,255,255,.08)}

body.page-impressum footer::after{content:"";position:absolute;right:2.5rem;bottom:-2.15rem;width:260px;height:250px;background:var(--heads) center/contain no-repeat;opacity:.10;pointer-events:none}

body.page-impressum footer .container-xl{position:relative;z-index:1}

body.page-impressum .footer-logo{width:180px;filter:brightness(0) invert(1);margin-bottom:1rem}

body.page-impressum footer h4{font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.065em;color:#fff;margin-bottom:.85rem}

body.page-impressum .footer-links{list-style:none;margin:0;padding:0}

body.page-impressum .footer-links li{margin:.38rem 0}

body.page-impressum footer a:hover{color:#fff;text-decoration:underline}

body.page-impressum .footer-bottom{margin-top:2.15rem;padding-top:1.2rem;border-top:1px solid rgba(255,255,255,.16);font-size:.8rem;color:rgba(255,255,255,.62)}

@media (max-width:991.98px){body.page-impressum .navbar-brand img{width:180px}

body.page-impressum .hero{min-height:475px;background-position:center 53%}

body.page-impressum .hero::before{background:rgba(18,48,80,.69)}

body.page-impressum .hero-copy{max-width:620px;padding:4.15rem 0}

body.page-impressum .contact-item + .contact-item{border-left:0;padding-left:0}

body.page-impressum .contact-item{border-bottom:1px solid var(--line)}

body.page-impressum .contact-item:last-child{border-bottom:0}

body.page-impressum section.content-section{padding:4.25rem 0}

body.page-impressum footer::after{right:-2rem;width:210px;height:205px}}

@media (max-width:575.98px){body.page-impressum .topbar .topbar-address,
body.page-impressum .topbar .topbar-mail{display:none}

body.page-impressum .topbar .container-xl{justify-content:flex-end!important}

body.page-impressum .navbar{min-height:72px}

body.page-impressum .navbar-brand img{width:165px}

body.page-impressum .hero{min-height:435px;background-position:58% 52%}

body.page-impressum .hero-copy{padding:3.35rem 0}

body.page-impressum .hero-kicker{font-size:.72rem;letter-spacing:.06em}

body.page-impressum .hero-kicker::before{width:24px;flex-basis:24px}

body.page-impressum .hero h1{font-size:2.3rem}

body.page-impressum .hero p{font-size:1rem;line-height:1.62}

body.page-impressum .contact-item{min-height:72px;padding:1rem 0}

body.page-impressum .section-heading{font-size:1.75rem}

body.page-impressum section.content-section{padding:3.6rem 0}

body.page-impressum .company-photo{height:250px}

body.page-impressum .contact-box{padding:1.65rem 1.45rem}

body.page-impressum footer{padding-top:2.7rem}

body.page-impressum footer::after{right:-3rem;bottom:-1rem;width:180px;height:175px;opacity:.08}}

body.page-impressum .navbar .nav-link.active{color:var(--blue)}

body.page-impressum .navbar .nav-link.active::after{width:calc(100% - 1.8rem);background:var(--red)}

body.page-impressum .offcanvas-ws .nav-link.active{color:var(--red)}

body.page-impressum .subhero{position:relative;min-height:390px;display:flex;align-items:flex-end;overflow:hidden;background-image:var(--hero-image);background-size:cover;background-position:center 54%;color:#fff}

body.page-impressum .subhero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(13,38,64,.88) 0%,rgba(13,38,64,.67) 48%,rgba(13,38,64,.18) 100%)}

body.page-impressum .subhero::after{content:"";position:absolute;left:0;right:0;bottom:0;height:4px;background:var(--red)}

body.page-impressum .subhero .container-xl{position:relative;z-index:1;padding-bottom:3.3rem}

body.page-impressum .subhero-copy{max-width:750px}

body.page-impressum .subhero h1{margin:0 0 .9rem;font-size:clamp(2.45rem,4.8vw,4.25rem);line-height:1.05;font-weight:750;letter-spacing:-.035em}

body.page-impressum .subhero p{max-width:700px;margin:0;color:rgba(255,255,255,.88);font-size:1.08rem;line-height:1.7}

body.page-impressum .breadcrumb-ws{display:flex;gap:.55rem;align-items:center;margin-bottom:1.35rem;font-size:.84rem;color:rgba(255,255,255,.7)}

body.page-impressum .breadcrumb-ws a{color:#fff}

body.page-impressum .breadcrumb-ws a:hover{text-decoration:underline}

body.page-impressum .company-intro-section{padding:5.6rem 0 4.8rem}

body.page-impressum .company-lead{font-size:1.1rem;line-height:1.8;color:#4b535b}

body.page-impressum .company-intro-section p:not(.company-lead){color:#626970;line-height:1.8}

body.page-impressum .company-facts{border-top:3px solid var(--red);background:#fff;box-shadow:0 14px 38px rgba(24,62,103,.08)}

body.page-impressum .company-fact{display:flex;gap:1rem;padding:1.35rem 1.5rem;border:1px solid var(--line);border-top:0}

body.page-impressum .company-fact-icon{flex:0 0 38px;height:38px;display:flex;align-items:center;justify-content:center;color:var(--red);font-size:1.05rem}

body.page-impressum .company-fact small{display:block;margin-bottom:.15rem;color:var(--muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.075em;font-weight:700}

body.page-impressum .company-fact strong{display:block;color:var(--blue);font-size:.98rem;line-height:1.45}

body.page-impressum .company-image-section{padding:0 0 5.6rem}

body.page-impressum .company-image-wrap{position:relative;overflow:hidden;background:var(--light)}

body.page-impressum .company-image-wrap img{width:100%;height:clamp(330px,43vw,560px);object-fit:cover;object-position:center 52%}

body.page-impressum .company-image-caption{position:absolute;left:0;bottom:0;min-width:min(430px,85%);padding:1.15rem 1.4rem;background:rgba(24,62,103,.94);color:#fff}

body.page-impressum .company-image-caption span{display:block;margin-bottom:.12rem;color:rgba(255,255,255,.68);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}

body.page-impressum .company-image-caption strong{font-size:.95rem}

body.page-impressum .company-work-section{padding:5.6rem 0;background:var(--light);border-top:1px solid #e8ebee;border-bottom:1px solid #e8ebee}

body.page-impressum .company-work-grid{background:#fff;border:1px solid var(--line)}

body.page-impressum .company-work-item{padding:2rem 2rem 2.15rem}

body.page-impressum .company-work-item + .company-work-item{border-left:1px solid var(--line)}

body.page-impressum .company-work-item i{margin-bottom:1.25rem;color:var(--red);font-size:1.45rem}

body.page-impressum .company-work-item h3{margin-bottom:.7rem;color:var(--blue);font-size:1.08rem;font-weight:750}

body.page-impressum .company-work-item p{margin:0;color:#626970;font-size:.94rem;line-height:1.68}

body.page-impressum .management-section{padding:5.6rem 0}

body.page-impressum .management-list{border-top:3px solid var(--blue)}

body.page-impressum .management-person{display:grid;grid-template-columns:58px 1fr;align-items:center;min-height:76px;border-bottom:1px solid var(--line)}

body.page-impressum .management-person span{color:var(--red);font-size:.78rem;font-weight:800;letter-spacing:.08em}

body.page-impressum .management-person strong{color:var(--text);font-size:1.03rem;font-weight:700}

body.page-impressum .company-contact-cta{position:relative;overflow:hidden;padding:4rem 0;background:var(--blue);color:#fff}

body.page-impressum .company-contact-cta::after{content:"";position:absolute;right:-1rem;bottom:-2rem;width:250px;height:250px;background:var(--heads) center/contain no-repeat;opacity:.08;pointer-events:none}

body.page-impressum .company-contact-cta .container-xl{position:relative;z-index:1}

body.page-impressum .company-contact-cta h2{margin:.2rem 0 .65rem;font-size:clamp(1.7rem,3vw,2.4rem);font-weight:750;letter-spacing:-.025em}

body.page-impressum .company-contact-cta p{max-width:700px;margin:0;color:rgba(255,255,255,.76)}

body.page-impressum .cta-kicker{color:#fff;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.09em}

body.page-impressum .btn-ws-light{display:inline-flex;align-items:center;gap:.55rem;padding:.78rem 1.05rem;border:1px solid rgba(255,255,255,.65);color:#fff;font-weight:700;font-size:.9rem}

body.page-impressum .btn-ws-light:hover{background:#fff;color:var(--blue)}

@media (max-width:991.98px){body.page-impressum .subhero{min-height:340px;background-position:center 50%}

body.page-impressum .subhero::before{background:rgba(13,38,64,.66)}

body.page-impressum .subhero .container-xl{padding-bottom:2.7rem}

body.page-impressum .company-intro-section,
body.page-impressum .company-work-section,
body.page-impressum .management-section{padding:4.2rem 0}

body.page-impressum .company-image-section{padding-bottom:4.2rem}

body.page-impressum .company-work-item + .company-work-item{border-left:0;border-top:1px solid var(--line)}}

@media (max-width:575.98px){body.page-impressum .subhero{min-height:310px}

body.page-impressum .subhero h1{font-size:2.3rem}

body.page-impressum .subhero p{font-size:1rem;line-height:1.6}

body.page-impressum .company-fact{padding:1.15rem 1rem}

body.page-impressum .company-image-caption{position:static;min-width:0}

body.page-impressum .company-image-wrap img{height:280px}

body.page-impressum .company-contact-cta{padding:3.2rem 0}}

body.page-impressum .history-section{position:relative;overflow:hidden;padding:5.7rem 0 6rem;background:var(--blue);color:#fff;border-top:3px solid var(--red)}

body.page-impressum .history-section::after{content:"";position:absolute;right:-4rem;top:50%;width:320px;height:310px;background:var(--heads) center/contain no-repeat;opacity:.045;transform:translateY(-50%);pointer-events:none}

body.page-impressum .history-section .container-xl{position:relative;z-index:1}

body.page-impressum .history-kicker{display:block;margin-bottom:.7rem;color:rgba(255,255,255,.62);font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em}

body.page-impressum .history-section h2{margin:0;color:#fff;font-size:clamp(2rem,3vw,2.55rem);font-weight:750;letter-spacing:-.025em;line-height:1.15}

body.page-impressum .history-intro{max-width:660px;margin:0;color:rgba(255,255,255,.74);font-size:1rem;line-height:1.75}

body.page-impressum .history-track{position:relative;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin-top:3.5rem;padding-top:.2rem}

body.page-impressum .history-line{position:absolute;left:10%;right:10%;top:7px;height:2px;background:rgba(255,255,255,.17);overflow:hidden}

body.page-impressum .history-progress{display:block;width:0;height:100%;background:var(--red);transition:width 1.35s cubic-bezier(.22,.75,.2,1)}

body.page-impressum .history-section.is-visible .history-progress{width:100%}

body.page-impressum .history-item{position:relative;padding:0 1rem;text-align:center;opacity:0;transform:translateY(16px);transition:opacity .55s ease,transform .55s ease}

body.page-impressum .history-section.is-visible .history-item{opacity:1;transform:none}

body.page-impressum .history-section.is-visible .history-item:nth-child(3){transition-delay:.12s}

body.page-impressum .history-section.is-visible .history-item:nth-child(4){transition-delay:.24s}

body.page-impressum .history-section.is-visible .history-item:nth-child(5){transition-delay:.36s}

body.page-impressum .history-section.is-visible .history-item:nth-child(6){transition-delay:.48s}

body.page-impressum .history-section.is-visible .history-item:nth-child(7){transition-delay:.60s}

body.page-impressum .history-dot{position:relative;z-index:2;width:14px;height:14px;margin:0 auto 1.5rem;border:3px solid var(--red);border-radius:50%;background:var(--blue);box-shadow:0 0 0 5px rgba(255,255,255,.06)}

body.page-impressum .history-year{display:block;margin-bottom:.55rem;color:#fff;font-size:1.12rem;font-weight:800;letter-spacing:-.01em}

body.page-impressum .history-item p{max-width:205px;margin:0 auto;color:rgba(255,255,255,.68);font-size:.9rem;line-height:1.6}

body.page-impressum .management-list{border-top:3px solid var(--blue);background:#fff}

body.page-impressum .management-person{display:grid;grid-template-columns:58px 1fr auto;gap:1rem;align-items:center;min-height:78px;border-bottom:1px solid var(--line)}

body.page-impressum .management-person>span{color:var(--red);font-size:.75rem;font-weight:800;letter-spacing:.09em}

body.page-impressum .management-person strong{color:var(--text);font-size:1.03rem;font-weight:700}

body.page-impressum .management-person small{color:var(--muted);font-size:.76rem;text-transform:uppercase;letter-spacing:.06em;font-weight:700}

@media (max-width:991.98px){body.page-impressum .history-section{padding:4.5rem 0 4.7rem}

body.page-impressum .history-track{grid-template-columns:1fr;margin-top:2.8rem;padding-left:2.4rem;gap:0}

body.page-impressum .history-line{left:6px;right:auto;top:7px;bottom:18px;width:2px;height:auto}

body.page-impressum .history-progress{width:100%;height:0;transition:height 1.35s cubic-bezier(.22,.75,.2,1)}

body.page-impressum .history-section.is-visible .history-progress{width:100%;height:100%}

body.page-impressum .history-item{padding:0 0 2.2rem;text-align:left}

body.page-impressum .history-dot{position:absolute;left:-2.4rem;top:0;margin:0}

body.page-impressum .history-item p{max-width:600px;margin:0}

body.page-impressum .history-section::after{right:-8rem;width:260px;height:250px}

body.page-impressum .management-person{grid-template-columns:46px 1fr}

body.page-impressum .management-person small{display:none}}

@media (prefers-reduced-motion:reduce){body.page-impressum .history-progress,
body.page-impressum .history-item{transition:none!important}

body.page-impressum .history-progress{width:100%!important;height:100%!important}

body.page-impressum .history-item{opacity:1!important;transform:none!important}}

body.page-impressum .services-intro{padding:5.5rem 0 4.8rem}

body.page-impressum .services-intro-copy{max-width:760px}

body.page-impressum .services-intro-copy p{color:#5d656d;line-height:1.8;margin-bottom:1rem}

body.page-impressum .services-contact-card{border-top:3px solid var(--red);background:#fff;box-shadow:0 14px 38px rgba(24,62,103,.08)}

body.page-impressum .services-contact-row{display:grid;grid-template-columns:42px 1fr;gap:.85rem;align-items:center;padding:1.2rem 1.35rem;border:1px solid var(--line);border-top:0}

body.page-impressum .services-contact-row i{color:var(--red);text-align:center;font-size:1rem}

body.page-impressum .services-contact-row small{display:block;color:var(--muted);font-size:.71rem;font-weight:700;text-transform:uppercase;letter-spacing:.075em;margin-bottom:.1rem}

body.page-impressum .services-contact-row strong,
body.page-impressum .services-contact-row a{display:block;color:var(--blue);font-weight:700;font-size:.95rem;line-height:1.4}

body.page-impressum .services-contact-row a:hover{color:var(--red)}

body.page-impressum .service-jump{padding:0 0 5.2rem}

body.page-impressum .service-jump-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);background:#fff}

body.page-impressum .service-jump-item{position:relative;display:block;padding:1.45rem 1.35rem 1.5rem;border-right:1px solid var(--line);transition:background-color .18s ease}

body.page-impressum .service-jump-item:last-child{border-right:0}

body.page-impressum .service-jump-item::before{content:"";position:absolute;left:0;top:-1px;width:100%;height:3px;background:var(--blue);transform:scaleX(0);transform-origin:left;transition:transform .2s ease}

body.page-impressum .service-jump-item:hover{background:#f8fafb}

body.page-impressum .service-jump-item:hover::before{transform:scaleX(1)}

body.page-impressum .service-jump-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;margin-bottom:.85rem;color:var(--red);font-size:1.05rem}

body.page-impressum .service-jump-item span{display:block;margin-bottom:.25rem;color:var(--muted);font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}

body.page-impressum .service-jump-item strong{display:block;color:var(--blue);font-size:1rem;line-height:1.35}

body.page-impressum .service-details{border-top:1px solid #e8ebee}

body.page-impressum .service-detail{padding:5.4rem 0;border-bottom:1px solid #e8ebee}

body.page-impressum .service-detail:nth-child(even){background:var(--light)}

body.page-impressum .service-detail-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.78fr);gap:5rem;align-items:start}

body.page-impressum .service-detail:nth-child(even) .service-detail-inner{grid-template-columns:minmax(320px,.78fr) minmax(0,1fr)}

body.page-impressum .service-detail:nth-child(even) .service-detail-copy{order:2}

body.page-impressum .service-detail:nth-child(even) .service-detail-side{order:1}

body.page-impressum .service-eyebrow{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;color:var(--red);font-size:.74rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}

body.page-impressum .service-eyebrow::before{content:"";width:30px;height:2px;background:var(--red)}

body.page-impressum .service-detail h2{margin:0 0 1rem;color:var(--blue);font-size:clamp(1.9rem,2.7vw,2.35rem);font-weight:750;letter-spacing:-.02em}

body.page-impressum .service-detail-copy>p{max-width:730px;color:#5d656d;line-height:1.8;margin-bottom:1.25rem}

body.page-impressum .service-points{margin:1.5rem 0 0;padding:0;list-style:none;border-top:1px solid var(--line)}

body.page-impressum .service-points li{display:grid;grid-template-columns:24px 1fr;gap:.7rem;padding:.82rem 0;border-bottom:1px solid var(--line);color:#515960;line-height:1.55}

body.page-impressum .service-points i{color:var(--red);font-size:.74rem;margin-top:.35rem}

body.page-impressum .service-detail-side{position:relative;min-height:285px;background:var(--blue);color:#fff;padding:2rem;overflow:hidden}

body.page-impressum .service-detail-side::after{content:"";position:absolute;right:-2.5rem;bottom:-3rem;width:190px;height:190px;background:var(--heads) center/contain no-repeat;opacity:.08;pointer-events:none}

body.page-impressum .service-side-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;margin-bottom:3.5rem;border:1px solid rgba(255,255,255,.26);color:#fff;font-size:1.25rem}

body.page-impressum .service-detail-side small{position:relative;z-index:1;display:block;margin-bottom:.35rem;color:rgba(255,255,255,.62);font-size:.71rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}

body.page-impressum .service-detail-side strong{position:relative;z-index:1;display:block;max-width:300px;font-size:1.12rem;line-height:1.48;font-weight:650}

body.page-impressum .service-detail-side.light{background:#fff;color:var(--text);border:1px solid var(--line)}

body.page-impressum .service-detail-side.light::after{display:none}

body.page-impressum .service-detail-side.light .service-side-icon{border-color:rgba(24,62,103,.16);color:var(--red);background:#f7f8f9}

body.page-impressum .service-detail-side.light small{color:var(--muted)}

body.page-impressum .service-detail-side.light strong{color:var(--blue)}

body.page-impressum .service-photo-panel{padding:0;background:var(--blue);background-image:linear-gradient(0deg,rgba(15,43,72,.12),rgba(15,43,72,.12)),var(--hero-image);background-size:cover;background-position:center 54%;min-height:320px}

body.page-impressum .service-photo-panel::after{display:none}

body.page-impressum .service-photo-caption{position:absolute;left:0;right:0;bottom:0;padding:1rem 1.25rem;background:rgba(24,62,103,.92)}

body.page-impressum .service-photo-caption small{color:rgba(255,255,255,.65)}

body.page-impressum .service-photo-caption strong{color:#fff;font-size:.94rem}

body.page-impressum .workflow-section{position:relative;overflow:hidden;padding:5.7rem 0;background:var(--blue);color:#fff;border-top:3px solid var(--red)}

body.page-impressum .workflow-section::after{content:"";position:absolute;right:-2rem;bottom:-4rem;width:300px;height:300px;background:var(--heads) center/contain no-repeat;opacity:.055;pointer-events:none}

body.page-impressum .workflow-section .container-xl{position:relative;z-index:1}

body.page-impressum .workflow-section .section-rule{background:var(--red)}

body.page-impressum .workflow-section .section-heading{color:#fff}

body.page-impressum .workflow-section .section-lead{color:rgba(255,255,255,.72)}

body.page-impressum .workflow{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:3.2rem;padding-top:28px}

body.page-impressum .workflow-track,
body.page-impressum .workflow-progress{position:absolute;left:6%;right:6%;top:8px;height:2px}

body.page-impressum .workflow-track{background:rgba(255,255,255,.18)}

body.page-impressum .workflow-progress{right:auto;width:88%;background:var(--red);transform:scaleX(0);transform-origin:left;transition:transform 1.15s cubic-bezier(.2,.75,.25,1)}

body.page-impressum .workflow-section.is-visible .workflow-progress{transform:scaleX(1)}

body.page-impressum .workflow-step{position:relative;padding:1rem 2rem 0 0;opacity:.25;transform:translateY(10px);transition:opacity .5s ease,transform .5s ease}

body.page-impressum .workflow-section.is-visible .workflow-step{opacity:1;transform:none}

body.page-impressum .workflow-section.is-visible .workflow-step:nth-child(3){transition-delay:.12s}

body.page-impressum .workflow-section.is-visible .workflow-step:nth-child(4){transition-delay:.24s}

body.page-impressum .workflow-section.is-visible .workflow-step:nth-child(5){transition-delay:.36s}

body.page-impressum .workflow-step::before{content:"";position:absolute;top:-26px;left:0;width:14px;height:14px;background:var(--blue);border:3px solid rgba(255,255,255,.62);border-radius:50%;transition:border-color .3s ease,background .3s ease}

body.page-impressum .workflow-section.is-visible .workflow-step::before{border-color:var(--red);background:var(--red)}

body.page-impressum .workflow-step span{display:block;margin-bottom:.55rem;color:var(--red);font-size:.72rem;font-weight:800;letter-spacing:.09em}

body.page-impressum .workflow-step h3{margin:0 0 .45rem;color:#fff;font-size:1.03rem;font-weight:700}

body.page-impressum .workflow-step p{margin:0;max-width:245px;color:rgba(255,255,255,.67);font-size:.9rem;line-height:1.6}

body.page-impressum .services-cta{padding:4.7rem 0;background:#fff}

body.page-impressum .services-cta-box{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2.1rem 2.3rem;border-left:4px solid var(--red);background:var(--light)}

body.page-impressum .services-cta-box h2{margin:0 0 .4rem;color:var(--blue);font-size:clamp(1.55rem,2.6vw,2rem);font-weight:750;letter-spacing:-.02em}

body.page-impressum .services-cta-box p{margin:0;color:#606870}

body.page-impressum .btn-outline-blue{display:inline-flex;align-items:center;gap:.55rem;padding:.72rem 1.05rem;border:1px solid var(--blue);border-radius:2px;color:var(--blue);font-size:.91rem;font-weight:700;line-height:1.2;transition:background-color .18s ease,color .18s ease,border-color .18s ease}

body.page-impressum .btn-outline-blue:hover{background:var(--blue);border-color:var(--blue);color:#fff}

@media (max-width:991.98px){body.page-impressum .services-intro{padding:4.3rem 0 3.8rem}

body.page-impressum .service-jump{padding-bottom:4.2rem}

body.page-impressum .service-jump-grid{grid-template-columns:repeat(2,1fr)}

body.page-impressum .service-jump-item:nth-child(2){border-right:0}

body.page-impressum .service-jump-item:nth-child(-n/**/+2){border-bottom:1px solid var(--line)}

body.page-impressum .service-detail{padding:4.3rem 0}

body.page-impressum .service-detail-inner,
body.page-impressum .service-detail:nth-child(even) .service-detail-inner{grid-template-columns:1fr;gap:2.5rem}

body.page-impressum .service-detail:nth-child(even) .service-detail-copy,
body.page-impressum .service-detail:nth-child(even) .service-detail-side{order:initial}

body.page-impressum .service-detail-side{min-height:245px}

body.page-impressum .workflow{grid-template-columns:1fr;gap:0;padding:0 0 0 32px;margin-top:2.5rem}

body.page-impressum .workflow-track,
body.page-impressum .workflow-progress{top:4px;bottom:14px;left:6px;right:auto;width:2px;height:auto}

body.page-impressum .workflow-progress{transform:scaleY(0);transform-origin:top}

body.page-impressum .workflow-section.is-visible .workflow-progress{transform:scaleY(1)}

body.page-impressum .workflow-step{padding:0 0 2.1rem 1.2rem}

body.page-impressum .workflow-step:last-child{padding-bottom:0}

body.page-impressum .workflow-step::before{top:1px;left:-32px}

body.page-impressum .services-cta-box{align-items:flex-start;flex-direction:column}}

@media (max-width:575.98px){body.page-impressum .services-intro{padding:3.6rem 0 3.2rem}

body.page-impressum .service-jump{padding-bottom:3.6rem}

body.page-impressum .service-jump-grid{grid-template-columns:1fr}

body.page-impressum .service-jump-item{border-right:0;border-bottom:1px solid var(--line)!important;padding:1.2rem 1.15rem}

body.page-impressum .service-jump-item:last-child{border-bottom:0!important}

body.page-impressum .service-jump-icon{margin-bottom:.55rem}

body.page-impressum .service-detail{padding:3.65rem 0}

body.page-impressum .service-detail-inner{gap:2rem}

body.page-impressum .service-detail-side{min-height:220px;padding:1.5rem}

body.page-impressum .service-side-icon{margin-bottom:2.75rem}

body.page-impressum .service-photo-panel{min-height:250px}

body.page-impressum .workflow-section{padding:4.2rem 0}

body.page-impressum .services-cta{padding:3.6rem 0}

body.page-impressum .services-cta-box{padding:1.65rem 1.45rem}}

body.page-impressum .prag-intro{padding:5rem 0 3.5rem}

body.page-impressum .prag-intro .section-heading{max-width:760px}

body.page-impressum .prag-intro p{max-width:780px;margin:0;color:#5c646b;line-height:1.8}

body.page-impressum .prag-services{padding:0 0 5.5rem}

body.page-impressum .prag-service-list{border-top:1px solid var(--line)}

body.page-impressum .prag-service{display:grid;grid-template-columns:72px minmax(0,1fr) minmax(250px,.48fr);gap:2rem;align-items:start;padding:2.15rem 0;border-bottom:1px solid var(--line)}

body.page-impressum .prag-service-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:#f5f7f9;color:var(--red);font-size:1.15rem}

body.page-impressum .prag-service h2{margin:0 0 .55rem;color:var(--blue);font-size:1.35rem;font-weight:750;letter-spacing:-.01em}

body.page-impressum .prag-service p{max-width:720px;margin:0;color:#5d656d;line-height:1.72}

body.page-impressum .prag-service ul{list-style:none;padding:0;margin:0}

body.page-impressum .prag-service li{position:relative;padding:.38rem 0 .38rem 1.15rem;color:#525a61;font-size:.93rem;line-height:1.5}

body.page-impressum .prag-service li::before{content:"";position:absolute;left:0;top:.92rem;width:5px;height:5px;background:var(--red)}

body.page-impressum .prag-note{padding:4.5rem 0;background:var(--light);border-top:1px solid #e7eaed;border-bottom:1px solid #e7eaed}

body.page-impressum .prag-note-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.55fr);gap:4rem;align-items:center}

body.page-impressum .prag-note h2{margin:0 0 .9rem;color:var(--blue);font-size:1.8rem;font-weight:750;letter-spacing:-.02em}

body.page-impressum .prag-note p{max-width:760px;margin:0;color:#5d656d;line-height:1.75}

body.page-impressum .prag-note-contact{border-left:3px solid var(--red);padding-left:1.4rem}

body.page-impressum .prag-note-contact small{display:block;margin-bottom:.3rem;color:var(--muted);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}

body.page-impressum .prag-note-contact a{display:block;color:var(--blue);font-weight:800;font-size:1.05rem;margin:.18rem 0}

body.page-impressum .prag-note-contact a:hover{color:var(--red)}

@media (max-width:991.98px){body.page-impressum .prag-intro{padding:4rem 0 3rem}

body.page-impressum .prag-service{grid-template-columns:60px 1fr;gap:1.35rem 1.5rem}

body.page-impressum .prag-service ul{grid-column:2}

body.page-impressum .prag-note-inner{grid-template-columns:1fr;gap:2rem}}

@media (max-width:575.98px){body.page-impressum .prag-intro{padding:3.25rem 0 2.5rem}

body.page-impressum .prag-services{padding-bottom:4rem}

body.page-impressum .prag-service{grid-template-columns:44px 1fr;gap:1rem;padding:1.65rem 0}

body.page-impressum .prag-service-icon{width:40px;height:40px;font-size:.95rem}

body.page-impressum .prag-service h2{font-size:1.2rem}

body.page-impressum .prag-service ul{grid-column:1/-1;padding-left:44px}

body.page-impressum .prag-note{padding:3.5rem 0}}

body.page-impressum .contact-page-intro{padding:5rem 0 4.5rem}

body.page-impressum .contact-page-lead{max-width:760px;color:#5c646b;line-height:1.8;font-size:1.05rem}

body.page-impressum .contact-details{margin-top:2.15rem;border-top:1px solid var(--line)}

body.page-impressum .contact-detail{display:grid;grid-template-columns:44px 1fr;gap:1rem;padding:1.15rem 0;border-bottom:1px solid var(--line)}

body.page-impressum .contact-detail-icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center;color:var(--red);font-size:1rem}

body.page-impressum .contact-detail small{display:block;margin-bottom:.12rem;color:var(--muted);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.075em}

body.page-impressum .contact-detail strong,
body.page-impressum .contact-detail a{color:var(--blue);font-weight:750;line-height:1.5}

body.page-impressum .contact-detail a:hover{color:var(--red)}

body.page-impressum .contact-form-wrap{padding:2rem 2.1rem 2.2rem;border-top:3px solid var(--red);background:#fff;box-shadow:0 14px 38px rgba(24,62,103,.08)}

body.page-impressum .contact-form-wrap h2{margin:0 0 .55rem;color:var(--blue);font-size:1.55rem;font-weight:750;letter-spacing:-.015em}

body.page-impressum .contact-form-wrap>p{margin:0 0 1.6rem;color:#626970;line-height:1.7}

body.page-impressum .contact-form-wrap .form-label{margin-bottom:.4rem;color:#38434d;font-size:.82rem;font-weight:700}

body.page-impressum .contact-form-wrap .form-control{min-height:48px;border:1px solid #d8dde1;border-radius:0;padding:.72rem .8rem;box-shadow:none;color:var(--text)}

body.page-impressum .contact-form-wrap textarea.form-control{min-height:145px;resize:vertical}

body.page-impressum .contact-form-wrap .form-control:focus{border-color:var(--blue);box-shadow:0 0 0 2px rgba(24,62,103,.08)}

body.page-impressum .contact-form-wrap .form-check{margin-top:.2rem}

body.page-impressum .contact-form-wrap .form-check-input{border-radius:0;box-shadow:none}

body.page-impressum .contact-form-wrap .form-check-input:checked{background-color:var(--blue);border-color:var(--blue)}

body.page-impressum .contact-form-wrap .form-check-label{color:#667078;font-size:.82rem;line-height:1.55}

body.page-impressum .contact-form-wrap .form-check-label a{color:var(--blue);text-decoration:underline}

body.page-impressum .contact-form-wrap .btn-primary-ws{margin-top:.5rem}

body.page-impressum .map-section{padding:4.8rem 0 5.5rem;background:var(--light);border-top:1px solid #e7eaed}

body.page-impressum .map-head{display:flex;justify-content:space-between;gap:2rem;align-items:end;margin-bottom:1.6rem}

body.page-impressum .map-head p{max-width:570px;margin:0;color:#5d656d;line-height:1.72}

body.page-impressum .map-frame{overflow:hidden;border:1px solid var(--line);background:#e9ecef}

body.page-impressum .map-frame iframe{display:block;width:100%;height:430px;border:0}

body.page-impressum .map-address{margin-top:1rem;color:#59626a;font-size:.9rem}

body.page-impressum .map-address i{margin-right:.45rem;color:var(--red)}

@media (max-width:991.98px){body.page-impressum .contact-page-intro{padding:4rem 0}

body.page-impressum .contact-form-wrap{margin-top:1rem}

body.page-impressum .map-section{padding:4rem 0}

body.page-impressum .map-head{display:block}

body.page-impressum .map-head p{margin-top:.8rem}}

@media (max-width:575.98px){body.page-impressum .contact-page-intro{padding:3.3rem 0}

body.page-impressum .contact-form-wrap{padding:1.5rem 1.2rem 1.65rem}

body.page-impressum .contact-detail{grid-template-columns:36px 1fr}

body.page-impressum .map-frame iframe{height:330px}

body.page-impressum .map-section{padding:3.4rem 0}}

body.page-impressum .legal-page{padding:5rem 0 5.6rem;background:#fff}

body.page-impressum .legal-wrap{max-width:930px}

body.page-impressum .legal-intro{max-width:760px;margin-bottom:2.6rem;color:#5d656d;font-size:1.04rem;line-height:1.8}

body.page-impressum .legal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:3px solid var(--red);background:#fff;box-shadow:0 14px 38px rgba(24,62,103,.07)}

body.page-impressum .legal-card{padding:1.8rem 2rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}

body.page-impressum .legal-card:nth-child(2n){border-right:0}

body.page-impressum .legal-card.full{grid-column:1/-1;border-right:0}

body.page-impressum .legal-card-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;margin-bottom:1rem;color:var(--red);font-size:1.05rem}

body.page-impressum .legal-card h2{margin:0 0 .75rem;color:var(--blue);font-size:1.06rem;font-weight:800}

body.page-impressum .legal-card p{margin:0;color:#59626a;line-height:1.72}

body.page-impressum .legal-card a{color:var(--blue);font-weight:700}

body.page-impressum .legal-card a:hover{color:var(--red)}

body.page-impressum .legal-persons{margin:0;padding:0;list-style:none;color:#59626a;line-height:1.75}

body.page-impressum .legal-note{margin-top:2.5rem;padding-top:1.7rem;border-top:1px solid var(--line)}

body.page-impressum .legal-note h2{margin:0 0 .75rem;color:var(--blue);font-size:1.1rem;font-weight:800}

body.page-impressum .legal-note p{max-width:850px;margin:0;color:#626970;line-height:1.78}

@media (max-width:767.98px){body.page-impressum .legal-page{padding:3.7rem 0 4.2rem}

body.page-impressum .legal-grid{grid-template-columns:1fr}

body.page-impressum .legal-card,
body.page-impressum .legal-card:nth-child(2n){border-right:0}

body.page-impressum .legal-card.full{grid-column:auto}

body.page-impressum .legal-card{padding:1.5rem 1.35rem}}

