@charset "UTF-8";
.sek1 {
  position: relative;
}
.sek1 h1 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -3%;
  width: 408px;
  color: #FFFFFF;
  position: absolute;
  top: 32px;
  left: 64px;
  z-index: 2;
  text-transform: uppercase;
}
.sek1 video {
  z-index: 1;
  max-width: 100%;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}

.sek2 {
  grid-area: sek2;
  background-color: #FFFFFF;
  width: 900px;
  height: 400px;
  border-radius: 15px;
  display: flex;
  gap: 80px;
}
.sek2 .list_text {
  margin-left: 32px;
  margin-top: 32px;
}
.sek2 .list_text h2 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0%;
  width: 400px;
  color: #111111;
}
.sek2 .list_text ul {
  list-style-type: disc;
  position: relative;
  top: 28px;
  left: 15px;
  width: 452px;
  display: grid;
  gap: 10px;
}
.sek2 .list_text ul li {
  font-size: 14px;
  font-weight: 400;
  color: #111111;
  margin-bottom: 12px;
  width: 452px;
}
.sek2 img {
  width: 302px;
  height: 269px;
  position: relative;
  top: 65px;
  right: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}

.sek3 {
  position: relative;
  margin-top: -58px;
}
.sek3 h1 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -3%;
  width: 408px;
  color: #111111;
  position: relative;
  top: 32px;
  text-transform: uppercase;
}
.sek3 img {
  position: relative;
  top: 50px;
  width: 900px;
  height: 400px;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}

.forum {
  grid-area: forum;
  background-color: #FFFFFF;
  width: 516px;
  height: 887px;
  border-radius: 15px;
  padding: 32px;
  margin-left: 200px;
}
.forum h1 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -3%;
  width: 298px;
  color: #111111;
  position: relative;
  text-transform: uppercase;
}
.forum form {
  display: flex;
  flex-direction: column;
  gap: 19px;
  margin-top: 40px;
}
.forum form h3 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -2%;
  color: #111111;
}
.forum form input {
  width: 437px;
  height: 66px;
  border: 1.5px solid #CCCCCC;
  border-radius: 13px;
  padding-left: 24px;
}
.forum form input::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.forum form input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.forum form textarea {
  width: 437px;
  height: 137px;
  border: 1.5px solid #CCCCCC;
  border-radius: 13px;
  padding: 24px;
  resize: none;
}
.forum form textarea::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.forum form textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.forum form button {
  width: 117px;
  height: 45px;
  background-color: #FD9222;
  border-radius: 100px;
  border: none;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  transition: 1s;
}
.forum form button:hover {
  background-color: #FCF1E0;
  color: #FD9222;
}

@media (max-width: 1024px) {
  body {
    overflow-x: hidden;
  }
  header {
    padding: 20px;
    flex-direction: column;
    align-items: center;
  }
  header nav ul {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  /* SECTION 1 – VIDEO */
  .sek1 h1 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  /* GRID AUFLÖSEN */
  .grid-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 20px;
  }
  /* SECTION 2 */
  .sek2 {
    width: 100%;
    height: auto;
    flex-direction: column;
    gap: 30px;
    padding: 20px;
  }
  .sek2 .list_text {
    margin: 0;
  }
  .sek2 .list_text h2 {
    width: 100%;
  }
  .sek2 .list_text ul {
    width: 100%;
  }
  .sek2 .list_text ul li {
    width: 100%;
  }
  .sek2 img {
    position: static;
    width: 100%;
    height: auto;
  }
  /* SECTION 3 */
  .sek3 img {
    width: 100%;
    height: auto;
  }
  /* FORM */
  .forum {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .forum form input,
  .forum form textarea {
    width: 100%;
  }
  /* NEWSLETTER */
  .sek4 {
    padding: 40px 20px;
    text-align: center;
  }
  .sek4 p {
    max-width: 500px;
    margin: 0 auto 20px;
  }
  /* FOOTER */
  footer {
    padding: 30px 20px;
    text-align: center;
  }
  footer nav ul {
    flex-direction: column;
    gap: 10px;
  }
  footer .text_footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}/*# sourceMappingURL=made.css.map */