﻿/** OVERVIEW SEARCH **/
.umantis_search,
.umantis_detail {
    width: 100%;
}

.umantis_search .full_width_border_container {
    width: 100%;
    /*    border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;*/
}

.umantis_detail .full_width_border_top_container {
    /* border-top: 3px solid #e5e5e5;
    margin-top: 50px;  */
    border-top: none;
    margin-top: 0;
}

.umantis_detail .full_width_border_bottom_container {
    border-bottom: 2px solid #e5e5e5;
    margin-top: 50px;
    margin-bottom: 50px;
}

.umantis_detail .link_back {
    margin-top: 50px;
}

.umantis_search {
    margin-top: 100px;
    padding-top: 0 !important;
}

@media (max-width: 768px) {
    .umantis_search {
        margin-top: 45px;
    }

    .umantis_detail .job_title {
        font-family: 'ITCFranklinGothicLTBook' !important;
        margin-bottom: 15px !important;
        background-color: transparent !important;
        color: #00305d !important;
        padding: 0 15px 5px 0 !important;
        line-height: normal;
        font-size: 24px !important;
        text-align: left !important;
    }

    .umantis_detail .image_text_wrapper {
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: flex-start !important;
        font-size: 16px !important;
    }

    .umantis_detail .image_text_wrapper img {
        margin-right: 5px;
        max-height: 20px !important;
        height: auto !important;
        width: auto !important;
    }

    .umantis_detail .image_text_wrapper .text {
        font-size: 16px;
    }

    .umantis_detail .full_width_border_top_container {
        border-top: none;
        margin-top: 0;
    }

    .umantis_detail .tx-ne-umantis .mt-60 {
        margin-top: 30px;
    }

    .umantis_detail .headline {
        text-align: left;
        font-size: 18px !important;
        /* left: 10px !important; */
        /* right: 10px !important; */
        padding: 10px 15px 5px 10px !important;
        margin: -15px 0 25px -5px !important;
    }

    .umantis_detail .job_apply_sidebar .heading {
        text-align: center;
    }

    .umantis_detail .job_apply_top {
        text-align: center;
    }

    .umantis_detail .apply_button,
    .umantis_detail .button.white.apply_button {
        background: #009fe3;
        color: #fff;
        text-decoration: none !important;
        height: 40px;
        line-height: 20px;
        padding: 12px 50px 0px 50px !important;
        text-align: center;
        display: flex !important;
        max-width: 250px;
        margin: 20px auto 0px auto !important;
        font-size: 18px;
        align-items: center;
        justify-content: center;
        border: 1px solid #fff;
    }

    .umantis_detail .apply_button:hover,
    .umantis_detail .button.white.apply_button:hover {
        background-color: #fff;
        color: #00305d !important;
    }

    .umantis_detail .job_apply_bottom span {
        display: block;
        text-align: center;
        margin-bottom: 0;
    }

    .umantis_detail .job_apply_sidebar {
        margin-top: 2.5rem;
    }

    .umantis_detail .job_apply_sidebar a {
        color: #fff;
        text-decoration: underline;
    }

    .umantis_detail .job_apply_sidebar p {
        text-align: center;
        margin-bottom: 0 !important;
    }

    .umantis_detail .job_apply_sidebar .social_media {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        margin-bottom: 10px;
    }

    .umantis_detail .umantis_detail_content .textblock {
        padding: 0 25px 15px 10px !important;
        margin-bottom: 50px !important;
    }

    /* @-moz-document url-prefix() {
        .umantis_detail .umantis_detail_content .textblock {
            padding: 70px 25px 15px 10px !important;
        }
    } */

    .umantis_detail .intro_text {
        margin-top: 0 !important;
    }

    .umantis_detail .equal_opportunity_text {
        margin-top: 25px !important;
        font-size: 14px !important;
        color: #010101 !important;
        text-align: left !important;
    }

    .umantis_detail .job_video_outer {
        margin-bottom: 25px;
    }
}

.umantis_actions .h2,
.umantis_search_filter .h2 {
    margin-bottom: 25px;
}

.umantis_search_filter .form-control::placeholder {
    color: #666666 !important;
    font-family: "ITCFranklinGothicLTBook", sans-serif !important;
}

.umantis_search .umantis_search_filter .form-group {
    margin-bottom: 35px;
}

@media (min-width:1200px) {
    .umantis_search .umantis_search_filter .form-group {
        margin-bottom: 27px;
    }
}

