button.activeAkkordeon svg {
  fill: #b5dae6;
}

.accordeonBody {
  max-height: fit-content;
  overflow: inherit;
  transition: max-height 3s ease-out !important;
}

.accordeonBody.hidden {
  max-height: 0px !important;
  overflow: hidden !important;
  transition: max-height 3s ease-out !important;
}
