

.wrap {
    display: flex;
    justify-content: center;
}

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

#footer {
    margin: 0 20px 70px 20px;
}
#footer-rechts {
    display: flex;
    flex-basis: 100%;
    justify-content: center;
}
div#footer-rechts .textwidget {
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 650px;
}
#footer a {
    text-decoration: none;
    font-size: 14px;
    transition: all .5s ease 0s;
    position: relative;
}
#footer a:hover {
    color: #D9929C;
}
#footer a:after {
    height: 1px;
    background-color: #d9929c;
    width: 0;
    content: '';
    left: 0;
    bottom: 0;
    position: absolute;
    transition: all .5s ease 0s;
}
#footer a:hover:after {
    width: 100%;
}
.logo-wrap {
    display: flex;
    justify-content: center;

}

#footer-logos {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ft-logo {
    max-width: 120px;
    width: auto;
    display: inline-flex;
    vertical-align: middle;
    margin: 0 1.7vw;
    height: 100%;
    
}
@-moz-document url-prefix() {
    .ft-logo {
        width: -moz-available;
        justify-content: center;
    }
}

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

/*----------------- 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: #f4f4f4;
}
div#mobile-icons {
    width: 100%;
    display: flex;
    padding: 10px;
}
.mobile-icon a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.mobile-icon {
    display: flex;
    flex: 1 1 33%;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: #e1a8b0;
    margin: 0 1px;
}
.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;
}

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

.heateorSssSharing, .heateorSssSharingButton {
    margin: 0;
}
.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    margin: 0 0 3vw 0;
    filter: saturate(0.7);
}
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) { 
    .dsgvo p {
        font-size: 11px;
        line-height: 1.3;
    }
}
@media (min-width: 1200px) { 

    #footer {
        padding-left: 360px;
    }
    #footer-links {
        padding-left: 60px;
    }
}
@media (max-width: 1199px) { 
    #header-icons {
        display: block;
    }
}
@media (max-width: 1199px) {

    div#mobile-bar {
        display: flex;
    }
}
@media (max-width: 1199px) { 
    .icon a {
        display: inline-block;
    }
}


@media (max-width: 990px) {

}

@media (max-width: 767px) {
    .ft-logo {
        max-width: 100px;
        margin: 0 6vw 2vw 6vw;
    }
    #footer-logos {
        padding: 5vw 0;
    }
    div#footer-rechts a {
        margin: 5px 10px;
    }
    div#footer-rechts .textwidget {
        flex-wrap: wrap;
        justify-content: center;
    }
    
}

@media (max-width: 576px) {
    #footer {
        margin: 0;
        padding-bottom: 30px;
    }
    #footer-links {
        width: 100%;
        margin: 0;
        padding: 20px 0 20px 0;
    }
    #footer-links a {
        height: 38px;
        display: block;
        line-height: 1em;
        margin: 0;
        text-align: center;
    }

    #footer-rechts {
        position: relative;
        display: block;
        margin: 0 auto;
        width: 80px;
    }
    .ft-logo {
        margin: 0 8vw 5vw 8vw;
    }
    a.footerbutton-anfragen {
        width: 100px;
    }

}

@media (max-width: 420px) {
    .icon a {
        background: #576c65;
        padding: 11px 15px 0 15px;
    }
    #header-icons .wpml-ls-legacy-list-horizontal a {
        padding: 0 20px !important;
        background: #576c65;
    }


}

@media (max-width: 320px) {
    .icon a {
        padding: 14px 15px 0 15px;
    }
    #header-icons .wpml-ls-legacy-list-horizontal a {
        padding: 0 15px !important;
    }

}