/* Screens bis 300px */
@media only screen and (min-width: 300px){

    /* Standard Deklarationen */
    html {
        max-height: 100%;
    }

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

    .button-group {
        width: 200px;
    }

    #bottomLine {
        display: none;
    }

    #arbeitsfilter_mobile .button-group .button {
        clear: both;
        border-radius: 0;
        margin-left: 0;
        margin-right: 1px;
    }

    #arbeitsfilter_mobile_500 .button-group .button {
        clear: both;
        border-radius: 0;
        margin-left: 0;
        margin-right: 1px;
    }
    #arbeitsfilter {
        width: 280px;
        position: relative;
        float: right;
        clear: both;
        height: 100px;
        text-align: right;
        display: none;
    }

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

    #arbeitsfilter_mobile_500 {
        display: none;
    }

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

    /* Menü Container Links */

    div#wrapper {
        position: absolute;
        left: 150px;
        height: 100%;
        min-height: 830px;
        width: 100%;
    }

    #leftContainer {
        height: 100%;
    }

    /* Inhaltseinstellungen */

    .lightbox-content2 {
        width: 300px;
    }

    .content {
        width: 300px;
    }

    div.media iframe,
    div.media a img {
        width: 300px;
        height: 169px;
    }


    .mobile_hinweis {
        display: inline-block;
    }

}
