.elementor-1869 .elementor-element.elementor-element-eb50b58{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1869 .elementor-element.elementor-element-eb50b58.e-con{--flex-grow:0;--flex-shrink:0;}@media(max-width:767px){.elementor-1869 .elementor-element.elementor-element-eb50b58{--width:100.278vw;}}@media(min-width:768px){.elementor-1869 .elementor-element.elementor-element-eb50b58{--width:100%;}}/* Start custom CSS */html, body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
}

.fullscreen-frame {
  position: fixed;
  top: 79px;
  left: 0;
  width: 100%;
  border: 0;
  display: block;

  /* Fallback (ältere Browser) */
  height: calc(100dvh - 79px);

}

/* Mobile */
@media (max-width: 767px) {
  .fullscreen-frame {
    top: 52px; /* ← mobile header height */
    height: calc(100dvh - 52px);
  }
}/* End custom CSS */