/* fix for bootstrap styles */
html {
    -webkit-text-size-adjust: unset;
    -ms-text-size-adjust: unset;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0;
    margin-bottom: 0;
}

#header {
    margin-bottom: 0;
}

.thx-container {
    min-height: 350px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
}

.thx-wrapper {
    width: 982px;
    padding: 10px 10px 0 30px;
    box-shadow: 10px -4px 20px -5px rgba(115,115,115,0.2),
                -10px 4px 20px -5px rgba(115,115,115,0.2);
}

.thx-content {
    padding-bottom: 50px;
}

.thx-content p {
    margin: 0;
}

.thx-accost {
    padding: 10px 20px 10px 0;
    max-height: 999999px;
}

.thx-email-invalid {
    margin-top: 20px;
    margin-bottom: 15px;
    width: 75%;
    max-width: 660px;
}

.thx-email-input {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    margin-top: 15px;
    width: 100%;
    max-width: 300px;
}

.thx-email-input > input[type="hidden"] {
    display: none !important;
}

.thx-email-input input[type="email"].form-control {
    flex: 1 1 0;
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
    height: 36px !important;
    font-size: 14px;
    line-height: 1.2;
    padding: 6px 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
    z-index: 1;
}

.thx-email-input > .input-group-btn,
.thx-email-input > .input-group-append {
    flex: 0 0 auto;
    display: flex;
    align-items: stretch;
    width: auto;
    margin-left: 0 !important;
}

.thx-email-input > .input-group-btn > .btn,
.thx-email-input > .input-group-append > .btn {
    flex: 0 0 auto;
    align-self: stretch;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto !important;
    min-width: 80px !important;
    max-width: none !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 14px;
    font-size: 16px !important;
    line-height: 1.2;
    white-space: nowrap;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: none !important;
    background-color: #28a745 !important;
    background-image: none !important;
    border: 1px solid #28a745 !important;
    color: #fff !important;
}

.thx-email-input > .input-group-btn > .btn.btn-success:hover,
.thx-email-input > .input-group-btn > .btn.btn-success:focus,
.thx-email-input > .input-group-append > .btn.btn-success:hover,
.thx-email-input > .input-group-append > .btn.btn-success:focus {
    color: #fff !important;
    background-color: #218838 !important;
    background-image: none !important;
    border-color: #1e7e34 !important;
    box-shadow: none !important;
}

.thx-email-input > .input-group-btn > .btn.btn-success:active,
.thx-email-input > .input-group-append > .btn.btn-success:active {
    color: #fff !important;
    background-color: #1e7e34 !important;
    background-image: none !important;
    border-color: #1c7430 !important;
    box-shadow: none !important;
}

.email-valid-error,
.email-valid-success {
    padding-top: 15px;
}

.thx-unemployed {
    line-height: 1.7;
    padding-bottom: 15px;
}

.thx-docs-title {
    padding: 30px 0 10px;
    font-size: 22px;
    font-weight: bold;
    color: #0363c2;
}

ul.thx-docs-main,
ul.thx-docs-extra {
    padding-left: 10px;
    list-style: none;
    font-weight: bold;
    line-height: 1.7;
}

ul.thx-docs-main li,
ul.thx-docs-extra li {
    position: relative;
    padding-left: 15px;
}

ul.thx-docs-main li:before,
ul.thx-docs-extra li:before {
    content:  "-";
    position: absolute;
    left: 2px;
    font-weight: bold;
    font-size: 16px;
}

.thx-docs-extra-title {
    padding: 10px 0;
    font-weight: bold;
    font-size: 15px;
}

.thx-denial {
    line-height: 2;
}

.thx-denial-empl {
    line-height: 1.5;
}

.thx-regret-denial {
    padding-top: 15px;
}

.thx-congrats-wrapper {
    flex-basis: 100%;
    height: 40px;
}

.thx-congrats {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}

.thx-married-extra {
    padding: 15px 0;
    font-weight: bold;
}

.thx-missing-docs {
    padding: 15px 0 0;
}

.thx-regards {
    padding: 20px 0;
}

.thx-fake-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: 70px;
}

.thx-success-content,
.thx-fake-result {
    display: none;
}

.thx-fake-result {
    padding: 10px 0 0;
}

.spinner .loader-icon {
    display: block;
    margin: 0;
}

/* Checkmark */
.checkmark-circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark,
.checkmark2 {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    position: relative;
    left: 15px;
    stroke-width: 4;
    stroke: #fff;
    stroke-miterlimit: 10;
    box-shadow: inset 0 0 0 #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

html[lang="en-UK"] .slug-thank-you-upload .checkmark,
html[lang="en-UK"] .slug-thank-you-upload .checkmark2 {
    top: 10px;
    left: 0;
}

.checkmark-check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes scale {
    0%, 100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}
@keyframes fill {
    100% {
        box-shadow: inset 0 0 0 30px #7ac142;
    }
}

/* MOBILE */
@media screen and (max-width: 767px) {
    .thx-wrapper {
        box-shadow: none;
        padding: 10px 10px 0 15px;
    }

    .thx-content {
        color: #333;
    }

    .thx-title {
        display: none;
    }

    .thx-accost {
        font-size: 25px;
        line-height: 27px;
    }

    .thx-congrats {
        display: inline-block;
    }

    .thx-congrats-wrapper {
        height: auto;
    }

    .thx-email-input {
        width: 100%;
        max-width: 300px;
    }

    .thx-email-input input[type="email"].form-control {
        height: 36px !important;
        font-size: 14px;
    }

    .thx-email-input > .input-group-append > .btn,
    .thx-email-input > .input-group-btn > .btn {
        height: 36px !important;
        font-size: 12px;
    }

    .checkmark {
        width: 46px;
        height: 46px;
        display: inline;
        top: 10px;
    }

    .checkmark2 {
        width: 46px;
        height: 46px;
        display: inline;
    }

    ul.thx-docs-main li,
    ul.thx-docs-extra li {
        position: relative;
        padding: 5px 0 5px 15px;
    }

    ul.thx-docs-main li:before,
    ul.thx-docs-extra li:before {
        content:  "—";
        position: absolute;
        left: -20px;
        font-weight: bold;
        font-size: 22px;
    }

    .thx-debt-cat-none,
    .thx-fake-request,
    .thx-congrats {
        font-size: 24px;
    }
}


/*fragen*/
.ginput_container input{
    width: 100%!important;
    height: 35px!important;
    border-radius: 5px!important;
    border: 1px solid #aaaaaa; !important;
}
.gfield_date_dropdown_day{
    display: none!important;
}

.gfield_date_dropdown_month select, .gfield_date_dropdown_year select {
    width: 175px !important;
    height: 50px!important;
    background-color: white!important;
    border: 1px solid #ccc !important;
    color: #666 !important;
    border-radius: 5px!important;
    padding-left: 50px!important;   
}
.gform_wrapper .top_label .gfield_label {
    font-size: 24px !important;
    font-weight: 500!important;
    margin: 20px 0 4px !important;
}
.gform_body{
    width: 110%!important;
    margin-left: -25px!important;
}
.gform_wrapper input[type=text]{
    border: 1px solid #aaaaaa !important;
}

#field_184_5, #field_184_4, #field_184_6, #field_184_7, #field_184_8, #field_184_9, #field_184_15, #field_184_9, #field_184_16{
    display: none;
}

.gfield_radio{
    display: flex!important;
}
.gfield_radio li{
    width: 25%!important;
}