
.nav-toggle {
  background: rgba(0, 0, 0, 0) url("../img/nav-toggle.png") no-repeat scroll left bottom;
  text-indent: 100%;
  /*display:block;*/
  overflow:hidden;
  width:30px;height:30px;/*margin:0 auto;*/position:absolute;left:20px;top:38px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: none;
  z-index: 2000;
}
@media only screen and (max-width: 920px) {
    #footer .inside {
        flex-flow: column;
    }
}

@media only screen and (max-width: 767px) {
    .nav-toggle {
        display: block;
        cursor: pointer;
    }

    #main .custom{
        position: absolute;
        top:0;
        left:0;
        width: 100%;
        z-index: 9999;
    }

    #main .inside {
       margin-right: 0;
    }

    .custom #main_navimain{
        background-color: white;
    }

    /* overview arch, projects, art, portraits________________________________*/
    .layout_latest .project_text_right .second .ce_image.block,
    .mod_article .project_text_right .second .ce_image.block,
    .layout_latest .project_text_left .first .ce_image.block{
        display: none;
    }

    .ce_text.main_text_about,
    .ce_text.main_text_kunden{
        margin: 0 5% 0 5%;
    }

    #footer{
        padding: 0;
    }


    #footer .inside .copyright{
       /*margin-left: calc(50% - 190px);*/
        margin-left:20px;
    }

    #main .inside{
        margin: 0 auto 0 auto;
    }

    /* detail page arch, projects, art, portraits____________________________*/
    .layout_full .project_image_text{
        display: block;

    }
   .layout_full .project_image_text .text{
        width: 100%;
       margin: 0 0 20px 10px;
    }
    .layout_full .project_image_text .image{
         width: 100%;
    }
    /*
        .layout_full .ce_image,.layout_full .ce_text{
            margin: 0 0 20px 0;
        }

        .layout_full .project_image_text .project_text{
            margin:40px 0 0 0;
            padding: 0 20px 0 0;
        }*/
    .overlay_text {
        font-size: 12px;
    }
    .home_sazel .mod_article.three-right_two {
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }
    .home_sazel .mod_article.three-right_two .container.first,
    .home_sazel .mod_article.three-right_two .flex_container{
        width: 100%;
        margin-right: 0;
    }
    .home_sazel .mod_article.three-right_two .container.first{
        margin-bottom: 20px;
    }

    .home_sazel .flex_container .container.last {
        margin-top: 20px;
    }


}

@media only screen and (max-width: 420px) {
    /*#main .inside {
        margin-right: 0;
    }*/
    #header .inside .logo {
        width: 220px;
    }
    /*home korr 3 img*/
    .mod_article.three-img-row .flex_container {
        width: 70%;
    }



    /* image groups home________________________________*/
    .mod_article.three-right_two .ce_image.first,
    .mod_article.two-left_small .ce_image.first {
        width: 100%;
        float: none;
    }

    /* overview arch, projects, art, portraits________________________________*/
    .layout_latest .project_text_right,
    .mod_article .project_text_right {
        display: block;
    }
    .layout_latest .project_text_left{
       flex-direction: column-reverse;
    }
    /*text under image left or right*/
    .layout_latest .project_text_left.under .first,.layout_latest .project_text_right.under .first {
        width: 100%;
    }
    .layout_latest .project_text_left.under .third,.layout_latest .project_text_right.under .third {
        width: 100%;
    }
    .layout_latest .project_text_right.under .second,.layout_latest .project_text_left.under .second {
        width: 100%;
    }
    /*three img, text left or right*/
    .layout_latest .project_text_three_raws.text_left,
    .layout_latest .project_text_three_raws.text_right {
        flex-wrap: wrap;
    }
    .layout_latest .project_text_three_raws.text_left{
        flex-direction: column-reverse;
    }
    .layout_latest .project_text_three_raws.text_left .first,
    .layout_latest .project_text_three_raws.text_right .first,
    .layout_latest .project_text_three_raws.text_left .second,
    .layout_latest .project_text_three_raws.text_right .second{
        width: 100%;
    }


    .layout_latest .project_text_right .first,
    .mod_article .project_text_right .first,
    .layout_latest .project_text_right .second,
    .mod_article .project_text_right .second{
        width: 100%;
    }

    .layout_latest .project_text_left .first,
    .layout_latest .project_text_left .third{
        width: 100%;
    }

    #footer .inside .copyright{
        margin-left: calc(50% - 150px);
    }

    mod_article two-left_small last block{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

}
