/*
 * 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: 5px 0 8px 10px;
  }

  div.form-table .b {
    flex: 0 0 100%;
    margin-bottom: 14px;
    padding: 0;
  }

  div.form-table .captcha small {
    display: none;
  }

  /* Feldbeschreibung unter dem Feld?
  div.form-table .a {
    order: 2;
    padding: 3px 0 10px 0;
  }
  div.form-table .b {
    margin:14px 0 0 0;
  }
  */
  .td-1, .td-2, .td-3 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    display: block;
  }

  .site-title {
    top: 5px;
    font-size: 1.7rem;
    line-height: 2.0rem;
    width: 100%;
    margin:0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .search-icon {
    top: 9px;
    right: auto;
    left: 20px;
  }

  .hamburger {
    left: auto;
    right: -5px;
    top: 2px;
  }

  header {
    min-height: 50px;
  }

  div.tablizer-2, div.tablizer-3 {
    display: block;
  }

  html {
    overflow-y: auto;
  }

  .p-sb {
    width: 100%;
    text-align: center;
  }

  #user_login_form .p-sb {

  }

  .forgot-password-link {
    text-align: center;
  }

  .platocontent {
    padding: 20px 10px;
  }

  .header-fix-height {
    height:50px;
  }


  .mobile-navigation {
    max-height: calc(100vh - 50px); /* height header*/
    height:120vh;
  }

  .menu-text {
    line-height: 1.7rem;
  }



    .article-div {
      padding: 0 10px;
    }

  .mobile-navigation li {

    flex-basis: calc(100% / 4);
  }

  .pipenav {
    padding-top: 13px;
  }


  .header-box > .iwsetter {
    position: relative;
  }

  .lang-menu {
    float: none;
    margin: 0 0 0 1rem;
    /* padding: 0.5rem; */
    /* position: absolute; */
    top: 44px;
    right: 20px;
    width: 3rem;
    position: absolute;
    background: #000;

  }

}

/* SMALL MOBILES */
@media (max-width: 320px) {

  .platocontent {
    padding: 20px 0px;
  }

  html {
    font-size: 8.5px;
  }
}

/* END */

