.max-width {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
.logo.fullwidth {
  max-width: 300px;
}
.fullwidth {
  width: 100%;
}
.white,
.white a {
  color: #fff;
}
li {
  list-style: none;
  left: 0;
  position: relative;
  padding-bottom: 0;
  padding-left: 15px;
  margin-top: 6px;
}
li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: currentColor;
  border-radius: 5px;
  left: 2px;
  top: 10px;
  position: absolute;
}
ol,
ul {
  margin-top: 0;
  list-style: none;
}
ul {
  margin: 0 0 15px;
  padding: 0;
}
body {
  background: #eee;
  color: #000;
  font-family: "Open Sans";
}
.container-fluid {
  padding: 0;
  background: #fff;
}
.logo {
  padding: 10px;
}
.h1,
h1 {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 1.3rem;
    font-weight: 700;
  }
}
.row {
  margin: 0 auto;
}
.h2,
h2 {
  font-size: clamp(1.2rem, 2vw, 1.8rem);
}
:root {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.last {
  grid-template-columns: 1fr 36% 28%;
  max-width: 900px;
  margin: auto;
}
.smaller {
  font-size: 60%;
  font-weight: 400;
}
.list_box.bg_light_first,
.list_box.bg_light_second {
  background: #ebebeb;
}
.list_box.bg_lightest {
  background: #ebebeb;
  margin-bottom: 2.8rem;
}
.list_box {
  padding: 2rem;
  border-radius: 0 25px;
  margin-top: 2rem;
}
header {
  border-top: 18px solid #ffcd0a;
}
footer {
  background: #ffcd0a;
}
.teaser_footer {
  background: url("https://jobads.schnellestelle.de/assets/jobpostings/custom/s272/default/img/csm_DJI_0061_44f8b581b7.jpg") center/cover;
  min-height: 100px;
}
.last img {
  max-width: clamp(30%, 18vw, 135px);
  margin: auto;
}
a {
  color: initial;
}
#social i {
  font-size: 1.9rem;
  padding: 20px;
}
#social {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
}
a:hover {
  color: #666;
}
