#home {
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
}

#home-2 {
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

#home-img {
  min-height: 50vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.home-container {
  max-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.sticker-home-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30vw;
}

.Smiley-sticker-1 {
  position: relative;

  width: clamp(30px, 20vw, 110px);
  height: auto;
  margin-bottom: 20px;
}

.home-logo-container {
  position: relative;

  margin-top: 20px;
  margin-bottom: 60px;
  width: 100vw;
  overflow-x: hidden;
}

.home-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.home-logo img {
  width: clamp(800px, 80vw, 1000px);
  height: auto;
}

.home-text {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  margin-top: 20px;

  max-width: 80vw;
  font-size: clamp(1rem, 1.4vw, 1.3rem);
  font-style: oblique;

  line-height: 1.5;
}

.home-text-pt1,
.home-text-pt2 {
  margin: 0;
}

.home-text-pt3 {
  margin: 20px;
}

.home-img-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  max-width: 100vw;
  position: relative;
  min-height: auto;
  padding: 2rem;
  box-sizing: border-box;
}

.home-img-1,
.home-img-2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: clamp(250px, 30vw, 380px);
}

.home-img-1 {
  z-index: 2;
}

.home-img-1 img,
.home-img-2 img {
  width: 100%;
  height: auto;
  outline: clamp(12px, 2vw, 20px) solid #ffffff;
  display: block;
}

.home-img-1:hover,
.home-img-2:hover {
  z-index: 10;
}

.home-img-1:hover img {
  cursor: pointer;
  transform: rotate(-3deg);
  transition: transform 0.3s ease-in-out;
}

.home-img-2:hover img {
  cursor: pointer;
  transform: rotate(3deg);
  transition: transform 0.3s ease-in-out;
}

.home-img-1:hover a,
.home-img-2:hover a {
  opacity: 1;
}

.home-img-2 {
  z-index: 1;
  margin-top: clamp(8vh, 12vh, 15vh);
  margin-left: clamp(-4rem, -6vw, -8rem);
}

.home-2-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  padding: 2rem 0;
}

.home-text-2 {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 80vw;
  max-width: 100vw;
  font-size: clamp(1.2rem, 1.4vw, 2rem);
  text-align: center;
  margin: 2rem 0;
  line-height: 1.2;
}

.smiley-bg {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.smiley-bg img {
  position: relative;
  width: 40vw;
  height: auto;
  z-index: 0;
  opacity: 5%;
}

.kontakt-knapp {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 2rem;
}

.kontakt-knapp:hover {
  cursor: pointer;
}

.kontakt-knapp h4 {
  background-color: var(--font-color-primary);
  color: white;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: clamp(1rem, 1.4vw, 1.5rem);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

.home-3-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
}

.instagram-carousel {
  width: 80vw;
  height: 100vh;
}

/* Tablet styles (768px and below) */
@media screen and (max-width: 768px) {
  #home-img {
    min-height: 40vh;
    min-height: calc(var(--vh, 1vh) * 40);
    padding: 0;
  }

  .home-logo img {
    width: 80vw;
  }

  .home-text {
    font-size: 0.8rem;
  }

  .smiley-bg img {
    width: 80vw;
    height: auto;
  }
  .home-text-2 {
    font-size: 1rem;
    margin: 1rem 0 2rem 0;
  }

  .kontakt-knapp {
    margin-top: 1rem;
  }

  .home-img-container {
    width: 100%;
    padding: 1rem;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    min-height: auto;
  }

  .home-img-1,
  .home-img-2 {
    width: clamp(180px, 40vw, 280px);
  }

  .home-img-1 {
    margin: 0;
  }

  .home-img-2 {
    margin-top: clamp(4vh, 8vh, 10vh);
    margin-left: clamp(-2rem, -8vw, -4rem);
  }

  .home-img-1 img,
  .home-img-2 img {
    outline: clamp(8px, 3vw, 12px) solid #ffffff;
  }
}

@media screen and (min-width: 3000px) {
  .home-text-2 {
    max-width: 35vw;
  }

  .smiley-bg img {
    width: 30vw;
  }
}
