
/*  */
/* 
*/
/* gleiche Styles für Homepageboxen wie für Tablet-Größe */

@media (max-width: 650px) {

    .stage-slider-tile {
        width: calc(50% - 0.63rem) !important;
        padding: 0.3em !important;
    }

    .stage-slider-tile:nth-of-type(n) {
        margin-top: 1.25rem !important;
        margin-right: 1.25rem !important;
    }

    .stage-slider-tile:nth-of-type(2n) {
        margin-right: 0 !important;
    }

    .stage-slider-tile:nth-of-type(-n+2) {
        margin-top: 0 !important;
    }
    .stage-slider-tile.secondary {
     
        background: rgba(64,64,64,0.9) !important;
    }
}
/*  */