/* ===========================================================
   VARIANTE B – LINEN GLOW (PURE FLAT EDITION)
   Ohne Textur, ohne Linien – ruhig, matt, clean
   =========================================================== */

body#page-2657268933 .hs-fullwidth-color.bg-primary,
body.brand-bg#page-2657268933 .hs-fullwidth-color.bg-primary {
  background-color: #C7D7CA !important; /* dunkles Grün */
  background-image: none !important; /* keine diagonalen Linien */
  background-blend-mode: normal !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: #E7ECE8 !important;
  position: relative !important;
  z-index: 0 !important;
}

/* Keine Schatten oder Übergänge */
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