#footer {
    
}

#footer .name {
    margin: 0 0 45px 0;
    font-size: 1.225em;
    /*letter-spacing: 3px;*/
    text-transform: uppercase;
    color: #fff;
/*    font-weight: 700;*/
    font-family: "odudaregular",sans-serif;
    display: block;
}

#footer ul {
    margin: 0;
    padding: 0;
}

#footer ul li {
    margin: 0;
    padding: 0 0 5px 0;
    display: table;
    font-size: 0.9em;
/*    line-height: 1em;*/
    color: #fff;
}

#footer ul li a {
    margin: 0;
    padding: 0 0 0 20px;
    color: #fff;
/*    font-size: 0.9em;*/
    letter-spacing: 1px;
    background: url(/images/icon-arrow-small-right-white.svg) no-repeat;
    background-size: 8px 14px;
    background-position: 0px 1px;
    display: inline-block;
    line-height: 1em;
}

#footer ul li.contact a {
    margin-top: 15px;
    padding: 0 0 0 15px;
    background: none;
    border-left: 2px solid #ffffff;
}

#footer ul li a:hover {
    color: #b4b4b4;
    text-decoration: none;
}



#footer ul li.facebook {
    margin: 15px 0;
    background: url(/images/icon-40x40-facebook.png) no-repeat;
    padding-left: 55px;
}

#footer ul li.maps {
    margin: 15px 0;
    background: url(/images/icon-40x40-maps.png) no-repeat;
    padding-left: 55px;
}

#footer ul li.telefoon {
    margin: 15px 0;
    background: url(/images/icon-40x40-telefoon.png) no-repeat;
    padding-left: 55px;
}

#footer ul li.mail {
    margin: 15px 0;
    background: url(/images/icon-40x40-mail.png) no-repeat;
    padding-left: 55px;
}

@media (max-width: 768px) {
    
    #footer .name {
        margin: 0 0 25px 0;
        font-size: 1.25em;
    }
    
    #footer ul {
        margin: 0 0 45px 0;
    }


}