@charset "UTF-8";
.jobagent {
  position: fixed;
  top: 70%;
  right: 20px;
  width: 361px;
  height: 149px;
  z-index: 50;
}
.jobagent .top {
  position: absolute;
  top: 28px;
  left: 0;
  width: 345px;
  height: 61px;
  background-image: radial-gradient(circle at 3% 14%, #fbdc18, #f6b60a);
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(148, 148, 148, 0.72);
  -moz-box-shadow: 0px 3px 5px 0px rgba(148, 148, 148, 0.72);
  box-shadow: 0px 3px 5px 0px rgba(148, 148, 148, 0.72);
  cursor: pointer;
}
.jobagent .top .icon {
  position: absolute;
  top: -15px;
  left: -8px;
}
.jobagent .top .text {
  position: absolute;
  top: 6px;
  left: 100px;
  width: 152px;
  font-family: "Ubuntu Condensed", Arial, sans-serif;
  font-size: 36px;
  color: #ffffff;
}
.jobagent .top .text2 {
  position: absolute;
  top: 38px;
  left: 126px;
  width: 152px;
  font-family: "Ubuntu Condensed", Arial, sans-serif;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #ffffff;
}
.jobagent .close {
  position: absolute;
  top: 0;
  left: 310px;
  width: 50px;
  height: 50px;
  background: #f3f3f3;
  border-radius: 50%;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(148, 148, 148, 0.72);
  -moz-box-shadow: 0px 3px 5px 0px rgba(148, 148, 148, 0.72);
  box-shadow: 0px 3px 5px 0px rgba(148, 148, 148, 0.72);
  cursor: pointer;
}
.jobagent .close img {
  position: absolute;
  top: 17px;
  left: 15px;
  width: 19px;
  height: 19px;
}

@media only screen and (max-width: 480px) {
  .jobagent {
    display: none;
  }
}
.main-section .tpl-jobagent-form {
  background: #f8f8f8;
}
.main-section .tpl-jobagent-form .form-wrapper {
  max-width: 1230px;
  margin: 0 auto;
  padding: 50px 60px 0 60px;
}
.main-section .tpl-jobagent-form .form-wrapper .input-block {
  display: flex;
  flex-direction: row;
}
.main-section .tpl-jobagent-form .form-wrapper .input-block .left, .main-section .tpl-jobagent-form .form-wrapper .input-block .right {
  flex: 1;
}
.main-section .tpl-jobagent-form .form-wrapper .input-block .left .item, .main-section .tpl-jobagent-form .form-wrapper .input-block .right .item {
  width: 100%;
  position: relative;
  height: 120px;
}
.main-section .tpl-jobagent-form .form-wrapper .input-block .left .item.message, .main-section .tpl-jobagent-form .form-wrapper .input-block .right .item.message {
  height: 360px;
}
.main-section .tpl-jobagent-form .form-wrapper .input-block .left .item.small, .main-section .tpl-jobagent-form .form-wrapper .input-block .right .item.small {
  width: 50%;
}
.main-section .tpl-jobagent-form .form-wrapper .input-block .left .item label, .main-section .tpl-jobagent-form .form-wrapper .input-block .right .item label {
  position: absolute;
  top: 35px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0px;
  color: #525152;
}
.main-section .tpl-jobagent-form .form-wrapper .input-block .left .item .select-title, .main-section .tpl-jobagent-form .form-wrapper .input-block .right .item .select-title {
  position: absolute;
  top: 69px;
  height: 50px;
  left: 0px;
  width: 100%;
  background: #fff url(../images/select-arrow.svg) top 20px right 27px no-repeat;
  line-height: 50px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 18px;
  color: #1a1a1a;
  z-index: 3;
  cursor: pointer;
  pointer-events: none;
  border: 1px solid #979797;
}
.main-section .tpl-jobagent-form .form-wrapper .input-block .left .item .select-title p, .main-section .tpl-jobagent-form .form-wrapper .input-block .right .item .select-title p {
  margin-left: 12px;
}
.main-section .tpl-jobagent-form .form-wrapper .input-block .left .item select, .main-section .tpl-jobagent-form .form-wrapper .input-block .right .item select {
  position: absolute;
  cursor: pointer;
  top: 69px;
  height: 50px;
  width: 100%;
  z-index: 2;
  outline: none;
  -webkit-appearance: none;
  padding-left: 5px;
  outline-width: 0;
  font-size: 18px;
}
.main-section .tpl-jobagent-form .form-wrapper .input-block .left .item select:focus, .main-section .tpl-jobagent-form .form-wrapper .input-block .right .item select:focus {
  font-size: 18px;
}
.main-section .tpl-jobagent-form .form-wrapper .input-block .left .item input[type=text], .main-section .tpl-jobagent-form .form-wrapper .input-block .left .item input[type=email], .main-section .tpl-jobagent-form .form-wrapper .input-block .right .item input[type=text], .main-section .tpl-jobagent-form .form-wrapper .input-block .right .item input[type=email] {
  position: absolute;
  height: 50px;
  top: 69px;
  left: 0px;
  width: 100%;
  background: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 18px;
  color: #1a1a1a;
  border: 1px solid #979797;
  text-indent: 12px;
  outline-width: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.main-section .tpl-jobagent-form .form-wrapper .input-block .left .item textarea, .main-section .tpl-jobagent-form .form-wrapper .input-block .right .item textarea {
  position: absolute;
  height: 40px;
  top: 69px;
  left: 0px;
  width: 100%;
  height: 290px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 18px;
  background: #fff;
  line-height: 1.6;
  color: #1a1a1a;
  border: none;
  resize: none;
  outline-width: 0;
  border: 1px solid #979797;
  padding: 10px;
  outline-width: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.main-section .tpl-jobagent-form .form-wrapper .input-block .left .item.checkboxes, .main-section .tpl-jobagent-form .form-wrapper .input-block .right .item.checkboxes {
  position: relative;
  height: auto;
  margin: 0;
}
.main-section .tpl-jobagent-form .form-wrapper .input-block .left .item.checkboxes .checkbox-title, .main-section .tpl-jobagent-form .form-wrapper .input-block .right .item.checkboxes .checkbox-title {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0px;
  color: #525152;
  padding: 0;
  margin: 35px 0 16px 0;
}
.main-section .tpl-jobagent-form .form-wrapper .input-block .left .item.checkboxes .checkbox-title.error, .main-section .tpl-jobagent-form .form-wrapper .input-block .right .item.checkboxes .checkbox-title.error {
  color: #b92012;
  font-weight: bold;
}
.main-section .tpl-jobagent-form .form-wrapper .input-block .left .item.checkboxes .cb, .main-section .tpl-jobagent-form .form-wrapper .input-block .right .item.checkboxes .cb {
  position: relative;
  margin: 0 0 5px 0;
}
.main-section .tpl-jobagent-form .form-wrapper .input-block .left .item.checkboxes .cb input[type=checkbox], .main-section .tpl-jobagent-form .form-wrapper .input-block .right .item.checkboxes .cb input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.main-section .tpl-jobagent-form .form-wrapper .input-block .left .item.checkboxes .cb input[type=checkbox] + label, .main-section .tpl-jobagent-form .form-wrapper .input-block .right .item.checkboxes .cb input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  top: auto;
}
.main-section .tpl-jobagent-form .form-wrapper .input-block .left .item.checkboxes .cb input[type=checkbox] + label:before, .main-section .tpl-jobagent-form .form-wrapper .input-block .right .item.checkboxes .cb input[type=checkbox] + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #979797;
  box-sizing: border-box;
}
.main-section .tpl-jobagent-form .form-wrapper .input-block .left .item.checkboxes .cb input[type=checkbox]:disabled + label, .main-section .tpl-jobagent-form .form-wrapper .input-block .right .item.checkboxes .cb input[type=checkbox]:disabled + label {
  color: #b8b8b8;
  cursor: no-drop;
}
.main-section .tpl-jobagent-form .form-wrapper .input-block .left .item.checkboxes .cb input[type=checkbox]:disabled + label:before, .main-section .tpl-jobagent-form .form-wrapper .input-block .right .item.checkboxes .cb input[type=checkbox]:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.main-section .tpl-jobagent-form .form-wrapper .input-block .left .item.checkboxes .cb input[type=checkbox]:checked + label:after, .main-section .tpl-jobagent-form .form-wrapper .input-block .right .item.checkboxes .cb input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: #1a1a1a;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #1a1a1a, 4px 0 0 #1a1a1a, 4px -2px 0 #1a1a1a, 4px -4px 0 #1a1a1a, 4px -6px 0 #1a1a1a, 4px -8px 0 #1a1a1a;
  transform: rotate(45deg);
}
.main-section .tpl-jobagent-form .form-wrapper .input-block .left .item.error label, .main-section .tpl-jobagent-form .form-wrapper .input-block .right .item.error label {
  color: #b92012;
  font-weight: bold;
}
.main-section .tpl-jobagent-form .form-wrapper .input-block .left .item.error input[type=text], .main-section .tpl-jobagent-form .form-wrapper .input-block .left .item.error input[type=email], .main-section .tpl-jobagent-form .form-wrapper .input-block .left .item.error textarea, .main-section .tpl-jobagent-form .form-wrapper .input-block .right .item.error input[type=text], .main-section .tpl-jobagent-form .form-wrapper .input-block .right .item.error input[type=email], .main-section .tpl-jobagent-form .form-wrapper .input-block .right .item.error textarea {
  border-color: #b92012;
}
.main-section .tpl-jobagent-form .form-wrapper .input-block .left {
  margin-right: 10%;
}
.main-section .tpl-jobagent-form .form-wrapper .submit-block .privacy-text {
  position: relative;
  padding: 23px 0 28px 0;
  border-top: 2px solid #979797;
  border-bottom: 2px solid #979797;
  color: #525152;
  margin: 77px 0 65px 0;
  text-align: center;
  line-height: 29px;
}
.main-section .tpl-jobagent-form .form-wrapper .submit-block .privacy-text label.error {
  color: #b92012;
}
.main-section .tpl-jobagent-form .form-wrapper .submit-block .privacy-text input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.main-section .tpl-jobagent-form .form-wrapper .submit-block .privacy-text input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.main-section .tpl-jobagent-form .form-wrapper .submit-block .privacy-text input[type=checkbox] + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #979797;
  box-sizing: border-box;
}
.main-section .tpl-jobagent-form .form-wrapper .submit-block .privacy-text input[type=checkbox]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.main-section .tpl-jobagent-form .form-wrapper .submit-block .privacy-text input[type=checkbox]:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.main-section .tpl-jobagent-form .form-wrapper .submit-block .privacy-text input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: #1a1a1a;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #1a1a1a, 4px 0 0 #1a1a1a, 4px -2px 0 #1a1a1a, 4px -4px 0 #1a1a1a, 4px -6px 0 #1a1a1a, 4px -8px 0 #1a1a1a;
  transform: rotate(45deg);
}
.main-section .tpl-jobagent-form .form-wrapper .submit-block .send-block {
  text-align: center;
}
.main-section .tpl-jobagent-form .form-wrapper .submit-block .send-block .submit {
  display: inline-block;
  font-family: "Ubuntu Condensed", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  background: #26358c;
  padding: 9px 86px 11px 86px;
  color: #ffffff;
  letter-spacing: 2.1px;
  border: 1px solid #26358c;
  cursor: pointer;
  transition: all 0.25s;
}
.main-section .tpl-jobagent-form .form-wrapper .submit-block .send-block .submit:hover {
  background: #fff;
  color: #26358c;
}
.main-section .tpl-jobagent-form .form-wrapper .submit-block .mandatory {
  text-align: center;
  padding: 20px 0 40px 0;
  margin: 0;
}
.main-section .tpl-jobagent-form .form-wrapper .title {
  flex-basis: auto;
  font-family: "Ubuntu", Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.32;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 992px) {
  .main-section .tpl-jobagent-form .form-wrapper .input-block .left {
    margin-right: 5%;
  }
}
@media only screen and (max-width: 768px) {
  .main-section .tpl-jobagent-form .form-wrapper .input-block {
    display: flex;
    flex-direction: column;
  }
  .main-section .tpl-jobagent-form .form-wrapper .input-block .left, .main-section .tpl-jobagent-form .form-wrapper .input-block .right {
    flex: 1;
    flex-basis: auto;
  }
  .main-section .tpl-jobagent-form .form-wrapper .input-block .left .item.small, .main-section .tpl-jobagent-form .form-wrapper .input-block .right .item.small {
    width: 100%;
  }
  .main-section .tpl-jobagent-form .form-wrapper .input-block .left {
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  .main-section .tpl-jobagent-form .form-wrapper {
    padding: 50px 30px 0 30px;
  }
}
.main-section .tpl-jobfinder {
  background-color: #f6b60a;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='129' height='126.729' viewBox='0 0 129 126.729'%3E%3Cg id='jobagent-icon' transform='translate(-0.5 -0.5)'%3E%3Cpath id='Pfad_4' data-name='Pfad 4' d='M80.462,69.655,116.6,105.011a6.7,6.7,0,0,1,0,9.592,7.017,7.017,0,0,1-9.778,0L71.375,79.856' transform='translate(9.375 9.143)' fill='none' stroke='%23ffffff61' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' fill-rule='evenodd'/%3E%3Cpath id='Pfad_5' data-name='Pfad 5' d='M50.682,2A48.355,48.355,0,1,0,99.364,50.355,48.19,48.19,0,0,0,85.106,16.163,48.851,48.851,0,0,0,50.682,2Zm0,82.893A34.656,34.656,0,1,1,75.27,74.777,34.657,34.657,0,0,1,50.682,84.893Z' fill='none' stroke='%23ffffff61' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' fill-rule='evenodd'/%3E%3Cpath id='Pfad_6' data-name='Pfad 6' d='M42.226,60.944c.057.045.091.109.152.152a1.591,1.591,0,0,0,.275.109,2.009,2.009,0,0,0,.33.133,1.877,1.877,0,0,0,.336.051,1.949,1.949,0,0,0,.481-.006c.067-.011.129-.028.2-.045a2.013,2.013,0,0,0,.563-.236c.031-.019.057-.043.089-.062a1.8,1.8,0,0,0,.344-.25,1.848,1.848,0,0,0,.161-.264s.009-.006.009-.008l17.1-27.4a2.009,2.009,0,1,0-3.362-2.2L43.1,56.224l-8.734-8.5a2.007,2.007,0,0,0-2.725,2.947L42.152,60.9A.652.652,0,0,0,42.226,60.944Z' transform='translate(3.919 3.779)' fill='%23ffffff61'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: 43px 75px;
}
.main-section .tpl-jobfinder .wrapper {
  max-width: 1230px;
  margin: 0 auto;
  padding: 69px 60px 57px 60px;
  background: transparent;
}
.main-section .tpl-jobfinder .wrapper h2 {
  font-family: "Ubuntu Condensed", Arial, sans-serif;
  font-size: 32px;
  line-height: 29px;
  color: #ffffff;
  letter-spacing: 0.64px;
  margin-bottom: 23px;
}
.main-section .tpl-jobfinder .wrapper .filters {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  margin-bottom: 45px;
}
.main-section .tpl-jobfinder .wrapper .filters .filter {
  background: #ffffff;
  height: 50px;
  position: relative;
  cursor: pointer;
}
.main-section .tpl-jobfinder .wrapper .filters .filter.opened .arrow {
  transform: rotate(-90deg);
  top: 11px;
  right: 18px;
}
.main-section .tpl-jobfinder .wrapper .filters .filter.opened .count {
  transform: scale(0);
}
.main-section .tpl-jobfinder .wrapper .filters .filter .title {
  position: absolute;
  top: 10px;
  left: 17px;
  font-family: "Ubuntu Condensed", Arial, sans-serif;
  font-size: 24px;
  line-height: 29px;
  color: #1a1a1a;
  letter-spacing: 0.48px;
}
.main-section .tpl-jobfinder .wrapper .filters .filter .arrow {
  position: absolute;
  top: 13px;
  right: 20px;
  transform-origin: center;
  transform: rotate(90deg);
  transition: all 0.3s;
}
.main-section .tpl-jobfinder .wrapper .filters .filter .arrow svg path {
  stroke: #f6b60a;
}
.main-section .tpl-jobfinder .wrapper .filters .filter .count {
  position: absolute;
  top: -12px;
  left: -6px;
  width: 26px;
  height: 26px;
  background: #24328E;
  border-radius: 50%;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  text-align: center;
  transition: transform 0.25s ease-out;
}
.main-section .tpl-jobfinder .wrapper .filters .filter .count:empty {
  display: none;
}
.main-section .tpl-jobfinder .wrapper .filter-buttons {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.main-section .tpl-jobfinder .wrapper .filter-buttons .apply-filters, .main-section .tpl-jobfinder .wrapper .filter-buttons .reset-filters, .main-section .tpl-jobfinder .wrapper .filter-buttons .scroll-to-jobs {
  flex: 1;
  background: #24328E;
  border: 1px solid #24328E;
  height: 50px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 18px;
}
.main-section .tpl-jobfinder .wrapper .filter-buttons .apply-filters.hidden, .main-section .tpl-jobfinder .wrapper .filter-buttons .reset-filters.hidden, .main-section .tpl-jobfinder .wrapper .filter-buttons .scroll-to-jobs.hidden {
  display: none;
}
.main-section .tpl-jobfinder .wrapper .filter-buttons .apply-filters:hover, .main-section .tpl-jobfinder .wrapper .filter-buttons .reset-filters:hover, .main-section .tpl-jobfinder .wrapper .filter-buttons .scroll-to-jobs:hover {
  background: #ffffff;
}
.main-section .tpl-jobfinder .wrapper .filter-buttons .apply-filters:hover .content .arrow svg path, .main-section .tpl-jobfinder .wrapper .filter-buttons .reset-filters:hover .content .arrow svg path, .main-section .tpl-jobfinder .wrapper .filter-buttons .scroll-to-jobs:hover .content .arrow svg path {
  stroke: #24328E;
}
.main-section .tpl-jobfinder .wrapper .filter-buttons .apply-filters:hover .content .title, .main-section .tpl-jobfinder .wrapper .filter-buttons .apply-filters:hover .content .count, .main-section .tpl-jobfinder .wrapper .filter-buttons .reset-filters:hover .content .title, .main-section .tpl-jobfinder .wrapper .filter-buttons .reset-filters:hover .content .count, .main-section .tpl-jobfinder .wrapper .filter-buttons .scroll-to-jobs:hover .content .title, .main-section .tpl-jobfinder .wrapper .filter-buttons .scroll-to-jobs:hover .content .count {
  color: #24328E;
}
.main-section .tpl-jobfinder .wrapper .filter-buttons .apply-filters .content, .main-section .tpl-jobfinder .wrapper .filter-buttons .reset-filters .content, .main-section .tpl-jobfinder .wrapper .filter-buttons .scroll-to-jobs .content {
  display: flex;
}
.main-section .tpl-jobfinder .wrapper .filter-buttons .apply-filters .content .arrow, .main-section .tpl-jobfinder .wrapper .filter-buttons .reset-filters .content .arrow, .main-section .tpl-jobfinder .wrapper .filter-buttons .scroll-to-jobs .content .arrow {
  margin: 12px 29px 0 0;
}
.main-section .tpl-jobfinder .wrapper .filter-buttons .apply-filters .content .title, .main-section .tpl-jobfinder .wrapper .filter-buttons .reset-filters .content .title, .main-section .tpl-jobfinder .wrapper .filter-buttons .scroll-to-jobs .content .title {
  font-family: "Ubuntu Condensed", Arial, sans-serif;
  font-size: 28px;
  line-height: 29px;
  color: #ffffff;
  letter-spacing: 0.56px;
  margin: 9px 6px 0 0;
  white-space: nowrap;
}
.main-section .tpl-jobfinder .wrapper .filter-buttons .apply-filters .content .count, .main-section .tpl-jobfinder .wrapper .filter-buttons .reset-filters .content .count, .main-section .tpl-jobfinder .wrapper .filter-buttons .scroll-to-jobs .content .count {
  font-family: "Ubuntu Condensed", Arial, sans-serif;
  font-size: 20px;
  line-height: 29px;
  color: #ffffff;
  letter-spacing: 0.4px;
  margin: 12px 0 0 0;
}
.main-section .tpl-jobfinder .wrapper .filter-buttons .scroll-to-jobs .content .arrow {
  transform: rotate(90deg);
  margin: 4px 45px 0 0;
}
.main-section .tpl-jobfinder .wrapper .filter-buttons a {
  text-decoration: none;
  display: block;
  flex: 1;
}
.main-section .tpl-jobfinder .wrapper .filter-buttons a .job-agent {
  background: #f6b60a;
  border: 1px solid #fff;
  height: 50px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 18px;
}
.main-section .tpl-jobfinder .wrapper .filter-buttons a .job-agent:hover {
  background: #ffffff;
}
.main-section .tpl-jobfinder .wrapper .filter-buttons a .job-agent:hover .content .arrow svg path {
  stroke: #18358a;
}
.main-section .tpl-jobfinder .wrapper .filter-buttons a .job-agent:hover .content .title, .main-section .tpl-jobfinder .wrapper .filter-buttons a .job-agent:hover .content .count {
  color: #18358a;
}
.main-section .tpl-jobfinder .wrapper .filter-buttons a .job-agent .content {
  display: flex;
}
.main-section .tpl-jobfinder .wrapper .filter-buttons a .job-agent .content .arrow {
  margin: 12px 29px 0 0;
}
.main-section .tpl-jobfinder .wrapper .filter-buttons a .job-agent .content .title {
  font-family: "Ubuntu Condensed", Arial, sans-serif;
  font-size: 28px;
  line-height: 29px;
  color: #ffffff;
  letter-spacing: 0.56px;
  margin: 9px 6px 0 0;
  white-space: nowrap;
}
.main-section .tpl-jobfinder .wrapper .filter-buttons a .job-agent .content .count {
  font-family: "Ubuntu Condensed", Arial, sans-serif;
  font-size: 20px;
  line-height: 29px;
  color: #ffffff;
  letter-spacing: 0.4px;
  margin: 12px 0 0 0;
}
.main-section .tpl-jobfinder .wrapper .text {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 18px;
  line-height: 29px;
  color: #ffffff;
}
.main-section .tpl-jobfinder .wrapper .text a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}
.main-section .tpl-jobfinder .wrapper #tablet-indicator, .main-section .tpl-jobfinder .wrapper #mobile-indicator {
  display: none;
}

