/*
 * Platz für eigene Änderungen direkt als CSS
 * Die hier gemachten Änderungen überschreiben ggfs. andere Styles, da diese Datei als letzte geladen wird.
 */
 .zahlungsarten {
    width: 100%;
    padding: .7rem 0;
}

.is-checkout header {
    height: fit-content;
}

@media(min-width: 768px) {
    .zahlungsarten {
        width: 53%;
    }
}

@media(min-width: 768px) {
    .subcategories-custom div:nth-child(3n+2) {
        margin-left: -2rem;
        margin-right: -2rem;
    }
}

#footer {
    background-color: #302e40 !important;
    background-image: url("../../../NOVAChild/themes/my-nova/moonlight.svg");
    background-position: 75% -20%;
    background-repeat: no-repeat;
    background-size: inherit;
    color: whitesmoke;
}

@media(max-width: 768px) {
    #footer {
        background-size: contain;
        background-position: 50% 70%;
    }
}

#footer div.container {
    padding-top: 2rem;
    padding-bottom: 8rem;
}

#footer .productlist-filter-headline {
    color: white;
}

#footer a {
    color: #e0e0e0;
}
#footer a:hover {
    color: white;
}

#footer #copyright{
    background-color: black;
}
