/* Block: Bild */
.sb-bild-figure img {
    width:100%;
    height:auto;
}
.sb-bild-figure figcaption {
    text-align:center;
    margin-top:18px;
    font-size:20px;
    line-height:1.45;
    max-width:820px;
    margin-left:auto;
    margin-right:auto;
}
.sb-bild-figure figcaption strong {
    font-weight:500;
    display:block;
}
.sb-bild-figure figcaption em {
    font-style:italic;
    display:block;
}
.sb-bild-duo {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:64px;
    align-items:start;
}
@media only screen and (max-width:767px) {
    .sb-bild-duo {
        grid-template-columns:1fr;
        gap:40px;
    }
    .sb-bild-figure figcaption {
        font-size:15px;
    }
}
