/* ===========================================================
   VARIANTE B – LINEN GLOW (FLAT EDITION)
   Premiumlook ohne Schatten, klar & ruhig
   =========================================================== */

body#page-2657268933 .hs-fullwidth-color.bg-primary,
body.brand-bg#page-2657268933 .hs-fullwidth-color.bg-primary {
  background-color: #C7D7CA !important; /* dunkler, aber sanft */
  background-image: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.03) 0px,
    rgba(255, 255, 255, 0.03) 2px,
    rgba(0, 0, 0, 0.02) 2px,
    rgba(0, 0, 0, 0.02) 4px
  ) !important;
  background-blend-mode: soft-light !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  position: relative !important;
  z-index: 0 !important;
  color: #222 !important;
}

/* Hellere Sektionen */
body#page-2657268933 .hs-fullwidth-grey {
  background-color: #E9EDE3 !important;
  position: relative !important;
  z-index: 0 !important;
}

/* Keine Schatten oder Übergänge mehr */
body#page-2657268933 .hs-fullwidth-color.bg-primary::before {
  display: none !important;
}

/* Transparente Inhaltsflächen */
body#page-2657268933 .hs-fullwidth-grey > div,
body#page-2657268933 .hs-fullwidth-color.bg-primary > div {
  background: transparent !important;
  position: relative !important;
  z-index: 1 !important;
}

/* Bilder */
body#page-2657268933 .hs-fullwidth-color.bg-primary img,
body#page-2657268933 .hs-fullwidth-grey img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  position: relative !important;
  z-index: 1 !important;
  border: none !important;
}

/* Einheitliche Bildbreite */
#image-fullwidth {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  max-width: 100vw;
  overflow: hidden;
  padding: 0;
  box-sizing: border-box;
}