/* SAM-PRO v219: Neues freigegebenes Hero-Bild als Landingpage-Header mit Live-Text und breiter Darstellung */
.sp-home-hero-v202{
  background:linear-gradient(90deg,#f7fafc 0%, #eef4f9 72%, #eaf0f6 100%);
}

.sp-home-hero-v202::before{
  background:linear-gradient(90deg,
    rgba(249,251,253,.985) 0%,
    rgba(249,251,253,.972) 13%,
    rgba(249,251,253,.94) 25%,
    rgba(249,251,253,.83) 38%,
    rgba(249,251,253,.55) 50%,
    rgba(249,251,253,.20) 63%,
    rgba(249,251,253,.05) 76%,
    rgba(249,251,253,0) 88%) !important;
}

.sp-home-hero-v202__image{
  background-image:url('../img/hero-v219.webp') !important;
  background-position:right center !important;
  background-size:cover !important;
  transform:none !important;
}

.sp-home-hero-v202__copy{
  width:min(690px, calc(100% - 82px)) !important;
  max-width:none !important;
}

.sp-home-hero-v202__copy h1{
  max-width:690px !important;
}

.sp-home-hero-v202__copy p,
.sp-home-hero-v202__lead{
  max-width:610px !important;
}

@media (min-width:1400px){
  .sp-home-hero-v202__grid,
  .sp-home-hero-v202__copy{
    min-height:452px !important;
  }
  .sp-home-hero-v202__copy{
    width:min(720px, calc(100% - 110px)) !important;
    margin-left:clamp(28px, 4vw, 76px) !important;
  }
  .sp-home-hero-v202__copy h1{
    max-width:710px !important;
  }
  .sp-home-hero-v202__copy p,
  .sp-home-hero-v202__lead{
    max-width:620px !important;
  }
}

@media (min-width:1100px) and (max-width:1399px){
  .sp-home-hero-v202__grid,
  .sp-home-hero-v202__copy{
    min-height:432px !important;
  }
  .sp-home-hero-v202__copy{
    width:min(650px, calc(100% - 72px)) !important;
    margin-left:clamp(24px, 3.2vw, 56px) !important;
  }
  .sp-home-hero-v202__copy h1{
    max-width:640px !important;
  }
  .sp-home-hero-v202__copy p,
  .sp-home-hero-v202__lead{
    max-width:565px !important;
  }
}

@media (min-width:821px) and (max-width:1099px){
  .sp-home-hero-v202::before{
    background:linear-gradient(90deg,
      rgba(249,251,253,.99) 0%,
      rgba(249,251,253,.98) 21%,
      rgba(249,251,253,.94) 37%,
      rgba(249,251,253,.82) 50%,
      rgba(249,251,253,.55) 63%,
      rgba(249,251,253,.18) 76%,
      rgba(249,251,253,0) 88%) !important;
  }
  .sp-home-hero-v202__copy{
    width:min(520px, calc(100% - 34px)) !important;
  }
  .sp-home-hero-v202__copy h1{
    max-width:500px !important;
  }
  .sp-home-hero-v202__copy p,
  .sp-home-hero-v202__lead{
    max-width:430px !important;
  }
  .sp-home-hero-v202__image{
    background-position:right center !important;
    background-size:cover !important;
  }
}

@media (max-width:820px){
  .sp-home-hero-v202__image{
    background-position:center center !important;
    background-size:cover !important;
  }
}
