.collapsible {
  background-color: #f2f7fa;
  color: #000000;
  cursor: pointer;
  padding: 5px 0px 5px 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
}

.active, .collapsible:hover {
  background-color: #f2f7fa;
}

.content-doctor {
  padding: 10px;
  display: none;
  overflow: hidden;
  background-color: #fdfdfd;
  font-size: 16px;
}

.timetable {
  width: 76px;
  display: inline-block;
  font-size: 14px;
}

.urgent {
  font-size: 12px;
}

.impressum {
  font-family:Roboto,Arial,sans-serif;
  font-size: 15px;
}

.all-right-reserved {
  font-family:Roboto,Arial,sans-serif;
  font-size: 18px;
}

.sub-head {
  font-size: 17px;
}

.treatment-title {
  font-size:21px;
  font-weight: bold;
  display: inline;
  }

.treatment {
  font-size:17px;
  font-weight: 600;
  display: inline;
  }

.sub-treatment {
font-size:16px;
display:inline;
}

.block-white {
  padding-bottom:30px;
  background-color:ffffff
}

.block-light-gray {
  padding-bottom:30px;
  background-color:#f2f7fa;
}

