/* iPad Querformat – Desktop-Menü deaktivieren */
@media only screen and (max-width: 1366px) and (orientation: landscape) {

  body #sp-header .sp-megamenu-parent,
  html body #sp-header .sp-megamenu-parent {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
  }

  #offcanvas-toggler,
  #offcanvas-toggler * {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

/* Force Roboto Font überall */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

body, 
button, 
input, 
select, 
textarea, 
h1, h2, h3, h4, h5, h6, 
.navbar, 
.sp-megamenu-parent, 
#offcanvas-toggler {
    font-family: 'Roboto', sans-serif !important;
}
