/*#main-header::before {*/
/*    display: block;*/
/*    height: 290px;*/
/*    width: 100%;*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: -1;*/
/*    background: linear-gradient(180deg, rgba(56, 49, 47, 0.9) 48.11%, rgba(56, 49, 47, 0) 100%);*/
/*}*/

.flag-container .country-list li {
    padding: 4px 2px 4px 25px !important;
}

#application {
    padding-top: 290px;
    padding-bottom: 450px;
    background-color: #675950;
}

#application {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

#application .background-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transform: scale(1.2);
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}

#application .background-image.visible {
    transform: scale(1);
}

#language-bottom-wrapper {
    background: inherit;
    padding-top: 0;
    position: relative;
    margin-top: -300px;
    padding-bottom: 200px;
}

.job-application-section .form-body .gform_wrapper li {
    /*padding: 0;*/
}

.job-application-section .gform_wrapper ul.gform_fields {
    display: flex;
    flex-wrap: wrap;
}

.job-application-section .form-body .gform_wrapper ul.gform_fields li.gfield {
    width: 50%;
    flex-basis: 50%;
    padding: 40px 36px 36px 36px !important;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.job-application-section .form-body .gform_wrapper .gform_footer {
    position: relative;
}

.job-application-section .form-body .gform_wrapper ul.gform_fields li.gfield div.ginput_container label {
    display: none;
}

.application-name,
.application-email {
    border-right: 1px solid rgba(48, 42, 39, .2) !important;
    border-bottom: 1px solid rgba(48, 42, 39, .2) !important;

}

.application-last-name,
.application-phone {
    /*border-left: 1px solid rgba(48, 42, 39, .2);*/
    border-bottom: 1px solid rgba(48, 42, 39, .2) !important;
}

.job-application-section div.ginput_container_name span {
    padding: 0;
}

.job-application-section div.ginput_container_name input {
    max-width: 100%;
}

.job-application-section .form-body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    /*width: auto;*/
    max-width: 100%;
    width: 100%;
}

.job-application-section .form-body .gform_wrapper ul.gform_fields li.gfield.application-file {
    flex-basis: 100%;
    width: 100%;
    padding-bottom: 20px !important;
    border-bottom: 1px solid rgba(48, 42, 39, .2);
}

.job-application-section .form-body .gform_wrapper label.gfield_label {

    font-family: 'Trim Web';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.3px;
    color: #302A27;
}

.job-application-section .form-body .ginput_container_fileupload {
    text-align: center;
    /*background-image: url("/wp-content/uploads/2021/06/Upload-Area.svg");*/
    min-height: 115px;
    padding: 0;
    position: relative;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    /*cursor: pointer;*/
    max-width: 572px;
    margin: 0 auto;
}

.job-application-section .form-body .ginput_container_fileupload.w-50 {
    width: 185px !important;
    float: right;
}

#gform_preview_16_4 {
    float: left;
    width: calc(100% - 200px);
    flex-basis: calc(100% - 200px);
    display: flex;
    flex-wrap: wrap;
    padding-right: 20px;
    background: rgba(226, 227, 227, .2);
    margin-right: 13px;
    padding-left: 13px;
    border-radius: 5px;
    position: relative;
}

.files-counter {
    position: absolute;
    left: -45px;
    top: -30px;
    font-size: 12px;
    line-height: 12px;
    display: none;
}

.files-counter.visible {
    display: block;
}

.files-counter::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: -20px;
    height: 14px;
    width: 12px;
    background-image: url("/wp-content/uploads/2021/06/attach.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

#gform_preview_16_4 .ginput_preview {
    width: 100%;
    padding: 14px 21px;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
    justify-content: space-between;
    z-index: -999;
    opacity: 0;
    -webkit-transition: .6s all;
    -moz-transition: .6s all;
    -o-transition: .6s all;
    transition: .6s all;
    border-bottom: 1px solid #E2E3E3;
    position: relative;

}

