/* Donation box */
.donation-encourager {
  padding: 24px;
  background: transparent;
  border: 15px dashed #99cc33;
  /* variante maria
  border: 7px solid dashed #99cc33;
  background-color:#f1f9e0!important;*/
  box-shadow: none !important;
  border-radius: 0;
  color: rgb(29, 29, 29);

.donation-encourager__drop-target-container {
  min-height:90px !important;
  background-color: transparent;
 border: 1px dotted #99cc33 !important;
}


/* Meta text below */
.donation-encourager__meta,
.donation-encourager__credit {
  font-size: 14px;
  color: /*#64626a*/ rgb(29, 29, 29)!important;
}

.donation-encourager__credit {
  color: rgba(29, 29, 29, 0.7);
  font-size: 8px !important;
}

/* Buttons: shared base */
.donation-encourager__cta-button,
.donation-encourager__unlock-button {
  font-family: "NotoSansSemiConBlack_lokal", Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.2;
  padding: 12px 18px;
  border: 1px solid #66930d;
  border-radius: 0;
  box-shadow: none;
  text-decoration: none !important;
}

/* donation button */
.donation-encourager__cta-button {
  background: #700061 !important;
  border-color: #700061 !important;
  color: #fff !important;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

/* unlock button */
.donation-encourager__unlock-button {
  background: #fff !important;
  color: #66930d !important;
  opacity: 1 !important;
    background-position: 100% 0;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

/* Hover */
.donation-encourager__cta-button:hover {
  background: #470070 !important;
   background-position: 100% 0;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  border-color: #470070 !important;
  color: #fff !important;
  box-shadow: -10px 5px 5px #700061 !important;
cursor: pointer!important; 
}

.donation-encourager__unlock-button:hover {
  background: #f6f8ef !important;
  border-color: #587f0b !important;
  color: #587f0b !important;
  box-shadow: 10px 5px 5px #587f0b !important;
}

/* Counter at the top */
.donation-encourager__headline {
  font-family: "NotoSansSemiConBlack_lokal", Helvetica, Arial, Lucida, sans-serif;
  font-size: 30px;
  line-height: 1.1;
  font-weight: normal;
  color: rgb(29, 29, 29);
}

/* "Sie haben schon … gelesen." line */
.donation-encourager__lead-text {
  font-size: 16px !important;
  color: #66930d !important;
  font-weight: 700;
}

/* "Erstmal weiterlesen" button: border from the start */
.donation-encourager__unlock-button {
  background: #fff !important;
  color: #66930d !important;
  border: 1px solid #66930d !important;
  opacity: 1 !important;
}
/*was joel sich ausgedacht hat */
.odometer-theme-minimal {
	font-family: 'NotoSansSemiConBlack_lokal',Helvetica,Arial,Lucida,sans-serif;
	font-size: 36px;
	letter-spacing: 1px;
	line-height: 1.2em;
}


#donation-encourager__monthly-check_switch-0:checked + label::before,
#donation-encourager__monthly-check_switch-0:checked + label::after {
  background-color: #aacc66 !important;
  border-color: #99cc33 !important;

