/*--------------------------------------------------------------
# frame 8 Section
--------------------------------------------------------------*/
#warum .wrap {
  position: relative;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
}

#warum .banner-image {
  background-size: cover;
  background-position: center;
  height: 250px;
  border-radius: 10px;
}
#warum .textOverBanner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  margin: 0;
}

#warum h4 {
  margin-top: 80px;
  margin-bottom: 60px;
  font-family: Lilien;
  font-style: normal;
  font-weight: 900;
  font-size: 3rem;
  line-height: 3.625rem;
  text-align: center;
  color: #004f9f;
}

#main-video {
  margin: 0 0 40px 0;
  overflow: hidden;
}

#warum .warum-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: transparent;
  border: 1px solid transparent;
  margin-bottom: 50px;
  float: left;
}

#warum .warum-card p {
  max-width: 300px;
  font-family: Lilien;
  font-style: normal;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  text-align: center;
  color: #004f9f;
}

#warum .warum-card img {
  height: 80px;
  width: auto;
  margin-bottom: 20px;
  align-self: center;
}

#blue_frame {
  width: 100%;
  min-height: 324px;
  background: url("../assets/img/LandingPage/blue_frame.jpg") center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0;
}

#blue_frame h4 {
  font-family: Lilien;
  font-style: normal;
  font-weight: 900;
  font-size: 96px;
  line-height: 100px;
  text-align: center;
  color: #ffffff;
}

#blue_frame h5 {
  font-family: Lilien;
  font-style: normal;
  font-weight: 900;
  text-align: center;

  color: #ffffff;
  font-size: 64px;
  line-height: 68.8px;
  margin-bottom: 25px;
}

#price {
  margin: 100px 0 100px 0;
}

#price > div > h4 {
  font-family: Lilien;
  font-style: normal;
  font-weight: 900;
  font-size: 3rem;
  line-height: 3.625rem;
  text-align: center;
  color: #004f9f;

  margin-bottom: 47px;
}

#price .price-cards-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

#price .price-card {
  margin-bottom: 20px;
  flex: 1 0 45%;
}

#price .price-card > div {
  border-radius: 30px;
  border: 2px solid rgba(0, 79, 159, 0.5);

  padding: 42px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #004f9f;
  height: 100%;
}

#price .price-card-orange > div {
  background-color: #ff67455e;
}

#price .price {
  font-family: Lilien;
  font-style: normal;
  font-weight: bold;
  font-size: 3.25rem;
  line-height: 3.875rem;
  margin-bottom: 18px;
  white-space: nowrap;
}

#price .h7 {
  font-family: Lilien;
  font-style: normal;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  text-align: center;
  margin: 0;
}

#child-membership .container {
  margin: 100px auto;
  max-width: 950px;
}

#child-membership h4 {
  margin-bottom: 26px;
}

#child-membership p {
  font-family: Lilien;
  font-style: normal;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.8125rem;

  color: #004f9f;
}

#child-membership a {
  margin-top: 25px;
  margin: auto;
}

#mitglieder-werben-section {
  padding: 125px 0 125px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#mitglieder-werben-section h4 {
  font-family: Lilien;
  font-style: normal;
  font-weight: 900;
  font-size: 96px;
  line-height: 115px;
  text-align: center;

  color: #ffffff;

  margin-bottom: 40px;
}

#mitglieder-werben-section p {
  font-family: Lilien;
  font-style: normal;
  font-weight: normal;
  font-size: 2rem;
  line-height: 2.375rem;
  text-align: center;

  color: #ffffff;
  margin-bottom: 40px;
}

#blue_frame_2 {
  min-height: 324px;
  padding: 60px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#blue_frame_2 h4 {
  font-family: Lilien;
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 58px;
  text-align: center;

  color: #ffffff;
}

#blue_frame_2 h5 {
  font-family: Lilien;
  font-style: normal;
  font-weight: 900;
  font-size: 144px;
  line-height: 173px;
  text-align: center;

  color: #ffffff;

  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  button {
    width: 100% !important;
    margin: 0;
  }

  #warum h4 {
    margin-bottom: 20px;
    font-family: Lilien;
    font-style: normal;
    font-weight: 900;
    font-size: 1.5rem;
    line-height: 1.8125rem;
  }

  #warum .warum-card img {
    height: 80px;
  }

  #warum .warum-card p {
    font-family: Lilien;
    font-style: normal;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.1875rem;
    text-align: center;
  }

  #blue_frame button {
    width: 100%;
    margin: 0;
    margin-bottom: 22px;
  }

  #blue_frame h4 {
    font-family: Lilien;
    font-style: normal;
    font-weight: 900;
    font-size: 64px;
    line-height: 68.8px;
    text-align: center;
  }

  #blue_frame h5 {
    font-family: Lilien;
    font-style: normal;
    font-weight: 900;
    text-align: center;

    color: #ffffff;
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 25px;
  }

  #price > div > h4 {
    font-family: Lilien;
    font-style: normal;
    font-weight: 900;
    font-size: 2rem;
    line-height: 2.25rem;
    text-align: center;
  }

  #price .price-card > div {
    padding: 19px 14px 14px 14px;
  }
  #price .price-card .price {
    font-size: 1.5rem;
    line-height: 1.8125rem;
  }
  #price .price-card .h7 {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }

  #child-membership h4 {
    font-family: Lilien;
    font-style: normal;
    font-weight: 900;
    font-size: 1.5rem;
    line-height: 1.8125rem;
    text-align: left;
  }

  #child-membership a {
    width: 100%;
  }

  #blue_frame .membership-count {
    font-size: 46px !important;
  }

  #mitglieder-werben-section h4 {
    font-family: Lilien;
    font-style: normal;
    font-weight: 900;
    font-size: 42px;
    line-height: 46px;
    /* identical to box height */

    text-align: center;
  }

  #mitglieder-werben-section p {
    font-family: Lilien;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1.75rem;
    /* identical to box height */

    text-align: center;
  }

  #blue_frame_2 h4 {
    font-family: Lilien;
    font-style: normal;
    font-weight: 900;
    font-size: 42px;
    line-height: 46px;
    text-align: center;

    color: #ffffff;
  }

  #blue_frame_2 h5 {
    font-family: Lilien;
    font-style: normal;
    font-weight: 900;
    font-size: 56px;
    line-height: 60px;
    text-align: center;

    color: #ffffff;
  }
}

@media screen and (max-width: 600px) {
  #price .price-card {
    flex: 1 0 100%;
  }
}
