/*
* jobs overview
*/
.jobs-overview-filter form {
  background: rgba(var(--main-light-color), 1);
  border-radius: 26px;
  margin: 0 0 2em;
  padding: 20px;
}

.jobs-overview-filter-heading {
  position: relative;
  color: rgb(var(--main-dark-color));
  font-size: 2.1rem;
  font-weight: 700;
}
.jobs-overview-filter-heading:after{
  content: '';
  background: url('/images/icons/select-arrow.svg') no-repeat center;
  background-size: contain;
  width: 12px;
  height: 9px;
  display: block;
  position: absolute;
  right: 0;
  top: 60%;
  transform: translateY(-50%) rotate(-90deg);
  transition: all .4s;
}
.jobs-overview-filter.active .jobs-overview-filter-heading:after{
  transform: translateY(-50%) rotate(0deg);
}
.jobs-overview-filter.active .jobs-overview-filter-heading{
  margin: 0 0 30px;
}
.jobs-overview-filter-content{
  display: none;
}
.jobs-overview-filter.active .jobs-overview-filter-content{
  display: block;
}

.jobs-overview-filter-item {
  margin: 0 0 20px;
  position: relative;
}
.jobs-overview-filter-item-ueberregional{
  margin-left: 27px;
}

.jobs-overview-filter-item label {
  color: rgb(var(--main-dark-color));
  background: rgb(var(--main-light-color));
  font-weight: 700;
  left: 22px;
  line-height: 1;
  margin: 0;
  padding: 0 5px;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}

.jobs-overview-filter input,
.jobs-overview-filter select {
  background: rgb(var(--main-light-color));
  border-color: #DDDDDD;
  border-radius: 18px;
  color: rgb(var(--main-dark-color));
  font-size: 1.8rem;
  padding: 15px 20px;
}

.jobs-overview-filter select:active,
.jobs-overview-filter input:active,
.jobs-overview-filter select:focus-within,
.jobs-overview-filter input:focus-within {
  border-color: rgb(var(--sub-highlight-color));
  outline: none !important;
}

.jobs-overview-filter select {
  appearance: none;
  padding-right: 30px;
}

.jobs-overview-filter-item:has(select):after {
  content: '';
  background: url('/images/icons/select-arrow.svg') no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: block;
  width: 10px;
  height: 7px;
  pointer-events: none;
}

.jobs-overview-filter-item .label {
  color: rgb(var(--main-dark-color));
  font-weight: 700;
}

.jobs-overview-filter-item .label + label {
  display: flex;
  font-size: 1.8rem;
  font-weight: 400;
  left: auto;
  margin: 10px 0 30px;
  padding: 0;
  position: relative;
  top: auto;
  transform: none;
}

.jobs-overview-filter-item input[type="checkbox"] {
  margin: 0 10px 0 0;
  accent-color: rgb(var(--sub-highlight-color));
  border-color: rgb(var(--sub-highlight-color));
  outline: none !important;
  width: 18px;
  height: 18px;
}

.jobs-overview-filter button {
  position: relative;
  margin: 0 auto;
  padding: 14px 10px;
  width: 100%;
}
.jobs-overview-filter button:before {
  background: url('/images/icons/suche.svg') no-repeat center;
  background-size: contain;
  content: '';
  height: 26px;
  width: 26px;
  left: 30px;
  position: absolute;
  transition: all .4s;
}
.jobs-overview-category,
.jobs-overview-category.h1-like{
  width: 100%;
  text-align: center;
}
.jobs-overview-result-cnt,
.jobs-overview-result-cnt.h2-like{
  text-align: center;
  padding-bottom: 0;
}
.jobs-overview-wrapper{
  padding-top: 25px;
}
.jobs-overview {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.jobs-overview-footnotes{
  padding-top: 50px;
}

.jobs-overview-item {
  background: rgba(var(--main-light-color), 1);
  border-radius: 26px;
  margin: 0;
  padding: 35px 20px 35px;
  position: relative;
  transition: all .4s;
}
.jobs-overview-item:has(.jobs-overview-item-badge){
  padding: 50px 20px 35px;
}
.jobs-overview-item-link-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}

