
body {
  background: #8b8a8a;
  color: #231f20;
  font-family: Roboto Condensed, sans-serif;
  overflow-x: hidden;
}
.container-fluid {
  padding: 0;
  background: #fff;
}

.wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.logo {
  padding: 10px;
}
a {
  color: initial;
}

.white {
  color: #fff;
}

.h1,
.h2,
h1,
h2 {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 800;
}

h1 { font-size: 1.6rem; font-weight: 700; }
.row {
  margin: 0 auto;
}
.col.last {
  padding-top: 10px;
}
.extra-bar {
  background: #373e4c;
  padding: 15px 30px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 300;
}

.extra-bar p { margin-bottom: 0; }

header {
  position: relative;
  background-image: url(../../../../wfr0m7fhpfgph85mlvezkmw83tps.jpg);
  aspect-ratio: 1.9/1;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top 50%;
}
.intro_text {
  background: #373e4c;
  top: 0;
  z-index: 2;
  padding: 10px 30px;
}
.intro_text > .h1 {
  font-size: 1.9rem;
}
.link_header {
  position: absolute;
  right: 5px;
  margin: 0;
  bottom: -10px;
}
.link_header a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 2rem;
}
section {
  padding: 15px;
}
.title_box {
  padding: 30px 30px 20px;
  background: linear-gradient(to right, #fff 50%, #eee 70%);
  margin: -15px -15px 0;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.light,
.list_box {
  font-weight: 300;
  font-size: 0.9rem;
}
.paragraph {
  font-size: 1rem;
}
.bg_grey {
  background: #e0e0df;
  padding: 10px 15px;
}

.bg_grey p:first-child { 
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 300;
}
.light a {
  font-weight: 500;
}
.link_footer a {
  font-size: 2.4rem;
  color: #e0e0df;
}
.m-0.smaller {
  font-size: 90%;
}
@media (min-width: 768px) {
  .place {
    position: absolute;
    right: 20px;
    bottom: 0;
    font-weight: 100;
  }
  .intro_text.white {
    position: absolute;
    width: 540px;
  }
  .slogan p { text-align: right; }
}
.end {
  position: absolute;
  right: 0;
}
.endbox {
  position: relative;
}
@media (max-width: 575px) {
  .endbox {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 1.3rem;
    font-weight: 700;
  }
  .h2,
  h2 {
    margin-top: 15px;
  }
  .title_box {
    margin-left: -28px;
    margin-right: -30px;
  }
}
.text-align,
.title_box p {
  text-align: justify;
}
.apply {
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro_text p {
  margin: 0;
}
.teaser2 {
  background-image: url(../../../../assets/jobpostings/custom/v029/default/img/teaser01.jpg);
  aspect-ratio: 2.3/1;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.teaser3 {
  background-image: url(../../../../assets/jobpostings/custom/v029/default/img/teaser03.jpg);
  aspect-ratio: 2.3/1;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.praemie { 
  background: #feca09; 
  position: absolute; 
  right: 0; 
  top: 30px; 
  padding: 20px 20px 15px;
  font-size: 1.5rem;
  font-weight: 700;
}
.praemie:before { content: "1.000 € STARTPRÄMIE!" }

@media (max-width: 767px) {
  .praemie { position: relative; padding: 10px 30px 5px; font-size: 1rem; top: inherit;}
}
