@charset "UTF-8";
/* Konstants */
@media screen and (max-width: 640px) {
  .small-0 {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .large-0 {
    display: none;
  }
}
/* Globals */
.fundraisingform select {
  display: block;
}
.fundraisingform .centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.fundraisingform .button {
  margin: 0;
}
.fundraisingform .error {
  background: #00c1ff;
  color: #fff;
  font-weight: bold;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 1rem;
  padding: 0 1rem;
}
.fundraisingform input, .fundraisingform select, .fundraisingform textarea {
  border: 1px solid #cbcfd0 !important;
  padding-top: 0.85em;
  padding-bottom: 0.85em;
  padding-left: 1em;
  padding-right: 1em;
}
.fundraisingform input.has-error, .fundraisingform select.has-error, .fundraisingform textarea.has-error {
  margin-bottom: 0;
}
.fundraisingform h2, .fundraisingform .h2 {
  color: #000;
}
.fundraisingform [for=payment_donor_covers_the_fee] {
  display: inline;
  margin-right: 0;
}
.fundraisingform .donor_covers_the_fee-field {
  opacity: 1;
  transition: opacity 0.75s ease-in-out;
}
.fundraisingform .donor_covers_the_fee-field.disabled {
  opacity: 0;
  transition: opacity 0.75s ease-in-out;
}
.fundraisingform .donor_covers_the_fee-field.disabled [for=payment_donor_covers_the_fee] {
  cursor: default;
}
.fundraisingform #donorCoversFeeCheckboxTooltip-mobile {
  display: none;
  line-height: 1.6;
}
.fundraisingform #donorCoversFeeCheckboxTooltip-mobile .fa {
  color: #0071ba;
}
@media screen and (max-width: 767px) {
  .fundraisingform #donorCoversFeeCheckboxTooltip {
    display: none;
  }
  .fundraisingform #donorCoversFeeCheckboxTooltip-mobile {
    display: block;
  }
}

.button.grey {
  background: #cbcfd0;
  color: #333;
  border: 2px solid #cbcfd0;
}
.button.grey:hover {
  background: #fff;
}

.label {
  color: #333;
  background: none;
  padding: 0;
}
.label.label-error {
  color: #FC5619;
}

.fundraising-radio {
  display: inline-block;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}

[type=radio] {
  opacity: 0;
  position: absolute;
}
[type=radio] + label {
  padding-left: 35px;
}
[type=radio] + label::before {
  display: inline-block;
  position: absolute;
  left: 0px;
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid #cbcfd0;
  border-radius: 100%;
}
[type=radio] + label::after {
  background-color: transparent;
  transition: all 0.25s ease-in-out;
}
[type=radio]:checked + label::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -8px;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #0071ba;
  transition: all 0.25s ease-in-out;
}

.fundraising-checkbox {
  position: relative;
}
.fundraising-checkbox label::before {
  display: inline-block;
  position: absolute;
  left: 0px;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../Icons/checkbox.svg);
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #cbcfd0;
}
.fundraising-checkbox label[for=payment_wants_newsletter]::before {
  border: 2px solid #0071ba;
}
.fundraising-checkbox label {
  padding-left: 40px;
  cursor: pointer;
}
.fundraising-checkbox input[type=checkbox] {
  position: absolute;
  top: 10px;
  left: 10px;
  margin: 0;
  padding: 0;
}
.fundraising-checkbox input[type=checkbox]:checked + label::before {
  background-image: url(../Icons/checkbox-active.svg);
}
.fundraising-checkbox.urkunde-checkbox {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 767px) {
  .fundraising-checkbox.urkunde-checkbox {
    margin-bottom: 70px !important;
  }
}
.fundraising-checkbox.urkunde-checkbox {
  text-align: left;
}
.fundraising-checkbox.urkunde-checkbox img {
  border: 1px solid #cbcfd0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.fundraising-checkbox.urkunde-checkbox label {
  padding-left: 0;
  margin-left: 0;
}
.fundraising-checkbox.urkunde-checkbox label::before {
  bottom: -40px;
}
.fundraising-checkbox.urkunde-checkbox input[type=checkbox] {
  top: auto;
  bottom: -30px;
  padding: 0;
}

.iframe-field > .field-wrap > div:first-child {
  height: 64px;
  border: 1px solid #cbcfd0;
}
.iframe-field > .field-wrap > div:first-child > div:first-child {
  height: 64px;
}

