@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 img {
  z-index: 1;
  width: 100%;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}

.sek2 {
  display: grid;
  gap: 28px;
  margin-top: 80px;
}
.sek2 .box {
  width: 360px;
  height: 200px;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 24px;
  text-align: center;
  position: relative;
  margin-top: 30px;
}
.sek2 .box h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -3%;
  width: 200px;
  color: #111111;
  margin-left: 50px;
  margin-top: 40px;
}
.sek2 .box p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -2%;
  width: 300px;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 12px;
}
.sek2 .box img {
  z-index: 2;
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -40px;
}

.sek3 {
  display: grid;
  gap: 28px;
  margin-top: 80px;
}
.sek3 .box {
  width: 360px;
  height: 200px;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 24px;
  text-align: center;
  position: relative;
  margin-top: 30px;
}
.sek3 .box h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -3%;
  width: 200px;
  color: #111111;
  margin-left: 50px;
  margin-top: 40px;
}
.sek3 .box p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -2%;
  width: 300px;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 12px;
}
.sek3 .box img {
  z-index: 2;
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -40px;
}

.forum {
  background-color: #FFFFFF;
  width: 482px;
  height: 725px;
  border-radius: 15px;
  padding: 32px;
  margin-left: -32px;
  margin-top: 110px;
}
.forum h1 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -3%;
  width: 350px;
  color: #111111;
  position: relative;
  text-transform: uppercase;
}
.forum form {
  display: flex;
  flex-direction: column;
  gap: 19px;
  margin-top: 40px;
}
.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 */
  header {
    padding: 20px;
    flex-direction: column;
    align-items: center;
  }
  header nav ul {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  /* HERO */
  .sek1 img {
    width: 100%;
    height: auto;
  }
  .sek1 h1 {
    text-align: center;
    margin-top: 20px;
  }
  /* GRID AUFLÖSEN */
  .grid-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 20px;
  }
  /* REVIEWS */
  .sek2,
  .sek3 {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .sek2 .box,
  .sek3 .box {
    width: 100%;
  }
  /* FORM */
  .forum {
    width: 100%;
    margin: 0;
    padding: 20px;
  }
  .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 .text_footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  footer nav ul {
    flex-direction: column;
    gap: 10px;
  }
}/*# sourceMappingURL=loved.css.map */