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


body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 15px;
  color: #000;
}
header {
  background: var(--headerimage, url("https://jobads.schnellestelle.de/assets/jobpostings/custom/z009/../../assets/img/header.jpg"));
  background-size: cover;
  background-repeat: no-repeat;
}
.wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}
.logo {
  margin-bottom: 20%;
}
.hiring {
  background: #e1e1e1;
  border: 10px solid #fff;
  margin-top: -50px;
}
.content {
  padding: 30px 60px;
}
@media (max-width: 800px) {
  .content {
    padding: 20px;
  }
}
.maincolor {
  color: #d5001e;
}
.h1,
h1 {
  font-size: 30px;
  color: #d5001e;
}
.subtitle {
  font-size: 14px;
}
.listbox {
  background: #f4f4f4;
  border: 10px solid #fff;
}
.h2,
h2 {
  font-size: 20px;
  text-transform: uppercase;
  color: #d5001e;
}
.row {
  margin: 0;
}
.nopadding {
  padding: 0;
}
.contact {
  background: #d5001e;
  color: #fff;
}
.win_img {
  position: relative;
  padding-top: 0;
  width: 100%;
}
a,
a:focus,
a:hover {
  color: #fff;
}
.weblink {
  background: #d5001e;
  color: #fff;
  padding: 20px;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.weblink p:last-child {
  margin-bottom: 0;
}
.h2_fake {
  font-size: 20px;
  text-transform: uppercase;
}
