/* CSS Document */


/******************************************************************
	Job-Liste
***********/

.maf_results_ul {
    padding: 10px 20px 10px 30px;
    min-width: 250px;
}

.maf_38 {
    font-size: 39.81px !important;
}

.maf_48 {
    font-size: 48.83px !important;
}

.terms p:last-child {
    margin-bottom: 40px !important;
}

.maf_advanced_toggle {
    /*display: none !important;*/
}

.aufgaben h4,
.anforderungen h4,
.benefits h4,
.terms h4 {
    margin: 30px 0px !important;
}

.maf_search_button {
    text-transform: lowercase !important;
}

.maf_search_button,
.maf_apply_button {
    background-color: #434F4F !important;
    border-color: #434F4F !important;
}

.dataTables_length {
    display: none;
}

.dataTables_info {
    display: none;
}

.dataTables_paginate {
    display: none;
}

#jobs a {
    text-decoration: none !important;
}

#jobs_filter {
    text-align: left;
    float: left;
}

#jobs_filter label {
    font-size: 13px !important;
    font-weight: 700 !important;
}

#jobs_filter label input {
    font-size: 16px !important;
}

#jobs tbody tr.odd>.sorting_1,
#jobs tbody tr.even>.sorting_1 {
    background-color: transparent;
}

#jobs tbody tr.odd,
#jobs tbody tr.even {
    background-color: #ffffff;
}

#jobs tbody tr.odd:hover,
#jobs tbody tr.even:hover {
    background-color: #f9f9f9;
}

#jobs thead th,
#jobs thead td {
    font-size: 22px;
    font-weight: normal;
    padding: 10px 30px 10px 10px;
}

#jobs tbody td,
table.dataTable>tbody>tr.child span.dtr-title,
table.dataTable>tbody>tr.child span.dtr-data {
    font-size: 16px;
    line-height: 19px;
}

/* MAAF EDIT skills search css */
/* Skills Styles */
.maf_skills_container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0;
}

.maf_skill_tag {
    background: #e9ecef;
    color: #495057;
    padding: 4px 12px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #dee2e6;
    transition: all 0.3s ease;
}

.maf_skill_tag:hover {
    /*     background: #007bff;
    color: white;
    border-color: #007bff; */
}

.maf_skill_tag.maf_info_value {
    text-transform: capitalize;
}

.maf_skill_tag_more {
    background: #6c757d;
    color: white;
    padding: 4px 12px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #6c757d;
}

.maf_job_skills_section {
    margin: 25px 0;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #007bff;
}

.maf_job_skills_section h4 {
    margin-bottom: 15px;
    color: #333;
    font-size: 18px;
    font-weight: 600;
}

.maf_job_card_skills {
    margin: 15px 0;
    padding: 15px 0;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
}

/* end of skills css */

.maf_jobs_section {
    /* background: #fff; */
    padding: 20px;
    border-radius: 10px;
    /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.08); */
}

.maf_search_container {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 15px;
    border-radius: 12px;
    /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05); */
    /* background: #fff; */
}

.maf_search_input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.maf_search_button:hover {
    background: #9a772b;
}

.maf_advanced_toggle {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.maf_advanced_toggle:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.maf_filter_icon {
    width: 26px;
    height: 26px;
}

.maf_advanced_filters {
    margin-top: 20px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.maaf_advance_block_close_btn_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    color: #b28a33;
}

/* .maaf_advance_block_close_btn_container h3 {
    color: #bed616 !important;
} */

.maaf_advance_block_close_btn_container h3,
.maaf_advance_block_close_btn_container svg {
    color: #495057 !important;
    stroke: #495057 !important;
}


.maaf_close_btn {
    cursor: pointer;
}

.maf_filter_card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 10px;
}

.maf_button_group {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}


/* .maf_fake_button {
    color: black !important;
    background: #fff !important;
    border: 1px solid #ccc !important;
    padding: 10px 15px !important;
    border-radius: 8px !important;
    cursor: pointer !important;
  transition: border-color 0.3s ease, background-color 1s ease, color 1s ease;
}

.maf_fake_button.active {
    background: #bed616 !important;
    color: black !important;
    border: 1px solid #bed616 !important;


}
.maf_fake_button:focus,
.maf_fake_button:active {
  border-color: #bed616 ;
  outline: none;
} */

.maf_button_group button:focus {
    outline: none !important;
}

.maf_fake_button,
.maf_tag{
  display: inline-block !important;
	color: black !important;
    background: #fff !important;
    border: 1px solid #ccc !important;
    padding: 10px 15px !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    transition:
        border-color 0.15s ease,
        background-color 0.5s ease 0.15s,
        color 0.5s ease 0.15s !important;
}
.maf_fake_button:hover,
.maf_tag:hover{
    background: #eee !important;
    color: black !important;
    border: 1px solid rgba(0, 0, 0, 0.25) !important;
}

