#glossar-toc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5em;
  margin-top: 3em;
}
#glossar-toc a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--beige-light);
  font-size: 1.5em;
  border-radius: 2em;
  width: 3em;
  height: 3em;
  text-decoration: none;
  font-family: "DraftNaturalA";
  font-weight: 600;
  transition: all 0.3s;
  color: var(--blue-light);
}
#glossar-toc a:hover {
  box-shadow: 0px 1em 1em 0 rgba(29, 13, 3, 0.1);
  transform: scale(1.1);
}

.glossar-section .glossar-inner {
  display: flex;
  flex-direction: row;
}
.glossar-section .glossar-inner > * {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .glossar-section .glossar-inner {
    flex-direction: column !important;
  }
  .glossar-section .glossar-inner > * {
    width: 100%;
  }
}
.glossar-section:nth-child(even)::before {
  display: none;
}
.glossar-section:nth-child(odd) {
  background-color: var(--beige-light);
}
.glossar-section:nth-child(odd) .glossar-inner {
  flex-direction: row-reverse;
}
.glossar-section h2:not(.thumbnail) {
  margin: 0;
  font-size: clamp(7em, 9em + (1vw - 2.48em) * 4.808, 20em);
  text-align: center;
  line-height: 1;
}
.glossar-section h2.thumbnail {
  margin-top: 0.7em;
  margin-bottom: 0;
  line-height: 0;
}
.glossar-section .c-accordion__item {
  background-color: transparent;
  box-shadow: none;
  padding: 1em 0.5em 1em 2.5em;
  position: relative;
}
.glossar-section .c-accordion__item::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: -5px;
  left: 0;
  -webkit-mask-image: url(../../assets/icons/dotted-line.svg);
          mask-image: url(../../assets/icons/dotted-line.svg);
  -webkit-mask-size: auto 100%;
          mask-size: auto 100%;
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
  border: none;
  height: 0.2em;
  background-color: var(--cocoa);
  top: 100%;
}
.glossar-section .c-accordion__item h3 {
  color: var(--cocoa);
  padding-right: 0;
}
.glossar-section .c-accordion__item h3::after {
  right: auto;
  left: -2em;
  font-size: 1em;
  -webkit-mask: url(../../assets/icons/arrow.svg) no-repeat 50% 50%;
          mask: url(../../assets/icons/arrow.svg) no-repeat 50% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  height: 1em;
  width: 1em;
  background: var(--blue-light);
  transition: all 0.3s;
}
.glossar-section .c-accordion__item.is-open h3 {
  color: var(--blue-light);
}
.glossar-section .c-accordion__item.is-open h3::after {
  transform: translate(50%, -50%) rotate(90deg);
}

.abc-header .wp-block-cover__inner-container {
  max-width: 66vw;
}

.wp-block-image.abc-kf {
  margin: 0;
  height: auto;
  text-align: center;
  margin-bottom: -2em;
}
.wp-block-image.abc-kf img {
  max-width: 22%;
  margin-left: 60%;
  margin-right: auto;
}

.wp-block-image.abc-top-image-left {
  position: relative;
  height: 0;
  margin: 0 auto;
  max-width: 66vw !important;
}
.wp-block-image.abc-top-image-left img {
  position: absolute;
  left: 0;
  max-width: 16vw;
  min-width: 80px;
  transform: translate(0%, -66%);
}

.wp-block-image.abc-top-image-right {
  position: relative;
  height: 0;
  margin: 0 auto;
  max-width: 66vw !important;
}
.wp-block-image.abc-top-image-right img {
  position: absolute;
  right: 0;
  max-width: 16vw;
  min-width: 100px;
  transform: translate(0%, -86%);
}/*# sourceMappingURL=style.css.map */