footer {}

footer a {
    text-decoration: none;
    transition: all 0.5s ease 0s;
}

footer a:hover,
#footer-mitte a:hover {}


/* -------------------------- start fonts footer -------------------------- */

footer {}

footer p,
footer li,
footer a {}

footer h4,
footer h5,
footer h6 {}

.wrap {
    display: flex;
    justify-content: center;
    background-color: var(--color-3);
    position: relative;
    overflow: hidden;
}

.wrap::after {
    content: '';
    display: block;
    position: absolute;
    height: var(--my-height);
    width: calc(var(--my-height) / 1.100390908776421);
    --my-height: 18vw;
    background-image: unset;
    background-image: url(/wp-content/themes/visual-composer-starter-theme-child/img/grafik-footer.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: 6.75vw;
    bottom: -4.3vw;
}

.inner-wrap {
    display: flex;
    width: 90%;
    max-width: 1170px;
    padding: '';
    align-items: center;
    gap: 5.2vw;
    padding: 4.9vw 0 5.4vw;
}



#footer-links,
#footer-mitte,
#footer-rechts {
    display: flex;
    flex-basis: auto;
}

#footer-links {
    max-width: 191px;
}

#footer-mitte {
    flex-direction: column;
}

#footer-mitte * {
    color: #fff;
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 1.6;
}

#footer-icons {
    filter: brightness(12);
    display: flex;
    transform: translateX(-2.5%);
}

#footer-rechts * {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.03em;
    line-height: 1.7;
}

.logo-wrap {
    display: flex;
    justify-content: center;
    padding: 40px 0 calc(var(--height-minifrom) + 40px);
}

#footer-logos {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1170px;
}

.ft-logo {
    max-width: 186px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0;
}

#footer-top-btn {
    position: absolute;
    right: 2vw;
    bottom: 6.5vw;
}

div#footer-menu {
    padding: 3.7vw 0 3.7vw;
}

div#footer-menu * {
    list-style: none;
    padding: 0;
    font-family: 'Urbanist';
    font-weight: 300;
    color: #000;
    letter-spacing: 0.025em;
    font-size: 17px;
}

ul#menu-footer-menue {
    max-width: 850px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

.hidden {
    opacity: 0;
    pointer-events: none;
}

/*----------------- MOBILE BAR  -------------*/

div#mobile-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}

div#mobile-icons {
    z-index: 100;
    display: flex;
    background-color: #614D42;
}

.mobile-icon {
    height: 62px;
    display: flex;
    text-align: center;
    vertical-align: top;
    transition: all 0.3s ease 0s;
}

.mobile-icon:last-of-type {
    border-right: none;
}

.mobile-icon a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.mobile-icon img {
    width: auto;
    height: 25px !important;
}


/*----------------- SOCIAL SHARE -------------*/

.heateorSssSharing,
.heateorSssSharingButton {
    margin: 0;
}

.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    margin: var(--margin-bottom-row) 0;
    filter: saturate(0.6);
}

ul.heateor_sss_follow_ul li,
ul.heateor_sss_sharing_ul li {
    float: right !important;
}


/*----------------- END SOCIAL SHARE -------------*/

@media (min-width: 1920px) {}

@media (max-width: 1500px) {
    /*----------------- ELEMENT -------------*/
    /*----------------- END ELEMENT ---------*/
}

@media (max-width: 1200px) {
    /*----------------- ELEMENT -------------*/
    /*----------------- END ELEMENT ---------*/
}

@media (max-width: 1025px) {
    #footer {
        padding-bottom: var(--height-minifrom);
    }

    #footer-links {
        width: 17vw;
        min-width: 120px;
    }

    #footer-mitte * {
        font-size: 1rem;
    }
}

@media (max-width: 990px) {
    div#mobile-bar {
        display: flex;
    }

    #footer-links {
        display: none;
    }

    .logo-wrap {
        padding: 40px 0 40px;
    }
}

@media (max-width: 767px) {
    .inner-wrap {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 9.9vw 0 1.4vw;
    }

    .wrap {
        flex-direction: column;
        align-items: center;
    }

    .wrap::after {
        position: relative;
        bottom: -7.2vw;
        right: unset;
        --my-height: 24vw;
    }

    #footer-mitte * {
        justify-content: center;
        margin-top: 0.4em;
    }
}

@media (max-width: 576px) {
    #footer-logos {
        flex-wrap: wrap;
    }

    .ft-logo {
        width: 33.33%;
    }

    #footer-logos {
        flex-wrap: wrap;
        justify-content: center;
    }

    .wrap::after {
        bottom: -11.2vw;
        --my-height: 38vw;
    }

    .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
        margin: calc(var(--margin-bottom-row) * 1.4) 0;
    }
}

@media (max-width: 420px) {
    /*----------------- ELEMENT -------------*/
    /*----------------- END ELEMENT ---------*/
}

@media (max-width: 320px) {
    /*----------------- ELEMENT -------------*/
    /*----------------- END ELEMENT ---------*/
}