#stellenausschreibungen {
  position: relative;
  overflow: hidden;
  background: var(--light-gray);
}

#stellenausschreibungen .section-title {
  padding-bottom: 20px;
  background: none;
}

#stellenausschreibungen .details {
  min-height: 800px;
  position: relative;
  background: var(--light-gray);
}

#stellenausschreibungen .details img.background {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  -webkit-filter: grayscale(0.2);
          filter: grayscale(0.2);
}

#stellenausschreibungen .details .text {
  padding: 250px 50px 50px 0;
  width: 50%;
  line-height: 1.3;
}

#stellenausschreibungen .details .text h1 {
  margin-bottom: 15px;
}

@media screen and (max-width: 1000px) {
  #stellenausschreibungen .details {
    min-height: auto;
  }
  #stellenausschreibungen .details .text {
    width: 100%;
    padding: 200px 0 50px 0;
  }
  #stellenausschreibungen .details img.background {
    left: 0;
    width: 100%;
    opacity: 0.08;
  }
}

#stellenausschreibungen .ausschreibungen {
  padding: 50px 0;
  background: #fff;
}

@media screen and (max-width: 1200px) {
  #stellenausschreibungen .ausschreibungen {
    padding: 30px 0;
  }
}

#stellenausschreibungen .ausschreibung {
  color: #fff;
  margin-bottom: 30px;
}

#stellenausschreibungen .ausschreibung > .title {
  background: var(--dark-blue);
  padding: 20px;
  width: calc(100% - 150px);
  margin: 0;
  margin-bottom: -20px;
  position: relative;
  min-width: 80%;
}

#stellenausschreibungen .ausschreibung > .desc {
  padding: 30px 20px;
  background: var(--light-gray);
  color: var(--dark-blue);
}

#stellenausschreibungen .ausschreibung > .desc a.button {
  font-weight: 600;
}

#stellenausschreibungen .ausschreibung > .desc a.button::after {
  content: "";
  width: 5px;
  height: 5px;
  margin-bottom: 2px;
  border: 2px solid var(--gray);
  border-bottom: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
}

#stellenausschreibungen .ausschreibung:last-child {
  margin-bottom: 0;
}

#stellenausschreibungen .no-elems {
  padding: 20px 20px 20px 40px;
  background: gray;
  background: var(--gray);
  color: #fff;
  position: relative;
}

#stellenausschreibungen .no-elems::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url("../img/info.png");
  background-position: center;
  background-size: cover;
}
/*# sourceMappingURL=page.stellenausschreibungen.css.map */