/*
 * +++++++++++++++++++++++++ 1024-large +++++++++++++++++++++ TABLET IPAD
 */
/*
@media (max-width: 1024px) {

}
*/


@media (max-width: 1200px) {
  .slidy {
    transform: translateX(0px);
  }

  .center-narrow.slider-box {
    margin-left:60px;
    margin-right:auto;
  }


  .slidy .bx-next:hover,
  .slidy .bx-next {
    background: url(../layout/icons/pfeil.svg) no-repeat right center / 30px auto !important;
    right: -40px !important;
    top: 36% !important;
  }
}





/*
 * css_break_tablet
 * +++++++++++++++++++++++++ 960-medium +++++++++++++++++++++
 */
@media (max-width: 1000px) {





  /* MAIN LAYOUT */
  .iwsetter { width: 100%; max-width: 768px; }
  .col-margin { float: none; width: 100%; }
  .col-main { float: none; width: 100%; }
  .col-nav { display: none; }

  /*footer { position: static; height: auto; min-height: 100%; }*/

  /* nützlich
  .center-content { border-left:20px solid transparent; border-right:20px solid transparent; }
  .content-wrapper { padding:0 20px 0 20px !important; }
  */

  .center-narrow.slider-box {
    margin-left: 0px;
    margin-right: auto;
  }

  .main-content { /* padding-bottom:20px !important; */ /* height footer */ }

  /* MOBILE NAV */
  .mobile-navigation li.nomob-1 { display: none; }
  .mobile-navigation li.nomob-2 { display: block; }
  .mobinavtoggle.hamburger { display:  inline-block; }

  /* CONTENT TYPES */
  .div-table { display: block; }
  .div-trow { display: block; }
  .div-cell { display: block; }

  .ct-nr-8 .div-cell {
    padding-right: 0;
  }
  .ct-nr-8 .div-cell img {
    width:100%;
    height:auto;
  }

  /* #0: Standard */
  .div-cell.ct-0-img, .div-cell.ct-0-txt { width: 100%; }
  .div-cell.ct-0-img img { width: 100%; height: auto; padding:10px 0 !important; }

  /* #6: two-col content type */
  .ct-nr-6 .div-cell { padding-left: 0 !important; padding-right: 0 !important; width: 100% !important; }
  .ct-nr-6 .div-cell:nth-child(2) { padding-top: 1.5em; }
  .ct-nr-6 .div-table { width:100% !important; }

  /* #8: 2 spaltig mobil */
  .ct-8-img {
    width: 50%;
    /*padding-left: 20px;
    float: left;
    padding-bottom: 40px;
    text-align: left;*/
  }

  .image-dl-float-img { padding-right: 5px;  }
  .image-dl-float:nth-child(even) .image-dl-float-img { padding-right: 0px;padding-left:5px;  }
  .image-dl-float:nth-child(even) .image-dl-float-text { margin-left:5px; }


  /*
  ******** X% FLOAT mit 20 Gutter *************
  */
  .subpage.page-grid-1 .article-div > section {
    width: 65% !important;
    float: none;
    padding: 0;
    margin: 0 auto;
  }
  .subpage.page-grid-2 .article-div > section {
  }
  .subpage.page-grid-3 .article-div > section {
  }
  .subpage.page-grid-4 .article-div > section {
  }
  .subpage.page-grid-5 .article-div > section {
  }

  .subpage.page-grid-2 .article-div > section,
  .subpage.page-grid-3 .article-div > section,
  .subpage.page-grid-4 .article-div > section,
  .subpage.page-grid-5 .article-div > section
  {
    width: 50% !important;
    margin:0 !important;
  }

  .subpage.page-grid-2 .article-div > section:nth-child(odd),
  .subpage.page-grid-3 .article-div > section:nth-child(odd),
  .subpage.page-grid-4 .article-div > section:nth-child(odd),
  .subpage.page-grid-5 .article-div > section:nth-child(odd)
  {
    clear:both;
    padding:0 10px 0 0px ;
  }

  .subpage.page-grid-2 .article-div > section:nth-child(even),
  .subpage.page-grid-3 .article-div > section:nth-child(even),
  .subpage.page-grid-4 .article-div > section:nth-child(even),
  .subpage.page-grid-5 .article-div > section:nth-child(even)
  {
    padding:0 0 0 10px ;

  }


  .main-content {
    padding-bottom: 0;
  }
  footer {
    position: relative;
  }










  .lefty {
    padding-left:0px;
    text-align: left;
    max-width: unset;
  }

  .righty {
    max-width: unset;
    text-align: left;
    padding-right:0px;
    margin-left:0;
  }


  .row .righty {
    order:-1;
  }



  .three-block div[class*=col-]:not(:last-child) {
    border-right:0;
    border-bottom:5px solid #e3e3e3;
  }


  .modu {
    background: url(../layout/photos/saege.jpg) no-repeat right top / 100% auto;
    min-height: 970px;
  }

  .modu .narrow-left {
    bottom: 0;
    position: absolute;
    padding: 0px 30px 0 30px;
  }

  .modu.modu2 {
    min-height: 50vw;
  }

  .slider-box {
    margin-top:10px !important;
  }

  .leftpad {
    padding-left: 30px;
    padding-right: 30px;
  }


  .platocontent h1, h1 {
    font-size: 3.2rem;
    line-height: 3.4rem;
  }

  .footer-pad {
    padding:20px 30px
  }

  #count_2, #count_1 {
    margin-left:20px !important;
  }

  .three-images.center-narrow {
    max-width: 100% !important;
  }

} /* END */