@media (max-width:991px) {
    .umantis_search .umantis_search_filter .form-group {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
}

.umantis_action .umantis_search_filter .field {
    color: #3b9ec7;
}

.umantis_actions {
    margin-top: 35px;
    margin-bottom: 65px;
}

.tx-ne-umantis .mt-60 {
    margin-top: 50px;
}

.umantis_actions .link_blue {
    background-image: url(/fileadmin/assets/ne_distribution/Icons/arrow_blue.png);
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding-left: 25px;
    color: #009fe3;
    display: block;
}

.umantis_filter .styled_dropdown_outer,
.umantis_filter .has_inline_icon {
    max-width: 100%;
}

@media (min-width:992px) {

    .umantis_filter .styled_dropdown_outer,
    .umantis_filter .has_inline_icon {
        max-width: 550px;
    }
}

.umantis_filter .styled_dropdown_outer .optionList {
    min-width: calc(100% - 2px);
    border-top: 0 none;
    padding: 10px 0;
    top: 37px;
    z-index: 3;
    border: 1px solid #E5E5E5;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top: 1px solid #E5E5E5;
}

.umantis_filter .styled_dropdown_outer .optionList .selectOption.hovered {
    background-color: #E5E5E5 !important;
}

.umantis_search_filter .filter_submit {
    margin: 5px 0 10px;
}

@media (min-width: 768px) and (max-width: 992px) {

    .umantis_search .umantis_search_filter,
    .umantis_search .umantis_location,
    .umantis_search .umantis_actions {
        margin-right: 7%;
    }

    .umantis_detail .image_text_wrapper {
        margin-bottom: 10px;
        justify-content: flex-start !important;
    }
}

.umantis_filter .search_icon {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: url(/fileadmin/assets/ne_distribution/Images/icon-search.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 22px 22px;
    cursor: pointer;
}

.umantis_filter .search_icon:hover {
    background-image: url(/fileadmin/assets/ne_distribution/Images/icon-search-h.png);
    cursor: pointer;
}

.umantis_search_filter .has_inline_icon>input {
    padding-right: 50px;
}

.umantis_search_filter .form_inline_icon {
    position: absolute;
    z-index: 1;
    right: 10px;
    height: 40px;
    font-size: 20px;
    color: #00305d;
    top: 0;
}

.umantis_search_filter .search_title,
.umantis_location .search_location_title {
    font-size: 25px;
    color: #00305d;
    font-family: 'ITCFranklinGothicLTBook';
}

.umantis_search .umantis_location {
    margin-top: 30px;
    margin-bottom: 60px;
}

.umantis_search_filter .search_title {
    margin-top: 10px;
    font-family: "ITCFranklinGothicLTDemi", sans-serif;
    font-size: 35px;
    color: #00305D;
    line-height: 120%;
    margin-bottom: 10px;
    text-transform: uppercase;
    hyphens: auto;
}

@media (min-width:992px) {
    .umantis_search_filter .search_title {
        font-size: 48px;
        margin-bottom: 20px;
        margin-top: 20px;


    }
}

.umantis_location .search_location_title {
    margin-bottom: 25px;
    margin-top: 0;
}

.umantis_location .filter_results_button {
    padding: 9px 30px;
    color: white;
    background: #009fe3;
    border-radius: 30px;
    padding: 9px 15px;
    transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    -ms-transition: background 0.5s ease-in-out;
    -webkit-transition: background 0.5s ease-in-out;
    cursor: pointer;
    outline: none;
    border: none;
    height: auto;
    display: block;
    width: 50%;
    margin-top: 35px;
}

.umantis_search .map {
    position: inherit;
    top: 0;
    height: 100%;
    right: 0;
}

@media (max-width:991px) {
    .umantis_search .map {
        height: 500px;
        margin-top: 50px;
        max-width: 90vw;
        left: 5vw;
        right: 5vw;
        border-radius: 25px;
    }
}

@media (min-width:992px) {
    .umantis_search .map {
        position: absolute !important;
    }
}

.umantis_search_content .h2 a {
    font-size: 20px;
    text-decoration: none;
    color: #454447;
}

.umantis_search_inner {
    clear: right;
    margin: 0 0 20px;
    padding: 20px 0 0;
    border-bottom: 1px solid #d8d9da;
}

.umantis_search_inner .top_line {
    margin-bottom: 10px;
}

.umantis_search_inner .top_line p {
    color: #454447;
}

.umantis_search_item {
    padding: 20px 0;
    border-top: 1px solid #d8d9da;
}

/** /OVERVIEW SEARCH **/
/** JOB LIST **/
.umantis_search .umantis_search_content {
    margin-top: 30px !important;
}

@media (min-width:992px) {
    .umantis_search .umantis_search_content {
        margin-top: 50px !important;
    }
}

.umantis_search .job_set {
    background: #f5f5f6;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
}

@media (min-width:992px) {
    .umantis_search .job_set {
        padding: 30px;
        border-radius: 30px;
        margin-bottom: 50px;
    }
}

.umantis_search_content .job_row {
    /* background: #f5f5f6; */
    /* -webkit-transition: background .3s;
    transition: background .3s; */
    margin: 0;
    border-top: 2px solid #009FE3;
    align-items: flex-start;
}

.umantis_search_content .job_row .col {
    padding: 15px 0 30px;
}

.umantis_search_content .job_row .col.text {
    padding: 30px 0 10px;
}

@media (min-width:992px) {

    .umantis_search_content .job_row .col,
    .umantis_search_content .job_row .col.text {
        padding: 30px 0;
    }
}

.umantis_search .job_set {
    width: 100%;
}

.umantis_search_content .job_row:hover {
    /* background: #d8ecf4; */
    cursor: pointer;
}

.umantis_search_content .job_title {
    font-family: "ITCFranklinGothicLTDemi", sans-serif;
    color: #00305D;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
}

@media (min-width:992px) {
    .umantis_search_content .job_title {
        margin-bottom: 30px;
    }
}

.umantis_search_content .flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.umantis_search_content .topline {
    font-family: "ITCFranklinGothicLTDemi", sans-serif;
    color: #009FE3;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
}

.umantis_search_content h2 {
    font-family: "ITCFranklinGothicLTDemi", sans-serif;
    font-size: 35px;
    color: #00305D;
    line-height: 120%;
    margin-bottom: 10px;
    text-transform: uppercase;
    hyphens: auto;
}

@media (min-width:1200px) {
    .umantis_search_content h2 {
        font-size: 48px;
        hyphens: none;
    }
}

.umantis_search_content .job_desc {
    font-size: 16px;
    color: #010101;
    margin-bottom: 15px;
}

@media (min-width:992px) {
    .umantis_search_content .job_desc {
        margin-bottom: 25px;
    }

    .umantis_search_content .job_info_outer {
        display: flex;
    }
}

.umantis_search_content .job_info_outer .job_location,
.umantis_search_content .job_info_outer .job_employmenttype {
    display: flex;
    align-items: flex-start;
}

.umantis_search_content .job_info_outer .job_employmenttype {
    margin-top: 10px;
}

@media (min-width:992px) {
    .umantis_search_content .job_info_outer .job_employmenttype {
        margin-top: 0;
        margin-left: 40px;
    }
}

.umantis_search_content .job_info_outer .job_location span,
.umantis_search_content .job_info_outer .job_employmenttype span {
    margin-left: 10px;
    line-height: 24px;
}

.umantis_search_content .apply_button {
    padding: 9px 50px !important;
}

@media (min-width: 992px) {
    .umantis_search_content .button_outer {
        justify-content: right;
    }
}

.umantis_search_content .min-width-205 {
    min-width: 205px;
}

.umantis_search_content .dummy_image {
    width: 64px;
    height: 64px;
    background: grey;
}

@media (max-width: 768px) {
    .umantis_search_content .dummy_image {
        width: 48px;
        height: 48px;
        background: grey;
    }
}

.umantis_search .result_count {
    padding: 30px 0 0px;
    color: #666;
}

.umantis_search .result_count .js_umantis_result_count {
    color: #009FE3;
}

.umantis_search_content .job_logo_container img {
    width: 100%;
    height: auto;
}

.umantis_search_content .job_set {
    display: none;
}

.umantis_list_career .umantis_search_content .loadmore_container,
.umantis_list_career_department .umantis_search_content .loadmore_container {
    display: none;
}

/** /JOB LIST **/
/** LOAD MORE BTN **/
.umantis_search_content .loadmore {
    background: transparent;
    transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    border: 1px solid #00305d;
    color: #00305d;
}

.umantis_search_content .loadmore:hover {
    color: white;
    background: #00305d;
}

/** /LOAD MORE BTN **/
/** JOB DETAIL **/
.umantis_detail .intro_text {
    font-family: 'ITCFranklinGothicLTBook';
    margin-top: 50px;
    margin-bottom: 50px !important;
}

.umantis_detail .job_title {
    color: #00305d !important;
    padding: 0 15px 5px 15px;
    display: block;
    font-size: 40px;
    margin-right: 15px;
    text-align: center;
    line-height: normal;
}

.umantis_detail .image_text_wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 21px;
    justify-content: center;
}

.umantis_detail .image_text_wrapper img {
    margin-top: -10px;
    max-width: max-content;
    max-height: 30px;
    margin-right: 5px;
}

.umantis_detail .umantis_detail_content .textblock {
    border: 2px solid #e1e1e1;
    padding: 0 25px 25px 25px;
    margin-bottom: 75px;
}

.umantis_detail .umantis_detail_content .textblock:has(ul) {
    padding-bottom: 0;
}

.umantis_detail_content .headline:not(:first-child) {
    margin-top: 50px !important;
}

.umantis_detail .headline {
    font-family: 'ITCFranklinGothicLTDemi';
    background: #00305d;
    color: #fff;
    display: inline-block;
    padding: 10px 15px 5px 15px;
    font-size: 22px;
    margin: -15px 0 25px -10px;
    /* position: absolute; */
    /* top: -15px; */
    /* left: 15px; */
}

.umantis_detail .headline+span {
    display: block;
    padding-left: 4px;
}


.umantis_detail .umantis_detail_content ul>li::before {
    content: '■';
    display: inline-block;
    color: #009fe3;
    padding-right: 8px;
    position: relative;
    top: -2px;
}

.umantis_detail .job_apply_sidebar {
    background: #009fe3;
    color: white;
    padding: 40px;
}

.umantis_detail .job_apply_sidebar:first-child {
    margin-bottom: 40px;
}

.umantis_detail .job_apply_sidebar .link_cotainer {
    text-align: center;
    margin-bottom: 20px;
}

.umantis_detail .job_apply_sidebar .text_container {
    max-width: 95%;
    text-align: center;
    margin-bottom: 15px;
}

@media (max-width: 1200px) {
    .umantis_detail .job_apply_sidebar {
        padding: 25px;
    }
}

.umantis_detail .job_apply_sidebar .heading {
    font-family: 'ITCFranklinGothicLTDemi';
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
}

.umantis_detail .job_apply_sidebar .mail {
    text-decoration: underline;
}

.umantis_detail .job_apply_sidebar .image {
    width: 100px;
    /*height: 100px;*/
    /*background: grey;*/
    margin-right: 25px;
}

@media (max-width: 768px) {
    .umantis_detail .job_apply_sidebar .image {
        width: 80px;
        /*height: 80px;*/
        /*		background: grey;*/
    }
}

.umantis_detail .square_button {
    width: 46px;
    height: 46px;
    background: #009fe3;
    display: inline-block;
    padding: 10px 11px;
    transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
}

.umantis_detail .square_button>.icon {
    font-size: 1.5em;
    color: white;
}

@media (max-width: 1200px) {
    .umantis_detail .square_button>.icon {
        font-size: 1.7em;
    }
}

.umantis_detail .square_button:hover {
    background: #00305d;
}

.umantis_detail .icon_container .print>.icon {
    background-image: url(/fileadmin/assets/ne_distribution/Images/icon-print.png);
    background-size: 24px 24px;
    display: inline-block;
    vertical-align: middle;
    width: 46px;
    height: 46px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #009fe3;
    margin-right: 15px;
}

.umantis_detail .icon_container {
    margin-top: 15px;
}

.umantis_detail .icon_container .mail>.icon {
    display: inline-block;
    width: 46px;
    height: 46px;
    background-color: #009fe3;
    margin-right: 15px;
    vertical-align: top;
}

.umantis_detail .icon_container .icon_labels {
    display: inline-block;
    vertical-align: middle;
    color: #00305d;
}

.umantis_detail .button_back {
    display: inline-block;
    color: #009fe3;
    background-image: url(/fileadmin/assets/ne_distribution/Icons/arrow_blue_left.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
}

.umantis_detail .intro_header_container {
    /* vertical-align: top; */
    /* width: calc(100% - 270px); */
    display: block !important;
    margin-top: 50px;
    margin-bottom: 50px;
}

.umantis_detail .intro_header_container:not(:has(.equal_opportunity_text)) {
    margin-bottom: 65px;
}

/* @media (max-width: 768px) {
  .umantis_detail .intro_header_container {
    width: 100%;
    margin-top: 35px;
  }
} */
.umantis_detail .intro_logo_container {
    /* margin-right: 70px; */
    height: 100%;
    vertical-align: top;
    display: none !important;
}

.umantis_detail .intro_logo {
    height: 60px;
}

.umantis_detail .icon_container a:hover span.icon {
    background-color: #00305d;
    cursor: pointer;
}

.umantis_detail .icon_container .mail>.icon>.glyphicons {
    font-size: 26px;
    color: white;
    padding: 6px 10px;
}

.umantis_detail .job_apply_sidebar p {
    margin-bottom: 20px;
}

.umantis_detail .apply_button,
.umantis_detail .button.white.apply_button {
    background: #009fe3;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none !important;
    height: 40px;
    line-height: 20px;
    padding: 10px 50px 0 50px;
    display: block !important;
    max-width: 250px;
    margin: 20px auto 15px auto;
    text-align: center;
}

.umantis_detail .job_apply_top .button_container>a:first-child {
    background-color: #fff;
    color: #00305d;
}

.umantis_detail .contact_text {
    display: block;
}

.umantis_detail .contact_text:first-child {
    margin-top: 35px;
}

.umantis_detail .job_apply_bottom span {
    display: block;
    text-align: center;
}

.umantis_detail .job_apply_sidebar a {
    color: #fff;
    text-decoration: underline;
}

.umantis_detail .job_apply_sidebar p {
    text-align: center;
}

.umantis_detail .job_apply_sidebar .social_media {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.umantis_detail .contact_us {
    margin-top: 10px;
}

.umantis_detail .contact_us .sms_number {
    display: block;
}

.umantis_detail .contact_us .mail_adress {
    display: block;
    margin-top: 10px;
}

.umantis_detail .arrow_link {
    background-image: url(/fileadmin/assets/ne_distribution/Icons/arrow_blue.png);
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding-left: 25px;
    color: #009fe3;
    display: block;
}

/* .umantis_detail .job_media_outer {
    text-align: center;
} */

.umantis_detail .job_media_outer .headline {
    font-family: 'ITCFranklinGothicLTBook';
    /* display: block; */
}

.umantis_detail .job_media_outer .embed-responsive {
    max-width: 940px;
    margin: auto;
}

.umantis_detail .job_video_outer {
    border: 2px solid #e1e1e1;
    padding: 0 25px 15px 10px;
}

@media (min-width:768px) {
    .umantis_detail .job_video_outer {
        padding: 0 25px 25px 25px;
    }
}

.umantis_detail .job_video_outer .headline {
    font-family: 'ITCFranklinGothicLTDemi';
    /* margin-top: 0 !important; */
}

/** /JOB DETAIL **/
/** QUICK SEARCH FORM **/
.tx_neumantis_search_inner {
    position: absolute;
    bottom: 120px;
    /*width: 400px;*/
    max-width: 620px;
    left: 15px;
    right: 15px;
}

/*@media (max-width: 450px) {
        .tx_neumantis_search_inner {
                position: absolute;
                bottom: 120px;
                width: 300px;
        }
}*/
@media (min-width: 992px) {
    .tx_neumantis_search_inner {
        bottom: 85px;
    }
}

/*@media (min-width: 1200px) {
        .tx_neumantis_search_inner {
                width: 500px;
                bottom: 40px;
        }
}*/
.tx_neumantis_search .search_field {
    margin-bottom: 25px;
    height: 50px;
    border: 0;
}

@media (max-width: 992px) {
    .tx_neumantis_search .search_field {
        margin-bottom: 20px;
        height: 40px;
    }
}

@media only screen and (min-width: 1200px) {
    .tx_neumantis_search .search_field {
        font-size: 25px;
    }

    /* .umantis_detail .umantis_detail_content ul>li {
        text-indent: -9px;
        padding-left: 20px;
        padding-bottom: 0;
        margin-bottom: 7px;
    } */
}

.tx_neumantis_search_inner {
    z-index: 5;
}

.tx_neumantis_search .search_field::placeholder {
    opacity: 1;
    color: #00305d;
}

.tx_neumantis_search .search_field:-ms-input-placeholder {
    color: #00305d;
}

.tx_neumantis_search .search_field::-ms-input-placeholder {
    color: #00305d;
}

.tx_neumantis_search .search_submit {
    border-radius: 30px;
    height: 40px;
    width: 210px;
}

@media only screen and (max-width: 992px) {
    .tx_neumantis_search .search_submit {
        border-radius: 30px;
        height: 30px;
        width: 180px;
    }
}

/** /QUICK SEARCH FORM **/
/** MAP **/
.umantis_search .gm-style-iw .title {
    font-family: 'ITCFranklinGothicLTBook';
    color: #00305d;
    font-size: 18px;
}

.umantis_search .gm-style-iw .location {
    font-family: 'ITCFranklinGothicLTBook';
    font-size: 16px;
    color: #010101;
}

.umantis_search .gm-style-iw .link {
    background-image: url(/fileadmin/assets/ne_distribution/Icons/arrow_blue.png);
    background-repeat: no-repeat;
    background-position: 0 3px;
    padding-left: 20px;
    height: 20px;
    margin-top: 24px;
    color: #009fe3;
    display: inline-block;
    font-size: 16px;
}

.umantis_search .gm-style-iw .contentWrapper {
    line-height: 1.35;
    white-space: normal;
    max-width: 320px;
    width: auto;
    padding: 9px 7px;
}

/** /MAP **/

/* Ticket 42091 */

.umantis_detail .umantis_detail_content ul {
    padding-inline-start: 22px;
    margin-left: 0;
}

.umantis_detail .umantis_detail_content ul>li {
    padding-left: 0;
    margin-bottom: 15px;
    text-indent: -9px;
}

.umantis_detail .umantis_detail_content ul>li:last-child {
    margin-bottom: 0;
}

.umantis_detail .equal_opportunity_text {
    font-size: 16px;
    text-align: center;
    max-width: 950px;
    width: 100%;
    margin: 0 auto 0 auto;
    color: #00305d;
    font-family: 'ITCFranklinGothicLTBook';
}

.umantis_detail .job_apply_top .text_container {
    text-align: center;
}

.umantis_detail .mobile_apply_container {
    padding: 0 15px;
    display: flex;
    gap: 15px;
    background: #009FE3;
    border-top: solid 2px #00305d;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    min-height: 77px;
}

.umantis_detail .mobile_apply_container .heading {
    font-size: 14px;
    font-family: 'ITCFranklinGothicLTDemi';
    text-align: center;
}

.umantis_detail .mobile_apply_container .apply_buttons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.umantis_detail .mobile_apply_container .apply_button {
    font-size: 12px;
    margin: 0 !important;
    padding: 7px 10px 0 10px !important;
    height: 33px !important;
    max-width: 200px;
}

.umantis_detail .mobile_apply_container.hidden,
.umantis_detail .mobile_apply_container.hidden * {
    visibility: hidden;
}

.umantis_detail .mobile_apply_container.transparent {
    opacity: 0;
}

.umantis_detail .mobile_apply_container .button_container a {
    color: #00305d;
    background: #fff;
}

.umantis_detail .mobile_apply_container .apply_buttons img {
    max-width: 30px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media (min-width: 320px) {

    .umantis_detail .mobile_apply_container .apply_button {
        padding: 7px 15px 0 15px !important;
    }
}

@media (min-width: 320px) and (orientation: landscape) {
    .umantis_detail .mobile_apply_container {
        justify-content: space-between !important;
    }
}

@media (min-width: 375px) {

    .umantis_detail .mobile_apply_container {
        gap: 35px;
        justify-content: center;
    }

    .umantis_detail .mobile_apply_container .apply_buttons {
        gap: 35px;
    }

    .umantis_detail .mobile_apply_container .apply_button {
        font-size: 14px;
        padding: 7px 10px 0 10px !important;
    }
}

@media (min-width: 400px) {
    .umantis_detail .mobile_apply_container .apply_button {
        font-size: 14px;
        padding: 7px 30px 0 30px !important;
    }
}

@media (min-width: 768px) {
    .umantis_detail .mobile_apply_container {
        display: none;
    }
}

@media (max-width: 576px) {
    .umantis_detail .umantis_detail_content ul {
        margin-bottom: 0;
    }
}

.umantis_search .umantis_search_filter .subline {
    margin-bottom: 45px;
}

.umantis_search .umantis_search_filter .topline {
    font-family: "ITCFranklinGothicLTDemi", sans-serif;
    font-size: 18px;
    color: #009FE3;
    line-height: 150%;
}

.umantis_search .umantis_search_filter .subline,
.umantis_search .umantis_search_filter .form-group label {
    font-family: "ITCFranklinGothicLTBook", sans-serif;
    font-size: 16px;
    color: #010101;
    line-height: 150%;
}

@media (min-width:992px) {
    .umantis_search .umantis_search_filter .subline {
        font-size: 18px;
    }
}

.umantis_search .umantis_search_filter .form-group .form-control {
    appearance: none;
    background: #E5E5E5;
    border-radius: 23px;
    border: none;
    height: 50px;
    padding-top: 0px;
    line-height: unset !important;
}

.umantis_search .umantis_search_filter .form-group .form-control:placeholder {
    font-size: 16px;
    color: #666666;
}

.umantis_search .umantis_search_filter .form-group .styled_dropdown_outer {
    appearance: none;
    background: #E5E5E5;
    border-radius: 23px;
    border: none;
    height: 50px;
    /*padding-top: 5px;*/
}

.umantis_search .umantis_search_filter .form-group .styled_dropdown_outer .select-inner {
    font-family: "ITCFranklinGothicLTBook", sans-serif;
    font-size: 16px;
    color: #666666;
    line-height: 2.1;

}

@media (min-width:992px) {
    .umantis_search .umantis_search_filter .form-group .styled_dropdown_outer .select-inner {
        font-size: 16px;
        /*line-height: unset;*/
    }
}

.umantis_search .umantis_search_filter .form-group .styled_dropdown_outer span.select {
    appearance: none;
    background-image: none;
    border-radius: 25px;
    background-color: #E5E5E5;
    border: none;
    max-height: 50px;
    /*padding-top: 2px;*/
    height: fit-content;
    position: relative;
}

.umantis_search .umantis_search_filter .form-group .styled_dropdown_outer span.select:after {
    content: "";
    border-top: 2px solid #FFB81C;
    border-right: 2px solid #FFB81C;
    position: absolute;
    transform: rotate(135deg) translateY(50%);
    height: 9px;
    width: 9px;
    right: 15px;
    top: 39%;
    transition: transform 0.5s ease-in;
    transform-origin: center center;
    display: flex;
    align-items: center;
}

.umantis_search .umantis_search_filter .form-group .styled_dropdown_outer span.select.hovered {
    background-color: #E5E5E5;
}

.umantis_search .umantis_search_filter .button {
    height: fit-content;
    line-height: unset;
    margin-top: 20px;
    appearance: none;
    font-family: "ITCFranklinGothicLTBook", sans-serif !important;
}

@media (min-width:992px) {
    .umantis_search .umantis_search_filter .button {
        margin-top: 10px;
    }
}

/*.umantis_search .map {
    filter: grayscale(1) brightness(1.05);
}*/

@media (min-width:992px) {
    .umantis_search .map {
        left: 50%;
        height: 75%;
        border-radius: 25px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .umantis_search .map {
        width: 470px;
        max-width: 480px;
    }
}

@media (min-width:1200px) {
    .umantis_search .map {
        height: 85%;
    }
}






.umantis_list_career_department {
    margin-top: -15px;
    /* padding-top: 15px !important; */
}

/* .module_career_text.bg_grey + .umantis_list_career_department {
    padding-top: 0 !important;
} */

.umantis_list_career_department .full_width_border_container {
    margin-top: 0;
    padding-top: 25px !important;
    background-color: #eee !important;
    margin-bottom: 60px;
    padding-bottom: 20px;
}

@media (min-width:992px) {
    .umantis_list_career_department .full_width_border_container {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}

.umantis_list_career_department .umantis_search_filter h2 {
    font-family: "ITCFranklinGothicLTDemi", sans-serif;
    font-size: 35px;
    color: #00305D;
    line-height: 120%;
    margin-bottom: 35px;
    text-transform: uppercase;
    hyphens: auto;
}

.umantis_list_career_department .umantis_search_filter .form-group .form-control,
.umantis_list_career_department .umantis_search_filter .form-group .styled_dropdown_outer,
.umantis_list_career_department .umantis_search_filter .form-group .select {
    background: #fff !important;
    height: 40px;
}


@media (min-width:992px) {
    .umantis_list_career_department .umantis_search_filter .h2 {
        font-size: 48px;
    }
}

.umantis_list_career_department .umantis_search_filter .umantis_input {
    display: flex;
    flex-direction: column;
}

@media (min-width:992px) {
    .umantis_list_career_department .umantis_search_filter .umantis_input {
        display: flex;
        flex-direction: row;
        align-items: end;
    }
}

@media (min-width:992px) {
    .umantis_list_career_department .umantis_search_filter .umantis_input:has(.drawer.open) {
        align-items: start;
    }
}

.umantis_list_career_department .umantis_search_filter .form-group .styled_dropdown_outer span.select,
.umantis_list_career_department .umantis_search_filter .form-group .styled_dropdown_outer {
    min-height: 40px !important;
    height: fit-content;
    padding-top: 0;
    height: 40px !important;
}

/*.umantis_list_career_department .umantis_search_filter .form-group .styled_dropdown_outer span.select {
    padding-top: 2px;
}*/

@media (max-width:991px) {
    .umantis_list_career_department .umantis_search_filter .form-group {
        margin-bottom: 25px;
    }
}

.umantis_list_career_department .umantis_filter .styled_dropdown_outer .optionList {
    top: 40px;
    border: 2px solid #E5E5E5 !important;
}

.umantis_list_career_department .umantis_search_filter .umantis_input .form-group {
    width: 100%;
}

@media (min-width:992px) {
    .umantis_list_career_department .umantis_search_filter .umantis_input .form-group {
        width: 50%;
        padding: 0 7px;
    }

    .umantis_list_career_department .umantis_search_filter .umantis_input .form-group:first-child {
        padding-left: 0 !important;
    }
}

@media (min-width:1200px) {
    .umantis_list_career_department .umantis_search_filter .umantis_input .form-group {
        width: 25%;
        padding: 0 7px;
    }

    .umantis_list_career_department .umantis_search_filter .umantis_input .form-group:first-child {
        padding-left: 0 !important;
    }
}

.umantis_list_career_department .submit {
    margin-bottom: 35px;
    margin-top: 10px;
}

.umantis_list_career_department .submit .button {
    height: fit-content;
    line-height: unset;
}

@media (max-width:767px)  {

    .umantis_list_career_department .submit .button {
        width: 100%;
        text-align: center;
    }
}


.umantis_list_career_department .result_text {
    margin-top: 65px;
}

@media (min-width:992px) {
    .umantis_list_career_department .result_text {
        margin-top: 100px;
    }
}

.umantis_list_career_department .result_text .topline {
    font-family: "ITCFranklinGothicLTDemi", sans-serif;
    font-size: 18px;
    margin-bottom: 0;
    color: #009FE3;
    margin-bottom: 3px !important;
    line-height: 150%;
}

.umantis_list_career_department .result_text .h2 {
    font-family: "ITCFranklinGothicLTDemi", sans-serif;
    font-size: 35px;
    color: #00305D;
    line-height: 120%;
    margin-bottom: 25px;
    text-transform: uppercase;
    hyphens: auto;
    margin-top: 10px;
}

@media (min-width:992px) {
    .umantis_list_career_department .result_text .h2 {
        font-size: 48px;
    }
}

.umantis_list_career_department .result_text .subline {
    font-family: "ITCFranklinGothicLTBook", sans-serif;
    font-size: 16px;
    color: #010101;
    line-height: 150%;
}

@media (min-width:992px) {
    .umantis_list_career_department .result_text .subline {
        font-size: 18px;
    }
}

.umantis_list_career_department .submit .button.cta.lightblue {
    padding: 8px 30px 5px 30px !important;
}

@media (max-width:1199px) {
    .umantis_list_career_department .umantis_search_filter .form-group .styled_dropdown_outer .select-inner {
        padding: 2px 25px 4px 5px !important;
    }
}

@media (min-width:1200px) {
    .umantis_list_career_department .umantis_search_filter .form-group .styled_dropdown_outer .select-inner {
        padding: 1px 25px 2px 5px !important;
    }
}

/*
.umantis_search.umantis_list_career .form-group .styled_dropdown_outer span.select {
    margin-top: 2px !important;
}*/

/*.umantis_search.umantis_list_career  .form-group .form-control {
    padding-top:2px;
}*/

/*.gm-style img {
    position: relative;
    opacity: 0;
}

.gm-style img:after {
    position: absolute;
    top:0;
    left:0;
    z-index: 5498;
    background-image: url("/fileadmin/assets/ne_umantis/Icons/gmaps_marker.svg");
}*/

.select-box .optionList .selectOption:first-child {
    display: none;
}

.js_umantis_search_content .umantis_search_content,
.js_umantis_search_content .result_text {
    padding-left: 0;
    padding-right: 0;
}

.umantis_search_filter .umantis_input .form-group:not(.select-box) input,
.umantis_search_filter .form-group:not(.select-box) .form-control {
    padding-top: 0px;
}


@media (min-width:992px) {
    .umantis_list_career_department .umantis_search_filter .umantis_input .form-group:first-of-type {
        padding-left: 0
    }

    .umantis_list_career_department .umantis_search_filter .umantis_input .form-group:last-of-type {
        padding-right: 0;
    }
}

.umantis_list_career_department .umantis_search_filter .umantis_input .form-group:not(.select-box) input {
    padding-top: 1px !important;
}

@media (max-width:1199px) {
    .umantis_list_career_department .umantis_search_filter .umantis_input .form-group:not(.select-box) input {
        padding-top: 3px !important;
    }
}

/*53005*/

.umantis_list_career_department .umantis_search_filter .form-group .styled_dropdown_outer .select-inner {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 95%;
}


/*53005*/

/*53282*/

.umantis_search.umantis_list_career .result_count .js_umantis_result_count {
    font-family: "ITCFranklinGothicLTDemi", sans-serif;
}

.umantis_search.umantis_list_career .result_count {
    font-size: 18px;
}

.umantis_list_career .umantis_search_content .result_text {
    display: none;
}

/*53282*/

/*53337*/

.form-group.autocomplete-active {
    z-index: 2 !important;
}

.js_filter_term.form-control {
    color: #666666 !important;
    font-family: "ITCFranklinGothicLTBook", sans-serif !important;
}

.form-group .form-control {
    transition: all 0.2s ease-in-out;
    color: #666666 !important;
    text-overflow: ellipsis;
}

.form-group.autocomplete-active .form-control {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    transition: all 0.2s ease-in-out;
}

.autocomplete-suggestions {
    /*padding-top:20px;*/
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 5px;
    z-index: 1 !important;
    border: 1px solid #DBDADA;
    border-top: none;
    margin-top: 3px;
    z-index: 2 !important;
    /*width: 345px;*/
}

.autocomplete-suggestions .autocomplete-suggestion {
    font-family: "ITCFranklinGothicLTBook", sans-serif;
    font-size: 16px;
    color: #666666;
    line-height: 2.1;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-bottom: 0;
}

@media (min-width:768px) and (max-width:1199px) {
    .autocomplete-suggestions .autocomplete-suggestion {
        white-space: inherit;
        hyphens: auto;
        padding-bottom: 5px;
    }

    @media (min-width:992px) {
        .autocomplete-suggestions .autocomplete-suggestion {
            border-bottom: 1px solid #6666;
        }
    }
}

.autocomplete-suggestions .autocomplete-suggestion:last-child {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

/*53337*/

/*53596*/

.umantis_search .umantis_search_content .button {
    white-space: nowrap;
    padding-top: 12px;
}


/*53596*/

.umantis_search_filter .checkbox_field .form_checkbox input[type="checkbox"]::after {
    content: '';
    position: absolute;
    left: 45%;
    top: 15%;
    width: 6px;
    height: 12px;
    border: solid white;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) translate(-50%);
    border-radius: 1px;
}

.umantis_search_filter .checkbox_field .form_checkbox input[type="checkbox"] {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    padding: 1px;
    width: 16px !important;
    height: 15px !important;
    border: 1px solid #666666;
    position: relative;
    min-width:16px;
    margin-right: 10px;
}

@media (min-width:1200px) {
    .umantis_search_filter .checkbox_field .form_checkbox input[type="checkbox"] {
        margin-top: 2px;
    }
}

.umantis_search_filter .checkbox_field .form_checkbox input[type="checkbox"]:checked {
    background-color: #00305D;
    border-color: #00305D;
    /*outline: 1px solid #00305D !important;*/
}


.umantis_search_filter .checkbox_field {
    display: none;
}

.umantis_search_filter .drawer.open .checkbox_field {
    padding: 5px 13px;
}

.umantis_search_filter .drawer.open .checkbox_field .form_checkbox {
    margin-bottom: 0 !important;
}

.umantis_search .umantis_search_filter .toggle {
    bottom: 22px;
    content: "";
    border-top: 2px solid #FFB81C;
    border-right: 2px solid #FFB81C;
    position: absolute;
    transform: rotate(135deg) translateY(50%);
    height: 9px;
    width: 9px;
    right: 15px;
    top: 39%;
    transition: transform 0.5s ease-in;
    transform-origin: center center;
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 2;
}

.umantis_list_career_department .select-box:has(.well) .select_label {
    display: none;
}

@media (min-width:1200px) {
    .umantis_search.umantis_list_career .umantis_search_filter .toggle {
        top: 22px;
    }
}

/*53338*/
.umantis_list_career .umantis_search_filter .form-group:has(.drawer.open) {
    /*max-height: 250px;*/
    overflow: visible;
    min-height: 50px;
}

/*.umantis_search_filter .drawer.open .well {
    padding-top:15px;
}*/

.umantis_search_filter .drawer.open .toggle {
    top: 20px;
}

@media (min-width:1200px) {
    .umantis_search_filter .drawer.open .toggle {
        top: 22px;
    }
}


.umantis_list_career_department .umantis_search_filter .drawer .well {
    background: #fff;
    border-radius: 23px;
    border: none;
    height: 40px;
    /* padding: 0 12px; */
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

@media (max-width:767px) {
    .umantis_list_career_department .umantis_search_filter .drawer .well {
        padding-right: 40px !important;
        /*overflow: hidden;*/
        display:block;
    }
}


@media (min-width:992px) {
    .umantis_list_career_department .umantis_search_filter .drawer .well {
        padding-right: 30px
    }
}


.umantis_search.umantis_list_career .umantis_search_filter .drawer .well {
    max-height: 50px;
    height: 50px;
    background: #E5E5E5;
    border-radius: 25px;
    border: none;
    /*padding: 0 12px;*/
    white-space: nowrap;
    /*overflow-x: hidden;*/
    text-overflow: ellipsis;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.umantis_search.umantis_list_career .umantis_search_filter .drawer.open .well {
    background: transparent;
}

.umantis_search .drawer.open .well .checbbox_select {
    background: transparent !important;
    max-height: 200px !important;
    /*overflow: scroll !important;*/
    position: relative;
    background: #fff !important;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 10px 0;
    border: 1px solid #E5E5E5;
    z-index: 90;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 37px;
    height: fit-content;
    /*overflow:scroll;*/
    left: 0;
    transition: height 0.2s ease-in-out;
    overflow-x: hidden !important;
}

.umantis_search .drawer:not(.open) .well .checbbox_select {
    padding: 10px 0;
    border: none;
    height: 0;
    top: 37px;
    max-height: 200px;
    padding: 0;
    overflow-y: scroll;
    background: #fff !important;
    transition: height 0.2s ease-in-out;
}

.umantis_search .drawer:not(.open) .well .checbbox_select:has(.checked) {
    padding: 0px 25px 0px 12px !important;
    border: none;
    height: fit-content;
    top: 0px;
    padding: 0;
    overflow: visible;
    background: transparent !important;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

/* @media (max-width:1199px) {
    .umantis_search .drawer:not(.open) .well .checbbox_select:has(.checked) {
        padding-left:0 !important;
        padding-right:0 !important;
    }
} */

/* @media (min-width:1200px) {
    .umantis_list_career_department .drawer:not(.open) .well .checbbox_select:has(.checked) {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
} */

.umantis_search .drawer:not(.open) .well .checbbox_select .checkbox_field:not(.checked) {
    display: none !important;
}

.umantis_search .drawer.open .well .js_filter_entrylevel {
    margin-right: 5px
}

.umantis_search_filter .drawer .well .placeholder {
    color: #666666 !important;
    font-family: "ITCFranklinGothicLTBook", sans-serif !important;
    margin-bottom: 0 !important;
    padding: 0px 25px 0px 12px;
    margin: 3px 0 3px 0;
    /*display: inherit !important;*/
    line-height: 100%;
}


/*.umantis_list_career  .umantis_search_filter .drawer .well .placeholder {
    line-height: 3.1;
}*/

/*.umantis_list_career .umantis_search_filter .drawer .well .placeholder {
    margin-top:15px;
}*/

.umantis_search_filter .drawer:not(.open) .well .checkbox_field.checked .form_checkbox {
    margin-right: 0px;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    color: #666666;
}

.umantis_search_filter .drawer.open .well .checkbox_field.checked .form_checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

.umantis_search_filter .drawer.open .well .checkbox_field.checked .form_checkbox {
    display: flex;
    align-items: flex-start;
}

.umantis_search_filter .drawer:not(.open) .well .checkbox_field.checked:not(.is_last_checked) label:after {
    content: ", ";
}

.umantis_search_filter .drawer:not(.open) .well .checkbox_field.checked {
    display: inline-flex !important;
    pointer-events: none;
}

.umantis_list_career_department .umantis_search_filter .drawer:not(.open) .well .checkbox_field.checked {
    padding-top: 10px;
}

.umantis_search_filter .drawer:not(.open) .well .checkbox_field.checked input {
    display: none;

}

.umantis_list_career .select_box:has(.drawer.open) {
    background-color: #e5e5e5;
    border-radius: 23px;
    position: relative;
}

.umantis_search_filter .drawer .well .checkbox_field .form_checkbox {
    display: flex;
    align-items: flex-start;
}

.umantis_list_career .select_box:has(.drawer.open) label {
    color: #666666 !important;
    font-family: "ITCFranklinGothicLTBook", sans-serif !important;
    margin-bottom: 0 !important;
    margin-bottom: 0;
}

.umantis_list_career .select_box .drawer.open {
    position: absolute;
    width: 100%;
    padding-top: 15px;
    margin-top: 10px;
    border-bottom-left-radius: 23px;
    border-bottom-right-radius: 23px;
}


/*Styling für Small-Filter-Plugins*/

.umantis_list_career_department .drawer .well .placeholder,
.umantis_list_career_department .drawer:not(.open) .well .checked .form_checkbox {
    margin-top: 14px;
}

@media (min-width:1200px) {
    .umantis_list_career_department .drawer .well .placeholder,
    .umantis_list_career_department .drawer:not(.open) .well .checked .form_checkbox {
        margin-top: 12px;
    }
}

.umantis_list_career_department .umantis_search_filter .form-group:has(.drawer.open) {
    /*max-height: 250px;*/
    /*overflow: scroll;*/
    min-height: fit-content;
}

.umantis_list_career_department .umantis_search_filter .drawer .well .checkbox_field .form_checkbox {
    margin-top: 0px !important;
}

.umantis_list_career_department .umantis_search_filter .umantis_input .form-group:has(.js_hover.select) {
    display: flex;
}

@media (min-width:992px) {

    .umantis_list_career_department .umantis_search_filter .umantis_input:has(.drawer.open) .js_filter_term,
    .umantis_list_career_department .umantis_search_filter .umantis_input:has(.drawer.open) .styled_dropdown_outer {
        margin-top: 30px;
        transition: none !important;
    }
}

@media (min-width:992px) {
    .umantis_list_career_department .umantis_search_filter .drawer.open .toggle {
        top: 15px !important;
    }
}

.umantis_list_career_department .umantis_search .drawer.open .well {
    height: 200px;
    overflow: scroll;
}

/*@media (max-width:991px) {
    .umantis_list_career_department .umantis_search_filter .form-group:last-child {
        margin-top:30px;
    }
}*/

.umantis_list_career_department .umantis_search_filter .drawer .toggle {
    top: 15px;
    transition: none;
}

@media (min-width:768px) and (max-width:991px) {
    .umantis_list_career_department .umantis_search_filter .drawer.open .toggle {
        top: 15px;
    }
}


@media (min-width:992px) and (max-width:1199px) {
    .umantis_list_career_department .umantis_search_filter .drawer.open .toggle {
        top: 0px;
    }
}

@media (min-width:992px) {
    .umantis_search_filter .drawer.open .well .checkbox_field:first-of-type {
        hyphens: auto;
        white-space: wrap;
        padding-right: 25px;
    }
}

.umantis_search .umantis_search_filter drawer.open .toggle {
    position: sticky;
    float: right;
    top: 0 !important;
}

.umantis_search_filter .drawer.open .well .checkbox_field.checked .form_checkbox {
    margin-top: 0px !important;
    margin-bottom: 0 !important;
}

@media (min-width:992px) and (max-width:1199px) {
    .umantis_list_career_department.umantis_search .umantis_search_filter .umantis_input {
        display: flex;
        flex-direction: row;
        align-items: end;
        flex-wrap: wrap;
    }
}

.umantis_list_career .umantis_search_filter .drawer.open .well .placeholder {
    border-radius: 25px;
    background-color: #E5E5E5;
    border: none;
    max-height: 50px;
    padding-top: 2px;
    height: fit-content;
    position: relative;
    width: 100%;
    min-height: 50px;
    display: inherit !important;
    align-items: center;
    padding: 0 12px;
    margin-top: 0;
    padding-top: 3px;
}


.umantis_list_career_department .umantis_search_filter:not(.open) .checkbox_field.checked {
    /*padding-left:0;*/
    padding-right: 0;
}

@media (min-width:992px) {
    .umantis_list_career_department .styled_dropdown_outer {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .umantis_list_career_department .js_filter_term.form-control {
        margin-top: 0 !important;
    }
}

.umantis_list_career_department .umantis_search_filter .drawer.open .well .placeholder {
    display: inherit !important;
    margin-top: 0;
    /*line-height: 2.7;*/
    padding-top: 14px;
    /* padding-left: 0; */
}

@media (min-width:1200px) {
    .umantis_list_career_department .umantis_search_filter .drawer.open .well .placeholder {
        padding-top: 12px;
    }
}

.umantis_list_career_department .umantis_search_filter .drawer:not(.open) .well .checkbox_field.checked {
    padding-top: 9px;

}

@media (min-width:1200px) {
    .umantis_list_career_department .umantis_search_filter .drawer:not(.open) .well .checkbox_field.checked {
        padding-top: 8px;
    }
}

.umantis_list_career_department .umantis_search_filter .drawer:not(.open) .well .checkbox_field.checked,
.umantis_list_career_department .umantis_search_filter .drawer:not(.open) .well .checkbox_field.checked .form_checkbox {
    margin: 0 !important;
}

/*@media (min-width:1200px) {
    .umantis_list_career_department .umantis_search_filter .drawer:not(.open) .well .checkbox_field.checked,
    .umantis_list_career_department .umantis_search_filter .drawer:not(.open) .well .checkbox_field.checked .form_checkbox{
        text-overflow: ellipsis;
        overflow-x: hidden;
        display: block !important;
    }
}*/

@media (min-width:992px) {
    .umantis_list_career_department .umantis_search_filter .drawer .well .checkbox_field.checked .form_checkbox {
        margin-top: 0px;
    }
}

/* .umantis_list_career_department .umantis_search_filter .drawer .well .placeholder {
    padding-left: 0;
    padding-right: 0;
} */

.umantis_list_career_department .umantis_search_filter .drawer.open .well:has(.checked) .placeholder {
    display: none;
}

.umantis_list_career_department .umantis_search_filter .form-group label {
    color: #666666 !important;
    font-family: "ITCFranklinGothicLTBook", sans-serif !important;
}

@media (min-width:992px) and (max-width:1199px) {
    .umantis_list_career_department .umantis_search_filter .umantis_input .form-group:nth-child(even) {
        padding-right: 0;
        padding-left: 0;
    }

    .umantis_list_career_department .umantis_search_filter .umantis_input .form-group:nth-child(odd) {
        padding-right: 0;
    }
}
/*
@media (min-width:992px) and (max-width:1199px) {
    @supports (font: -apple-system-body) {
        .umantis_list_career_department .umantis_search_filter .umantis_input .form-group:nth-child(odd) {
            padding-left: 0;
            padding-right: 7px !important;
            ;
        }

        .umantis_list_career_department .umantis_search_filter .umantis_input .form-group:nth-child(even) {
            padding-right: 0;
            padding-left: 7px !important;
        }
    }
}*/

.umantis_list_career_department .umantis_search_filter .drawer.open .well .checbbox_select {
    border: 2px solid #E5E5E5 !important;
}

.umantis_list_career_department .umantis_search_filter .drawer.open .well .option_title {
    padding-left: 6px;
}

@media (min-width:1200px) {
    .umantis_list_career_department .umantis_search_filter .drawer.open .well .option_title {
        padding-left: 10px;
    }
}



@media (max-width:1199px) {
    @supports (font: -apple-system-body) {
        .umantis_search_filter .checkbox_field .form_checkbox input[type="checkbox"] {
            outline: none !important;
            box-shadow: none !important;
            appearance: none !important;
            -webkit-appearance: none !important;
            -moz-appearance: none !important;
        }

        .umantis_search_filter .checkbox_field .form_checkbox input[type="checkbox"]:checked {
            outline: none !important;
            border: none !important;
        }
    }
}

.umantis_search_filter .drawer .well,
.umantis_search_filter .drawer .well .placeholder {
    cursor: pointer;
}

/*.umantis_search_filter .drawer.open .well .checkbox_field .form_checkbox {
    align-items: center !important;
}*/
/*
.umantis_list_career_department .umantis_search_filter .drawer.open .well .checkbox_field .form_checkbox {
    align-items: start !important;
}*/

/*Styling für Small-Filter*/

/*53338*/

/* START #54176 */
.umantis_search .button.cta {
    font-size: 16px;
    /*padding: 10px 20px;*/
    padding: 12px 20px 8px 20px;
    background-color: #FFB81C;
    font-family: "ITCFranklinGothicLTBook", sans-serif;
    color: #010101;
    border-radius: 80px;
    border: 2px solid #FFB81C;
    transition: all 0.2s ease-in-out;
    line-height: 150%;
}

@media (min-width:1200px) {
    .umantis_search .button.cta:hover {
        background-color: transparent;
        color: #FFB81C;
        border: 2px solid #FFB81C;
        transition: all 0.2s ease-in-out;
    }
}


@media (min-width:1200px) {
    .umantis_search .button.cta {
        font-size: 18px;
        padding: 12px 30px 8px 30px;
    }
}

.umantis_search .button.cta.lightblue {
    background-color: #009FE3;
    color: #fff;
    border: 2px solid #009FE3;
}

@media (min-width:1200px) {
    .umantis_search .button.cta.lightblue:hover {
        color: #009FE3;
        border: 2px solid #009FE3;
        background-color: transparent;
        transition: all 0.2s ease-in-out;
    }
}
/* END #54176 */

.umantis_search .button.cta.filter_reset {
    display: inline-block;
    color: #009FE3;
    border: 2px solid #009FE3;
    background-color: transparent;
    margin-left: 9.5px;
}

.umantis_search .button.cta.filter_reset:hover {
    background-color: transparent;
    color: #00305D;
    border: 2px solid #00305D;
    color:#00305D;
}

/*53768*/

@media (max-width: 767px),
(min-width: 992px) and (max-width: 1400px) {
    .umantis_search .button.cta.filter_reset {
        margin-top: 25px;
        margin-left: 0 !important;
    }

    .umantis_list_career.umantis_search .umantis_search_filter .button,
    .umantis_list_career.umantis_search .button.cta.filter_reset {
        width: 100% !important;
        text-align: center !important;
    }
}
/*53768*/


/*54449*/

@media (max-width:767px) {
    .umantis_search .drawer:not(.open) .well .checbbox_select:has(.checked) {
        overflow:hidden;
    }

    .umantis_list_career_department .umantis_search_filter .drawer .well {
        overflow-x:hidden;
    }

    .umantis_list_career_department .umantis_search_filter .drawer.open .well {
        overflow-x:visible;
    }
}

.umantis_search_filter .drawer .well .checkbox_field .form_checkbox {
    overflow: hidden;
    display: block !important;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis !important;  /* ← Safari/iOS Fallback */
    white-space: nowrap;
    width:100%;
}

.umantis_search_filter .drawer.open .well .checkbox_field .form_checkbox {
    white-space: normal !important;
    display: flex !important;
}

.umantis_search_filter .drawer .well .checkbox_field .form_checkbox {
    overflow:visible !important;
    display:flex;
    text-overflow: unset !important;
}

.umantis_search_filter .checkbox_field .form_checkbox input[type="checkbox"] {
    margin-right:8px;
    margin-bottom: -3px;
}


.umantis_search_filter .drawer:not(.open) .well .checkbox_field.checked {
    display: inline-flex !important;
}

@media (min-width:992px) {
    .umantis_list_career_department .umantis_search_filter:not(.open) .checkbox_field.checked {
        padding: 5px 13px;
    }

    .umantis_list_career_department .umantis_search_filter .drawer:not(.open) .well .checkbox_field.checked {
        padding-left: 0;
        padding-right: 0;
    }

}

@media (min-width:992px) and (max-width:1199px){
    .umantis_list_career_department .umantis_search_filter .drawer:not(.open) .well .checkbox_field.checked {
        max-width: -webkit-fill-available;
    }

}

@media (min-width:768px) and (max-width:1199px) {
    .umantis_list_career_department.umantis_search .button.cta.filter_reset {
        margin-left:10px !important;
    }
}

.umantis_list_career_department .umantis_search_filter .drawer:not(.open) .well .checkbox_field .form_checkbox{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap;
    max-width: 275px;
}

@media (min-width:768px) {
    .umantis_list_career_department .umantis_search_filter .drawer:not(.open) .well .checkbox_field .form_checkbox{
        max-width: 590px;
    }
}

@media (min-width:992px) {
    .umantis_list_career_department .umantis_search_filter .drawer:not(.open) .well .checkbox_field .form_checkbox{
        max-width: 458px;
    }
}


@media (min-width:1200px) {
    .umantis_list_career_department .umantis_search_filter .drawer:not(.open) .well .checkbox_field .form_checkbox{
        max-width: 269px;
    }
}

/*54449*/

/* START #54528 */
@media (min-width:992px) {
    .umantis_search .full_width_border_container .ccm-plugin--script-placeholder {
        position: absolute;
        top: 0;
        right: 10%;
        width: 40%;
    }
}

@media (max-width:767px) {
    .umantis_search .full_width_border_container .ccm-plugin--script-placeholder {
        display: none !important;
    }
}
/* END #54528 */

/* START #54528 */
@media (min-width:992px) {
    .umantis_search .full_width_border_container .ccm-plugin--script-placeholder {
        position: absolute;
        top: 0;
        right: 10%;
        width: 40%;
    }
}

@media (max-width:767px) {
    .umantis_search .full_width_border_container .ccm-plugin--script-placeholder {
        display: none !important;
    }
}
/* END #54528 */