

/* ------------------------- ALLGEMEINES -------------------------- */

body {
    background: url(bilder/layout/spring.jpg) no-repeat #4a6312;; 
    background-size: 100% auto; 
}

#struktur {
    background: #5f6d50; 
    margin-top: 0%;
           
}

#menueleiste {
    background: #2a3d21; 
}

#reiter_desktop {
    background: linear-gradient(to bottom, #5f6d50, #2a3d21);;
}

#footer, #footer a {
    background-color: #414c34;
}

#inhalt {
    background: #d5d6c9;
}

@media (max-width: 1023px)
{
    body {
        background: url(bilder/layout/mobil/spring.jpg) no-repeat #4a6312;;
    }

    #infozeile {
        background: #5f6d50;
    }
    
    #struktur {
        background: #d5d6c9;
    } 
    
    #navigation {
        background-color: #2a3d21;
    }       
}

.table_border th,
.table_border td,
.block,
.border,
.flexbox_item_ekh,
.flexbox_item_farbgen,
.startseite_boxen {
    background-color: #ffffff;
}

.table_hover tr:hover td{
    background-color: #d5d6c9;
}

.table_hover_invert tr:hover td{
    background-color: #ffffff;
}

.hell {
    background-color: #ffffff;
}
.mittel {
    background-color: #5f6d50; 
}
