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


header {
  border-top: 10px solid #f1f1f1;
  text-align: right;
  padding: 30px;
}
body {
  font-family: Roboto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #555;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 300;
}
.logo {
  max-width: 90px;
  display: inline-block;
}
.hero {
  background-image: var(--headerimage, url("https://jobads.schnellestelle.de/assets/jobpostings/custom/woau/default/img/hero.jpg"));
  background-size: cover;
  aspect-ratio: 2/1;
  background-position: 50% 0;
  background-repeat: no-repeat;
  position: relative;
}
main {
  background: #f6f6f6;
}
.hiring {
  background: #fff;
  padding: 50px;
  margin-top: -190px;
  position: relative;
  margin-bottom: 50px;
}
h1 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 2rem;
  word-break: break-word;
}
h2 {
  font-weight: 300;
  font-size: 1.5rem;
  text-transform: uppercase;
  padding-bottom: 20px;
}
ul {
  margin: 0;
  padding: 0 0 30px;
  list-style: none;
}
li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 10px;
}
li:before {
  position: absolute;
  left: 0;
  top: 1px;
  content: "";
  background: url("https://jobads.schnellestelle.de/assets/jobpostings/custom/woau/default/img/arrow_link.svg") 60% 50%/0.6em no-repeat #fbd020;
  height: 1.4em;
  width: 1.4em;
  border-radius: 100%;
}
.white {
  background: #fff;
  padding: 60px 0;
}
.teaser {
  background-image: var(--teaserimage, url("https://jobads.schnellestelle.de/assets/jobpostings/custom/woau/default/img/teaser.jpg"));
  background-size: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  min-height: 400px;
}
.box {
  padding: 50px;
}
.yellow {
  background: #fbd020;
  padding: 60px 0;
}
.yellow li:before {
  background-color: #fff;
}
footer {
  background: #f1f1f1;
  border-top: 1px solid #e4e4e4;
  border-bottom: 5px solid #fbd020;
  padding: 60px 0;
}
@media (min-width: 768px) {
  .two-column {
    max-width: 70%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
footer a {
  color: #000 !important;
  font-weight: 500;
}
footer > div > div {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .hiring {
    margin-top: -40px;
    padding: 30px;
  }
  .box {
    padding: 30px;
  }
  footer > div > div {
    padding: 0 20px;
  }
}
hr {
  margin: 2rem 0;
}
.button a {
  background: #fbd020;
  display: inline-block;
  padding: 10px 20px;
  color: #555;
  text-decoration: none;
}
.button a:hover {
  background: #d9b41c;
  color: #fff !important;
}
