footer {}

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

footer a:hover {
    color: var(--color-2);
}


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

footer {}

footer p,
footer li,
footer a {}

footer h4,
footer h5,
footer h6 {}

.wrap {
    background-color: var(--color-1);
    position: relative;
}

#footer-txt {
    position: absolute;
    top: 0;
    right: 4.8vw;
    transform: translateY(-43.3%);
    z-index: 9999;
}

#footer-txt * {
    color: var(--color-2);
    font-size: 2.5rem;
    line-height: 1.1;
    letter-spacing: 0.1em;
    text-align: right;
    font-family: var(--headlinefont);
    margin-bottom: 0 !important;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
}

#footer-txt .textwidget.custom-html-widget {
    position: relative;
}

#footer-txt .textwidget.custom-html-widget::after {
    content: '';
    display: block;
    background-image: url(/wp-content/themes/visual-composer-starter-theme-child/img/pfeil-footer.svg);
    background-size: contain;
    background-position: bottom right;
    --icon-size: 0.7em;
    width: var(--icon-size);
    height: calc(var(--icon-size) / 1.895290858725762);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: 0.1em;
    margin-top: 0.2em;
}

.wrap::after {
    content: '';
    display: block;
    width: 22.1vw;
    height: 22.1vw;
    background-image: url(/wp-content/themes/visual-composer-starter-theme-child/img/grafik-footer.svg);
    background-size: contain;
    background-position: bottom center;
    position: absolute;
    bottom: 0;
    right: 4.1vw;
    z-index: 1;
}

.inner-wrap {
    display: flex;
    width: 90%;
    max-width: 1170PX;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: space-between;
    padding: calc(var(--padding-bg) * 1.4) 0 var(--padding-bg);
    z-index: 9;
    position: relative;
}

.inner-wrap * {
    color: #fff;
    font-size: 0.9rem;
    letter-spacing: 0.01em;
    font-weight: 200;
    line-height: 1.6;
}

#footer-logo {
    max-width: 154px;
}

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

#footer .hidden {
    display: none;
}

#menu-footer-menu,
#menu-footer-menu * {
    list-style: none;
    padding: 0;
    margin: 0;
}

/*----------------- 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-top: 1vw;
}

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


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

@media (min-width: 1920px) {
    .ft-logo {
        margin: 0 50px;
    }
}

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

@media (max-width: 1200px) {
    #footer-txt * {
        font-size: 1.8rem;
    }
}

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

    .inner-wrap {
        flex-wrap: wrap;
        row-gap: 45px;
    }

    #footer-logo {
        flex: 1 1 100%;
        max-width: 100%;
    }

    #footer-logo img {
        max-width: 154px !important;
    }
}

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

@media (max-width: 630px) {
    #footer-txt {
        display: none;
    }

    .inner-wrap {
        flex-direction: column;
        gap: 0;
        text-align: center;
    }

    #footer-logo {
        margin-bottom: 40px;
    }

    #footer-links {
        margin-bottom: 30px;
    }

    #footer-mitte {
        margin-bottom: 45px;
    }
}

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

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