/* ============================================
   AIDHAUSEN – NAVIGATION FIXES (KOMPLETT)
   ============================================ */

/* Schriftgröße + Capitalize + keine Unterstriche */
html body .header-menu > ul > li > a,
html body .side-menu a {
    font-size: 1.08rem !important;
    text-transform: capitalize !important;
    text-decoration: none !important;
}

/* Unterstriche überall entfernen */
html body .header-menu a,
html body .side-menu a {
    text-decoration: none !important;
}

/* Untermenüs nicht blau */
html body .header-menu ul ul li a,
html body .side-menu ul ul li a {
    color: #333 !important;
}

/* Untermenüs nicht umbrechen + automatisch breiter */
html body .header-menu ul ul,
html body .side-menu ul ul {
    min-width: 220px !important;
    width: auto !important;
    white-space: nowrap !important;
}

/* Pfeile sauber ausrichten – mit extra Abstand */
html body .header-menu .m-has-submenu > a:after,
html body .side-menu .m-has-submenu > a:after {
    display: inline-block !important;
    margin-left: 16px !important;   /* Abstand deutlich erhöht */
    width: 12px !important;         /* eigener Platz für den Pfeil */
    position: relative !important;
    top: 1px !important;
}

/* Optional: etwas mehr Abstand zwischen Menüpunkten */
html body .header-menu > ul > li,
html body .side-menu > ul > li {
    margin-bottom: 2px !important;
}
