@import url("/assets/jobpostings/custom/bhw0/default.fonts.css");


body {
  background-color: #eee;
  color: #3c3c3b;
  font-family: "Roboto Condensed", Roboto, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.42857;
}
.wrapper {
  max-width: 1170px;
  margin: 20px auto;
  background: #fff;
  box-shadow: 9px 20px 20px #4c4c4c;
  padding-bottom: 30px;
}
.txt_right {
  text-align: right;
}
.logo {
  margin-bottom: 60px;
  max-width: 195px;
}
.contentbox {
  padding: 30px 30px 0;
}
h1 {
  font-size: 42px;
  margin-bottom: 28px;
  text-transform: uppercase;
  color: #d50061;
}
.listbox {
  padding: 0 30px 0 0;
}
h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}
li {
  padding-left: 21px;
  margin-top: 12px;
  position: relative;
}
li:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #d50061;
  left: 0;
  top: 8px;
}
dl,
ol,
ul {
  margin: 0 0 15px;
  list-style: none;
  padding: 0;
}
.contact a {
  background: #d50061;
  color: #fff;
  text-decoration: none;
  padding: 5px 25px;
  border-radius: 5px;
  display: inline-block;
}
a,
a:focus,
a:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .topmargin_mobil {
    margin-top: 30px;
  }

  h1 { font-size: 24px; }
}
.hero {
  background-image: var(--headerimage, url("https://jobads.schnellestelle.de/assets/jobpostings/custom/bhw0/default/img/hero.jpg"));
  aspect-ratio: 2.5/1;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
}
