/* SAM-PRO v260: CTA auf der Landingpage etwas tiefer und etwas weiter rechts */
.sp-home-hero-v236__cta{
  left:clamp(82px, 5.8vw, 112px) !important;
  top:71% !important;
}

@media (max-width:1200px){
  .sp-home-hero-v236__cta{
    left:clamp(42px, 4.8vw, 62px) !important;
    top:71% !important;
  }
}

@media (max-width:920px){
  .sp-home-hero-v236__cta{
    left:28px !important;
    top:72% !important;
  }
}

@media (max-width:767px){
  .sp-home-hero-v236__cta{
    left:20px !important;
    top:74% !important;
  }
}