#gform_preview_16_4 .ginput_preview::before {
    content: "";
    background-image: url("/wp-content/uploads/2021/06/✓.svg");
    display: block;
    position: absolute;
    top: 16px;
    left: 0;
    width: 11px;
    height: 12px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

#gfield_description_16_4.hidden {
    display: none;
}

#field_16_4 label.block {
    display: block;
    margin-bottom: 20px;
}

#gform_preview_16_4 .ginput_preview:last-of-type {
    border-bottom: none;
}

#gform_preview_16_4 .ginput_preview.visible {
    opacity: 1;
    z-index: 1;
}

#gform_preview_16_4 .ginput_preview img {
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
    transform: translateY(100%);
    order: 2;
    cursor: pointer;
    position: absolute;
    right: 0;
}

#gform_preview_16_4 .ginput_preview img.gform_delete {
    opacity: 0;
    z-index: 99;
}

#gform_preview_16_4 .ginput_preview strong {
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    transform: translateY(100%);
    order: 1;
    font-family: 'Helvetica Now Display';
    font-style: normal;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400 !important;
    /* identical to box height, or 100% */
    /* Black */
    color: #302A27;
    word-break: break-all;
    height: 16px;
    overflow: hidden;


}

#gform_preview_16_4 .ginput_preview.visible img,
#gform_preview_16_4 .ginput_preview strong {
    transform: translateY(0);
}

.job-application-section .form-body .ginput_container_fileupload #input_16_4 {
    background-color: transparent;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    height: 28px;
    text-decoration-line: underline;
    color: #F56038;

    opacity: 0;
    height: 100%;
    width: 100%;
}

.job-application-section .form-body .ginput_container.ginput_container_email {
    max-width: 100%;
    width: 100%;
}

input[type=file].medium {
    color: transparent;
}

#file-uploader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(226, 227, 227, 0);
    padding: 3px;
    cursor: pointer;
    z-index: 99;
    height: 100%;
    width: 100%;
}

#file-uploader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


#file-uploader:before {
    content: "Ziehe Dateien hierher oder";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    transform: translate(-225px, -50%);
    color: #302A27;


}

#file-uploader:after {
    content: "wähle Dateien aus";
    display: block;
    position: absolute;
    right: -10px;
    top: 50%;
    width: 200px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    transform: translate(-50%, -50%);
    color: #F56038;
    text-decoration-line: underline;
}


.gform_body .gf-agb-box label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 22px;
    height: 22px;
    transition: transform 0.28s ease;
    border-radius: 3px;
    border: 2px solid #F56038;
}

.job-application-section .form-body .gform_wrapper li#field_16_6 label.gfield_label,
.job-application-section .form-body .gform_wrapper li#field_16_7 label.gfield_label, 
.job-application-section .form-body .gform_wrapper li#field_16_23 label.gfield_label {
    display: none;
}

.job-application-section .form-body .gform_wrapper li#field_16_6 {
    flex-basis: auto;
    padding-top: 40px !important;
    padding-bottom: 0px !important;
    /*padding-top: 0 !important;*/
    width: 100%;
}
.job-application-section .form-body .gform_wrapper li#field_16_23 {
    flex-basis: auto;
    padding-top: 0px !important;
    padding-bottom: 38px !important;
    /*padding-top: 0 !important;*/
    width: 100%;
}

.job-application-section .form-body .gform_wrapper li.gchoice_16_6_1,
.job-application-section .form-body .gform_wrapper li.gchoice_16_6_2, 
.job-application-section .form-body .gform_wrapper li.gchoice_16_23_1,
.job-application-section .form-body .gform_wrapper li.gchoice_16_23_2 {
    height: 30px;
    margin-bottom: 0;
    /*width: auto;*/
    float: left;
	max-width: 100% !important;
}

.job-application-section .form-body .gform_wrapper li.gchoice_16_6_1, .job-application-section .form-body .gform_wrapper li.gchoice_16_23_1 {
    padding-right: 25px !important;
}

