@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400&display=swap");
::-webkit-scrollbar {
  display: none;
}
* {
  margin: 0;
}
body {
  background-color: white;
  font-family: "Jost", sans-serif;
}
.top {
  display: flex;
  padding: 1.2% 10%;
  background-color: #131e31;
  box-shadow: 30px 0 60px rgb(0 0 0 / 25%);
}
.top .logo .img {
  height: 50px;
}
.banner {
  background-color: #131e31;
  background-size: cover;
  background-attachment: fixed;
}
.menu {
  margin-top: 10px;
  right: 10%;
  color: white;
  font-weight: 100;
  vertical-align: baseline;
  font-size: 30px;
  position: absolute;
}
.main {
  padding: 10% 20%;
  display: table;
  margin: 0 auto;
  flex: 1;
}
.video_mobile {
  display: none;
}
.flex {
  display: flex;
}
.banner .content {
  padding: 150px 1.5% 150px 10%;
  width: 58.5%;
}
.banner .content .text {
  margin-bottom: 10px;
  color: white;
  font-size: 23px;
  font-weight: 100;
  text-align: justify;
}
.banner .content .text h1 {
  margin-bottom: 10px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 400;
}
span {
  color: #66e1ed;
}
.media {
  padding: 150px 10% 150px 1.5%;
  width: 38.5%;
}
.spacer {
  height: 10%;
}
.imprint.title {
  color: #131e31;
  text-align: center;
  bottom: 0;
  margin-left: 10%;
  margin-right: 10%;
  padding: 1% 3.5%;
  background-color: #66e1ed;
  font-size: 23px;
}
.imprint.text {
  color: #131e31;
  margin-left: 10%;
  margin-right: 10%;
  padding: 1% 3.5%;
  font-size: 20px;
  box-shadow: 30px 10px 60px rgb(0 0 0 / 25%);
  margin-bottom: 30px;
}
.imprint h2 {
  font-weight: 800;
  color: #131e31;
  margin-top: 10px;
  margin-bottom: 5px;
}
.imprint h3 {
  font-weight: 800;
  color: #131e31;
  margin-top: 10px;
  margin-bottom: 5px;
}
.imprint h4 {
    font-weight: 800;
  color: #131e31;
  margin-top: 10px;
  margin-bottom: 5px;
}
.benefits {
  color: #131e31;
  text-align: center;
  bottom: 0;
  margin-left: 10%;
  margin-right: 10%;
  padding: 1% 3.5%;
  background-color: #66e1ed;
  font-size: 23px;
}
.benefit.list {
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
  box-shadow: 30px 10px 60px rgb(0 0 0 / 25%);
  padding: 1%;
}
.benefit.item {
  width: 25%;
  padding: 20px 20px;
}
.benefit.item h2 {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  color: #2c4777;
}
.benefit.item p {
  font-size: 18px;
  margin-top: 10px;
  text-align: justify;
  font-weight: 400;
}
a {
  text-decoration: none;
}
.button {
  margin-top: 20px;
  background-color: #a0e1cd;
  color: #131e31;
  padding: 1.5% 3.5%;
  text-align: center;
  font-size: 23px;
  transition: background-color 0.4s ease-out, box-shadow 0.3s ease-out;
  max-width: 350px;
  text-transform: uppercase;
}
.button:hover {
  background-color: #66e1ed;
  cursor: pointer;
  transition: background-color 0.4s ease-out, box-shadow 0.3s ease-in;
  box-shadow: 30px 30px 50px rgb(0 0 0 / 100%);
}
.about {
  margin-top: 75px;
  background-color: #131e31;
}
.about .content {
  padding: 5% 10%;
  display: flex;
}
.about .img {
  margin-right: 1.5%;
  width: 48.5%;
}
.about .img img {
  box-shadow: 30px 30px 50px rgb(0 0 0 / 60%);
  max-width: 60%;
  margin: 10px auto 20px;
  display: block;
}
.about .description {
  margin-left: 1.5%;
  width: 48.5%;
  text-align: center;
  color: white;
}
.about .description h2 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 200;
}
.about .description .text {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 200;
  text-align: justify;
  margin-bottom: 50px;
}
.divider {
  height: 45px;
  width: 90px;
  border-radius: 0 0 90px 90px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}
