/* Akkordeon */

.akkordeon {
  margin-bottom: 0 !important;
  border-top: 1.5px solid #ddd;
}
.akkordeon h2, .akkordeon > div > .block-editor-block-list__layout > h2 {
  font-size: 1rem;
  color: 1.5px solid var(--wp--preset--color--custom-blau);
  cursor: pointer;
  margin: 0;
  padding: 0.8em 2.8em 0.9em 0;
  position: relative;
  font-family: var(--wp--preset--font-family--basier-circle);
  font-weight: 600;
}
.akkordeon h2::after {
  width: 11px;
  height: 11px;
  border-bottom: 1.5px solid var(--wp--preset--color--custom-blau);
  border-right: 1.5px solid var(--wp--preset--color--custom-blau);
  content: "";
  position: absolute;
  right: 1em;
  transform: rotate(45deg);
  top: 15px;
}
.wp-block-group.has-custom-blau-background-color > .akkordeons > .akkordeon h2::after {
  border-color: var(--wp--preset--color--custom-beige);
}
.akkordeon h2.active::after,
.akkordeon-initial-open h2::after{
  transform: rotate(-135deg);
  top: 20px;
}
.akkordeon-inner {
  padding: 0 0 1em;
  margin-bottom: 0 !important;
  display: none;
}
.akkordeon-initial-open .akkordeon-inner {
  display: block;
}
.akkordeon-inner > :last-child {
  margin-bottom: 1.1em !important;
}
.akkordeon .wp-block-column {
  margin-bottom: 0.5em !important;
}
