:root{
  --red:#e52329;
  --dark:#121212;
  --muted:#666;
  --soft:#f5f5f5;
  --line:#e7e7e7;
  --white:#fff;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}

/* Dezente Premium-Bewegung: Inhalte erscheinen beim Scrollen versetzt. */
.motion-ready{opacity:0;transform:translate3d(0,22px,0);transition:opacity .55s ease var(--motion-delay,0ms),transform .55s ease var(--motion-delay,0ms)}
.motion-ready.motion-visible{opacity:1;transform:translate3d(0,0,0)}
@keyframes heroContentIntro{from{opacity:0;transform:translate3d(0,20px,0)}to{opacity:1;transform:translate3d(0,0,0)}}
.final-hero__content{animation:heroContentIntro .8s cubic-bezier(.22,.61,.36,1) .12s both}
body{
  margin:0;
  font-family:Inter,Arial,Helvetica,sans-serif;
  color:#171717;
  background:#fff;
  line-height:1.65;
}
.container{width:min(var(--max),calc(100% - 40px));margin:auto}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}

.site-header{
  position:fixed;top:0;left:0;right:0;z-index:50;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid rgba(0,0,0,.07);
  backdrop-filter:blur(12px);
}
.nav-wrap{height:78px;display:flex;align-items:center;justify-content:space-between}
.brand img{width:175px;height:60px;object-fit:contain}
.nav{display:flex;gap:28px;align-items:center;font-size:14px;font-weight:700}
.nav a{transition:.2s}
.nav a:hover{color:var(--red)}
.nav-cert{background:#f2c500;color:#111!important;padding:10px 14px;border-radius:2px}.nav-cert:hover{background:#ddb600;color:#111!important}
.nav-cta{background:var(--dark);color:white!important;padding:12px 18px;border-radius:2px}
.menu-toggle{display:none;border:0;background:transparent;font-size:28px;cursor:pointer}

.hero{min-height:760px;position:relative;display:flex;align-items:center;color:white;padding-top:78px}
.hero-bg{position:absolute;inset:0;background:#111}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.88) 0%,rgba(0,0,0,.55) 48%,rgba(0,0,0,.12) 100%)}
.hero-content{position:relative;z-index:2;padding:100px 0 150px}
.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:800;margin:0 0 16px;color:#fff}
.eyebrow.red{color:var(--red)}
.hero h1{font-size:clamp(48px,7vw,86px);line-height:.98;letter-spacing:-.045em;max-width:900px;margin:0}
.hero-copy{font-size:20px;line-height:1.7;max-width:720px;color:#ebebeb;margin:28px 0 34px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;font-weight:800;border:1px solid transparent;transition:.2s}
.btn-primary{background:var(--red);color:white}
.btn-primary:hover{background:#c8171d}
.btn-ghost{border-color:rgba(255,255,255,.7);color:white}
.btn-ghost:hover{background:white;color:#111}
.hero-stats{position:absolute;z-index:3;left:50%;transform:translateX(-50%);bottom:0;background:white;color:#111;display:grid;grid-template-columns:repeat(3,1fr);padding:28px 36px;box-shadow:0 20px 60px rgba(0,0,0,.13)}
.hero-stats div{padding:0 26px;border-right:1px solid #ddd}
.hero-stats div:last-child{border:0}
.hero-stats strong{display:block;font-size:30px}
.hero-stats span{font-size:13px;color:#666}

.section{padding:110px 0}
.split{display:grid;grid-template-columns:1.12fr .88fr;gap:80px;align-items:center}
.section-copy h2,.section-head h2,.project-banner h2,.contact-section h2{font-size:clamp(38px,5vw,62px);line-height:1.03;letter-spacing:-.035em;margin:0 0 28px}
.section-copy p{font-size:18px;color:#4f4f4f;max-width:720px;line-height:1.75}
.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:30px;font-weight:700;font-size:14px}
.check-grid span::first-letter{color:var(--red)}
.image-card{position:relative}
.image-card img{width:100%;aspect-ratio:4/5;object-fit:cover;filter:saturate(.9)}
.image-card-badge{position:absolute;left:-35px;bottom:36px;background:var(--red);color:white;padding:20px 24px;min-width:210px}
.image-card-badge b,.image-card-badge span{display:block}
.image-card-badge b{font-size:24px}
.image-card-badge span{font-size:13px}

.team-section{background:#fff}
.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.team-card{background:#111;color:#fff;overflow:hidden;position:relative;min-height:420px}
.team-photo{height:315px;overflow:hidden;background:#ececec}
.team-photo img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .35s ease;cursor:zoom-in}
.team-card:hover .team-photo img{transform:scale(1.035)}
.team-info{padding:24px 24px 28px;border-top:3px solid var(--red)}
.team-info h3{font-size:23px;line-height:1.1;margin:0 0 8px}
.team-info p{margin:0;color:#bdbdbd;font-size:14px}
.team-card:nth-child(even) .team-info{border-top-color:#222}
.team-card:nth-child(even){background:#f3f3f3;color:#111}
.team-card:nth-child(even) .team-info p{color:#666}

.section-dark{background:var(--dark);color:white}
.section-head{display:grid;grid-template-columns:1.4fr .6fr;gap:80px;align-items:end;margin-bottom:55px}
.section-head h2{margin:0}
.section-head>p{color:#bdbdbd;margin:0;font-size:16px;line-height:1.7}
.section-head.light>p{color:#666}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #333;border-left:1px solid #333}
.service-card{padding:34px 28px 40px;border-right:1px solid #333;border-bottom:1px solid #333;min-height:280px;transition:.25s}
.service-card:hover{background:#1a1a1a;transform:translateY(-3px)}
.service-card span{color:var(--red);font-size:12px;font-weight:900;letter-spacing:.18em}
.service-card h3{font-size:22px;line-height:1.25;margin:24px 0 14px}
.service-card p{font-size:15px;color:#c9c9c9;margin:0;line-height:1.7}

.section-services-yellow{background:#f2c500;color:#111}
.section-services-yellow .eyebrow{color:#111}
.section-services-yellow .section-head>p{color:#3b3420}
.section-services-yellow .service-pillars{border-color:rgba(0,0,0,.22)}
.section-services-yellow .service-pillars article{background:rgba(255,255,255,.20);border-color:rgba(0,0,0,.22)}
.section-services-yellow .service-pillars article:hover{background:rgba(255,255,255,.38)}
.section-services-yellow .service-pillars article span{color:#111}
.section-services-yellow .service-pillars article p{color:#3b3420}
.section-services-yellow .service-pillars article a{color:#111}
.section-services-yellow .service-grid{border-color:rgba(0,0,0,.22)}
.section-services-yellow .service-card{background:rgba(255,255,255,.16);border-color:rgba(0,0,0,.22)}
.section-services-yellow .service-card:hover{background:rgba(255,255,255,.38)}
.section-services-yellow .service-card span{color:#111}
.section-services-yellow .service-card p{color:#3b3420}

.section-certs{background:#fff}
.cert-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.cert-card{background:#111;color:#fff;padding:34px;border-left:4px solid var(--red);min-height:240px}
.cert-card b{display:inline-block;color:#fff;background:var(--red);padding:8px 12px;font-size:12px;letter-spacing:.12em}
.cert-card h3{font-size:24px;line-height:1.2;margin:22px 0 12px}
.cert-card p{margin:0;color:#c9c9c9;font-size:15px;line-height:1.7}

.cert-card-document{grid-column:span 2;display:grid;grid-template-columns:220px 1fr;gap:28px;align-items:center}
.cert-card-document img{width:100%;max-height:285px;object-fit:contain;background:#fff;border:1px solid #333}
.cert-link{display:inline-flex;margin-top:20px;padding:11px 14px;border:1px solid #fff;color:#fff;font-weight:800;font-size:13px;letter-spacing:.02em}
.cert-link:hover{background:#fff;color:#111}

.project-intro{background:#101010;padding:0 0 100px}
.project-banner{position:relative;min-height:420px;display:flex;align-items:end;overflow:hidden}
.project-banner img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;cursor:zoom-in}
.project-banner:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.88),rgba(0,0,0,.08))}
.project-banner>div{position:relative;z-index:2;color:white;padding:50px;max-width:850px}
.project-banner h2{margin:0;font-size:clamp(34px,5vw,58px)}

.projects{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:stretch}
.project-card{background:#fff;border:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;min-height:330px;overflow:hidden}
.project-card img{display:block;width:100%;height:100%;object-fit:cover;cursor:zoom-in;background:#fff}
.project-body{padding:34px}
.project-body>p:first-child{font-size:12px;color:var(--red);font-weight:800;text-transform:uppercase;letter-spacing:.1em}
.project-body h3{font-size:30px;line-height:1.05;margin:14px 0}
.project-body p{color:#666;font-size:15px;line-height:1.7}
.project-body span{display:block;margin-top:24px;font-size:12px;font-weight:800}
.project-large{grid-row:span 3;grid-template-columns:1fr;min-height:720px}
.project-large img{height:390px}

.section-soft{background:var(--soft)}
.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.values-grid article{background:white;padding:32px;border-top:4px solid #161616}
.values-grid b{color:var(--red);font-size:13px}
.values-grid h3{font-size:24px;margin:28px 0 12px}
.values-grid p{color:#666;font-size:15px;line-height:1.7;margin:0}

.contact-section{background:#161616;color:#fff}
.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:90px;align-items:start}
.contact-grid>div>p{color:#bcbcbc;font-size:17px;line-height:1.7}
.contact-list{margin-top:35px;display:grid;gap:0}
.contact-list a,.contact-list div{display:flex;justify-content:space-between;gap:20px;padding:18px 0;border-top:1px solid #3b3b3b}
.contact-list span{color:#ccc;text-align:right}
.contact-card{background:#fff;color:#111;padding:40px}
.contact-card h3{font-size:30px;margin:0 0 12px}
.contact-card p{color:#666!important;font-size:16px!important;line-height:1.7}
.full{width:100%;margin:18px 0 14px}
.contact-card small{color:#777;line-height:1.7;display:block}

footer{padding:34px 0;background:#fff}
.footer-grid{display:grid;grid-template-columns:180px 1fr 1fr;gap:40px;align-items:center}
.footer-grid img{width:160px}
.footer-grid>div:not(.footer-bottom){display:flex;flex-direction:column;font-size:14px}
.footer-grid a,.footer-grid span{margin:2px 0}
.footer-bottom{grid-column:1/-1;border-top:1px solid var(--line);padding-top:18px;display:flex;justify-content:space-between;color:#777;font-size:12px}

.zoomable{cursor:zoom-in}
.lightbox{
  position:fixed;inset:0;background:rgba(0,0,0,.86);
  display:none;align-items:center;justify-content:center;
  padding:30px;z-index:999;
}
.lightbox.open{display:flex}
.lightbox-figure{margin:0;max-width:min(1100px,100%);max-height:100%;display:flex;flex-direction:column;align-items:center}
.lightbox-figure img{max-width:100%;max-height:78vh;object-fit:contain;background:#111;box-shadow:0 20px 60px rgba(0,0,0,.45)}
.lightbox-figure figcaption{margin-top:16px;color:#fff;font-size:15px;text-align:center;line-height:1.5}
.lightbox-close{position:absolute;top:20px;right:24px;border:0;background:transparent;color:#fff;font-size:42px;line-height:1;cursor:pointer}

@media(max-width:980px){
  .cert-card-document{grid-column:1/-1;grid-template-columns:180px 1fr}
  .team-grid{grid-template-columns:repeat(2,1fr)}
  .nav{position:absolute;top:78px;left:0;right:0;background:white;display:none;flex-direction:column;align-items:flex-start;padding:26px 20px;border-bottom:1px solid #ddd}
  .nav.open{display:flex}
  .menu-toggle{display:block}
  .hero{min-height:700px}
  .hero-stats{width:calc(100% - 40px)}
  .split,.contact-grid,.section-head,.projects{grid-template-columns:1fr;gap:42px}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .project-large{grid-row:auto;min-height:0}
  .project-large img{height:380px}
  .values-grid,.cert-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
}

@media(max-width:640px){
  .team-grid,.check-grid,.service-grid,.values-grid,.cert-grid{grid-template-columns:1fr}
  .team-card{min-height:0}
  .team-photo{height:360px}
  .container{width:min(var(--max),calc(100% - 28px))}
  .nav-wrap{height:70px}
  .brand img{width:150px;height:50px}
  .hero{padding-top:70px;min-height:780px}
  .hero-content{padding:86px 0 230px}
  .hero-copy{font-size:17px}
  .hero-stats{grid-template-columns:1fr;bottom:18px;padding:10px 20px}
  .hero-stats div{border-right:0;border-bottom:1px solid #eee;padding:10px 0;display:flex;align-items:baseline;gap:12px}
  .hero-stats strong{font-size:22px}
  .hero-stats span{font-size:12px}
  .section{padding:80px 0}
  .split{gap:45px}
  .image-card-badge{left:14px}
  .service-card{min-height:220px}
  .project-banner>div{padding:30px 24px}
  .project-card{grid-template-columns:1fr}
  .project-card img{height:230px}
  .project-large img{height:260px}
  .contact-list a,.contact-list div{flex-direction:column}
  .contact-list span{text-align:left}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;gap:8px}
  .lightbox{padding:18px}
  .lightbox-close{top:12px;right:14px;font-size:36px}
}

/* Optimierung 31.08.2026 */
.hero-kicker{font-size:12px!important;font-weight:800;letter-spacing:.16em;text-transform:uppercase;margin:0 0 16px!important;opacity:.92}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.hero-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:800;padding:14px 22px;border-radius:3px;transition:.2s}
.hero-btn-primary{background:#d71920;color:#fff;border:1px solid #d71920}
.hero-btn-primary:hover{background:#b81218}
.hero-btn-ghost{background:rgba(0,0,0,.2);color:#fff;border:1px solid rgba(255,255,255,.7);backdrop-filter:blur(4px)}
.hero-btn-ghost:hover{background:rgba(255,255,255,.12)}
.trust-strip{background:#fff;border-bottom:1px solid #e7e7e7}
.trust-strip-inner{width:min(1180px,calc(100% - 40px));margin:auto;display:grid;grid-template-columns:repeat(4,1fr)}
.trust-strip-inner>div{padding:24px 22px;border-right:1px solid #e7e7e7}
.trust-strip-inner>div:first-child{border-left:1px solid #e7e7e7}
.trust-strip strong,.trust-strip span{display:block}.trust-strip strong{font-size:17px}.trust-strip span{font-size:12px;color:#666;margin-top:5px}
.team-teaser{background:#f5f5f3}.team-teaser-grid{display:grid;grid-template-columns:1fr .72fr;gap:70px;align-items:center}
.team-teaser h2{font-size:clamp(38px,5vw,62px);line-height:1.03;letter-spacing:-.035em;margin:0 0 24px}.team-teaser p:not(.eyebrow){font-size:18px;line-height:1.75;color:#555;margin-bottom:28px}
.team-teaser-photo img{width:100%;aspect-ratio:4/3;object-fit:cover;object-position:center 28%;display:block}
.service-pillars{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:28px}
.service-pillars article{background:#fff;color:#111;padding:34px;min-height:260px;border-top:4px solid #d71920}
.service-pillars span{color:#d71920;font-size:12px;font-weight:900;letter-spacing:.16em}.service-pillars h3{font-size:27px;margin:22px 0 12px}.service-pillars p{color:#555;line-height:1.65}.service-pillars a{color:#111;font-weight:800;text-decoration:none}
.detailed-services{margin-top:0}
.reference-hero-banner{margin:0 0 28px;background:#000;overflow:hidden;border:1px solid #e0e0e0}
.reference-hero-banner img{display:block;width:100%;height:auto;max-height:520px;object-fit:contain;cursor:zoom-in}
.mobile-contact-bar{display:none}
.footer-bottom a{color:inherit;text-decoration:none}.footer-bottom a:hover{text-decoration:underline}
@media(max-width:980px){
  .cert-card-document{grid-column:1/-1;grid-template-columns:180px 1fr}.trust-strip-inner{grid-template-columns:repeat(2,1fr)}.team-teaser-grid,.service-pillars{grid-template-columns:1fr}.team-teaser-photo{max-width:720px}.service-pillars article{min-height:0}}
@media(max-width:640px){body{padding-bottom:64px}.final-hero__content{padding-left:7%;padding-right:7%}.hero-actions{gap:10px}.hero-btn{width:100%;padding:13px 16px}.trust-strip-inner{width:100%;grid-template-columns:1fr 1fr}.trust-strip-inner>div{padding:17px 14px;border-left:0!important}.trust-strip strong{font-size:14px}.trust-strip span{font-size:11px}.team-teaser-grid{gap:34px}.service-pillars article{padding:27px}.reference-hero-banner{margin-left:-14px;margin-right:-14px}.mobile-contact-bar{position:fixed;z-index:1200;display:grid;grid-template-columns:1fr 1.35fr;left:0;right:0;bottom:0;background:#111;box-shadow:0 -6px 18px rgba(0,0,0,.2)}.mobile-contact-bar a{display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;font-weight:800;font-size:14px;padding:16px 10px}.mobile-contact-bar a:last-child{background:#d71920}}

@media(max-width:620px){.cert-card-document{grid-template-columns:1fr}.cert-card-document img{max-width:260px;margin:auto}}

/* Team-Link statt Teamdarstellung auf der Hauptseite */
.team-link-section{padding:70px 0;background:#f5f5f3;text-align:center}
.team-link-wrap{max-width:760px}
.team-link-section h2{font-size:clamp(34px,4.6vw,56px);line-height:1.05;letter-spacing:-.035em;margin:0 auto 26px}
.team-count-button{display:inline-flex;min-width:190px;justify-content:center}
.team-click-count{margin:13px 0 0;color:#707070;font-size:13px}
.team-click-count strong{color:#222}

/* Cookie Consent */
.cookie-banner[hidden]{display:none}
.cookie-banner{position:fixed;z-index:2500;left:18px;right:18px;bottom:18px}
.cookie-inner{max-width:1120px;margin:0 auto;background:#fff;border:1px solid #ddd;box-shadow:0 14px 45px rgba(0,0,0,.24);padding:20px 22px;display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center;border-radius:10px}
.cookie-inner strong{font-size:18px;color:#111}
.cookie-inner p{margin:6px 0 0;color:#555;font-size:13px;line-height:1.55}
.cookie-inner a{color:#111;text-decoration:underline}
.cookie-actions{display:flex;gap:10px;white-space:nowrap}
.cookie-btn{border-radius:5px;padding:12px 16px;font-weight:800;border:1px solid #1b1b1b;cursor:pointer}
.cookie-btn.primary{background:#111;color:#fff}
.cookie-btn.secondary{background:#fff;color:#111}

@media(max-width:700px){
  .team-link-section{padding:48px 18px}
  .team-link-section h2{font-size:34px}
  .team-count-button{width:100%;max-width:330px}
  .cookie-banner{left:10px;right:10px;bottom:74px}
  .cookie-inner{grid-template-columns:1fr;gap:14px;padding:17px;border-radius:8px}
  .cookie-actions{display:grid;grid-template-columns:1fr;gap:8px}
  .cookie-btn{width:100%;padding:13px 12px}
  .footer-grid img{max-width:150px}
  .footer-grid{gap:20px}
  .footer-bottom{line-height:1.6}
}


/* Interaktive Leistungs-Karten */
.service-pillars-links{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:28px}
.service-pillar-link{display:flex;flex-direction:column;min-height:100%;background:rgba(255,255,255,.22);border:1px solid rgba(0,0,0,.18);overflow:hidden;transition:transform .28s ease,box-shadow .28s ease,background .28s ease;box-shadow:0 10px 24px rgba(0,0,0,.08)}
.service-pillar-link:hover,.service-pillar-link:focus-visible{transform:translateY(-6px) scale(1.015);box-shadow:0 18px 36px rgba(0,0,0,.15);background:rgba(255,255,255,.42)}
.service-pillar-media{aspect-ratio:16/10;overflow:hidden;background:rgba(255,255,255,.24);border-bottom:1px solid rgba(0,0,0,.12)}
.service-pillar-media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.service-pillar-link:hover .service-pillar-media img,.service-pillar-link:focus-visible .service-pillar-media img{transform:scale(1.06)}
.service-pillar-content{padding:26px 26px 28px;display:flex;flex-direction:column;gap:0;flex:1}
.service-pillar-content span{color:#111;font-size:12px;font-weight:900;letter-spacing:.16em}
.service-pillar-content h3{font-size:26px;line-height:1.15;margin:18px 0 12px}
.service-pillar-content p{margin:0;color:#3b3420;line-height:1.65}
.service-pillar-content b{margin-top:auto;padding-top:20px;font-size:14px;letter-spacing:.02em}

.interactive-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;border:0;margin-top:0}
.service-card-link{display:flex;flex-direction:column;min-height:100%;padding:0!important;border:1px solid rgba(0,0,0,.18)!important;overflow:hidden;transition:transform .28s ease,box-shadow .28s ease,background .28s ease;box-shadow:0 10px 24px rgba(0,0,0,.08)}
.service-card-link:hover,.service-card-link:focus-visible{transform:translateY(-6px) scale(1.015);box-shadow:0 18px 36px rgba(0,0,0,.15);background:rgba(255,255,255,.4)}
.service-card-media{aspect-ratio:16/10;overflow:hidden;background:rgba(255,255,255,.28);border-bottom:1px solid rgba(0,0,0,.14)}
.service-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.service-card-link:hover .service-card-media img,.service-card-link:focus-visible .service-card-media img{transform:scale(1.06)}
.service-card-content{padding:24px 24px 26px;display:flex;flex-direction:column;flex:1}
.service-card-content span{display:block;margin-bottom:14px}
.service-card-content h3{margin:0 0 12px;font-size:22px;line-height:1.22}
.service-card-content p{margin:0;color:#3b3420;font-size:15px;line-height:1.7}
.service-card-note{display:block;margin-top:auto;padding-top:18px;font-size:12px;font-weight:800;letter-spacing:.02em;color:#111;opacity:.78}
.service-card-media-placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(255,255,255,.45),rgba(255,255,255,.16))}
.service-placeholder{text-align:center;padding:18px 16px}
.service-placeholder strong{display:block;font-size:24px;line-height:1.1;margin-bottom:8px}
.service-placeholder span{display:block;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#3b3420}

@media(max-width:980px){
  .service-pillars-links{grid-template-columns:repeat(2,1fr)}
  .interactive-service-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:640px){
  .service-pillars-links,.interactive-service-grid{grid-template-columns:1fr}
  .service-pillar-content{padding:22px}
  .service-card-content{padding:22px}
}


/* Final: interaktive Referenzen & Karriere */
.project-card{transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}
.project-card img{transition:transform .45s ease}
.project-card:hover,.project-card:focus-within{transform:translateY(-6px) scale(1.012);box-shadow:0 18px 42px rgba(0,0,0,.13);border-color:#d1d1d1}
.project-card:hover img,.project-card:focus-within img{transform:scale(1.045)}
.jobs-teaser{background:#f5f5f3;padding:70px 0}
.jobs-teaser-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}
.jobs-teaser h2{font-size:clamp(34px,4.5vw,54px);line-height:1.05;margin:0 0 16px}
.jobs-teaser p:not(.eyebrow){max-width:760px;color:#555;font-size:17px;line-height:1.7;margin:0}
@media(max-width:700px){.project-card:hover,.project-card:focus-within{transform:none}.project-card:hover img,.project-card:focus-within img{transform:none}.jobs-teaser-inner{flex-direction:column;align-items:flex-start}.jobs-teaser .btn{width:100%}}


body{overflow-x:hidden}
.final-hero__content{display:flex;flex-direction:column;align-items:flex-start}
.final-hero__content p{display:none}
@media(max-width:700px){
  .final-hero{height:72vh;min-height:430px}
  .final-hero.hero-normal{height:42vh;min-height:270px}
  .final-hero__content{padding:108px 7% 0;max-width:96%}
  .final-hero__content h1{font-size:clamp(28px,8vw,40px);max-width:320px}
  .site-header{background:rgba(255,255,255,.985)}
  .nav{top:70px;padding:18px 16px 22px;gap:12px;max-height:calc(100vh - 70px);overflow:auto}
  .nav a{width:100%;padding:8px 0;border-bottom:1px solid #ececec}
  .nav .nav-cert,.nav .nav-cta{padding:13px 14px;text-align:center;border-bottom:0}
  .project-counter-section{padding:40px 16px}
  .project-counter-number{font-size:56px}
  .project-counter-label{font-size:16px}
  .section-copy h2,.section-head h2,.contact-section h2{font-size:34px}
  .image-card img{aspect-ratio:4/4.5;object-position:center top}
  .service-pillar-link:hover,.service-card-link:hover,.project-card:hover{transform:none}
  .service-pillar-media,.service-card-media{aspect-ratio:16/9}
  .project-body{padding:24px 18px}
  .contact-card{padding:24px 18px}
  .cookie-inner p{font-size:12px}
}
.interactive-service-grid .service-card-link,.service-pillars-links .service-pillar-link{border-radius:14px}
.project-card{transition:transform .28s ease, box-shadow .28s ease}
.project-card:hover{transform:translateY(-6px) scale(1.01);box-shadow:0 18px 36px rgba(0,0,0,.12)}
.project-card:hover img{transform:scale(1.03)}
.project-card img{transition:transform .4s ease}


/* Finales Corporate-Design: Gelb / Weiß mit reduziertem Schwarz */
:root{--brand-yellow:#f2c500;--brand-yellow-dark:#d9b000;--brand-ink:#171717;--brand-soft:#fffdf3}
body{background:#fff;color:var(--brand-ink)}
.site-header{background:rgba(255,255,255,.985);border-bottom:1px solid #ece6cf;box-shadow:0 6px 24px rgba(0,0,0,.07)}
.nav-wrap{height:88px}
.brand{display:flex;align-items:center;background:#fff;padding:7px 12px;border-radius:10px;box-shadow:0 5px 18px rgba(0,0,0,.08)}
.brand img{width:205px;height:64px;object-fit:contain}
.nav a{color:#171717}
.nav a:hover{color:#9a7c00}
.nav-cert{background:var(--brand-yellow);color:#111!important;border-radius:8px;padding:11px 14px}
.nav-cta{background:var(--brand-yellow);color:#111!important;border-radius:8px;padding:12px 18px}
.nav-cta:hover,.nav-cert:hover{background:var(--brand-yellow-dark);color:#111!important}

.section-services-yellow{background:#fff;color:#111;border-top:8px solid var(--brand-yellow)}
.section-services-yellow .section-head{padding:28px 30px;background:var(--brand-soft);border-left:7px solid var(--brand-yellow);border-radius:14px}
.service-pillar-link,.service-card-link{background:#fff!important;border:1px solid #ece7d5!important;box-shadow:0 10px 28px rgba(0,0,0,.07)}
.service-pillar-link:hover,.service-card-link:hover{background:#fff!important;box-shadow:0 20px 42px rgba(0,0,0,.13)}
.service-pillar-content span,.service-card-content span{color:#9d7d00!important}
.service-pillar-content b,.service-card-note{color:#6e5900}

.section-certs{background:var(--brand-soft)}
.cert-card{background:#fff;color:#171717;border-left:5px solid var(--brand-yellow);box-shadow:0 10px 28px rgba(0,0,0,.07)}
.cert-card b{background:var(--brand-yellow);color:#111}
.cert-card p{color:#555}
.cert-link{border:1px solid #171717;color:#171717}
.cert-link:hover{background:var(--brand-yellow);border-color:var(--brand-yellow);color:#111}

.project-card{border:1px solid #eee8d4;border-radius:14px;box-shadow:0 8px 24px rgba(0,0,0,.06)}
.project-body>p:first-child{color:#a38200}
.section-soft{background:#fffdf5}
.values-grid article{border-top:4px solid var(--brand-yellow);box-shadow:0 8px 22px rgba(0,0,0,.055)}
.values-grid b{color:#a38200}
.team-link-section,.jobs-teaser{background:#fffdf5;border-top:1px solid #f2e8bb;border-bottom:1px solid #f2e8bb}
.team-count-button,.jobs-teaser .btn-primary{background:var(--brand-yellow);color:#111}
.contact-section{background:#fffdf5;color:#171717;border-top:8px solid var(--brand-yellow)}
.contact-grid>div>p{color:#555}
.contact-list a,.contact-list div{border-top:1px solid #ddd5b7}
.contact-list span{color:#444}
.contact-card{box-shadow:0 12px 34px rgba(0,0,0,.09);border:1px solid #eee5c7}
footer{background:#fff;border-top:1px solid #e9e1c5}

/* Copyright-/Kopierschutz-Hinweis und erschwertes Markieren */
body.copyright-protected{-webkit-user-select:none;user-select:none}
body.copyright-protected input,body.copyright-protected textarea,body.copyright-protected [contenteditable="true"]{-webkit-user-select:text;user-select:text}
img{-webkit-user-drag:none;user-drag:none}
.copyright-notice{grid-column:1/-1;background:#171717;color:#fff;padding:13px 16px;border-left:5px solid var(--brand-yellow);font-size:12px;line-height:1.5;border-radius:6px}
.copyright-notice strong{color:var(--brand-yellow)}

/* Smartphone-Feinschliff */
@media(max-width:980px){
  .nav-wrap{height:74px}
  .brand{padding:4px 8px;box-shadow:none}
  .brand img{width:174px;height:56px}
  .nav{top:74px;box-shadow:0 14px 30px rgba(0,0,0,.12)}
}
@media(max-width:640px){
  .container{width:calc(100% - 24px)}
  .site-header{position:sticky}
  .nav-wrap{height:66px}
  .brand img{width:150px;height:48px}
  .menu-toggle{font-size:30px;padding:8px 4px}
  .nav{top:66px;padding:14px 14px 18px;gap:4px}
  .nav a{font-size:15px;padding:10px 4px}
  .nav .nav-cert,.nav .nav-cta{margin-top:4px;border-radius:7px}
  .final-hero{height:58vh!important;min-height:390px!important}
  .final-hero.hero-normal{height:38vh!important;min-height:280px!important}
  .final-hero__content{padding:88px 18px 0!important;max-width:100%!important}
  .final-hero__content h1{font-size:31px!important;line-height:1.02!important;max-width:290px!important}
  .hero-actions{width:100%;max-width:300px}
  .hero-btn{font-size:14px;border-radius:7px}
  .project-counter-section{padding:0!important}
  .company-facts{grid-template-columns:repeat(2,1fr)!important}
  .company-fact{padding:16px 8px!important;min-height:92px!important}
  .company-fact strong{font-size:25px!important}
  .company-fact span{font-size:10px!important}
  .section{padding:58px 0}
  .section-head{margin-bottom:30px!important;gap:18px!important}
  .section-services-yellow .section-head{padding:22px 18px;border-left-width:5px}
  .section-copy h2,.section-head h2,.contact-section h2{font-size:31px!important}
  .section-copy p,.section-head>p{font-size:15px!important}
  .service-pillars-links,.interactive-service-grid{gap:14px}
  .service-pillar-link,.service-card-link{border-radius:12px!important}
  .service-pillar-content,.service-card-content{padding:18px!important}
  .service-pillar-content h3,.service-card-content h3{font-size:21px!important}
  .service-pillar-content p,.service-card-content p{font-size:14px!important;line-height:1.55!important}
  .service-card-note{display:none}
  .projects{gap:16px!important}
  .project-card{border-radius:12px}
  .project-card img{height:220px!important}
  .project-body{padding:20px 16px!important}
  .project-body h3{font-size:25px!important}
  .cert-card{padding:22px!important}
  .cert-card-document{grid-template-columns:1fr!important;gap:18px!important}
  .cert-card-document img{max-width:220px!important;margin:auto}
  .contact-grid{gap:30px!important}
  .contact-card{padding:22px 16px!important}
  .footer-grid{gap:16px!important}
  .footer-bottom{font-size:11px!important}
  .copyright-notice{font-size:11px;padding:12px}
}

/* Final navigation state: only active register is yellow */
.nav a{background:transparent!important;color:#171717!important;padding:10px 12px;border-radius:8px;transition:.2s ease}
.nav a:hover{background:rgba(242,197,0,.16)!important;color:#171717!important}
.nav a.is-active{background:var(--brand-yellow,#f2c500)!important;color:#111!important;box-shadow:0 3px 10px rgba(0,0,0,.08)}
@media(max-width:640px){.nav a{padding:13px 14px}.nav a.is-active{background:var(--brand-yellow,#f2c500)!important}}


/* Omega-Haus Referenz: zwei Bilder in einem gemeinsamen Block */
.omega-gallery{position:relative;overflow:hidden;background:#111}
.omega-gallery>img{display:block;width:100%;height:100%;object-fit:cover}
.omega-tabs{position:absolute;left:18px;bottom:18px;display:flex;gap:8px;z-index:3;background:rgba(255,255,255,.94);padding:6px;border-radius:10px;box-shadow:0 5px 18px rgba(0,0,0,.18)}
.omega-tab{border:0;background:transparent;color:#171717;font-weight:800;padding:9px 13px;border-radius:7px;cursor:pointer;font-size:13px}
.omega-tab:hover{background:rgba(242,197,0,.18)}
.omega-tab.is-active{background:var(--brand-yellow,#f2c500);color:#111}
@media(max-width:640px){.omega-tabs{left:10px;right:10px;bottom:10px;justify-content:center}.omega-tab{flex:1;padding:10px 8px;font-size:12px}}

/* Erweiterbare Referenz-Galerien */
.project-gallery{position:relative;overflow:hidden;background:#111}
.project-gallery-image{display:block;width:100%;height:100%;object-fit:cover;transition:opacity .22s ease}
.project-gallery.is-switching .project-gallery-image{opacity:.35}
.project-gallery-tabs{display:flex;gap:8px;align-items:center;overflow-x:auto;padding:10px 12px;background:#fff;border-top:1px solid rgba(0,0,0,.08);scrollbar-width:thin}
.project-gallery-tab{flex:0 0 auto;border:1px solid rgba(0,0,0,.12);background:#f7f7f5;color:#171717;font-weight:800;padding:9px 13px;border-radius:7px;cursor:pointer;font-size:13px;white-space:nowrap}
.project-gallery-tab:hover{background:rgba(242,197,0,.16);border-color:rgba(242,197,0,.55)}
.project-gallery-tab.is-active{background:var(--brand-yellow,#f2c500);color:#111;border-color:var(--brand-yellow,#f2c500)}
@media(max-width:640px){.project-gallery-tabs{padding:9px 10px;gap:7px}.project-gallery-tab{padding:9px 11px;font-size:12px}}


/* === 10/10 Service-Detailseiten === */
.service-page{background:#fff;color:#171717}
.service-page .site-header{position:sticky;top:0;z-index:1000}
.service-hero{position:relative;min-height:520px;display:flex;align-items:flex-end;overflow:hidden;background:#151515}
.service-hero-media{position:absolute;inset:0}
.service-hero-media img{width:100%;height:100%;object-fit:cover;display:block}
.service-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.72) 0%,rgba(0,0,0,.38) 48%,rgba(0,0,0,.14) 100%)}
.service-hero-inner{position:relative;z-index:2;width:min(1180px,calc(100% - 48px));margin:0 auto;padding:120px 0 68px;color:#fff}
.service-breadcrumb{display:flex;gap:8px;align-items:center;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#f2c500;margin-bottom:18px}
.service-breadcrumb a{color:#fff;opacity:.88;text-decoration:none}
.service-hero h1{font-size:clamp(42px,6vw,76px);line-height:.98;max-width:880px;margin:0 0 18px;letter-spacing:-.035em}
.service-hero p{max-width:760px;font-size:clamp(18px,2vw,23px);line-height:1.6;color:#f1f1ef;margin:0}
.service-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.service-hero-actions a{display:inline-flex;align-items:center;justify-content:center;padding:14px 19px;border-radius:8px;font-weight:900;text-decoration:none}
.service-hero-actions .primary{background:#f2c500;color:#111}
.service-hero-actions .secondary{border:1px solid rgba(255,255,255,.58);color:#fff;background:rgba(255,255,255,.08)}
.service-trustbar{background:#f2c500;border-bottom:1px solid #d8af00}
.service-trustbar-inner{max-width:1180px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr)}
.service-trustbar div{padding:20px 24px;border-right:1px solid rgba(0,0,0,.16)}
.service-trustbar div:last-child{border-right:0}
.service-trustbar strong{display:block;font-size:18px;margin-bottom:3px}
.service-trustbar span{font-size:13px;font-weight:700}
.service-main{padding:82px 24px}
.service-main-inner{max-width:1180px;margin:auto;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:70px;align-items:start}
.service-copy .eyebrow{color:#9a7c00}
.service-copy h2{font-size:clamp(34px,4.4vw,54px);line-height:1.05;letter-spacing:-.025em;margin:10px 0 22px}
.service-copy p{font-size:18px;line-height:1.8;color:#565656;margin:0 0 18px}
.service-feature-card{background:#fffdf3;border:1px solid #eadfba;border-radius:14px;padding:26px;box-shadow:0 12px 34px rgba(0,0,0,.07);position:sticky;top:112px}
.service-feature-card h3{font-size:25px;margin:0 0 18px}
.service-feature-list{display:grid;gap:10px}
.service-feature-list div{background:#fff;border:1px solid #eee6cd;border-radius:9px;padding:14px 15px;font-weight:800;line-height:1.4}
.service-feature-list div::before{content:"✓";color:#a48700;margin-right:9px;font-weight:1000}
.service-process{background:#faf9f5;padding:76px 24px;border-top:1px solid #eee8d8;border-bottom:1px solid #eee8d8}
.service-process-inner{max-width:1180px;margin:auto}
.service-process h2{font-size:clamp(32px,4vw,48px);margin:0 0 30px;letter-spacing:-.025em}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.process-step{background:#fff;padding:24px;border-radius:12px;border:1px solid #e9e5da;min-height:170px}
.process-step b{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;background:#f2c500;border-radius:50%;margin-bottom:16px}
.process-step h3{margin:0 0 9px;font-size:20px}
.process-step p{margin:0;color:#646464;line-height:1.6;font-size:15px}
.service-related{padding:72px 24px;background:#fff}
.service-related-inner{max-width:1180px;margin:auto}
.service-related h2{font-size:34px;margin:0 0 24px}
.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.related-grid a{display:block;padding:20px;background:#fffdf3;border:1px solid #eadfba;border-radius:10px;font-weight:900;text-decoration:none;transition:.2s}
.related-grid a:hover{transform:translateY(-3px);box-shadow:0 12px 25px rgba(0,0,0,.08);border-color:#f2c500}
.service-cta{padding:72px 24px;background:#171717;color:#fff}
.service-cta-inner{max-width:1180px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:36px}
.service-cta h2{font-size:clamp(32px,4vw,50px);margin:0 0 10px}
.service-cta p{margin:0;color:#d2d2d2;font-size:18px;line-height:1.6}
.service-cta a{flex:0 0 auto;background:#f2c500;color:#111;padding:15px 21px;border-radius:8px;font-weight:900;text-decoration:none}
.service-footer{background:#fff;padding:28px 24px;border-top:1px solid #e9e4d7;color:#454545}
.service-footer-inner{max-width:1180px;margin:auto;display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap;font-size:14px}
.service-footer a{font-weight:800;text-decoration:none}
@media(max-width:900px){.service-trustbar-inner{grid-template-columns:repeat(2,1fr)}.service-trustbar div:nth-child(2){border-right:0}.service-main-inner{grid-template-columns:1fr;gap:36px}.service-feature-card{position:static}.process-grid{grid-template-columns:repeat(2,1fr)}.related-grid{grid-template-columns:1fr 1fr}.service-cta-inner{align-items:flex-start;flex-direction:column}}
@media(max-width:640px){.service-hero{min-height:470px}.service-hero-inner{width:calc(100% - 36px);padding:105px 0 46px}.service-hero h1{font-size:39px}.service-hero p{font-size:17px}.service-trustbar-inner{grid-template-columns:1fr 1fr}.service-trustbar div{padding:16px 14px}.service-trustbar strong{font-size:15px}.service-main{padding:58px 18px}.service-copy p{font-size:16px}.service-process{padding:56px 18px}.process-grid{grid-template-columns:1fr}.related-grid{grid-template-columns:1fr}.service-related{padding:56px 18px}.service-cta{padding:58px 18px}.service-footer{padding:24px 18px}}


/* =========================================================
   EXPRESS RECYCLING · PREMIUM TYPOGRAFIE / FINAL POLISH
   Datenschutzfreundlich: keine externen Webfonts erforderlich.
   ========================================================= */
:root{
  --brand-yellow:#f2c500;
  --brand-ink:#151515;
  --brand-muted:#5f6368;
  --brand-radius:10px;
  --brand-shadow:0 18px 45px rgba(0,0,0,.09);
}

body{
  font-family:"Segoe UI",Inter,Arial,Helvetica,sans-serif;
  font-size:16px;
  line-height:1.68;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

h1,h2,h3,h4,h5,h6,
.final-hero__content h1,
.project-stat strong,
.project-body h3,
.service-card h3,
.cert-card h3,
.team-info h3{
  font-family:"Bahnschrift","Arial Narrow","Segoe UI",Arial,sans-serif;
  font-stretch:condensed;
  font-weight:700;
  letter-spacing:-.025em;
}

.final-hero__content h1,
.hero h1{
  font-weight:800;
  letter-spacing:-.045em;
}

.nav,
.btn,
.hero-btn,
.service-card-note,
.project-gallery-tab,
.cert-link{
  font-family:"Segoe UI",Inter,Arial,sans-serif;
  font-weight:700;
  letter-spacing:.005em;
}

.nav a{
  border-radius:8px;
  padding:10px 12px;
}

.nav a:not(.is-active):not(.active):hover{
  background:#f7f7f4;
  color:#111;
}

.nav a.is-active,
.nav a.active,
.nav a[aria-current="page"]{
  background:var(--brand-yellow);
  color:#111!important;
  box-shadow:inset 0 -2px 0 rgba(0,0,0,.12);
}

.btn,.hero-btn,.cert-link{
  border-radius:8px;
}

.service-card,
.project-card,
.cert-card,
.contact-card{
  border-radius:var(--brand-radius);
}

.service-card{
  overflow:hidden;
}

.service-card-media img,
.project-card img{
  transition:transform .38s ease,filter .38s ease;
}

.service-card:hover .service-card-media img,
.project-card:hover>img{
  transform:scale(1.025);
}

.project-card{
  box-shadow:0 8px 28px rgba(0,0,0,.055);
}

.section-head h2{
  text-wrap:balance;
}

.section-head>p,
.project-body p,
.service-card p,
.contact-section p{
  color:var(--brand-muted);
}

@media(max-width:640px){
  body{font-size:15px}
  .final-hero__content h1{letter-spacing:-.035em}
  .nav a{border-radius:6px}
}

/* FINAL 10/10 consistency */
::selection{background:#f2c500;color:#111}
a:focus-visible,button:focus-visible{outline:3px solid #f2c500;outline-offset:3px}
img{max-width:100%}
html{scroll-behavior:smooth}


/* =========================================================
   FINALER 10/10 VISUAL-POLISH
   Video größer + Leistungen bildstärker
   ========================================================= */

/* Video-Banner: nach dem Intro deutlich größer stehen lassen */
.final-hero.hero-normal{
  height:75vh!important;
  min-height:560px!important;
}

/* Leistungen: bewusst größer und hochwertiger statt zu vieler kleiner Karten */
.interactive-service-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:26px!important;
  max-width:1180px;
  margin-left:auto;
  margin-right:auto;
}

.interactive-service-grid .service-card-link{
  min-height:100%;
  border-radius:16px!important;
  overflow:hidden;
}

.interactive-service-grid .service-card-media{
  aspect-ratio:16/9!important;
  min-height:285px;
}

.interactive-service-grid .service-card-content{
  padding:28px 30px 30px!important;
}

.interactive-service-grid .service-card-content span{
  margin-bottom:12px!important;
  font-size:13px;
  font-weight:800;
}

.interactive-service-grid .service-card-content h3{
  font-size:27px!important;
  line-height:1.14!important;
  margin-bottom:12px!important;
}

.interactive-service-grid .service-card-content p{
  font-size:16px!important;
  line-height:1.62!important;
  max-width:62ch;
}

.interactive-service-grid .service-card-note{
  margin-top:18px;
  font-size:13px;
  font-weight:800;
}

.service-more-callout{
  max-width:1180px;
  margin:28px auto 0;
  padding:30px 34px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:34px;
  align-items:center;
  color:#fff;
  background:#111;
  border-radius:16px;
  box-shadow:0 18px 42px rgba(0,0,0,.18);
}
.service-more-callout .eyebrow{margin:0 0 8px;color:#f2c500}
.service-more-callout h3{margin:0 0 9px;font-size:clamp(24px,2.5vw,34px);line-height:1.12}
.service-more-callout p:last-child{max-width:760px;margin:0;color:#d8d8d8;font-size:16px;line-height:1.65}
.service-more-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:13px 19px;
  border-radius:9px;
  background:#f2c500;
  color:#111;
  text-decoration:none;
  font-size:14px;
  font-weight:900;
  white-space:nowrap;
  transition:transform .2s ease,filter .2s ease;
}
.service-more-button:hover{transform:translateY(-2px);filter:brightness(1.04)}

/* Tablet */
@media(max-width:900px){
  .final-hero.hero-normal{
    height:66vh!important;
    min-height:480px!important;
  }
  .interactive-service-grid{
    gap:18px!important;
  }
  .interactive-service-grid .service-card-media{
    min-height:220px;
  }
  .interactive-service-grid .service-card-content{
    padding:24px!important;
  }
  .interactive-service-grid .service-card-content h3{
    font-size:24px!important;
  }
  .service-more-callout{grid-template-columns:1fr;gap:20px}
  .service-more-button{justify-self:start}
}

/* Smartphone: große Einzelkarten, Video bleibt präsent */
@media(max-width:640px){
  .final-hero{
    height:72vh!important;
    min-height:500px!important;
  }
  .final-hero.hero-normal{
    height:60vh!important;
    min-height:410px!important;
  }
  .interactive-service-grid{
    grid-template-columns:1fr!important;
    gap:18px!important;
  }
  .interactive-service-grid .service-card-media{
    aspect-ratio:16/9!important;
    min-height:0;
  }
  .interactive-service-grid .service-card-content{
    padding:21px 19px 23px!important;
  }
  .interactive-service-grid .service-card-content h3{
    font-size:23px!important;
  }
  .interactive-service-grid .service-card-content p{
    font-size:14.5px!important;
    line-height:1.58!important;
  }
  .interactive-service-grid .service-card-note{
    display:block!important;
    margin-top:14px;
  }
  .service-more-callout{margin-top:20px;padding:24px 20px;border-radius:13px}
  .service-more-callout h3{font-size:24px}
  .service-more-callout p:last-child{font-size:15px;line-height:1.6}
  .service-more-button{width:100%;white-space:normal;text-align:center}
}

/* Türeinbau · Vorher/Nachher */
.door-before-after{padding:86px 20px;background:#f7f7f4;color:#151515}
.door-before-after-inner{max-width:1180px;margin:0 auto}
.door-before-after h2{font-size:clamp(32px,4vw,54px);margin:8px 0 14px;line-height:1.05}
.door-ba-intro{max-width:850px;font-size:18px;line-height:1.7;color:#444;margin-bottom:28px}
.door-ba-figure{margin:0;background:#111;border-radius:18px;overflow:hidden;box-shadow:0 18px 45px rgba(0,0,0,.16)}
.door-ba-figure img{display:block;width:100%;height:auto}
.door-ba-figure figcaption{padding:12px 16px;background:#111;color:#ddd;font-size:13px}
@media(max-width:700px){.door-before-after{padding:58px 14px}.door-ba-intro{font-size:16px}.door-ba-figure{border-radius:12px}}

/* FIX: Omega-Haus Galerie – kein schwarzer Leerraum unter den Tabs */
.project-gallery-card{min-height:0!important;grid-template-rows:auto auto!important;background:#fff!important}
.project-gallery-card .project-gallery{background:#fff!important;height:auto!important;min-height:0!important}
.project-gallery-card .project-gallery-image{height:390px!important;min-height:0!important}
.project-gallery-card .project-gallery-tabs{background:#fff!important;margin:0!important}
@media(max-width:700px){.project-gallery-card .project-gallery-image{height:260px!important}}

/* Omega Haus: kompakte Ein-Button-Bildumschaltung */
.project-gallery-tabs-compact{justify-content:flex-start;padding:8px 12px!important}
.project-gallery-tabs-compact .project-gallery-toggle{min-width:128px;text-align:center;background:var(--brand-yellow,#f2c500);border-color:var(--brand-yellow,#f2c500);color:#111}

/* Fenster Vorher/Nachher – illustrative Pexels-Bilder */
.window-before-after{padding:70px 20px;background:#f7f7f4}
.window-before-after-inner{max-width:1180px;margin:0 auto}
.window-ba-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:28px}
.window-ba-card{margin:0;background:#fff;border:1px solid rgba(0,0,0,.09);border-radius:16px;overflow:hidden;box-shadow:0 12px 32px rgba(0,0,0,.07)}
.window-ba-media{position:relative;aspect-ratio:4/3;background:#eee;overflow:hidden}
.window-ba-media img{display:block;width:100%;height:100%;object-fit:cover}
.window-ba-label{position:absolute;left:14px;top:14px;background:#f2c500;color:#111;padding:7px 11px;border-radius:999px;font-size:12px;font-weight:900;letter-spacing:.08em}
.window-ba-card figcaption{padding:16px 18px 18px;font-size:14px;line-height:1.55;color:#444}
.window-ba-note{margin-top:16px;font-size:13px;color:#666}
.window-ba-note a{color:inherit;text-decoration:underline}
@media(max-width:720px){.window-before-after{padding:48px 14px}.window-ba-grid{grid-template-columns:1fr;gap:16px}}

/* === OMEGA HAUS FINAL FIX: schwarzen Leerraum vollständig entfernen === */
.project-card.project-large.project-gallery-card{
  min-height:0!important;
  height:auto!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  grid-template-rows:max-content max-content!important;
  align-content:start!important;
  background:#fff!important;
  overflow:hidden!important;
}
.project-gallery-card .project-gallery{
  position:relative!important;
  display:block!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  background:#fff!important;
  overflow:hidden!important;
  align-self:start!important;
}
.project-gallery-card .project-gallery-image{
  display:block!important;
  width:100%!important;
  height:auto!important;
  aspect-ratio:4/3!important;
  object-fit:cover!important;
  margin:0!important;
  padding:0!important;
  background:#fff!important;
}
.project-gallery-card .project-gallery-tabs{
  position:static!important;
  display:flex!important;
  height:auto!important;
  min-height:0!important;
  margin:0!important;
  padding:8px 12px!important;
  background:#fff!important;
  border-top:1px solid rgba(0,0,0,.08)!important;
}
.project-gallery-card .project-body{
  margin:0!important;
  background:#fff!important;
}
@media(max-width:700px){
  .project-gallery-card .project-gallery-image{height:auto!important;aspect-ratio:4/3!important}
}

/* Fenster Vorher/Nachher – klarer, realistischer Vergleich */
.window-before-after{background:#f6f6f3!important}
.window-before-after h2{margin-bottom:10px}
.window-ba-grid{align-items:stretch}
.window-ba-card{display:flex;flex-direction:column}
.window-ba-card figcaption{flex:1}
.window-ba-label{background:#f2c500!important;color:#111!important;box-shadow:0 3px 12px rgba(0,0,0,.12)}

/* Omega Haus: Hauptbild öffnet eine Lightbox-Galerie; keine Tabs/Leerflächen. */
.omega-click-gallery{height:auto!important;min-height:0!important;background:#fff!important;overflow:hidden;cursor:zoom-in}
.omega-click-gallery .omega-gallery-image{display:block!important;width:100%!important;height:auto!important;min-height:0!important;object-fit:cover!important;background:#fff!important}
.project-card.project-large.project-gallery-card{grid-template-rows:max-content max-content!important;min-height:0!important;height:auto!important;background:#fff!important;align-content:start!important}
.project-gallery-tabs,.project-gallery-tab{display:none!important}

.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:54px;height:70px;border:0;border-radius:10px;background:rgba(0,0,0,.48);color:#fff;font-size:54px;line-height:1;cursor:pointer;display:none;align-items:center;justify-content:center;backdrop-filter:blur(3px)}
.lightbox-nav.is-visible{display:flex}
.lightbox-prev{left:22px}
.lightbox-next{right:22px}
.lightbox-nav:hover{background:rgba(0,0,0,.68)}
@media(max-width:700px){.lightbox-nav{width:44px;height:58px;font-size:44px}.lightbox-prev{left:6px}.lightbox-next{right:6px}}


/* === ABSOLUT 10/10 FINAL QUALITY LAYER === */
:focus-visible{outline:3px solid #f2c500;outline-offset:3px}
a,button{transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,color .18s ease,border-color .18s ease}
.zoomable{cursor:zoom-in}

/* Omega reference: no tabs, no reserved black area, only the real image height. */
.project-card.project-large.project-gallery-card{display:grid!important;grid-template-rows:max-content max-content!important;min-height:0!important;height:auto!important;align-content:start!important;background:#fff!important;overflow:hidden!important}
.project-gallery-card .project-gallery,.omega-click-gallery{position:relative!important;display:block!important;height:auto!important;min-height:0!important;background:#fff!important;overflow:hidden!important;line-height:0!important}
.project-gallery-card .project-gallery-image,.omega-gallery-image{display:block!important;width:100%!important;height:auto!important;aspect-ratio:4/3!important;object-fit:cover!important;background:#fff!important;margin:0!important}
.project-gallery-tabs,.project-gallery-tab,.project-gallery-tabs-compact{display:none!important}
.project-gallery-card .project-body{position:relative!important;margin:0!important;background:#fff!important;line-height:normal!important}

/* More polished lightbox. */
.lightbox{overscroll-behavior:contain}
.lightbox-counter{display:block;margin-top:6px;color:rgba(255,255,255,.72);font-size:13px;text-align:center;letter-spacing:.04em}
.lightbox-nav:focus-visible,.lightbox-close:focus-visible{outline-color:#f2c500}

/* Respect operating-system motion preferences. */
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
  .final-hero{transition:none!important}
  .motion-ready{opacity:1!important;transform:none!important}
}

/* Print stays clean and useful for business pages. */
@media print{
  .site-header,.mobile-contact-bar,.cookie-banner,.music-toggle,.lightbox,.hero-actions,.service-hero-actions{display:none!important}
  body{background:#fff!important;color:#111!important}
  a{color:#111!important;text-decoration:none!important}
}


/* Final production polish */
.lightbox[hidden]{display:none!important}
.music-toggle{min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;padding:0!important}
.project-card>img.zoomable{min-height:0}
.project-card>img.zoomable:focus-visible{outline:4px solid #f2c500;outline-offset:-4px}
.nav a[aria-current="page"]{background:#f2c500!important;color:#111!important}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto!important}
  *,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}
}


/* Finale Referenz-Politur: echte Projektgalerien */
.reference-authenticity{
  margin:.55rem 0 0;
  max-width:760px;
  color:#5f6368;
  font-size:.95rem;
  line-height:1.55;
}
.project-card img[data-gallery]{
  cursor:zoom-in;
}
.project-card img[data-gallery]:focus-visible{
  outline:3px solid #f2c300;
  outline-offset:3px;
}

/* Abschluss-Fix Referenzen: alle Referenzkarten gleich groß und einheitlich */
.projects > .project-card{min-width:0;height:100%}
#referenzen .project-card{grid-template-columns:1fr 1fr!important;min-height:330px!important;background:#fff!important}
#referenzen .project-card img[data-gallery],#referenzen .project-card > img.zoomable{background:#fff!important}
@media(max-width:700px){#referenzen .project-card{grid-template-columns:1fr!important}}

/* FINAL Abschluss: alle Referenzkarten exakt einheitlich */
#referenzen .projects{grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:stretch!important}
#referenzen .project-card{grid-template-columns:1fr 1fr!important;min-height:330px!important;height:100%!important}
#referenzen .project-card>img{width:100%!important;height:100%!important;object-fit:cover!important}
#referenzen .project-card .project-body{padding:34px!important}
@media(max-width:700px){
  #referenzen .projects{grid-template-columns:1fr!important}
  #referenzen .project-card{grid-template-columns:1fr!important;min-height:0!important}
  #referenzen .project-card>img{height:230px!important}
}


/* ABSCHLUSS: nur Lightbox-Pfeile optisch geändert – sonst keine Layoutänderung */
.lightbox-nav{
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  width:48px !important;
  height:72px !important;
  padding:0 !important;
  color:transparent !important;
  font-size:0 !important;
  opacity:.82;
  transition:opacity .18s ease, transform .18s ease !important;
}
.lightbox-nav.is-visible{display:flex !important}
.lightbox-nav::before{
  content:"";
  display:block;
  width:20px;
  height:20px;
  border-top:3px solid #fff;
  border-right:3px solid #fff;
  filter:drop-shadow(0 2px 3px rgba(0,0,0,.7));
}
.lightbox-prev::before{transform:rotate(-135deg)}
.lightbox-next::before{transform:rotate(45deg)}
.lightbox-prev{left:24px !important;right:auto !important}
.lightbox-next{right:24px !important;left:auto !important}
.lightbox-nav:hover{
  background:transparent !important;
  opacity:1;
  transform:translateY(-50%) scale(1.08) !important;
}
.lightbox-nav:focus-visible{
  outline:2px solid #f2c500 !important;
  outline-offset:4px !important;
  border-radius:4px !important;
}
@media(max-width:700px){
  .lightbox-nav{width:40px !important;height:60px !important;opacity:.9}
  .lightbox-nav::before{
    width:17px;
    height:17px;
    border-top-width:3px;
    border-right-width:3px;
  }
  .lightbox-prev{left:7px !important}
  .lightbox-next{right:7px !important}
}


/* CACHE-FIX FINAL: klare, randlose Chevron-Pfeile */
.lightbox-nav{
  background:none !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  color:transparent !important;
  font-size:0 !important;
  width:54px !important;
  height:78px !important;
  padding:0 !important;
  opacity:.92 !important;
}
.lightbox-nav::before{
  content:"" !important;
  display:block !important;
  width:22px !important;
  height:22px !important;
  border:0 !important;
  border-top:3px solid #fff !important;
  border-right:3px solid #fff !important;
  filter:drop-shadow(0 2px 4px rgba(0,0,0,.85));
}
.lightbox-prev{left:18px !important;right:auto !important}
.lightbox-next{right:18px !important;left:auto !important}
.lightbox-prev::before{transform:rotate(-135deg) !important}
.lightbox-next::before{transform:rotate(45deg) !important}
.lightbox-nav:hover{
  background:none !important;
  opacity:1 !important;
  transform:translateY(-50%) scale(1.12) !important;
}
@media(max-width:700px){
  .lightbox-nav{width:42px !important;height:64px !important}
  .lightbox-nav::before{width:18px !important;height:18px !important}
  .lightbox-prev{left:5px !important}
  .lightbox-next{right:5px !important}
}


/* HOME-FINAL-FIX: Navigation, Footer-Logo und gelber Kennzahlen-Balken */
.nav a{white-space:nowrap;}
.footer-grid img{
  width:160px!important;
  height:auto!important;
  max-height:90px!important;
  object-fit:contain!important;
  object-position:left center!important;
}
#referenzen + *{}
@media(min-width:981px){
  .nav{gap:18px!important;font-size:13.5px!important;}
  .nav a{padding:9px 9px!important;}
}

/* 10/10 Wettbewerbs-Politur: klare Positionierung, belastbare Beweise, Leitprojekt */
.skip-link{position:absolute;left:-9999px;top:auto}.skip-link:focus{left:12px;top:12px;z-index:99999;background:#fff;color:#111;padding:10px 14px;border:2px solid #111;border-radius:6px}
.final-hero__content .hero-kicker{
  display:block!important;
  margin:0 0 16px!important;
  padding:8px 12px;
  color:#111!important;
  background:#f2c500;
  border-radius:999px;
  font-size:12px!important;
  font-weight:900;
  letter-spacing:.1em;
  line-height:1.2!important;
  text-transform:uppercase;
  text-shadow:none!important;
}
.final-hero__content .hero-subline{display:block!important}
.hero-proof{display:flex;flex-wrap:wrap;gap:9px;margin-top:22px}
.hero-proof span{padding:8px 11px;border:1px solid rgba(255,255,255,.42);border-radius:999px;background:rgba(0,0,0,.26);color:#fff;font-size:11px;font-weight:850;letter-spacing:.07em;text-transform:uppercase;backdrop-filter:blur(5px)}

#referenzen .project-card-featured{
  grid-column:1/-1!important;
  grid-template-columns:minmax(0,1.35fr) minmax(340px,.65fr)!important;
  min-height:470px!important;
  border-color:rgba(242,197,0,.65)!important;
  box-shadow:0 20px 54px rgba(0,0,0,.12)!important;
}
#referenzen .project-card-featured .project-body{display:flex;flex-direction:column;justify-content:center;padding:46px!important}
#referenzen .project-card-featured h3{font-size:clamp(38px,4vw,58px);margin:14px 0 18px}
.project-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:18px}
.project-tags b{padding:7px 9px;border-radius:999px;background:#f4f1e5;color:#5c4c00;font-size:10px;letter-spacing:.08em;text-transform:uppercase}
.footer-bottom [data-open-consent]{text-decoration-style:dotted;text-underline-offset:3px}
.nav .language-link{border:1px solid rgba(0,0,0,.2);border-radius:999px;min-width:38px;text-align:center;padding-left:10px!important;padding-right:10px!important}
.project-detail-link{display:inline-flex;align-items:center;align-self:flex-start;margin-top:18px;color:#111;font-size:14px;font-weight:900;text-decoration-thickness:2px;text-underline-offset:4px}
.project-detail-link:hover{color:#9b7d00}

/* Projektfallstudie und internationale Einstiegsseite */
.case-study-main{padding:82px 0;background:#f7f7f4}
.case-study-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr);gap:62px;align-items:start}
.case-study-copy h2{font-size:clamp(36px,4.6vw,60px);line-height:1.02;margin:0 0 24px}
.case-study-copy p{font-size:17px;line-height:1.75;color:#484848}
.case-study-facts{position:sticky;top:110px;background:#111;color:#fff;border-radius:16px;padding:30px;box-shadow:0 18px 48px rgba(0,0,0,.16)}
.case-study-facts div{padding:17px 0;border-bottom:1px solid rgba(255,255,255,.15)}
.case-study-facts div:last-child{border-bottom:0}.case-study-facts small{display:block;color:#f2c500;font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.case-study-facts strong{display:block;margin-top:6px;font-size:18px}
.scope-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:34px}.scope-grid article{background:#fff;border:1px solid #e5e1d4;border-radius:12px;padding:22px}.scope-grid h3{margin:0 0 8px;font-size:20px}.scope-grid p{margin:0;font-size:15px}
.international-intro{padding:86px 0;background:#fff}.international-intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.international-intro h2{font-size:clamp(38px,5vw,64px);line-height:1.02;margin:0 0 22px}.international-intro p{font-size:17px;line-height:1.7;color:#4d4d4d}.international-proof{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.international-proof div{padding:24px;background:#f2c500;border-radius:12px}.international-proof strong{display:block;font-size:30px}.international-proof span{display:block;margin-top:7px;font-size:12px;font-weight:850;letter-spacing:.07em;text-transform:uppercase}

@media(max-width:760px){
  .final-hero__content .hero-kicker{font-size:9px!important;letter-spacing:.07em;margin-bottom:12px!important;padding:7px 9px}
  .final-hero__content .hero-subline{font-size:15px!important;margin:10px 0 17px!important;line-height:1.35!important}
  .hero-proof{margin-top:14px;gap:6px}
  .hero-proof span{padding:6px 8px;font-size:9px}
  #referenzen .project-card-featured{grid-template-columns:1fr!important;min-height:0!important}
  #referenzen .project-card-featured>img{height:260px!important}
  #referenzen .project-card-featured .project-body{padding:28px 22px!important}
  #referenzen .project-card-featured h3{font-size:36px}
  .case-study-grid,.international-intro-grid{grid-template-columns:1fr;gap:34px}.case-study-main,.international-intro{padding:58px 0}.case-study-facts{position:static}.scope-grid{grid-template-columns:1fr}.international-proof{grid-template-columns:1fr 1fr}.international-proof div{padding:18px}.international-proof strong{font-size:25px}
}


/* SEO Framework 11.09.2026 */
.seo-locations{padding:82px 0;background:#f7f7f4;border-top:1px solid rgba(0,0,0,.07);border-bottom:1px solid rgba(0,0,0,.07)}
.seo-locations-head{max-width:900px;margin-bottom:30px}
.seo-locations-head h2{font-size:clamp(34px,4.8vw,58px);line-height:1.05;letter-spacing:-.035em;margin:0 0 18px}
.seo-locations-head>p:last-child{font-size:17px;line-height:1.72;color:#555;max-width:820px;margin:0}
.seo-location-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.seo-location-grid a{display:flex;flex-direction:column;justify-content:space-between;gap:16px;min-height:142px;background:#fff;border:1px solid rgba(0,0,0,.12);padding:24px;box-shadow:0 8px 22px rgba(0,0,0,.045);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.seo-location-grid a:hover,.seo-location-grid a:focus-visible{transform:translateY(-4px);box-shadow:0 14px 30px rgba(0,0,0,.09);border-color:rgba(0,0,0,.24)}
.seo-location-grid strong{font-family:"Bahnschrift","Arial Narrow","Segoe UI",Arial,sans-serif;font-size:23px;line-height:1.15}
.seo-location-grid span{font-size:13px;font-weight:750;color:#555}
.search-intent-section{padding:86px 0;background:#f7f7f4;border-top:1px solid rgba(0,0,0,.08)}
.search-intent-head{max-width:900px;margin-bottom:32px}
.search-intent-head h2{font-size:clamp(34px,4.4vw,54px);line-height:1.06;letter-spacing:-.035em;margin:0 0 18px}
.search-intent-head>p:last-child{font-size:17px;line-height:1.7;color:#555;max-width:850px}
.search-intent-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.search-intent-grid article{background:#fff;border:1px solid rgba(0,0,0,.12);padding:26px;min-height:180px;box-shadow:0 8px 22px rgba(0,0,0,.04)}
.search-intent-grid h3{font-size:24px;line-height:1.2;margin:0 0 13px}
.search-intent-grid article>a:first-child:hover h3{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px}
.search-intent-grid p{margin:0;color:#555;line-height:1.75;font-size:14px}
.search-sub-link{display:block;margin-top:14px;font-size:13px;font-weight:800;line-height:1.5}
.search-sub-link:hover{text-decoration:underline}
@media(max-width:980px){.seo-location-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.seo-locations,.search-intent-section{padding:60px 0}.seo-location-grid,.search-intent-grid{grid-template-columns:1fr}.seo-location-grid a{min-height:112px;padding:20px}.search-intent-grid article{min-height:0;padding:22px}.seo-locations-head h2,.search-intent-head h2{font-size:34px}}
