@media screen and (hover: hover) {
  ul.modListTags li a.modListTagsElement:hover {
    color: #fff;
    background-color: #042356;
  }
}

#jobSearchCriteria {
  width: 100%;
  max-width: 1200px;
  margin: 80px auto 0;
  order: 3;
}
#jobSearchCriteria section h3 {
  margin-bottom: 1em;
  padding-left: 0.8em;
  font-size: 1.625em;
  font-weight: bold;
  line-height: 1.25;
  position: relative;
}
#jobSearchCriteria section h3::before {
  content: "";
  width: 4px;
  height: 1em;
  background-color: #042356;
  position: absolute;
  top: calc((100% - 1em) / 2);
  left: 0;
}
#jobSearchCriteria section div.wrap {
  margin-bottom: 40px;
}
#jobSearchCriteria h4 {
  padding: 0.682em 0.9em;
  font-size: 1.375em;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  background-color: #042356;
  border-radius: 6px 6px 0 0;
}
#jobSearchCriteria ul {
  display: flex;
  flex-wrap: wrap;
  border-radius: 0 0 6px 6px;
}
#jobSearchCriteria ul li {
  width: 16.6666666667%;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 769px) {
  #jobSearchCriteria ul li:first-child a, #jobSearchCriteria ul li:nth-child(6n+1) a {
    border-left: none;
  }
  #jobSearchCriteria ul li:last-child {
    border-radius: 0 0 6px 0;
  }
}
#jobSearchCriteria ul li a {
  width: 100%;
  height: 100%;
  padding: 1em 3.1em 1em 1em;
  color: #042356;
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  display: flex;
  align-items: center;
  position: relative;
}
#jobSearchCriteria ul li a::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/wp/wp-content/themes/hurex/assets/img/top/icon_arrow_navyBlue.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: calc((100% - 24px) / 2);
  right: 1em;
}
@media screen and (hover: hover) {
  #jobSearchCriteria ul li a:hover {
    text-decoration: underline;
    background-color: rgba(4, 35, 86, 0.1);
  }
}
@media screen and (max-width: 768px) {
  #jobSearchCriteria {
    width: calc(100% - 40px);
    max-width: unset;
    margin: 40px auto 0;
  }
  #jobSearchCriteria section {
    margin-top: 1.5em;
  }
  #jobSearchCriteria section h3 {
    margin-bottom: 1.364em;
    padding-left: 0.6em;
    font-size: 1.572em;
    line-height: 1.5;
  }
  #jobSearchCriteria section h3::before {
    width: 4px;
    height: 0.9em;
    top: calc((100% - 0.9em) / 2);
  }
  #jobSearchCriteria section div.wrap {
    margin-bottom: 40px;
  }
  #jobSearchCriteria h4 {
    padding: 0.682em 0.59em;
    font-size: 1.572em;
  }
  #jobSearchCriteria ul li {
    width: 50%;
    position: relative;
  }
  #jobSearchCriteria ul li:first-child a, #jobSearchCriteria ul li:nth-child(odd) a {
    border-left: none;
  }
  #jobSearchCriteria ul li a {
    padding: 1em 3.1em 1em 1em;
  }
  #jobSearchCriteria ul li a::after {
    top: calc((100% - 24px) / 2);
    right: 1em;
  }
}

.jobSearchArticle .jobRelationApps__wrapper .jobRelationApps__inner {
  margin-bottom: 3em;
}
.jobSearchArticle .jobRelationApps__wrapper .jobRelationApps__inner:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=addition.css.map */