@charset "UTF-8";

.donate-cont {
    max-width: 700px;
}

.SEPA input {
    width: 100%;
}

.formbody {
    background-color: #ebe8e2;
    margin-bottom: 20px;
}

.form_box {
    background-color: #ebe8e2;
    margin-top: 0;
}

button.form-control {
    color: #565656;
    line-height: 50px;
    height: 60px;
    border-radius: 4px;
    border: 1px solid #ebe8e2;
    background-color: #ffffff;
}

input[type="text"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="submit"].form-control,
input[type="button"].form-control,
select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    line-height: 30px;
    height: 43px;
    border-radius: 4px;
    border: 1px solid #bdbdbd;
    border: 1px solid #ebe8e2;
    background-color: #ffffff;
}

input[type="number"].form-control {
    line-height: 47px;
    height: 60px;
    border: 1px solid #bdbdbd;
    background-color: white;
}

.mb-3, .my-3 {
    margin-bottom: 0px!important;
}

.form-group {
    margin-bottom: 10px;
}



.form-control:focus {
    border-color: #D2D2D2;
    background-color: #fff;
    outline: 0;
    box-shadow: none;
}

.headline-box {
    background-color: #ebe8e2;
    border-bottom: 1px solid #ebe8e1;
}

.period-button label { color: #565656; }

#add-custom {
    border-color: #bdbdbd;
}

.amount_button:hover,
.amount_button.active,
.amount_button_m:hover,
.amount_button_m.active,
button.next,
input[type="button"].next,
input[type="submit"].next {
    background-color: #d90202;
    color: white;
    box-shadow: none;
    border: 0;
}

button.next, input[type="submit"].next, input[type="button"].next {
    line-height: 47px;
    height: 60px;
    margin-bottom: 15px;
}


input[type="text"].form-control:focus,
input[type="number"].form-control:focus,
input[type="email"].form-control:focus,
select.form-control:focus {
    background-color: white;
    border: 1px solid #bdbdbd;
    box-shadow: none;
}

button.form-control:focus {
    color: white;
}

.form-control:focus {
    color: #6c767d;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #565656;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #565656;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #565656;
}

input[style*="border-color: red;"].form-control,
select[style*="border-color: red;"].form-control {
    background-color: #fff1f1!important;
    border-color: red!important;
}

input[style*="border-color: initial;"].form-control,
select[style*="border-color: initial;"].form-control {
    background-color: #f1fff1!important;
    border-color: #a7daa7!important;
}


span.invalidIBAN {
    display: block;
    background-color: #fff1f1;
    padding: 12px;
    margin: 0px;
    color: red;
}

.h-0 {
    height: 0!important;
}

.w-0 {
    width: 0!important;
}

.grecaptcha-badge { visibility: hidden; }

.recaptcha_notice {
	font-size: xx-small;
	margin-top: 1em;
	color: #bbbbbb;
	text-align: center;
}
.recaptcha_notice a, .recaptcha_notice a:visited {
    color: #d40000;
}
