/* Footer */

footer, #custom_footer {
    background: #EDEDED;
}

#rechtliches {
    background: unset;
}

#menu-footernav {
    list-style: none;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 5px;
    background: unset;
}

@media only screen and ( max-width: 980px ) {
    #menu-footernav {
        text-align: center;
    }
}

#menu-footernav li {
    display: inline-block;
    margin-right: 0;
    padding: 0;
    font-size: 14px;
    line-height: 14px;
}

#menu-footernav li a:after {
    content: '|';
    margin: 0 15px;
    display: inline-block;
}

@media only screen and ( max-width: 479px ) {
    #menu-footernav li a:after {
        margin: 0 4px;
    }
}

#menu-footernav li:last-of-type {
    margin-right: 0;
}

#menu-footernav li:last-of-type a:after {
    content: unset;
}

#menu-footernav li a {
    color: var(--lightgrey);
}

#copyright div.et_pb_text_inner {
    text-align: center;
    color: var(--lightgrey);
    font-size: 14px;
}

@media only screen and ( min-width: 981px ) {
    #copyright div.et_pb_text_inner {
        text-align: right;
    }
}

#copyright div.et_pb_text_inner a {
    color: var(--lightgrey);
}