body,
html,
.job_detail_body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 17px;
  color: #232f5d;
  line-height: normal;
  text-align: justify;
}
.no_head #container{
  margin-top: 60px;
}
.h1, h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: calc(calc((100vw - 428px) / 1012 * 12) + 36px);
  line-height: calc(calc((100vw - 428px) / 1012 * 11) + 39px);
  letter-spacing: calc(calc((100vw - 428px) / 1012 * .5) + -1.5px);
}
.boot h2, .boot .h2 ,h2{
  font-family: "Open Sans", sans-serif;
  color: #f15a23;
  font-weight: 600;
  font-size: 24px;

}
a {
  color: #f15a23;
}

.customer_main_title h1 {
  font-weight: 700;
  text-align: center;
}
.customer_main_description{
  text-align: center;
  margin: 32px auto 32px auto;
}
.boot .customer_main_description p{
  font-size: 20px;
}

.custom_search_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  background-color: #fff;
  box-shadow: 3px 2px 8px 5px rgba(0,0,0,.07999999821186066);
  margin-bottom: 8px;
  height: 70px;
  max-width: 97.6%;
  margin-left: 16px;

}

.custom_search_container .material-icons {
  margin-right: 10px;
  color: #f15a23;
  font-size: 32px;
  font-weight: 400;
}
.customer_main_banner img{
  max-height: 50vh;
  object-fit: cover;
}
.search_input {
  height: 52px;
  flex: 1 1 auto;
  color: #191414;
  font-size: 18px;
  font-weight: 400;
  border: 0;
  letter-spacing: .7px;
}

.search_input:focus {
  outline: none;
}

.badge {
  font-size: 14px;
  margin: 5px;
  border-radius: 5px;
  opacity: 0.9;
  background-color: #f15a23;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 6px;
}

.filter_select {
  position: relative;
}
#job-offer-list-id .fixed-table-body{
  overflow: visible;
}
.job-offer-list{
  margin: 0 auto 50px auto !important;
}
.table_fixed {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 20px !important; 
}

