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

 
.logo {
  max-width: 350px;
  padding: 30px;
}

hr {
  border-top: 1px solid #fff;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.6;
  color: #424242;
  text-align: left;
  background-color: #fff;
}

.logobox {
  padding: 20px;
}

.headerpic {
  width: 100%;
}

.headerpic_box {
  position: relative;
}

.wrapper {
  max-width: 1240px;
  margin: 0 auto;
  padding: 30px 20px;
}

.slogan {
  color: #0D6499;
  font-size: 4rem;
  font-weight: 800;
  text-transform: uppercase;
  position: absolute;
  top: 40px;
  width: 300px;
  line-height: 1;
  right: 10%;
  text-align: right;
}

@media (max-width: 990px) {
  .slogan {
    font-size: 2rem;
    top: 40px;
    width: 300px;
  }
}

@media (max-width: 640px) {
  .slogan {
    font-size: 1.8rem;
    top: 10px;
    width: 230px;
  }
}

@media (max-width: 500px) {
  .slogan {
    font-size: 1rem;
    top: 10px;
    background: rgba(255, 255, 255, 0.6);
    padding: 10px;
    width: 22%;
  }
}

.main {
  margin-top: -400px;
}

@media (max-width: 1400px) {
  .main {
    margin-top: -300px;
  }
}

@media (max-width: 970px) {
  .main {
    margin-top: -200px;
  }
}

@media (max-width: 630px) {
  .main {
    margin-top: -160px;
  }
}

.contentbox {
  background: #fff;
  border-radius: 1.5rem;
  position: relative;
  z-index: 1;
  padding: 30px 20px;
}

.centertext {
  text-align: center;
}

.maincolor {
  color: #0D6499;
}

.h1,
h1 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #0D6499;
}

@media (max-width: 400px) {

  .h1,
  h1 {
    font-size: 2rem;
  }
}

.subtitle {
  font-weight: 600;
}

.row {
  margin: 0;
}

.leftbox {
  padding: 30px 20px 0 0;
}

.strong {
  font-weight: 800;
}

.centerbox {
  padding: 30px 20px 0;
}

.rightbox {
  padding: 30px 0 0 20px;
}

.h2,
h2 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  border-bottom: 1px solid #0D6499;
  padding-bottom: 10px;
  font-weight: 600;
  color: #0D6499;
}

dl,
ol,
ul {
  list-style: none;
  padding: 0;
}

li {
  padding-left: 15px;
  margin-top: 6px;
  position: relative;
}

li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #0D6499;
  left: 0;
  top: 10px;
}

.applyButton {
  background: #fff;
  color: #0D6499;
  padding: 2px 15px 5px;
  border-radius: 10px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
  display: inline-block;
}

.applyButton a {
  color: #0D6499 !important;
  padding: 0;
  margin: 10px;
}

.applyButton p {
  margin-bottom: 0;
}

a {
  color: #0D6499;
  font-weight: 800;
}

a:focus,
a:hover {
  color: #2ea6d9;
}

.nopadding {
  padding: 0;
}

.hero_box {
  background: var(--headerimage);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  aspect-ratio: 1.8 / 1;
}

.teaser_box {
  background: var(--teaserimage);
  background-size: cover;
  background-position: center center;
  aspect-ratio: 1.8 / 1;
}

.topmargin {
  margin-top: 50px;
}

.adress {
  background: #1b4287;
  color: #fff;
  padding: 30px;
  border-radius: 10px;
  margin-left: -120px;
  margin-top: 15px;
}

@media (max-width: 960px) {
  .adress {
    margin-top: 0;
  }
}

@media (max-width: 767px) {

  .centerbox,
  .leftbox,
  .rightbox {
    padding: 20px 0 0;
  }

  .adress {
    margin-left: 0;
  }
}

.adress a {
  color: #fff;
  font-weight: 500;
}

@media (min-width: 992px) {
  .contentbox {
    padding: 5%;
  }
}
