footer {}

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

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

footer .middle-wrap a:hover,
footer div#footer-menu a:hover {
    color: var(--red) !important;
}

footer .middle-wrap a:after,
footer div#footer-menu a:after {
    height: 1px;
    width: 0;
    content: '';
    left: 0;
    position: absolute;
    transition: all .5s ease 0s;
    background-color: var(--red);
    opacity: 0;
    bottom: 0;
}

footer .middle-wrap a:hover:after,
footer div#footer-menu a:hover:after {
    width: 100%;
    opacity: 1;
}

.wrap {
    display: flex;
    justify-content: center;
    background: linear-gradient(270deg, #fff calc(var(--windowWith) - ((var(--windowWith) - 1170px) / 2)), rgba(12, 12, 12, 0) calc(var(--windowWith) - ((var(--windowWith) - 1170px) / 2)));
}

.inner-wrap {
    display: flex;
    width: 90%;
    max-width: 1600px;
    padding: 5.2vw 0 4.4vw 0;
    justify-content: flex-start;
}

.inner-wrap>* {
    flex: 0 0 auto;
}

div#footer-heading {
    margin-right: 7.3vw;
}

div#footer-heading * {
    font-family: 'LORA';
    font-size: 4.15rem;
    line-height: 0.98;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: var(--brown);
}

div#footer-heading strong {
    color: var(--red);
}

.middle-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 647px;
    flex-basis: 41%;
    margin-right: 7vw;
}

.middle-wrap>* {
    flex-basis: auto;
}

.middle-wrap * {
    font-family: 'LORA';
    font-size: 19px;
    color: var(--brown);
    letter-spacing: -0.02em !important;
    font-weight: 400;
    line-height: 1.95;
}

.middle-wrap strong {
    font-weight: 600;
}

div#footer-links a:after {
    display: none;
}

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

div#footer-links {
    flex: 0 0 100%;
    align-items: flex-start;
    margin-bottom: 2.4vw;
}

div#footer-links img {
    max-width: 219px !important;
}

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

#footer-logos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 33px 35px;
}

.ft-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ft-logo img {
    height: 107px !important;
    width: auto !important;
}

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;
}

/*----------------- 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;
}

.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 -------------*/
.heateor_sss_sharing_ul {
    filter: saturate(0.75);
}

.heateorSssSharing,
.heateorSssSharingButton {
    margin: 0;
}

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

.woocommerce-page .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    margin-top: 3vw;
}

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


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

@media (min-width: 1920px) {
    /*----------------- ELEMENT -------------*/
    /*----------------- END ELEMENT ---------*/
}

@media (max-width: 1500px) {
    .wrap {
        background-color: #fff;
    }

    div#footer-heading * {
        font-size: 2.85rem;
    }

    .ft-logo img {
        height: 68px !important;
        width: auto !important;
    }

    .middle-wrap {
        max-width: unset;
        flex-basis: 49%;
        margin-right: 0;
    }

    .inner-wrap {
        justify-content: space-between;
    }

    div#footer-heading {
        margin-right: 0;
    }

    .middle-wrap {
        max-width: unset;
        flex-basis: 45%;
        margin-right: 0;
    }

    .middle-wrap * {
        font-size: 17px;
    }
}

@media (max-width: 1200px) {
    .inner-wrap {
        flex-wrap: wrap;
    }

    div#footer-heading {
        flex-basis: 100%;
        margin-bottom: 5vw;
    }

    div#footer-heading * {
        font-size: 4.15rem;
    }

    .middle-wrap * {
        font-size: 19px;
    }

    .ft-logo img {
        height: 93px !important;
        width: auto !important;
    }

    .middle-wrap {
        flex: 1 1 auto;
        max-width: 65%;
    }
}

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

    .logo-wrap {
        flex-basis: 100%;
    }

    div#footer-logos {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-top: 3vw;
        grid-template-columns: unset;
        grid-template-rows: unset;
        gap: 0;
    }

    ul#menu-footer-menue {
        justify-content: space-around;
    }

    .middle-wrap {
        max-width: 90%;
    }

    div#footer-heading {
        margin-bottom: 7vw;
    }

    div#footer-logos {
        margin-top: calc(7vw - 30px);
    }

    div#footer-links {
        margin-bottom: 40px;
    }

    div#footer-mitte,
    div#footer-rechts {
        margin-bottom: 30px;
    }

    div#footer-mitte {
        margin-right: 20px;
    }

    .inner-wrap {
        padding: 8vw 0 8vw 0;
    }
}

@media (max-width: 767px) {
    div#footer-menu * {
        font-size: 16px;
        line-height: 2;
        margin: 10px 15px;
    }

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

    ul#menu-footer-menue {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }


}

@media (max-width: 576px) {
    .middle-wrap {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        align-self: center;
        margin-right: auto;
        margin-left: auto;
    }

    .middle-wrap>* {
        flex-basis: auto !important;
        text-align: center;
    }

    div#footer-heading * {
        font-size: 3.15rem;
    }

    .ft-logo img {
        height: 70px !important;
        width: auto !important;
    }

    div#footer-heading {
        margin-bottom: 12vw;
    }

    div#footer-logos {
        margin-top: calc(11vw - 30px);
    }

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


    .wrap {
        background: linear-gradient(0deg, #fff 91%, rgba(12, 12, 12, 0) 91%);
    }

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

    div#footer-mitte {
        margin-right: 0;
    }
}

@media (max-width: 420px) {
    div#footer-menu {
        padding: 45px 0 90px;
    }

    .middle-wrap * {
        font-size: 16px;
    }

    div#footer-heading {
        margin-bottom: 20vw;
    }

    div#footer-links img {
        max-width: 159px !important;
    }

    div#footer-heading * {
        font-size: 45px;
    }

    div#footer-heading {
        margin-bottom: 66px;
    }

    .ft-logo img {
        height: 56px !important;
        width: auto !important;
    }

    .ft-logo {
        margin: 0 10px;
    }

    div#footer-logos {
        margin-top: 40px;
    }

    ul#menu-footer-menue {
        flex-direction: column;
    }

    div#footer-menu * {
        font-size: 15px;
        margin: 0;
        line-height: 2.3;
    }

    ul#menu-footer-menue>li.menu-item:nth-of-type(4) {
        order: -5;
    }

    ul#menu-footer-menue>li.menu-item:nth-of-type(3) {
        order: -4;
    }

    ul#menu-footer-menue>li.menu-item:nth-of-type(2) {
        order: -4;
    }

    .inner-wrap {
        padding: 20px 0 60px 0;
    }

    .wrap {
        background: linear-gradient(0deg, #fff 94.2%, rgba(12, 12, 12, 0) 94.2%);
    }


}

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