footer {
    z-index: 0;
    position: relative;
    margin-top: 100px;
    padding: 120px 0 10px;
    box-sizing: border-box;
    background-color: var(--body-text-color);
    overflow: visible;
}

body:has(.gform_wrapper) footer,
body:has(#anfragen) footer {
    margin-top: 0;
}
footer > div{
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    max-width: 1500px;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    box-sizing: border-box;
}
footer .logo-overlay{
    width: 45%;
    max-width: unset;
    height: calc(100% + 100px);
    display: block;
    background-image: url('../img/footer-fv.svg');
    background-size: auto 100%;
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 55%;
    z-index: 0;
    pointer-events: none;
    margin: 0 !important;
    padding: 0 !important;
}

footer .footer-menu,
footer .copyright{
    margin-top: 70px;
}
footer .disclaimer{
    margin-top: 140px;
}
footer .disclaimer p{
    opacity: .7;
    font-size: .7em;
}

footer .footer-logo{
    max-width: 280px;
}
footer .social-icons span {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

footer ul {
    -webkit-padding-start: 0;
    -moz-padding-start: 0;
    padding-left: 0;
    margin: 0;
}
footer ul li.heading a{
    line-height: 1.05em;
    position: relative;
    font-size: 1.2em;
    margin-bottom: 10px;
    padding-top: 0;
}
footer ul li.heading a:after{
    height: 2px;
}
footer ul>li {
    list-style-type: none;
    display: block;
    position: relative;
    margin: 0;
    text-decoration: none;
}
footer ul>li:last-child {
    margin-right: 0;
}
footer .menu >li a{
    font-size: 1em;
    line-height: 1em;
    display: inline-block;
    padding: 7px 0;
    text-decoration: none;
    position: relative;
}
footer .menu > li:first-child > a{
    padding-top: 0;
}
footer .menu > li > a:after {
    content: '';
    width: 0;
    height: 1px;
    background-color: var(--primary-color);
    display: block;
    position: absolute;
    bottom: 2px;
    right: 0;
}
footer ul>li.current-menu-item a:after,
.vc_desktop footer ul>li a:hover:after{
    width: 100%;
    left: 0;
}

footer .menu li .sub-menu{
    min-width: 195px;
}
footer .menu li .sub-menu a:before {
    content: '';
    width: 10px;
    height: 1px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
footer .menu li .sub-menu a:hover:before,
footer .menu li .sub-menu .current-menu-item a:before{
    width: 16px;
    background-color: var(--primary-color);
}


/* COPYRIGHT */

footer .copyright{
    position: relative;
}
footer .copyright p{
    font-size: 0.75em;
    line-height: 1.3em;
}
footer .copyright p,
footer .copyright a{
    margin: 0;
    display: inline-block;
    text-align: left !important;
}
footer .copyright p a{
    text-decoration: none;
    margin: 0;
}
footer .copyright p a:hover{
    text-decoration: underline;
}
footer .dp-logo img {
    display: block;
    margin: 0;
    opacity: .6;
}