
/* HGD-FIX-BURGER-DESKTOP-2026-07-03 */
/* Off-Canvas-Burger nur unter Bootstrap-lg (<992px) - Helix-Ultimate-Regression nach Update */
@media (min-width: 992px) {
  .offcanvas-toggler,
  .offcanvas-toggler-right,
  .offcanvas-toggler-secondary,
  .burger-icon,
  .offcanvas-menu,
  .offcanvas-overlay {
    display: none !important;
  }
}

/* HGD-FIX-BURGER-DESKTOP-SPECIFICITY-2026-07-03 */
/* Hoehere Spezifitaet, weil Helix/Bootstrap Utility-Regeln teils nach custom.css greifen. */
@media (min-width: 992px) {
  body .offcanvas-toggler,
  body .offcanvas-toggler-right,
  body .offcanvas-toggler-secondary,
  body .burger-icon,
  body .offcanvas-menu,
  body .offcanvas-overlay {
    display: none !important;
  }
}

/* HGD-FIX-BURGER-DESKTOP-ID-2026-07-03 */
/* Override Helix template custom_css: @media (max-width: 1400px) #offcanvas-toggler { display:flex!important; } */
@media (min-width: 992px) {
  html body #sp-header #sp-menu #offcanvas-toggler.offcanvas-toggler-right,
  html body #sp-header #sp-menu #offcanvas-toggler.offcanvas-toggler-secondary {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }
}