.job-application-section .form-body .gform_wrapper ul.gform_fields li.gfield div.ginput_container.ginput_container_checkbox label {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;

    /* identical to box height, or 100% */
    /* Black */
    color: #302A27;
    margin-left: 10px;
    padding-left: 25px;
}

.gform_wrapper .gfield_required {
    display: none;
}

body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox,
body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
    margin-top: 0 !important;
}

.job-application-section .gform_wrapper ul.gfield_checkbox,
.job-application-section .gform_wrapper ul.gfield_radio {
    margin: 0;
}

.job-application-section .gform_body input[type="checkbox"] {
    width: auto;
    opacity: 0;
    position: absolute;
    left: 0;
    margin-left: -20px;
}

.job-application-section .gform_body label#label_16_6_1, .job-application-section .gform_body label#label_16_23_1 {
    width: 100% !important;
	max-width: 100% !important;
}

.job-application-section .gform_body label#label_16_6_1 a, .job-application-section .gform_body label#label_16_23_1 a {
	color: #302A27;
}

/*.job-application-section .gform_body label#label_16_6_2 {
    width: 305px !important;
}*/

.job-application-section .gform_body label#label_16_6_1::before,
.job-application-section .gform_body label#label_16_6_2::before, 
.job-application-section .gform_body label#label_16_23_1::before,
.job-application-section .gform_body label#label_16_23_2::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 24px;
    height: 24px;
    transition: transform 0.28s ease;
    border-radius: 5px;
    border: 3px solid #F56038;
    color: rgba(255, 255, 255, 0);
    padding: 2px;
}

.job-application-section .gform_body label#label_16_6_1::after,
.job-application-section .gform_body label#label_16_6_2::after, 
.job-application-section .gform_body label#label_16_23_1::after,
.job-application-section .gform_body label#label_16_23_2::after {
    display: block;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid #F56038;
    border-left: 2px solid #F56038;
    -webkit-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
    transition: transform ease 0.25s;
    will-change: transform;
    position: absolute;
    top: 12px;
    left: 10px;
    content: "";

}

.job-application-section .gform_body input[type="checkbox"]:checked ~ label#label_16_6_1::before,
.job-application-section .gform_body input[type="checkbox"]:checked ~ label#label_16_6_2::before, 
.job-application-section .gform_body input[type="checkbox"]:checked ~ label#label_16_23_1::before,
.job-application-section .gform_body input[type="checkbox"]:checked ~ label#label_16_23_2::before {
    background-image: url("/wp-content/uploads/2021/06/white-check.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: inherit;
    background-color: #F56038;
}

.job-application-section .form-body .gform_wrapper .gform_footer {
    top: auto;
    left: auto;
    width: 100%;
}

.job-application-section .form-body .gform_wrapper .gform_footer {
    top: auto;
    left: auto;
    width: 100%;
    padding: 0 36px 36px 36px;
}

.job-application-section .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"],
.job-application-section .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"] {
    display: block;
    width: 100%;
    border: none;
    border-radius: 5px;
    background-color: #E2E3E3;
    color: #302A27;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    padding: 20px;
}

.job-application-section .gform_wrapper .application-email .validation_message , .job-application-section .gform_wrapper .application-phone .validation_message , .job-application-section .gform_wrapper .application-name .validation_message , .job-application-section .gform_wrapper .application-last-name .validation_message {
    display: none !important;
}

/*.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {*/
/*    visibility: visible;*/
/*}*/


#application .form-title {
    opacity: .5;
}

#application .section-title h3 {
    text-whi
}

body #application .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
}

#application .gform_wrapper #gfield_description_16_4.gfield_description {
    font-size: 16px;
    line-height: 24px;

    /* identical to box height */
    letter-spacing: 0.3px;
    /* Black */
    color: #302A27;

    opacity: 0.5;
    margin-top: 5px;
    margin-bottom: 20px;
}

