@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/OpenSans-Regular-webfont.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/OpenSans-Bold-webfont.woff) format("woff")
}

*,
:after,
:before {
    border: 0 solid;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    font-feature-settings: normal;
    font-family: Open Sans, ui-sans-serif, system-ui;
    font-variation-settings: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    tab-size: 4
}

body {
    line-height: inherit;
    margin: 0
}

html {
    font-family: Open Sans, sans-serif;
    font-size: clamp(16px, 1rem + .1vw, 20px);
    font-weight: 300
}

body *,
html * {    
    hyphens: auto;
    text-rendering: geometricprecision
}

body {
    background-color: #FFFFFF;
    padding: 1px;
}

[multiple],
[type=date],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
    appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-radius: 0;
    border-width: 1px;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: .5rem .75rem;
}

[multiple]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
select:focus,
textarea:focus {
    box-shadow: rgb(37, 99, 235) 0px 0px 0px 1px;
}

[multiple].error,
[type=date].error,
[type=datetime-local].error,
[type=email].error,
[type=month].error,
[type=number].error,
[type=password].error,
[type=search].error,
[type=tel].error,
[type=text].error,
[type=time].error,
[type=url].error,
[type=week].error,
select.error,
textarea.error {
    box-shadow: rgb(214, 54, 55) 0px 0px 0px 1px;
}

form {
    font-family: Open Sans, ui-sans-serif, system-ui;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.4;
    text-align: left;
    text-transform: none;
    text-decoration: none;
}

input::placeholder,
textarea::placeholder {
    color: #9ca3af;
    opacity: 1;
}

textarea,
select,
input,
button {
    outline: none;
}

b,
strong {
    font-weight: 700;
}

.content-wrapper {
    max-width: 1500px;
    margin: 0 auto
}

.heading-wrapper h1 {
    margin-top: 0;
    max-width: 1500px;
    padding: 45px;
    margin: 0 auto
}

.steps ul {
    list-style: none;
    text-align: center;
    padding-left: 0
}

.steps ul li {
    display: inline-block;
    margin: 20px;
    color: #084a97;
    font-weight: 700;
    font-size: 1.3em;
    margin: 0;
    padding: 3px 0
}

@media (max-width:580px) {
    .steps ul li {
        width: 100%
    }
}

.steps ul li.c-active {
    color: #fff
}

.form-wrapper ul li {
    font-weight: 700;
    color: #084a97;
    margin: 20px 25px
}

.form-wrapper ol {
    list-style: none
}

.form-wrapper ol li {
    margin: 10px
}

.form-wrapper ol li:before {
    content: "1";
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    font-weight: 700;
    width: 30px;
    vertical-align: middle;
    line-height: 1.5;
    text-align: center;
    height: 30px;
    background-color: #084a97;
    border-radius: 200px
}

.form-wrapper ol li:nth-child(2):before {
    content: "2"
}

.form-wrapper ol li:nth-child(3):before {
    content: "3"
}

.form-title {
    font-weight: 700;
    color: #084a97;
    margin-top: 0;
}

form .c-form {
    color: rgb(0, 0, 0);    
    width: 100%;
    overflow: visible;
}

form p {
    margin: 1rem 0;
}

form .c-form p {
    margin: 0 0 20px
}

form .c-form label {
    display: block;    
    width: 100%;
    margin: 1rem 0 .5rem 0;
}

form .c-form input,
form .c-form textarea,
form .c-form select {
    display: block;        
    width: 100%;
    text-align: left;
    font-family: Open Sans, sans-serif;
    background-color: rgb(243, 245, 251);
    border-color: rgb(220, 224, 244);
    border-radius: .25rem;
}

form .c-form textarea {    
    height: 7em;
    max-width: 100%;    
}

form .c-form button {
    font-family: Open Sans, sans-serif;
    font-size: 1.1236rem;
    background: #32469E;    
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 9999px;
    color: #fff;    
    font-weight: 700;
    line-height: 1.15;
    display: block;
    margin: 0 0 0 auto;
    letter-spacing: 0;
}

@media (max-width:580px) {
    form .c-form button {
        margin: 0 auto
    }
}

form .c-form .c-field-wrapper:not(:last-child) {
    margin-right: 20px
}

@media (max-width:580px) {
    form .c-form .c-field-wrapper:not(:last-child) {
        margin-right: 0px
    }
}

form .c-form.checkbox,
form .c-form.radio,
form .c-form.check {
    display: flex;
    margin: 1.7rem 0;
    flex-wrap: wrap;    
    background-color: rgb(243, 245, 251);
    border-color: rgb(220, 224, 244);
    border-width: 1px;
    border-radius: .25rem;
    padding: 20px;
    align-items: center;
}
form fieldset div.radio {
     display: flex;
     flex-wrap: wrap;
     align-items: center;
}
form fieldset div.radio label {
    display: inline-block;
    flex-basis: calc(100% - 40px);
    margin: 0;    
}
form .c-form.checkbox input[type="checkbox"],
form .c-form.radio input[type="radio"],
form fieldset div.radio input[type="radio"] {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}
form .c-form.checkbox label,
form .c-form.radio:not(.besides) label {
    display: inline-block;
    flex-basis: calc(100% - 40px);
    margin: 0;
    font-weight: 700;
}
form .c-form.checkbox p,
form .c-form.radio p:not(.no-modification),
form .c-form.checkbox .c-form,
form .c-form.radio .c-form {
    margin: 1rem 0 0 32px;
}
form .c-form.checkbox span.error,
form .c-form.radio:not(.besides) span.error {
    margin-left: 32px
}
form .c-form.checkbox.error,
form .c-form.radio.error {
    border-color: rgb(214, 54, 55);
}
form .c-form.checkbox .c-form input[type="text"],
form .c-form.radio .c-form input[type="text"] {
    background-color: #fff;
}
form .c-form.checkbox .c-form label,
form .c-form.radio .c-form label {
    font-weight: inherit;
}

