/* General */

.checkliste-wrapper {
    background: linear-gradient(180deg,rgba(216,235,234,.72),rgba(255,255,255,.92));
    border: 1px solid rgba(86,178,184,.18);
    border-radius: var(--radius);
    padding: 45px 30px;
}

.checkliste-wrapper .checkpunkte {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 15px;
    margin-top:15px;
}

.checkpunkte .checkpunkt {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    padding: 17px 18px;
    background: white;
    border-radius: 18px;
    border: 1px solid rgba(13,26,41,.08);
}

.checkpunkte .checkpunkt .checkpunkt-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width:20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--ice);
    color: var(--teal-dark);
    margin-top: 5px;
    font-size:10px;
}

.step {
    display: flex;
    justify-content: flex-start;
    align-items:flex-start;
    margin-bottom:30px;
    background: #fff;
    border-radius: 24px;
    padding: 22px;
    overflow: hidden;
    border: 1px solid rgba(13,26,41,.07);
    box-shadow: var(--shadow);
    min-height: 100%;
    transition: .22s ease;
}

.step .step-number {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--ice);
    color: var(--teal-dark);
    display: grid;
    place-items: center;
    font-weight: 850;
    margin-right:15px;
}

.bild-und-steps .bild-kachel {
    border-radius:36px; 
    overflow:hidden; 
    box-shadow:var(--shadow); 
    background:#fff; 
    position:relative;
}

.bild-und-steps .bild-kachel img {
    width:100%; 
    aspect-ratio:4/3; 
    object-fit:cover
}

.bild-und-steps .bildbeschrieb {
    position:absolute; 
    left:22px; 
    right:22px; 
    bottom:22px;
    background:rgba(255,255,255,.88); 
    backdrop-filter:blur(16px);
    border:1px solid rgba(255,255,255,.82); 
    border-radius:24px;
    padding:17px 18px; 
    box-shadow:0 16px 36px rgba(13,26,41,.13);
    font-weight:700;
}


/* 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) {

}

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

}

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

    .acf-block.checkliste > div.container-small {
        margin-right: 12px;
        margin-left: 12px;
        width:calc(100% - 24px);
    }

    .checkliste-wrapper .checkpunkte {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }

}

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

}

@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) {

}