#gform_submit_button_16 {
    display: flex;
    float: none;
    margin: 0 auto;
    width: 100%;
    border: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: rgba(226, 227, 227, .78);
}

#gform_submit_button_16:hover,
#gform_submit_button_16:focus {
    background-color: #F56038;
    color: #FFF;
}

#application .gform_wrapper #field_16_4:hover .gform_fileupload_multifile .gform_drop_area {
    background-color: #FFF;
}

.form-body .gform_wrapper .icon {

}

.job-application-section .gform_validation_error .gform_footer {
    /*background-color: rgba(245, 96, 56, .1);*/
}

#gform_wrapper_16 .gfield_error label::before {

    content: 'Dies ist ein Pflichtfeld.' !important;
    visibility: visible;
    color: #F56038;

}

.job-application-section .form-body .gfield_error label {
    visibility: hidden;
}

.job-application-section .form-body .gfield_error .ginput_container_checkbox label {
    visibility: visible;
}

#gform_wrapper_16 .gfield_error .ginput_container_checkbox label::before {

    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c" !important;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 24px;
    height: 24px;
    transition: transform 0.28s ease;
    border-radius: 3px;
    border: 3px solid #F56038;
    color: rgba(255, 255, 255, 0);
    padding: 2px;
}

.form-body::before {
    display: none !important;;
}

#application .form-inner {
    filter: none;
    border: 1px solid rgba(37, 40, 43, 0.2);
}

#gform_browse_button_16_4 {
    background-image: url("/wp-content/uploads/2021/06/file-upload-icon.svg");
    background-position: center center;
    border: none;
    padding: 0;
    background-repeat: no-repeat;
    text-indent: -1px;
    color: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
    /*height: 32px;*/
    /*width: 32px;*/
    /*margin: 20px;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    margin: 0;
}

#gform_browse_button_16_4:hover,
#gform_browse_button_16_4:focus {
    outline: none;
}

#application .gform_wrapper #field_16_4:hover .gform_fileupload_multifile .gform_drop_area {
    background-color: #FFF;
}

.gform_wrapper span.gform_drop_instructions {
    font-size: 16px;
    line-height: 16px;
    color: #302A27;
    margin-bottom: 12px;
    font-family: 'Helvetica Now Display';
    margin-right: auto;
    margin-left: 0;
}

.gform_wrapper span.orange {
    font-size: 16px;
    line-height: 16px;
    color: #F56038;
    font-family: 'Helvetica Now Display';
    text-decoration-line: underline;
    margin-left: 0;
    margin-right: 55px;
}

.job-application-section .form-body .ginput_container_fileupload.w-50 span.gform_drop_instructions {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 12px !important;
}

.job-application-section .form-body .ginput_container_fileupload.w-50 span.orange {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

#application .gform_wrapper .gform_fileupload_multifile .gform_drop_area {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='5' ry='5' stroke='%23E2E3E333' stroke-width='2' stroke-dasharray='6%2c 4' stroke-dashoffset='9' stroke-linecap='butt'/%3e%3c/svg%3e");
    border-radius: 5px;
    background-color: rgba(226, 227, 227, .2);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    min-height: 115px;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

#application .gform_wrapper .ginput_container_fileupload.w-50 .gform_fileupload_multifile .gform_drop_area {
    min-height: 145px;
}

#application .gform_wrapper .gform_fileupload_multifile span.gform_drop_instructions {
    display: flex;
    margin-bottom: 0;
}

.job-application-section .form-body .ginput_container_fileupload.w-50 {
    /*height: 134px;*/
    margin-bottom: 20px;
}

#application .gform_wrapper.gform_validation_error .gform_fileupload_multifile .gform_drop_area {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='5' ry='5' stroke='%23E2E3E333' stroke-width='2' stroke-dasharray='6%2c 4' stroke-dashoffset='9' stroke-linecap='butt'/%3e%3c/svg%3e");
    border-radius: 5px;
    background-color: rgba(226, 227, 227, .2);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    min-height: 115px;
}

