.ctaReact svg {
  pointer-events: none;
}
.ctaReact svg path:not([fill='none']) {
  fill: currentColor;
}
@media (min-width: 912px) {
  .ctaReact .cta-width-33 {
    width: 33% !important;
  }
  .ctaReact .cta-width-50 {
    width: 50% !important;
  }
  .ctaReact .cta-width-75 {
    width: 75% !important;
  }
  .ctaReact .cta-width-100 {
    width: 100% !important;
  }
}
@media (max-width: 911px) {
  .ctaReact .cta-width-33,
  .ctaReact .cta-width-50,
  .ctaReact .cta-width-75,
  .ctaReact .cta-width-100,
  .ctaReact .ee_button {
    width: 100% !important;
  }
}
.cta-link .ee_button.ee_button--text-link .ee_button__wrapper.ee_button__wrapper {
  padding: 0;
}
.position-left .ee_button__content,
.position-left .ee_is-icon svg,
.position-left .ee_loading-spinner svg,
.position-right .ee_button__content,
.position-right .ee_is-icon svg,
.position-right .ee_loading-spinner svg {
  margin: unset;
}

.position-center {
  text-align: center;
}
.position-center * {
  /* margin: auto; */
  margin-top: 0;
  margin-bottom: 0;
}
.position-right {
  text-align: right;
}
.position-right * {
  margin-left: auto;
}
.position-left {
  text-align: left;
}
.position-left * {
  margin-right: auto;
}
.tipp-box {
  text-align: left;
}