.table_fixed tbody tr {
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,.07999999821186066);
  margin: 1em 0;
  height: 100px;
}
.job-offer-list-div-container {
  margin-bottom: 20px !important;
}
.table_fixed td {
  padding: 1em;
  border: none;
}
td h2 a{
  color: #f15a23;
  font-size: 24px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
.table-hover tbody tr:hover{
  box-shadow: #aec6cf 0px 5px 15px;
  background-color: #fff;
}
a:hover{
  color: #6071d7;
}
/* ////buttons/// */
.btn-underlined{
  border: none;
  background: none;
  font-weight: 700;
}
.job_detail_back_button i {
  color: black;
}
.primary_button{
  background-color: #f15a23;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-shadow: none;
}
.primary_button_shape{
  display: inline-block;
  border-radius: 2px;
  padding: 10px 35px;
  height: 50px;
  border: 0;
}
.bootstrap-select > .dropdown-toggle{
  height: calc(1.5em + 0.75rem + 2px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.dropdown-toggle::after{
  color: #f15a23;
  top: 18px;
}
.filter-option, .filter-option-inner{
  display: flex;
  align-items: center;
}
div.col-12.job-offer-list .job-offer-list-div-container {
  transition: all 300ms ease !important;
  cursor: pointer !important;
  background: white !important;
  border: 0px solid transparent !important;
  margin-bottom: 20px !important;
  border-radius: 10px !important;
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 40%) !important;
  text-align: center !important;
  padding: 2rem 1.5rem !important;
  padding-top: 15px !important;
  height: auto !important; 
  min-height: 290px !important;
  position: relative;
  
}

div.col-12.job-offer-list .job-offer-list-div-button {
  position: absolute;
  bottom: 20px; 
  left: 0;
  right: 0;
  padding: 0 20px; 
  width: auto;
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: #F4F4F5;
}
.bootstrap-select .dropdown-menu {
  background: #FFFFFF;
  border-radius: 16px;
  border-style: solid;
  border-width: 1px;
  box-shadow: rgba(33, 42, 54, 0.13) 0px 4px 16px 3px;
}
.form-control:focus, .form-label-group > select:focus{
  background-color: #fff;
  box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 8px rgba(0, 120, 255, 0.3);
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle, .bootstrap-select .dropdown-toggle:focus{
  outline: none;
  outline-offset: 0;
}
.filter_select_container{
  padding-left: 12px;
}
.filter_select_container .dropdown-item:focus, .dropdown-item:hover {
  background-color: #F4F4F5 !important;
}
.cancel-job-filter{
  font-size: 1rem;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 2px;
}
#job-offer-list-id .box_filter   p{
  margin-bottom: 0 !important;
}
#city{
  font-size: 1rem;
  height: calc(1.5em + 0.75rem + 2px);
  border: 1px solid #ced4da;
  background-color: #fff;
}
.btn_green, .btn_red, .btn-action{
  color: white;
  background-color: #f15a23;
  border-color: #f15a23;
  text-shadow: none;
}
.btn-action:hover {
  background-color: white !important;
  border-color: #f15a23;
  color: #f15a23;
}
#footer a, #footer h1, #footer h2, #footer h3, #footer i {
color: white !important;
}
.btn-bewerbung-for:hover{
  color:black ;
}
/* sticky button  */
.sticky_button_container {
  padding: 0 150px;
}
.sticky_button_container .job_detail_filter {
  display: none;
}
.sticky_button_container{
  margin-top: 50px;
}
.sticky_button_container .btn:hover {
  color: #f15a23;
  background-color: white !important;
  border: 1px solid #f15a23;
}
.sticky_button {
  bottom: 64px;
  right: 5px;
  position: fixed;
  z-index: 3000;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  padding-left: 4px;
  padding-right: 4px;
  background: #f15a23 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 25px #00000029;
  font-weight: 400;
  font-size: 14px;
  font-family: "Open Sans", sans-serif, sans-serif;
  text-transform: capitalize;
  letter-spacing: 0.64px;
  border-color: #f15a23;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-shadow: none;
}
.sticky_button:hover {
  color: #ffffff;
  background-color: #f15a23;
}
.sticky_button:hover i {
  color: #ffffff;
}
.sticky_button i {
  font-size: 17px;
  margin: 0 auto 5px auto;
  color: white;
}
.sticky_button i:hover {
  color: #f15a23;
}
/* JOB DETAIL */
.custom-max-width{
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  flex: 0 0 100%;
}
.col-12.others{
  flex: 0 0 100% !important;
  margin-top: 0;
}
.job_detail_filter{
  margin: 40px auto;
}
.job_detail_conclusive_words, .job_detail_contact_person_inserted{
  margin-left: auto;
  margin-right: auto;
}
.job_detail_contact_person_inserted{
  padding: 20px 40px !important;
}
.bewerbungs_task_image img {
  height: auto;
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}
.job_detail_title h1{
  color: #f15a23;
  font-size: 2.5rem;
  font-weight: 500 !important;
  line-height: 3rem;
  margin: 15px 0 10px 0 !important;

}
.job_detail_sub_title .sub_title{
  color: #f15a23;
  font-weight: 600;
}
.job_detail_conclusive_words{
background-color: #f15a23;
color: white;
text-align: center;
}
.job_detail_conclusive_words .job_detail_sub_title{
  display: block !important;
  color: white;
  margin-top: 0.5rem;
}
.job_detail_conclusive_words .job_detail_sub_title .sub_title{
  color:white !important;
  text-align: center;
  font-weight: 600;
}
.task_video_container{
  width: 100%;
  margin-top: 50px;
  margin: 30px auto 30px auto;
  background: #eee;
  padding: 20px;
  border-radius: 2px;
}
.task_video{
  width: 100%;
  height: auto;
}
.job_detail_contact_person_inserted_body_right, .job_detail_contact_person_inserted_body_left{
  text-align: center;
  flex: 0 0 100%;
  max-width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.job_detail_socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 40px 0px 0px 0px;
  padding: 0;
}
.job_detail_socials button {
  /* width: 173px; */
  color: white;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border-radius: 50%; */
  border-radius: 99.9em;
  height: 3em;
  width: 3em;
  cursor: pointer;
}
.job_detail_social_icon {
  margin: 0px 10px 20px 10px;
}
.icon-fusion {
  margin: 0px;
}