.job-application-section .form-body .gform_validation_error .ginput_container_fileupload.w-50 {
    width: 185px !important;
    float: right;
    height: 134px;
    margin-bottom: 20px;
}

.job-application-section .form-body #gform_multifile_upload_16_4.w-50 {
    width: 185px !important;
    float: right;
    height: 134px;
    margin-bottom: 20px;
}

.gform_wrapper #gform_multifile_upload_16_4.w-50 span.orange {
    margin: 0 auto;
    margin-top: 55px;
}

.gform_validation_error #gform_preview_16_4 {
    float: left;
    width: calc(100% - 200px);
    flex-basis: calc(100% - 200px);
    display: flex;
    flex-wrap: wrap;
    padding-right: 20px;
    background: rgba(226, 227, 227, .2);
    margin-right: 13px;
    padding-left: 13px;
    border-radius: 5px;
    position: relative;
}

.gform_validation_error #gform_preview_16_4 .ginput_preview {
    z-index: 1 !important;
    opacity: 1 !important;
}

/*.gform_validation_error #gform_multifile_upload_16_4 {*/
/*    float: right;*/
/*}*/

#application .gform_validation_error .gform_fileupload_multifile span.gform_drop_instructions {
    margin-bottom: 0;
}

.gform_fileupload_rules {
    display: none;
}

#gform_submit_button_16 {
    display: flex;
    float: none;
    margin: 0 auto;
    width: 100%;
    border: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: rgba(226, 227, 227, .78);
}

#gform_submit_button_16:hover,
#gform_submit_button_16:focus {
    background-color: #F56038;
    color: #FFF;
}

#gform_submit_button_16:hover .image-wrapper,
#gform_submit_button_16:focus .image-wrapper {
    background: #FFF;
}

#gform_submit_button_16 .image-wrapper {
    background: #F56038;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background-position: center center;
    background-size: contain;
    display: block;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    margin-left: 10px;

}

#gform_submit_button_16:hover .image,
#gform_submit_button_16:focus .image {
    background: #F56038;
}

#gform_submit_button_16 .image {

    mask: url('/wp-content/uploads/2021/07/✓.svg') no-repeat center;
    -webkit-mask: url('/wp-content/uploads/2021/07/✓.svg') no-repeat center;
    height: 24px;
    width: 24px;
    display: block;
    background: #FFF;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.job-application-section .form-body .gform_wrapper ul.gform_fields li.gfield.focus,
.job-application-section .form-body .gform_wrapper ul.gform_fields li.gfield:hover {
    background-color: rgba(226, 227, 227, .2);
    position: relative;
}

.job-application-section .form-body .gform_wrapper ul.gform_fields li.gfield.application-file:hover,
.job-application-section .form-body .gform_wrapper ul.gform_fields li.gfield#field_16_6:hover, 
.job-application-section .form-body .gform_wrapper ul.gform_fields li.gfield#field_16_23:hover {
    background-color: inherit;
}

.job-application-section .form-body .gform_wrapper ul.gform_fields li:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.job-application-section .form-body .gform_wrapper ul.gform_fields li.gfield.focus:before {
    background-color: #F56038;
}

.job-application-section .form-body .gform_wrapper ul.gform_fields li.gfield.application-file:hover:before,
.job-application-section .form-body .gform_wrapper ul.gform_fields li.gfield#field_16_6:hover:before, 
.job-application-section .form-body .gform_wrapper ul.gform_fields li.gfield#field_16_23:hover:before {
    display: none;
}

.job-application-section .form-body .gform_wrapper ul.gform_fields li.gfield.focus input,
.job-application-section .form-body .gform_wrapper ul.gform_fields li.gfield:hover input {
    background-color: rgba(255, 255, 255, 0);
}

#application .gform_fileupload_rules {
    display: none !important;
}

#gform_confirmation_message_16 {
    position: relative;
    padding: 100px 10px;
}

