footer {
    background-color: var(--c-ocean);
}

footer > div {
    display: flex;
    gap: var(--s-text-padding);
    align-items: center;
    justify-content: space-between;
    gap: 1.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

footer a {
    color: var(--c-grey-3);
}

footer.bmbf {
    background-color: white;
}

footer.bmbf > div {
    gap: 0.5em;
    height: 5em;
}

#detach-button-host {
    display: none;
}

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