main {
  margin-top: 0;
}

section#banner {
  height: 600px;
  overflow: hidden;
}

section#banner .inner {
  height: 100%;
  width: 100%;
}

section#banner .slider {
  position: relative;
  overflow: hidden;
  height: 100%;
}

section#banner .slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

section#banner .slider .slide .container {
  height: 100%;
}

section#banner .slider .slide .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-top: 50px;
}

section#banner .slider .slide img {
  margin: 0;
}

section#banner .slider .slide .overlay h1, section#banner .slider .slide .overlay h2, section#banner .slider .slide .overlay h3, section#banner .slider .slide .overlay h4, section#banner .slider .slide .overlay h5, section#banner .slider .slide .overlay h6 {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

section#banner .slider .slide .overlay h1 {
  font-size: 40px;
}

section#banner .slider .slide .overlay h2 {
  font-size: 35px;
}

section#banner .slider .slide1 {
  background-image: url("../img/banner.jpg");
}

section#banner .slider .slide2 {
  background-image: url("../img/banner2.jpg");
}

@media screen and (max-width: 960px) {
  section#banner {
    height: 350px;
  }
  section#banner .slider .slide .overlay {
    display: none;
  }
}

section#uebersicht {
  padding: 80px 0;
}

section#uebersicht .flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section#uebersicht .elem {
  width: 25%;
  padding: 20px;
}

section#uebersicht .elem .icon {
  margin-right: 20px;
}

section#uebersicht .elem .icon .placeholder {
  width: 50px;
  height: 50px;
  background: #2ec577;
  border-radius: 25px;
}

section#uebersicht .see-list {
  margin-top: 100px;
}

@media screen and (max-width: 1200px) {
  section#uebersicht {
    padding-top: 50px;
  }
  section#uebersicht .elem {
    width: 50%;
  }
  section#uebersicht .see-list {
    margin-top: 50px;
  }
}

@media screen and (max-width: 440px) {
  section#uebersicht {
    padding-top: 20px;
  }
  section#uebersicht .elem {
    width: 100%;
  }
  section#uebersicht .see-list {
    margin-top: 20px;
  }
}

.see-list {
  padding: 20px;
  text-align: center;
  background: #f8f8f8;
}

.see-list .inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 50px 0;
}

section#ueber-uns {
  padding: 80px 0;
}

@media screen and (max-width: 1200px) {
  section#ueber-uns {
    padding: 60px 0;
  }
}

@media screen and (max-width: 800px) {
  section#ueber-uns {
    padding: 20px 0;
  }
}

section#statistik {
  color: #fff;
  text-align: center;
}

section#statistik .parallax {
  height: 400px;
  background: url("../img/insurance.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

section#statistik .container, section#statistik .stats {
  height: 100%;
}

section#statistik .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

section#statistik .elem {
  padding: 20px 50px;
}

section#statistik .elem .number {
  font-size: 60px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}

@media screen and (max-width: 1200px) {
  section#statistik .elem {
    width: 50%;
  }
  section#statistik .elem .number {
    font-size: 40px;
  }
}

@media screen and (max-width: 500px) {
  section#statistik .elem {
    padding: 10px;
  }
  section#statistik .elem .number {
    font-size: 30px;
  }
}

section#partner {
  background: #f8f8f8;
  padding: 100px 0;
}

section#partner .flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section#partner .placeholder {
  width: 50px;
  height: 50px;
  background: #2ec577;
  border-radius: 25px;
}

section#partner .icon {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: 0.2s -webkit-filter;
  transition: 0.2s -webkit-filter;
  transition: 0.2s filter;
  transition: 0.2s filter, 0.2s -webkit-filter;
  padding: 10px;
}

section#partner .icon:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

@media screen and (max-width: 420px) {
  section#partner {
    padding: 50px 0;
  }
}

section#rechner {
  padding: 80px 0;
  min-height: 1000px;
}

@media screen and (max-width: 800px) {
  section#rechner {
    padding: 20px 0;
  }
}
/*# sourceMappingURL=start.css.map */