.gform_confirmation_message .col-md-6 {
    padding: 0 40px;
}

.gform_confirmation_message .from {
    border-right: 1px solid rgba(48, 42, 39, .2)
}

#gform_confirmation_message_16::before {

    content: "";
    display: block;
    position: absolute;
    top: -40px;
    right: 0;
    background-image: url("/wp-content/uploads/2021/07/stamp-mark.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 120px;
    width: 120px;
}

.gform_confirmation_message br {
    display: none;
}

.gform_confirmation_message p.title {
    font-family: Trim Web;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    opacity: 1;

    /* Black */
    color: #302A27;


}

.gform_confirmation_message p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    word-break: break-all;

    /* Black */
    color: rgba(48, 42, 39, .5);
}

.gform_confirmation_message p.kollabo {
    position: relative;
}

.gform_confirmation_message p.kollabo::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -11px;
    left: -14px;
    width: 102px;
    height: 22px;
    background-image: url("/wp-content/uploads/2021/07/underline.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}


section#application .form-body .gform_wrapper ul#input_16_6 li::before, 
section#application .form-body .gform_wrapper ul#input_16_23 li::before {
    display: none;
}

#gform_confirmation_message_16 {
    position: relative;
    padding: 100px 10px;
}

.gform_confirmation_message .col-6.from {
    padding: 0 40px 0 25px;
}

.gform_confirmation_message .col-6.to {
    padding: 0 25px 0 40px;
}

.gform_confirmation_message .from {
    border-right: 1px solid rgba(48, 42, 39, .2)
}

#gform_confirmation_message_16::before {

    content: "";
    display: block;
    position: absolute;
    top: -40px;
    right: 0;
    background-image: url("/wp-content/uploads/2021/07/stamp-mark.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 120px;
    width: 120px;
}

.gform_confirmation_message br {
    display: none;
}

.gform_confirmation_message p.title {
    font-family: Trim Web;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    opacity: 1;

    /* Black */
    color: #302A27;


}

.gform_confirmation_message p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;

    /* Black */
    color: rgba(48, 42, 39, .5);
}

.gform_confirmation_message p.kollabo {
    position: relative;
}

.gform_confirmation_message p.kollabo::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -11px;
    left: -14px;
    width: 102px;
    height: 22px;
    background-image: url("/wp-content/uploads/2021/07/underline.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

#field_16_3 .int-phone.valid-msg {
    display: none !important;
}

#field_16_3 .int-phone.error-msg {
    position: absolute;
    top: 30px;
    left: -5px;
    color: #F56038 !important;
    font-family: 'Trim Web';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.3px;
}

#field_16_3 .intl-tel-input input.error {
    border: none !important;
}

.form-body .gform_wrapper li#field_16_6.gfield.gfield_error, .form-body .gform_wrapper li#field_16_23.gfield.gfield_error {
    background: #FFF;
}

.form-body .gform_wrapper li#field_16_6.gfield.gfield_error label#label_16_6_1,
.form-body .gform_wrapper li#field_16_6.gfield.gfield_error label#label_16_6_2, 
.form-body .gform_wrapper li#field_16_23.gfield.gfield_error label#label_16_23_1,
.form-body .gform_wrapper li#field_16_23.gfield.gfield_error label#label_16_23_2 {
    color: #F56038;
}

.gform_delete {
    opacity: 0;
    text-indent: 0;
    /*z-index: -99 !important;*/
}

.ginput_preview::after {
    content: "";
    display: block;
    position: absolute;
    top: 17px;
    right: 0;
    height: 10px;
    width: 10px;
    background-image: url("/wp-content/uploads/2021/06/✕.svg");
    background-size: cover;
    background-position: center center;

}

@media (max-width: 1399.9px) {
    #file-uploader::after {
        right: -60px;
    }
}

