/* Akkordeon */

.akkordeon {
  margin-bottom: 0 !important;
  border-top: 1.5px solid #DFDFDF;
}
.akkordeon h2 {
  font-size: 1.1em;
  color: #000;
  cursor: pointer;
  margin: 0;
  padding: 0.8em 2.8em 0.7em 1em;
  position: relative;
}
.akkordeon h2::after {
  width: 11px;
  height: 11px;
  border-bottom: 1.5px solid #000;
  border-right: 1.5px solid #000;
  content: "";
  position: absolute;
  right: 1em;
  transform: rotate(45deg);
  top: 15px;
}
.akkordeon h2.active::after {
  transform: rotate(-135deg);
  top: 20px;
}
.akkordeon-inner {
  padding: 0 1em;
  margin-bottom: 0 !important;
  display: none;
}
.akkordeon-inner > :last-child {
  margin-bottom: 1.1em !important;
}
.akkordeon .wp-block-column {
  margin-bottom: 0.5em !important;
}