.jobfinder-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
}
.jobfinder-layer svg {
  width: 100%;
  height: 100%;
}

.jobfinder-filter-selection {
  position: fixed;
  background: #ffffff;
  padding: 28px 54px;
  z-index: 1001;
}
.jobfinder-filter-selection .items {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 10px;
  margin: 0 0 30px 0;
}
.jobfinder-filter-selection .items .item {
  font-family: "Open Sans", Arial, sans-serif;
  color: #ffffff;
  font-size: 18px;
  background: #EDEDED;
  color: #1a1a1a;
  height: 53px;
  line-height: 53px;
  white-space: nowrap;
  border-radius: 26px;
  padding: 0 20px;
  cursor: pointer;
  user-select: none;
  transition: background 0.15s, color 0.15s;
}
.jobfinder-filter-selection .items .item.active {
  background: #f6b60a;
  color: #ffffff;
}
.jobfinder-filter-selection .items .item.disabled {
  background: #f8f8f8;
  color: #c9c9c9;
  cursor: not-allowed;
}
.jobfinder-filter-selection .items .item.disabled.active {
  background: #ffedbb;
  color: #ffc833;
}
.jobfinder-filter-selection .footer {
  display: flex;
  justify-content: flex-end;
}
.jobfinder-filter-selection .footer .reset {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  color: #525152;
  text-decoration: underline;
  margin: 13px 24px 0 0;
  cursor: pointer;
  user-select: none;
}
.jobfinder-filter-selection .footer .reset.hidden {
  display: none;
}
.jobfinder-filter-selection .footer .apply {
  background: #24328E;
  border: 1px solid #24328E;
  font-family: "Ubuntu Condensed", Arial, sans-serif;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 9px 32px;
  cursor: pointer;
  user-select: none;
}
.jobfinder-filter-selection .footer .apply:hover {
  background: #ffffff;
  color: #24328E;
}
.jobfinder-filter-selection .close {
  position: absolute;
  top: 19px;
  right: 21px;
  cursor: pointer;
}

@media only screen and (max-width: 1750px) {
  .main-section .tpl-jobfinder {
    background-position: calc(100% - 34px) calc(100% - 40px);
    background-size: 106px 104px;
  }
}
@media only screen and (max-width: 1300px) {
  .main-section .tpl-jobfinder .wrapper {
    padding: 50px 60px 47px 60px;
  }
  .main-section .tpl-jobfinder .wrapper h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 19px;
  }
  .main-section .tpl-jobfinder .wrapper .filters {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    margin-bottom: 20px;
  }
  .main-section .tpl-jobfinder .wrapper .filters .filter {
    height: 41px;
  }
  .main-section .tpl-jobfinder .wrapper .filters .filter.opened .arrow {
    right: 17px;
  }
  .main-section .tpl-jobfinder .wrapper .filters .filter .title {
    font-size: 20px;
    top: 6px;
  }
  .main-section .tpl-jobfinder .wrapper .filters .filter .arrow svg {
    height: 17px;
  }
  .main-section .tpl-jobfinder .wrapper .filter-buttons .apply-filters, .main-section .tpl-jobfinder .wrapper .filter-buttons .reset-filters, .main-section .tpl-jobfinder .wrapper .filter-buttons .scroll-to-jobs {
    height: 41px;
  }
  .main-section .tpl-jobfinder .wrapper .filter-buttons .apply-filters .content .arrow, .main-section .tpl-jobfinder .wrapper .filter-buttons .reset-filters .content .arrow, .main-section .tpl-jobfinder .wrapper .filter-buttons .scroll-to-jobs .content .arrow {
    margin: 12px 13px 0 0;
  }
  .main-section .tpl-jobfinder .wrapper .filter-buttons .apply-filters .content .arrow svg, .main-section .tpl-jobfinder .wrapper .filter-buttons .reset-filters .content .arrow svg, .main-section .tpl-jobfinder .wrapper .filter-buttons .scroll-to-jobs .content .arrow svg {
    height: 17px;
  }
  .main-section .tpl-jobfinder .wrapper .filter-buttons .apply-filters .content .title, .main-section .tpl-jobfinder .wrapper .filter-buttons .reset-filters .content .title, .main-section .tpl-jobfinder .wrapper .filter-buttons .scroll-to-jobs .content .title {
    font-size: 20px;
    margin: 6px 6px 0 0;
  }
  .main-section .tpl-jobfinder .wrapper .filter-buttons .apply-filters .content .count, .main-section .tpl-jobfinder .wrapper .filter-buttons .reset-filters .content .count, .main-section .tpl-jobfinder .wrapper .filter-buttons .scroll-to-jobs .content .count {
    font-size: 16px;
    margin: 8px 0 0 0;
  }
  .main-section .tpl-jobfinder .wrapper .filter-buttons .scroll-to-jobs .content .arrow {
    margin: 5px 25px 0 0;
  }
  .main-section .tpl-jobfinder .wrapper .filter-buttons a .job-agent {
    height: 41px;
  }
  .main-section .tpl-jobfinder .wrapper .filter-buttons a .job-agent .content .arrow {
    margin: 12px 13px 0 0;
  }
  .main-section .tpl-jobfinder .wrapper .filter-buttons a .job-agent .content .arrow svg {
    height: 17px;
  }
  .main-section .tpl-jobfinder .wrapper .filter-buttons a .job-agent .content .title {
    font-size: 20px;
    margin: 6px 6px 0 0;
  }
  .main-section .tpl-jobfinder .wrapper .filter-buttons a .job-agent .content .count {
    font-size: 16px;
    margin: 8px 0 0 0;
  }
  .main-section .tpl-jobfinder .wrapper .text {
    width: calc(100% - 143px);
  }
  .main-section .tpl-jobfinder .wrapper #tablet-indicator {
    display: block;
  }

  .jobfinder-filter-selection {
    padding: 20px 35px;
  }
  .jobfinder-filter-selection .items {
    gap: 10px 10px;
    margin: 0 0 30px 0;
  }
  .jobfinder-filter-selection .items .item {
    font-size: 16px;
    line-height: 26px;
    height: 51px;
    line-height: 51px;
    border-radius: 25px;
    padding: 0 20px;
  }
  .jobfinder-filter-selection .footer {
    justify-content: flex-start;
  }
  .jobfinder-filter-selection .footer .reset {
    font-size: 16px;
    margin: 13px 24px 0 0;
  }
  .jobfinder-filter-selection .footer .apply {
    font-size: 20px;
    letter-spacing: 1px;
    padding: 10px 32px;
  }
}
@media only screen and (max-width: 640px) {
  .main-section .tpl-jobfinder {
    background-position: calc(100% - 29px) 28px;
    background-size: 67px 66px;
  }
  .main-section .tpl-jobfinder .wrapper h2 {
    width: calc(100% - 43px);
  }
  .main-section .tpl-jobfinder .wrapper .filters {
    display: grid;
    grid-template-columns: 1fr;
  }
  .main-section .tpl-jobfinder .wrapper .filter-buttons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .main-section .tpl-jobfinder .wrapper .filter-buttons .apply-filters, .main-section .tpl-jobfinder .wrapper .filter-buttons .scroll-to-jobs, .main-section .tpl-jobfinder .wrapper .filter-buttons .reset-filters {
    margin-bottom: 10px;
  }
  .main-section .tpl-jobfinder .wrapper .text {
    font-size: 16px;
    line-height: 26px;
    width: 100%;
  }
  .main-section .tpl-jobfinder .wrapper #mobile-indicator {
    display: block;
  }

  .jobfinder-filter-selection {
    padding: 30px 20px;
  }
  .jobfinder-filter-selection .items {
    gap: 10px 10px;
    margin: 0 0 33px 0;
  }
  .jobfinder-filter-selection .items .item {
    font-size: 16px;
    line-height: 26px;
    height: 51px;
    line-height: 51px;
    border-radius: 25px;
    padding: 0 20px;
  }
  .jobfinder-filter-selection .footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .jobfinder-filter-selection .footer .reset {
    font-size: 16px;
    margin: 0 0 12px 0;
  }
  .jobfinder-filter-selection .footer .apply {
    font-size: 20px;
    letter-spacing: 1px;
    padding: 10px 0;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .main-section .tpl-jobfinder .wrapper {
    padding: 50px 25px 47px 25px;
  }
  .main-section .tpl-jobfinder .wrapper h2 {
    width: calc(100% - 90px);
  }
}
wbr:after {
  content: "​";
}

