
/* Druckerei Hoose Hero-System v5.0.0 */
.dh-hero-slider{
  position:relative;
  min-height:360px;
  overflow:hidden;
  isolation:isolate;
  background:#101113;
  color:#fff;
}
.dh-hero-slider--home{min-height:410px}
.dh-hero-slides,.dh-hero-slide,.dh-hero-shade{position:absolute;inset:0}
.dh-hero-slide{
  background-position:center;
  background-size:cover;
  opacity:0;
  transform:scale(1.015);
  transition:opacity 1.25s ease,transform 7s linear;
}
.dh-hero-slide.is-active{opacity:1;transform:scale(1)}
.dh-hero-shade{
  z-index:2;
  pointer-events:none;
  background:
    linear-gradient(90deg,
      rgba(10,11,13,.98) 0%,
      rgba(10,11,13,.96) 27%,
      rgba(10,11,13,.78) 39%,
      rgba(10,11,13,.32) 53%,
      rgba(10,11,13,0) 70%);
}
.dh-hero-content{
  position:relative;
  z-index:3;
  width:min(1180px,calc(100% - 48px));
  min-height:inherit;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  box-sizing:border-box;
  padding:64px 0 72px;
}
.dh-hero-content .kicker{
  width:42px;
  height:3px;
  margin:0 0 18px;
  background:#e30613;
}
.dh-hero-content h1{
  max-width:520px;
  margin:0 0 16px;
  color:#fff;
  font-size:clamp(2.15rem,4vw,4.2rem);
  line-height:1.02;
  letter-spacing:-.035em;
}
.dh-hero-slider--page .dh-hero-content h1{font-size:clamp(2rem,3.5vw,3.45rem)}
.dh-hero-content p{
  max-width:520px;
  margin:0;
  color:rgba(255,255,255,.92);
  font-size:clamp(1rem,1.25vw,1.18rem);
  line-height:1.55;
}
.dh-hero-content .button-row{margin-top:24px}
.dh-hero-dots{
  position:absolute;
  z-index:4;
  left:50%;
  bottom:22px;
  display:flex;
  gap:9px;
  transform:translateX(-50%);
}
.dh-hero-dot{
  width:10px;height:10px;
  padding:0;border:0;border-radius:50%;
  background:rgba(255,255,255,.72);
  box-shadow:0 1px 5px rgba(0,0,0,.25);
  cursor:pointer;
}
.dh-hero-dot.is-active{background:#e30613}
.dh-hero-dot:focus-visible{outline:2px solid #fff;outline-offset:3px}

@media(max-width:760px){
  .dh-hero-slider,.dh-hero-slider--home{min-height:470px}
  .dh-hero-slide{background-position:65% center}
  .dh-hero-shade{
    background:linear-gradient(180deg,
      rgba(10,11,13,.94) 0%,
      rgba(10,11,13,.86) 48%,
      rgba(10,11,13,.28) 100%);
  }
  .dh-hero-content{
    width:min(100% - 32px,1180px);
    justify-content:flex-start;
    padding:54px 0 110px;
  }
  .dh-hero-content h1,.dh-hero-content p{max-width:100%}
}
@media(prefers-reduced-motion:reduce){
  .dh-hero-slide{transition:none}
}
@media print{
  .dh-hero-slider{min-height:auto;background:#fff;color:#000}
  .dh-hero-slides,.dh-hero-shade,.dh-hero-dots{display:none}
  .dh-hero-content{padding:20px 0;color:#000}
  .dh-hero-content h1,.dh-hero-content p{color:#000}
}