.jobs-overview-item-badge {
  background: rgba(var(--sub-highlight-color), 1);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: rgba(var(--main-light-color), 1);
  font-size: 1.4rem;
  font-weight: 700;
  left: 30px;
  line-height: 1;
  padding: 7px 14px 11px;
  position: absolute;
  top: 0;
}

.jobs-overview-item-badge-2 {
  background: rgba(var(--main-highlight-color), 1);
}

.jobs-overview-item-badge + .jobs-overview-item-badge {
  left: 100px;
}
.jobs-overview-content{
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.jobs-overview-content .jobs-overview-item-bonus-notice{
  pointer-events: all;
}
.jobs-overview-item-type {
  color: rgb(var(--sub-highlight-color));
  font-size: 1.7rem;
  margin: 0;
}

.jobs-overview-item-pic {
  display: none;
}
.jobs-overview-item-pic img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.jobs-overview-item-heading {
  font-size: 2.1rem;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 0;
}

.jobs-overview-item-heading a {
  color: rgb(var(--main-dark-color));
  text-decoration: none;
}

.jobs-overview-item-heading span {
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0.0425em;
}

.jobs-overview-item-bonus {
  background: rgba(var(--main-highlight-color), 1);
  border-radius: 18px;
  color: rgba(var(--main-light-color), 1);
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 14px 20px;
}
.jobs-overview-item-bonus,
.jobs-overview-item-bonus-notice{
  color: rgba(var(--main-light-color), 1);
  text-decoration: none;
}
.jobs-overview-item-bonus-notice{
  margin-left: 5px;
}
.jobs-overview-item-bonus-notice:hover,
.jobs-overview-item-bonus-notice:focus{
  color: rgba(var(--main-light-color), 1);
}

.jobs-overview-item-subheading {
  display: none;
  margin: 20px 0 0;
}

.jobs-overview-item-infos {
  margin-top: 30px;
}

.jobs-overview-item-info {
  background: no-repeat 0 4px;
  background-size: 17px auto;
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 14px;
  padding: 0 0 0 25px;
}

.jobs-overview-item-info.arbeitszeit {
  background-image: url(/images/icons/arbeitszeit.svg);
}

.jobs-overview-item-info.standort {
  background-image: url(/images/icons/standort.svg);
}

.jobs-overview-item-info.ort {
  background-image: url(/images/icons/ort.svg);
}

.jobs-overview-item-logo {
  margin: 30px 0 0;
  width: 200px;
}
.jobs-overview-item-link{
  margin-top: 30px;
}
.jobs-overview-item-link a {
  display: block;
}
.module_JobExchange-complete-wrapper{
  background-color: rgb(var(--main-light-color));
  border-radius: 20px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .jobs-overview-item-pic {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    right: 20px;
    top: 0;
  }
  .jobs-overview-item-infos {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
  }
  .jobs-overview-item-info{
    margin: 0;
  }
  .jobs-overview-item-logo-link {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin: 30px 0 0;
  }
  .jobs-overview-item-link a{
    display: inline-block;
  }
  .jobs-overview-item-logo{
    width: 250px;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  body.jobs .cols-100:has(.jobs-overview-wrapper){
    width: 95%;
  }
  .jobs-overview-filter-heading:after{
    display: none;
  }
  .jobs-overview-filter-content{
    display: block;
  }
  .jobs-overview {
    gap: 40px 20px;
  }
  .jobs-overview-wrapper {
    display: flex;
    justify-content: space-between;
  }

  .jobs-overview-filter {
    position: sticky;
    top: calc(var(--header-height) + 50px);
    right: 0;
    width: 26%;
    height: fit-content;
    order: 2;
  }

  .jobs-overview-result {
    order: 1;
    width: 72%;
  }

  .jobs-overview-result-cnt,
  .jobs-overview-result-cnt.h2-like{
    padding: 0 0 80px;
  }
  .jobs-overview-filter button:before{
    display: none;
  }

  .jobs-overview-filter-heading {
    font-size: 2.1rem;
    margin: 0 0 30px;
  }

  .jobs-overview-filter input:not([type="checkbox"]),
  .jobs-overview-filter select {
    border-radius: 22px;
  }


  .jobs-overview-item {
    border-radius: 40px;
    padding: 75px 80px 60px;
  }
  .jobs-overview-item:has(.jobs-overview-item-badge){
    padding: 75px 80px 60px;
  }

  .jobs-overview-item-badge {
    font-size: 2.2rem;
    left: 80px;
  }
  .jobs-overview-item-badge + .jobs-overview-item-badge{
    left: 180px;
  }

  .jobs-overview-item-type {
    font-size: 2.2rem;
  }

  .jobs-overview-item-pic {
    height: 100px;
    right: 0;
    width: 100px;
  }

  .jobs-overview-item-heading,
  .jobs-overview-item-subheading {
    padding-right: 160px;
  }

  .jobs-overview-item-heading {
    font-size: 2.8rem;
  }

  .jobs-overview-item-heading span,
  .jobs-overview-item-bonus,
  .jobs-overview-item-subheading {
    font-size: 2.2rem;
  }
  .jobs-overview-item-bonus{
    border-radius: 25px;
    padding: 21px 36px;
  }

  .jobs-overview-item-subheading {
    display: block;
    margin: 30px 0;
    padding-right: 0;
  }

  .jobs-overview-item-info {
    font-size: 1.9rem;
  }

  .jobs-overview-item-info.arbeitszeit div {
    display: inline;
  }

  .jobs-overview-item-infos {
    gap: 10px 40px;
  }

  .jobs-overview-item-logo-link {
    margin: 50px 0 0;
  }
  .jobs-overview-item-link{
    margin-top: 0;
  }
  .jobs-overview-item-info.arbeitszeit div + div:before {
    content: ' | ';
  }

}
@media screen and (min-width: 1440px) {
  .jobs-overview-result {
    width: 72.72%;
  }
  .jobs-overview-filter {
    width: 23.86%;
  }
  .jobs-overview-filter button:before{
    display: block;
  }
  .jobs-overview-item-pic {
    top: -35px;
    width: 120px;
    height: 120px;
  }
  .jobs-overview-item:hover,
  .jobs-overview-item:focus-within{
    transform: scale(1.02);
    box-shadow: 0 4px 35px 0 rgba(0, 0, 0, 0.12);
  }
  .module_JobExchange-complete-wrapper{
    border-radius: 40px;
    padding: 75px 70px 50px 70px;
  }
  .module_JobExchange-complete-wrapper p{
    padding: 0 0 40px;
  }
  p.module_JobExchange-complete-wrapper-info{
    font-size: 1.9rem;
    padding: 0;
  }
}
@media screen and (min-width: 1800px) {
  body.jobs .cols-100:has(.jobs-overview-wrapper) {
    width: 88.88%;
  }
}

/*
* jobs Detail
*/
.cols-wrapper:has(.col-module_JobExchange_detail){
  padding: calc(var(--col-padding) / 2) 0 0;
}
.col-module_JobExchange_detail .back{
  display: none;
}
.job-detail{
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 0 calc(var(--col-padding) / 2);
}
.job-detail-pic img{
  border-radius: 45px;
}
.job-detail-banner{
  margin: 10px auto 10px 0;
  width: fit-content;
}
.job-detail-banner img{
  width: 100%;
  height: 100%;
  max-height: 70px;
  max-width: 760px;
  object-fit: cover;
}
.job-detail-type,
.job-detail-type.h2-like{
  padding: 0;
}
.job-detail-title,
.job-detail-title.h1-like{
  padding: 0 0 20px;
  line-height: 1.2;
}
.job-detail-description,
.job-detail-description.h3-like,
.job-detail-description.h3-like *{
  line-height: 1.5;
}
.job-detail-bonustext{
  background: rgba(var(--main-highlight-color), 1);
  border-radius: 18px;
  color: rgba(var(--main-light-color), 1);
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 20px;
  padding: 17px 30px;
}
.job-detail-bonustext,
.job-detail-bonustext-notice{
  color: rgba(var(--main-light-color), 1);
  text-decoration: none;
}
.job-detail-bonustext-notice{
  color: rgb(var(--sub-dark-color)) !important;
  margin-left: 5px;
}
body.dark .job-detail-bonustext-notice{
  color: rgb(var(--main-light-color)) !important;
}
.job-detail-bonustext .job-detail-bonustext-notice{
  color: rgb(var(--main-light-color)) !important;
}
.job-detail-bonustext-notice:hover,
.job-detail-bonustext-notice:focus{
  color: rgba(var(--main-light-color), 1);
}
.job-detail-infos-wrapper{
  display: flex;
  flex-direction: column;
  gap: 10px 20px;
}
.job-detail-info-item{
  background: no-repeat 0 center;
  background-size: 20px auto;
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0;
  padding: 0 0 0 25px;
  color: rgb(var(--main-dark-color));
}
body.dark .job-detail-info-item{
  color: rgb(var(--main-light-color));
}
.job-detail-employment{
  background-image: url('/images/icons/arbeitszeit-lila.svg');
}
.job-detail-salary{
  background-image: url('/images/icons/salary-lila.svg');
}
.job-detail-standort-title{
  background-image: url('/images/icons/standort-lila.svg');
  background-size: 18px auto;
}
.job-detail-standort-area{
  background-image: url('/images/icons/ort-lila.svg');
  background-size: 18px auto;
}
.job-detail-start{
  background-image: url('/images/icons/calendar-lila.svg');
}
.job-detail-apply-button{
  margin: 20px 0 0;
}
.job-detail-tasks-contactperson-container{
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.job-detail-tasks-contactperson-wrapper{
  display: flex;
  flex-direction: column-reverse;
  gap: 50px 20px;
  padding: calc(var(--col-padding) / 2) 0;
  max-width: 1600px;
  margin: 0 auto;
  width: 88.88%;
}
.job-detail-features-container{
  width: 100%;
}
.job-detail-features-container{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body.dark .job-detail-features-container{
  color: rgb(var(--main-light-color));
}
.job-detail-contactperson-container{
  background-color: rgb(var(--main-light-color));
  border-radius: 45px;
  max-width: 420px;
  width: fit-content;
}
.job-detail-contactperson-wrapper{
  text-align: center;
  width: 100%;
  padding: 40px 20px 30px;
  border-radius: 40px;
  line-height: 1;
  font-size: 2rem;
}
.job-detail-contactperson-heading{
  color: rgb(var(--main-dark-color)) !important;
}
.job-detail-contactperson-pic{
  width: 200px;
  height: 200px;
  margin: 0 auto 20px;
}
.job-detail-contactperson-pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.job-detail-contactperson-name{
  font-weight: 700;
  color: rgb(var(--main-dark-color));
  letter-spacing: 0.04em;
}
.job-detail-contactperson-position{
  margin-top: 10px;
}
a.job-detail-location-phone{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(var(--main-dark-color)) !important;
  text-decoration: none;
  margin-top: 25px;
}
.job-detail-location-fax{
  color: rgb(var(--main-dark-color));
  margin-top: 15px;
}
a.job-detail-location-phone:before{
  content: '';
  display: inline-block;
  background: url('/images/icons/phone.svg') no-repeat center;
  background-size: contain;
  width: 17px;
  height: 17px;
}
a.job-detail-location-email{
  display: block;
  color: rgb(var(--sub-highlight-color)) !important;
  text-decoration: none;
  margin-top: 15px;
  overflow-wrap: anywhere;
}
.job-detail-contactperson-wrapper a.job-detail-apply-button{
  display: block;
  max-width: 340px;
  margin: 40px auto 0;
}
.job-detail-social-share-heading{
  margin-top: 30px;
  margin-bottom: 15px;
}
.job-detail-social-share-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 18px;
}
.job-detail-social-share-item:after{
  display: none !important;
}
.job-detail-social-share-item svg *{
  transition: all .4s;
}
.job-detail-social-share-item:hover svg *,
.job-detail-social-share-item:focus svg *{
  fill: rgb(var(--sub-highlight-color));
}
.job-detail-tasks-title,
.job-detail-services-title,
.job-detail-qualifications-title{
  font-size: 1.6rem;
}
.job-detail-tasks-subtitle,
.job-detail-qualifications-subtitle,
.job-detail-services-subtitle{
  font-size: 3rem;
  padding: 0 0 20px;
  font-weight: 700;
}
.job-detail-tasks-box,
.job-detail-qualifications-box,
.job-detail-services-box{
  list-style-type: none;
  padding: 0;
}
.job-detail-tasks-item,
.job-detail-qualifications-item,
.job-detail-services-item{
  position: relative;
  padding: 0 0 10px 30px;
}
.job-detail-services-item-notice{
  color: rgb(var(--sub-dark-color)) !important;
  text-decoration: none;
  margin-left: 5px;
}
body.dark .job-detail-services-item-notice{
  color: rgb(var(--main-light-color)) !important;
}
.job-detail-tasks-item::marker,
.job-detail-qualifications-item::marker,
.job-detail-services-item::marker{
  display: none;
}
.job-detail-tasks-item:before,
.job-detail-qualifications-item:before,
.job-detail-services-item:before{
  content: '';
  display: inline-block;
  background: url('/images/icons/jobs-bulletpoint.svg') no-repeat center;
  background-size: contain;
  width: 17px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 0;
}
.job-detail-footnotes{
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 1.6rem;
  margin-top: 30px;
}
.job-detail-footnote-item{
  display: flex;
  gap: 0 8px;
}
.job-detail-footnotes-2 .job-detail-footnote-box:nth-child(1) .job-detail-footnote-item{
  gap: 0 16px;
}

.job-detail-footnotes-3 .job-detail-footnote-box:nth-child(1) .job-detail-footnote-item{
  gap: 0 24px;
}
.job-detail-footnotes-3 .job-detail-footnote-box:nth-child(2) .job-detail-footnote-item{
  gap: 0 16px;
}

.job-detail-footnotes-4 .job-detail-footnote-box:nth-child(1) .job-detail-footnote-item{
  gap: 0 32px;
}
.job-detail-footnotes-4 .job-detail-footnote-box:nth-child(2) .job-detail-footnote-item{
  gap: 0 24px;
}
.job-detail-footnotes-4 .job-detail-footnote-box:nth-child(3) .job-detail-footnote-item{
  gap: 0 16px;
}

.job-detail-footnotes-5 .job-detail-footnote-box:nth-child(1) .job-detail-footnote-item{
  gap: 0 40px;
}
.job-detail-footnotes-5 .job-detail-footnote-box:nth-child(2) .job-detail-footnote-item{
  gap: 0 32px;
}
.job-detail-footnotes-5 .job-detail-footnote-box:nth-child(3) .job-detail-footnote-item{
  gap: 0 24px;
}
.job-detail-footnotes-5 .job-detail-footnote-box:nth-child(4) .job-detail-footnote-item{
  gap: 0 16px;
}
.job-detail-location-container{
  display: flex;
  flex-direction: column-reverse;
  gap: 50px 15px;
  padding: 50px 0;
}
.job-detail-location-slider{
  background-color: rgb(var(--main-highlight-color));
  height: 250px;
  border-radius: 45px;
}
.job-detail-location-slider.swiper-initialized{
  background-color: transparent;
}
.job-detail-location-slider img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 45px;
}
.job-detail-location-slider .pause-play-button{
  bottom: 20px;
  left: 20px;
}
.job-detail-location-slider .swiper-pagination-bullet:before{
  background: rgb(var(--main-light-color)) !important;
}
.job-detail-location-info-subtitle{
  display: none;
}
.job-detail-location-info-title{
  font-size: 4rem;
  color: rgb(var(--main-dark-color));
  padding: 0 0 20px;
  font-weight: 700;
  line-height: 1.2;
}
body.dark .job-detail-location-info-title{
  color: rgb(var(--main-light-color));
}
.job-detail-location-info-description{
  margin-bottom: 15px;
}
.job-detail-location-info-description p:last-of-type{
  padding: 0;
  margin: 0;
}
.job-detail-location-info-address-heading{
  font-size: 2.6rem;
  font-weight: 400;
  padding: 0 0 10px;
}
.job-detail-location-info-address-title{
  font-weight: 700;
}
.job-detail-location-info-address-title,
.job-detail-location-info-address-street,
.job-detail-location-info-address-area{
  font-size: 1.8rem;
  color: rgb(var(--main-dark-color));
}
a.job-detail-location-info-address-button{
  margin-top: 20px;
}
.job-detail-map-container{
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 50px 0 100px;
}
.job-detail-map{
  border-radius: 45px;
  border: 1px solid #333;
  overflow: hidden;
}
.job-detail-map .wwiframe-privacy-wrapper{
  border: none;
}
.job-detail-map-title{
  font-size: 4rem;
  font-weight: 700;
  padding: 0 0 10px;
  line-height: 1;
}
.job-detail-map-subtitle{
  font-size: 3rem;
  color: rgb(var(--main-dark-color));
  line-height: 1;
  padding: 0 0 20px;
}
.job-detail-map-description p:last-of-type{
  padding: 0;
  margin: 0;
}
.job-detail-map .wwiframe-wrapper{
  margin: 0 !important;
}
.job-detail-map .wwiframe-privacy-wrapper{
  padding: 20px;
}
.job-detail-map a.wwiframe-privacy-button{
  margin-top: 10px;
}
.job-detail-apply-container{
  position: relative;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 100px 0;
  background: url('/images/jobs-detail-parallax.jpg') no-repeat 70% center;
  background-size: cover;
}
.job-detail-apply-container:after{
  content: '';
  background-color: rgba(0,0,0,0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.job-detail-apply-wrapper{
  position: relative;
  width: 88.88%;
  max-width: 1600px;
  margin: 0 auto;
  z-index: 2;
}
.job-detail-apply-heading{
  color: rgb(var(--main-light-color)) !important;
  line-height: 1.2;
  max-width: 780px;
}
.job-detail-apply-heading span{
  color: rgb(var(--sub-highlight-color));
}
.job-detail-apply-subheading{
  margin-top: 20px;
  color: rgb(var(--main-light-color));
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  max-width: 750px;
  letter-spacing: -1px;
}
.job-detail-apply-wrapper a.job-detail-apply-button{
  margin-top: 30px;
}
@media screen and (min-width: 640px) {
  .job-detail-map .wwiframe{
    aspect-ratio: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .job-detail-info-item {
    margin: 0;
  }
  .job-detail-location-slider{
    height: 350px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .job-detail-contactperson-pic{
    width: 120px;
    height: 120px;
  }
  .job-detail-contactperson-wrapper a.job-detail-apply-button{
    margin: 20px auto 0;
  }
  .job-detail-social-share-heading{
    margin-top: 20px;
  }
  a.job-detail-location-phone{
    margin-top: 15px;
  }
}

@media screen and (min-width: 1024px) {
  .cols-wrapper:has(.job-detail){
    padding: 0;
  }
  .job-detail{
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
  .job-detail-pic{
    width: 52.27%;
    background-color: rgb(var(--main-highlight-color));
    border-radius: 0 0 120px 0;
  }
  .job-detail-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 0 120px 0;
  }
  .job-detail-content{
    width: 43.18%;
    margin-top: 65px;
  }
  .job-detail-banner{
    margin: 0 auto 20px 0;
  }
  .job-detail-title,
  .job-detail-title.h1-like{
    padding: 0 0 10px;
  }
  .job-detail-description,
  .job-detail-description.h3-like,
  .job-detail-description.h3-like *{
    font-size: 2.2rem;
  }
  .job-detail-description.h3-like{
    padding: 0 0 40px;
  }
  .job-detail-bonustext{
    font-size: 2.2rem;
    border-radius: 25px;
    padding: 21px 36px;
    margin: 0 0 20px;
  }
  .job-detail-infos-wrapper {
    gap: 10px 40px;
  }
  .job-detail-info-item {
    background-position: 0 center;
    font-size: 2.2rem;
  }
  .job-detail-standort-title{
    margin-top: 10px;
  }
  .job-detail-apply-button{
    margin: 60px 0 0;
  }
  a.job-detail-location-phone:before{
    width: 22px;
    height: 22px;
  }
  .job-detail-tasks-contactperson-wrapper{
    flex-direction: row;
    justify-content: space-between;
    padding: var(--col-padding) 0;
  }
  .job-detail-contactperson-container{
    position: sticky;
    height: fit-content;
    top: calc(var(--header-height) + 50px);
    width: 40%;
  }
  .job-detail-features-container{
    width: 48.75%;
  }
  .job-detail-tasks-item,
  .job-detail-qualifications-item,
  .job-detail-services-item{
    padding: 0 0 30px 50px;
  }
  .job-detail-tasks-item:before,
  .job-detail-qualifications-item:before,
  .job-detail-services-item:before{
    width: 30px;
    height: 35px;
  }
  .job-detail-tasks-subtitle,
  .job-detail-qualifications-subtitle,
  .job-detail-services-subtitle{
    font-size: 4rem;
  }
  .job-detail-location-container{
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100%;
    max-width: 1680px;
    flex-direction: row;
    justify-content: space-between;
  }
  .job-detail-location-slider.swiper{
    height: 500px;
    width: 48%;
    margin: 0;
    border-radius: 0 45px 45px 0;
  }
  .job-detail-location-slider img{
    border-radius: 0 45px 45px 0;
  }
  .job-detail-location-info-wrapper{
    width: 48%;
  }
  .job-detail-location-info-title{
    font-size: 5rem;
    padding: 0 0 40px;
  }
  .job-detail-location-info-description{
    margin-bottom: 35px;
  }
  .job-detail-location-info-address-heading{
    font-size: 4rem;
  }
  .job-detail-location-info-address-title,
  .job-detail-location-info-address-street,
  .job-detail-location-info-address-area{
    font-size: 2.2rem;
  }
  a.job-detail-location-info-address-button{
    margin-top: 40px;
  }
  .job-detail-map-container{
    margin-left: auto;
    margin-right: calc(-50vw + 50%);
    width: 100%;
    max-width: 1680px;
    flex-direction: row;
    justify-content: space-between;
  }
  .job-detail-map-content{
    width: 48%;
  }
  .job-detail-map{
    width: 48%;
    border-radius: 45px 0 0 45px;
    overflow: hidden;
  }
  .job-detail-map .wwmodule-map,
  .job-detail-map .wwiframe{
    height: 100% !important;
  }
  .job-detail-map .wwiframe{
    aspect-ratio: auto !important;
  }
  .job-detail-apply-container{
    padding: 150px 0;
    background-position: center;
  }
}
@media screen and (min-width: 1440px) {
  .job-detail-pic{
    height: 820px;
  }
  .job-detail-banner{
    margin: 0 auto 40px 0;
  }
  .job-detail-type,
  .job-detail-type.h2-like{
    padding: 0 0 15px;
  }
  .job-detail-title,
  .job-detail-title.h1-like{
    padding: 0 0 30px;
  }
  .job-detail-bonustext{
    margin: 0 0 60px;
  }
  .job-detail-tasks-contactperson-wrapper{
    padding: 200px 0;
  }
  .job-detail-contactperson-container{
    width: 26.25%;
  }
  .job-detail-features-container{
    margin-right: 80px;
  }
  .job-detail-tasks-title,
  .job-detail-services-title,
  .job-detail-qualifications-title{
    font-size: 2.4rem;
  }
  .job-detail-tasks-subtitle,
  .job-detail-qualifications-subtitle,
  .job-detail-services-subtitle{
    font-size: 7rem;
    padding: 0 0 60px;
  }
  .job-detail-footnotes{
    font-size: 2rem;
  }
  .job-detail-location-slider.swiper{
    width: 54.76%;
    height: 720px;
    border-radius: 0 120px 120px 0;
  }
  .job-detail-location-slider img{
    border-radius: 0 120px 120px 0;
  }
  .job-detail-location-info-wrapper{
    width: 40.47%;
  }
  .job-detail-map-container{
    padding: 100px 0 250px;
  }
  .job-detail-map-title{
    font-size: 7rem;
    padding: 0 0 20px;
    margin-top: -13px;
  }
  .job-detail-map-subtitle{
    font-size: 4rem;
  }
  .job-detail-map-content{
    width: 40.47%;
  }
  .job-detail-map{
    height: 575px;
    width: 54.76%;
  }
  .job-detail-apply-container{
    padding: 270px 0 200px;
    background-attachment: fixed;
    background-position: top;
  }
  .job-detail-apply-subheading{
    margin-top: 50px;
    font-size: 5rem;
  }
  .job-detail-apply-wrapper a.job-detail-apply-button{
    margin-top: 60px;
    font-size: 3.6rem;
    padding: 24px 63px;
    border-radius: 40px;
  }
}

/*
* jobs apply form
*/
.col-module_JobExchange_form > .cols{
  width: 100%;
  max-width: 1600px;
}
.jobFormInfo-container{
  margin: 0;
  max-width: 420px !important;
}
.jobFormInfo-wrapper{
  background-color: rgb(var(--main-light-color));
  color: rgb(var(--main-dark-color));
  text-align: center;
  width: 100%;
  padding: 40px 20px 30px;
  border-radius: 40px;
  line-height: 1;
  font-size: 2rem;
}
.jobFormInfo-heading,
.jobFormInfo-heading.h2-like{
  padding: 0 0 20px;
  font-size: 4rem;
  line-height: 1;
}
.jobFormInfo-jobtitle{
  font-weight: 700;
  padding: 0 0 20px;
}
.jobFormInfo-jobtitle span {
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0.0425em;
}
.jobFormInfo-location-title{
  padding-bottom: 20px;
}
.jobFormInfo-location-title:before{
  content: '';
  background: url('/images/icons/standort.svg') no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
}
.jobFormInfo-location-heading{
  font-weight: 700;
}
.jobFormInfo-location-address{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 10px auto 0;
}
.jobFormInfo-location-address span{
  position: relative;
  width: fit-content;
}
.jobFormInfo-location-address span:nth-child(2){
  margin: 0 5px;
}
.jobFormInfo-location-address span:first-child:before{
  content: '';
  background: url('/images/icons/ort.svg') no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 2px;
  left: -20px;
}
.jobFormInfo-contact-wrapper{
  margin-top: 20px;
}
.jobFormInfo-contact-heading,
.jobFormInfo-contact-heading.h3-like{
  padding: 0 0 20px;
}
.jobFormInfo-contact-pic{
  width: 200px;
  height: 200px;
  margin: 0 auto 20px;
}
.jobFormInfo-contact-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.jobFormInfo-contact-name{
  font-weight: 700;
  color: rgb(var(--main-dark-color));
  letter-spacing: 0.04em;
}
.jobFormInfo-contact-position{
  margin-top: 10px;
}
a.jobFormInfo-contact-phone{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(var(--main-dark-color)) !important;
  text-decoration: none;
  margin-top: 25px;
}
a.jobFormInfo-contact-phone:before{
  content: '';
  display: inline-block;
  background: url('/images/icons/phone.svg') no-repeat center;
  background-size: contain;
  width: 17px;
  height: 17px;
}
.jobFormInfo-contact-fax{
  color: rgb(var(--main-dark-color));
  margin-top: 15px;
}
a.jobFormInfo-contact-email{
  display: block;
  color: rgb(var(--sub-highlight-color)) !important;
  text-decoration: none;
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .col-module_JobExchange_form .cols-66-33 .col:first-child{
    width: 55%;
  }
}
@media screen and (min-width: 1440px) {
  .jobFormInfo-wrapper{
    position: sticky;
    top: calc(var(--header-height) + 50px);
  }
}












