footer a {
    text-decoration: none;
    transition: all 0.5s ease 0s;
    color: inherit;
}

footer a:hover,
#footer-mitte a:hover {}


/* -------------------------- start fonts footer -------------------------- */

footer {}

footer p,
footer li,
footer a {
    font-size: 1.22rem;
    font-family: var(--mainfont);
    list-style: none;
    color: #fff;
    line-height: 1.7;
}

.footer-nav {
    transform: translateX(-2.4%);
}

.footer-nav a {
    font-size: 14px;
    font-family: var(--mainfont);
    list-style: none;
    color: #fff;
    line-height: 1.6;
    position: relative;
    display: inline-block;
}

.footer-nav a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    background-color: #fff;
    transition: width 0.3s ease-out;
}

.footer-nav a:hover::after {
    width: 100%;
}

#footer .wrap {
    display: flex;
    justify-content: center;
    position: relative;
    flex-direction: column;
    gap: var(--gap-xl);
    align-items: center;
}

.wrap {
    background: var(--gradient);
    width: 100vw;
    max-width: 90wv;
    padding: var(--gap-xl) 0;
}

#menu-footer-menu,
#menu-footer-menu-englisch {
    margin: 0 !important;
}

.inner-wrap {
    display: flex;
    width: 90%;
    max-width: 1040px;
    align-items: center;
    justify-content: space-between;
}

.footer-wrapper-left {
    display: flex;
    gap: calc(var(--gap-l) * 2);
}

#footer-links,
#footer-mitte,
#footer-rechts {
    display: flex;
    flex: 0 0 auto;
}

#footer-mitte {
    flex-direction: column;
    gap: 6px;
}

div#footer-mitte .textwidget span {
    display: inline-flex;
    transform: translateY(-95%);
}

div#footer-rechts {
    flex-direction: column;
    align-items: flex-end;
    gap: var(--gap-m);
}

#menu-item-1492 {
    display: none;
}

.footer-wrapper-right {
    margin-top: auto;
}

#footer-logos {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ft-logo {
    max-width: 140px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 0 1em;
}

#footer-logo {
    margin-right: 59px;
}

.footer-nav ul {
    display: flex;
    justify-content: center;
    gap: var(--gap-l);
}


/*----------------- END SOCIAL SHARE -------------*/

@media (min-width: 1920px) {
    .ft-logo {
        margin: 0 50px;
    }
}

@media (max-width: 1500px) {
    /*----------------- ELEMENT -------------*/
    /*----------------- END ELEMENT ---------*/
}

@media (max-width: 1200px) {
    /*----------------- ELEMENT -------------*/
    /*----------------- END ELEMENT ---------*/
}

@media (max-width: 1024px) {
    /*----------------- ELEMENT -------------*/
    /*----------------- END ELEMENT ---------*/
}

@media (max-width: 990px) {
    div#mobile-bar {
        display: flex;
    }

    .inner-wrap {
        flex-direction: column;
        gap: var(--gap-l);
    }

    #footer .wrap {
        gap: var(--gap-l);
    }

    div#footer-rechts {
    align-items: center;
}
    nav.menu-footer-menu-container li,
    nav.menu-footer-menu-englisch-container li {
        line-height: 1;
    }

}

@media (max-width: 768px) {
    .footer-wrapper-left {
        flex-direction: column;
        align-items: center;
    }

    #footer-mitte p {
        text-align: center;
    }

    .footer-nav ul {
        gap: var(--gap-s);
        flex-direction: column;
        align-items: center;
    }

    footer p,
    footer a {
        font-size: 17px;
    }

    .footer-nav a {
        font-size: var(--btn-font-size);
        font-family: var(--mainfont);
        list-style: none;
        color: #fff;
        line-height: var(--btn-line-height);
        position: relative;
        display: inline-block;
        font-weight: 400;
    }
}

@media (max-width: 576px) {
    div#footer-links {
        max-width: 100px;
    }

    .footer-wrapper-left {
        display: flex;
        gap: var(--gap-s);
    }
}

@media (max-width: 420px) {
    /*----------------- ELEMENT -------------*/
    /*----------------- END ELEMENT ---------*/
}

@media (max-width: 320px) {
    /*----------------- ELEMENT -------------*/
    /*----------------- END ELEMENT ---------*/
}