.collapsible {
  color: rgb(157, 155, 107);
  cursor: pointer;
  margin-left: 10px;
}

.active, .collapsible:hover {
  color: rgb(100, 106, 35);
}

.mehrtext {
  width: 100%;
  display: none;
  overflow: hidden;
}

.mehrtext p:first-child {
  margin-top: 0;
}

span.active {
  display: none;
}/*# sourceMappingURL=collapsible.css.map */