#filterToggle{
  display: none
}
@media (max-width: 767px){
  #main,
  .fixed #main{
    padding-top: 55px
  }
  #header{
    position: fixed;
    top:0;
  }
  .logo{
    width: 100%;
    height: 55px;
    padding: 0 2.5%;
  }
  .logo a{
    display: block;
    width: 48%;
    padding: 29px 0 0;
    max-width: 280px;
  }
  .logo a img{
    margin: -30px 0 0;
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
  #searchBox,
  #obereichBox,
  #okategorienBox,
  #odokumentLangBox{
    width: 95%;
    margin: 0 2.5%;
  }
  #content{
    margin:0 2.5%;
    overflow: visible;
  }
  .center{
    margin:0;
    width:100%;
  }
  .contentContainer{
    padding: 0;
    width:100%;
  }
  h1.tableHead{
    font-size: 1.5em;
    margin:15px 0 5px;
  }
  #downloads-list tr .datum,
  #downloads-list tr .bereich,
  #downloads-list tr .themengebiet,
  #downloads-list tr .typ{
    display:none;
  }
  #downloads-list th a{
    padding: 15px 10px 30px;
  }
  #downloads-list td{
    padding: 5px 10px;
  }
  #user-list tr .datum,
  #user-list tr .email{
    display:none;
  }
  .userSettings{
    position:absolute;
    top:15px;
    right:.5%;
    margin:0;
    text-align: center
  }
  .userSettings li{
    margin-left: 13px
  }
  .userSettings li:first-child,
  .userSettings li.flag,
  .userSettings li.flag img{
    display: none;
  }
  .userSettings li.flag.active{
    margin: 0;
    padding: 0;
    display: block;
    background: transparent url(../img/down.png) 100% 50% no-repeat;
  }
  .userSettings li.flag.active.visible{
    margin-top: -3px;
    margin-right: -3px;
    background-color: #0C9D77;
    border:3px solid #0C9D77;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .userSettings li.flag a{
    float: left;
    width: 30px;
    height: 25px;
    background: transparent 3px 50% no-repeat;
  }
  .userSettings li.flag.de a{background-image:url("../img/flags/16/Germany.png")}
  .userSettings li.flag.en a{background-image:url("../img/flags/16/United%20Kingdom(Great%20Britain).png")}
  #filterToggle{
    position: relative;
    display: list-item;
    padding:2px;
    margin: -4px -5px 0 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  #filterToggle a{
    text-decoration: none;
    border:none;
  }
  #filterToggle .badge{
    position: absolute;
    top: -2px;
    right: -5px;
    float: left;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    background-color: #FF0000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    color: #FFF;
  }
  #filterToggle img{
    vertical-align: middle;
  }
  #filterToggle.visible{
    background:#0C9D77
  }
  #filterSection,
  .fixed #filterSection{
    background-size: auto 100%;
    position: fixed;
    top:55px;
    z-index: 999;
    -webkit-box-shadow:  0px 3px 5px 0px rgba(0, 0, 0, .6);
    -moz-box-shadow:  0px 3px 5px 0px rgba(0, 0, 0, .6);
    box-shadow:  0px 3px 5px 0px rgba(0, 0, 0, .6);
  }
  .filter h2{
    font-size: 14px;
    margin:5px 0 0;
  }
  #bereichselect,
  #kategorienselect,
  #dokumentLangselect,
  .fieldSearch{
    padding: 0;
    text-indent: 5px
  }
  .fieldSearch{
    line-height: 1;
  }
  #searchBox .btn{
    margin: 0;
    border:1px solid #CCC;
    border-left:none;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft:0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  #filterSection{
    display: none;
    height: 300px;
    padding: 0
  }
  #filterSection.user{
    height:165px
  }
  #filterSection.visible{
    display: block;
  }
  #mobillangnav.visible{
    top:55px;
    position: fixed;
    display: block;
    padding: 0;
    margin: 0;
    height: auto;
  }
  #mobillangnav.visible li{
    border-bottom:1px solid #007A3B;
  }
  #mobillangnav.visible li a{
    padding: 15px 10px;
    display: block;
    color: #FFF;
    background: #0C9D77;
    text-decoration: none
  }
  #fFilterBox{
    width:95%;
  }
  #bereichselect,
  #kategorienselect,
  #dokumentLangselect{
    width: 100%;
    text-indent:5px;
    height: 35px;
  }
  #reset{
    width:95%;
    text-indent:3%;
    margin-top:10px;
    height: 35px;
    line-height: 35px;
    background-position: 95% 50%
  }
  form.userForm div{
    float: left;
    width: 100%!important;
    overflow: visible;
    padding-top: 0;
    padding-bottom: 0;
  }
  form.userForm .section{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px
  }
  form.userForm input{
    width: 100%!important;
    padding: 5px 0!important;
    text-indent: 10px;
  }
  form.userForm input#u_newsletter{
    width: auto!important;
    padding: 0!important;
  }
  form.userForm #submit{
    margin-bottom: 10px
  }
  form.userForm .rowElem{
    margin: 0 0 20px;
  }
  form.userForm div .element{
    margin: 0;
    padding: 0;
  }
  #modal-box{
    width: 95%;
    margin-left:-47.5%;
  }
  .login{
    width:100%;
    border:none;
    padding: 0;
  }
  .loginBox,
  .registerBox{
    margin:0 0 25px;
  }
  .registerBox{
    padding-top: 15px;
    width: 100%;
    border-top: 1px solid #000;
  }
  .startPic{
    display: none;
  }
  .loginTitle{
    margin-top: 25px;
    font-size: 22px
  }
  .loginSubTitle{
    font-size: 18px
  }
  .footerNav li a{
    text-decoration: none;
    font-size: 14px;
  }
  #newBox{
    float: left;
    width: 100%;
    margin:0 0 15px 0;
    padding: 15px 0;
    text-indent: 15px;
    background-position: 97% 9px;
  }
  .txt-steps span{
    font-size: 16px;
  }
  .regmail {
    padding: 10px 0;
    text-indent: 10px;
    height:30px;
    font-size:14px;
  }
  button.step1,
  button.reset{
    height: 54px;
    width: 55px;
    background-position: 50% 50%;
    padding: 0;
  }
}