body#sgpggb {
    background-attachment: fixed;
    background-color: #EDF2F2;
    background-image: url("test/Geburtstag_hell.png");
    background-position: left top;
    background-repeat: repeat-x;
    background-size: cover;
}

[data-bs-theme="dark"] body#sgpggb {
    background-attachment: fixed;
    background-color: #EDF2F2;
    background-image: url("test/Geburtstag_dunkel.png");
    background-position: left top;
    background-repeat: repeat-x;
    background-size: cover;
}

/*.bg-primary {
    background-color: #000 !important;
}*/

#main-nav .navbar-nav > li:nth-child(odd) > a {
    color: #e43332 !important;
}

#main-nav .navbar-nav > li:nth-child(even) > a {
    color: #9ea7ae !important;
}
