.wrapper {
  max-width: 740px;
  margin: 0 auto;
  padding: 10px;
}
header {
  background: url("https://jobads.schnellestelle.de/assets/jobpostings/custom/s117/default/img/s5_header_bg.png") 50% 50% repeat-y;
  min-height: 150px;
  padding: 20px 5px;
}
.link {
  text-align: right;
  color: #2a3c66;
  padding-top: 30px;
}
a {
  color: #30498f !important;
}
body {
  color: #666;
  line-height: 22px;
}
.box {
  padding: 20px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.hero {
  background-image: var(--headerimage, url("https://jobads.schnellestelle.de/assets/jobpostings/custom/s117/default/img/rohre.jpg"));
  background-size: cover;
  aspect-ratio: 1/1;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.row {
  margin: 15px 0;
}
.title {
  background: #2a3c66;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 1.1em;
}
.h1,
h1 {
  text-transform: uppercase;
}
h1 span {
  font-size: 0.8em;
  display: inline-block;
}
.h2,
h2 {
  text-transform: uppercase;
  font-size: 18px;
  color: #2a3c66;
  margin: 0 0 20px;
}
li {
  position: relative;
  list-style: none;
  padding-left: 20px;
  padding-bottom: 5px;
}
li:before {
  content: "●";
  position: absolute;
  left: 0;
}
ul {
  margin: 0 0 30px;
  padding: 0;
}
.img_serie img {
  padding: 12px 15px;
  display: inline-block;
}
footer {
  padding: 20px 5px;
}
.teaser {
  border-radius: 15px;
  background-image: var(--teaserimage, url("https://jobads.schnellestelle.de/assets/jobpostings/custom/s117/default/img/luftbild.jpg"));
  background-size: cover;
  aspect-ratio: 1/1;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
@media (min-width: 740px) {
  .col-md-6 {
    width: 50%;
    float: left;
  }
  .col-md-5 {
    width: 41.66666667%;
    float: left;
  }
  .col-md-7 {
    width: 58.33333333%;
    float: left;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
}
.gray {
  background: #b5b8c2;
  color: #fff;
  position: relative;
  padding-top: 10px;
}
@media (max-width: 739px) {
  .link {
    text-align: left;
  }
  .img_serie img {
    width: 20%;
    padding: 10px;
  }
  .gray {
    margin-top: 0;
  }
}
.index {
  position: relative;
  z-index: 1;
}
.gray p {
  display: block;
  font-size: 0.9em;
}
@media (max-width: 991px) {
  .contact {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 1.5rem;
  }
}
.ffu-logo {
  mix-blend-mode: multiply;
  max-height: 100px;
  padding: 1rem 0;
}
