* {
  box-sizing: border-box;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

* {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #444;
}

h1,
h2,
.h2 {
  font-family: neo-sans, "Lato", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
}

img,
iframe {
  width: 100%;
}

.button {
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
}
.button.primary {
  color: #fff;
  background-color: #00aa9e;
  border: 1px solid #00aa9e;
}
.button.primary:hover {
  color: #00aa9e;
  background-color: #fff;
}
.button.secondary {
  color: #00aa9e;
  background-color: #fff;
  border: 1px solid #00aa9e;
}
.button.secondary:hover {
  color: #fff;
  background-color: #00aa9e;
}

.bold {
  font-weight: bold;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.odd {
  background-color: #f6f6f6;
}

.image {
  margin-bottom: -4px;
}
.image .deco-font {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 50px;
  color: #00aa9e;
}

.header-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.header-image img {
  width: auto;
  margin-left: 150px;
  max-height: 350px;
}

.full-width {
  width: 100% !important;
}

body {
  max-width: 1200px;
  margin: 0 auto;
}

header {
  min-height: 90px;
}
header .material-icons {
  font-weight: 600;
  color: #00aa9e;
  cursor: pointer;
}
header #burger {
  position: absolute;
  top: 20px;
  right: 20px;
}
header #burger i {
  font-size: 50px;
  transform: scale(1, 1.3); /* W3C */
}
header .back {
  position: absolute;
  top: 25px;
  left: 20px;
}
header .back a {
  display: flex;
  align-items: center;
  font-size: 20px;
  text-decoration: none;
}
header .back i {
  font-size: 40px;
}
header nav {
  display: none;
  position: fixed;
  top: 0;
  z-index: 2;
  background-color: rgba(68, 68, 68, 0.6666666667);
  height: 100vh;
  width: 100vw;
  max-width: 1200px;
}
header nav.active {
  display: block;
}
header nav .material-icons {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 50px;
  z-index: 2;
}
header nav ul {
  background-color: #fff;
  position: absolute;
  width: 210px;
  right: 0;
  top: 0px;
  padding: 70px 20px;
}
header nav ul li {
  list-style: none;
  text-align: center;
}
header nav ul li:not(:last-of-type) {
  border-bottom: 2px solid #f6f6f6;
}
header nav ul li a {
  text-decoration: none;
  font-size: 20px;
  font-family: neo-sans, "Lato", Helvetica, Arial, sans-serif;
  font-weight: 500;
  padding: 10px 0;
  color: #444;
  cursor: pointer;
  display: block;
}
header h1 {
  font-size: 6vw;
  line-height: 0.9;
  padding: 20px 3vw;
  min-height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header h1 span {
  margin-top: 5px;
  max-width: 270px;
  font-weight: 400;
  font-family: neo-sans, "Lato", Helvetica, Arial, sans-serif;
  font-size: 4vw;
}

.feature {
  margin: 30px 0;
}
.feature article {
  padding: 20px 20px 30px;
}
.feature article div {
  display: flex;
  flex-direction: column;
}
.feature article div p {
  margin-right: 30px;
}
.feature article h2,
.feature article .h2 {
  margin-bottom: 5px;
}
.feature article p {
  margin-bottom: 5px;
}
.feature article p a {
  text-decoration: none;
}
.feature article p span {
  color: #00aa9e;
}
.feature article .button {
  margin: 20px 5px 0;
}

.feature_video {
  flex-direction: column;
}
.feature_video h2 {
  margin-bottom: 10px;
}
.feature_video video {
  max-width: 1000px;
  width: 100%;
}

.inactive {
  position: relative;
  overflow: hidden;
}
.inactive .balken {
  position: absolute;
  background-color: rgba(68, 68, 68, 0.7);
  color: #fff;
  padding: 10px;
  font-weight: bold;
  left: 0;
  top: 40%;
  transform: rotate(-10deg);
  width: 150%;
  margin-left: -25%;
  font-size: 20px;
}

.parallax {
  position: relative;
  display: flex;
  height: 470px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.parallax img {
  position: absolute;
  top: 0;
  width: 1200px !important;
}
.parallax article {
  position: relative;
  z-index: 1;
  top: 80px;
  background-color: #f6f6f6;
  width: 100%;
}

#contact iframe {
  height: 60vw;
}
#contact article div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 20px 0;
}
#contact article div i {
  width: 50px;
  font-size: 40px;
}
#contact article div p {
  max-width: calc(100% - 60px);
}
#contact article .time-wrapper {
  width: 100%;
  margin: 0;
}
#contact article ul {
  list-style: none;
  margin-left: 50px;
}
#contact article ul li {
  margin-bottom: 20px;
}
#contact article ul li strong {
  font-weight: 500;
}

footer {
  background-color: #fff;
  padding: 20px;
}
footer div a {
  margin-right: 10px;
  color: #444;
}

.operationen .header-image {
  margin-top: 90px;
}

@media (min-width: 768px) {
  header h1 {
    font-size: 30px;
    text-align: center;
  }
  header h1 span {
    font-size: 20px;
    max-width: none;
  }
  header .header-image img {
    margin-left: 0;
    width: 1200px;
    max-height: none;
  }
  .feature {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .feature article div {
    flex-direction: row;
  }
  .feature > * {
    width: 50%;
  }
  .parallax img {
    left: 0;
  }
  .feature_02 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 700px;
  }
  .feature_02 article:nth-of-type(2) {
    order: -1;
  }
  .feature_02 article:last-of-type {
    padding-top: 0;
  }
  .feature_03 {
    align-items: flex-start;
  }
  #contact iframe {
    max-height: 500px;
  }
  #contact article {
    max-width: 450px;
    margin: 0 auto;
  }
  footer {
    margin-top: 20px;
    text-align: center;
  }
  .aktuelles .feature:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  header {
    padding-top: 90px;
  }
  header #burger {
    display: none;
  }
  header .back {
    display: none;
  }
  header nav {
    display: block;
    background-color: transparent;
    height: auto;
    border-bottom: solid 2px #00aa9e;
    border-radius: 2px;
  }
  header nav .material-icons {
    display: none;
  }
  header nav ul {
    position: relative;
    width: auto;
    display: flex;
    justify-content: center;
    padding: 20px;
  }
  header nav ul li {
    margin: 0 15px;
    border-bottom: 4px solid #fff;
  }
  header nav ul li:hover {
    border-bottom: 2px solid #00aa9e !important;
    border-radius: 2px;
  }
  header nav ul li:last-of-type {
    border-bottom: 2px solid #f6f6f6;
  }
  header nav ul li a {
    padding: 5px;
  }
  .operationen .header-image {
    margin-top: 0;
  }
}/*# sourceMappingURL=style.css.map */