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


body {
  font-family: Raleway, sans-serif;
  color: #333;
}
.container {
  max-width: 900px;
  padding: 0 1.5rem;
}
h1 {
  margin-bottom: 1rem;
  font-weight: 800;
  color: #155490;
  font-size: clamp(1.75rem, 5vw, 3.5rem);
}
footer {
  padding: 6rem 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: #155490;
  color: #fff;
}
.logo {
  max-width: 190px;
  display: inline-block;
  padding: 1.5rem 0;
}
.listbox {
  margin-bottom: 4rem;
}
h2 {
  font-size: clamp(1.25rem, 5vw, 1.5rem);
  margin-bottom: 2rem;
  font-weight: 700;
}
.h1,
.h2,
h1,
h2 {
  hyphens: auto;
}
footer a {
  display: inline-block;
  padding: 0.8rem 1.5rem;
  margin-top: 1rem;
  text-decoration: none;
  color: #fff !important;
  border: 1px solid #fff;
  border-radius: 35px;
}
header {
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
  background: #f4f4f4;
  z-index: 0;
  margin-bottom: 4rem;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-img {
  position: absolute;
  right: -10%;
  top: 15%;
  z-index: -1;
  max-width: 650px;
  opacity: 0.15;
  mix-blend-mode: multiply;
}
.topbar {
  background: #f4f4f4;
}
h1 + p {
  color: #155490;
  font-size: 120%;
}
ul {
  list-style: none;
}
li {
  position: relative;
}
li:before {
  content: "";
  position: absolute;
  left: -25px;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #155490;
}
.footer-img {
  position: absolute;
  left: -10%;
  bottom: 20%;
  z-index: -1;
  width: 650px;
  opacity: 0.15;
  mix-blend-mode: multiply;
}
@media (max-width: 576px) {
  .topbar {
    text-align: center;
  }
  .listbox {
    margin-bottom: 2rem;
  }
  footer,
  header {
    padding: 4rem 0;
  }
}
footer h2 {
  color: #fff;
}
