



.tpl-2008_standard_bol_produkt .prdkachel a {
    background-color: #f7f4f2;
    display:flex;
}

.tpl-2008_standard_bol_produkt .accordionhead:first-child:not(:only-child) {
    border-bottom: none;
}

.tpl-2008_standard_bol_produkt .prdkachel a:hover {
    box-shadow: 0 1px 0 0 #ee0000; /* Border bottom */
    border: none!important;
}

/* wenn kein untertitel vorhanden ist, trotzdem Abstand einfügen */
.untertitel:has(p:empty) {
   margin-bottom: 2rem;
}

.tpl-2008_standard_bol_produkt .prdkachel .service-icon svg {
    width: 5rem;
    height: 5rem;
    margin: 2rem auto 0 auto;
    display: block
}

.tpl-2008_standard_bol_produkt .prdkachel .service-label {
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    margin-top: 0.75rem;
    margin-bottom: 0.875rem;
    line-height: 1.625rem;
}
.tpl-2008_standard_bol_produkt .prdkachel .service-label span {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
}

.tpl-2008_standard_bol_produkt .prdkachel .untertitel {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.tpl-2008_standard_bol_produkt .prdkachel .untertitel p{
    font-size: 1rem;
    line-height: 1.4rem;
    color: #2d2d2d;
    text-align: center;
    margin-bottom: 2rem;
}

.tpl-2008_standard_bol_produkt .prdkachel {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    flex-basis: min-content!important;
}

.tpl-2008_standard_bol_produkt .row:has(.prdkachel) {
    margin-bottom: 3rem;
}

.tpl-2008_standard_bol_produkt .div:has(.prdkachel) {
    flex-basis: auto;
    align-items: center;
}

.warmgrauhell {
    background-color: #FAF7F5;
}

@media screen and (min-width: 570px) {
    .tpl-2008_standard_bol_produkt .prdkachel:only-child {
        max-width: 40%;
        /* margin: auto; */
     } 
}

@media screen and (max-width: 990px) {

    .tpl-2008_standard_bol_produkt .prdkachel .service-icon svg {
        width: 4rem;
        height: 4rem;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        margin-left: auto;
        margin-right: auto;
        display: block
    }
    
    
    .tpl-2008_standard_bol_produkt .prdkachel .service-label {
        font-size: 1rem;
        margin-top: 1.6875rem;
        margin-bottom: 1.6875rem;
        margin-left: 1rem;
        margin-right: 1rem;
        line-height: 1.3rem;
    }
    
    
    }

@media screen and (min-width: 576px) and (max-width:990px) {
    .tpl-2008_standard_bol_produkt .prdkachel .service-label {
        font-size: 0.9rem;
        margin-top: 0rem;
        margin-bottom: 1rem;
        margin-left: 1rem;
        line-height: 1.3rem;
    }

}
 
@media screen and (max-width: 576px) {

.tpl-2008_standard_bol_produkt .prdkachel .service-icon svg {
    width: 2rem;
    height: 2rem;
    margin: 1.5rem auto;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    margin-left: 1.5rem;
    display: block
}


.tpl-2008_standard_bol_produkt .prdkachel .service-label {
    font-size: 1rem;
    margin-top: 1.6875rem;
    margin-bottom: 1.6875rem;
    margin-left: 1rem;
    line-height: 1.3rem;
}


}