/* General */

.steps {
    margin-top:25px;
}

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

    .step {
        margin-bottom:15px;
        padding:15px;
    }

    .step .step-number {
        min-width:30px;
        width:30px;
        height:30px;
        margin-top:3px;
        margin-right:8px;
    }

}

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

}