@media (min-width: 1400px) {
    
}

@media (min-width: 1200px) and (max-width: 1399px) {
    
    
}

@media (min-width: 992px) and (max-width: 1199px) {
    
    footer .row-fluid,
    header .row-fluid,
    div[itemprop="articleBody"] > .randlos > .row-fluid, 
    div[itemprop="articleBody"] > .row-fluid,
    .normal-breit,
    .randlos .normal-breit.volle-breite,
    .camera_caption {
        width: 92% !important;
    }

    div[itemprop="articleBody"] > .randlos > .row-fluid, 
    div[itemprop="articleBody"] > .row-fluid {
        padding: 60px 0;
    }
    
    .camera_caption > div {
        margin-left: -48%;
        max-width: 61%;
    }
    
    .camera_pag {
        right: 5%;
    }
    
}

@media (max-width: 991px) {
    
    footer .row-fluid,
    header .row-fluid,
    div[itemprop="articleBody"] > .randlos > .row-fluid, 
    div[itemprop="articleBody"] > .row-fluid,
    .normal-breit,
    .randlos .normal-breit.volle-breite,
    .dj-megamenu-default,
    .camera_caption {
        width: 98% !important;
    }

    div[itemprop="articleBody"] > .randlos > .row-fluid, 
    div[itemprop="articleBody"] > .row-fluid {
        padding: 20px 0;
    }
    
    .hg-farbe-1.randlos {
        padding: 20px 0 !important;
    }

    div[itemprop="articleBody"] .randlos > .row-fluid [class*="col-md-"], 
    div[itemprop="articleBody"] .row-fluid [class*="col-md-"] {
        margin-bottom: 15px;
    }
    
    h1 {
        font-size: 26px;
        margin-bottom: 30px;
    }
    
    #telefon {
        border-bottom: 1px solid #efefef;
        border-top: 1px solid #efefef;
    }

    #telefon {
        text-align: left;
        padding-top: 15px;
        padding-left: 30px;
        margin-top: 80px;
    }
    
    .dj-accordion {
        margin-top: 59px;
    }
    
    
    /* camera slideshow
    ------------------------------------------------------------------------------*/
    
    .camera_caption > div {
        margin-left: -50%;
        max-width: 100%;
        margin-bottom: 47px;
    }
    
    .camera_pag {
        bottom: 0;
        width: 100%;
        text-align: center;
        right: inherit;
    }
    
    .camera_wrap .camera_pag .camera_pag_ul {
        text-align: center;
    }

    .camera_wrap .camera_pag .camera_pag_ul li {
        margin: 10px 5px;
        position: relative;
    }
    

    /* content-slider
    ------------------------------------------------------------------------------*/

    #features .row-fluid {
        width: 100%;
        padding: 10px 20px 60px 20px;
    }
    
    .jshowoff-next, .jshowoff-prev, .jshowoff-play {
/*        display: none;
        visibility: hidden;*/
    }
    
    .features {
        position: relative;
        top: 0% !important;
        -webkit-transform: translateY(-0%) !important;
        -ms-transform: translateY(-0%) !important;
        transform: translateY(-0%) !important;
    }
    

    /* image effects
    ------------------------------------------------------------------------------*/
    
    a[data-featherlight="image"] {
        position: relative;
        float: none; 
        overflow: hidden;
        width: 100%;
        max-width: none;
    }
    
    a[data-featherlight="image"] img {
        position: relative;
        float: none; 
        overflow: hidden;
        width: 100%;
        max-width: none;
    }
    

    /* popup
    ------------------------------------------------------------------------------*/
    
    #hide {
        background-color: transparent;
        border: none;
        margin: 0 auto;
        width: 50px;
        position: absolute;
        right: 0;
        top: -12px;
        margin-right: -18px;
    }
    
    #popup {
        background-color: #fff;
        padding: 20px;
        padding-top: 40px;
        padding-bottom: 100px;
        border: 1px solid #000;
        border-radius: 3px;
        -webkit-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.6);
        box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.6);
        margin: 20px auto;
        display: block;
        width: 90%;
        left: 25%;
        top: 10%;
        display: none;
    }
    
    
    #footer-content .col-md-4 {
        border-right: 0px solid #fff;
    }
    
}