/* SAM-PRO Business v22 */
/* Gesamtbreite reduziert / Titel kleiner / Hero-Bild kleiner */

.container{
  max-width:1480px !important;
  width:min(1480px,calc(100% - 42px)) !important;
}

/* Header etwas kompakter innerhalb der reduzierten Gesamtbreite */
.sampro-v7-navrow{
  min-height:62px !important;
}
.sampro-v7-menu > li > a{
  font-size:11.5px !important;
  min-height:62px !important;
  padding:0 9px !important;
}

/* Hero insgesamt kompakter */
.v7-hero__grid{
  min-height:258px !important;
  grid-template-columns:minmax(0, .98fr) minmax(600px, 1.02fr) !important;
}
.v7-hero__copy{
  padding:20px 12px 22px 8px !important;
}
.v7-hero__copy h1{
  font-size:clamp(27px, 2.7vw, 35px) !important;
  line-height:1.12 !important;
  max-width:500px !important;
}
.v7-gold-line{
  width:48px !important;
  margin:12px 0 10px !important;
}
.v7-hero__copy p{
  font-size:12.8px !important;
  line-height:1.45 !important;
  max-width:485px !important;
}
.v7-actions{
  margin-top:12px !important;
  gap:10px !important;
}
.v7-actions .btn{
  font-size:11.5px !important;
  padding:9px 14px !important;
}
.v7-hero__image{
  min-height:258px !important;
}
.v7-hero__image:before{
  left:-52px !important;
  width:6px !important;
  height:112% !important;
}
.v7-hero__image-inner{
  background-size:cover !important;
  background-position:center center !important;
}

/* Kennzahlen darunter etwas harmonischer */
.v7-metrics article{
  min-height:88px !important;
}
.v7-metrics strong{
  font-size:20px !important;
}
.v7-metrics small{
  font-size:10.5px !important;
}

@media (max-width:1200px){
  .container{
    width:min(100% - 28px, 1480px) !important;
  }
  .v7-hero__grid{
    grid-template-columns:1fr !important;
    min-height:auto !important;
  }
  .v7-hero__copy{
    padding:24px 0 16px !important;
  }
  .v7-hero__image{
    min-height:230px !important;
  }
  .v7-hero__image:before{
    display:none !important;
  }
}

@media (max-width:700px){
  .v7-hero__copy h1{
    font-size:28px !important;
  }
  .v7-hero__copy p{
    font-size:13px !important;
  }
  .v7-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
  }
}