/* Job bewerbung */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px; /* Adjust these values based on your layout */
  margin-left: -15px;
}

.field-container {
  padding-right: 15px; /* Adjust padding to control space between fields */
  padding-left: 15px; /* Adjust padding to control space between fields */
  margin-bottom: 30px; /* Space between rows of fields */
}

/* Specific adjustments for upload fields if needed */
.field-container.upload-field {
  flex: 0 0 100%;
  max-width: 100%;
}

/* Adjustments for standard fields to fit two per row */
.field-container.standard-field {
  flex: 0 0 50%;
  max-width: 50%;
}
.field-container input.form-control, .field-container select{
  background-color: #f3f4f5;
  border: 0;
  border-radius: 2px;
}
.field-container .form-control:focus{
  background-color: #fff;
  box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 8px rgba(0, 0, 0, 0.3);
}
.bs-checkbox [type="checkbox"]:checked + span:before,
.dropdown-item [type="checkbox"]:checked + span:before,
[type="checkbox"]:checked + label:before {
  border-color: #f15a23;
  background: #f15a23;
}

.bs-checkbox span:hover:before,
.dropdown-item span:hover:before,
label:hover:before {
  border: 1px solid #f15a23 !important;
}

/* social icons  */
.icon-fusion-facebook:before {
  content: "\ea90";
}
.icon-fusion-twitter:before {
  content: "\ea96";
}
.icon-fusion-xing:before {
  content: "\ead3";
}
.icon-fusion-linkedin:before {
  content: "\eac9";
}
.icon-fusion-whatsapp:before {
  content: "\ea93";
}
.icon-fusion-linkedin2:before {
  content: "\eaca";
}
.icon-fusion-instagram:before {
  content: "\ea92";
}
.btn-tweet {
  background-color: #55acee;
}
.btn-tweet:hover {
  background-color: #32bbf5;
}
.btn-fb {
  background-color: #3b5998;
}
.btn-fb:hover {
  background-color: #4273c8;
}
.btn-linkedin {
  background-color: #0077b5;
}
.btn-linkedin:hover {
  background-color: #0369a0;
}
.btn-xing {
  background-color: #126567;
}
.btn-xing:hover {
  background-color: #29888a;
}
.btn-whatsapp {
  background-color: #518648;
}
.btn-whatsapp:hover {
  background-color: #34af23;
}
.btn-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: border-box;
  background-clip: border-box;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  color: white; 
  transition: background 0.3s ease;
}

.btn-instagram:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 20%, #fd5949 45%, #d6249f 60%, #285AEB 80%);
  -webkit-background-clip: border-box;
  background-clip: border-box;
}
.btn-instagram:hover i {
  color: inherit; 
}
.btn-telegram {
  background-color: #2ca5e0;
}
.btn-telegram:hover {
  background-color: #00d3ff;
}
.btn-mail {
  background-color: #ea4335;
}
.btn-mail:hover {
  background-color: #ff3c22;
}
.btn-printer {
  background-color: #cccccc;
}
.btn-printer:hover {
  background-color: #aaa;
}
.task_video{
  max-height: 500px;
}
.favorite-icon {
  cursor: pointer; 
}

/* Favorite icon styles for favorited state */
.favorite-icon.favorited i {
  color: #f15a23 !important;
  font-variation-settings: 'FILL' 1 !important;
}

