.ax-job__section:not(:last-child) {
  margin-bottom: 75px;
}
.ax-job__section-name {
  margin-bottom: 50px;
  color: #42413E;
  font-size: 44px;
  line-height: 55px;
  font-weight: 300;
  text-transform: uppercase;
}
.ax-job__list {
  
}
.ax-job__item {
  display: flex;
  align-items: center;
  padding: 27px 0;
  border-bottom: 1px solid #E8E3D6;
}
.ax-job__item:first-child {
  padding-top: 0;
}
.ax-job__logo {
  display: flex;
  padding-right: 30px;
}
.ax-job__title {
  flex: 1;
  padding-right: 20px;
  color: #42413E;
  font-size: 20px;
  line-height: 30px;
}
.ax-job__action {
  margin-left: auto;
}
.ax-job__button {
  font-size: 18px;
  line-height: 30px;
  border-color: #4299b0;
  padding: 15px 25px;
  color: #4299B0;
  text-transform: uppercase;
}
.ax-job__button:hover,
.ax-job__button:focus{
  background-color: #E5232D;
  border-color: #E5232D;
  color: #F6F6F4;
}


{#
.ax-job__custom-dropdown {
    position: relative;
    width: 250px;
    margin-bottom: 20px;
}

.ax-job__dropdown-trigger {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px 16px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    transition: all 0.3s ease;
}

.ax-job__dropdown-trigger:hover {
    border-color: #007bff;
}

.ax-job__dropdown-trigger.active {
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.ax-job__dropdown-arrow {
    transition: transform 0.3s ease;
    font-size: 12px;
}

.ax-job__dropdown-trigger.active .ax-job__dropdown-arrow {
    transform: rotate(180deg);
}

.ax-job__dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    margin-top: 4px;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.ax-job__dropdown-menu.show {
    display: block;
}

.ax-job__dropdown-item {
    padding: 10px 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-bottom: 1px solid #f0f0f0;
}

.ax-job__dropdown-item:last-child {
    border-bottom: none;
}

.ax-job__dropdown-item:hover {
    background-color: #f8f9fa;
}

.ax-job__dropdown-checkbox {
    width: 18px;
    height: 18px;
    margin-right: 12px;
    accent-color: #007bff;
    cursor: pointer;
}

.ax-job__dropdown-label {
    flex: 1;
    cursor: pointer;
    font-size: 14px;
    user-select: none;
}

.ax-job__dropdown-clear {
    padding: 10px 16px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}

.ax-job__dropdown-clear button {
    background: #dc3545;
    color: white;
    border: none;
    padding: 6px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    transition: background-color 0.2s ease;
}

.ax-job__dropdown-clear button:hover {
    background: #c82333;
}

.ax-job__selected-count {
    font-size: 12px;
    color: #666;
    margin-left: 8px;
}

/* Hide default select */
.ax-job__location-select {
    display: none !important;
}

#}


/*** 
====================================================================
    Mobile 
====================================================================
***/
.ax-m-job__section {
  padding: 25px 0;
  border-bottom: 1px solid #F0F0F0 !important;
}
.ax-m-job__section:first-child {
  padding-top: 0;
}
.ax-m-job__section.acc_active {
  padding-bottom: 0;
}
.ax-m-job__item {
  display: flex;
  flex-direction: column;
  padding: 15px 0;
}
.ax-m-job__item:not(:last-child){
  border-bottom: 1px solid #F0F0F0;
}
.ax-m-job__section-name {
  font-size: 24px;
  line-height: 36px;
  text-transform: uppercase;
  color: #42413E;
}
.ax-m-job__image {
  max-width: 100px;
}
.ax-m-job__name {
  position: relative;
  margin-top: 15px;
  padding-right: 15px;
  font-size: 18px;
  line-height: 30px;
  color: rgba(0, 0, 0, .75);
}
.ax-m-job__arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg id='Icon' transform='translate(-411.888 -492.615)'%3E%3Crect id='Slice_24' data-name='Slice 24' width='16' height='16' transform='translate(411.888 492.615)' fill='%23fff'/%3E%3Cpath id='Icon_ionic-md-arrow-forward' data-name='Icon ionic-md-arrow-forward' d='M5.977,12.679h9.048L10.854,16.85l1.08,1.043,5.958-5.958L11.934,5.977,10.892,7.019l4.133,4.171H5.977Z' transform='translate(408.009 488.625)' fill='%2342413e'/%3E%3C/g%3E%3C/svg%3E%0A");
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}


select.ax-job__location-select {
    width: 250px;
    margin-left: auto;
    display: block;
    padding: 10px 35px 10px 15px;
    border-radius: 5px;
    appearance: none;
    -webkit-appearance: none;
    background-image: url('https://www.axept.ch/hubfs/02_karriereseite/03_offene_stellen/arrow-drop.png');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: calc(100% - 15px) center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
        margin-bottom: 20px;
        line-height: normal;
    color:#42413e;
    font-family: 'Open Sans', sans-serif;
    
}
