#edocman-categories .edocman-box-heading, #edocman-documents .edocman-box-heading, #edocman-document-page .edocman-box-heading {
    border-radius: 0px 0px 0px 0px;
    color: #333;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    padding: 4px 8px;
    margin: 0;
}

#edocman-categories .edocman-description, #edocman-documents .edocman-description, #edocman-document-page .edocman-description {
    background: #fff;
    border-radius: 0 0 0 0;
    margin: 0;
    padding: 5px;
}


.edocman-container .edocman-box-heading h3 .edocman-document-title-link {
    text-decoration: none;
    color: #890700;
    font-size: 14px;
}

.table-document td {
    padding: 5px 5px 5px 5px !important;
}

.edicon-folder-open:before {
    content: "\e930";
    display: none;
}


#edocman-category h1.edocman-page-heading {
    display: none;!important;

}

edocman-container h1, .edocman-container h2, .edocman-container h3 {
    width: auto!important;
    margin: 5px 0!important;
    padding: 0!important;
    font-size: 14px;
    /*display: none;!important;*/
}

/*Dokumententitel in rot*/
.edocman-document-title-td a {
    color: #890700;
    font-weight: normal;!important;
    width: 22%;

}

/*Dokumententitel visited in scharz*/
.edocman-document-title-td a:hover, .edocman-document-title-td a:visited {
    color: #000000;
}

.edicon-file-pdf:before {
    color: #890700;


}

.table-document tbody tr td.edocman-document-icon-td {
    width: 1% !important;
    text-align: center;
    font-size: 16px;
    padding: 10px 0px !important;
    vertical-align: top !important;
}

/*Buttonfarbe rot statt blau*/
.edocman-download-link {
    background-color: #890700 !important;
  }

.btn:hover, .btn:focus, .btn.focus {
    color: #000000;
    text-decoration: none;
}


/* bioculture */
/* E Docman on page view dont show detail description */
.edocman-description-details{
  display: none;
}
/* except on site divi zeitschrift - via page class  */

.edocdescOn .edocman-description-details{
  display: inline-block;
}

/* download button angepasst */
.edocman-document-blog .edocman-download-blog a.downloadbtn1{
  background-color: #fa9b06;
}
.edocman-document-blog .edocman-download-blog a.downloadbtn1:hover{
  background-color: #b70502;
}
.edocman-document-blog  .edocman-download-blog{
  margin-left: 40px;
}
.edocman-document-blog .edocman-download-blog a.downloadbtn1 .documentstatistic{
  display: none;
}
.edocdescOn .edocman-description-details{
  min-width: 70%;
}

.edocman-taskbar a.edocmandownloadlink{
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 15px 5px;
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  background-color: #fa9b06;
  box-shadow: none;
  color: white;
  text-decoration: none;
  background-image: none;
  text-shadow: none;
  padding: 15px 5px;
}
.edocman-taskbar a.edocmandownloadlink:hover{
  background-color: #b70502;
}