.favorite-icon i {
  color: #666;
  transition: color 0.2s ease;
  font-variation-settings: 'FILL' 0;
}

.favorite-icon:hover i {
  color: #f15a23;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #f15a23;  
  border: 1px solid #f15a23;  
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.back-to-top:hover {
  background-color: #fff;
  border-color: #f15a23;  
}

.back-to-top .material-icons {
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: color 0.3s ease;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.back-to-top:hover .material-icons {
  color: #f15a23  
}
#jobList .card-view-title {
  min-width: 40%;
  font-size: 16px;
}
#jobList td p{
  white-space: normal;
}
#citywrap {
  position: relative;
}

#autocomplete-container {
  position: absolute;
  width: calc(100% + 80px); 
  left: -40px; 
  top: 100%;
  z-index: 9999;
}

#autocomplete-container .ui-autocomplete {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 450px; /* Minimum width */
  margin-left: 0px !important;

}
#autocomplete-container .ui-state-active,
#autocomplete-container .ui-widget-content .ui-state-active,
#autocomplete-container .ui-widget-header .ui-state-active,
#autocomplete-container a.ui-button:active,
#autocomplete-container .ui-button:active,
#autocomplete-container .ui-button.ui-state-active:hover,
#autocomplete-container .ui-menu-item.ui-state-focus,
#autocomplete-container .ui-menu-item:hover {
  background: #f15a23 ;
  font-weight: normal;
  color: black;
}

#autocomplete-container .ui-menu-item:hover,
#autocomplete-container .ui-menu-item.ui-state-focus {
  background-color: #f15a23 ;
}
#autocomplete-container .ui-menu-item {
  padding: 8px 12px;
  cursor: pointer;
  background: #fff;
  border-bottom: 1px solid #eee;
}

#autocomplete-container .ui-menu-item:last-child {
  border-bottom: none;
}

#autocomplete-container .ui-menu-item:hover {
  background-color: #f5f5f5;
}

#autocomplete-container .ui-helper-hidden-accessible {
  display: none;
}
#myModalEditConfigNewColorPicker .pcr-button {
  border: 1px solid rgb(170, 170, 170) !important;
}
#distancewrap .selectpicker{
background-color: inherit;
}
#custom_filter_container .custom_search_container, .custom_search_container .search_input{
  border:none;
}
#custom_filter_container .custom_search_container .search_input{
  padding: 5px 20px;
}
/* WCAG 2.2 AA Accessibility Fixes for Career Pages */

/* Fix search button contrast */
.suchen_btn {
  background-color: #f15a23;
  border-color: #f15a23;
  text-shadow: none;
}

/* Fix action buttons contrast and remove problematic text-shadow */
.btn-action, .btn_green, .btn_red {
  background-color: #f15a23;
  border-color: #f15a23;
  text-shadow: none;
}

/* Fix specific button violations */
.btn-bewerbung-for {
  background-color: #f15a23;
  border-color: #f15a23;
  text-shadow: none;
}

.sticky_button {
  background-color: #f15a23;
  border-color: #f15a23;
  text-shadow: none;
}

#send_bewerbung {
  background-color: #f15a23;
  border-color: #f15a23;
  text-shadow: none;
}

/* Fix primary button contrast */
.primary_button {
  background-color: #f15a23;
  border-color: #f15a23;
  text-shadow: none;
}

/* Fix brand color usage in links and headings */
a {
  color: #f15a23;
}

h2, .h2 {
  color: #f15a23;
}

/* Fix dropdown and UI elements */
.dropdown-toggle::after {
  color: #f15a23;
}

/* Fix badge colors */
.badge {
  background-color: #f15a23;
}

/* Fix back-to-top button */
.back-to-top {
  background-color: #f15a23;
  border-color: #f15a23;
}