@media (max-width: 1199px) {

    #file-uploader::before {
        width: 100px;
        left: 75%;
    }

    #file-uploader::after {
        width: 200px;
        right: -105px;
    }

    #application .gform_wrapper .gform_fileupload_multifile span.gform_drop_instructions {
        display: block;
        width: 100%;
        margin: 0 auto 30px auto;
        text-align: center;
    }

    .gform_wrapper span.orange {
        margin: 20px auto 0 auto;
    }

    .files-counter {
        right: -180px;
        top: -37px;
    }
}

@media (max-width: 991.8px) {
    .files-counter {
        left: auto;
    }

    #file-uploader::before {
        width: 200px;
        left: 50%;
    }

    #file-uploader::after {
        width: 200px;
        right: 15px;
    }

    #application {
        padding-bottom: 130px;
        padding-top: 150px;
    }

    .files-counter {
        right: 18px;
        top: -30px;
    }
}

@media (max-width: 767.8px) {
    .gform_wrapper span.orange,
    .gform_wrapper span.gform_drop_instructions {
        font-size: 13px;
    }

    body #application .gform_wrapper .top_label div.ginput_container {
        width: 100%;
    }

    .job-application-section .form-body .gform_wrapper li#field_16_6, 
    .job-application-section .form-body .gform_wrapper li#field_16_23 {
        padding-bottom: 25px !important;
    }

    #single-job-hero {
        height: 550px;
    }

    .job-application-section .form-body .gform_wrapper ul.gform_fields li.gfield {
        width: 100%;
        flex-basis: 100%;
        padding: 25px 20px !important;
        border-left: none !important;
        border-right: none !important;
        height: 97px;
    }

    .job-application-section .form-body .gform_wrapper ul.gform_fields li#field_16_6,
    .job-application-section .form-body .gform_wrapper ul.gform_fields li#field_16_23,
    section#application .form-body .gform_wrapper ul.gform_fields li#field_16_4 {
        height: auto;
    }

    #file-uploader::before {
        display: none;
    }

    .job-application-section .form-body .gform_wrapper label.gfield_label {
        font-size: 13px;
        line-height: 15.6px;
    }

    .form-body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
        font-size: 13px;
        line-height: 19px;
    }

    #application .gform_wrapper #gfield_description_16_4.gfield_description {
        margin-bottom: 5px;
    }

    #application .gform_wrapper form {
        border: none;
    }

    .job-application-section .form-body .ginput_container_fileupload {
        background-image: none;
        float: right;
    }

    .job-application-section .form-body .ginput_container_fileupload::before {
        display: none;

    }

    #application .gform_wrapper .gform_fileupload_multifile span.gform_drop_instructions {
        display: none;
    }

    /*.job-application-section .form-body .ginput_container_fileupload {*/
    /*    margin-top: 40px !important;*/
    /*}*/
    .gform_wrapper span.orange {
        margin-top: 60px;
    }

    #file-uploader img {
        left: 44px;
    }

    #file-uploader::after {
        width: 200px;
        left: 140px;
        right: auto;
    }

    #application .form-title .line {
        margin-right: 6px;
    }
}

