a {
    text-decoration: none !important;
}


#product-categories-container .form-check {
    width: 30%;
}

@media (max-width: 768px) {
    #product-categories-container .form-check {
        width: 48%;
    }
}

@media (max-width: 576px) {
    #product-categories-container .form-check {
        width: 100%;
    }
}

.card {
    border-radius: 15px;
    border: none;
}

.background-gold {
    background-color: rgb(188, 167, 122);
}

.text-gold {
    color: rgb(188, 167, 122);
}

html {
    scroll-behavior: smooth;
}

/* Kontakt Options Icons zentrieren */
.kontakt-icon {
    display: block !important;
    text-align: center !important;
    margin: 0 auto !important;
    width: 100% !important;
}

/* .btn-primary:hover {
    background-color: #b5201f;
} */


/* .btn-primary {
    background-color: #d22f27;
    border: none;
} */