.main-section .tpl-job-results.hidden {
  display: none;
}
.main-section .tpl-job-results .wrapper {
  max-width: 1230px;
  margin: 0 auto;
  padding: 103px 60px 70px 60px;
}
.main-section .tpl-job-results .wrapper .tpl-global-headline {
  margin-bottom: 64px;
}
.main-section .tpl-job-results .wrapper .header {
  border-bottom: 2px solid #f6f6f6;
  display: grid;
  grid-template-columns: 134px 1fr 137px 106px 144px;
  grid-column-gap: 25px;
  padding: 0;
  margin: 0 0 3px 0;
}
.main-section .tpl-job-results .wrapper .header .department, .main-section .tpl-job-results .wrapper .header .title, .main-section .tpl-job-results .wrapper .header .level, .main-section .tpl-job-results .wrapper .header .location, .main-section .tpl-job-results .wrapper .header .company {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 29px;
  color: #1a1a1a;
  font-style: italic;
  font-weight: bold;
}
.main-section .tpl-job-results .wrapper .header .company {
  text-align: right;
  padding-right: 5px;
}
.main-section .tpl-job-results .wrapper .results {
  margin: 0;
  padding: 0;
}
.main-section .tpl-job-results .wrapper .results a {
  text-decoration: none;
}
.main-section .tpl-job-results .wrapper .results .result {
  position: relative;
  border-bottom: 2px solid #f6f6f6;
  padding: 0 0 21px 0;
  margin: 17px 0 0 0;
  display: grid;
  grid-template-columns: 134px 1fr 137px 106px 144px;
  grid-template-rows: auto 62px;
  grid-row-gap: 0px;
  grid-column-gap: 25px;
  grid-template-areas: "department description level location company" "department description level forward forward";
}
.main-section .tpl-job-results .wrapper .results .result .department, .main-section .tpl-job-results .wrapper .results .result .description, .main-section .tpl-job-results .wrapper .results .result .level, .main-section .tpl-job-results .wrapper .results .result .location, .main-section .tpl-job-results .wrapper .results .result .company {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 18px;
  line-height: 29px;
  color: #1a1a1a;
}
.main-section .tpl-job-results .wrapper .results .result .company {
  text-align: right;
  padding-right: 5px;
}
.main-section .tpl-job-results .wrapper .results .result .department .title, .main-section .tpl-job-results .wrapper .results .result .level .title, .main-section .tpl-job-results .wrapper .results .result .location .title, .main-section .tpl-job-results .wrapper .results .result .company .title {
  display: none;
}
.main-section .tpl-job-results .wrapper .results .result .department {
  grid-area: department;
}
.main-section .tpl-job-results .wrapper .results .result .description {
  grid-area: description;
  display: block;
}
.main-section .tpl-job-results .wrapper .results .result .description .title {
  color: #24328E;
  font-size: 22px;
  margin: 0 0 13px 0;
  font-weight: bold;
}
.main-section .tpl-job-results .wrapper .results .result .description .text {
  color: #1a1a1a;
}
.main-section .tpl-job-results .wrapper .results .result .level {
  grid-area: level;
}
.main-section .tpl-job-results .wrapper .results .result .location {
  grid-area: location;
}
.main-section .tpl-job-results .wrapper .results .result .company {
  grid-area: company;
}
.main-section .tpl-job-results .wrapper .results .result .forward {
  grid-area: forward;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 6px;
}
.main-section .tpl-job-results .wrapper .results .result .forward .mail {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.main-section .tpl-job-results .wrapper .results .result .forward .mail .title {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #24328E;
  font-style: italic;
  text-decoration: underline;
}
.main-section .tpl-job-results .wrapper .results .result .forward .mail .icon {
  margin: 5px 0 0 15px;
}
.main-section .tpl-job-results .wrapper .footer {
  position: relative;
  margin-top: 9px;
}
.main-section .tpl-job-results .wrapper .footer .wrapper {
  display: flex;
  justify-content: center;
  padding: 0;
}
.main-section .tpl-job-results .wrapper .footer .wrapper .load-more {
  display: flex;
  justify-content: center;
  background: #24328E;
  height: 50px;
  cursor: pointer;
  width: 338px;
  margin-top: 10px;
}
.main-section .tpl-job-results .wrapper .footer .wrapper .load-more.hidden {
  visibility: hidden;
}
.main-section .tpl-job-results .wrapper .footer .wrapper .load-more .arrow {
  margin: 12px 11px 0 0;
}
.main-section .tpl-job-results .wrapper .footer .wrapper .load-more .title {
  font-family: "Ubuntu Condensed", Arial, sans-serif;
  font-size: 28px;
  line-height: 29px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.56px;
  margin: 10px 0 0 0;
  white-space: nowrap;
}
.main-section .tpl-job-results .wrapper .footer .filter {
  position: absolute;
  top: 8px;
  right: 0;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}
.main-section .tpl-job-results .wrapper .footer .filter .icon {
  margin-right: 10px;
}
.main-section .tpl-job-results .wrapper .footer .filter .title {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  color: #525152;
  text-decoration: underline;
}
.main-section .tpl-job-results .wrapper .seo_results {
  display: none;
}

@media only screen and (max-width: 1300px) {
  .main-section .tpl-job-results .wrapper {
    padding: 73px 60px 70px 60px;
  }
  .main-section .tpl-job-results .wrapper .tpl-global-headline {
    margin-bottom: 62px;
  }
  .main-section .tpl-job-results .wrapper .header {
    grid-template-columns: 130px 1fr 1fr 1fr 1fr;
    grid-template-areas: "description description description description description";
    padding-bottom: 3px;
  }
  .main-section .tpl-job-results .wrapper .header .department, .main-section .tpl-job-results .wrapper .header .title, .main-section .tpl-job-results .wrapper .header .level, .main-section .tpl-job-results .wrapper .header .location, .main-section .tpl-job-results .wrapper .header .company {
    font-size: 14px;
  }
  .main-section .tpl-job-results .wrapper .header .department {
    grid-area: department;
  }
  .main-section .tpl-job-results .wrapper .header .title {
    grid-area: description;
  }
  .main-section .tpl-job-results .wrapper .header .department, .main-section .tpl-job-results .wrapper .header .level, .main-section .tpl-job-results .wrapper .header .location, .main-section .tpl-job-results .wrapper .header .company {
    display: none;
  }
  .main-section .tpl-job-results .wrapper .results .result {
    grid-template-columns: 1fr 230px;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 30px;
    grid-template-areas: "description department" "description level" "description location" "forward company";
    padding: 0 0 19px 0;
  }
  .main-section .tpl-job-results .wrapper .results .result .department, .main-section .tpl-job-results .wrapper .results .result .description, .main-section .tpl-job-results .wrapper .results .result .level, .main-section .tpl-job-results .wrapper .results .result .location, .main-section .tpl-job-results .wrapper .results .result .company {
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    height: fit-content;
  }
  .main-section .tpl-job-results .wrapper .results .result .department .title, .main-section .tpl-job-results .wrapper .results .result .level .title, .main-section .tpl-job-results .wrapper .results .result .location .title, .main-section .tpl-job-results .wrapper .results .result .company .title {
    display: block;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
    margin-bottom: 4px;
    text-align: left;
    padding: 0;
  }
  .main-section .tpl-job-results .wrapper .results .result .description .title {
    font-size: 20px;
  }
  .main-section .tpl-job-results .wrapper .results .result .forward {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-right: 0;
  }
  .main-section .tpl-job-results .wrapper .results .result .forward .mail {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  .main-section .tpl-job-results .wrapper .results .result .forward .mail .title {
    font-size: 16px;
    line-height: 1;
  }
  .main-section .tpl-job-results .wrapper .results .result .forward .mail .icon {
    margin: 0 12px 0 0;
  }
  .main-section .tpl-job-results .wrapper .footer .wrapper .load-more {
    height: 41px;
    width: 240px;
  }
  .main-section .tpl-job-results .wrapper .footer .wrapper .load-more .arrow svg {
    height: 17px;
  }
  .main-section .tpl-job-results .wrapper .footer .wrapper .load-more .title {
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0.4px;
    margin: 5px 0 0 0;
  }
  .main-section .tpl-job-results .wrapper .footer .filter {
    top: 8px;
    right: 0;
    display: flex;
    flex-direction: row;
  }
  .main-section .tpl-job-results .wrapper .footer .filter .icon {
    margin-right: 10px;
  }
  .main-section .tpl-job-results .wrapper .footer .filter .title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 640px) {
  .main-section .tpl-job-results .wrapper {
    padding: 33px 60px 20px 60px;
  }
  .main-section .tpl-job-results .wrapper .tpl-global-headline {
    margin-bottom: 57px;
  }
  .main-section .tpl-job-results .wrapper .header {
    display: block;
    padding-bottom: 3px;
  }
  .main-section .tpl-job-results .wrapper .header .department, .main-section .tpl-job-results .wrapper .header .level, .main-section .tpl-job-results .wrapper .header .location, .main-section .tpl-job-results .wrapper .header .company {
    display: none;
  }
  .main-section .tpl-job-results .wrapper .results .result {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-areas: "description" "department" "level" "location" "company" "forward";
    padding: 0 0 19px 0;
  }
  .main-section .tpl-job-results .wrapper .results .result .department {
    font-style: italic;
  }
  .main-section .tpl-job-results .wrapper .results .result .description .title {
    margin-bottom: 7px;
  }
  .main-section .tpl-job-results .wrapper .results .result .description .text {
    display: none;
  }
  .main-section .tpl-job-results .wrapper .results .result .location .title, .main-section .tpl-job-results .wrapper .results .result .company .title {
    display: block;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
  }
  .main-section .tpl-job-results .wrapper .results .result .forward {
    justify-content: flex-end;
  }
  .main-section .tpl-job-results .wrapper .results .result .forward .mail {
    flex-direction: row;
  }
  .main-section .tpl-job-results .wrapper .results .result .forward .mail .title {
    margin-right: 15px;
  }
  .main-section .tpl-job-results .wrapper .footer {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 1px;
  }
  .main-section .tpl-job-results .wrapper .footer .wrapper .load-more {
    width: 226px;
    margin-top: 26px;
  }
  .main-section .tpl-job-results .wrapper .footer .filter {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  .main-section .tpl-job-results .wrapper .footer .filter .icon {
    margin-right: 10px;
  }
  .main-section .tpl-job-results .wrapper .footer .filter .title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .main-section .tpl-job-results .wrapper {
    padding: 33px 25px 20px 25px;
  }
}
.tpl-job-details-intro .tile-wrapper .right .breadcrumb {
  margin: 0;
}
.tpl-job-details-intro .hero-image .quote-wrapper {
  position: absolute;
  right: calc(100vmin * 0.25);
  width: 40%;
  bottom: 60px;
  height: 43%;
  display: grid;
  align-content: center;
}
.tpl-job-details-intro .hero-image .quote-wrapper .job-quote {
  position: relative;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
  font-family: "Ubuntu Condensed", Arial, sans-serif;
  color: #ffffff;
  margin: 0 0 20px 0;
}
.tpl-job-details-intro .hero-image .quote-wrapper .job-sub-quote {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  font-style: italic;
  font-family: "Open Sans", Arial, sans-serif;
  color: #ffffff;
}
.tpl-job-details-intro .hero-image .kununu {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.tpl-job-details-2024-jobfinder {
  display: none;
}
.tpl-job-details-2024-jobfinder.show {
  display: block;
}

@media (max-width: 1380px) {
  .tpl-job-details-2024-jobfinder {
    margin: 20px 0 60px 0;
  }

  .tpl-job-details-intro .hero-image .image-mobile {
    display: block;
  }
  .tpl-job-details-intro .hero-image .image {
    display: none;
  }
  .tpl-job-details-intro .hero-image .quote-wrapper {
    position: relative;
    display: block;
    right: auto;
    max-width: 1095px;
    width: 100%;
    padding: 0 25px;
    bottom: auto;
    height: auto;
    margin: 0 auto;
  }
  .tpl-job-details-intro .hero-image .quote-wrapper .job-quote {
    color: #1a1a1a;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.34px;
    margin: 3px 0 17px 0;
  }
  .tpl-job-details-intro .hero-image .quote-wrapper .job-sub-quote {
    color: #1a1a1a;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.57px;
  }
  .tpl-job-details-intro .hero-image .kununu {
    display: none;
  }
  .tpl-job-details-intro .hero-image .tile-wrapper {
    margin-top: 0;
    padding: 0 25px;
  }
  .tpl-job-details-intro .hero-image .tile-wrapper .right .breadcrumb {
    margin: 0;
    padding: 22px 0 0 0;
  }
  .tpl-job-details-intro .hero-image .tile-wrapper .right .breadcrumb ul li:after {
    content: "";
    height: 50px;
    width: 40px;
    padding: 0 20px;
    background: url(/assets/images/layout/link-arrow-right-grey-dark.svg) 16px 5px no-repeat;
    background-size: 0.5em;
  }
  .tpl-job-details-intro .hero-image .tile-wrapper .right .breadcrumb ul li a {
    color: #1a1a1a;
  }
}
.main-section .tpl-job-details-2024 {
  position: relative;
}
.main-section .tpl-job-details-2024 .action-buttons {
  position: absolute;
  right: 0;
  top: 24px;
  z-index: 40;
}
@media (max-width: 1380px) {
  .main-section .tpl-job-details-2024 .action-buttons {
    display: none;
  }
}
.main-section .tpl-job-details-2024 .action-buttons .action-button {
  background: #18358a;
  border: 1px solid transparent;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
  padding: 0;
  text-decoration: none;
}
.main-section .tpl-job-details-2024 .action-buttons .action-button:hover {
  border: 1px solid #18358a;
  background: #ffffff;
}
.main-section .tpl-job-details-2024 .action-buttons .action-button:hover .icon.email:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 54 53' style='enable-background:new 0 0 54 53;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%232B3C88;} .st1{fill:%23FFFFFF;} %3C/style%3E%3Cpath class='st0' d='M39,16.5H15c-1,0-2,0.8-2,2v16c0,1.2,0.8,2,2,2h24c1.2,0,2-0.8,2-2v-16C41,17.3,40.2,16.5,39,16.5z M31.5,26.7 l8.1-7v13.9L31.5,26.7z M39,17.9c0.2,0,0.3,0,0.4,0.1L27.2,28.6L14.9,17.9c0,0,0.1,0,0.1,0H39z M14.4,34V19.3l8.4,7.3L14.4,34z M15,35.1C15,35.1,14.9,35.1,15,35.1l8.7-7.7l3.5,3l3.4-3l8.8,7.5c-0.1,0.1-0.2,0.1-0.4,0.1H15z'/%3E%3C/svg%3E");
}
.main-section .tpl-job-details-2024 .action-buttons .action-button:hover .icon.print:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 54 53' style='enable-background:new 0 0 54 53;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} .st1{fill:%2318358A;} .st2{fill:%23FFFFFF;stroke:%2318358A;stroke-width:1.2;stroke-miterlimit:10;} %3C/style%3E%3Cg%3E%3Cg%3E%3Crect x='20.7' y='29.8' class='st0' width='12.8' height='7.6'/%3E%3Cpath class='st1' d='M32.9,30.4v2.3v4H21.3v-4v-2.3H32.9 M34.1,29.2h-14v3.5v5.2h14v-5.2V29.2L34.1,29.2z'/%3E%3C/g%3E%3Cg%3E%3Crect x='22.2' y='31.5' class='st1' width='9.7' height='1.5'/%3E%3Crect x='22.2' y='34' class='st1' width='9.7' height='1.5'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Crect x='20.7' y='12.2' class='st0' width='12.8' height='7.5'/%3E%3Cpath class='st1' d='M32.9,12.8v4.1v2.3H21.3v-2.3v-4.1H32.9 M34.1,11.6h-14v5.2v3.5h14v-3.5V11.6L34.1,11.6z'/%3E%3C/g%3E%3Cpath class='st2' d='M37.6,16.9h-1.8v3.5v1.8H18.3v-1.8v-3.5h-1.8c-1.8,0-3.5,1.8-3.5,3.5v8.8c0,1.8,1.8,3.5,3.5,3.5h1.8v-3.5v-1.8 h17.5v1.8v3.5h1.8c1.8,0,3.5-1.8,3.5-3.5v-8.8C41.1,18.6,39.3,16.9,37.6,16.9z'/%3E%3C/svg%3E");
}
.main-section .tpl-job-details-2024 .action-buttons .action-button:hover .icon.xing:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 54 53' style='enable-background:new 0 0 54 53;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} .st1{fill:%23FFFFFF;stroke:%2318358A;stroke-width:1.2;stroke-miterlimit:10;} %3C/style%3E%3Cpath class='st1' d='M22.1,17.8C21.8,17.3,21.4,17,21,17h-4c-0.3,0-0.4,0.1-0.5,0.3c-0.1,0.2-0.1,0.4,0,0.6l2.7,4.7c0,0,0,0,0,0 l-4.3,7.6c-0.1,0.2-0.1,0.4,0,0.6c0.1,0.2,0.3,0.3,0.5,0.3h4c0.4,0,0.8-0.3,1.1-0.8c2.8-4.9,4.2-7.5,4.4-7.7L22.1,17.8z'/%3E%3Cpath class='st1' d='M39.1,12.4c0.1-0.2,0.1-0.4,0-0.6c-0.1-0.2-0.3-0.3-0.5-0.3h-4.1c-0.4,0-0.8,0.3-1.1,0.8 c-5.8,10.3-8.8,15.6-9,15.9l5.7,10.5c0.3,0.5,0.6,0.8,1.1,0.8h4c0.2,0,0.4-0.1,0.5-0.3c0.1-0.2,0.1-0.4,0-0.6l-5.7-10.4v0L39.1,12.4 z'/%3E%3C/svg%3E");
}
.main-section .tpl-job-details-2024 .action-buttons .action-button:hover .icon.linkedin:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 54 53' style='enable-background:new 0 0 54 53;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} .st1{fill:%23FFFFFF;stroke:%2318358A;stroke-width:1.2;stroke-linecap:round;} %3C/style%3E%3Cpath id='LinkedIn_00000088828874331379944540000010499092654372398212_' class='st1' d='M28.8,22.3c0.8-1.3,2.3-3.1,5.6-3.1 c4.1,0,7.2,2.7,7.2,8.5v10.8h-6.3V28.4c0-2.5-0.9-4.3-3.2-4.3c-1.7,0-2.8,1.2-3.2,2.3c-0.2,0.4-0.2,1-0.2,1.5v10.6h-6.3 c0,0,0.1-17.1,0-18.9h6.3L28.8,22.3L28.8,22.3z M15.9,10.5c-2.1,0-3.6,1.4-3.6,3.3c0,1.8,1.4,3.3,3.5,3.3h0c2.2,0,3.6-1.5,3.6-3.3 C19.4,11.9,18.1,10.5,15.9,10.5z M12.7,38.5H19V19.6h-6.3V38.5z'/%3E%3C/svg%3E");
}
.main-section .tpl-job-details-2024 .action-buttons .action-button:hover .label {
  color: #18358a;
}
.main-section .tpl-job-details-2024 .action-buttons .action-button .icon {
  margin: 0 5px 0 0;
}
@media (max-width: 1700px) {
  .main-section .tpl-job-details-2024 .action-buttons .action-button .icon {
    margin: 0;
  }
}
.main-section .tpl-job-details-2024 .action-buttons .action-button .icon:before {
  display: block;
  content: "";
  background-size: 53px 53px;
  height: 53px;
  width: 53px;
}
.main-section .tpl-job-details-2024 .action-buttons .action-button .icon.email:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 54 53' style='enable-background:new 0 0 54 53;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%232B3C88;} .st1{fill:%23FFFFFF;} %3C/style%3E%3Cg%3E%3Cg%3E%3Cpath class='st1' d='M27,30.5l-3.5-3L13.6,36c0.4,0.3,0.8,0.5,1.4,0.5h24c0.5,0,1-0.2,1.4-0.5l-9.9-8.5L27,30.5z'/%3E%3Cpath class='st1' d='M40.4,17c-0.4-0.3-0.8-0.5-1.4-0.5H15c-0.5,0-1,0.2-1.4,0.5L27,28.5L40.4,17z'/%3E%3Cpolygon class='st1' points='13,18.3 13,34.9 22.7,26.7 '/%3E%3Cpolygon class='st1' points='31.3,26.7 41,34.9 41,18.2 '/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.main-section .tpl-job-details-2024 .action-buttons .action-button .icon.print:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 54 53' style='enable-background:new 0 0 54 53;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} .st1{fill:%2318358A;} .st2{fill:%23FFFFFF;stroke:%2318358A;stroke-width:1.2;stroke-miterlimit:10;} %3C/style%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M20.1,32.6v5.2h14v-5.2v-3.5h-14V32.6z M21.8,30.9h10.5v1.8H21.8V30.9z M21.8,34.4h10.5v1.8H21.8V34.4z'/%3E%3Cpolygon class='st0' points='34.1,16.9 34.1,11.6 20.1,11.6 20.1,16.9 20.1,20.4 34.1,20.4 '/%3E%3Cpath class='st0' d='M37.6,16.9h-1.8v3.5v1.8H18.3v-1.8v-3.5h-1.8c-1.8,0-3.5,1.8-3.5,3.5v8.8c0,1.8,1.8,3.5,3.5,3.5h1.8v-3.5 v-1.8h17.5v1.8v3.5h1.8c1.8,0,3.5-1.8,3.5-3.5v-8.8C41.1,18.6,39.3,16.9,37.6,16.9z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.main-section .tpl-job-details-2024 .action-buttons .action-button .icon.xing:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 54 53' style='enable-background:new 0 0 54 53;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} .st1{fill:%23FFFFFF;stroke:%2318358A;stroke-width:1.2;stroke-miterlimit:10;} %3C/style%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M22.4,17.8c-0.3-0.5-0.7-0.8-1.1-0.8h-4c-0.3,0-0.4,0.1-0.5,0.3c-0.1,0.2-0.1,0.4,0,0.6l2.7,4.7c0,0,0,0,0,0 l-4.3,7.6c-0.1,0.2-0.1,0.4,0,0.6c0.1,0.2,0.3,0.3,0.5,0.3h4c0.4,0,0.8-0.3,1.1-0.8c2.8-4.9,4.2-7.5,4.4-7.7L22.4,17.8z'/%3E%3Cpath class='st0' d='M38.8,12.4c0.1-0.2,0.1-0.4,0-0.6c-0.1-0.2-0.3-0.3-0.5-0.3h-4.1c-0.4,0-0.8,0.3-1.1,0.8 c-5.8,10.3-8.8,15.6-9,15.9l5.7,10.5c0.3,0.5,0.6,0.8,1.1,0.8h4c0.2,0,0.4-0.1,0.5-0.3c0.1-0.2,0.1-0.4,0-0.6l-5.7-10.4v0 L38.8,12.4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.main-section .tpl-job-details-2024 .action-buttons .action-button .icon.linkedin:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 54 53' style='enable-background:new 0 0 54 53;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} .st1{fill:%23FFFFFF;stroke:%2318358A;stroke-width:1.2;stroke-linecap:round;} %3C/style%3E%3Cg%3E%3Cpath id='LinkedIn' class='st0' d='M41.7,27.7v10.8h-6.3V28.4c0-2.5-0.9-4.3-3.2-4.3c-1.7,0-2.8,1.2-3.2,2.3 c-0.2,0.4-0.2,1-0.2,1.5v10.6h-6.3c0,0,0.1-17.1,0-18.9h6.3v2.7c0,0,0,0,0,0.1h0v-0.1c0.8-1.3,2.3-3.1,5.7-3.1 C38.6,19.2,41.7,21.9,41.7,27.7z M15.9,10.5c-2.1,0-3.6,1.4-3.6,3.3c0,1.8,1.4,3.3,3.5,3.3h0c2.2,0,3.6-1.5,3.6-3.3 C19.4,11.9,18.1,10.5,15.9,10.5z M12.7,38.5H19V19.6h-6.3V38.5z'/%3E%3C/g%3E%3C/svg%3E");
}
.main-section .tpl-job-details-2024 .action-buttons .action-button .label {
  display: none;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 18px;
  line-height: 53px;
  padding-right: 22px;
}
@media (max-width: 1700px) {
  .main-section .tpl-job-details-2024 .action-buttons .action-button .label {
    display: none;
  }
}
.main-section .tpl-job-details-2024 .application-button {
  display: block;
  width: 279px;
  text-align: center;
  height: 41px;
  text-decoration: none;
  font-family: "Ubuntu Condensed", Arial, sans-serif;
  font-size: 20px;
  line-height: 41px;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid transparent;
  cursor: pointer;
  margin: 0 0 12px 0;
  letter-spacing: 1px;
}
.main-section .tpl-job-details-2024 .application-button:hover {
  background-color: #ffffff;
}
.main-section .tpl-job-details-2024 .internal-application {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-style: italic;
  font-weight: 600;
  color: #ffffff;
  padding-top: 6px;
}
.main-section .tpl-job-details-2024 .wrapper {
  max-width: 1095px;
  margin: 0 auto;
  padding: 100px 60px 0 60px;
}
.main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper {
  display: grid;
  grid-template-columns: 1fr 337px;
  grid-template-rows: auto;
  grid-row-gap: 0px;
  grid-column-gap: 30px;
  grid-template-areas: "description filter" "description application" "description questionsbox" "description awards" "description .";
  padding: 53px 0 0 0;
}
.main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .description {
  grid-area: description;
}
.main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .description h3 {
  font-size: 22px;
  line-height: 29px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 13px;
}
.main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .description h3 b {
  font-weight: bold;
}
.main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .description p {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 18px;
  line-height: 29px;
  color: #1a1a1a;
}
.main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .description ul:first-of-type {
  margin-bottom: 65px;
}
.main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .description ul li {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 18px;
  line-height: 29px;
  color: #1a1a1a;
  list-style-type: none;
  margin-bottom: 26px;
  padding: 0px 0 3px 24px;
}
.main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .description .description-application-button-wrapper {
  padding-top: 13px;
  margin-bottom: 126px;
}
.main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .application-wrapper {
  grid-area: application;
}
.main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .infos {
  grid-area: filter;
  position: relative;
  align-self: start;
  margin: 11px 0 0 0;
}
.main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .infos .info {
  margin-bottom: 14px;
}
.main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .infos .info .title {
  font-size: 16px;
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 29px;
  font-weight: bold;
  font-style: italic;
  margin: 0;
  color: #1a1a1a;
}
.main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .infos .info .description {
  font-size: 18px;
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 29px;
  margin: 0;
  color: #1a1a1a;
}
.main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .infos .edit-filter {
  display: flex;
  cursor: pointer;
  align-items: center;
  margin: 0 0 45px 0;
}
.main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .infos .edit-filter .icon {
  margin-right: 11px;
}
.main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .infos .edit-filter .description {
  font-size: 14px;
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 29px;
  font-weight: bold;
  font-style: italic;
  color: #525152;
  text-decoration: underline;
}
.main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .questions-box-wrapper {
  grid-area: questionsbox;
}
.main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .questions-box-wrapper .questions-box {
  border-width: 1px;
  border-style: solid;
  padding: 25px 30px 30px 30px;
  margin: 80px 0 0 0;
}
.main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .questions-box-wrapper .questions-box .title {
  font-size: 22px;
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 29px;
  font-weight: bold;
  margin: 0 0 17px 0;
}
.main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .questions-box-wrapper .questions-box .image-wrapper {
  display: grid;
  justify-content: center;
  margin: 0 0 17px 0;
}
.main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .questions-box-wrapper .questions-box .image-wrapper .image {
  width: 105px;
  height: 105px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .questions-box-wrapper .questions-box .image-wrapper .image img {
  display: inline;
  margin: 0 auto;
  height: 100%;
  width: auto;
}
.main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .questions-box-wrapper .questions-box .description .contact-name {
  font-size: 18px;
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 29px;
  font-weight: bold;
  color: #1a1a1a;
}
.main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .questions-box-wrapper .questions-box .description .contact-infos a {
  font-size: 18px;
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 29px;
  color: #1a1a1a;
  text-decoration: underline;
}
.main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .awards-wrapper {
  grid-area: awards;
  margin: 77px 0 168px 0;
}
.main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .awards-wrapper .awards-content .title {
  font-size: 16px;
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 29px;
  font-weight: bold;
  font-style: italic;
  color: #1A1A1A;
  margin: 0 0 16px 0;
}
.main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .awards-wrapper .awards-content .awards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-row-gap: 30px;
  grid-column-gap: 30px;
}
.main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .awards-wrapper .awards-content .awards.logo-type-4 {
  grid-template-areas: "gptw kununu" "foodjobs .";
}
.main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .awards-wrapper .awards-content .awards.logo-type-4 .award.greatstart {
  display: none;
}
.main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .awards-wrapper .awards-content .awards.logo-type-3 {
  grid-template-areas: "greatstart greatstart" "gptw kununu";
}
.main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .awards-wrapper .awards-content .awards.logo-type-3 .award.foodjobs {
  display: none;
}
.main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .awards-wrapper .awards-content .awards.logo-type-2 {
  grid-template-areas: "gptw kununu";
}
.main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .awards-wrapper .awards-content .awards.logo-type-2 .award.greatstart, .main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .awards-wrapper .awards-content .awards.logo-type-2 .award.foodjobs {
  display: none;
}
.main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .awards-wrapper .awards-content .awards.logo-type-1 {
  grid-template-areas: "kununu .";
}
.main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .awards-wrapper .awards-content .awards.logo-type-1 .award.greatstart, .main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .awards-wrapper .awards-content .awards.logo-type-1 .award.gptw, .main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .awards-wrapper .awards-content .awards.logo-type-1 .award.foodjobs {
  display: none;
}
.main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .awards-wrapper .awards-content .awards .award img {
  width: 100%;
  height: auto;
}
.main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .awards-wrapper .awards-content .awards .award.gptw {
  grid-area: gptw;
}
.main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .awards-wrapper .awards-content .awards .award.kununu {
  grid-area: kununu;
}
.main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .awards-wrapper .awards-content .awards .award.greatstart {
  grid-area: greatstart;
  border: 1px solid #707070;
}
.main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .awards-wrapper .awards-content .awards .award.foodjobs {
  grid-area: foodjobs;
}
.main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .mobile-sticky,
.main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .mobile-action-buttons-wrapper,
.main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .mobile-application-wrapper,
.main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .mobile-internal-application-wrapper {
  display: none;
}
.main-section .tpl-job-details-2024 .wrapper .mobile-action-buttons-wrapper {
  display: none;
  margin: 34px auto 0 auto;
  max-width: 380px;
  width: 380px;
}
@media (max-width: 1380px) {
  .main-section .tpl-job-details-2024 .wrapper .mobile-action-buttons-wrapper {
    display: block;
  }
}
@media (max-width: 480px) {
  .main-section .tpl-job-details-2024 .wrapper .mobile-action-buttons-wrapper {
    max-width: none;
    width: auto;
  }
}
.main-section .tpl-job-details-2024 .wrapper .mobile-action-buttons-wrapper .mobile-action-buttons {
  display: flex;
  flex-direction: row;
  margin-bottom: 37px;
}
@media (max-width: 480px) {
  .main-section .tpl-job-details-2024 .wrapper .mobile-action-buttons-wrapper .mobile-action-buttons {
    flex-wrap: wrap;
  }
}
.main-section .tpl-job-details-2024 .wrapper .mobile-action-buttons-wrapper .mobile-action-buttons .button-wrapper {
  flex: 1;
  max-width: 25%;
  min-width: 25%;
  width: 25%;
  text-align: center;
}
@media (max-width: 480px) {
  .main-section .tpl-job-details-2024 .wrapper .mobile-action-buttons-wrapper .mobile-action-buttons .button-wrapper {
    max-width: 50%;
    min-width: 50%;
    width: 50%;
    margin-bottom: 30px;
  }
}
.main-section .tpl-job-details-2024 .wrapper .mobile-action-buttons-wrapper .mobile-action-buttons .action-button {
  text-decoration: none;
  color: #1a1a1a;
}
.main-section .tpl-job-details-2024 .wrapper .mobile-action-buttons-wrapper .mobile-action-buttons .action-button:hover .icon {
  background: #ffffff;
  border: 1px solid #18358a;
}
.main-section .tpl-job-details-2024 .wrapper .mobile-action-buttons-wrapper .mobile-action-buttons .action-button:hover .icon.email:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 54 53' style='enable-background:new 0 0 54 53;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%232B3C88;} .st1{fill:%23FFFFFF;} %3C/style%3E%3Cpath class='st0' d='M39,16.5H15c-1,0-2,0.8-2,2v16c0,1.2,0.8,2,2,2h24c1.2,0,2-0.8,2-2v-16C41,17.3,40.2,16.5,39,16.5z M31.5,26.7 l8.1-7v13.9L31.5,26.7z M39,17.9c0.2,0,0.3,0,0.4,0.1L27.2,28.6L14.9,17.9c0,0,0.1,0,0.1,0H39z M14.4,34V19.3l8.4,7.3L14.4,34z M15,35.1C15,35.1,14.9,35.1,15,35.1l8.7-7.7l3.5,3l3.4-3l8.8,7.5c-0.1,0.1-0.2,0.1-0.4,0.1H15z'/%3E%3C/svg%3E");
}
.main-section .tpl-job-details-2024 .wrapper .mobile-action-buttons-wrapper .mobile-action-buttons .action-button:hover .icon.print:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 54 53' style='enable-background:new 0 0 54 53;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} .st1{fill:%2318358A;} .st2{fill:%23FFFFFF;stroke:%2318358A;stroke-width:1.2;stroke-miterlimit:10;} %3C/style%3E%3Cg%3E%3Cg%3E%3Crect x='20.7' y='29.8' class='st0' width='12.8' height='7.6'/%3E%3Cpath class='st1' d='M32.9,30.4v2.3v4H21.3v-4v-2.3H32.9 M34.1,29.2h-14v3.5v5.2h14v-5.2V29.2L34.1,29.2z'/%3E%3C/g%3E%3Cg%3E%3Crect x='22.2' y='31.5' class='st1' width='9.7' height='1.5'/%3E%3Crect x='22.2' y='34' class='st1' width='9.7' height='1.5'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Crect x='20.7' y='12.2' class='st0' width='12.8' height='7.5'/%3E%3Cpath class='st1' d='M32.9,12.8v4.1v2.3H21.3v-2.3v-4.1H32.9 M34.1,11.6h-14v5.2v3.5h14v-3.5V11.6L34.1,11.6z'/%3E%3C/g%3E%3Cpath class='st2' d='M37.6,16.9h-1.8v3.5v1.8H18.3v-1.8v-3.5h-1.8c-1.8,0-3.5,1.8-3.5,3.5v8.8c0,1.8,1.8,3.5,3.5,3.5h1.8v-3.5v-1.8 h17.5v1.8v3.5h1.8c1.8,0,3.5-1.8,3.5-3.5v-8.8C41.1,18.6,39.3,16.9,37.6,16.9z'/%3E%3C/svg%3E");
}
.main-section .tpl-job-details-2024 .wrapper .mobile-action-buttons-wrapper .mobile-action-buttons .action-button:hover .icon.xing:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 54 53' style='enable-background:new 0 0 54 53;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} .st1{fill:%23FFFFFF;stroke:%2318358A;stroke-width:1.2;stroke-miterlimit:10;} %3C/style%3E%3Cpath class='st1' d='M22.1,17.8C21.8,17.3,21.4,17,21,17h-4c-0.3,0-0.4,0.1-0.5,0.3c-0.1,0.2-0.1,0.4,0,0.6l2.7,4.7c0,0,0,0,0,0 l-4.3,7.6c-0.1,0.2-0.1,0.4,0,0.6c0.1,0.2,0.3,0.3,0.5,0.3h4c0.4,0,0.8-0.3,1.1-0.8c2.8-4.9,4.2-7.5,4.4-7.7L22.1,17.8z'/%3E%3Cpath class='st1' d='M39.1,12.4c0.1-0.2,0.1-0.4,0-0.6c-0.1-0.2-0.3-0.3-0.5-0.3h-4.1c-0.4,0-0.8,0.3-1.1,0.8 c-5.8,10.3-8.8,15.6-9,15.9l5.7,10.5c0.3,0.5,0.6,0.8,1.1,0.8h4c0.2,0,0.4-0.1,0.5-0.3c0.1-0.2,0.1-0.4,0-0.6l-5.7-10.4v0L39.1,12.4 z'/%3E%3C/svg%3E");
}
.main-section .tpl-job-details-2024 .wrapper .mobile-action-buttons-wrapper .mobile-action-buttons .action-button:hover .icon.linkedin:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 54 53' style='enable-background:new 0 0 54 53;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} .st1{fill:%23FFFFFF;stroke:%2318358A;stroke-width:1.2;stroke-linecap:round;} %3C/style%3E%3Cpath id='LinkedIn_00000088828874331379944540000010499092654372398212_' class='st1' d='M28.8,22.3c0.8-1.3,2.3-3.1,5.6-3.1 c4.1,0,7.2,2.7,7.2,8.5v10.8h-6.3V28.4c0-2.5-0.9-4.3-3.2-4.3c-1.7,0-2.8,1.2-3.2,2.3c-0.2,0.4-0.2,1-0.2,1.5v10.6h-6.3 c0,0,0.1-17.1,0-18.9h6.3L28.8,22.3L28.8,22.3z M15.9,10.5c-2.1,0-3.6,1.4-3.6,3.3c0,1.8,1.4,3.3,3.5,3.3h0c2.2,0,3.6-1.5,3.6-3.3 C19.4,11.9,18.1,10.5,15.9,10.5z M12.7,38.5H19V19.6h-6.3V38.5z'/%3E%3C/svg%3E");
}
.main-section .tpl-job-details-2024 .wrapper .mobile-action-buttons-wrapper .mobile-action-buttons .action-button .icon {
  display: inline-block;
  background: #18358a;
  border: 1px solid transparent;
  width: 54px;
  height: 54px;
  text-align: center;
}
.main-section .tpl-job-details-2024 .wrapper .mobile-action-buttons-wrapper .mobile-action-buttons .action-button .icon:before {
  display: block;
  content: "";
  background-size: 53px 53px;
  height: 53px;
  width: 53px;
}
.main-section .tpl-job-details-2024 .wrapper .mobile-action-buttons-wrapper .mobile-action-buttons .action-button .icon.email:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 54 53' style='enable-background:new 0 0 54 53;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%232B3C88;} .st1{fill:%23FFFFFF;} %3C/style%3E%3Cg%3E%3Cg%3E%3Cpath class='st1' d='M27,30.5l-3.5-3L13.6,36c0.4,0.3,0.8,0.5,1.4,0.5h24c0.5,0,1-0.2,1.4-0.5l-9.9-8.5L27,30.5z'/%3E%3Cpath class='st1' d='M40.4,17c-0.4-0.3-0.8-0.5-1.4-0.5H15c-0.5,0-1,0.2-1.4,0.5L27,28.5L40.4,17z'/%3E%3Cpolygon class='st1' points='13,18.3 13,34.9 22.7,26.7 '/%3E%3Cpolygon class='st1' points='31.3,26.7 41,34.9 41,18.2 '/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.main-section .tpl-job-details-2024 .wrapper .mobile-action-buttons-wrapper .mobile-action-buttons .action-button .icon.print:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 54 53' style='enable-background:new 0 0 54 53;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} .st1{fill:%2318358A;} .st2{fill:%23FFFFFF;stroke:%2318358A;stroke-width:1.2;stroke-miterlimit:10;} %3C/style%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M20.1,32.6v5.2h14v-5.2v-3.5h-14V32.6z M21.8,30.9h10.5v1.8H21.8V30.9z M21.8,34.4h10.5v1.8H21.8V34.4z'/%3E%3Cpolygon class='st0' points='34.1,16.9 34.1,11.6 20.1,11.6 20.1,16.9 20.1,20.4 34.1,20.4 '/%3E%3Cpath class='st0' d='M37.6,16.9h-1.8v3.5v1.8H18.3v-1.8v-3.5h-1.8c-1.8,0-3.5,1.8-3.5,3.5v8.8c0,1.8,1.8,3.5,3.5,3.5h1.8v-3.5 v-1.8h17.5v1.8v3.5h1.8c1.8,0,3.5-1.8,3.5-3.5v-8.8C41.1,18.6,39.3,16.9,37.6,16.9z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.main-section .tpl-job-details-2024 .wrapper .mobile-action-buttons-wrapper .mobile-action-buttons .action-button .icon.xing:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 54 53' style='enable-background:new 0 0 54 53;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} .st1{fill:%23FFFFFF;stroke:%2318358A;stroke-width:1.2;stroke-miterlimit:10;} %3C/style%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M22.4,17.8c-0.3-0.5-0.7-0.8-1.1-0.8h-4c-0.3,0-0.4,0.1-0.5,0.3c-0.1,0.2-0.1,0.4,0,0.6l2.7,4.7c0,0,0,0,0,0 l-4.3,7.6c-0.1,0.2-0.1,0.4,0,0.6c0.1,0.2,0.3,0.3,0.5,0.3h4c0.4,0,0.8-0.3,1.1-0.8c2.8-4.9,4.2-7.5,4.4-7.7L22.4,17.8z'/%3E%3Cpath class='st0' d='M38.8,12.4c0.1-0.2,0.1-0.4,0-0.6c-0.1-0.2-0.3-0.3-0.5-0.3h-4.1c-0.4,0-0.8,0.3-1.1,0.8 c-5.8,10.3-8.8,15.6-9,15.9l5.7,10.5c0.3,0.5,0.6,0.8,1.1,0.8h4c0.2,0,0.4-0.1,0.5-0.3c0.1-0.2,0.1-0.4,0-0.6l-5.7-10.4v0 L38.8,12.4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.main-section .tpl-job-details-2024 .wrapper .mobile-action-buttons-wrapper .mobile-action-buttons .action-button .icon.linkedin:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 54 53' style='enable-background:new 0 0 54 53;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} .st1{fill:%23FFFFFF;stroke:%2318358A;stroke-width:1.2;stroke-linecap:round;} %3C/style%3E%3Cg%3E%3Cpath id='LinkedIn' class='st0' d='M41.7,27.7v10.8h-6.3V28.4c0-2.5-0.9-4.3-3.2-4.3c-1.7,0-2.8,1.2-3.2,2.3 c-0.2,0.4-0.2,1-0.2,1.5v10.6h-6.3c0,0,0.1-17.1,0-18.9h6.3v2.7c0,0,0,0,0,0.1h0v-0.1c0.8-1.3,2.3-3.1,5.7-3.1 C38.6,19.2,41.7,21.9,41.7,27.7z M15.9,10.5c-2.1,0-3.6,1.4-3.6,3.3c0,1.8,1.4,3.3,3.5,3.3h0c2.2,0,3.6-1.5,3.6-3.3 C19.4,11.9,18.1,10.5,15.9,10.5z M12.7,38.5H19V19.6h-6.3V38.5z'/%3E%3C/g%3E%3C/svg%3E");
}
.main-section .tpl-job-details-2024 .wrapper .mobile-action-buttons-wrapper .mobile-action-buttons .action-button .label {
  display: none;
  margin-top: 9px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 21px;
}

