/**********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(1, 160, 226, 0.65);
    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(1, 160, 226, 0.65);
    /* color: rgb(17 33 78); */
}

#navbar {
    background: #01A0E2;
}
.btn.success {
    background: #01A0E2;
    border-color: #11214e;
}
.btn.success:hover, .btn.success.hover {
    background: #01A0E2;
    border-color: #11214ecc;
}
