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


header {
  background: #fff;
  box-shadow: 0 12px 18px -6px rgba(17, 17, 17, 0.16);
  position: relative;
  z-index: 1;
}
.logo {
  max-width: 250px;
  display: inline-block;
}
.wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 1em;
}
body {
  font-family: "Open Sans";
  color: #333;
  font-size: 20px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.h1,
h1 {
  font-size: 1.6em;
}
@media (min-width: 768px) {
  .h1,
  h1 {
    font-size: 3.5em;
  }
  .title .wrap {
    width: 50%;
  }
}
.lightgray {
  background: #f5f4f8;
}
.small-tile {
  max-width: 960px;
  margin: 0 auto;
  padding: 80px 1em;
}
.h2,
h2 {
  font-size: 2em;
  margin-bottom: 20px;
  color: #2e5dad;
}
.teaser {
  background-image: var(--teaserimage, url("https://jobads.schnellestelle.de/assets/jobpostings/custom/drch/default/img/Wir_fuer_Sie.jpg"));
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  min-height: 400px;
}
.column-2 {
  padding: 40px 20px;
}
@media (min-width: 800px) {
  .column-2 {
    padding: 80px;
  }
}
.column-2-wrap {
  padding: 0 15px;
}
.column-2-wrap h2 {
  font-size: 2em;
}
li {
  position: relative;
  padding-left: 20px;
  padding-bottom: 5px;
}
dl,
ol,
ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
li:before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
  color: #2e5dad;
}
.divider {
  background: #0068b4;
  min-height: 20px;
}
footer p:last-child a {
  color: #fff !important;
  font-weight: 600;
  background: #2e5dad;
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
}
.hero {
  position: relative;
  background-image: var(--headerimage, url("https://jobads.schnellestelle.de/assets/jobpostings/custom/drch/default/img/druck.jpg"));
  background-size: 100%;
  aspect-ratio: 3/1;
  background-position: 50%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .h2,
  h2 {
    font-size: 1.4em;
  }
  footer {
    background-size: 70%;
  }
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
footer {
  position: relative;
  background-color: silver;
}
h1 {
  color: #2e5dad;
}
.hero:after {
  background: #111;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
}
footer p:last-child a:hover {
  background: #000;
}