@media (max-width: 1380px) {
  .main-section .tpl-job-details-2024 .wrapper {
    padding: 0 25px;
  }
  .main-section .tpl-global-headline {
    padding-top: 50px;
    margin-bottom: 37px;
  }
  .main-section .tpl-global-headline::before {
    background: none repeat scroll 0 0 #1a1a1a;
    top: -32px;
    content: "";
    display: block;
    height: 3px;
    position: relative;
    width: 55px;
  }
}
@media (max-width: 768px) {
  .main-section .tpl-job-details-2024 .wrapper {
    padding: 0;
  }
  .main-section .tpl-job-details-2024 .wrapper .tpl-global-headline,
.main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper > .description,
.main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper > .infos {
    padding-left: 25px;
    padding-right: 25px;
  }
  .main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper {
    grid-template-columns: 1fr;
    grid-template-areas: "filter" "description" "mobileactionbuttons" "mobilesticky" "questionsbox" "awards";
    padding: 0;
  }
  .main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .infos {
    margin: 0;
  }
  .main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .infos .info .title {
    font-size: 14px;
    line-height: 29px;
  }
  .main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .infos .info .description {
    font-size: 16px;
    line-height: 26px;
  }
  .main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .infos .edit-filter {
    position: absolute;
    bottom: 15px;
    right: 25px;
    margin: 0;
  }
  .main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper > .description {
    margin-top: 18px;
  }
  .main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper > .description h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper > .description ul:first-of-type {
    margin-bottom: 26px;
  }
  .main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper > .description ul li {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .mobile-sticky {
    display: block;
    grid-area: mobilesticky;
    background: #ffffff;
    z-index: 200;
  }
  .main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .mobile-action-buttons-wrapper {
    display: block;
    grid-area: mobileactionbuttons;
  }
  .main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .mobile-application-wrapper {
    display: block;
  }
  .main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .mobile-internal-application-wrapper {
    display: block;
    padding-bottom: 13px;
  }
  .main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .mobile-application-wrapper {
    margin: 0;
  }
  .main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .mobile-application-wrapper .mobile-application-button {
    display: block;
    width: 100%;
    text-align: center;
    height: 41px;
    text-decoration: none;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 20px;
    line-height: 41px;
    text-transform: uppercase;
    color: #ffffff;
    z-index: 20;
    transition: width 0.2s;
    transition: max-width 0.2s;
    border: 1px solid transparent;
    cursor: pointer;
    letter-spacing: 1px;
  }
  .main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .mobile-application-wrapper .mobile-application-button:hover {
    background: #ffffff;
  }
  .main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .mobile-application-wrapper.sticky .mobile-application-button {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 100%;
    box-shadow: 0 15px 0 0 #ffffff;
  }
  .main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .mobile-application-wrapper.sticky-with-sidebar .mobile-application-button {
    width: calc(100% - 210px);
    max-width: calc(100% - 210px);
  }
  .main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .mobile-internal-application-wrapper {
    margin: 12px auto 0 auto;
    display: flex;
    justify-content: center;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .mobile-internal-application-wrapper .mobile-internal-application-button {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-style: italic;
    font-weight: 600;
    text-decoration: underline;
  }
  .main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .mobile-internal-application-wrapper.sticky .mobile-internal-application-button {
    position: fixed;
    top: 53px;
    width: 100%;
    max-width: 100%;
    background: #ffffff;
    padding-bottom: 12px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .mobile-internal-application-wrapper.sticky-with-sidebar .mobile-internal-application-button {
    width: calc(100% - 210px);
    max-width: calc(100% - 210px);
  }
  .main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .application-wrapper {
    display: none;
  }
  .main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .description .description-application-button-wrapper {
    display: none;
  }
  .main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .questions-box-wrapper {
    display: grid;
    justify-items: center;
  }
  .main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .questions-box-wrapper.sticky .questions-box {
    margin-top: 90px;
  }
  .main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .questions-box-wrapper .questions-box {
    margin: 30px 0 35px 0;
    max-width: 337px;
    width: 100%;
  }
  .main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .awards-wrapper {
    display: grid;
    justify-items: center;
    margin: 0 0 40px 0;
  }
  .main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .awards-wrapper .awards-content {
    max-width: 337px;
    width: 100%;
  }
  .main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .awards-wrapper .awards-content .title {
    font-size: 14px;
    margin: 0 0 5px 0;
  }
  .main-section .tpl-job-details-2024 .wrapper .description-infos-wrapper .awards-wrapper .awards-content .awards {
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }
}
.tpl-job-details-2024 .working-at-hochland-wrapper .working-at-hochland {
  max-width: 1095px;
  width: 100%;
  padding: 109px 60px 105px 60px;
  margin: 0 auto;
}
.tpl-job-details-2024 .working-at-hochland-wrapper .working-at-hochland .title {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 22px;
  line-height: 29px;
  font-weight: bold;
  margin: 0 0 15px 0;
  color: #ffffff;
}
.tpl-job-details-2024 .working-at-hochland-wrapper .working-at-hochland .text1, .tpl-job-details-2024 .working-at-hochland-wrapper .working-at-hochland .text2 {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 18px;
  line-height: 29px;
  margin: 0;
  color: #ffffff;
}
.tpl-job-details-2024 .working-at-hochland-wrapper .working-at-hochland .text1 b, .tpl-job-details-2024 .working-at-hochland-wrapper .working-at-hochland .text2 b {
  font-weight: bold;
}
.tpl-job-details-2024 .working-at-hochland-wrapper .working-at-hochland .text2 {
  margin-top: 15px;
}
.tpl-job-details-2024 .working-at-hochland-wrapper .working-at-hochland .working-at-hochland-application-button-wrapper {
  margin-top: 38px;
}
.tpl-job-details-2024 .working-at-hochland-wrapper .working-at-hochland .working-at-hochland-application-button-wrapper .application-button {
  border: 1px solid #ffffff;
  background-color: #ffffff;
}

@media (max-width: 1380px) {
  .tpl-job-details-2024 .working-at-hochland-wrapper .working-at-hochland {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 768px) {
  .tpl-job-details-2024 .working-at-hochland-wrapper .working-at-hochland {
    padding: 40px 25px;
  }
  .tpl-job-details-2024 .working-at-hochland-wrapper .working-at-hochland .title {
    font-size: 20px;
    line-height: 26px;
  }
  .tpl-job-details-2024 .working-at-hochland-wrapper .working-at-hochland .text1, .tpl-job-details-2024 .working-at-hochland-wrapper .working-at-hochland .text2 {
    font-size: 16px;
    line-height: 26px;
  }
  .tpl-job-details-2024 .working-at-hochland-wrapper .working-at-hochland .working-at-hochland-application-button-wrapper {
    display: none;
  }
}
.tpl-job-details-2024 .your-advantages .tpl-global-headline {
  padding-top: 67px;
}
.tpl-job-details-2024 .your-advantages .advantages-intro {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 18px;
  line-height: 29px;
  margin: 0;
  color: #1a1a1a;
}
.tpl-job-details-2024 .your-advantages .accordion-wrapper {
  display: block;
  max-width: 1095px;
  /* 1230px */
  margin: 0 auto;
  padding: 12px 0 0 0;
}
.tpl-job-details-2024 .your-advantages .accordion-wrapper .accordions {
  display: block;
  margin-top: 52px;
  margin-bottom: 16px;
}
.tpl-job-details-2024 .your-advantages .accordion-wrapper .accordions .accordion {
  margin-bottom: 15px;
}
.tpl-job-details-2024 .your-advantages .accordion-wrapper .accordions .accordion .accordion-head {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  cursor: pointer;
  background: #ffffff;
  transition: background 0.3s;
}
.tpl-job-details-2024 .your-advantages .accordion-wrapper .accordions .accordion .accordion-head .pro-icon {
  min-width: 104px;
  max-width: 104px;
  width: 104px;
}
.tpl-job-details-2024 .your-advantages .accordion-wrapper .accordions .accordion .accordion-head .pro-icon .image, .tpl-job-details-2024 .your-advantages .accordion-wrapper .accordions .accordion .accordion-head .pro-icon .image-active {
  width: 60px;
  margin: 30px 0 30px 30px;
}
.tpl-job-details-2024 .your-advantages .accordion-wrapper .accordions .accordion .accordion-head .pro-icon .image img, .tpl-job-details-2024 .your-advantages .accordion-wrapper .accordions .accordion .accordion-head .pro-icon .image-active img {
  display: block;
  width: 100%;
  height: auto;
}
.tpl-job-details-2024 .your-advantages .accordion-wrapper .accordions .accordion .accordion-head .pro-icon .image-active {
  display: none;
}
.tpl-job-details-2024 .your-advantages .accordion-wrapper .accordions .accordion .accordion-head .title {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
  transition: all 0.3s;
  padding: 10px 70px 10px 0;
  text-transform: uppercase;
}
.tpl-job-details-2024 .your-advantages .accordion-wrapper .accordions .accordion .accordion-head .icon {
  position: absolute;
  top: calc(50% - 13px);
  right: 30px;
  transform-origin: center;
  transition: transform 0.5s;
}
.tpl-job-details-2024 .your-advantages .accordion-wrapper .accordions .accordion .accordion-content {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #1a1a1a;
  height: 0;
  overflow: hidden;
}
.tpl-job-details-2024 .your-advantages .accordion-wrapper .accordions .accordion .accordion-content .accordion-content-wrapper {
  display: flex;
  flex-direction: row;
  gap: 30px;
  padding: 20px 30px 40px 30px;
}
.tpl-job-details-2024 .your-advantages .accordion-wrapper .accordions .accordion .accordion-content .accordion-content-wrapper .image {
  width: 307px;
  min-width: 307px;
  max-width: 307px;
}
.tpl-job-details-2024 .your-advantages .accordion-wrapper .accordions .accordion .accordion-content .accordion-content-wrapper .image img {
  width: 100%;
  height: auto;
}
.tpl-job-details-2024 .your-advantages .accordion-wrapper .accordions .accordion .accordion-content .accordion-content-wrapper .text {
  flex: 1;
}
.tpl-job-details-2024 .your-advantages .accordion-wrapper .accordions .accordion .accordion-content .accordion-content-wrapper .text .text-info {
  font-family: "Open Sans", Arial, sans-serif;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
}
.tpl-job-details-2024 .your-advantages .accordion-wrapper .accordions .accordion .accordion-content .accordion-content-wrapper .text .text-info ul {
  margin: 24px 0 20px 0;
}
.tpl-job-details-2024 .your-advantages .accordion-wrapper .accordions .accordion .accordion-content .accordion-content-wrapper .text .text-info ul li:before {
  top: -10px;
}
.tpl-job-details-2024 .your-advantages .accordion-wrapper .accordions .accordion .accordion-content .accordion-content-wrapper .text .text-info a {
  font-weight: bold;
  text-decoration: none;
}
.tpl-job-details-2024 .your-advantages .accordion-wrapper .accordions .accordion .accordion-content .accordion-content-wrapper .text .text-info a:hover {
  background: none;
  color: #18358a;
}
.tpl-job-details-2024 .your-advantages .accordion-wrapper .accordions .accordion .accordion-content .accordion-content-wrapper .accordion-text-image {
  display: flex;
  flex-direction: row;
  padding: 0 0 90px 0;
}
.tpl-job-details-2024 .your-advantages .accordion-wrapper .accordions .accordion .accordion-content .accordion-content-wrapper .accordion-text-image .image {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  margin: 14px 25px 0 65px;
}
.tpl-job-details-2024 .your-advantages .accordion-wrapper .accordions .accordion .accordion-content .accordion-content-wrapper .accordion-text-image .image img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  display: block;
}
.tpl-job-details-2024 .your-advantages .accordion-wrapper .accordions .accordion .accordion-content .accordion-content-wrapper .accordion-text-image .text {
  flex: 1;
  padding: 0;
  margin-right: 30px;
}
.tpl-job-details-2024 .your-advantages .accordion-wrapper .accordions .accordion.opened .accordion-head {
  background: #ffffff;
}
.tpl-job-details-2024 .your-advantages .accordion-wrapper .accordions .accordion.opened .accordion-head .pro-icon .image {
  display: none;
}
.tpl-job-details-2024 .your-advantages .accordion-wrapper .accordions .accordion.opened .accordion-head .pro-icon .image-active {
  display: block;
}
.tpl-job-details-2024 .your-advantages .accordion-wrapper .accordions .accordion.opened .accordion-head .icon {
  transform: rotate(180deg);
}
@media (max-width: 1380px) {
  .tpl-job-details-2024 .your-advantages .tpl-global-headline::before {
    background: none;
    height: 0;
  }
}
@media (max-width: 768px) {
  .tpl-job-details-2024 .your-advantages .advantages-intro {
    padding: 0 25px;
    font-size: 16px;
    line-height: 26px;
  }
  .tpl-job-details-2024 .your-advantages .accordion-wrapper .accordions .accordion {
    margin-bottom: 5px;
  }
  .tpl-job-details-2024 .your-advantages .accordion-wrapper .accordions .accordion .accordion-head .pro-icon .image,
.tpl-job-details-2024 .your-advantages .accordion-wrapper .accordions .accordion .accordion-head .pro-icon .image-active {
    margin: 14px 0 14px 25px;
  }
  .tpl-job-details-2024 .your-advantages .accordion-wrapper .accordions .accordion .accordion-head .title {
    font-size: 18px;
    line-height: 24px;
    padding-right: 60px;
  }
  .tpl-job-details-2024 .your-advantages .accordion-wrapper .accordions .accordion .accordion-head .icon {
    right: 20px;
  }
  .tpl-job-details-2024 .your-advantages .accordion-wrapper .accordions .accordion .accordion-head .icon svg {
    transform: scale(0.86);
  }
  .tpl-job-details-2024 .your-advantages .accordion-wrapper .accordions .accordion .accordion-content .accordion-content-wrapper {
    flex-direction: column;
    gap: 20px;
    padding-top: 6px;
  }
}
.tpl-job-details-2024 .footer-button .footer-application-button-wrapper {
  display: grid;
  justify-content: center;
  margin: 19px 0 63px 0;
}

@media (max-width: 1380px) {
  .tpl-job-details-2024 .footer-button .footer-application-button-wrapper {
    margin: 56px 0 63px 0;
  }
}
@media (max-width: 768px) {
  .tpl-job-details-2024 .footer-button .footer-application-button-wrapper {
    display: none;
  }
}
.tpl-job-details-2024.hellblau .wrapper .headline::after,
.tpl-job-details-2024.hellblau .wrapper h1.headline::after,
.tpl-job-details-2024.hellblau .wrapper .pros-headline::after,
.tpl-job-details-2024.hellblau .wrapper h2.pros-headline::after,
.tpl-job-details-2024.hellblau .tpl-global-headline::after,
.tpl-job-details-2024.hellblau .tpl-global-headline::before,
.tpl-job-details-2024.hellblau .working-at-hochland-wrapper {
  background-color: #0abbef;
}
.tpl-job-details-2024.hellblau .wrapper .description .left .headline::after,
.tpl-job-details-2024.hellblau .wrapper .description .right .headline::after {
  background-color: #0abbef;
}
.tpl-job-details-2024.hellblau .application-button,
.tpl-job-details-2024.hellblau .mobile-application-button {
  background-color: #0abbef;
}
.tpl-job-details-2024.hellblau .application-button:hover,
.tpl-job-details-2024.hellblau .mobile-application-button:hover {
  border-color: #0abbef;
  color: #0abbef;
}
.tpl-job-details-2024.hellblau .internal-application,
.tpl-job-details-2024.hellblau .mobile-internal-application-button,
.tpl-job-details-2024.hellblau .mobile-internal-application-wrapper,
.tpl-job-details-2024.hellblau .wrapper .description-infos-wrapper .mobile-application-wrapper .mobile-application-button:hover,
.tpl-job-details-2024.hellblau .wrapper .description-infos-wrapper .mobile-sticky {
  border-color: #0abbef;
  color: #0abbef;
}
.tpl-job-details-2024.hellblau .wrapper .description .left .headline,
.tpl-job-details-2024.hellblau .wrapper .description .right .headline,
.tpl-job-details-2024.hellblau .wrapper .pros-headline,
.tpl-job-details-2024.hellblau .wrapper h2.pros-headline,
.tpl-job-details-2024.hellblau .wrapper .mobile-pros-accordions .mobile-pros-accordion.opened .accordion-head .title {
  color: #0abbef;
}
.tpl-job-details-2024.hellblau .wrapper .apply-button .button {
  background: #0abbef;
  border: 1px solid #0abbef;
}
.tpl-job-details-2024.hellblau .wrapper .apply-button .button:hover {
  background: #fff;
  color: #0abbef;
}
.tpl-job-details-2024.hellblau .questions-box {
  border-color: #0abbef;
}
.tpl-job-details-2024.hellblau .questions-box .title {
  color: #0abbef;
}
.tpl-job-details-2024.hellblau .description-infos-wrapper .description h3 {
  color: #0abbef;
}
.tpl-job-details-2024.hellblau .description-infos-wrapper .description ul li {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15.977" height="15.977" viewBox="0 0 15.977 15.977"><path id="Pfad_626" data-name="Pfad 626" d="M12960.559,7739.062h6.593v-13" transform="translate(-3691.096 -14627.647) rotate(45)" fill="none" stroke="%23ff0000" stroke-width="3"/></svg>') no-repeat left 0px top 5px;
}
.tpl-job-details-2024.hellblau .working-at-hochland-application-button-wrapper .application-button {
  color: #0abbef;
}
.tpl-job-details-2024.hellblau .working-at-hochland-application-button-wrapper .application-button:hover {
  border-color: #ffffff;
  background-color: #0abbef;
  color: #ffffff;
}
.tpl-job-details-2024.hellblau .your-advantages .accordion-wrapper .accordions .accordion {
  border: 1px solid #0abbef;
}
.tpl-job-details-2024.hellblau .your-advantages .accordion-wrapper .accordions .accordion .accordion-head {
  background-color: #0abbef;
}
.tpl-job-details-2024.hellblau .your-advantages .accordion-wrapper .accordions .accordion.opened .accordion-head {
  background-color: #ffffff;
}
.tpl-job-details-2024.hellblau .your-advantages .accordion-wrapper .accordions .accordion.opened .accordion-head .title {
  color: #0abbef;
}
.tpl-job-details-2024.hellblau .your-advantages .accordion-wrapper .accordions .accordion.opened .accordion-head .icon svg path {
  stroke: #0abbef;
}
.tpl-job-details-2024.hellblau .your-advantages .accordion-wrapper .accordions .accordion .accordion-content .accordion-content-wrapper .text .text-info a {
  color: #0abbef;
}

.tpl-job-details-2024.hellgruen .wrapper .headline::after,
.tpl-job-details-2024.hellgruen .wrapper h1.headline::after,
.tpl-job-details-2024.hellgruen .wrapper .pros-headline::after,
.tpl-job-details-2024.hellgruen .wrapper h2.pros-headline::after,
.tpl-job-details-2024.hellgruen .tpl-global-headline::after,
.tpl-job-details-2024.hellgruen .tpl-global-headline::before,
.tpl-job-details-2024.hellgruen .working-at-hochland-wrapper {
  background-color: #76b82a;
}
.tpl-job-details-2024.hellgruen .wrapper .description .left .headline::after,
.tpl-job-details-2024.hellgruen .wrapper .description .right .headline::after {
  background-color: #76b82a;
}
.tpl-job-details-2024.hellgruen .application-button,
.tpl-job-details-2024.hellgruen .mobile-application-button {
  background-color: #76b82a;
}
.tpl-job-details-2024.hellgruen .application-button:hover,
.tpl-job-details-2024.hellgruen .mobile-application-button:hover {
  border-color: #76b82a;
  color: #76b82a;
}
.tpl-job-details-2024.hellgruen .internal-application,
.tpl-job-details-2024.hellgruen .mobile-internal-application-button,
.tpl-job-details-2024.hellgruen .mobile-internal-application-wrapper,
.tpl-job-details-2024.hellgruen .wrapper .description-infos-wrapper .mobile-application-wrapper .mobile-application-button:hover,
.tpl-job-details-2024.hellgruen .wrapper .description-infos-wrapper .mobile-sticky {
  border-color: #76b82a;
  color: #76b82a;
}
.tpl-job-details-2024.hellgruen .wrapper .description .left .headline,
.tpl-job-details-2024.hellgruen .wrapper .description .right .headline,
.tpl-job-details-2024.hellgruen .wrapper .pros-headline,
.tpl-job-details-2024.hellgruen .wrapper h2.pros-headline,
.tpl-job-details-2024.hellgruen .wrapper .mobile-pros-accordions .mobile-pros-accordion.opened .accordion-head .title {
  color: #76b82a;
}
.tpl-job-details-2024.hellgruen .wrapper .apply-button .button {
  background: #76b82a;
  border: 1px solid #76b82a;
}
.tpl-job-details-2024.hellgruen .wrapper .apply-button .button:hover {
  background: #fff;
  color: #76b82a;
}
.tpl-job-details-2024.hellgruen .questions-box {
  border-color: #76b82a;
}
.tpl-job-details-2024.hellgruen .questions-box .title {
  color: #76b82a;
}
.tpl-job-details-2024.hellgruen .description-infos-wrapper .description h3 {
  color: #76b82a;
}
.tpl-job-details-2024.hellgruen .description-infos-wrapper .description ul li {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15.977" height="15.977" viewBox="0 0 15.977 15.977"><path id="Pfad_626" data-name="Pfad 626" d="M12960.559,7739.062h6.593v-13" transform="translate(-3691.096 -14627.647) rotate(45)" fill="none" stroke="%23ff0000" stroke-width="3"/></svg>') no-repeat left 0px top 5px;
}
.tpl-job-details-2024.hellgruen .working-at-hochland-application-button-wrapper .application-button {
  color: #76b82a;
}
.tpl-job-details-2024.hellgruen .working-at-hochland-application-button-wrapper .application-button:hover {
  border-color: #ffffff;
  background-color: #76b82a;
  color: #ffffff;
}
.tpl-job-details-2024.hellgruen .your-advantages .accordion-wrapper .accordions .accordion {
  border: 1px solid #76b82a;
}
.tpl-job-details-2024.hellgruen .your-advantages .accordion-wrapper .accordions .accordion .accordion-head {
  background-color: #76b82a;
}
.tpl-job-details-2024.hellgruen .your-advantages .accordion-wrapper .accordions .accordion.opened .accordion-head {
  background-color: #ffffff;
}
.tpl-job-details-2024.hellgruen .your-advantages .accordion-wrapper .accordions .accordion.opened .accordion-head .title {
  color: #76b82a;
}
.tpl-job-details-2024.hellgruen .your-advantages .accordion-wrapper .accordions .accordion.opened .accordion-head .icon svg path {
  stroke: #76b82a;
}
.tpl-job-details-2024.hellgruen .your-advantages .accordion-wrapper .accordions .accordion .accordion-content .accordion-content-wrapper .text .text-info a {
  color: #76b82a;
}

.tpl-job-details-2024.lila .wrapper .headline::after,
.tpl-job-details-2024.lila .wrapper h1.headline::after,
.tpl-job-details-2024.lila .wrapper .pros-headline::after,
.tpl-job-details-2024.lila .wrapper h2.pros-headline::after,
.tpl-job-details-2024.lila .tpl-global-headline::after,
.tpl-job-details-2024.lila .tpl-global-headline::before,
.tpl-job-details-2024.lila .working-at-hochland-wrapper {
  background-color: #a25a9f;
}
.tpl-job-details-2024.lila .wrapper .description .left .headline::after,
.tpl-job-details-2024.lila .wrapper .description .right .headline::after {
  background-color: #a25a9f;
}
.tpl-job-details-2024.lila .application-button,
.tpl-job-details-2024.lila .mobile-application-button {
  background-color: #a25a9f;
}
.tpl-job-details-2024.lila .application-button:hover,
.tpl-job-details-2024.lila .mobile-application-button:hover {
  border-color: #a25a9f;
  color: #a25a9f;
}
.tpl-job-details-2024.lila .internal-application,
.tpl-job-details-2024.lila .mobile-internal-application-button,
.tpl-job-details-2024.lila .mobile-internal-application-wrapper,
.tpl-job-details-2024.lila .wrapper .description-infos-wrapper .mobile-application-wrapper .mobile-application-button:hover,
.tpl-job-details-2024.lila .wrapper .description-infos-wrapper .mobile-sticky {
  border-color: #a25a9f;
  color: #a25a9f;
}
.tpl-job-details-2024.lila .wrapper .description .left .headline,
.tpl-job-details-2024.lila .wrapper .description .right .headline,
.tpl-job-details-2024.lila .wrapper .pros-headline,
.tpl-job-details-2024.lila .wrapper h2.pros-headline,
.tpl-job-details-2024.lila .wrapper .mobile-pros-accordions .mobile-pros-accordion.opened .accordion-head .title {
  color: #a25a9f;
}
.tpl-job-details-2024.lila .wrapper .apply-button .button {
  background: #a25a9f;
  border: 1px solid #a25a9f;
}
.tpl-job-details-2024.lila .wrapper .apply-button .button:hover {
  background: #fff;
  color: #a25a9f;
}
.tpl-job-details-2024.lila .questions-box {
  border-color: #a25a9f;
}
.tpl-job-details-2024.lila .questions-box .title {
  color: #a25a9f;
}
.tpl-job-details-2024.lila .description-infos-wrapper .description h3 {
  color: #a25a9f;
}
.tpl-job-details-2024.lila .description-infos-wrapper .description ul li {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15.977" height="15.977" viewBox="0 0 15.977 15.977"><path id="Pfad_626" data-name="Pfad 626" d="M12960.559,7739.062h6.593v-13" transform="translate(-3691.096 -14627.647) rotate(45)" fill="none" stroke="%23ff0000" stroke-width="3"/></svg>') no-repeat left 0px top 5px;
}
.tpl-job-details-2024.lila .working-at-hochland-application-button-wrapper .application-button {
  color: #a25a9f;
}
.tpl-job-details-2024.lila .working-at-hochland-application-button-wrapper .application-button:hover {
  border-color: #ffffff;
  background-color: #a25a9f;
  color: #ffffff;
}
.tpl-job-details-2024.lila .your-advantages .accordion-wrapper .accordions .accordion {
  border: 1px solid #a25a9f;
}
.tpl-job-details-2024.lila .your-advantages .accordion-wrapper .accordions .accordion .accordion-head {
  background-color: #a25a9f;
}
.tpl-job-details-2024.lila .your-advantages .accordion-wrapper .accordions .accordion.opened .accordion-head {
  background-color: #ffffff;
}
.tpl-job-details-2024.lila .your-advantages .accordion-wrapper .accordions .accordion.opened .accordion-head .title {
  color: #a25a9f;
}
.tpl-job-details-2024.lila .your-advantages .accordion-wrapper .accordions .accordion.opened .accordion-head .icon svg path {
  stroke: #a25a9f;
}
.tpl-job-details-2024.lila .your-advantages .accordion-wrapper .accordions .accordion .accordion-content .accordion-content-wrapper .text .text-info a {
  color: #a25a9f;
}

.tpl-job-details-2024.lachs .wrapper .headline::after,
.tpl-job-details-2024.lachs .wrapper h1.headline::after,
.tpl-job-details-2024.lachs .wrapper .pros-headline::after,
.tpl-job-details-2024.lachs .wrapper h2.pros-headline::after,
.tpl-job-details-2024.lachs .tpl-global-headline::after,
.tpl-job-details-2024.lachs .tpl-global-headline::before,
.tpl-job-details-2024.lachs .working-at-hochland-wrapper {
  background-color: #ec5f6c;
}
.tpl-job-details-2024.lachs .wrapper .description .left .headline::after,
.tpl-job-details-2024.lachs .wrapper .description .right .headline::after {
  background-color: #ec5f6c;
}
.tpl-job-details-2024.lachs .application-button,
.tpl-job-details-2024.lachs .mobile-application-button {
  background-color: #ec5f6c;
}
.tpl-job-details-2024.lachs .application-button:hover,
.tpl-job-details-2024.lachs .mobile-application-button:hover {
  border-color: #ec5f6c;
  color: #ec5f6c;
}
.tpl-job-details-2024.lachs .internal-application,
.tpl-job-details-2024.lachs .mobile-internal-application-button,
.tpl-job-details-2024.lachs .mobile-internal-application-wrapper,
.tpl-job-details-2024.lachs .wrapper .description-infos-wrapper .mobile-application-wrapper .mobile-application-button:hover,
.tpl-job-details-2024.lachs .wrapper .description-infos-wrapper .mobile-sticky {
  border-color: #ec5f6c;
  color: #ec5f6c;
}
.tpl-job-details-2024.lachs .wrapper .description .left .headline,
.tpl-job-details-2024.lachs .wrapper .description .right .headline,
.tpl-job-details-2024.lachs .wrapper .pros-headline,
.tpl-job-details-2024.lachs .wrapper h2.pros-headline,
.tpl-job-details-2024.lachs .wrapper .mobile-pros-accordions .mobile-pros-accordion.opened .accordion-head .title {
  color: #ec5f6c;
}
.tpl-job-details-2024.lachs .wrapper .apply-button .button {
  background: #ec5f6c;
  border: 1px solid #ec5f6c;
}
.tpl-job-details-2024.lachs .wrapper .apply-button .button:hover {
  background: #fff;
  color: #ec5f6c;
}
.tpl-job-details-2024.lachs .questions-box {
  border-color: #ec5f6c;
}
.tpl-job-details-2024.lachs .questions-box .title {
  color: #ec5f6c;
}
.tpl-job-details-2024.lachs .description-infos-wrapper .description h3 {
  color: #ec5f6c;
}
.tpl-job-details-2024.lachs .description-infos-wrapper .description ul li {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15.977" height="15.977" viewBox="0 0 15.977 15.977"><path id="Pfad_626" data-name="Pfad 626" d="M12960.559,7739.062h6.593v-13" transform="translate(-3691.096 -14627.647) rotate(45)" fill="none" stroke="%23ff0000" stroke-width="3"/></svg>') no-repeat left 0px top 5px;
}
.tpl-job-details-2024.lachs .working-at-hochland-application-button-wrapper .application-button {
  color: #ec5f6c;
}
.tpl-job-details-2024.lachs .working-at-hochland-application-button-wrapper .application-button:hover {
  border-color: #ffffff;
  background-color: #ec5f6c;
  color: #ffffff;
}
.tpl-job-details-2024.lachs .your-advantages .accordion-wrapper .accordions .accordion {
  border: 1px solid #ec5f6c;
}
.tpl-job-details-2024.lachs .your-advantages .accordion-wrapper .accordions .accordion .accordion-head {
  background-color: #ec5f6c;
}
.tpl-job-details-2024.lachs .your-advantages .accordion-wrapper .accordions .accordion.opened .accordion-head {
  background-color: #ffffff;
}
.tpl-job-details-2024.lachs .your-advantages .accordion-wrapper .accordions .accordion.opened .accordion-head .title {
  color: #ec5f6c;
}
.tpl-job-details-2024.lachs .your-advantages .accordion-wrapper .accordions .accordion.opened .accordion-head .icon svg path {
  stroke: #ec5f6c;
}
.tpl-job-details-2024.lachs .your-advantages .accordion-wrapper .accordions .accordion .accordion-content .accordion-content-wrapper .text .text-info a {
  color: #ec5f6c;
}

.tpl-job-details-2024.orange .wrapper .headline::after,
.tpl-job-details-2024.orange .wrapper h1.headline::after,
.tpl-job-details-2024.orange .wrapper .pros-headline::after,
.tpl-job-details-2024.orange .wrapper h2.pros-headline::after,
.tpl-job-details-2024.orange .tpl-global-headline::after,
.tpl-job-details-2024.orange .tpl-global-headline::before,
.tpl-job-details-2024.orange .working-at-hochland-wrapper {
  background-color: #ed6c2e;
}
.tpl-job-details-2024.orange .wrapper .description .left .headline::after,
.tpl-job-details-2024.orange .wrapper .description .right .headline::after {
  background-color: #ed6c2e;
}
.tpl-job-details-2024.orange .application-button,
.tpl-job-details-2024.orange .mobile-application-button {
  background-color: #ed6c2e;
}
.tpl-job-details-2024.orange .application-button:hover,
.tpl-job-details-2024.orange .mobile-application-button:hover {
  border-color: #ed6c2e;
  color: #ed6c2e;
}
.tpl-job-details-2024.orange .internal-application,
.tpl-job-details-2024.orange .mobile-internal-application-button,
.tpl-job-details-2024.orange .mobile-internal-application-wrapper,
.tpl-job-details-2024.orange .wrapper .description-infos-wrapper .mobile-application-wrapper .mobile-application-button:hover,
.tpl-job-details-2024.orange .wrapper .description-infos-wrapper .mobile-sticky {
  border-color: #ed6c2e;
  color: #ed6c2e;
}
.tpl-job-details-2024.orange .wrapper .description .left .headline,
.tpl-job-details-2024.orange .wrapper .description .right .headline,
.tpl-job-details-2024.orange .wrapper .pros-headline,
.tpl-job-details-2024.orange .wrapper h2.pros-headline,
.tpl-job-details-2024.orange .wrapper .mobile-pros-accordions .mobile-pros-accordion.opened .accordion-head .title {
  color: #ed6c2e;
}
.tpl-job-details-2024.orange .wrapper .apply-button .button {
  background: #ed6c2e;
  border: 1px solid #ed6c2e;
}
.tpl-job-details-2024.orange .wrapper .apply-button .button:hover {
  background: #fff;
  color: #ed6c2e;
}
.tpl-job-details-2024.orange .questions-box {
  border-color: #ed6c2e;
}
.tpl-job-details-2024.orange .questions-box .title {
  color: #ed6c2e;
}
.tpl-job-details-2024.orange .description-infos-wrapper .description h3 {
  color: #ed6c2e;
}
.tpl-job-details-2024.orange .description-infos-wrapper .description ul li {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15.977" height="15.977" viewBox="0 0 15.977 15.977"><path id="Pfad_626" data-name="Pfad 626" d="M12960.559,7739.062h6.593v-13" transform="translate(-3691.096 -14627.647) rotate(45)" fill="none" stroke="%23ff0000" stroke-width="3"/></svg>') no-repeat left 0px top 5px;
}
.tpl-job-details-2024.orange .working-at-hochland-application-button-wrapper .application-button {
  color: #ed6c2e;
}
.tpl-job-details-2024.orange .working-at-hochland-application-button-wrapper .application-button:hover {
  border-color: #ffffff;
  background-color: #ed6c2e;
  color: #ffffff;
}
.tpl-job-details-2024.orange .your-advantages .accordion-wrapper .accordions .accordion {
  border: 1px solid #ed6c2e;
}
.tpl-job-details-2024.orange .your-advantages .accordion-wrapper .accordions .accordion .accordion-head {
  background-color: #ed6c2e;
}
.tpl-job-details-2024.orange .your-advantages .accordion-wrapper .accordions .accordion.opened .accordion-head {
  background-color: #ffffff;
}
.tpl-job-details-2024.orange .your-advantages .accordion-wrapper .accordions .accordion.opened .accordion-head .title {
  color: #ed6c2e;
}
.tpl-job-details-2024.orange .your-advantages .accordion-wrapper .accordions .accordion.opened .accordion-head .icon svg path {
  stroke: #ed6c2e;
}
.tpl-job-details-2024.orange .your-advantages .accordion-wrapper .accordions .accordion .accordion-content .accordion-content-wrapper .text .text-info a {
  color: #ed6c2e;
}

.tpl-job-details-2024.orangegelb .wrapper .headline::after,
.tpl-job-details-2024.orangegelb .wrapper h1.headline::after,
.tpl-job-details-2024.orangegelb .wrapper .pros-headline::after,
.tpl-job-details-2024.orangegelb .wrapper h2.pros-headline::after,
.tpl-job-details-2024.orangegelb .tpl-global-headline::after,
.tpl-job-details-2024.orangegelb .tpl-global-headline::before,
.tpl-job-details-2024.orangegelb .working-at-hochland-wrapper {
  background-color: #f7b800;
}
.tpl-job-details-2024.orangegelb .wrapper .description .left .headline::after,
.tpl-job-details-2024.orangegelb .wrapper .description .right .headline::after {
  background-color: #f7b800;
}
.tpl-job-details-2024.orangegelb .application-button,
.tpl-job-details-2024.orangegelb .mobile-application-button {
  background-color: #f7b800;
}
.tpl-job-details-2024.orangegelb .application-button:hover,
.tpl-job-details-2024.orangegelb .mobile-application-button:hover {
  border-color: #f7b800;
  color: #f7b800;
}
.tpl-job-details-2024.orangegelb .internal-application,
.tpl-job-details-2024.orangegelb .mobile-internal-application-button,
.tpl-job-details-2024.orangegelb .mobile-internal-application-wrapper,
.tpl-job-details-2024.orangegelb .wrapper .description-infos-wrapper .mobile-application-wrapper .mobile-application-button:hover,
.tpl-job-details-2024.orangegelb .wrapper .description-infos-wrapper .mobile-sticky {
  border-color: #f7b800;
  color: #f7b800;
}
.tpl-job-details-2024.orangegelb .wrapper .description .left .headline,
.tpl-job-details-2024.orangegelb .wrapper .description .right .headline,
.tpl-job-details-2024.orangegelb .wrapper .pros-headline,
.tpl-job-details-2024.orangegelb .wrapper h2.pros-headline,
.tpl-job-details-2024.orangegelb .wrapper .mobile-pros-accordions .mobile-pros-accordion.opened .accordion-head .title {
  color: #f7b800;
}
.tpl-job-details-2024.orangegelb .wrapper .apply-button .button {
  background: #f7b800;
  border: 1px solid #f7b800;
}
.tpl-job-details-2024.orangegelb .wrapper .apply-button .button:hover {
  background: #fff;
  color: #f7b800;
}
.tpl-job-details-2024.orangegelb .questions-box {
  border-color: #f7b800;
}
.tpl-job-details-2024.orangegelb .questions-box .title {
  color: #f7b800;
}
.tpl-job-details-2024.orangegelb .description-infos-wrapper .description h3 {
  color: #f7b800;
}
.tpl-job-details-2024.orangegelb .description-infos-wrapper .description ul li {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15.977" height="15.977" viewBox="0 0 15.977 15.977"><path id="Pfad_626" data-name="Pfad 626" d="M12960.559,7739.062h6.593v-13" transform="translate(-3691.096 -14627.647) rotate(45)" fill="none" stroke="%23ff0000" stroke-width="3"/></svg>') no-repeat left 0px top 5px;
}
.tpl-job-details-2024.orangegelb .working-at-hochland-application-button-wrapper .application-button {
  color: #f7b800;
}
.tpl-job-details-2024.orangegelb .working-at-hochland-application-button-wrapper .application-button:hover {
  border-color: #ffffff;
  background-color: #f7b800;
  color: #ffffff;
}
.tpl-job-details-2024.orangegelb .your-advantages .accordion-wrapper .accordions .accordion {
  border: 1px solid #f7b800;
}
.tpl-job-details-2024.orangegelb .your-advantages .accordion-wrapper .accordions .accordion .accordion-head {
  background-color: #f7b800;
}
.tpl-job-details-2024.orangegelb .your-advantages .accordion-wrapper .accordions .accordion.opened .accordion-head {
  background-color: #ffffff;
}
.tpl-job-details-2024.orangegelb .your-advantages .accordion-wrapper .accordions .accordion.opened .accordion-head .title {
  color: #f7b800;
}
.tpl-job-details-2024.orangegelb .your-advantages .accordion-wrapper .accordions .accordion.opened .accordion-head .icon svg path {
  stroke: #f7b800;
}
.tpl-job-details-2024.orangegelb .your-advantages .accordion-wrapper .accordions .accordion .accordion-content .accordion-content-wrapper .text .text-info a {
  color: #f7b800;
}

.tpl-job-details-2024.juwelgruen .wrapper .headline::after,
.tpl-job-details-2024.juwelgruen .wrapper h1.headline::after,
.tpl-job-details-2024.juwelgruen .wrapper .pros-headline::after,
.tpl-job-details-2024.juwelgruen .wrapper h2.pros-headline::after,
.tpl-job-details-2024.juwelgruen .tpl-global-headline::after,
.tpl-job-details-2024.juwelgruen .tpl-global-headline::before,
.tpl-job-details-2024.juwelgruen .working-at-hochland-wrapper {
  background-color: #0d5b32;
}
.tpl-job-details-2024.juwelgruen .wrapper .description .left .headline::after,
.tpl-job-details-2024.juwelgruen .wrapper .description .right .headline::after {
  background-color: #0d5b32;
}
.tpl-job-details-2024.juwelgruen .application-button,
.tpl-job-details-2024.juwelgruen .mobile-application-button {
  background-color: #0d5b32;
}
.tpl-job-details-2024.juwelgruen .application-button:hover,
.tpl-job-details-2024.juwelgruen .mobile-application-button:hover {
  border-color: #0d5b32;
  color: #0d5b32;
}
.tpl-job-details-2024.juwelgruen .internal-application,
.tpl-job-details-2024.juwelgruen .mobile-internal-application-button,
.tpl-job-details-2024.juwelgruen .mobile-internal-application-wrapper,
.tpl-job-details-2024.juwelgruen .wrapper .description-infos-wrapper .mobile-application-wrapper .mobile-application-button:hover,
.tpl-job-details-2024.juwelgruen .wrapper .description-infos-wrapper .mobile-sticky {
  border-color: #0d5b32;
  color: #0d5b32;
}
.tpl-job-details-2024.juwelgruen .wrapper .description .left .headline,
.tpl-job-details-2024.juwelgruen .wrapper .description .right .headline,
.tpl-job-details-2024.juwelgruen .wrapper .pros-headline,
.tpl-job-details-2024.juwelgruen .wrapper h2.pros-headline,
.tpl-job-details-2024.juwelgruen .wrapper .mobile-pros-accordions .mobile-pros-accordion.opened .accordion-head .title {
  color: #0d5b32;
}
.tpl-job-details-2024.juwelgruen .wrapper .apply-button .button {
  background: #0d5b32;
  border: 1px solid #0d5b32;
}
.tpl-job-details-2024.juwelgruen .wrapper .apply-button .button:hover {
  background: #fff;
  color: #0d5b32;
}
.tpl-job-details-2024.juwelgruen .questions-box {
  border-color: #0d5b32;
}
.tpl-job-details-2024.juwelgruen .questions-box .title {
  color: #0d5b32;
}
.tpl-job-details-2024.juwelgruen .description-infos-wrapper .description h3 {
  color: #0d5b32;
}
.tpl-job-details-2024.juwelgruen .description-infos-wrapper .description ul li {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15.977" height="15.977" viewBox="0 0 15.977 15.977"><path id="Pfad_626" data-name="Pfad 626" d="M12960.559,7739.062h6.593v-13" transform="translate(-3691.096 -14627.647) rotate(45)" fill="none" stroke="%23ff0000" stroke-width="3"/></svg>') no-repeat left 0px top 5px;
}
.tpl-job-details-2024.juwelgruen .working-at-hochland-application-button-wrapper .application-button {
  color: #0d5b32;
}
.tpl-job-details-2024.juwelgruen .working-at-hochland-application-button-wrapper .application-button:hover {
  border-color: #ffffff;
  background-color: #0d5b32;
  color: #ffffff;
}
.tpl-job-details-2024.juwelgruen .your-advantages .accordion-wrapper .accordions .accordion {
  border: 1px solid #0d5b32;
}
.tpl-job-details-2024.juwelgruen .your-advantages .accordion-wrapper .accordions .accordion .accordion-head {
  background-color: #0d5b32;
}
.tpl-job-details-2024.juwelgruen .your-advantages .accordion-wrapper .accordions .accordion.opened .accordion-head {
  background-color: #ffffff;
}
.tpl-job-details-2024.juwelgruen .your-advantages .accordion-wrapper .accordions .accordion.opened .accordion-head .title {
  color: #0d5b32;
}
.tpl-job-details-2024.juwelgruen .your-advantages .accordion-wrapper .accordions .accordion.opened .accordion-head .icon svg path {
  stroke: #0d5b32;
}
.tpl-job-details-2024.juwelgruen .your-advantages .accordion-wrapper .accordions .accordion .accordion-content .accordion-content-wrapper .text .text-info a {
  color: #0d5b32;
}

.tpl-job-details-2024.hellblau .description-infos-wrapper .description ul li {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15.977" height="15.977" viewBox="0 0 15.977 15.977"><path id="Pfad_626" data-name="Pfad 626" d="M12960.559,7739.062h6.593v-13" transform="translate(-3691.096 -14627.647) rotate(45)" fill="none" stroke="%230abbef" stroke-width="3"/></svg>') no-repeat left 0px top 5px;
}

.tpl-job-details-2024.hellgruen .description-infos-wrapper .description ul li {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15.977" height="15.977" viewBox="0 0 15.977 15.977"><path id="Pfad_626" data-name="Pfad 626" d="M12960.559,7739.062h6.593v-13" transform="translate(-3691.096 -14627.647) rotate(45)" fill="none" stroke="%2376b82a" stroke-width="3"/></svg>') no-repeat left 0px top 5px;
}

.tpl-job-details-2024.lila .description-infos-wrapper .description ul li {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15.977" height="15.977" viewBox="0 0 15.977 15.977"><path id="Pfad_626" data-name="Pfad 626" d="M12960.559,7739.062h6.593v-13" transform="translate(-3691.096 -14627.647) rotate(45)" fill="none" stroke="%23a25a9f" stroke-width="3"/></svg>') no-repeat left 0px top 5px;
}

.tpl-job-details-2024.lachs .description-infos-wrapper .description ul li {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15.977" height="15.977" viewBox="0 0 15.977 15.977"><path id="Pfad_626" data-name="Pfad 626" d="M12960.559,7739.062h6.593v-13" transform="translate(-3691.096 -14627.647) rotate(45)" fill="none" stroke="%23ec5f6c" stroke-width="3"/></svg>') no-repeat left 0px top 5px;
}

.tpl-job-details-2024.orange .description-infos-wrapper .description ul li {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15.977" height="15.977" viewBox="0 0 15.977 15.977"><path id="Pfad_626" data-name="Pfad 626" d="M12960.559,7739.062h6.593v-13" transform="translate(-3691.096 -14627.647) rotate(45)" fill="none" stroke="%23ed6c2e" stroke-width="3"/></svg>') no-repeat left 0px top 5px;
}

.tpl-job-details-2024.orangegelb .description-infos-wrapper .description ul li {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15.977" height="15.977" viewBox="0 0 15.977 15.977"><path id="Pfad_626" data-name="Pfad 626" d="M12960.559,7739.062h6.593v-13" transform="translate(-3691.096 -14627.647) rotate(45)" fill="none" stroke="%23f7b800" stroke-width="3"/></svg>') no-repeat left 0px top 5px;
}

.tpl-job-details-2024.juwelgruen .description-infos-wrapper .description ul li {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15.977" height="15.977" viewBox="0 0 15.977 15.977"><path id="Pfad_626" data-name="Pfad 626" d="M12960.559,7739.062h6.593v-13" transform="translate(-3691.096 -14627.647) rotate(45)" fill="none" stroke="%230d5b32" stroke-width="3"/></svg>') no-repeat left 0px top 5px;
}

/*# sourceMappingURL=main.css.map */