.hidden-fields {
  display: none;
}

.primary-color {
  color: #0071ba;
}

.form-seperator {
  border-bottom: 2px solid #cbcfd0;
}

/* Sections */
.section-header {
  padding: 15px;
  border: 1px solid #cbcfd0;
  background-color: #fff;
}
.section-header .text-wrapper {
  display: inline-block;
  vertical-align: bottom;
}
.section-header .fake-link {
  display: none;
}
.section-header .checked {
  display: none;
  height: 60px;
  width: 60px;
  border-radius: 30px;
  border: 2px solid transparent;
  background: url("../Icons/uno_verification.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  margin-right: 30px;
}
.section-header .number {
  height: 60px;
  width: 60px;
  border-radius: 30px;
  border: 2px solid #0071ba;
  text-align: center;
  line-height: 60px;
  color: #0071ba;
  display: inline-block;
  margin-right: 30px;
  font-weight: bold;
}
.section-header h2 {
  color: #0071ba;
  font-size: 20px;
  line-height: 60px;
  margin: 0;
  font-weight: bold;
}
.section-header.done {
  background-color: #0071ba;
  border-bottom: 1px solid #cbcfd0;
  cursor: pointer;
  font-size: 0;
}
.section-header.done .fake-link {
  display: inline-block;
  text-decoration: underline;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
}
.section-header.done h2 {
  color: #fff;
  line-height: 30px;
}
.section-header.done .checked {
  display: inline-block;
}
.section-header.done .number {
  display: none;
}
.section-header.open {
  background-color: #0071ba;
  border: 1px solid #0071ba;
}
.section-header.open h2 {
  color: #fff;
}
.section-header.open .number {
  color: #fff;
  border: 2px solid #fff;
}

.section-content {
  overflow: hidden;
  padding: 60px;
  border: 2px solid #0071ba;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .section-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Part 1 */
#payment_interval {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.border-box {
  border: 2px solid #0071ba;
  padding: 60px;
  margin-bottom: 60px;
  background-color: #fff;
}

.interval-switch {
  margin-bottom: 60px;
}
.interval-switch .interval-wrapper {
  display: inline-block;
}
.interval-switch .interval {
  text-transform: capitalize;
  display: inline-block;
  border: 1px solid #0071ba;
  float: left;
  color: #0071ba;
  font-weight: bold;
  cursor: pointer;
  padding: 15px 50px;
  font-size: 20px;
  line-height: 30px;
  border-radius: 30px;
  transition: all 0.25s ease-in-out;
  margin-left: 5px;
  margin-right: 5px;
}
.interval-switch .interval.active {
  background-color: #0071ba;
  color: #fff;
  cursor: default;
  transition: all 0.25s ease-in-out;
}
.interval-switch::after {
  content: "";
  display: block;
  clear: both;
}

.chose-donationpurpose .field-wrap {
  width: 400px;
  display: inline-block;
}
.chose-donationpurpose .field-wrap select {
  margin-left: 15px;
  border-color: #0071ba;
  color: #0071ba;
}

.interval-info.interval-info-layout-simple .donation-price, .interval-info.interval-info-simple .donation-price {
  font-size: 2.2rem;
  padding-top: 0;
}

.donation-action-box {
  border: 2px solid #0071ba;
  padding: 15px;
  text-align: center;
  color: #0071ba;
  font-size: 16px;
  line-height: 24px;
  min-height: 160px;
  cursor: pointer;
  display: flex;
  align-items: center;
  align-content: space-between;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .donation-action-box {
    min-height: 100px;
    display: block;
  }
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .donation-action-box {
    margin-bottom: 1rem;
    width: 100%;
  }
}
.donation-action-box.active {
  border: 2px solid #ffed00;
}
@media screen and (max-width: 640px) {
  .donation-action-box.active img {
    filter: brightness(0) invert(1);
  }
}
.donation-action-box.donation-action-box-plain {
  border: none;
  padding: 0;
  height: auto;
}
.donation-action-box.donation-action-box-plain.choose-price-box {
  display: block;
}
.donation-action-box.donation-action-box-plain.choose-price-box label {
  display: block;
}
.donation-action-box label {
  color: #0071ba;
  font-size: 14px;
}
.donation-action-box p {
  margin: 0;
}
.donation-action-box .donation-price {
  font-size: 2rem;
  font-weight: bold;
}
.donation-action-box .donation-info {
  max-height: 48px;
  overflow: hidden;
}
.donation-action-box.choose-price-box {
  display: table;
}
.donation-action-box.choose-price-box label {
  display: table-cell;
  vertical-align: middle;
}
.donation-action-box.choose-price-box label input {
  margin: 0;
}
.donation-action-box.choose-price-box .field-wrap {
  position: relative;
}
.donation-action-box.choose-price-box .field-wrap input {
  padding-right: 40px;
  text-align: right;
}
.donation-action-box.choose-price-box .field-wrap input::-moz-placeholder {
  text-align: left;
}
.donation-action-box.choose-price-box .field-wrap input::placeholder {
  text-align: left;
}
.donation-action-box.choose-price-box .field-wrap .currency-symbol {
  position: absolute;
  right: 20px;
  line-height: 32px;
  top: 16px;
  font-size: 20px;
  color: #333;
}
.donation-action-box.choose-price-box .field-wrap .error {
  margin: 0;
}

.interval-field label {
  display: none;
}

/* Part 2 */
.newsletter-field {
  margin-top: 30px;
}

.conditional-box {
  margin-bottom: 30px;
}

.conditional-wrapper .fundraising-checkbox {
  margin-bottom: 30px;
}

/* Part 3 */
.payment-provider {
  margin-bottom: 30px;
}

.payment-option {
  border: 2px solid #cbcfd0;
  text-align: center;
  padding: 15px;
  cursor: pointer;
}
.payment-option.active {
  border-color: #0071ba;
}

.payment-infos {
  margin-bottom: 30px;
}

.slider-switch {
  display: none !important;
  margin-top: 40px;
  position: relative;
  height: 34px;
  border: 2px solid #0071ba;
  border-radius: 17px;
  font-size: 0;
}
.slider-switch .option {
  font-size: 18px;
  width: 50%;
  text-align: center;
  display: inline-block;
  color: #0071ba;
  cursor: pointer;
  line-height: 30px;
  z-index: 1;
  position: relative;
  vertical-align: top;
  white-space: nowrap;
}
.slider-switch::before {
  content: "";
  background-color: #0071ba;
  width: 50%;
  height: 100%;
  position: absolute;
  border-radius: 17px;
  transition: all 0.5s;
}
.slider-switch.left .option-left {
  color: #fff;
}
.slider-switch.left::before {
  left: 0;
}
.slider-switch.right .option-right {
  color: #fff;
}
.slider-switch.right::before {
  left: 50%;
}

/* Part 4 */
.check-filed-row {
  white-space: nowrap;
  margin-bottom: 15px;
}
.check-filed-row .check-filed-label, .check-filed-row .check-filed-value {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
@media screen and (max-width: 640px) {
  .check-filed-row .check-filed-label, .check-filed-row .check-filed-value {
    width: 100%;
    display: block;
  }
}
.check-filed-row .check-filed-label {
  font-weight: bold;
}

.inline-headline {
  display: inline-block;
}

.jump-to-step {
  text-decoration: underline;
  font-size: 16px;
}

/* Part 5 */
.fundraisingform-footer {
  margin-top: 30px;
  padding: 60px;
  padding-bottom: 30px;
  border: 2px solid #0071ba;
  background-color: #fff;
}

.footer-info-box {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
.footer-info-box p {
  margin: 0;
}
/* Single Form Overstyles */
.fundraisingform.single .border-box {
  margin: 0;
}
.fundraisingform.single .border-box + .border-box {
  border-top: 0;
}
.fundraisingform.single h3 {
  text-align: center;
}

/* Multistep Form Overstyles */
.fundraisingform.style-multistep .interval-info {
  margin-bottom: 50px;
}

/* Responsive Overstyles */
@media screen and (max-width: 1024px) {
  /*.cell.medium-12 {
    &:not(.large-12){
      margin-bottom: $space-extra-small;
    }
  }*/
  .interval-field .label {
    padding-left: 0;
  }
  .interval-field select {
    border: 1px solid #0071ba !important;
    color: #0071ba;
  }
}
@media screen and (max-width: 640px) {
  /*.cell.small-12 {
    &:not(.large-12){
      margin-bottom: $space-extra-small;
    }
  }*/
  /* Achtung: Hier wird noch viel rumgeshubse von Nöten sein... */
  .foundraisingform .space-before-medium, .foundraisingform .space-after-medium, .foundraisingform .space-before-small, .foundraisingform .space-after-small, .foundraisingform .space-before-extra-small, .foundraisingform .space-after-extra-small {
    padding: 0;
  }
  .border-box {
    padding: 0 15px;
    border-bottom: 0;
  }
  .border-box + .border-box {
    border-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #0071ba;
  }
  .interval-field {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .interval-info {
    margin-left: -15px;
    margin-right: -15px;
  }
  .interval-info .donation-action-box {
    border: none;
    border-bottom: 2px solid #0071ba;
    padding-left: 68px;
    position: relative;
    height: auto;
    text-align: left;
  }
  .interval-info .donation-action-box::before {
    content: "";
    background-image: url("../Icons/radio-button.svg");
    background-repeat: no-repeat;
    border: 2px solid #0071ba;
    border-radius: 12px;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 22px;
  }
  .interval-info .donation-action-box.choose-price-box {
    padding-left: 15px;
    text-align: center;
    display: block;
  }
  .interval-info .donation-action-box.choose-price-box label {
    display: block;
  }
  .interval-info .donation-action-box.choose-price-box.active label {
    color: #fff;
  }
  .interval-info .donation-action-box.choose-price-box::before {
    content: none;
  }
  .interval-info .donation-action-box img {
    float: left;
    margin-right: 15px;
  }
  .interval-info .donation-action-box .donation-info {
    max-height: none;
  }
  .interval-info .donation-action-box.active {
    background-color: #0071ba;
    color: #fff;
  }
  .interval-info .donation-action-box.active::before {
    background-image: url("../Icons/radio-button-active.svg");
    border: 2px solid #fff;
  }
  .interval-info .donation-action-box::after {
    content: "";
    display: block;
    clear: both;
  }
  .interval-info .chose-donationpurpose {
    padding: 0 15px;
    text-align: left;
    margin-bottom: 15px;
  }
  .interval-info .chose-donationpurpose .label {
    padding-left: 15px;
  }
  .interval-info .chose-donationpurpose .field-wrap {
    width: 100%;
  }
  .interval-info .chose-donationpurpose .field-wrap select {
    margin-left: 0;
  }
  .interval-info .cell.small-12 {
    margin-bottom: 0;
  }
  .interval-info .cell.small-12:first-child .donation-action-box {
    border-top: 2px solid #0071ba;
  }
  .newsletter-field {
    margin: 0;
  }
  .form-seperator {
    margin-bottom: 30px;
  }
  .conditional-wrapper .fundraising-checkbox {
    margin-bottom: 30px;
  }
  .conditional-box {
    margin-bottom: 0;
  }
  .fundraisingform-footer {
    padding: 60px 15px;
  }
  .fundraisingform-footer .cell {
    margin-bottom: 60px;
  }
  .fundraisingform-footer .cell:last-of-type {
    margin-bottom: 0;
  }
  .fundraisingform.style-multistep .medium-6 {
    margin-bottom: 0;
  }
  .fundraisingform.style-multistep .section-content {
    overflow: hidden;
    padding: 30px 15px;
  }
  .fundraisingform.style-multistep .border-box {
    padding: 0;
    border: none;
    margin: 0;
  }
  .fundraisingform.style-multistep .interval-field {
    margin: 0;
    margin-bottom: 1rem;
  }
  .fundraisingform.style-multistep .check-filed-row .check-filed-label, .fundraisingform.style-multistep .check-filed-row .check-filed-value {
    display: block;
    width: 100%;
  }
  .fundraisingform.style-multistep .inline-headline {
    display: block;
    margin: 0;
  }
  .fundraisingform.style-multistep .inline-headline + .jump-to-step {
    margin-bottom: 15px;
    display: block;
  }
  .fundraisingform.style-multistep .button-bar .grid-x {
    flex-wrap: wrap-reverse;
  }
  .fundraisingform.style-multistep .button-bar .button {
    margin-top: 30px;
  }
}
.fundraisingform .donationpurposeId {
  display: none !important;
}

.fundraisingform-thanks-page {
  margin-top: 2rem;
}
.fundraisingform-thanks-page .newsletter-success {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .fundraisingform.style-multistep .button-bar > .grid-container > .grid-x,
  .fundraisingform .button-bar > .grid-container > .grid-x {
    flex-direction: column;
  }
}
.fundraisingform.style-multistep .button-bar .next-button.inactive,
.fundraisingform .button-bar .next-button.inactive {
  border-color: #888 !important;
}
.fundraisingform.style-multistep .button-bar .paypal-oder,
.fundraisingform .button-bar .paypal-oder {
  margin-top: 1em;
}
@media screen and (max-width: 640px) {
  .fundraisingform.style-multistep .button-bar .paypal-oder,
  .fundraisingform .button-bar .paypal-oder {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .fundraisingform.style-multistep .button-bar .btn-paypal,
  .fundraisingform .button-bar .btn-paypal {
    display: block;
  }
}
.fundraisingform.style-multistep .button-bar .btn-paypal.next-button,
.fundraisingform .button-bar .btn-paypal.next-button {
  display: block;
}
.fundraisingform.style-multistep .button-bar .paypallink-container,
.fundraisingform .button-bar .paypallink-container {
  text-align: right;
}
@media screen and (max-width: 640px) {
  .fundraisingform.style-multistep .button-bar .paypallink-container,
  .fundraisingform .button-bar .paypallink-container {
    text-align: center;
  }
}
.fundraisingform.style-multistep .button-bar .paypallink-container #paypaldirect-wrapper,
.fundraisingform .button-bar .paypallink-container #paypaldirect-wrapper {
  display: block;
  margin-top: -19px;
}
.fundraisingform.style-multistep .button-bar .paypallink-container #paypaldirect-link,
.fundraisingform .button-bar .paypallink-container #paypaldirect-link {
  display: block;
}
@media screen and (max-width: 640px) {
  .fundraisingform.style-multistep .button-bar .paypallink-container #paypaldirect-link,
  .fundraisingform .button-bar .paypallink-container #paypaldirect-link {
    display: block;
  }
}
.fundraisingform.style-multistep .button-bar .paypallink-container #paypaldirect-link,
.fundraisingform .button-bar .paypallink-container #paypaldirect-link {
  text-align: center;
}
.fundraisingform.style-multistep .button-bar .paypallink-container #paypaldirect-link .btn-paypal,
.fundraisingform .button-bar .paypallink-container #paypaldirect-link .btn-paypal {
  display: block;
}
.fundraisingform.style-multistep .button-bar .paypallink-container #paypaldirect-link p,
.fundraisingform .button-bar .paypallink-container #paypaldirect-link p {
  font-size: 0.8rem;
  margin-bottom: 0;
  font-weight: 600;
}
.fundraisingform.style-multistep .button-bar .paypallink-container #paypaldirect-link a,
.fundraisingform .button-bar .paypallink-container #paypaldirect-link a {
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .fundraisingform.style-multistep .section-4 + .section-content .button-bar > .grid-container > .grid-x,
  .fundraisingform.style-multistep .section-2.paypaldirect-overview + .section-content .button-bar > .grid-container > .grid-x,
  .fundraisingform .section-4 + .section-content .button-bar > .grid-container > .grid-x,
  .fundraisingform .section-2.paypaldirect-overview + .section-content .button-bar > .grid-container > .grid-x {
    flex-direction: column-reverse;
  }
  .fundraisingform.style-multistep .section-4 + .section-content .button-bar > .grid-container > .grid-x .prev-button,
  .fundraisingform.style-multistep .section-2.paypaldirect-overview + .section-content .button-bar > .grid-container > .grid-x .prev-button,
  .fundraisingform .section-4 + .section-content .button-bar > .grid-container > .grid-x .prev-button,
  .fundraisingform .section-2.paypaldirect-overview + .section-content .button-bar > .grid-container > .grid-x .prev-button {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .fundraisingform.style-multistep .section-2.paypaldirect-overview + .section-content label[for=payment_wants_newsletter],
  .fundraisingform .section-2.paypaldirect-overview + .section-content label[for=payment_wants_newsletter] {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 640px) {
  .fundraisingform.style-multistep .section-2.paypaldirect-overview + .section-content .button-bar > .grid-container > .grid-x .prev-button,
  .fundraisingform .section-2.paypaldirect-overview + .section-content .button-bar > .grid-container > .grid-x .prev-button {
    margin-bottom: -1rem;
  }
}

/*
 BUTTON SPECIAL
 */
.frame .button.btn-special.btn-paypal,
.button.btn-special.btn-paypal {
  text-transform: none;
  background-color: #ffc439;
  border: 1px solid #ffc439;
  color: #333;
  border-radius: 18px;
  border-radius: 4px;
  min-height: 55px;
  max-height: 100px;
  font-size: 0.8rem;
  line-height: 1;
  padding-top: 0.6em;
  padding-bottom: 0.3em;
  padding-left: 2.2em;
  padding-right: 2.2em;
}
.frame .button.btn-special.btn-paypal span,
.button.btn-special.btn-paypal span {
  line-height: 0.7;
  vertical-align: text-top;
  display: inline-block;
}
.frame .button.btn-special.btn-paypal svg,
.button.btn-special.btn-paypal svg {
  transform: scale(0.8);
  margin-top: 2px;
  display: inline-block;
  vertical-align: sub;
  margin-bottom: -2px;
}
.frame .button.btn-special.btn-paypal:hover, .frame .button.btn-special.btn-paypal:focus,
.button.btn-special.btn-paypal:hover,
.button.btn-special.btn-paypal:focus {
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.05);
}
.frame .button.btn-special:hover, .frame .button.btn-special:focus,
.button.btn-special:hover,
.button.btn-special:focus {
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.05);
}

