/* General */

.acf-block.bild-und-sellingpoints {
    background: rgba(216, 235, 234, .28);
}

.bild-und-sellingpoints .bild-kachel {
    margin-top:50px;
    border-radius: 36px;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    background: #fff;
    position: relative;
    border:1px solid rgba(13,26,41,.07);
}

.bild-und-sellingpoints .bild-kachel img {
    border-radius: 36px;
    overflow: hidden;
    background: #fff;
    position: relative;
}

.sellingpoints-kachel-grid > div.col {
    margin-top:1.5rem;
}

.sellingpoint-kachel {
    background:#fff;
    border-radius:24px;
    padding: 22px;
    overflow:hidden;
    border:1px solid rgba(13,26,41,.07);
    box-shadow: var(--shadow);
    display:flex;
    flex-direction:column;
    min-height:100%;
    transition:.22s ease;
}


.sellingpoint-kachel .sellingpoint-kachel-emoji {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: var(--ice);
    color: var(--teal-dark);
    display: grid;
    place-items: center;
    font-size: 1.35rem;
    margin-bottom: 14px;
}

.sellingpoint-kachel h3 {
    margin-top:0;
}


/* Responsive */

@media only screen and (min-width: 1921px) {

}

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

}

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

}

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

}

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

}

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

    .sellingpoints-kachel-grid > div.col {
        max-width: 50%;
        flex:unset;
    }

    .bild-und-sellingpoints .bild-kachel {
        margin-top:30px;
    }

}

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

}

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

}

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

    .sellingpoints-kachel-grid > div.col {
        max-width: 100%;
    }

}

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

}

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


}

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

}

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

}