/* Fix autocomplete hover states */
#autocomplete-container .ui-state-active,
#autocomplete-container .ui-widget-content .ui-state-active,
#autocomplete-container .ui-widget-header .ui-state-active,
#autocomplete-container .ui-menu-item.ui-state-focus,
#autocomplete-container .ui-menu-item:hover {
  background: #f15a23;
}

/* Fix checkbox states */
.bs-checkbox [type="checkbox"]:checked + span:before,
.dropdown-item [type="checkbox"]:checked + span:before,
[type="checkbox"]:checked + label:before {
  border-color: #f15a23;
  background: #f15a23;
}

.bs-checkbox span:hover:before,
.dropdown-item span:hover:before,
label:hover:before {
  border: 1px solid #f15a23;
}

/* Fix job detail elements */
.job_detail_title h1 {
  color: #f15a23;
}

.job_detail_sub_title .sub_title {
  color: #f15a23;
}

.job_detail_conclusive_words {
  background-color: #f15a23;
}

/* Fix button hover states */
.btn-action:hover {
  border-color: #f15a23;
  color: #f15a23;
}

.sticky_button_container .btn:hover {
  color: #f15a23;
  border: 1px solid #f15a23;
}

/* Fix material icons in search */
.custom_search_container .material-icons {
  color: #f15a23;
}

/* Fix social button hover states */
.sticky_button i:hover {
  color: #f15a23;
}

.back-to-top:hover .material-icons {
  color: #f15a23;
}


/* Ensure minimum target sizes for touch */
.btn-action, .primary_button, .suchen_btn, .sticky_button {
  min-height: 44px !important;
  min-width: 44px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
#job-offer-list-id .col-md-6.col-lg-4.mb-3{
  margin-top:50px;
}
/* Fix email link contrast specifically */
a[href^="mailto:"] {
  color: #f15a23;
}

/* Fix login button target size violation */
a[href*="login.html"]{
  display: inline-block !important;
  min-width: 48px !important;
  min-height: 48px !important;
  margin: 4px !important;
  padding: 0 !important;
}

a[href*="login.html"] .btn ,.lang_dropdown {
  min-width: 48px !important;
  min-height: 48px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid oklch(.872 .01 258.338);
  box-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgba(0, 0, 0, .05));
  color: #414141;
  border-radius:5px;
}
.shadow_1, .lang_dropdown ul.lang_list:hover, .lang_dropdown label:hover{
  box-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgba(0, 0, 0, .05));
}
a[href*="login.html"] .btn:hover{
  background-color: #eee;
  border-color: #414141;
  color: #414141;
}
#btn-login {
  text-shadow: none;
  min-width: 48px;
  min-height: 48px;
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-login:hover {
  text-shadow: none;
  background-color: #eee;
  border-color: #414141;
  color: #414141;
}
.customer_bottom{
  padding: 0;
}

@media (max-width: 536px) {
  #jobList .card-views .card-view .card-view-title {
    display: none !important;
}

  #jobList .card-views .card-view:nth-child(2) .card-view-value {
      padding-left: 0;
      width: 100%;
  }
  #jobList .card-views .card-view:nth-child(2) .card-view-value h2 {
      text-align: center;
  }
  #jobList .card-views .card-view .card-view-value {
      text-align: center !important;
  }
  #autocomplete-container .ui-autocomplete {
    min-width: 100%;
  }
  .head_logo {
    display: block;
    margin-left: 15px;
  }
  .job_detail_body p , .job_detail_duties, .job_detail_profile {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .sticky_button {
    bottom: -2px;
    left: -2px;
    width: 100%;
    font-size: 13px;
    display: flex;
    flex-direction: row;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius:0%;
  }
  .sticky_button i {
    margin: 0 8px 0;
    font-size: 14px;
  }
}

