#footer{
    background-color: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
}
#footer h3{
    font-weight: 400;
    text-transform: uppercase;
}
#footer a{
    font-weight: 400;
}
#footer p{
    text-align: center;
    width: auto;
    max-width: 100%;
    margin: 0;
}
#footer li{
    width: auto;
}
#footer .contact{
    background-color: rgba(237, 216, 155, 0.25);
    padding: 40px 0;
}
.dba-logo{
    padding: 160px 0;
    background-image: url(../img/VonRichthofenPark_Hintergrund.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#footer .dba-link{
    padding: 40px 0;
    text-transform: uppercase;
}
#footer .navi-bottom li{
    display: inline-block;
    margin: 0 10px;
}
#footer .navi-bottom li a{
    font-weight: 100;
}
