/****************************************************** Formate sichtbar im XIMS */
#content .border_black {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

#content .text-muted {
  color: #777;
}

#content .img-circle {
  border-radius: 50%;
}


/****************************************************** Abstände und Höhen */
#content .mb25 {
  margin-bottom: 25px;
}

#content .pt15 {
  padding-top: 15px;
}

#content .mh240 {
  min-height: 240px;
}

#content .mh265 {
  min-height: 265px;
}

#content #team .col-lg-3 {
  width: auto;
}

#content #team .col-lg-9 {
  width: auto;
}


/****************************************************** Anpassung li und ul */

#content li {
  margin-bottom: 8px;
}

/****************************************************** Große Schrift in border_black */
#content .border_black > .big {
  color: #777777;
}

#content .border_black > strong > .big {
  color: #777777;
}


audio {
  	width:100%;
}