@media (max-width: 575.8px) {
    #gform_drag_drop_area_16_4 {
        margin-top: 30px;
    }

    .files-counter {
        top: 0;
    }

    #application {
        padding-bottom: 100px;
        padding-top: 140px;
    }

    #gform_confirmation_message_16 {
        padding: 35px 10px;
    }

    .gform_confirmation_message p.title {
        font-size: 12px;
        line-height: 14px;
    }

    .gform_confirmation_message p {
        font-size: 10px;
        line-height: 18px;
        word-break: break-word;
    }

    .gform_confirmation_message p.kollabo::before {
        display: none;
    }

    .gform_confirmation_message .col-6.from {
        padding: 0 20px 0 20px;
    }

    .gform_confirmation_message .col-6.to {
        padding: 0 20px 0 20px;
    }

    #gform_confirmation_message_16::before {
        width: 45px;
        height: 45px;
    }

    #gform_confirmation_message_16::before {
        width: 45px;
        height: 45px;
        top: -18px;
        right: 50px;
    }

    .form-body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
        min-height: auto !important;
    }

    body #application .gform_wrapper .top_label div.ginput_container {
        margin-top: 0 !important;
        display: flex;
        flex-wrap: wrap;
    }

    #gform_multifile_upload_16_4,
    .gform_validation_error #gform_preview_16_4 {
        width: 100%;
        flex-basis: 100%;
        margin: auto;
    }

    .job-application-section .form-body #gform_multifile_upload_16_4.w-50 {
        width: 100%;
        float: none;
        order: 2;
    }

    .gform_wrapper #gform_multifile_upload_16_4.w-50 span.orange {
        margin-top: 5px;
    }

    .job-application-section .form-body .ginput_container_fileupload.w-50 {
        width: 100% !important;
        float: none;
        order: 2;
        margin-top: 15px !important;
        margin-bottom: 20px;
        min-height: 115px;
    }


    #application .gform_wrapper .gform_fileupload_multifile span.gform_drop_instructions {
        display: none !important;
    }

    #application .gform_wrapper.gform_validation_error .gform_fileupload_multifile .gform_drop_area,
    .job-application-section .form-body .ginput_container_fileupload,
    #application .gform_wrapper .gform_fileupload_multifile .gform_drop_area {
        min-height: 115px;
        width: 100%;
    }

    .gform_validation_error #gform_preview_16_4 {
        width: 100%;
        flex-basis: 100%;
        order: 1;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .gform_validation_error #gform_multifile_upload_16_4 {
        float: none;
    }

    #application .gform_wrapper .ginput_container_fileupload.w-50 .gform_fileupload_multifile .gform_drop_area {
        height: 76px !important;
        width: 100%;
    }

    #gform_browse_button_16_4 {
        background-position-x: 100px;
        background-position-y: center;
    }

    .gform_wrapper span.orange {
        margin-right: 0;
        margin-bottom: 2px !important;
        margin-top: 0;
    }

    #gform_preview_16_4 {
        width: 100%;
        float: none;
        order: 1;
        flex-basis: 100%;
        margin-right: auto;
        margin-top: -5px;
        margin-bottom: 15px;
    }

    section#application .form-body .gform_wrapper ul.gform_fields li#field_16_4 {
        display: flex;
        flex-wrap: wrap;
    }

    .job-application-section .form-body .ginput_container_fileupload.w-50 span.orange {
        margin-top: 0;
    }

    #application .gform_wrapper #gfield_description_16_4.gfield_description {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 15px;
    }

    .form-logo {
        margin-right: 13px;
    }

    .form-logo img {
        max-width: 30px;
    }

    .job-application-section .form-body .gform_wrapper ul.gform_fields li.gfield div.ginput_container.ginput_container_checkbox label {
        font-size: 13px;
        line-height: 18px;
    }

    .job-application-section .form-body .gform_wrapper li.gchoice_16_6_1,
    .job-application-section .form-body .gform_wrapper li.gchoice_16_6_2
    .job-application-section .form-body .gform_wrapper li.gchoice_16_23_1,
    .job-application-section .form-body .gform_wrapper li.gchoice_16_23_2 {
        height: 34px;
    }
}

@media (max-width: 480px) {
    #gform_browse_button_16_4 {
        background-position-x: 60px;
    }

}

@media (max-width: 380px) {
    .job-application-section .form-body .ginput_container_fileupload.w-50 span.orange {
        margin-right: 0;
    }

    .job-application-section .gform_body label#label_16_6_2,
    .job-application-section .gform_body label#label_16_6_1
    .job-application-section .gform_body label#label_16_23_2,
    .job-application-section .gform_body label#label_16_23_1 {
        width: 100% !important;
    }
}

@media (max-width: 360px) {
    #gform_browse_button_16_4 {
        background-position-x: 40px;
    }

    .gform_wrapper #gform_multifile_upload_16_4.w-50 span.orange {
        margin-right: 10px;
    }

}