@media screen and (max-width: 900px){

    .praxisfuer {
        display: block;
        margin-top: 10px;
        margin-bottom: 8px;
        font-size: 28px;
    }
    
    .chinesischemedizin {
        margin-top: 10px;
        width: 100%;
        
        font-size: 28px;
    }
    

    .logo img{
        width: 70%;
        height: 70%;
    }
    
    .fixed-image-header {
        height: 320px;
    }
    
    .wanderungen_list {
        margin-top: 480px;
    }
    
    .mobile.nav-trigger {
        position: absolute;
        top: 77px;
        width: 100%;
        display: block;
        background-image: linear-gradient(#CBB174, #AB8B53);
        color: white;
        padding: 10px 20px;
        margin: 33px -20px 0 -20px;
    }
    
    .mobile.nav-trigger p {
        margin: 0;
    }
    
    
    a.mobile.hamburger{
        display: block;
        position: absolute;
        top: 6px;
        right: 20px;
        background-image: url(/site/templates/images/layout/hamburger.png);
        background-repeat: no-repeat;
        width: 30px;
        height: 31px;
    }
    
    .navigation {
        position: absolute;
        top: 155px;
        background: white;
        margin: 0 -20px;
        padding: 0 20px;
        width: calc(100% + 40px);
        height: 340%;
        overflow-y: scroll;
        left: -200%;
        
    }
    
    nav ul li {
        display: block;
        padding: 10px;
    }
    
    nav ul li a, nav ul li:first-child a {
        font-size: 22px;
        border-right: 0;
        padding-left: 20px;
    }
    
    
    a.mobile.close{
        display: none;
        position: absolute;
        top: 7px;
        right: 20px;
        background-image: url(/site/templates/images/layout/mobile.nav.close.png);
        width: 30px;
        height: 31px;
        background-repeat: no-repeat;
    }
    
    
    
    .logo, nav{
        /*margin-left: 20px;*/
    }
    
    .home_teaser{
        width: 32%;
    }
    
    .home_teaser.left{
        margin-right: 15px;
    }
    
    .home_teaser.right{
        margin-left: 14px;
    }
    
    .gallery{
        width: 32%;
    }
    
    .gallery img{
        width: 100%;
    }
    
    .gallery.left{
        margin-right: 14px;
    }
    
    .gallery.right{
        margin-left: 15px;
    }
    
    img.align_right{
        float: none;
        display: block;
        margin-bottom: 8px;
        margin-left: 0;
    }
        
}


@media screen and (max-width: 650px){

    footer {
        display: none;
    }

    .logo img{
        width: 70%;
    }
    
    .fixed-image-header .zitat {
        font-size: 24px;
        line-height: 1.5em;
    }
    
        .fixed-image-header .zitatteaser {
        font-size: 16px;
    }
    
    .home_teaser, .home_teaser.right, .home_teaser.left{
        width: 100%;
        margin: 0;
    }
    
    img.angebot{
        width: 100%;
    }
    
    .wanderung_detail label{
        width: 100%;
    }
    
    .wanderung_detail p span{
        width: 100%;
    }
    
    .gallery{
        width: 31.3333%;
        vertical-align: top;
    }
    
    .gallery.left {
        margin-right: 2.8%;
    }
    
    .gallery.right {
        margin-left: 2.8%;
    }
    
    .wanderungen_list .artikel-wrapper .artikel-content {
        display: block;
    }
    
    .wanderungen_list .artikel-wrapper .artikel-content .right-col img {
        max-width: 100%;
    }
    
    
}

@media screen and (max-width: 550px){

    .praxisfuer {
        font-size: 25px;
        margin-bottom: 10px;
        left: 80px;
    }

    .chinesischemedizin {
        font-size: 25px;
        left: 80px;
    }
}

@media screen and (max-width: 400px){
    img.align_right {
        width: 100%;
        height: auto;
    }
    .logo img{
        width: 50%;
        padding-top: 20px;
}
    }



@media screen and (max-width: 380px){
    .gallery{
        width: 100%;
        vertical-align: top;
    }
    
    .gallery.left {
        margin-right: 0;
    }
    
    .gallery.right {
        margin-left: 0;
    }
}