.page-id-1947 {
    padding: 0px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #ffffff;
}

.personal-title h3 {
    font-size: 22px;
    color: #fff;
    padding-bottom: 40px;
    margin: 0;
    font-weight: bold;
}

.app-input-box label {
    font-size: 17px;
    color: #ffffff;

}

.app-input-box input {
    background: unset;
    border-radius: 6px;
    border: 0;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
    margin-bottom: 40px;
    padding: 11px 10px;
    color: #fff;
    font-size: 20px;
}

.app-input-box textarea {
    background: unset;
    border-radius: 6px;
    border: 0;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
    margin-bottom: 40px;
    width: 100%;
    color: #fff;
}

.app-input-box input::placeholder {
    color: #fff;
}

.app-input-box input:focus {
    border-bottom: 1px solid #fff;
}

.app-input-box .input-box span:focus {
    border-bottom: 1px solid #fff;
}



.form-control {
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: none !important;
    margin-bottom: 15px;
}

.form-control:focus {
    border: 1px solid #34495e;
}

.select2.select2-container {
    width: 100% !important;
}

.select2.select2-container .select2-selection {
    border: 0;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 6px !important;
    background: unset;
    height: 50px;
    margin-bottom: 15px;
    outline: none !important;
    transition: all .15s ease-in-out;
    margin-bottom: 0;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
    color: #fff;
    height: 50px;
    display: flex;
    align-items: center;
    line-height: 32px;
    padding-right: 33px;
    padding-left: 10px;
}



.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
    background: #f8f8f8;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
    border: 1px solid #34495e;
}

.select2.select2-container .select2-selection--multiple {
    height: auto;
    min-height: 34px;
}

.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
    margin-top: 0;
    height: 32px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block;
    padding: 0 4px;
    line-height: 29px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 4px 4px 0 0;
    padding: 0 6px 0 22px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    position: relative;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    margin: 0;
    text-align: center;
    color: #e74c3c;
    font-weight: bold;
    font-size: 16px;
}

.select2-container .select2-dropdown {
    background: transparent;
    border: none;
    margin-top: 5px;
}

.select2-container .select2-dropdown .select2-search {
    padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
    outline: none !important;
    border: 1px solid #00c881 !important;
    /* border-bottom: unset !important; */
    padding: 10px !important;
    border-radius: 0;
    background: #000;
    margin-bottom: 0px;
}


.select2-container .select2-dropdown .select2-results {
    padding: 0;
    border: 1px solid #fff;
}

.select2-container .select2-dropdown .select2-results ul {
    background: #fff;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
    background-color: #3498db;
}


.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
    background: transparent;
    border-left: unset;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    height: 48px;
    width: 33px;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
    background: transparent;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
    background-color: #00c881;
}

.select2-container--default .select2-dropdown .select2-search {
    margin-top: unset;
    border: unset !important;
    border-radius: 0 !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: unset;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 300px
}

.chosee-file-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 15px;
}

.sendebereich-box {
    position: relative;
    margin-top: 40px;
    margin-bottom: 26px;
}

.sendebereich-box p {
    font-size: 16px;
    margin-bottom: 30px;
    color: #fff;
}

.sendebereich-box p a {
    color: #fff;
    text-decoration: underline;
}

.sendebereich-box p a:hover {
    color: #fff;
}

.sendebereich-box button {
    background-color: #A5BAC9;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0px;
    fill: var(--e-global-color-d6cea4e);
    color: var(--e-global-color-d6cea4e);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #95B0BB;
    border-radius: 100px 100px 100px 100px;
    padding: 16px 35px 16px 35px;
    margin: auto;
    display: block;
    border: 2px solid #fff;
}

.sendebereich-box button:hover,
.sendebereich-box button:focus {
    background-color: #95B0BB;
    color: #FFFFFF;
}

.choose-input-box label {
    font-size: 16px;
    display: block;
    color: #fff;
    line-height: normal;
    margin-bottom: 10px;
}

.choose-input-box input {
    color: #fff;
}

#send-application-form .app-input-box label.error {
    color: #c30000;
    position: absolute;
    width: 100%;
    top: 90px;
    left: 0px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
}

#send-application-form .choose-input-box label.error {
    color: #c30000;
    position: absolute;
    width: 100%;
    left: 0px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
}

#send-application-form .app-input-box,
#send-application-form .choose-input-box {
    position: relative;
}

.Senden:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.fusion-disable-outline select {
    width: 100%;
}

.select-box-custom.app-select-box div.input-box {
    border: unset !important;
}

.select-box-custom.app-select-box div.input-box select {
    background: unset;
    border-radius: 6px;
    border: 0;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
    margin-bottom: 30px;
    padding: 11px 10px;
    color: #fff;
    font-size: 20px;
}

.select-box-custom.app-select-box div.input-box select option {
    color: #000;
}

.select-box-custom {
    margin-bottom: 0 !important;
}

/* ==================FORM START=================== */
.applying-form-wrapper form {
    /* background-color: #857650; */
    background-color: #A5BAC9;
    padding: 45px 40px 30px 40px;
    margin-top: 50px;
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
}

