/*Filter*/
#documentfilter{
    margin-bottom: 0;
}
#documentfilter .filter-right{
    padding: 0px;
    background-color: #ededed;
}
#documentfilter .filter-left{
    padding: 0px;
    background-color: #fff;
}
.filtercontent{
    /*height: 1400px;
    max-height: 1400px;*/
}


/*Filterarea  ---  Kopfbereich*/
.filterheading {
    background-color: #009dd2;
}
.filterheading .fas.fa-sliders-h {
    font-size: 25px;
    padding: 25px;
    color: #fff;
}
.filterheading .filter {
    font-size: 25px;
    color: #fff !important;
}
.filterheading .fas.fa-chevron-left {
    font-size: 25px;
    padding: 25px 30px;
    color: #fff;
}
.filterheading .close {
    float: right;
    margin-top: 0px;
    background-color: #01395e;
    border-radius: 0px;
    opacity: 1;
}
/*Filterarea  ---  Accorions*/

.acc .btn.btn-link, .acc-suche .btn.btn-link {
    margin-top: 0px;
}
.suchleiste {
    border: 1px solid #01395e;
    padding: 5px;
    max-width: 200px;
}
.btn-search {
    padding: 0px 10px;
}
.sucheBack{
  display: none;
  margin-top: 1rem;
}
.btn.btn-link.btn-search-back {
    background-color: #01395e;
    color: #fff;
    font-size: 18px;
    text-transform: none;
    padding: 5px 10px;
    width: max-content;
}
.fas.fa-undo-alt {
    padding-right: 10px;
}
.card-header {
    background-color: #fff !important;
    border: none !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-top: 0;
}
.acc-suche .fas.fa-chevron-right, .acc .fas.fa-chevron-right{
    padding: 10px;
}
.card {
  border: none !important;
}
.card .btn {
    color: #009dd2;
    width: 100% ;
    text-align: left !important;
    padding: 0.65rem;
}
.card-body {
  padding-top:0px !important;
  background: #f1f1f1;
  padding-top: 1.25rem !important;  
  padding-left: 2rem !important;
}
.card-body .btn-search{
  width: 50px !important;
  padding: 10px;
  margin-top: -6px !important;
  float: right;
}
.card-body fieldset {
    max-height: 200px;
    overflow: scroll;
    overflow-x: hidden;
}
.filterbody {
    height: 1325px;
    overflow: scroll;
    max-height: 1325px;
    overflow-x: hidden;
    /*border-right: 15px solid;
    border-right-style: solid;
    border-image:
      linear-gradient(
        to right,
        #01395e,
        rgba(237, 237, 237, 0.5)
      ) 1 70%;*/
}
/*Resultarea  ---  Kopfbereich*/
.filter-ausgabe {
    font-size: 25px;
    padding: 25px 0px;
    margin: 0px;
    text-transform: uppercase;
    color: #009dd3;
}
.filterausgabelabel {
    background-color: white;
}
.filterausgabelabel .fas.fa-sliders-h {
    font-size: 25px;
    padding: 25px;
    color: #fff;
    background-color: #009dd2;
    float: left;
}

.filterausgabelabel .filteroptionlabel{
  left: 65px;
  transition: left .3s ease-in-out;
}

.filterausgabelabel .filteroptionlabel.open{
  left: 20%;
}






/*Resultarea  ---  Dokumente*/
.resultarea{
  margin:0px !important;
}
.filterinfo{
  height: 70px;
  flex-direction: column;
}
.suchausgabetext{
  padding-left: 0px!important;
  padding-top: 10px;
  display: none;
}
.deleteFilter{
  align-self: flex-end;
}
.deleteFilter .fas.fa-trash-alt{
  padding-right: 10px;
}
.btn.btn-link.btn-delete-filter {
    text-transform: none;
    color: white;
    background-color: #01395e;
    margin: 10px;
    font-size: 1.2rem;
    padding: 0.3rem 0.7rem;
    display: none;
}
.documents {
    margin: 0px;
    padding: 90px;
    padding-top: 30px;
}
.documents .media{
    padding-bottom: 30px;

}
.dokument {
    height: 460px;
    width: 100%;
    box-shadow: 2px 2px 2px #b9b9b9;
    border: 1px solid #ccc;
}
.dokument figure {
    padding: 30px;
}
.doc_name {
    word-wrap: break-word;
    font-size: 20px;
    color: #01395e;
    overflow: hidden;
    line-height: 30px;
    overflow: hidden;
}
.doc_size {
    font-size: 18px;
    line-height: 20px;
    padding: 15px 0px;
}
.doc_icon {
    font-size: 100px;
    padding: 0 0 20px 0;
    color: #009dd2;
}

