@media only screen and (max-width: 1050px) {

    .wrapper {
        width: 100%;
        margin: auto;
    }

    .item {
        width:100%;
        text-align: center;
        margin-bottom: 80px;
        float: none;
    }
    .item.last {
        width:100%;
        text-align: center;
        float: none;
    }

    .bottomMessage{
        width:100%;
        padding-top: 0;
        padding-bottom: 80px;
    }

    .logo {
        margin: 25px 0 0 25px;
    }

    button.hamburger {
        display: block;
    }

    .footer {
        display:none;
    }

    .container_top{
        height: 95px;
    }

    .container_top .logo{
        margin: 0;
        height: 76px;
    }

    .container {
        width: 94%;
        margin: 0 3%;
    }
}

@media only screen and (max-width: 991px) {


}

@media only screen and (max-width: 768px) {

    .container_bottom, .container_kontakt, .container_gesicht {
        margin-top: 250px;
    }



    .container_galerie {
        height: 100%;
    }

}

@media only screen and (max-width: 420px) {

    .logo.index {
        width: 90%;
    }

    .logo.index > img{
        width: 70%;
    }

    body {
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        background: url(/pics/bg_mobile.png) no-repeat 0 0 fixed;
        height:100%;
        min-height:100%;
    }

}

@media only screen and (max-width: 360px) {

    .logo > img{
        width: 100%;
    }

    nav.mobileNav {
        text-align: center;
        line-height: 2;
        font-size: 16px;
        padding: 40px 0;
    }

    a.example-image-link {
        width: 100%;
        margin-bottom: 10px;
        display: block;
        text-align: center;
    }

    .item img {
        width:100%;
    }



}