@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;
  max-width: 100%;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.sek2 {
  width: 491px;
  height: 781px;
  background-color: #FFFFFF;
  border-radius: 15px;
  margin-left: 32px;
  padding: 32px;
  margin-top: 32px;
}
.sek2 h2 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -3%;
  width: 300px;
  color: #111111;
  text-transform: uppercase;
}
.sek2 img {
  margin-top: 32px;
}
.sek2 h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -3%;
  width: 400px;
  color: #111111;
  margin-top: 22px;
  text-transform: uppercase;
}
.sek2 p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -2%;
  width: 413px;
  color: #111111;
  margin-top: 16px;
  line-height: 28px;
}

.sek3 {
  height: 781px;
  margin-left: 50px;
}
.sek3 .item .cards {
  display: flex;
  gap: 18px;
  padding: 20px;
  padding-top: 32px;
}
.sek3 .item .cards .card {
  width: 270px;
  height: 364px;
  background-color: #FFFFFF;
  border-radius: 15px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: 0.5s;
}
.sek3 .item .cards .card h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0%;
  width: 230px;
  color: #111111;
  text-transform: uppercase;
  margin-top: 8px;
}
.sek3 .item .cards .card p {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: -2%;
  width: 230px;
  color: #111111;
  margin-top: 2px;
  line-height: 24px;
}
.sek3 .item .cards .card h3 {
  background-color: #FAFAFA;
  width: 94px;
  height: 33px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  margin-left: 68px;
  margin-top: 10px;
  padding-left: 4px;
  padding-top: 6px;
}
.sek3 .item .cards .card:hover {
  box-shadow: 0px 4px 15px rgba(253, 146, 34, 0.3);
}

@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;
  }
  /* INFO SECTION */
  .sek2 {
    width: 100%;
  }
  .sek2 img {
    width: 100%;
    height: auto;
  }
  /* PRODUKTE */
  aside.sek3 {
    width: 100%;
  }
  aside.sek3 .item {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  aside.sek3 .cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  aside.sek3 .cards .card {
    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=products.css.map */