.bouwontwerp-site-footer,
.bouwontwerp-site-footer * {
    box-sizing: border-box;
}

.bouwontwerp-site-footer {
    width: 100%;
    padding: 48px 20px 112px;
    background: #ffffff;
    color: #000000;
}

.bouwontwerp-site-footer .bouwontwerp-site-footer__container {
    display: grid;
    width: 100%;
    max-width: 1560px;
    margin: 0 auto;
    padding-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    gap: 40px;
}

.bouwontwerp-site-footer .bouwontwerp-site-footer__logo {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 56px;
    object-fit: contain;
}

.bouwontwerp-site-footer .bouwontwerp-site-footer__description {
    max-width: 28rem;
    margin: 20px 0 0;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 2;
}

.bouwontwerp-site-footer .bouwontwerp-site-footer__columns {
    display: grid;
    gap: 32px;
}

.bouwontwerp-site-footer .bouwontwerp-site-footer__heading {
    margin: 0;
    color: #000000;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.bouwontwerp-site-footer .bouwontwerp-site-footer__links,
.bouwontwerp-site-footer .bouwontwerp-site-footer__contact-content {
    display: grid;
    margin-top: 20px;
    gap: 12px;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
}

.bouwontwerp-site-footer .bouwontwerp-site-footer__links a,
.bouwontwerp-site-footer .bouwontwerp-site-footer__contact-content a {
    width: fit-content;
    color: #000000;
    font-family: inherit;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    text-decoration: none;
    transition: color .2s ease;
}

.bouwontwerp-site-footer .bouwontwerp-site-footer__links a:hover,
.bouwontwerp-site-footer .bouwontwerp-site-footer__links a:focus-visible,
.bouwontwerp-site-footer .bouwontwerp-site-footer__contact-content a:hover,
.bouwontwerp-site-footer .bouwontwerp-site-footer__contact-content a:focus-visible {
    color: var(--e-global-color-accent, #e52421);
}

.bouwontwerp-site-footer .bouwontwerp-site-footer__contact-content address {
    margin: 0;
    font: inherit;
}

.bouwontwerp-site-footer .bouwontwerp-site-footer__call-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 60px;
    padding: 16px 28px;
    border-radius: 9999px;
    background: var(--e-global-color-accent, #e52421);
    color: #ffffff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .2em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .25s ease, background-color .25s ease;
}

.bouwontwerp-site-footer .bouwontwerp-site-footer__call-button:hover,
.bouwontwerp-site-footer .bouwontwerp-site-footer__call-button:focus-visible {
    background: #000000;
    color: #ffffff;
    text-decoration: none;
}

@media (min-width: 640px) {
    .bouwontwerp-site-footer {
        padding-right: 32px;
        padding-left: 32px;
    }

    .bouwontwerp-site-footer .bouwontwerp-site-footer__columns {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .bouwontwerp-site-footer {
        padding-bottom: 48px;
    }

    .bouwontwerp-site-footer .bouwontwerp-site-footer__call-button {
        display: none;
    }
}

@media (min-width: 1024px) {
    .bouwontwerp-site-footer {
        padding-right: 48px;
        padding-left: 48px;
    }

    .bouwontwerp-site-footer .bouwontwerp-site-footer__container {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    .bouwontwerp-site-footer .bouwontwerp-site-footer__identity {
        grid-column: span 5 / span 5;
    }

    .bouwontwerp-site-footer .bouwontwerp-site-footer__columns {
        grid-column: span 7 / span 7;
    }
}
