/* ==========================================================================
   Bild Full-Width Block
   Desktop/Tablet: Desktop-Bild sichtbar, Mobile-Bild versteckt
   Mobile:         Mobile-Bild sichtbar (falls vorhanden), sonst Desktop-Bild
   ========================================================================== */

.cf-image-full {
    position: relative;
    width: 100%;
    background-color: #000000;
}

.cf-image-full__inner {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 2.78vw, 2.5rem);
    padding-bottom: clamp(3rem, 8.33vw, 7.5rem);
}

.cf-image-full__img {
    display: block;
    width: 100%;
    height: auto;
}
