/* ===========================================================
   VARIANTE 5 – SOFT ECRU HARMONY
   Warmes, hellgoldenes Premium-Beige mit weicher Eleganz
   =========================================================== */

/* Seiten-ID */
body#page-2657268933 {
  background-color: #ffffff !important;
  position: relative !important;
  z-index: 0 !important;
}

/* =========================================================
   1. Heller Bereich – feines Ecru-Weiß (#F5F4EF)
   ========================================================= */
body#page-2657268933 .hs-fullwidth-grey {
  background: #F5F4EF !important;
  background-color: #F5F4EF !important;
  position: relative !important;
  z-index: 0 !important;
}

body#page-2657268933 .hs-fullwidth-grey::before {
  background: #F5F4EF !important;
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
}

/* =========================================================
   2. Dunkler Bereich – softes Sand-Champagner (#E1D9C9)
   ========================================================= */
body#page-2657268933 .hs-fullwidth-color.bg-primary,
body.brand-bg#page-2657268933 .hs-fullwidth-color.bg-primary {
  background: #E1D9C9 !important;
  background-color: #E1D9C9 !important;
  position: relative !important;
  z-index: 0 !important;
}

body#page-2657268933 .hs-fullwidth-color.bg-primary::before,
body.brand-bg#page-2657268933 .hs-fullwidth-color.bg-primary::before {
  background: #E1D9C9 !important;
  background-image: none !important;
  opacity: 1 !important;
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
}

/* =========================================================
   3. Inhalte transparent halten
   ========================================================= */
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;
}

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

/* =========================================================
   5. Fullwidth-Bilder stabilisieren
   ========================================================= */
#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;
}

#image-fullwidth img {
  display: block;
  width: 100%;
  height: auto;
  border: none;
  margin: 0;
}