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


.container {
  max-width: 740px;
  border: 1px solid #000;
}
.right_col,
header {
  position: relative;
}
.header_text {
  position: absolute;
  bottom: 0;
  right: 30px;
  background: rgba(255, 255, 255, 0.7);
  padding: 6px 35px;
  font-weight: 700;
}

.align-self-end {
  align-self: flex-end!important;
}
.headerpic {
  position: relative;
  background-image: var(--headerimage, url("https://jobads.schnellestelle.de/assets/jobpostings/custom/p047/default/img/hero_img.jpg"));
  background-size: cover;
  aspect-ratio: 3.13/1;
  background-position: 50%;
}

.responsibilities li:before {
  content: "…";
  background: 0 0;
  top: 0;
}
.no_padding {
  padding: 0;
}
.intro_text {
  background: #d70c09;
  color: #fff;
  padding: 20px 0;
  margin-bottom: 15px;
  font-size: 14px;
}
.incentives li {
  list-style: none;
  position: relative;
  left: -20px;
  margin-bottom: 10px;
}
.incentives li:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #d70c09;
  left: -18px;
  top: 7px;
  border-radius: 50%;
}
h2 {
  color: #d70c09;
  font-size: 16px;
  padding-top: 20px;
  text-transform: uppercase;
}
.intro_text_2 {
  color: #d70c09;
  font-weight: 700;
}
.font_size_big {
  font-size: 52px;
  line-height: 1em;
}
@media (max-width: 480px) {
  .font_size_big {
    font-size: 30px;
    line-height: 1em;
  }
}
.font_size_medium {
  font-size: 36px;
}
body {
  font-size: 12px;
}
.logo {
  margin: 0 auto;
  display: block;
  width: 63%;
  padding-top: 5px;
  padding-bottom: 40px;
}
.contact {
  line-height: 1.8em;
  padding-top: 20px;
}
.space-top,
footer {
  margin-top: 15px;
}
.main_color {
  color: #d70c09;
}
li:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #d70c09;
  left: 0;
  top: 6px;
  border-radius: 50%;
}
li {
  list-style: none;
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
a {
  color: #d70c09 !important;
  list-style-type: none;
}
.right_col_big {
  position: relative;
  padding: 0 20px 20px;
}
@media (min-width: 740px) {
  .col-md-6 {
    width: 50%;
    float: left;
  }
  .flex {
    display: flex;
  }
  .right_col_big:before {
    content: "";
    background: #d70c09;
    width: 10px;
    height: 100%;
    position: absolute;
    left: -5px;
    top: 0;
  }
  .right_col:before {
    content: "";
    background: #d70c09;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
  }
}
.space_top {
  padding-top: 20px;
}
.largest {
  font-size: 400%;
}
.inline.normal,
.title {
  white-space: nowrap;
}

.title p { margin-bottom: 0; }
.bold.inline.h1,
.inline {
  display: inline;
}
.normal {
  font-size: 1.5rem;
}
.large {
  font-size: 25px;
}
.dotted_list_before li:before {
  content: "...";
  background: 0;
  top: 0;
}
.space_top.h2 {
  color: #d70c09;
  font-size: 16px;
}
.normal.none {
  display: none;
}
.gender {
  font-size: 20px;
}
.h1,
h1 {
  font-size: 34px;
  display: inline-block;
  margin-top: 20px;
}
@media (max-width: 739px) {
  .logo {
    margin-bottom: 30px;
  }
  .h1,
  .large,
  .largest,
  h1 {
    font-size: 25px;
  }
  .inline {
    display: flex;
  }
}
.title-region {
  font-size: 30px;
}
.test_test {
  background-image: url("https://business.schnellestelle.de/r/2PS.png");
}
h3 {
  font-family: "Fira Sans", sans-serif;
}
.title-row {
  background: #000;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-size: 16px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
}
h1 > strong {
  font-weight: inherit;
}
@media (max-width: 767px) {
  .title-row {
    padding: 16px 12px 5px;
  }
}