footer {
    padding: calc(var(--margin-bottom-row) * 1.1) 0 0 0;
    position: relative;
}

footer a {
    text-decoration: none;
    transition: all 0.5s ease 0s;
    color: var(--basic);
    position: relative;
}

footer a:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    background-color: var(--basic);
    bottom: 0.3em;
    left: 0;
    transition: all .5s ease 0s;
}

footer h3::after {
    margin-left: auto !important;
    margin-right: auto !important;
}

footer #footer-rechts a:after {
    content: none;
}

footer a:hover:after {
    width: 100%;
}

footer img {
    display: block;
    height: 78px !important;
    width: auto;
    margin: 1rem 1.5rem 0 0;
}


footer h3 {
    text-align: center;
}

div#footer-icons {
    display: flex;
    margin-bottom: calc(var(--margin-bottom-row) * 1.1);
}

div#footer-icons img {
    height: 51px !important;
    width: auto !important;
    margin: 0 5px;
}

footer #footer-navi a:after {
    bottom: -0.1em;
}

/* -------------------------- start fonts footer -------------------------- */


footer p {
    line-height: 2;
}

footer p,
footer li,
footer a {
    font-family: var(--mainfont);
    font-weight: 300;
    font-size: 1rem;
}



.wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.inner-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
    max-width: 1070px;
    padding-bottom: calc(var(--margin-bottom-row) * 1.7);
}

#footer-header {
    width: 90%;
    max-width: 1170px;
    margin-bottom: 2vw;
}

#footer-header h4 {
    font-size: 2.37rem;
}


#footer-links .textwidget,
#footer-mitte .textwidget {
    line-height: 1.7;
}

div#footer-links p:before {
    content: '';
    display: inline-block;
    height: 1.3em;
    width: 1.3em;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-right: 25px;
}

div#footer-links p:first-of-type:before {
    background-image: url(/wp-content/themes/visual-composer-starter-theme-child/img/icons/icon-tel-footer.svg);
}

div#footer-links p {
    display: flex;
    align-items: center;
}

div#footer-links p:nth-of-type(2):before {
    background-image: url(/wp-content/themes/visual-composer-starter-theme-child/img/icons/icon-whatsapp-footer.svg);
}

div#footer-links p:last-of-type:before {
    background-image: url(/wp-content/themes/visual-composer-starter-theme-child/img/icons/icon-mail-footer.svg);
}

div#footer-links p:first-of-type:before {
    height: 1em;
    width: 1em;
}

#footer-rechts a {
    display: inline-block;
}

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

#footer-navi {
    width: 100%;
    padding: 5vw 0;
    background: var(--hellgrau);
}

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

#menu-footer-menue * {
    list-style: none;
    padding: 0;
    color: var(--basic);
    font-size: 0.85rem;
    font-weight: 600;
}

footer ul#menu-footer-menue a:after {
    bottom: 0.1em;
}

ul#menu-footer-menue {
    max-width: 990px;
    width: 90%;
    display: flex;
    margin: 0 auto;
    justify-content: space-around;
    padding: 0;
}


/*----------------- MOBILE BAR  -------------*/

div#mobile-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}

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


/*----------------- 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) {
    .ft-logo {
        margin: 0 50px;
    }
}

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

@media (max-width: 1200px) {

    footer p,
    footer li,
    footer a {
        font-size: 1.1rem;
    }

    div#footer-icons {
        margin-bottom: calc(var(--margin-bottom-row) * 1.45);
    }
}

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

    footer#footer {
        margin-bottom: 60px;
    }


    div#footer-header {
        padding-right: 30px;
    }

    ul#menu-footer-menue {
        padding: 0;
    }

    .inner-wrap {
        padding-bottom: calc(var(--margin-bottom-row) * 0.9);
    }

    div#footer-icons {
        margin-bottom: calc(var(--margin-bottom-row) * 0.75);
    }
}

@media (max-width: 767px) {
    footer a:hover:after {
        width: 0;
    }

    #footer-header h4 {
        font-size: 2.07rem;
    }

    ul#menu-footer-menue {
        flex-wrap: wrap;
    }

    #menu-footer-menue>* {
        margin: 0;
        flex-basis: 50%;
    }

    #menu-footer-menue * {
        text-align: center;
        line-height: 2.1;
    }

    #menu-footer-menue>*:first-of-type {
        margin-left: 0;
    }

    #menu-footer-menue>*:last-of-type {
        margin-right: 0;
    }

    footer p,
    footer li,
    footer a {
        font-size: 0.9rem;
    }

    div#footer-icons img {
        height: 46px !important;
    }

    .inner-wrap {
        flex-direction: column;
        align-items: center;
    }

    footer p,
    footer li,
    footer a {
        font-size: 18px;
    }

    #footer-links,
    #footer-mitte,
    #footer-rechts {
        margin-bottom: 35px;
    }

    #footer-links *,
    #footer-mitte *,
    #footer-rechts * {
        text-align: center;
    }

}

@media (max-width: 576px) {

    #footer-header * {
        text-align: left;
    }

    #footer-header .textwidget * {
        margin-left: 0;
    }

    #footer-header .textwidget {
        margin-bottom: 28px;
    }

    footer img {
        height: 58px !important;
    }

    div#footer-header h3,
    #footer-links,
    #footer-mitte,
    #footer-rechts {
        margin-left: 0;
        text-align: left;
    }

    .inner-wrap {
        align-items: flex-start;
    }

    #footer-links *,
    #footer-mitte *,
    #footer-rechts * {
        text-align: left;
    }

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

@media (max-width: 420px) {
    .wrap {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    div#footer-header h3,
    #footer-links,
    #footer-mitte,
    #footer-rechts {
        margin-left: 0;

    }

    #footer-header h4 {
        font-size: 1.31rem;
    }

    div#footer-header {
        padding-right: 25vw;
        margin-bottom: 5vw;
    }

    #footer-links,
    #footer-mitte,
    #footer-rechts {
        flex-basis: 100%;
        margin-bottom: 35px;
    }

    div#footer-header h3 {
        margin-left: 11vw;
        text-align: left;
        margin-bottom: 1.2em;
    }

    #menu-footer-menue>* {
        flex-basis: 100%;
        margin: 0 !important;
    }

    .inner-wrap {
        padding-right: 0;
    }

    #footer .inner-wrap {
        flex-basis: 100%;
        margin-left: 11vw;
    }

    footer p,
    footer li,
    footer a {
        font-size: 18px;
    }

    div#footer-icons img {
        height: 37px !important;
        max-height: 37px;
    }

    #menu-footer-menue * {
        font-size: 15px;
        line-height: 1.95;
    }

    div#footer-icons {
        margin-left: auto;
        margin-right: auto;
    }

    .inner-wrap {
        padding-bottom: calc(var(--margin-bottom-row) / 4.3);
    }

    #footer-navi {
        padding: 11vw 0;
    }

    div#footer-navi li.menu-item:last-of-type {
        padding-top: 7vw;
    }

    div#footer-icons {
        display: flex;
        margin-bottom: calc(var(--margin-bottom-row) * 0.75);
        margin-top: 15px;
    }
}


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