.wf-editor-header .wf-editor-tabs > button.active {
  background-color: #12c952;
}
.wf-editor-header .wf-editor-tabs > button {
  background-color: #c5c5c5;
}
/*Modulklasse box-white-shadow für Darstellung der Box mit HG in weiß, Schrift schwarz und außen Schatten*/
.box-white-shadow {
  padding: 50px;
  background: #ffffff;
  color: #000000;
  box-shadow: 0px 5px 25px 0px rgba(212, 208, 207, 0.96);
}
/*Modulklasse box-white für Darstellung der Box mit HG in weiß, Schrift schwarz*/
.box-white {
  padding: 50px;
  background: #ffffff;
  color: #000000;
}