@media (max-width: 47.9375em) { /* This equates to max-width: 767px */
  .filter_col,
  .job_detail_title h1{
  margin: 10px auto !important;
  }
  .job_detail_filter{
    margin: auto;
  }
  .sticky_button_container {
    padding: 0 20px;
  }
  .sticky_button {
    bottom: -2px;
    left: -2px;
    width: 100%;
    font-size: 13px;
    display: flex;
    flex-direction: row;
    height: 32px;
    align-items: center;
    justify-content: center;
  }
  .sticky_button i {
    margin: 0 8px 0;
    font-size: 14px;
  }
  .field-container.upload-field, .field-container.standard-field {
    flex: 0 0 100%; 
    max-width: 100%;
  }
  .field-container {
    margin-bottom: 10px;
  }
  #distancewrap button.dropdown-toggle, .filter_select_container button.dropdown-toggle {
    max-width: 100%;
  }
   #autocomplete-container {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
  }

 #autocomplete-container .ui-autocomplete {
    width: 100% !important;
    min-width: 100%; /* Use container width on mobile */
  }
}

/* Min-width queries for larger screens */
@media (min-width: 768px) {
  .custom-max-width{
    max-width: 720px !important;
  }
  .container.mb-4.neu_karrieresite, .job-offer-list {
    max-width: 720px;
  }
  
}
@media (min-width: 768px) and (max-width: 1200px) {
  #job-offer-list-id .col-md-6.col-lg-4.mb-3{
    flex: 0 0 50%;
    max-width: 50%;
  }

}

@media (min-width: 992px) {
  .custom-max-width{
    max-width: 900px !important;
  }
  .container.mb-4.neu_karrieresite, .job-offer-list {
    max-width: 960px;
  }
  #autocomplete-container {
        width: 100%;
        left: 0;
    }
  #autocomplete-container .ui-autocomplete {
      min-width: 300px;
  }
}

@media (min-width: 1200px) {
  .custom-max-width{
    max-width: 1000px !important;
  }
  .container.mb-4.neu_karrieresite, .job-offer-list {
    max-width: 1140px;
  }
   #autocomplete-container {
    width: calc(100% + 40px);
    left: -20px;
}
 #autocomplete-container .ui-autocomplete {
    min-width: 350px;
}
}

@media (min-width: 1400px) {
  .container.mb-4.neu_karrieresite, .job-offer-list {
    max-width: 1320px !important;
  }
  .h1, h1 {
    font-size: 3rem;
  }
  #autocomplete-container .ui-autocomplete {
    min-width: 400px;
}
}
@media (min-width: 1920px){
  .custom-max-width{
    max-width: 1320px !important;
  }
}

/* ==================================================
   WCAG 2.2 ACCESSIBILITY FIXES
   ================================================== */

/* Fix skip-to-main link contrast and visibility */
.skip-to-main {
  position: absolute;
  top: -40px;
  left: 6px;
  background: #000000;
  color: #ffffff;
  padding: 8px 16px;
  z-index: 9999;
  text-decoration: none;
  border-radius: 0 0 4px 4px;
  font-weight: 600;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.skip-to-main:focus {
  top: 0;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  outline: 2px solid #ffffff;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.8);
  border-color: #ffffff;
}

/* Ensure skip link is visible on focus for all screen readers */
.skip-to-main:focus,
.skip-to-main:active {
  position: absolute !important;
  top: 0 !important;
  left: 6px !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  z-index: 9999 !important;
}




/* Ensure all interactive elements meet minimum target size */
.btn-action, 
.primary_button, 
.suchen_btn, 
.sticky_button,
button,
.btn  {
  min-height: 44px !important;
  min-width: 44px !important;
  box-sizing: border-box !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
button.toggler,
.btn.toggler {

  display: block !important;
  justify-content: unset !important;
  align-items: unset !important;
}
/* Fix social media button target sizes */
.job_detail_socials button,
.btn-fb,
.btn-tweet,
.btn-linkedin,
.btn-xing,
.btn-whatsapp,
.btn-telegram,
.btn-mail,
.btn-printer {
  min-height: 44px !important;
  min-width: 44px !important;
  padding: 12px !important;
  position: relative !important;
}
/* High contrast mode support */
@media (prefers-contrast: high) {
  *:focus,
  *:focus-visible {
    outline: 3px solid #000000 !important;
    outline-offset: 2px !important;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.9) !important;
  }
  
  .btn-action:focus,
  .primary_button:focus {
    outline: 3px solid #ffffff !important;
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.9) !important;
  }
  
  /* Ensure all interactive elements have sufficient contrast */
  a, button, [role="button"] {
    text-decoration: underline !important;
    font-weight: 600 !important;
  }
}

