footer {
    background-color: var(--c-blue-mminesweeper);
    /*padding: var(--s-text-padding);*/
}
footer > div {
    display: flex;
    gap: var(--s-text-padding);
    align-items: center;
    justify-content: space-between;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
footer a {
    color: var(--c-grey-3);
}
footer.bmbf_footer {
    background-color: white;
    margin: 0; /* Remove any default margin */
    padding: 0; /* Remove any default padding */
}
footer.bmbf_footer + footer.bmbf_footer {
    margin-top: -2.0em; /* Reduce space between consecutive banners */
}
footer.bmbf_footer > div {
    gap: 0.2em;
    height: 5em;
}
footer.bmbf {
    background-color: white;
}
footer.bmbf > div {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 71rem) {
    footer > div {
        width: var(--s-text-width);
        margin: 0.5em auto;
    }
}
