#label-description::before {
    width: 27px;
    height: 27px;
    content: '';
    position: absolute;
    left: 0px;
    top: 8px;
    background-image: url(https://www.dauerbrot.de/skin/frontend/dauerbrot/default/images/sprite.svg);
    background-repeat: no-repeat;
    background-position: -250px -155px;
}
.label-slide .form-group:not(.exclude-from-label-slide):not(.checkbox) .form-control:placeholder-shown:not(:focus)~label::after {
    content: " *";
    color: red;
    font-weight: 700;
}
.stuecklistentabelle_produktname{
    font-size: 24px; font-weight:bold;
    color: var(--fd_darkgreen);
}

.produktdetails_naehrwerte th,
.produktdetails_naehrwerte td {
    padding: 0.0rem;
    vertical-align: top;
    border-top: 1px solid #ebebeb;
    }
 .cl-label, .caption {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    color: var(--fd_darkgreen);
    padding: 12px 0px 7px;
    display: table-cell;
    height: 75px;
    vertical-align: middle;
}
div.price_wrapper div.price.h1 span {
    color: var(--fd_darkgreen);
    font-size: 35px;
    line-height: 36px;
}
.sub-cat-listing {
    background: #fff;
    border: 2px solid #f7f7f7;
    display: inline-block;
    justify-content: center;
}

.category-img {
    border: 1px solid #dedede;
    background-color: #f7f7f7;
    overflow: hidden;
}
.product-wrapper {
    transform: scale(1);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.product-wrapper:hover {
    transform: scale(0.93);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.productbox {
    position: relative;
    padding: 1rem;
    height: 100%;
}
#tabAccordion > .card .card-header {
    margin-bottom: 0;
    font-size: 19px;
}