/* Final composition: a single image stage and compact overlay navigation. */
.mobnav .kb-mobile-services{border:0;margin:0;padding:0}
.mobnav .kb-mobile-services summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;padding:15px 0;border-bottom:1px solid #ffffff20;font-weight:700;min-height:52px;color:#dce1e4}
.mobnav .kb-mobile-services summary::-webkit-details-marker{display:none}
.mobnav .kb-mobile-services summary::after{content:'+';font:400 26px/1 Arial,sans-serif;color:#dce1e4}
.mobnav .kb-mobile-services[open] summary::after{content:'−'}
.mobnav .kb-mobile-services .sub{margin:0;padding-left:18px}
.mobnav .kb-mobile-services .sub a{padding:10px 0;font-size:16px;line-height:1.4;min-height:44px}
.mobnav .kb-mobile-services summary:focus-visible{outline:2px solid #e36666;outline-offset:3px}
.kb-service-hero{position:relative;background:#171c1f}
.kb-service-slide{position:relative;display:flex;max-width:none;min-height:680px;isolation:isolate}
.kb-slide-media{position:absolute;inset:0;z-index:-2;background:#171c1f}
.kb-slide-media img{width:100%;height:100%;max-height:none;object-fit:cover;object-position:center 65%;aspect-ratio:auto}
.kb-service-slide::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(13,19,22,.95),rgba(13,19,22,.78) 30%,rgba(13,19,22,.18) 65%,rgba(13,19,22,.08)),linear-gradient(0deg,rgba(13,19,22,.65),transparent 30%)}
.kb-slide-copy{width:min(100%,1680px);margin:auto;padding:74px max(28px,5vw) 145px;min-height:680px;gap:25px;justify-content:center}
.kb-slide-copy h1,.kb-slide-copy h2{max-width:12ch;font-size:clamp(2.7rem,4.5vw,5.15rem);text-shadow:0 2px 18px #0003}
.kb-slide-copy .lede{max-width:40ch;color:#edf0ef}
.kb-slider-tools{position:absolute;z-index:3;bottom:24px;left:max(24px,5vw);right:auto;width:auto;max-width:calc(100% - 48px);margin:0;padding:10px;gap:14px;background:rgba(20,26,29,.93);border:1px solid #66707566;box-shadow:0 8px 24px #0002;display:flex;align-items:center}
.kb-slider-tools select{min-width:0;max-width:290px;width:clamp(160px,22vw,290px);height:44px;padding:8px 34px 8px 12px;background:#252d31;color:#fff;border:1px solid #667075;font:500 15px var(--f-body)}
.kb-slider-count{white-space:nowrap;margin:0}.kb-slider-buttons{gap:5px}.kb-slider-buttons button{padding:8px 12px}.kb-slider-buttons [data-slide-pause]{min-width:92px}
.kb-region-figure{align-self:center}.kb-region-figure img{aspect-ratio:1;height:auto}.kb-region-figure figcaption{font-size:.8rem;color:#606a70;padding:12px 0 0}
@media(min-width:1800px){.kb-service-slide,.kb-slide-copy{min-height:760px}}
@media(max-width:760px){
 .kb-service-slide{display:flex;flex-direction:column;min-height:0;padding-bottom:0}
 .kb-slide-copy{width:100%;min-height:0;padding:36px 22px;gap:20px;background:#171c1f;order:0}
 .kb-slide-copy h1,.kb-slide-copy h2{font-size:clamp(2.25rem,8vw,3.8rem);max-width:16ch}
 .kb-slide-copy .lede{max-width:44ch}.kb-slide-copy .cta-row{margin:0}
 .kb-slide-media{position:relative;inset:auto;z-index:0;aspect-ratio:3/2;display:block;order:1}
 .kb-slide-media img{height:100%;object-fit:cover;object-position:center center}
 .kb-service-slide::after{display:none}
 .kb-slider-tools{right:12px;left:12px;bottom:12px;max-width:none;width:auto;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:8px}
 .kb-slider-tools select{width:100%;max-width:none;grid-column:1/-1}.kb-slider-count{padding-left:8px}.kb-slider-buttons{justify-content:flex-end}
 .kb-region-figure img{aspect-ratio:1}
}

#anfrage .kb-request-context{padding:16px 0;border-top:1px solid #596064;border-bottom:1px solid #596064;margin:14px 0 20px;color:#fff}
#anfrage .kb-request-context[hidden],#anfrage .kb-request-status[hidden]{display:none}
#anfrage .kb-request-context summary{cursor:pointer;font-size:16px;line-height:1.5;min-height:44px;padding:8px 0}
#anfrage .kb-request-context textarea{display:block;width:100%;min-height:220px;margin-top:12px;background:#202629;color:#e5e9eb;resize:vertical;line-height:1.6;font-size:14px}
#anfrage .kb-request-status{font-size:15px;line-height:1.6;color:#e3e9e9;margin:12px 0}

/* Home hero: full motifs on the right, softly fading beneath the copy. */
@media(min-width:761px){
 .kb-service-hero .kb-slide-media{
  left:22%;right:0;width:78%;
  display:flex;align-items:center;justify-content:flex-end;
  background:transparent;
 }
 .kb-service-hero .kb-slide-media img{
  width:auto;height:auto;max-width:100%;max-height:100%;
  flex:0 1 auto;object-fit:contain;object-position:right center;
  aspect-ratio:auto;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 24%),linear-gradient(180deg,transparent,#000 3%,#000 97%,transparent);
  -webkit-mask-composite:source-in;
  mask-image:linear-gradient(90deg,transparent,#000 24%),linear-gradient(180deg,transparent,#000 3%,#000 97%,transparent);
  mask-composite:intersect;
 }
}
@media(min-width:761px) and (max-width:1100px){
 .kb-service-hero .kb-slide-media{left:0;width:100%}
}