.doc_icon img{
    border: 1px solid #ccc;
}

.btn.btn-information{
    font-size: 20px;
    max-width: 100%;
    word-wrap: break-word;
    hyphens: auto;
    padding: 0;
}
.btn.btn-information a{
    color: #009dd3;
}
.btn.btn-information a:hover {
    color: #009dd3;
}
.btn.btn-information a:focus{
  outline:none;
}
.fas.fa-info{
  padding-right: 10px;
}
/*download*/
.btn.btn-download{
    margin-top: 0px !important;
    font-size: 20px;
    margin-top: 50px;
    background-color: #009dd3 !important;
    padding: 10px 100px;
}

label.infotext {
    
    cursor: pointer;
}

.btn.btn-download a{
  color: #fff;
}
.btn.btn-download a:focus {
    outline:none;
}
.fas.fa-file-download{
  padding-right: 10px;
}

/*pagination*/
.bottom{
  height: 50px;
  margin: 30px;
}
.pagination .btn{
  font-size: 25px;
  color: #01395e;
  margin-top: 1.5rem;
}
.Seiten .btn{
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 20px;
}
.Seiten .active {
  background-color: #009dd2;
  padding: 0px 10px;
  border-radius: 3px;
  color: white;
}
.infotext{
  max-width: 100%;
}

/*fancy-box*/
.fancybox-content {
  width: 1000px;
  height: 700px;
}
.fancyBox .doc_name {
  height: unset;
  font-size: 35px;
  line-height: 35px;
  color: #009dd3;
}
.fancyBox .headline {
 padding: 20px;
}
.fancyBox .doc_icon{
  padding: 0px;
  font-size: 250px;
}
.fancyBox .andereInfos {
  line-height: 1.5em;
}
.fancyBox .download-content{
  padding: 50px 0px;
}
.downloadtext {
  margin: 0px;
}
.fancyBox .andereInfos .doc_info{
  color: #009dd2;
}
.fancyBox .andereInfos .doc_label{
  color: #01395e;
}
.fancyBox .andereInfos .doc_info, .fancyBox .andereInfos .doc_label {
  max-width: 100%;
  word-wrap: break-word;
  hyphens: auto;
  padding-bottom: 10px;
  line-height: 1.2em;
}


#documentfilter .filter-right{
  width: 100%;
}

#documentfilter .filter-left .filterbody label{
  width: 100%;
  font-size: 1.25rem;
  padding-left: 2rem;
  margin: 0.5rem 0;
}

#documentfilter .filter-left{
  position: absolute;
  z-index: 999;
  min-width: 320px;
  width: 20%;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform .3s,box-shadow .3s;
  -moz-transition: -moz-transform .3s,box-shadow .3s;
  transition: transform .3s,box-shadow .3s;
}

#documentfilter .filter-left.filter-is-open{
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 4px 4px 20px rgba(0,0,0,.2);  
}

input[type="checkbox"], input[type="radio"]{
  margin-left: -2rem;
  float: left;
  margin-top: 0.2rem;
}







/*-------------------------------------------------------*/
/*
/**** REPONSIVE ****/
/*
/*-------------------------------------------------------*/

/*   XXL    */
@media only screen and (max-width: 1999px) {
  .btn.btn-information {
    margin-top: 0px;
    padding: 0px;
  }

}