/* Respect user motion preferences */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    animation-duration: 0.001s !important;
    transition-duration: 0.001s !important;
  }
}

/* Screen reader only content */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.sr-only-focusable:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

/* Ensure form inputs have proper sizing */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
  min-height: 44px !important;
  font-size: 16px !important;
}

/* Fix checkbox and radio button target sizes */
input[type="checkbox"],
input[type="radio"] {
  min-width: 24px !important;
  min-height: 24px !important;
}

/* Ensure dropdown items meet target size requirements */
.dropdown-item {
  min-height: 44px !important;
  padding: 12px 16px !important;
  display: flex !important;
  align-items: center !important;
}

/* Fix autocomplete items target size */
#autocomplete-container .ui-menu-item {
  min-height: 44px !important;
  padding: 12px 16px !important;
  display: flex !important;
  align-items: center !important;
}

/* Ensure back-to-top button meets target size */
.back-to-top {
  min-width: 44px !important;
  min-height: 44px !important;
  padding: 12px !important;
}

/* Fix favorite icon target size */
.favorite-icon {
  min-width: 44px !important;
  min-height: 44px !important;
  padding: 8px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Ensure all form labels have proper contrast */
label,
.form-label-group > label {
  color: #232f5d !important;
  font-weight: 500 !important;
}

/* Fix required field indicators */
[required]::after {
  content: " *" !important;
  color: #f15a23 !important;
  font-weight: bold !important;
}

/* Ensure error messages are properly styled */
.error,
.error-message {
  color: #dc3545 !important;
  font-weight: 500 !important;
  background-color: #f8d7da !important;
  border: 1px solid #f5c6cb !important;
  padding: 8px 12px !important;
  border-radius: 4px !important;
  margin: 8px 0 !important;
}

/* Fix horizontal scroll issues on mobile */
@media (max-width: 768px) {
  body,
  html {
    overflow-x: hidden !important;
    max-width: 100vw !important;
  }
  
  .body_100,
  .job_detail_body {
    overflow-x: hidden !important;
    max-width: 100% !important;
  }
}

/* Ensure proper heading hierarchy */
h1, h2, h3, h4, h5, h6 {
  font-weight: 500 ;
  line-height: 1.3 ;
}


/* Fix modal accessibility */
.modal {
  z-index: 1050 !important;
}

.modal-dialog {
  margin: 1.75rem auto !important;
}

.modal-content {
  border-radius: 8px !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.modal-header {
  border-bottom: 1px solid #dee2e6 !important;
  padding: 1rem !important;
}

.modal-body {
  padding: 1rem !important;
}

.modal-footer {
  border-top: 1px solid #dee2e6 !important;
  padding: 1rem !important;
}

/* Ensure proper focus management */
.modal:focus {
  outline: none !important;
}

.modal .btn:focus {
  outline: 2px solid #f15a23 !important;
  outline-offset: 2px !important;
}

/* Fix for forced colors mode (Windows High Contrast) */
@media (forced-colors: active) {
  *:focus,
  *:focus-visible {
    outline: 2px solid ButtonText !important;
    outline-offset: 2px !important;
  }
  
  .skip-to-main:focus {
    outline: 2px solid ButtonText !important;
    border-color: ButtonText !important;
  }
}