@import url("default_fonts.css");


.teaser {
  background-image: var(--sidebarimage, url("https://jobads.schnellestelle.de/assets/jobpostings/custom/l032/default/img/teaser.jpg"));
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  min-height: 300px;
}
.sidebar {
  background-image: var(--sidebarimage, url("https://jobads.schnellestelle.de/assets/jobpostings/custom/l032/default/img/bg_img.jpg"));
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  min-height: 300px;
}
.main {
  background: #fff;
}
.logo {
  max-width: 250px;
  display: inline-block;
  margin-bottom: 60px;
}
body {
  font-family: Lato;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 17px;
  line-height: 160%;
  overflow-x: hidden;
}
h1 {
  font-weight: 300;
}
.content {
  padding: 0 30px;
}
.content-column {
  background: #f7f7f7;
  padding: 50px 70px;
  margin: 50px -40px 0;
}
h2 {
  color: #1397e1;
  padding-bottom: 20px;
  font-size: 26px;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
li {
  position: relative;
  padding-left: 20px;
  padding-bottom: 15px;
}
li:before {
  content: "";
  background: #1397e1;
  position: absolute;
  left: 5px;
  top: 11px;
  height: 6px;
  width: 6px;
  border-radius: 100%;
}
.noBg {
  background: #fff;
  margin: 0 -40px;
  padding: 0;
}
.box {
  padding: 50px 70px;
}
footer {
  background: #db005a;
  color: #fff;
}
footer a,
footer h2 {
  color: #fff;
}
@media (min-width: 768px) {
  .hiring {
    max-width: 70ch;
    font-size: 1.2rem;
    line-height: 160%;
  }
  footer p {
    max-width: 80%;
  }
}
html {
  overflow-x: hidden;
}
.main-container {
  grid-template-columns: 1fr 2fr;
}
