/* ==========================================================
   MOBILES MENÜ
   ========================================================== */
/* ------------------- MOBILE MENÜ ICONS ------------------- */
/* Hauptpunkte mit Icons im Textbereich (nicht im Pfeilbereich) */

/* Home */
.mm-listitem__text.seite_home::before {
    content: "\f015";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.4rem;
    margin-right: 0.4em;
}

/* Kalender */
.mm-listitem__text.seite_kalender::before {
    content: "\f073";
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    font-size: 1.4rem;
    margin-right: 0.4em;
}

/* Verein */
.mm-listitem__text.seite_verein::before {
    content: "\f001";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.4rem;
    margin-right: 0.4em;
}

/* Galerie */
.mm-listitem__text.seite_galerie::before {
    content: "\f03e";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.4rem;
    margin-right: 0.4em;
}

/* Info */
.mm-listitem__text.seite_info::before {
    content: "\f05a";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.4rem;
    margin-right: 0.4em;
}

/* Download */
.mm-listitem__text.seite_download::before {
    content: "\f56d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.4rem;
    margin-right: 0.4em;
}

/* Anmelden / Benutzer */
.mm-listitem__text.seite_anmelden::before {
    content: "\f007";
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    font-size: 1.4rem;
    margin-right: 0.4em;
}

/* ------------------- UNTERPUNKTE OHNE ICONS ------------------- */
/* Untermenü-Ebenen 2 und tiefer – keine Icons */
.mm-panel ul li ul li .mm-listitem__text::before {
    content: none !important;
}

/* ------------------- TEXT UNSICHTBAR MACHEN (nur wenn Icons allein stehen sollen) ------------------- */
/* Nur Hauptpunkte: Text ausblenden */
.mm-listitem__text.seite_home,
.mm-listitem__text.seite_kalender,
.mm-listitem__text.seite_verein,
.mm-listitem__text.seite_galerie,
.mm-listitem__text.seite_info,
.mm-listitem__text.seite_download,
.mm-listitem__text.seite_anmelden {
    font-size: 0;
}

/* ------------------- ICON GRÖSSE ------------------- */
/* Einheitliche Icon-Größe */
.mm-listitem__text::before {
    display: inline-block;
    width: 1.6rem;
    text-align: center;
}

/* ------------------ Aktivr Punkt hervorheben -------*/
 .mod_mobile_menu ul.level_1 > li > strong.active,
    .mod_mobile_menu ul.level_1 > li.active > a {
        background-color: rgba(0, 123, 255, 0.15);
        border-radius: 4px;
    }
