
.kachelblock .topline{
    margin: 0 auto 0.5rem;
}
#white.kachelblock .headline{
    color:var(--white)
}
.kachelblock .text{
    /* color:var(--brand-primary-color); */
    /* text-align:center; */
    margin-bottom:35px;
}

.kachelblock .kachel {
    min-height: 250px;
    padding: 30px 24px;
    border: 1px solid #d9e3e8;
    border-radius: 10px;
    background: #fff;                                                    
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
    position:relative;
    height:100%;
}
.kachelblock .kachel:hover {
    border-color: var(--brand-accent-color);
}

.kachelblock .kachel > a{
    color: var(--brand-primary-color);
    text-decoration: none;
    font-weight: 400;
    display:block;
    height:100%;
}

.kachelblock .kachel-icon {
    margin-bottom: 18px;
}

.kachelblock .kachel-icon-img {
    display: block;
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.kachelblock .kachel-topline {
    color: var(--brand-primary-color);
    background:var(--brand-accent-color);
    font-size: 100%;
    line-height: 1;
    padding:5px 20px;
    border-radius:15px;
    display: block;
    width: max-content;
}

.kachelblock .kachel-headline {
    margin:10px 0;
    color: var(--brand-primary-color);
    font-weight: 700;
    line-height: 1.35;
}

.kachelblock .kachel-inhalt {
    color: #143846;
    font-size: 100%;
    line-height: 1.45;
}

.kachelblock .kachel-inhalt p {
    margin: 0;
}


.kachelblock .kachel .btn{
    margin-top:25px;
}

.kachelblock .row {
    row-gap: 30px;
}


@media (max-width: 767px) {

}

@media(max-width:575px){
    .kachelblock .headline,
    .kachelblock .text{
        text-align:left;
    }
}