.divider.white {
  background: white;
}
.divider.blue {
  background: #131e31;
}
.faq-main {
  background-color: white;
}
.faq-main .content {
  padding: 4% 10%;
}
.faq-main h2 {
  margin-top: 0px;
  color: #131e31;
  font-weight: 400;
  font-size: 35px;
  text-align: center;
}
.faq {
  margin: 20px auto;
  padding: 0 4rem 0 4rem;
  width: 48rem;
}
.faq a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1rem 0rem 1rem 0rem;
  color: #7288a2;
  font-size: 20px;
  font-weight: 400;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}

.faq a:hover,
.faq a:hover::after {
  cursor: pointer;
  color: #03b5d2;
}

.faq a:hover::after {
  border: 1px solid #03b5d2;
}

.faq a.active {
  color: #03b5d2;
  border-bottom: 1px solid #03b5d2;
}

.faq .antwort {
  display: none;
  padding: 1rem;
}

.faq .antwort p {
  font-size: 20px;
  font-weight: 300;
  color: #6b6b6b;
}
.footer {
  background-color: #131e31;
  padding: 50px 10% 50px 10%;
  text-align: center;
  color: white;
}
.footer .links {
  margin-top: 10px;
  margin-bottom: 10px;
}
.footer .links .link {
  color: #03b5d2;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
}
.footer .logo .img {
  height: 40px;
}
@media screen and (max-width: 1120px) {
  .faq-main h2 {
    margin-top: 40px;
    font-size: 25px;
  }
  .faq {
    position: unset;
    padding-left: unset;
    font-size: 1rem;
    width: auto;
  }
  .faq a {
    margin-right: 5px;
    position: unset;
    padding-left: unset;
    font-size: 0.95rem;
    width: 95%;
  }
  .faq {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .faq .antwort p {
    width: auto;
    font-size: 15px;
  }
}
@media screen and (max-width: 1300px) {
    .imprint.text {
      font-size: 14px;
      padding: 10%;
    }
  .about .img {
    display: none;
  }
  .about .description {
    width: 100%;
    margin: 50px auto 20px;
    display: block;
  }
  .about {
    margin-top: 0;
  }
  .flex {
    display: unset;
  }
  .banner .content {
    width: 80%;
    padding: 20px 10% 50px 10%;
  }
  .video_mobile {
    margin-bottom: 30px;
    display: unset !important;
    height: 40%;
  }
  .video_normal {
    display: none;
  }
  .button {
    max-width: unset;
  }
  .media {
    padding: 0;
  }
  .benefit.list {
    display: unset;
  }
  .benefit.item {
    margin: 10px auto 20px;
    display: block;
    width: unset;
    padding: 2% 10%;
  }
}
@media screen and (max-width: 900px) {
  .about .content {
    display: block;
    padding: 5% 10%;
  }
  .about .description h2 {
    font-size: 25px;
  }
  .about .description .text {
    font-size: 16px;
  }
  .video_mobile {
    margin-bottom: 30px;
    display: unset !important;
    height: 22%;
  }
  .banner .content {
    width: 90%;
    padding: 20px 5% 50px 5%;
  }
  .banner .content .text {
    font-size: 16px;
  }
  .banner .content .text h1 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .button {
    padding: 2% 3.5%;
    font-size: 20px;
  }
  .menu {
    display: none;
  }
  .logo {
    margin: 10px auto 20px;
    display: block;
  }
  .benefits {
    margin-left: 5%;
    margin-right: 5%;
    padding: 3% 3.5%;
  }
  .benefit.item h2 {
    font-size: 18px;
  }
  .benefit.item p {
    font-size: 16px;
  }
}
