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


body {
  background: url("https://jobads.schnellestelle.de/assets/jobpostings/custom/c056/default/img/bg-pattern-dots.png");
  font-family: Arial, sans serif;
  color: #707070;
  font-size: 16px;
}
.wrapper {
  max-width: 1180px;
  padding: 0 40px;
  background: #fff;
  margin: 0 auto;
  border-top: 8px solid #f7c600;
  box-shadow: 0 0 2px 1px #7f7f7f;
}
.logo {
  max-width: 350px;
  display: inline-block;
  margin-bottom: 30px;
  margin-top: 30px;
}
.hero {
  background-image: var(--headerimage);
  background-size: cover;
  aspect-ratio: 2.3/1;
  background-position: 50% 0;
  background-repeat: no-repeat;
  margin: 25px 0;
}
.img_wrap {
  margin: 0 -40px;
  position: relative;
}
header {
  text-align: center;
  margin-bottom: 00px;
}
.intro {
  background: rgba(19, 31, 34, 0.9);
  position: absolute;
  top: 25px;
  left: 0;
  color: #fff;
  text-align: left;
  width: 60%;
  padding: 20px;
  font-size: 20px;
}
@media (max-width: 739px) {
  .intro {
    width: 100%;
    font-size: 18px;
  }
}
.h1,
h1 {
  color: #f7c600;
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 2rem;
  text-transform: uppercase;
}
ol,
ul {
  margin: 0;
  padding: 0 0 30px;
}
li {
  position: relative;
  margin: 0 0 0.1em;
  padding: 0 0 0 0.9em;
  list-style: none;
}
li:before {
  content: "+";
  position: absolute;
  left: 0.1em;
}
.h2,
h2 {
  text-transform: uppercase;
  border-bottom: 1px solid #f7c600;
  padding-bottom: 0.4em;
  margin-bottom: 0.8em;
}
@media (max-width: 500px) {
  .main,
  .wrapper {
    padding: 0;
  }
  .logo {
    max-width: 200px;
  }
  .h1,
  h1 {
    font-size: 1.2rem;
  }
}
.main {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 40px;
}
footer {
  background: #e7e7e7;
  padding: 1.8em;
  color: #707070;
}
footer > div {
  max-width: 740px;
  margin: 0 auto;
}
a {
  color: #e6be00 !important;
}
@media (min-width: 740px) {
  .col-md-6 {
    width: 50%;
    float: left;
  }
}
.pad_right {
  padding-right: 30px;
}
.space_bottom {
  margin-bottom: 50px;
}
.topmargin {
  margin-top: 55px;
}
.smaller {
  font-size: 13px;
}