form .c-form.half {
    display: flex;
    flex-wrap: wrap
}

form .c-form.half>div {
    width: 46%;
    flex-grow: 1
}

@media (max-width:580px) {
    form .c-form.half>div {
        width: 100%
    }
}

form .c-form.quarter {
    display: flex;
    flex-wrap: wrap
}

form .c-form.quarter>div {
    width: 65%;
    flex-grow: 1
}

form .c-form.quarter>div:last-child {
    width: 30%
}

@media (max-width:580px) {
    form .c-form.quarter>div:last-child {
        width: 100%
    }
}

@media (max-width:580px) {
    form .c-form.quarter>div {
        width: 100%
    }
}

form .c-form.quarter.reverse>div {
    width: 30%;
    flex-grow: 1
}

form .c-form.quarter.reverse>div:last-child {
    width: 65%
}

form .c-form.third {
    display: flex;
    flex-wrap: wrap
}

form .c-form.third>div {
    width: 32%;
    flex-grow: 1
}

@media (max-width:580px) {
    form .c-form.third>div {
        width: 100%
    }
}

span.error {
    color: rgb(214, 54, 55);
    font-size: 1rem;
    font-weight: 400;
    width: auto;
    display: inline-block;
    margin-top: 8px;
    flex: 0 0 100%;
}
.input-group > span.error {    
    margin-left: 0 !important;
}

form button {
    cursor: pointer;
}

form button:hover {                                
    background-color: rgb(84, 106, 201);
}

.input-group {
    position: relative;    
}
.input-group span.prefix {
    position: absolute;
    left: 15px;
    top: calc(.5rem + 3px);    
    font-weight: 700;
    z-index: 100;
}
.input-group input {
    padding-left: 65px !important;
}

/*
.required-symbol {
    color: rgb(214, 54, 55);
}
*/

select {
    appearance: auto;
}

[type=date] {
    height: calc(2.5rem + 1px);
}

.form-info {
    margin: 1.7rem 0;
}

.c-btn {
    margin-top: 1.7rem;
}
.btn-next > span { 
    font-family: monospace;
    display: inline-block;
    border-radius: 100%;
    background-color: #fff;
    color: #32469E;
    width: 1.2rem;
}

form .c-form button.btn-next,
form .c-form button.btn-back {
    display: flex;
    gap: .5rem;
    place-items: center
}

.c-btn > .duo > .btn-back {
    float: left;
}
.c-btn > .duo > .btn-next {
    float: right;
}

form .c-form button.btn-back {
    background: inherit;
    color: rgb(0, 0, 0);
    padding-left: 0;
}
.btn-back > span {
    font-family: monospace;
    display: inline-block;
    width: 1.15rem;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

body.hide {
    opacity: 0;
}

#spender-registrierung-donor-data > div.c-form:nth-child(3) {
    margin-top: -1rem;
}

.info-tile {
    margin: 0 0 1.7rem 0;
}

form .c-form.check {
    display: block;
    padding-bottom: calc(20px - .75rem);
}
form .c-form.check .check-title,
form .c-form.check .check-edit {
    display: inline-block;
    flex-basis: calc(100% - 40px);
    margin: 0;
    font-weight: 700;
}
form .c-form.check .check-title {
    float: left;
}
form .c-form.check .check-edit {
    float: right;
    color: #32469E;
    text-decoration: none;
}
form .c-form.check .check-body-info {
    border-collapse: separate;
    border-spacing: 0 .75rem;
}
form .c-form.check .check-body-info td {
    padding: 0;
}
form .c-form.check .check-body-info td:first-child {
    padding-right: .75rem;
}
form .c-form.check .check-body-info td:nth-child(2) {
    font-weight: 700;
}
@media(max-width: 1023px) {
    .check-body-info tr,
    .check-body-info td {
        display: block;
    }
    
    .check-body-info tr {
        margin-top: 1rem;
    }
}

.check .error {
    margin-top: 0;
    margin-bottom: calc(20px - .75rem);
}

.error > span.info-error { 
    font-family: monospace;
    display: inline-block;
    border-radius: 100%;
    background-color: rgb(214, 54, 55);
    color: #fff;
    text-align: center;
    width: 1.4rem;
}

form .c-form.radio.besides > p {
    margin: 0;
}
form .c-form.radio.besides > input {
    margin-left: 20px;
    margin-right: 5px;
}
form .c-form.radio.besides > label {
    width: auto;
    margin: 0;
}

form .c-form.radio.besides > .c-form.radio {    
    margin: 1rem 0 0 0;
    padding: 0;
    border: 0;
}

.info-extra {    
    display: inline-block;
    height: calc(1em * 1.2);
    width: calc(1em * 1.2);
    line-height: calc(1em * 1.3);
    color: #fff;    
    text-align: center;    
    background-color: #32469E;
    border-radius: 100%;
    position: relative;
    cursor: pointer;
    margin-left: 0.5em;
    cursor: pointer;
}

.modal-overlay {
    height: 100%;
    z-index: 100;
    align-items: baseline;
}
.modal-content {
    padding: 10px;
    max-width: 600px;
}
.modal-content p {
    margin: 0;
}
.modal-content img {
    max-width: 100%;
    border-radius: 10px;
    margin-top: 10px;
}
.modal-footer {
    padding: 0 10px 10px 10px;
}
.modal-footer .c-btn {
    margin: 0;
}

.nowrap {
    white-space: nowrap;
}