/**********Diese Datei für Mandantenspezifisches CSS verwenden**************/
.trade-groups .card, .product-listing .card {
    height: auto;
}

.trade-groups .card figcaption, .product-listing .card figcaption {
    background: rgb(255, 0, 0, 0.60);
    color: #fff;
    /* opacity: 0.8; */
}

.trade-groups .card strong, .trade-groups .card h2, .product-listing .card strong, .product-listing .card h2 {
    color: #fff;
    font-weight: 700;
    /* margin-bottom: 10px; */
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.trade-groups .card:hover figcaption, .product-listing .card:hover figcaption {
    background: rgb(255, 0, 0, 0.30);
    /* color: rgb(255, 0, 0); */
}

#navbar {
    background: #000000;
}
.btn.success {
    background: #ff0000;
    border-color: #000000;
}
.btn.success:hover, .btn.success.hover {
    background: #000000;
    border-color: #ff0000;
}
