/*Footer*/

.theme-body .footer-wrapper .logo.footerlogo {
    margin-bottom: 50px;
}

.theme-body footer.footer-wrapper .footer-contact-info {
    color: #fff;
    padding-left: 0;
    padding-right: 0;
}

.theme-body footer.footer-wrapper .socmednav ul.social-links li {
    aspect-ratio: 1 / 1;
    border-radius: 50%;
}

.theme-body footer.footer-wrapper .socmednav ul.social-links li a {
    height: 100%;
}

.theme-body footer.footer-wrapper .socmednav ul.social-links li a span {
    height: 100%;
    align-content: center;
}

.theme-body footer.footer-wrapper .footer-contact-numbers p,
.theme-body footer.footer-wrapper .footer-contact-numbers a {
    color: #fff;
    white-space: nowrap;
}

.theme-body footer.footer-wrapper .footer-contact-numbers a:hover {
    color: #fff;
    text-decoration: unset;
}

.theme-body footer.footer-wrapper .footer-contact-numbers a:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../images/cta_icons/phone-volume-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.5em;
    vertical-align: middle;
}

@media screen and (max-width: 991px) {
    .footer-wrapper .footer-column-titel {
        margin: 25px 0 5px;
    }

    .theme-body footer.footer-wrapper .footer-contact-numbers p:last-child {
        margin-bottom: unset;
    }
}

@media screen and (min-width: 992px) {
    .theme-body footer.footer-wrapper .d-lg-flex {
        gap: clamp(10px, 2vw, 70px);
        justify-content: space-between;
        padding: unset;
    }

    .theme-body footer.footer-wrapper .footer-menu-content {
        max-width: 270px;
        width: auto;
        min-width: 25%;
    }

    .theme-body footer.footer-wrapper .footer-menu-content li {
        width: auto;
    }

    .theme-body footer.footer-wrapper .footer-menu-content:first-child {
        padding-left: clamp(10px, 3vw, 60px);
        border-left: 1px solid #BCBCBC;
    }

    .theme-body .footer-wrapper .footer-menu li a {
        hyphens: auto;
    }

    .theme-body footer.footer-wrapper .footer-contact-numbers {
        padding-right: clamp(10px, 3vw, 60px);
    }

    .theme-body footer.footer-wrapper .col-12 .row {
        margin: unset;
    }
}

@media screen and (min-width: 1540px) {
    .theme-body .footer-nav-wrapper .container,
    .theme-body .footer-wrapper .container {
        width: 100%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .theme-body footer.footer-wrapper .d-lg-flex {
        width: 100%;
        flex: unset;
        max-width: unset;
        justify-content: unset;
        gap: 60px;
    }

    .theme-body footer.footer-wrapper .d-lg-flex.col-lg-7 {
        margin-top: 60px;
    }

    .theme-body footer.footer-wrapper .footer-menu-content {
        max-width: unset;
    }
    .theme-body footer.footer-wrapper .footer-menu-content:first-child {
        padding-left: unset;
        border: unset;
    }

    .theme-body footer.footer-wrapper .footer-contact-numbers {
        padding-right: unset;
    }
}