.font-weight-normal {
  font-weight: 400;
}

.tx-stellenboerse button {
  height: unset !important;
  min-height: 43px !important;
}
.tx-stellenboerse .search-header img {
  min-height: 500px !important;
}
.tx-stellenboerse .dce-header.dce-header-heroimage {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 769px) {
  .tx-stellenboerse .dce-header.dce-header-heroimage {
    padding-bottom: 75px;
  }
}
.tx-stellenboerse .dce-header.dce-header-heroimage img {
  min-height: unset;
}
.tx-stellenboerse .dce-header.dce-header-heroimage:not(.search-header) {
  aspect-ratio: unset;
  min-height: unset;
}
.tx-stellenboerse .dce-header.dce-header-heroimage .glide__slide {
  padding: 0 !important;
  list-style: none !important;
}
.tx-stellenboerse .dce-header.dce-header-heroimage .glide__slide:before {
  display: none;
}
.tx-stellenboerse .dce-header.dce-header-heroimage .glide__slide:before {
  display: none !important;
}
.tx-stellenboerse .header-content {
  max-height: calc(100% - 50px) !important;
  overflow-y: auto;
}
.tx-stellenboerse .header-content h1 {
  font-size: 45px !important;
}
@media (max-width: 1200px) {
  .tx-stellenboerse .header-content h1 {
    font-size: 40px !important;
  }
}
@media (max-width: 720px) {
  .tx-stellenboerse .header-content h1 {
    font-size: 35px !important;
  }
}
.tx-stellenboerse .header-content h2 {
  font-size: 18px;
}
.tx-stellenboerse button.button {
  color: #fff !important;
  font-size: 18px;
  font-weight: 400;
  margin-top: 50px;
  width: 100%;
}
.tx-stellenboerse .search-header .select {
  margin: 30px 0;
}
.tx-stellenboerse .select {
  -webkit-appearance: none;
  position: relative;
}
.tx-stellenboerse .select .select_arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  pointer-events: none;
  border-style: solid;
  border-width: 11px 7px 0px 7px;
  border-color: #FF0000 transparent transparent transparent;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .tx-stellenboerse .select .select_arrow {
      display: none !important;
    }
  }
}
.tx-stellenboerse select {
  appearance: none;
  background-color: white;
  border: 1px solid black;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  padding: 0 27px;
  height: 43px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.tx-stellenboerse select [disabled] {
  display: none;
}
.search-bar {
  justify-content: space-between;
  flex-wrap: wrap;
}
.search-bar .select {
  max-width: 90vw;
  width: 438px;
}
.search-bar.content-search-bar {
  margin-bottom: 60px;
}
.search-bar.content-search-bar .select {
  width: 30%;
  max-width: 438px;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .search-bar.content-search-bar .select {
    width: 100%;
  }
}

.noResults {
  display: none;
}
.noResults.show {
  display: block;
}
.noResults h2, .noResults a {
  font-size: 20px;
  color: #779fa1;
}
.noResults a {
  font-weight: 600;
  text-decoration: underline;
}

.job-row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 1000px) {
  .job-row {
    gap: 25px;
  }
}
@media (max-width: 600px) {
  .job-row {
    gap: 15px;
  }
}

.job-card {
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  opacity: 0;
  display: none;
  transition: opacity 0.3s ease-in-out;
  max-width: 409px;
  width: 33%;
  min-width: 350px;
}
@media (max-width: 1000px) {
  .job-card {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .job-card {
    width: 100%;
  }
}
.job-card.show {
  display: block;
  opacity: 1;
}
.job-card .job-description {
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  padding: 20px 14px;
}

.contact-span {
  display: inline-block;
  width: 60px;
}

.contact-image {
  border-radius: 50%;
}

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