/* Screens ab 1200 px */
@media only screen and (min-width: 1200px)
{
    /* standarddefinitionen */

    html {
        max-height: 100%;
    }



    /* Kachelübersicht */
    .kachel {
        position:relative;
        float: left;
        width: calc(100% / 4);
        min-height: 200px;
        height: calc(100% / 6);
        transition: 0.5s ease-in-out;
        overflow: hidden;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)  {
        .kachel {
            transition: 0s ease-in-out;
        }

        #kachel-raster, #kachel-raster-kontakt {
            transition: 0s ease-in-out;
        }

    }

    .button-group {
        width: 800px;
    }

    .button {
        padding: 5px 18px;
        margin-bottom: 10px;
    }
    .lightbox-content2 {
        width: 900px;
    }

    div.media iframe,
    div.media a img {
        width: 900px;
        height: 506px;
    }

    .mobile_hinweis {
        display: none;
    }

}