footer {

}

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

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

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

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

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

}

#footer-logos {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ft-logo {
    max-width: 175px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2.2vw;
}
#footer-top-btn {
    position: absolute;
    right: 2vw;
    bottom: 6.5vw;
}
div#footer-navi {
    width: 100%;
    margin: 3vw 0;
}
ul#menu-footer-menue {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#menu-footer-menue li {
    padding: 0 1.5rem;
}
#menu-footer-menue li a {
    color: #000;
    font-size: 1rem;
}
/*----------------- MOBILE BAR  -------------*/
div#mobile-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0px -10px 10px -8px rgba(0,0,0,0.16);
}
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;
    flex: 1 1 25%;
    border-right: 1px solid #fff;
}
.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;
}
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: Muli;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.125em;
}
a.button-anfrage {
    background: #fff000;
}
a.button-buchen {
    background-color: #9A0707;
}
a.button-buchen span:first-of-type {
    display: none;
}
a.button-buchen span:only-of-type {
    display: block;
}

/*----------------- SOCIAL SHARE -------------*/ 
.heateorSssSharing, .heateorSssSharingButton {
    margin: 0;
}
ul.heateor_sss_follow_ul, ul.heateor_sss_sharing_ul {
    line-height: 1 !important;
}
.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    margin: 4vw 0 2.5vw 0;
}
ul.heateor_sss_follow_ul li, ul.heateor_sss_sharing_ul li {
    margin: 0 2px !important;
}
/*----------------- END SOCIAL SHARE -------------*/



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

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

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

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

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

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

@media (max-width: 990px) {
    div#mobile-bar {
        display: flex;
    }
    #menu-footer-menue li {
        padding: 0 1rem;
    }
}

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

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

@media (max-width: 576px) {
    #menu-footer-menue li {
        padding: 0 1rem;
        text-align: center;
    }
    .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
        margin: 8vw 0 2.5vw 0;
    }
    div#footer-navi {
        margin: 30px 0 80px 0;
    }
}

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

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

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

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