

/* ------------------------- ALLGEMEINES -------------------------- */

body {
    background: url(bilder/layout/fall.jpg) no-repeat #504c0d;; 
    background-size: 100% auto; 
}

#struktur {
    background: #6a6d50; 
    margin-top: 0%;
           
}

#menueleiste {
    background: #373821; 
}

#reiter_desktop {
    background: linear-gradient(to bottom, #6a6d50, #373821);;
}

#footer, #footer a {
    background-color: #4c4e39;
}

#inhalt {
    background: #d5d6c9;
}

@media (max-width: 1023px)
{
    body {
        background: url(bilder/layout/mobil/fall.jpg) no-repeat #504c0d;;
    }

    #infozeile {
        background: #6a6d50;
    }
    
    #struktur {
        background: #d5d6c9;
    } 
    
    #navigation {
        background-color: #373821;
    }       
}

.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;
}

.hell {
    background-color: #ffffff;
}
.mittel {
    background-color: #6a6d50; 
}
