/** Anpassungen für die PayPal Paymentprovider **/

.donation-form.overview {
  width: auto;
  max-width: unset;
}

.selectedAmount {
  font-weight: bold;
  background: rgb(230 0 5 / 92%) !important;
  text-align: center;
  max-width: calc(var(--client-vw, 100vw) - 4rem);
  height: 5em;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 993px) {
  .selectedAmount {
    margin-bottom: -1.6em !important;
  }
}

.dataResult {
  background-color: #33333333;
}

.paypal-donate-left, .paypal-donate-right {
  margin-bottom: 3em;
}

.paypal-donate-left h3, .paypal-donate-right h3, .paypal-donate-left-second h3 {
  position: relative;
  padding-left: 5rem;
}

.paypal-donate-left h3:before {
  background-image: url('../Icons/user.icon.png');
  background-size: 100% 100%;
  display: block;
  position: absolute;
  left: 0;
  top: -0.25rem;
  width: 1.5em;
  height: 1.5em;
  content:"";
}
.paypal-donate-right h3:before {
  background-image: url('../Icons/noun-credit-car.png');
  background-size: 100% 100%;
  display: block;
  position: absolute;
  left: 0;
  top: -0.25rem;
  width: 1.5em;
  height: 1.5em;
  content:"";
}

.paypal-donate-left-second h3:before {
  background-image: url('../Icons/donation.icon.png');
  background-size: 100% 100%;
  display: block;
  position: absolute;
  left: 0;
  top: -0.25rem;
  width: 1.5em;
  height: 1.5em;
  content:"";
}


