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


body {
  font-family: "PT Sans";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 400;
}
.hero {
  background-image: var(--headerimage, url("https://jobads.schnellestelle.de/assets/jobpostings/custom/evbm/default/img/finanzen2.jpg"));
  background-size: cover;
  aspect-ratio: 3/1;
  background-position: 50% 30%;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 0 80px;
}
.hiring {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}
h1 {
  font-weight: 300;
  font-size: 2rem;
  word-break: break-word;
}
h2 {
  font-weight: 300;
  font-size: 1.5rem;
  padding-bottom: 20px;
}
ul {
  margin: 0;
  padding: 0 0 30px;
  list-style: none;
}
li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 10px;
}
li:before {
  position: absolute;
  left: 0;
  top: 1px;
  content: "";
  background: url("https://jobads.schnellestelle.de/assets/jobpostings/custom/evbm/default/img/arrow_link_white.svg") 60% 50%/0.6em no-repeat
    #1760aa;
  height: 1.4em;
  width: 1.4em;
  border-radius: 100%;
}
.white {
  background: #fff;
  padding: 60px 0;
}
.teaser {
  background-image: var(--teaserimage, url("https://jobads.schnellestelle.de/assets/jobpostings/custom/evbm/default/img/stellenportal2.jpg"));
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  min-height: 600px;
}
.box {
  padding: 50px;
}
.gray {
  padding: 60px 0;
}
.green li:before {
  background-color: #fff;
  background-image: url("https://jobads.schnellestelle.de/assets/jobpostings/custom/evbm/default/img/arrow_link.svg");
}
footer {
  background: #1760aa;
  border-top: 1px solid #e4e4e4;
  padding: 60px 0;
  color: #fff;
}
@media (min-width: 768px) {
  .two-column {
    max-width: 70%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
footer a {
  color: #ebe587 !important;
  font-weight: 500;
}
footer > div > div {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .hiring {
    padding: 0 30px;
  }
  .box {
    padding: 30px;
  }
  footer > div > div {
    padding: 0 20px;
  }
}
hr {
  margin: 2rem 0;
}
.button a {
  background: #ebe587;
  display: inline-block;
  padding: 10px 20px;
  color: #333 !important;
  text-decoration: none;
}
.button a:hover {
  background: #333;
  color: #fff !important;
}
.teaser .box {
  background: #1760aa;
  color: #fff;
}
h1,
h2 {
  font-family: Arvo;
  color: #4c4a4a;
}
.hiring:after {
  content: "";
  position: absolute;
  left: calc(50% - 50px);
  width: 100px;
  height: 2px;
  background: gray;
  margin-top: 30px;
}
main {
  background: #f6f6f6;
  margin-top: 120px;
}
header {
  background: #ebe587;
  position: relative;
  min-height: 40px;
}
.logo {
  position: absolute;
  right: 0;
  z-index: 1;
  top: 0;
  max-width: 150px;
}
.container {
  position: relative;
}
.teaser .box h2,
footer h2 {
  color: #fff;
}