select,
textarea,
input {
    outline: 0;
}

.job-box-loader {
    border: 20px solid #f3f3f3;
    border-radius: 50%;
    border-top: 20px solid #857650;
    width: 80px;
    height: 80px;
    animation: spin 1s linear infinite;
    display: inline-block;
    margin-left: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.medicare-job-loader {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgb(0, 0, 0, 0.6);
    left: 0;
    z-index: 9999;
}

.input-box-medicare {
    padding-right: calc(10px / 2);
    padding-left: calc(10px / 2);
    margin-bottom: 10px;
    flex-wrap: wrap;
    display: flex;
    min-height: 1px;
    position: relative;
    flex-direction: column;
}

#job-contact-form .input-box-medicare label.error {
    color: #c30000;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 3px;
    margin-bottom: 5px;
}

#job-contact-form .input-box-medicare label {
    margin-bottom: 10px;
}

#job-contact-form,
.input-box-medicare input[type="file"] {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.5em;
    letter-spacing: 0px;
    color: #324A6D;
}

.input-box-medicare input[type="number"],
.input-box-medicare input[type="text"],
.input-box-medicare input[type="tel"],
.input-box-medicare input[type="email"] {
    background-color: #ffffff;
    color: #324A6D;
    border: 1px solid #69727d;
    border-radius: 3px;
    padding: .5rem 1rem;
    font-family: "Roboto", sans-serif;
}

.input-box-medicare .medicare-contact-submit-btn {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.5em;
    letter-spacing: 0px;
    background-color: #B0C4CC;
    border-color: #B0C4CC;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-box-medicare .medicare-contact-submit-btn img {
    width: 16px;
    height: 16px;
    margin-left: 10px;
}

.medicare-data-protection{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 30px;
}
.medicare-data-protection p{
    margin-bottom: 0px !important;
    margin-left: 10px;
}

.medicare-docs-wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .app-input-box input {
        margin-bottom: 20px;
    }

    .app-input-box {
        margin-bottom: 20px;
    }

    .chosee-file-box {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .chosee-file-box {
        grid-template-columns: repeat(1, 1fr);
    }

    .choose-input-box label {
        display: block;
    }

    .app-input-box textarea {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {

    .applying-form-wrapper form {
        padding: 40px 30px 30px 30px;
    }

    .select-box-custom.app-select-box div.input-box select {
        font-size: 16px;
    }

    .select-box-custom.app-select-box div.input-box select {
        margin-bottom: 20px;
    }
}

.container {
    display: flex;
    min-height: 0;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 15px;
    row-gap: 15px;
    column-gap: 15px;
    margin-top: 2%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin: auto;
    width: 100%;
}

@media (min-width: 768px) {
    .container {
        max-width: 1600px;
    }
}

@media (max-width: 767px) {
    .container {
        margin-top: 0%;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 8%;
        padding-right: 8%;
    }
}

/* Container for rows */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    box-sizing: border-box;
}

/* 12 Columns system */
.col-1 {
    flex: 0 0 8.33%;
    max-width: 8.33%;
}

.col-2 {
    flex: 0 0 16.66%;
    max-width: 16.66%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.col-5 {
    flex: 0 0 41.66%;
    max-width: 41.66%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.33%;
    max-width: 58.33%;
}

.col-8 {
    flex: 0 0 66.66%;
    max-width: 66.66%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.33%;
    max-width: 83.33%;
}

.col-11 {
    flex: 0 0 91.66%;
    max-width: 91.66%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

/* Responsive breakpoints */
/* Small screens (mobile) */
@media (max-width: 576px) {
    .col-sm-1 {
        flex: 0 0 8.33%;
        max-width: 8.33%;
    }

    .col-sm-2 {
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .col-sm-5 {
        flex: 0 0 41.66%;
        max-width: 41.66%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.33%;
        max-width: 58.33%;
    }

    .col-sm-8 {
        flex: 0 0 66.66%;
        max-width: 66.66%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.33%;
        max-width: 83.33%;
    }

    .col-sm-11 {
        flex: 0 0 91.66%;
        max-width: 91.66%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Medium screens (tablets) */
@media (min-width: 577px) and (max-width: 768px) {
    .col-md-1 {
        flex: 0 0 8.33%;
        max-width: 8.33%;
    }

    .col-md-2 {
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .col-md-5 {
        flex: 0 0 41.66%;
        max-width: 41.66%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.33%;
        max-width: 58.33%;
    }

    .col-md-8 {
        flex: 0 0 66.66%;
        max-width: 66.66%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.33%;
        max-width: 83.33%;
    }

    .col-md-11 {
        flex: 0 0 91.66%;
        max-width: 91.66%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg-1 {
        flex: 0 0 8.33%;
        max-width: 8.33%;
    }

    .col-lg-2 {
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .col-lg-5 {
        flex: 0 0 41.66%;
        max-width: 41.66%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.33%;
        max-width: 58.33%;
    }

    .col-lg-8 {
        flex: 0 0 66.66%;
        max-width: 66.66%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.33%;
        max-width: 83.33%;
    }

    .col-lg-11 {
        flex: 0 0 91.66%;
        max-width: 91.66%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
