.kapitel-cta {
  padding: clamp(55px, 25 * (100vw - 375px) / 905 + 55px, 80px) 0;
  background-color: black;
  position: relative;
  margin-top: clamp(35px, 35 * (100vw - 375px) / 905 + 35px, 70px);
  margin-bottom: clamp(35px, 35 * (100vw - 375px) / 905 + 35px, 70px);
  text-align: center;
}
.kapitel-cta .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kapitel-cta .background svg {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
}
.kapitel-cta .background svg:first-child {
  left: 0;
}
.kapitel-cta .background svg:last-child {
  right: 0;
}
.kapitel-cta .cta-title {
  margin-bottom: clamp(24px, 6 * (100vw - 375px) / 905 + 24px, 30px);
  font-size: clamp(24px, 18 * (100vw - 375px) / 905 + 24px, 42px);
  line-height: 140%;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
}
/*# sourceMappingURL=cta.css.map */