.maf_fake_button.active,
.maf_tag{
   background: #bed616 !important;
    color: black !important;
    border: 1px solid #bed616 !important;
}

.maf_fake_button:focus,
.maf_fake_button:active {
    border-color: #bed616 !important;
    outline: none !important;
}


.maf_filter_group {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.maf_filter_group label {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: .5rem;
}

.maf_filter_group.maaf_sal_block {
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

.maf_filter_group.maaf_sal_block input[type="number"] {
    max-width: 58px;
    min-height: 36px;
}

.maf_filter_group input,
.maf_search_input {
    border-radius: 5px !important;
}

.maf_skill_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}

.maf_tag {
	background: #bed616 !important;
    color: black !important;
    border: 1px solid #bed616 !important;
    padding: 10px 15px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.remove_tag {
    margin-left: 6px;
    cursor: pointer;
    font-weight: bold;
    color: #666;
}

.remove_tag:hover {
    color: #000;
}

#maf_skill_suggestions li,
#maf_keyword_suggestions li {
    list-style: none;
}


/* Additional styles for tag inputs */

.maf_suggestions_list {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    max-height: 150px;
    overflow-y: auto;
    display: none;
    position: absolute;
    background: white;
    width: 100%;
    z-index: 1000;
    top: 100%;
    left: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.maf_suggestions_list li {
    padding: 8px 12px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.maf_suggestions_list li:hover {
    background: #f0f0f0;
}

.maf_suggestions_list li:last-child {
    border-bottom: none;
}

#maf_skill_input_container {
    position: relative;
}

#maf_skill_suggestions {
    position: absolute;
    width: 100%;
    top: auto;
    left: 0;
    background: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    max-height: 150px;
    overflow-y: auto;
    display: none;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#maf_skill_suggestions li {
    padding: 8px 12px;
    cursor: pointer;
}

#maf_skill_suggestions li:hover {
    background: #f0f0f0;
}

#maf_location_input_container {
    height: 50px;
}

.maf_results_ul li {
    list-style: none !important;
}

#maf_keyword_input_container {
    position: relative;
}

.maf_clear_all_btn,
.maf_clear_tags_btn {
    background: #eee !important;
    color: black !important;
    display: inline-flex !important;
    align-items: center !important;
    cursor: pointer !important;
    border: 1px solid rgba(0, 0, 0, 0.25) !important;
    /* border: 1px solid #ccc; */
    padding: 10px 15px !important;
    border-radius: 8px !important;
    transition: 0.2s !important;
    float: inline-end;
}

.maf_no_jobs {
    text-align: center;
    padding: 40px;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 8px;
    margin-top: 20px;
    height: 100vh;
}

.maf_no_jobs h3 {
    color: #333;
    margin-bottom: 10px;
}

.maf_no_jobs p {
    color: #666;
}

.maaf_old_img {
    display: none !important;
}

.maf_search_actions_block {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

/* on job deatail page hide search block */
.elementor-widget-container:has(.maf_search_actions_block):has(.maf_job_section) .elementor-shortcode {
    display: none !important;
}

.maaf_find_job_btn_last .maf_search_button{
	width:100%;
}
/* end of addition css for skills and keywords and locations */
@media only screen and (max-width: 600px) {

    #jobs tbody td,
    table.dataTable>tbody>tr.child span.dtr-title,
    table.dataTable>tbody>tr.child span.dtr-data {
        font-size: 12px;
        line-height: 16px;
    }
}

/******************************************************************
	Job-Detail
***********/
#job-detail h1 {
    font-size: 70px;
    line-height: 1.1em;
    font-weight: 900;
    margin: 0;
    text-transform: none;
    text-align: center;
}

#job-detail h3.arbeitsort {
    text-align: center;
}

@media only screen and (max-width: 767px) {
    #job-detail h1 {
        font-size: 42px;
        font-weight: 900;
    }

    p,
    li,
    div.row {
        font-family: 'Raleway', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        line-height: 22px;
        font-size: 18px;
    }
}

#job-detail h1 span {
    width: 50px;
    background-color: #c1d72e;
    font-size: 14pt;
    font-weight: normal;
    margin-left: 20px;
    padding: 5px;
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

#job-detail .kontakt {
    padding-top: 30px;
}

#job-detail .bewerben-btn {
    color: #5f5f5f;
    background-color: #bccf11;
    position: relative;
    outline: 0;
    -moz-outline-style: none;
    border: 0;
    margin-bottom: 20px;
    top: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    font-weight: 700 !important;
    clear: both;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
    display: block;
    width: 100%;
    text-decoration: none !important;
}

#job-detail .bewerben-btn:hover {
    color: #ffffff;
}

/* maf css */
.maf_flex {
    display: flex;
}

.flex_column {
    flex-direction: column;
}

.flex_row {
    flex-direction: row;
}

.align_items_center {
    align-items: center !important;
}

.jutify_content_between {
    justify-content: space-between !important;
}

.gap_05 {
    gap: 0.5rem;
}

