/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 21 2026 | 06:36:04 */
/* Mobiles Menü: sichtbare Browserhöhe und flexible Inhaltsaufteilung. */
@media (max-width: 1023px) {
  body .acf_burger {
    box-sizing: border-box;
    height: calc(100vh - 61px);
    height: calc(100dvh - 61px);
    padding-bottom: env(safe-area-inset-bottom, 0px);
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior-y: contain;
  }
  body .acf_burger.active {
    display: flex;
    flex-direction: column;
  }
  body .acf_burger > ul {
    box-sizing: border-box;
    height: auto;
    flex: 1 0 auto;
  }
  body .acf_burger-bottom {
    flex: 0 0 auto;
  }
  body .acf_burger-bottom-line {
    box-sizing: border-box;
  }
}
