/* Hintergrundfarbe der Menüleiste */
header .astroid-nav {
    background-color: #3A6B2E !important; /* dein Grün */
}

/* Optional: Hover-Farbe der Links */
header .astroid-nav .nav-link:hover {
    color: #ffffff !important;
}