.gap_08 {
    gap: 0.8rem;
}

.gap_1 {
    gap: 1rem;
}

.mb_20 {
    margin-bottom: 20px !important;
}

.mb_50 {
    margin-bottom: 50px !important;
}

.maf_p {
    font-size: 18px !important;
}

.maf_search_form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    max-width: 700px;
    margin: auto;
    width: 100%;
}

.maf_search_form {
    display: flex;
    justify-content: space-evenly;
    gap: 10px;
    width: 100%;
}

.maf_search_form .maf_search_input {
    border-radius: 5px;
}

.maf_search_field {
    position: relative;
    flex: 1;
}

.maf_clear_button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 !important;
    background: #fff !important;
    color: #bed616 !important;
    font-size: 20px !important;
}

.maf_search_input {
    font-family: "Noto Sans Display", sans-serif !important;
    border-color: #E3E7E7 !important;
    min-height: 47px;
}

.maf_search_input::placeholder {
    /*color: #87979f !important; */
    color: #a3a3a3 !important;
}

.maf_search_input:focus-visible {
    outline: none;
}

.maf_divider {
    border-top: 1px solid #D3DBDB;
    width: 75%;
    margin: 50px auto;
}

.maf_text_center {
    text-align: center;
}

.maf_job_section {
    flex-direction: column;
    margin-bottom: 20px;
    padding: 0 20px;
}

.maf_job_description {
    width: 100%;
}

.maf_job_description p {
    margin: 0 !important;
}

.maf_job_provider {
    width: 100%;
}

.maf_job_title,
.maf_job_provider_title {
    color: #434F4F;
    font-size: 22px !important;
}

.maf_job_expert_title {
    color: #bed616 !important;
    font-size: 16px !important;
    font-weight: 500;
    margin-bottom: 0 !important;
}

.maf_job_expert_value {
    color: #434F4F;
    font-size: 16px !important;
}

.maf_job_provider_card {
    width: 100%;
    background-color: #f1f3f3;
    padding: 30px;
    border-radius: 16px;
    position: sticky;
    top: 140px;
}

.maf_job_provider_info_title {
    color: #434F4F;
    font-size: 16px !important;
}

.maf_job_provider_info_value {
    color: #748888;
    font-size: 16px !important;
}


.maf_job_cards {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 20px 0;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px;
}

.maf_job_card {
    width: 100%;
    border-radius: 12px 12px 12px 12px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #FFFFFF00;
    box-shadow: 0px 0px 50px -10px rgba(0, 0, 0, 0.06);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;

}

.maf_job_card:hover {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: var(--e-global-color-b41e63e);
}

.maf_job_card_title {
    color: #434F4F;
    /*font-size: 20px !important;*/
    margin-top: 0 !important;
    font-size: var(--e-global-typography-d9f56ad-font-size) !important;
    line-height: var(--e-global-typography-d9f56ad-line-height) !important;
}

.maf_job_card_details {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #e3e7e7;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 24px 0;
    padding: 24px 0px 0;
}

.maf_job_card_row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
}

.maf_info_title {
    color: #434F4F;
    /*font-size: 13px !important;*/
    /*letter-spacing: 3px;*/
    text-transform: uppercase;
    font-weight: 500;
    font-size: var(--e-global-typography-text-font-size) !important;
    line-height: var(--e-global-typography-text-line-height) !important;
    letter-spacing: var(--e-global-typography-text-letter-spacing) !important;
    display: flex;
    align-items: center;
}

.maf_info_title .elementor-icon-list-icon {
    align-items: center;
}

.maf_info_value {
    color: #434F4F;
    font-size: 16px !important;
    font-weight: 500;
}

.maf_info_title_date {
    color: #434F4F;
    font-size: 14px !important;
}

.maf_info_value_date {
    color: #434F4F;
    font-size: 14px !important;
}


.maf_input_list {
    position: absolute;
    background: #fff;
    padding-top: 10px;
    margin-top: 10px;
    z-index: 9999999;
    overflow-x: scroll;
    max-height: 300px
}

.maf_search_li {
    cursor: pointer;
}

.maf_d_none {
    display: none !important;
}

/* X-Small devices (portrait phones, less than 576px)*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .maf_job_card {
        width: calc(50% - 10px);
    }

    .maf_job_card_row {
        grid-template-columns: 1fr 1fr;
    }

    .maf_search_form {
        /*flex-direction: row;*/
    }

}

/* Mobile devices*/
@media (max-width: 430px) {
    #maaf_img_block {
        gap: 0px;
        margin-bottom: 13%;
    }

    .maf_search_container {
        flex-direction: column;
    }

    .maf_search_field,
    .maf_search_actions_block,
    .maf_search_button {
        width: 100% !important;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .maf_job_card_row {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .maf_job_section {
        flex-direction: row;
    }

    .maf_job_description {
        width: 65%;
    }

    .maf_job_provider {
        width: 35%;
    }

}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {}