/*
 * css_break_mobile
 *
 * +++++++++++++++++++++++++ 680-small +++++++++++++++++++++ Small viewport (mobile)
 */
@media (max-width: 680px) {

  /* FORMS */
  div.form-table .tab-row { /*display: block;*/ margin-left:0; flex-wrap: wrap; }
  div.form-table .a { flex: 0 0 100%; padding: 10px 0 4px 0; }
  div.form-table .b { flex: 0 0 100%; margin-bottom: 14px; padding: 0; }
  div.form-table .captcha small { display: none; }
  div.form-table .p-dd { width: 100%; }

  div[class^=wcol] {
    width:100%;
  }

  div[class^=wcol] {
    float:none !important;
    padding:0 !important;
  }

  .ct-8-img {
    width: 100%;
  }

  div.easy-tab *, div.easy-tab {
    display: block !important;
  }
  div.easy-tab div.easy-tab-row div:not(:last-child) {
    border:none !important;
  }

  /* Feldbeschreibung unter dem Feld?
  div.form-table .a {
    order: 2;
    padding: 3px 0 10px 0;
  }
  div.form-table .b {
    margin:14px 0 0 0;
  }
  */

  /*
******** 50% FLOAT mit 20 Gutter *************
*/

  .subpage.page-grid-1 .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: 100% !important;
    margin:0 auto !important;
    padding: 0 !important;
    float: none;
  }


  .td-1, .td-2, .td-3 { padding-left:0 !important; padding-right:0 !important; width:100% !important;display:block; }
  div.tablizer-2, div.tablizer-3 { display: block; }

  html { overflow-y: auto; }

  .article-div, .iwsetter {
    padding:0 10px; /* GOLBAL 20px sides */
  }

  .sectiondiv {
    padding: 15px 0;
  }

  .alt-two .content-wrapper, .two-col {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }


  .modu {

    min-height: 840px;
  }


  .ta-r {
    text-align: left;
  }


  footer {
    font-size: 1.2rem;
  }

  .white-header {

    height: 77px;
  }

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

  }

  .logo img {
    width:150px;
  }
  .special-fullw {
    width:160% !important;
  }

  .modu2 .narrow-left {
    transform: scale(0.8) translateX(-35px);
  }

} /* END */

