
/* ===========================
   Impact – Runde Ecken (Desktop)
   =========================== */

/* Für Bilder innerhalb von Impact */
.impact img,
.impact-wrapper img,
.impact-slide img {
    border-radius: 20px;        /* >>> Radius für Desktop */
    overflow: hidden;
}

/* Für Hintergrundbilder/Slides des Impact Stacks */
.impact,
.impact-wrapper,
.impact-slide,
.impact-background,
.impact-bg {
    border-radius: 20px;        /* >>> Radius für Desktop */
    overflow: hidden;
}


/* ===========================
   Impact – Runde Ecken (Smartphone)
   =========================== */
@media (max-width: 768px) {

    .impact img,
    .impact-wrapper img,
    .impact-slide img {
        border-radius: 12px;    /* >>> Radius für Smartphone */
    }

    .impact,
    .impact-wrapper,
    .impact-slide,
    .impact-background,
    .impact-bg {
        border-radius: 12px;    /* >>> Radius für Smartphone */
    }
}



.w600 { font-family: 'Barlow', sans-serif; font-weight: 600; }