body { border: 2px solid #005ca2 !important; }
{background-color:#b5c204}
/* Module Pfeil  */
.Randmodul_Pfeil { width: 250px; background: #eee; padding: 20px; }
}


/* Normale Menülinks */
.sp-megamenu-parent > li > a {
    color: #ffffff !important;   /* gewünschte Standardfarbe */
}

/* Hover-Effekt */
.sp-megamenu-parent > li > a:hover {
    color: #ffcc00 !important;   /* Beispiel: Gelb beim Hover */
}

/* Aktiver Menüpunkt (Seite, auf der man gerade ist) */
.sp-megamenu-parent > li.active > a {
    color: #00ccff !important;   /* Beispiel: Hellblau für aktive Seite */
}

.offcanvas-menu .sp-megamenu-parent > li > a {
    color: #ffffff !important;
}



/* Off-Canvas-Menü ausblenden 
.offcanvas-menu {
  display: none !important;
}                  */