/*
 FB Kunstloterie
 */
.fundraisingform.layout-kunst .donation-action-box.donation-action-box-plain.choose-price-box {
  min-height: 1px;
}
.fundraisingform.layout-kunst .donation-action-box label {
  color: #333;
}

/* 
Spendenshop
 */
.layout-donationshop table tfoot {
  background-color: #0071ba;
  color: #fff;
}
.layout-donationshop table tfoot th {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.layout-donationshop .choose-price-box {
  display: none !important;
}
.layout-donationshop .choose-extra-price-box {
  position: relative;
  background: #fff;
  text-align: right;
  color: #333;
  max-width: 140px;
  padding: 0;
  display: inline-flex;
  margin: 0 5px;
  height: 42px;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border: 1px solid #3d71b7;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  flex-grow: 1;
  flex-basis: 69px;
  cursor: pointer;
  margin: 0;
  padding-left: 0 !important;
}
.layout-donationshop .choose-extra-price-box .field-wrap {
  padding-right: 0;
  text-align: right;
}
.layout-donationshop .choose-extra-price-box .text-label {
  position: absolute;
  top: calc(50% - 1em);
  left: 8px;
  width: 65%;
  height: 40px;
  justify-content: center;
  align-items: center;
  text-align: left;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  white-space: pre-line;
  color: #d9d9d9;
  border: transparent !important;
  pointer-events: none;
}
.layout-donationshop .choose-extra-price-box .currency-symbol {
  color: #333;
  position: absolute;
  right: 20px;
  line-height: 32px;
  top: 16px;
  font-size: 20px;
  margin: 0 5px;
  flex-grow: 0;
  flex-basis: 13px;
  display: inline-block;
  font-size: 1rem !important;
  font-weight: 400;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -0.5rem;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 1099px) {
  .layout-donationshop .choose-extra-price-box .currency-symbol {
    font-size: 1.2rem !important;
    margin-top: -13px;
  }
}
.layout-donationshop .choose-extra-price-box input {
  height: 100%;
  border: none !important;
  padding: 0;
  padding-right: 40px;
  text-align: right;
  font-size: 1rem !important;
  font-weight: 400;
  height: 50px;
  margin-bottom: 0;
}
@media screen and (max-width: 1099px) {
  .layout-donationshop .choose-extra-price-box input {
    font-size: 1.2rem !important;
  }
}
.layout-donationshop .choose-extra-price-box .field-wrap {
  height: 100%;
  display: block;
}
.layout-donationshop .choose-extra-price-box .error {
  position: absolute;
  width: 100%;
  padding: 0;
  bottom: -19px;
}
.layout-donationshop .choose-extra-price-box span {
  display: none;
}
@media screen and (max-width: 1099px) {
  .layout-donationshop .choose-extra-price-box span {
    font-size: 0.75rem !important;
    line-height: 1.2 !important;
  }
}
.layout-donationshop .choose-extra-price-box > label > span {
  position: absolute;
  top: 10px;
  left: 10px;
  max-width: 60%;
  text-align: left;
  line-height: 1.4;
}
.layout-donationshop .StripeElement {
  padding-top: 0.85em;
  padding-left: 1em;
  padding-right: 1em;
}

.maintenance-notice {
  font-size: 0.8rem;
  color: red;
  padding: 1rem 0;
}
/*# sourceMappingURL=fundraisingform.css.map */
