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


.container {
  margin: 20px auto;
  max-width: 740px;
  font-family: "Open Sans";
  color: #58585a;
  font-size: 90%;
  font-weight: 500;
  line-height: 150%;
  background-color: #fff;
  box-shadow: 0 10px 20px 5px #585d5e;
  padding: 0;
}
.logo {
  padding: 30px 30px 20px;
  display: inline-block;
}
header {
  text-align: right;
}
.slider {
  aspect-ratio: 2.75/1;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}
.slider img {
  position: absolute;
  top: 0;
  left: 0;
}
.klasse_1 {
  animation: 20s infinite UD_KLASSE_1;
  -moz-animation: 20s infinite UD_KLASSE_1;
  -webkit-animation: 20s infinite UD_KLASSE_1;
}
.klasse_2 {
  animation: 20s infinite UD_KLASSE_2;
  -moz-animation: 20s infinite UD_KLASSE_2;
  -webkit-animation: 20s infinite UD_KLASSE_2;
}
.klasse_3 {
  animation: 20s infinite UD_KLASSE_3;
  -moz-animation: 20s infinite UD_KLASSE_3;
  -webkit-animation: 20s infinite UD_KLASSE_3;
}
@keyframes UD_KLASSE_1 {
  0%,
  100%,
  40% {
    opacity: 0;
  }
  1% {
    opacity: 0.8;
  }
  3%,
  30% {
    opacity: 1;
  }
}
@keyframes UD_KLASSE_2 {
  0%,
  100%,
  30%,
  75% {
    opacity: 0;
  }
  40%,
  70% {
    opacity: 1;
  }
}
@keyframes UD_KLASSE_3 {
  0%,
  70% {
    opacity: 0;
  }
  75%,
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
main {
  padding: 40px 25px 0;
}
h1 {
  color: #34498f;
  font-size: 220%;
  margin-top: 40px;
  margin-bottom: 0;
  line-height: 120%;
  text-align: center;
}
h1 + p {
  color: #34498f;
  font-size: 140%;
  margin-top: 10px;
  margin-bottom: 30px;
  line-height: 120%;
  text-align: center;
}
h2 {
  font-size: 110%;
  font-weight: 650;
  color: #34498f;
  margin-bottom: 0;
  padding-bottom: 15px;
}
ul {
  margin: 0;
  padding: 0 0 40px;
  list-style: none;
}
li {
  padding-left: 20px;
  padding-top: 3px;
  position: relative;
}
li:before {
  content: "";
  background: url(../../../../assets/jobpostings/custom/p019/default/img/listenpunkt.png) no-repeat;
  position: absolute;
  left: 0;
  top: 10px;
  width: 13px;
  height: 10px;
}
footer {
  padding: 0 25px 40px;
}
footer p:last-child {
  text-align: center;
}
a {
  color: #58585a;
  text-decoration: none;
}
.video {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25% !important;
  margin-top: 30px;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
