#footer #impressum-datenschutz-row{
    justify-content: center;
}

#footer{
    font-size: 14px;
    color: var(--perscon-grey);
    margin-bottom: 20px;
}

#footer .footer-copyright,
#footer .footer-links-outer{
    margin-bottom: 15px;
}

#footer .footer-link {
    color: var(--perscon-grey);
    text-decoration: underline;
    padding: 0 20px;
}

#footer .vc_row{
    margin-left: 0;
    margin-right: 0;
}

#footer .footer-links-inner{
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    #footer .footer-links-inner{
        flex-direction: column;
    }
    #footer .footer-copyright{
        margin-bottom: 15px;
    }

    #footer .footer-link{
        margin-bottom: 10px;
    }
}