/* SAM-PRO Business v24 */
/* Hero vollständig neu harmonisiert / sanfter Übergang / Menü näher am Entwurf */

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

/* Header */
.sampro-v7-topbar{
  height:24px !important;
  font-size:11px !important;
}
.sampro-v7-topbar .topbar__inner{height:24px !important;}
.sampro-v7-header{
  border-bottom:1px solid #e7edf5 !important;
  box-shadow:none !important;
}
.sampro-v7-navrow{
  min-height:68px !important;
  gap:28px !important;
}
.sampro-v7-logo{
  width:215px !important;
  min-width:215px !important;
}
.sampro-v7-logo img{max-height:50px !important;}
.sampro-v7-menu{
  gap:16px !important;
}
.sampro-v7-menu > li > a{
  min-height:68px !important;
  padding:0 10px !important;
  font-size:13.5px !important;
  font-weight:800 !important;
  color:#0c224f !important;
  letter-spacing:0 !important;
  transition:color .2s ease, box-shadow .2s ease !important;
}
.sampro-v7-menu > li > a:hover,
.sampro-v7-menu > li:hover > a{
  color:#1756ba !important;
}
.sampro-v7-menu > li.current-menu-item > a,
.sampro-v7-menu > li.current_page_item > a{
  color:#1756ba !important;
  box-shadow:inset 0 -3px 0 #1756ba !important;
}

/* Hero block */
.v7-hero{
  background:#ffffff !important;
}
.v7-hero__grid{
  min-height:286px !important;
  grid-template-columns:minmax(0,.96fr) minmax(540px,1.04fr) !important;
  align-items:stretch !important;
}
.v7-hero__copy{
  padding:26px 8px 24px 6px !important;
}
.v7-hero__copy h1{
  font-size:clamp(30px,2.85vw,42px) !important;
  line-height:1.12 !important;
  letter-spacing:0 !important;
  max-width:540px !important;
  margin:0 !important;
}
.v7-gold-line{
  width:50px !important;
  height:4px !important;
  margin:15px 0 13px !important;
}
.v7-hero__copy p{
  max-width:510px !important;
  font-size:13.2px !important;
  line-height:1.52 !important;
}
.v7-actions{
  margin-top:14px !important;
  gap:12px !important;
}
.v7-actions .btn{
  font-size:12px !important;
  padding:10px 16px !important;
}
.v7-hero__image{
  min-height:286px !important;
  overflow:hidden !important;
  background:#fff !important;
}
/* remove hard diagonal separator for a softer transition */
.v7-hero__image:before{
  display:none !important;
}
.v7-hero__image-inner{
  position:absolute !important;
  inset:0 !important;
  background-image:url('../img/hero.webp') !important;
  background-repeat:no-repeat !important;
  background-position:left center !important;
  background-size:cover !important;
}

.v7-metrics article{min-height:92px !important;}
.v7-metrics strong{font-size:21px !important;}
.v7-metrics small{font-size:10.8px !important;}

@media (max-width:1200px){
  .container{width:min(100% - 28px,1320px) !important;}
  .sampro-v7-navrow{min-height:62px !important;}
  .sampro-v7-menu > li > a{min-height:62px !important;font-size:12.2px !important;padding:0 8px !important;}
  .v7-hero__grid{grid-template-columns:1fr !important;min-height:auto !important;}
  .v7-hero__copy{padding:26px 0 16px !important;}
  .v7-hero__image{min-height:240px !important;}
  .v7-hero__image-inner{background-position:center center !important;background-size:cover !important;}
}

@media (max-width:700px){
  .sampro-v7-logo{width:188px !important;min-width:188px !important;}
  .v7-hero__copy h1{font-size:29px !important;}
  .v7-hero__copy p{font-size:13.2px !important;}
  .v7-actions{display:grid !important;grid-template-columns:1fr !important;}
}
