footer#footer {
    margin-bottom: var(--mobile-bar-height);
}
footer a { text-decoration: none; transition: all 0.5s ease 0s;}
footer a:hover,#footer-mitte a:hover {}

.wrap {
    display: flex;
    justify-content: center;
    background: url('/wp-content/uploads/bg-footer.svg') no-repeat;
    background-size: cover;
    background-position: center;
    background-color: var(--green);
}
.inner-wrap {
    display: flex;
    width: 90%;
    max-width: 984px;
    padding: 12vw 0vw;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 65px;
    justify-content: space-evenly;
    text-align: center;
}
footer p, footer li, footer a {
    color: #fff;
    font-family: 'apercu-medium';
    font-weight: 400;
    letter-spacing: 0.3px;
    font-size: 19px;
    line-height: 2.1;
    list-style: none;
}
footer a {
    transition: all .5s ease 0s;
    position: relative;
}
footer a:hover {
    color: var(--blue) !important;
}
footer a:hover:after {
    width: 100%;
    opacity: 1;
}

footer a:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    opacity: 0;
    background-color: var(--blue);
    left: 50%;
    transform: translateX(-50%);
    transition: all .5s ease 0s;
    bottom: 0em;
}

#footer div#footer-social {
    flex: 1 1 100%;
    flex-basis: 100%;
    justify-content: center;
    --icon-width: 60px;
}
#footer-social img {
    height: 25px !important;
    display: block;
    width: auto !important;
}
#footer-social .icon {
    width: var(--icon-width);
    height: var(--icon-width);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--green-op-10);
    margin-right: 5px;
}
#footer-social .icon:hover {
    transform: translateY(10px);
}
div#footer-social,
#footer-links, 
#footer-mitte, 
#footer-rechts {
    display: flex;
    flex-basis: auto;
}
#footer-links, 
#footer-mitte, 
#footer-rechts {
    flex-basis: 28%;
    display: flex;
    justify-content: center;
}
div#footer-text {
    flex-basis: 100%;
}
.logo-wrap {
    display: flex;
    justify-content: center;
}
footer p{
    color: #fff;
    font-family: 'apercu-medium';
    font-weight: 400;
    letter-spacing: 0.3px;
    font-size: 19px;
}
div#footer-social:after * {
    content: '';
    width: 50px;
    height: 50px;
    background-color: var(--red);
    position: absolute;
}
#footer-social .icon:last-of-type {
    margin-right: 0;
}
#footer-text p {
    color: var(--blue);
}
div#footer-text p {
    letter-spacing: 0.2vw !important;
}
#footer-logos {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ft-logo {
    max-width: 990px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
ul#menu-footer-menue,
ul#menu-footer-menue-en {
    display: flex;
    width: 100%;
    justify-content: space-between;
    opacity: 0.6;
    margin: 4vw 0;
    padding: 0;
}
.ft-logo a {
    list-style: none;
    display: flex;
    font-weight: 500;
    padding-left: 0 !important;
    line-height: 1;
    font-size: 16px;
    width: 100%;
    font-family: 'apercu-medium';
    color: var(--green);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

#footer-top-btn {
    position: absolute;
    right: 2vw;
    bottom: 6.5vw;
}
div#footer-logos a {
    display: flex;
    width: fit-content;
}
footer ul#menu-footer-menue a:after,
footer ul#menu-footer-menue-en a:after {
    bottom: -0.1em;
}
div#footer-text>:first-of-type {
    margin-bottom: 50px;
    display: none;
}

/*----------------- MOBILE BAR  -------------*/
div#mobile-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    display: none;
    transform: translateY(100%);
    height: 0;
    opacity: 0;
    transition: all .5s ease 0s;
}
div#mobile-bar.small {
    transform: translateY(0);
    opacity: 1;
}
div#mobile-icons {
    z-index: 100;
    justify-content: space-evenly;
    width: auto;
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 32px;
    padding: 20px 0;
    max-width: 90%;
}
#mobile-icons img {
    height: 31px !important;
    display: block;
    width: auto;
}
div#mobile-bar .vce-row {
    margin-bottom: 0 !important;
}
div#mobile-bar a.vce-button--style-basic, div#mobile-bar button.vce-button--style-basic {
    padding: 0;
    background-color: transparent;
}
div#mobile-bar .vce-row * {
    display: flex;
    justify-content: center;
}
div#mobile-bar .vce {
    margin-bottom: 0;
}
div#mobile-bar .wpml-ls-legacy-list-horizontal {
    padding: 0;
    border: none !important;
}
.mobile-icon {
    height: auto;
    width: auto;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease 0s;
    display: flex;
}
.mobile-icon a {
    height: 100%;
    align-items: center;
    justify-content: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*----------------- 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) { 
/*----------------- 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;
        justify-content: center;
        background-color: var(--green);
        height: auto;
    }
    .inner-wrap {
        justify-content: center !important;
    }
    #footer-links, #footer-mitte, #footer-rechts {
        flex-basis: calc(50% - 40px);
    }
    ul#menu-footer-menue,
    ul#menu-footer-menue-en {
        justify-content: center;
        flex-wrap: wrap;
    }
    ul#menu-footer-menue li,
    ul#menu-footer-menue-en li {
        margin: 15px 15px;
    }

}

@media (max-width: 767px) {
/*----------------- ELEMENT -------------*/

/*----------------- END ELEMENT ---------*/	
}

@media (max-width: 576px) {
    #footer-links, #footer-mitte, #footer-rechts {
        flex-basis: 100%;
    }
    #mobile-icons img {
        height: 28px !important;
        display: block;
        width: auto;
    }
    .wrap {
        background-image: none;
    }
    .inner-wrap {
        width: 100%;
    }
    div#footer-text>:first-of-type {

        display: block;
    }
    
}

@media (max-width: 420px) {
    ul#menu-footer-menue,
    ul#menu-footer-menue-en {
        flex-direction: column;
        align-items: center;
    }   	
}

@media (max-width: 320px) {
/*----------------- ELEMENT -------------*/

/*----------------- END ELEMENT ---------*/	
}