body {
  background-color: transparent;
}

@media (min-width: 550px) {
  .tcl-steps-form__form.scale-25 {
    -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
            transform: scale(1.25);
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  .tcl-steps-form__form.scale-50 {
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
}
.hide-option {
  display: none !important;
}

.tcl-steps-form__covers-fee {
  margin-top: 10px;
}
.tcl-steps-form__min-amount-message {
  font-size: 11px;
  color: red;
  text-align: center;
}
.tcl-steps-form a {
  color: var(--tcl-donations-bg-btn);
  text-decoration: none;
}
.tcl-steps-form a:hover {
  text-decoration: underline;
}
.tcl-steps-form__submit-errors {
  color: red;
  margin-bottom: 20px;
  display: none;
}
.tcl-steps-form__privacy-policy {
  margin-bottom: 20px;
}
.tcl-steps-form__publication-data {
  margin-top: -10px;
  margin-bottom: 20px;
}
.tcl-steps-form__heading {
  font-size: 20px;
  color: #5f5f5f;
  margin-bottom: 20px;
}
.tcl-steps-form__summary-group {
  background-color: #eeeeee;
  padding: 7px 6px;
  margin-bottom: 20px;
}
.tcl-steps-form__summary-title {
  font-size: 18px;
  color: var(--tcl-donations-bg-btn);
  margin-bottom: 10px;
  font-weight: bold;
}
.tcl-steps-form__summary-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.tcl-steps-form__summary-item span {
  width: 50%;
  font-size: 14px;
}
.tcl-steps-form__summary-item span:nth-child(1) {
  color: #5f5f5f;
}
.tcl-steps-form__summary-item span:nth-child(2) {
  color: var(--tcl-donations-bg-btn);
  word-break: break-word;
}
.tcl-steps-form__form {
  max-width: 364px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 15px;
  border-radius: 20px;
}
.tcl-steps-form__form-head {
  color: #fff;
  text-align: center;
  margin-top: -15px;
  margin-bottom: 15px;
  width: calc(100% + 30px);
  margin-left: -15px;
  font-weight: 700;
  font-size: 18px;
  padding: 15px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.tcl-steps-form__form--border {
  border: 1px solid #707070;
}
.tcl-steps-form__form-group {
  margin-bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  width: 100%;
}
.tcl-steps-form__form-group .choices__inner {
  border-radius: 5px;
}
.tcl-steps-form__form-group .choices__list--dropdown {
  margin-top: -5px;
}
.tcl-steps-form__form-group .choices__item {
  color: var(--tcl-donations-bg-btn);
}
.tcl-steps-form__form-group .choices__list--single .choices__item[aria-selected=true] {
  font-weight: normal !important;
}
.tcl-steps-form__form-group--company {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tcl-steps-form__form-group--company div {
  cursor: pointer;
}
.tcl-steps-form__form-group--company div span {
  color: var(--tcl-donations-bg-btn);
}
.tcl-steps-form__form-input {
  width: 100%;
  position: relative;
}
.tcl-steps-form__form-input .error-message {
  position: absolute;
  font-size: 11px;
  color: red;
  left: 0;
  top: 100%;
  line-height: 1;
  margin-top: 2px;
}
.tcl-steps-form__form-input input {
  min-height: 50px;
  border: 1px solid #707070;
  border-radius: 5px;
  outline: none;
  width: 100%;
  display: block;
  padding: 5px 16px;
  color: var(--tcl-donations-bg-btn);
  font-size: 16px;
}
.tcl-steps-form__form-input input::-webkit-input-placeholder {
  color: var(--tcl-donations-bg-btn);
  opacity: 0.5;
}
.tcl-steps-form__form-input input::-moz-placeholder {
  color: var(--tcl-donations-bg-btn);
  opacity: 0.5;
}
.tcl-steps-form__form-input input:-ms-input-placeholder {
  color: var(--tcl-donations-bg-btn);
  opacity: 0.5;
}
.tcl-steps-form__form-input input::-ms-input-placeholder {
  color: var(--tcl-donations-bg-btn);
  opacity: 0.5;
}
.tcl-steps-form__form-input input::placeholder {
  color: var(--tcl-donations-bg-btn);
  opacity: 0.5;
}
.tcl-steps-form__form-input input.error {
  border-color: red;
}
.tcl-steps-form__form-input--required {
  position: relative;
}
.tcl-steps-form__form-input--required::after {
  position: absolute;
  content: "*";
  right: 5px;
  top: 5px;
  color: var(--tcl-donations-bg-btn);
  opacity: 0.5;
}
.tcl-steps-form__form-text {
  font-size: 14px;
  color: #5f5f5f;
  margin: 20px 0;
}
.tcl-steps-form__form-label {
  color: var(--tcl-donations-bg-btn);
  margin-bottom: 5px;
  display: block;
}
.tcl-steps-form__form-checkbox {
  position: relative;
  width: 100%;
  display: block;
}
.tcl-steps-form__form-checkbox input {
  position: absolute;
  width: 1px;
  height: 1px;
  z-index: -1;
  opacity: 0;
}
.tcl-steps-form__form-checkbox span {
  padding-left: 21px;
  cursor: pointer;
  position: relative;
  font-size: 13px;
  width: 100%;
  display: block;
}
.tcl-steps-form__form-checkbox span:before {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid var(--tcl-donations-bg-btn);
}
.tcl-steps-form__form-checkbox input:checked + span:before {
  background-color: var(--tcl-donations-bg-btn);
}
.tcl-steps-form__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 22px;
  position: relative;
}
.tcl-steps-form__steps::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #707070;
}
.tcl-steps-form__step {
  position: relative;
  z-index: 1;
}
.tcl-steps-form__step span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #707070;
  cursor: pointer;
  color: #707070;
  font-size: 9px;
  background-color: #fff;
}
.tcl-steps-form__step[data-status=active] span {
  background-color: #707070;
  color: #fff;
}
.tcl-steps-form__step[data-status=valid] span {
  background-color: var(--tcl-donations-bg-btn);
  border-color: var(--tcl-donations-bg-btn);
  color: #fff;
}
.tcl-steps-form__screen {
  display: none;
}
.tcl-steps-form__screen[data-status=active] {
  display: block;
}
.tcl-steps-form__screen-group {
  margin-bottom: 24px;
}
.tcl-steps-form__screen-group-border-content {
  border: 1px solid #707070;
  padding: 20px 10px;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.tcl-steps-form__screen-group-label {
  border: 1px solid #707070;
  padding: 10px 20px;
  color: #000;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #eeeeee;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
.tcl-steps-form__interval {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
}
.tcl-steps-form__interval-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tcl-steps-form__button-checkbox {
  position: relative;
}
.tcl-steps-form__button-checkbox input {
  position: absolute;
  width: 1px;
  height: 1px;
  z-index: -1;
  opacity: 0;
}
.tcl-steps-form__button-checkbox span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #eeeeee;
  width: 100%;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  color: #5f5f5f;
  cursor: pointer;
}
.tcl-steps-form__button-checkbox input:checked + span {
  background-color: var(--tcl-donations-bg-btn);
  color: #fff;
}
.tcl-steps-form__amounts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.tcl-steps-form__amounts .tcl-steps-form__button-checkbox {
  width: calc(33.3333333333% - 5px + 1.6666666667px);
}
.tcl-steps-form__amounts .tcl-steps-form__button-checkbox span {
  height: 30px;
}
.tcl-steps-form__amounts .tcl-steps-form__fade-input {
  width: calc(66.6666666667% - 5px + 3.3333333333px);
  border-radius: 5px;
  overflow: hidden;
  border: 2px solid var(--tcl-donations-bg-btn);
  height: 30px;
  position: relative;
  cursor: pointer;
}
.tcl-steps-form__amounts .tcl-steps-form__fade-input > * {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}
.tcl-steps-form__amounts .tcl-steps-form__fade-input input {
  padding: 5px 10px;
  display: none;
}
.tcl-steps-form__amounts .tcl-steps-form__fade-input input::-webkit-input-placeholder {
  color: var(--tcl-donations-bg-btn);
  opacity: 0.5;
}
.tcl-steps-form__amounts .tcl-steps-form__fade-input input::-moz-placeholder {
  color: var(--tcl-donations-bg-btn);
  opacity: 0.5;
}
.tcl-steps-form__amounts .tcl-steps-form__fade-input input:-ms-input-placeholder {
  color: var(--tcl-donations-bg-btn);
  opacity: 0.5;
}
.tcl-steps-form__amounts .tcl-steps-form__fade-input input::-ms-input-placeholder {
  color: var(--tcl-donations-bg-btn);
  opacity: 0.5;
}
.tcl-steps-form__amounts .tcl-steps-form__fade-input input::placeholder {
  color: var(--tcl-donations-bg-btn);
  opacity: 0.5;
}
.tcl-steps-form__amounts .tcl-steps-form__fade-input span {
  background-color: var(--tcl-donations-bg-btn);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tcl-steps-form__amounts .tcl-steps-form__fade-input[data-active=true] input {
  display: block;
}
.tcl-steps-form__amounts .tcl-steps-form__fade-input[data-active=true] span {
  display: none;
}
.tcl-steps-form__button button {
  border-radius: 5px;
  width: 100%;
  border: none;
  outline: none;
  font-size: 20px;
  position: relative;
  cursor: pointer;
  padding: 14px 15px;
}
.tcl-steps-form__button button[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.tcl-steps-form__button button.loading {
  cursor: wait;
}
.tcl-steps-form__button--next button {
  background-color: var(--tcl-notification-bg);
  color: #fff;
}
.tcl-steps-form__button--next-arrow button {
  padding-right: 30px;
}
.tcl-steps-form__button--next-arrow button::before {
  position: absolute;
  content: "";
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(/wp-content/themes/spendenshop/images/next-arrow.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.tcl-steps-form__button--prev button {
  background-color: #eeeeee;
  color: #5f5f5f;
}
.tcl-steps-form__button--prev-arrow button {
  padding-left: 30px;
}
.tcl-steps-form__button--prev-arrow button::before {
  position: absolute;
  content: "";
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(/wp-content/themes/spendenshop/images/prev-arrow.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.tcl-steps-form__bottom-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.tcl-steps-form__bottom-buttons .tcl-steps-form__button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tcl-steps-form__top-amount-label {
  background-color: var(--tcl-donations-bg-btn);
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  color: #fff;
  margin-bottom: 60px;
  border-radius: 10px;
}
.tcl-steps-form__payment-description {
  color: #707070;
  width: 80%;
  margin: 0 auto;
}
.tcl-steps-form__interval-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.tcl-steps-form__interval-description > div {
  width: 100%;
}
.tcl-steps-form__interval-description svg {
  width: 80px;
  height: auto;
  margin-left: 20px;
}
.tcl-steps-form__interval-description svg path {
  fill: var(--tcl-donations-bg-btn);
}
.tcl-steps-form__amounts-description [data-amount],
.tcl-steps-form__amounts-description [data-amounts_for_monatlich] {
  margin-top: 20px;
  display: none;
}
.tcl-steps-form__amounts-description [data-amount] span,
.tcl-steps-form__amounts-description [data-amounts_for_monatlich] span {
  color: var(--tcl-donations-bg-btn);
}
.tcl-steps-form__hide-fields {
  display: none;
}
.tcl-steps-form__select-payment-method {
  margin-bottom: 60px;
}
.tcl-steps-form__select-head {
  min-height: 40px;
  border: 1px solid #707070;
  border-bottom: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
  text-align: center;
}
.tcl-steps-form .choices [type=search] {
  min-height: 0;
  height: 40px;
  margin: 5px;
  width: calc(100% - 10px);
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #707070 !important;
}
.tcl-steps-form .choices__inner {
  border: 1px solid #707070;
  border-radius: 0;
  background-color: transparent;
}
.tcl-steps-form .choices__item {
  font-size: 16px;
}
.tcl-steps-form .choices__list--single .choices__item[aria-selected=true] {
  font-weight: bold;
}
.tcl-steps-form .choices[data-type*=select-one]::after {
  display: block;
  width: 10px;
  height: 10px;
  border-style: none;
  border-top: 2px solid var(--tcl-donations-bg-btn);
  border-left: 2px solid var(--tcl-donations-bg-btn);
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  margin-top: -7px;
}
.tcl-steps-form .choices[data-type*=select-one].is-open::after {
  -webkit-transform: rotate(405deg);
      -ms-transform: rotate(405deg);
          transform: rotate(405deg);
  margin-top: -2px;
}