/* SAM-PRO Business v47 */
/* Harmonischer Header: Hero weiter rechts und breiter, Buttons weiter rechts */

.v7-hero{
  position: relative !important;
  overflow: hidden !important;
  background: #fff !important;
  border-bottom: 1px solid #d6dee8 !important;
}

.v7-hero > .container,
.v7-hero .container,
.v7-hero .container.v7-hero__grid{
  padding: 0 !important;
}

.v7-hero__grid{
  position: relative !important;
  display: block !important;
  width: 1560px !important;
  min-width: 1560px !important;
  max-width: 1560px !important;
  height: 680px !important;
  min-height: 680px !important;
  margin: 0 auto !important;
  overflow: hidden !important;
  background-image: url('../img/hero-fixed-copy-v47.webp') !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 1560px 680px !important;
  background-color: #fff !important;
}

.v7-hero::before,
.v7-hero::after,
.v7-hero > .container::before,
.v7-hero > .container::after,
.v7-hero__grid::before,
.v7-hero__grid::after,
.v7-hero__copy::before,
.v7-hero__copy::after,
.v7-hero__image,
.v7-hero__image-inner,
.v7-hero__image img{
  content: none !important;
  display: none !important;
}

.v7-hero__copy{
  position: static !important;
  display: block !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  transform: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.v7-hero__copy h1,
.v7-hero__copy > p,
.v7-gold-line{
  display: none !important;
}

.v7-actions{
  position: absolute !important;
  left: 118px !important;
  bottom: 34px !important;
  z-index: 50 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.v7-actions .btn{
  min-height: 52px !important;
  padding: 13px 22px !important;
  font-size: 15px !important;
  font-weight: 750 !important;
  border-radius: 4px !important;
  box-shadow: 0 8px 18px rgba(0,40,86,.10) !important;
}

.v7-actions .btn-primary{
  background: #002856 !important;
  border: 1px solid #002856 !important;
  color: #fff !important;
}

.v7-actions .btn-ghost{
  background: rgba(255,255,255,.94) !important;
  border: 1px solid rgba(0,40,86,.42) !important;
  color: #002856 !important;
}

@media (max-width: 1560px){
  .v7-hero{ overflow-x: hidden !important; }
  .v7-hero__grid{
    margin-left: calc(50% - 780px) !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 900px){
  .v7-hero__grid{
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 520px !important;
    min-height: 520px !important;
    margin: 0 !important;
    background-size: cover !important;
    background-position: center center !important;
  }
  .v7-actions{ left: 18px !important; bottom: 18px !important; gap: 12px !important; }
  .v7-actions .btn{ min-height: 48px !important; padding: 12px 18px !important; font-size: 14px !important; }
}

@media (max-width: 620px){
  .v7-hero__grid{ height: 460px !important; min-height: 460px !important; }
  .v7-actions{
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: min(300px, calc(100vw - 32px)) !important;
  }
  .v7-actions .btn{ width: 100% !important; justify-content: center !important; }
}
