/*================================================
    Footer
================================================*/

footer, #main-footer, footer a,
.et-db footer #et-boc .et-l a {
    color: var(--white);
}

.et-db footer #et-boc .et-l div.et_pb_bottom_inside_divider,
footer div.et_pb_bottom_inside_divider {
    /* background-image: url(data:image/svg+xml;utf8,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiMwMTllZDMiPjxwYXRoIGQ9Ik0xMjgwIDBsLTI2NiA5MS41MmE3Mi41OSA3Mi41OSAwIDAgMS0zMC43NiAzLjcxTDAgMHYxNDBoMTI4MHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMTI4MCAwbC0yNjIuMSAxMTYuMjZhNzMuMjkgNzMuMjkgMCAwIDEtMzkuMDkgNkwwIDB2MTQwaDEyODB6Ii8+PC9nPjwvc3ZnPg==); */
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100px" viewBox="0 0 1280 140" preserveAspectRatio="none"><g fill="000"><path d="M1280 0l-266 91.52a72.59 72.59 0 0 1-30.76 3.71L0 0v140h1280z" fill-opacity=".5"/><path d="M1280 0l-262.1 116.26a73.29 73.29 0 0 1-39.09 6L0 0v140h1280z"/></g></svg>');
    background-size: 100% 100px;
    bottom: 0;
    height: 100px;
    z-index: 1;
}

footer div.et_pb_section.content,
.et-db footer #et-boc .et-l div.et_pb_section.content {
    background: var(--black);
    padding-top: 0;
}

#footer_logo {
    max-width: 280px;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

footer .et_pb_row:last-of-type,
.et-db footer #et-boc .et-l .et_pb_row:last-of-type {
    margin-top: 20px;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, .5);
}

/* structure */

@media only screen and ( min-width: 981px ) {
    footer .et_pb_section.content .et_pb_row:first-of-type,
    .et-db footer #et-boc .et-l .et_pb_section.content .et_pb_row:first-of-type {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        position: relative;
    }

    footer .et_pb_section.content .et_pb_row:first-of-type .et_pb_column_1_4.description,
    .et-db footer #et-boc .et-l .et_pb_section.content .et_pb_row:first-of-type .et_pb_column_1_4.description {
        width: calc(100% / 3);
        margin-right: 0;
    }

    footer .et_pb_section.content .et_pb_row:first-of-type .et_pb_column_1_4:not(.description),
    .et-db footer #et-boc .et-l .et_pb_section.content .et_pb_row:first-of-type .et_pb_column_1_4:not(.description) {
        width: calc(((100% - (100% / 3)) / 3) - 40px);
        margin-right: 0;
        margin-left: 40px;
    }
}

/* menus */

div.caption {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: var(--gap);
}

#menu-contact li a,
#menu-leistungen li a,
#menu-digitalagentur li a {
    font-weight: 500;
}

#menu-contact li:not(:last-of-type),
#menu-leistungen li:not(:last-of-type),
#menu-digitalagentur li:not(:last-of-type) {
    margin-bottom: 5px;
}

#menu-contact li a {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 28px;
}

#menu-contact li:not(:last-of-type) {
    margin-right: 30px;
}

#menu-socialmedia,
#menu-legal,
.et_pb_column.copyright {
    text-align: center;
}

@media only screen and ( min-width: 981px ) {
    .et_pb_column.copyright {
        text-align: left;
    }

    #menu-socialmedia {
        text-align: right;
    }
}

#menu-socialmedia li,
#menu-legal li {
    display: inline-block;
    margin: 0;
}

#menu-socialmedia li:not(:last-of-type) {
    margin-right: 20px;
}

#menu-socialmedia img {
    height: 15px;
    width: auto;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

#menu-legal li:not(:last-of-type):after {
    content: '|';
    display: inline-block;
    margin: 0 10px;
}

#menu-legal li a,
.et_pb_column.copyright {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px;
}