footer  {
    background:var(--mainColor);
}
footer::before  {
    width:100%;
    height:20px;
}
footer .some-icons .row .icon    {
    text-align: center !important;
}
footer .some-icons .row .icon  a   {
    color:#FFFFFF;
    font-size:1.2em;
    line-height:2.8em;
}
footer .footer-infotext {
    color:#FFFFFF;
/*    margin-top:-50px !important;  */
}
a.footer_url   {
    color:#FFFFFF !important;
}
.footer-copyright   {
    color:rgba(255, 255, 255, 0.1);
}
.footer-copyright a {
    color:#FFFFFF;
    text-decoration: none;
}
.footer-copyright a:hover   {
    color:#FFFFFF;
    text-decoration: underline;
}
hr.links    {
    background:#FFFFFF;
}
.partnernetzwerk    {
    text-align: center;
}
.partnernetzwerk .headline   {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.4em;
    color:#FFF;
    margin-bottom: 15px;
}
.partner a  {
    color: #FFFFFF;
    text-decoration: none;
    padding:15px;
    transition: 0.4s all ease;
    border-radius:3px;
}
.partner a:hover    {
    cursor: pointer;
    color:#FFFFFF;
    text-decoration: none;
    transform:scale(1.05);
}
@media all and (max-width: 600px) {
    .footer-infotext    {
        width:100% !important;
    }
    .footer-contact a   {
        color:#FFF;
    }
    .footer-contact a:hover   {
        color:#FFF;
    }
    .footer-contact    {
        background:#8F0000 !important;
        color:#FFFFFF;
        text-align:center;
        font-weight:bold;
        font-size:0.9em;
        padding:20px;
        line-height: 1.1em;
    }
    .footer-contact b   {
        font-size:1.2em;
        text-transform: uppercase !important;
    }
    .footer-contact div   {
        display:block;
        padding:3px !important;
        margin-top:10px !important;
    }
    .footer-contact i::before   {
        margin:5px;
    }    
}