/* SAM-PRO v227: neues Hero-Bild mit größerem integriertem Titel/Einleitung,
   Button wieder sichtbar und Bildausschnitt etwas nach links verschoben. */
.sp-home-hero-v202__image,
.sp-home-hero-v202.sp-home-hero-v222 .sp-home-hero-v202__image{
  background-image:url('../img/hero-v227.webp') !important;
  background-position:47% center !important;
}

/* Button sauber unter dem integrierten Einleitungstext platzieren */
.sp-home-hero-v202__copy,
.sp-home-hero-v202.sp-home-hero-v222 .sp-home-hero-v202__copy{
  left:clamp(60px, 5vw, 90px) !important;
  bottom:clamp(46px, 5.2vw, 72px) !important;
  top:auto !important;
}

.sp-home-hero-v202__actions,
.sp-home-hero-v202.sp-home-hero-v222 .sp-home-hero-v202__actions{
  margin:0 !important;
  display:flex !important;
}

.sp-home-hero-v202__cta,
.sp-home-hero-v202.sp-home-hero-v222 .sp-home-hero-v202__cta,
.sp-home-hero-v202__actions .btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:54px !important;
  padding:14px 30px !important;
  font-size:19px !important;
  font-weight:700 !important;
  border-radius:8px !important;
}

@media (max-width:1200px){
  .sp-home-hero-v202__image,
  .sp-home-hero-v202.sp-home-hero-v222 .sp-home-hero-v202__image{
    background-position:49% center !important;
  }
  .sp-home-hero-v202__copy,
  .sp-home-hero-v202.sp-home-hero-v222 .sp-home-hero-v202__copy{
    left:clamp(30px, 4vw, 52px) !important;
    bottom:clamp(30px, 4.4vw, 52px) !important;
  }
  .sp-home-hero-v202__cta,
  .sp-home-hero-v202.sp-home-hero-v222 .sp-home-hero-v202__cta,
  .sp-home-hero-v202__actions .btn{
    min-height:50px !important;
    padding:12px 26px !important;
    font-size:17px !important;
  }
}

@media (max-width:920px){
  .sp-home-hero-v202__image,
  .sp-home-hero-v202.sp-home-hero-v222 .sp-home-hero-v202__image{
    background-position:54% center !important;
  }
  .sp-home-hero-v202__copy,
  .sp-home-hero-v202.sp-home-hero-v222 .sp-home-hero-v202__copy{
    left:22px !important;
    bottom:24px !important;
  }
  .sp-home-hero-v202__cta,
  .sp-home-hero-v202.sp-home-hero-v222 .sp-home-hero-v202__cta,
  .sp-home-hero-v202__actions .btn{
    min-height:46px !important;
    padding:11px 22px !important;
    font-size:15px !important;
  }
}

@media (max-width:767px){
  .sp-home-hero-v202__image,
  .sp-home-hero-v202.sp-home-hero-v222 .sp-home-hero-v202__image{
    background-position:58% center !important;
  }
  .sp-home-hero-v202__copy,
  .sp-home-hero-v202.sp-home-hero-v222 .sp-home-hero-v202__copy{
    left:16px !important;
    bottom:18px !important;
  }
  .sp-home-hero-v202__cta,
  .sp-home-hero-v202.sp-home-hero-v222 .sp-home-hero-v202__cta,
  .sp-home-hero-v202__actions .btn{
    min-height:42px !important;
    padding:9px 18px !important;
    font-size:14px !important;
    border-radius:7px !important;
  }
}
