/**
 * Allgemein
 */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {


    .kachel-raster {
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }

    .kachel-box {
        min-height: 100px;
        vertical-align: top;
        border-bottom: 6px solid white;
    }

    /** Kachel Raster 4 **/
    .kachel-raster-column-4 .grid-column-1 {
        width: 24%;
    }
    .kachel-raster-column-4 .grid-column-2 {
        width: 49%;
    }
    .kachel-raster-column-4 .grid-column-3 {
        width: 74%;
    }
    .kachel-raster-column-4 .grid-column-4 {
        width: 100%;
    }

    /** Kachel Raster 6 **/
    .kachel-raster-column-6 .grid-column-1 {
        width: 16%;
    }
    .kachel-raster-column-6 .grid-column-2 {
        width: 33%;
    }
    .kachel-raster-column-6 .grid-column-3 {
        width: 49%;
    }
    .kachel-raster-column-6 .grid-column-4 {
        width: 66%;
    }
    .kachel-raster-column-6 .grid-column-5 {
        width: 83%;
    }
    .kachel-raster-column-6 .grid-column-6 {
        width: 100%;
    }

}





