/* --- START MEINE ANPASSUNGEN --- */
/* Fix: Hamburger Menü und Klickverhalten */
#sp-header{
    z-index:99999;
}

#offcanvas-toggler{
    position:relative;
    z-index:100000;
}

/* Offcanvas Untermenüs immer geöffnet anzeigen */
.offcanvas-menu .sp-module-content .menu-child {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Pfeile ausblenden, da kein Auf-/Zuklappen mehr nötig ist */
.offcanvas-menu .menu-toggler {
    display: none !important;
}

/* Etwas Abstand für Untermenüs */
.offcanvas-menu ul.menu-child {
    padding-left: 15px !important;
}
/* Barrierefreie Mausanzeige */
a:focus, button:focus, input:focus, select:focus {
    outline: 3px solid #0056b3 !important;
    outline-offset: 2px;
}
/* --- ENDE MEINE ANPASSUNGEN --- */