/*    XL    */
@media only screen and (max-width: 1339px) {
  .filtercontent{
      /*height: 1850px;
      max-height: 1850px;*/
  }
  .filterbody {
      height: 1775px;
      max-height: 1775px;
  }
  .fancybox-content{
    width: 900px;
    height: 500px;
  }
  .fancyBox .doc_icon{
    font-size: 200px;
  }
  .fancyBox .download-content{
    padding: 20px 0px;
  }
  .fancyBox .doc_size {
    padding: 0px;
  }
  .fancybox-content{
    padding: 20px !important;
  }
}
/*    L    */
@media only screen and (max-width: 1199px) {
  .doc_icon {
    font-size: 80px;
  }
  .documents{
    padding: 50px;
  }
  .suchausgabetext {
    padding-left: 65px;
  }
}
/*    M    */
@media only screen and (max-width: 991px) {
  .doc_name {
    font-size: 22px;
  }
  .documents {
    padding: 15px;
  }
  .btn.btn-information {
    padding: 5px 0px;
  }
  .suchausgabetext {
    padding-left: 35px;
  }
  .fancybox-content {
    width: 700px;
    height: 700px;
  }
}
/*    S    */
@media only screen and (max-width: 767px) {
  /*filterarea von beginn ausblenden*/
  .filterausgabelabel .fas.fa-sliders-h {
    display: block;
  }
  #documentfilter .filter-right{
    width: 100%;
  }
  /**/
  .doc_name {
    font-size: 22px;
    height: 85px;
    max-height: 85px;
  }
  .doc_icon {
    font-size: 80px;
    padding: 20px 0px;
  }
  .doc_name {
    font-size: 20px;
    padding-bottom: 10px;
   
  }
  .doc_size {
    padding: 10px 0px;
    font-size: 20px;
  }
  .dokument {
    height: 480px;
  }
  .btn.btn-information {
    font-size: 18px;
  }
  .filtercontent{
      /*height: 2265px;
      max-height: 2265px;*/
  }
  .filterbody {
      height: 2190px;
      max-height: 2190px;
  }
  .filterausgabelabel .fas.fa-sliders-h {
    font-size: 20px;
    padding: 20px;
  }
  .filterheading .fas.fa-sliders-h {
      font-size: 20px;
      padding: 20px;
  }
  .filterheading .filter {
    font-size: 20px;
  }
  .filterheading .fas.fa-chevron-left {
    font-size: 20px;
    padding: 20px 25px;
  }
  .filter-ausgabe {
    font-size: 20px;
    padding: 20px 0px;
  }
  .card.btn, .btn.btn-link.btn-delete-filter {
    font-size: 20px;
  }
  .suchausgabetext {
    font-size: 18px;
  }
  .fancybox-content{
    width: 500px;
    height: 600px;
  }
  .fancyBox .doc_icon {
    font-size: 100px;
    padding: 10px 0px;
  }
}
/*    Iphone 6    */
@media only screen and (max-width: 575px) {
  .dokument figure {
    padding: 15px;
  }

  .doc_icon {
    font-size: 40px;
    padding: 10px 0px;
  }
  .doc_size {
    padding: 5px 0px;
    font-size: 18px;
  }
  .dokument {
      height: 440px;
  }
  .filtercontent{
      /*height: 1785px;
      max-height: 1785px;*/
  }
  .filterbody {
      height: 1710px;
      max-height: 1710px;
  }
  .suchausgabetext {
    max-width: 50%;
    padding-top: 20px;
  }
  .fancybox-content {
    width: 300px;
    height: 500px;
  }
  .fancyBox .doc_name {
    font-size: 20px;
    line-height: 30px;
  }
  .fancyBox .doc_icon {
    font-size: 60px;
  }
  .andereInfos.row {
    font-size: 16px;
  }
  .fancyBox .headline {
    padding: 10px 0px 0px 0px;
  }
  .btn.btn-download {
    padding: 10px 30px;
  }
}
/*    Iphone 5    */
@media only screen and (max-width: 374px) {
  .documents {
    padding: 10px;
  }
  .filtercontent{
      height: 1775px;
      max-height: 1775px;
  }
  .filterbody {
      height: 1700px;
      max-height: 1700px;
  }
}
