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

    html {
        max-height: 100%;
    }

    /* Menü Container links */
    #leftContainer {
        height: 100%;
    }

    /* Kachelübersicht - Einstellungen */

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

    .button-group {
        width: 100%;
    }




    .button-group .button {
        float: left;
        border-radius: 0;
        margin-left: 0;
        margin-right: 1px;
    }


    .button {
        padding: 5px 9px;
        margin-bottom: 5px;
        display: block;
        background: none;
        border: 1px solid #FFFFFF;
        color: #DDD;
        text-shadow: 0px 1px black;
        width: 133px;
    }

    .button:active,
    .button.is-checked {
        color: #000000;
        background-color: #F3BD2E;
    }

    .button:hover {
        color: #000000;
        background-color: #F3BD2E;
    }

    .button.is-checked {
        color: #000000;
        background-color: #F3BD2E;
    }

    #arbeitsfilter {
        display: none;
    }

    #arbeitsfilter_mobile {
        display: none;
    }

    #arbeitsfilter_mobile_500 {
        display: inline-block;
        width: 200px;
    }

    /* Inhaltseinstellungen */

    .lightbox-content2 {
        width: 400px;
    }


    div.media iframe,
    div.media a img {
        width: 400px;
        height: 225px;
    }

    .mobile_hinweis {
        display: none;
    }

}