@import url("https://jobads.schnellestelle.de/assets/jobpostings/custom/g058/default.fonts.css");


body {
  font-family: "Open Sans", sans-serif;
  color: #333;
  font-size: 1rem;
  background: #f4f4f4;
}
.fullwidth {
  width: 100%;
}
.wrapper {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
header {
  position: relative;
}
.logo_img {
  max-width: 160px;
  position: absolute;
  top: 50px;
  right: 30px;
}
.hiring {
  background: #fff;
  margin-top: -80px;
  position: relative;
  border-top: 3px solid #006ab5;
}
@media (max-width: 766px) {
  .hiring {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .content {
    padding: 40px 60px;
  }
}
.h2,
h2 {
  font-size: 1.5rem;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 1.7rem;
  }
  .content {
    padding: 20px;
  }
}
@media (max-width: 500px) {
  .h1,
  h1 {
    font-size: 1.4rem;
  }
}
h2:after {
  position: absolute;
  content: "";
  width: 85px;
  height: 5px;
  background-color: #006ab5;
  left: 0;
  bottom: -15px;
}
.listbox {
  background: #fff;
  margin-top: 20px;
}
.span_txt {
  font-weight: 300;
  color: #006ab5;
}
footer {
  background-image: var(--footerimage, url("https://jobads.schnellestelle.de/assets/jobpostings/custom/g058/default/img/footer.jpg"));
  background-size: cover;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 20px;
  padding: 60px 0 100px;
  min-height: 500px;
}
.contact {
  background: rgba(0, 106, 181, 0.8);
  width: 60%;
  position: absolute;
  right: 0;
  color: #fff;
}
@media (max-width: 764px) {
  .contact {
    width: 100%;
  }
}
a,
a:focus,
a:hover {
  color: #fff;
}
.hero {
  background-image: var(--headerimage, url("https://jobads.schnellestelle.de/assets/jobpostings/custom/g058/default/img/header.jpg"));
  background-size: cover;
  aspect-ratio: 2.75/1;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 767px) {
  .hero {
    min-height: 400px;
    aspect-ratio: inherit;
  }
}
h1 {
  color: #006ab5;
}
