/* Footer-Bildvarianten aus dem CMS */

.footer--image-only {
    padding: 0;
}

.footer__full-image {
    width: min(100%, 1600px);
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.footer__full-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

.footer__image-legal {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 2rem 1.5rem;
    text-align: center;
}

.footer__brand-visual {
    display: block;
    width: min(100%, 18rem);
    max-width: min(100%, 18rem);
    margin-bottom: var(--space-3);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

.footer__brand-image {
    display: block;
    width: 100%;
    height: auto;
    max-height: 8rem;
    object-fit: contain;
    object-position: left center;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

.footer__visual {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    justify-self: end;
    width: min(100%, 13rem);
    max-width: 13rem;
    min-width: 0;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

.footer__visual img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 13rem;
    max-height: 10rem;
    object-fit: contain;
    object-position: right center;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

@media (max-width: 768px) {
    .footer__image-legal {
        padding-inline: 1.25rem;
    }

    .footer__brand-visual {
        margin-inline: auto;
        background-position: center;
    }

    .footer__visual {
        justify-content: center;
        justify-self: center;
        width: min(70vw, 12rem);
        max-width: min(70vw, 12rem);
        background-position: center;
    }
}

@media (max-width: 480px) {
    .footer__image-legal {
        padding-inline: 1rem;
    }
}
