/*
This is for testing purposes only.
Run in browser console to get the css version either current or next (does not work on IE11):
    window.getComputedStyle(document.body).getPropertyValue('--footerCssVersion');
*/
:root {
    --footerCssVersion:current;
}

@media screen and (max-width: 767px) {
    .footer-half {
        width: 100% !important;
    }
    .footer-quater {
        width: 100% !important;
    }
    .footer-third {
        width: 100% !important;
    }
    .footer-wrapper {
        display: flex !important;
        margin-bottom: 0.05% !important;
        min-height: 50px !important;
    }
}

@media screen and (min-width: 768px) {
    .footer-half {
        width: 49.9% !important;
        height: 100% !important;
        margin-left: 0.05% !important;
        margin-right: 0.05% !important;
    }
    .footer-quater {
        width: 24.9% !important;
        height: 100% !important;
        margin-left: 0.05% !important;
        margin-right: 0.05% !important;
    }
    .footer-third {
        width: 33.23333% !important;
        height: 100% !important;
        margin-left: 0.05% !important;
        margin-right: 0.05% !important;
    }
    .footer-wrapper {
        display: flex !important;
        margin-bottom: 0.05% !important;
        min-height: 375px !important;
    }
}

.footer-padding {
    padding-left: 15px !important;
    padding-right: 15px !important;
    display: block !important;
}
.footer-aligntop {
    vertical-align: top !important;
}
.footer-alignbottom {
    bottom: 50px !important;
    position: absolute !important;
}
.call-to-action-hover:hover {
    color: #fafafa !important;
}
.footer-header {
    padding-top: 5px;
}
.footer-paragraph {
    padding-top: 10px;
}
.footer-bottom {
    padding-top: 1px;
}
.footer-link, .footer-logo {
    padding-right: 24px;
    color: #616161;
    display: block;
    float: left;
}
.footer-link:hover {
    text-decoration: underline;
    color: black;
}
.footer-language {
    float: left;
    font-size: 11px;
}
.footer-language a::before {
    font-family: "MWF-MDL2";
    display: inline-block;
    content: '';
    font-size: 20px;
    line-height: 24px;
    margin-right: 10px;
    vertical-align: middle;
    text-decoration: none;
}
.footer-language:hover {
    color: #616161 !important;
}
.footer-bottom-links {
    font-size: 11px;
    line-height: 24px;
    float: right;
}

.footer-bottom-links-right {
    padding-right: 120px !important;
}