@charset "utf-8";
:root {
  font-size: 15px;
}
* {
  box-sizing: border-box;
  margin: 0;
}
html {
  min-height: 100%;
}
body {
  color: #5E767B;
  font: 400 1em/1.6 Arial, sans-serif;
  background: #ebebeb;
}
#wrapper {
  position: relative;
  max-width: 800px;
  margin: 1rem auto;
  overflow: hidden;
}
h1 {
  margin: 0 0 1rem;
  font-size: 1.467em;
  line-height: 1.182;
  color: #00C2C4;
}
h2 {
  font-size: 1.267em;
  line-height: 1.263;
  margin-bottom: 0;
  color: #00C2C4;
}
:is(a:link,a:hover,a:visited,a:active){
  color: inherit;
  text-decoration: none;
  display: inline-block;
}
.pb {
  padding-bottom: 0.75rem;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  padding: 0.5rem 0 0 1rem;
  list-style: none;
}
ul li:before {
  content: "\25A0";
  color: #00C2C4;
  font-size: 0.667rem;
  float: left;
  margin: 2px 0 0 -0.9375rem;
}
header {
  padding: 1.5rem;
  display: flex;
  justify-content: center;
  background: #DDDDDD;
}
article a.apply:hover {
  background: #fff;
  color: #00C2C4;
}
article a.apply {
  background: #00C2C4;
  font-size: 1.2em;
  line-height: 1.333;
  text-align: center;
  color: #fff;
  border: solid 2px #00C2C4;
  padding: .7rem 2rem;
  display: block;
  width: 230px;
  margin: 2rem auto 1rem;
}
@-webkit-keyframes slidy {
  0% { left: 0%; }
  16.6% { left: 0%; }
  33.2% { left: -100%; }
  49.8% { left: -100%; }
  66.4% { left: -200%; }
  83% { left: -200%; }
  100% { left: -300%; }
  }
  
  @keyframes slidy {
  0% { left: 0%; }
  16.6% { left: 0%; }
  33.2% { left: -100%; }
  49.8% { left: -100%; }
  66.4% { left: -200%; }
  83% { left: -200%; }
  100% { left: -300%; }
  }
  article .slider { overflow: hidden; }
  article .slider figure img { width: 25%; float: left; }
  article .slider figure { 
    position: relative;
    width:400%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    -webkit-animation-name:slidy;
    -webkit-animation-duration: 15s;
    -webkit-animation-delay: 5s;
    -webkit-animation-iteration-count: infinite;
    animation: 15s slidy infinite; 
  }
i {
  margin-right: 0.625rem;
}
.box {
  background: #fff;
  padding: 2rem;
}
.box2 {
  background: #fff;
  margin: 0 0 .5rem;
  padding: 1rem 1.5rem;
}
h3 {
  font-size: 1.267em;
  line-height: 1.263;
  margin-bottom: 0;
}
.ansprechpartner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 1.5rem 1rem;
  column-gap: 9rem;
  background: #fff;
  margin-bottom: 0.5rem;
}
.ansprechpartner p {
  padding: 0.5rem 0;
}
.details, .details-standort {
  display: flex;
  justify-content: flex-start;
}
.details figure {
  margin: 0 1.5625rem 0 0;
}
.details-standort figure {
  margin: 0 1.4375rem 0 0;
}
.fa-solid {
  font-size: 3.2em;
}
.iframe-wrapper {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer p {
  text-align: center;
}
footer {
  background: #fff;
  padding: 1rem;
}
@media only screen and (max-width:799px) {
  #wrapper {
    border: none;
    margin: 0 auto;
  }
  h1, .box p {
    text-align: center;
  }
  p span {
    display: inline-block;
  }
  .ansprechpartner {
    justify-content: center;
  }
  .ansprechpartner p, h3 {
    text-align: center;
  }
  :is(.details, .details-standort) {
    display: block;
    margin: 0 0 1rem;
  }
  :is(.details figure, .details-standort figure) {
    margin: 0 0 1rem;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width:480px) {
  .box, .box2, footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}