.is-style-vorspanntext {
  font-size: 1.25em;
}
.wp-block-quote {
  background-color: var(--wp--preset--color--turquoise);
  color: #fff;
  font-size: 1.2em;
  padding: 4.6rem 2.5rem 5rem;
  position: relative;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}
.wp-block-quote::before,
.wp-block-quote::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='65' height='45' viewBox='0 0 65 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M64.1716 13.7584C64.0763 30.7582 50.5992 44.4829 42.1993 44.4358C39.3994 44.4201 37.6095 42.6101 37.2274 39.4079C41.6397 37.2326 47.4665 32.4651 47.5158 23.6653C47.5404 19.2653 45.7528 17.0553 41.3551 16.6306C41.1596 15.8295 41.1663 14.6296 41.1764 12.8296C41.2179 5.4297 45.8469 0.255556 53.2468 0.297015C61.4467 0.342957 64.2119 6.55855 64.1716 13.7584ZM26.9721 13.55C26.8769 30.5498 13.3998 44.2745 4.99992 44.2274C2.19996 44.2117 0.410076 42.4017 0.028016 39.1995C4.44027 37.0242 10.2671 32.2567 10.3164 23.4569C10.341 19.0569 8.55338 16.8469 4.15569 16.4222C3.96018 15.6211 3.9669 14.4211 3.97699 12.6212C4.01845 5.22128 8.64751 0.0471366 16.0474 0.0885963C24.2473 0.134538 27.0125 6.35013 26.9721 13.55Z' fill='%23BBCC00'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 30px;
  position: absolute;
  left: 2rem;
  top: 1.8rem;
}
.wp-block-quote::after {
  left: auto;
  top: auto;
  right: 2rem;
  bottom: 1.9rem;
  transform: rotate(180deg);
}

@media only screen and (min-width: 782px) {
  .wp-block-quote {
    padding: 1.8rem 6rem 2.2rem;
  }
  .wp-block-quote::before {
    left: 2.5rem;
    top: 2rem;
  }
}

.wp-block-accordion-item {
  margin-top: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}
.wp-block-accordion:first-child {
  border-top: 2px solid rgba(0, 0, 0, 0.08);
}
.wp-block-accordion-heading__toggle {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.wp-block-accordion-heading__toggle-icon {
  margin-right: 15px;
  top: -2px;
  position: relative;
}
.wp-block-accordion-panel {
  margin-top: 0;
  padding-bottom: 1.2rem;
  padding-top: 0.2rem;
}

.selected-icon-wrapper {
  font-style: normal;
  font-size: 3rem;
  line-height: 3rem;
  position: relative;
}
.eics-icon-span::before {
  top: 5px;
  position: relative;
}
