#footer {
    position: relative;
}

#footer::before {
    content: '';
    width: 100%;
    padding-bottom: 23%;
    display: block;
    background-image: url(/wp-content/themes/visual-composer-starter-theme-child/img/footer-before.svg);
    margin-bottom: -1.9%;
    background-size: cover;
}

.wrap {
    display: flex;
    justify-content: center;
    background-color: #fff;
}

.inner-wrap {
    display: flex;
    width: 90%;
    max-width: '';
    padding: '';
    flex-direction: column;
}

#footer-links,
#footer-mitte,
#footer-rechts {
    display: flex;
    flex-basis: 33%;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

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

footer h5 {
    margin-bottom: 1.4em;
}

footer a {
    color: inherit;
    text-decoration: none;
}

#footer-links {
    padding: 4.7vw 0;
}

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

#menu-footer-menu {
    display: flex;
    justify-content: center;
    gap: 4.7vw;
}

/*----------------- MOBILE BAR  -------------*/
div#mobile-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 54px;
    z-index: 1000;
    display: none;
    box-shadow: 0px -10px 10px -8px rgba(0, 0, 0, 0.16);
    background-color: #bdbe31;
}

div#mobile-icons {
    width: 50%;
    display: flex;
}

.mobile-icon {
    display: flex;
    flex: 1 1 33%;
    align-items: center;
    justify-content: center;
    height: 54px;
}

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

.mobile-icon img {
    width: auto;
}

div#button-wrapper {
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
}

a.button-anfrage,
a.button-buchen {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Barlow;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.125em;
    border-left: 3px solid #fff;
}

a.button-anfrage {
    background: #d87e4b;
}

a.button-buchen {
    background-color: #6c5e4f;
}

a.button-buchen span:first-of-type {
    display: none;
}

a.button-buchen span:only-of-type {
    display: block;
}
/*--------------Tudor------------*/
button.shiftnav-sr-close {
	display: none !important;
}
/*----------------- SOCIAL SHARE -------------*/

.heateorSssSharing,
.heateorSssSharingButton {
    margin: 0;
}

.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    margin-top: 4vw;
}

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) {
    .ft-logo {
        max-width: 100px;
        margin: 0px 1.4vw;
    }
}

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

    /*----------------- END ELEMENT ---------*/
}

@media (min-width: 1170px) {

    #footer {
        padding-left: 360px;
        margin: 0;
    }
}



@media (max-width: 1169px) {
    .icon a {
        display: inline-block;
    }
}


@media (max-width: 990px) {
    /*----------------- ELEMENT -------------*/

    /*----------------- END ELEMENT ---------*/
}

@media (max-width: 767px) {
    .ft-logo {
        max-width: 100px;
        margin: 0 6vw 2vw 6vw;
    }

    #footer-logos {
        padding: 5vw 0;
    }

    #footer::before {
        background-image: url(/wp-content/themes/visual-composer-starter-theme-child/img/footer-before-mobile.svg);
    }

    #menu-footer-menu {
        display: flex;
        justify-content: center;
        gap: 4px 4.7vw;
        flex-wrap: wrap;
    }

    #footer-links {
        padding: 8.7vw 0;
    }

    #menu-footer-menu>.menu-item:nth-child(3),
    #menu-footer-menu>.menu-item:last-child {
        flex: 1 1 100%;
    }

}

@media (max-width: 576px) {

    #footer::before {
        padding-bottom: 33%;
    }

    #footer-links * {
        font-size: 15px;
    }


}

