.collapsible_element {
  width: 100%;
  margin: auto;
  border: 1px  solid blue; }

.collapsible_title {
  display: inline;
  font-size: 1.3em;
  color: black;
  font-weight: bold; }

.collsapsible_toggle_button {
  cursor: pointer; }

.collsapsible_toggle_button:after {
  text-shadow: 0 0;
  font-family: ETmodules;
  font-weight: 400;
  font-style: bold;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  display: inline;
  float: right;
  color: black;
  font-size: 18px;
  line-height: 25px;
  content: "\e050";
  /* Plus-Kreis-Symbol */
  /*  content: "\e04f"; Minus-Kreis-Symbol; */
  /* content: "\4f"; Minus-Symbol */
  height: 100%; }

.active_open:after {
  content: "\e04f";
  /* Minus-Kreis-Symbol; */ }

.collapsible_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.7s ease-in-out; }

.active_content {
  background-color: white; }

.active_content > .collapsible_title {
  display: inline;
  font-size: 16px;
  color: #650f2d;
  font-weight: bold; }

.et_pb_divider_1 {
  height: 23px;
  background-color: white; }
