/* FONTS */
/* COLORS */
/* SIZING */
@import "../../js/swiper/swiper.min.css";
#opener.mainpage h1 {
  font-size: 2.5rem;
}
@media (min-width: 45rem) and (max-width: calc(80rem - 1px)) {
  #opener.mainpage h1 {
    font-size: 3.5rem;
  }
}
@media (min-width: 80rem) {
  #opener.mainpage h1 {
    font-size: 4rem;
  }
}
@media (min-width: 80rem) {
  #opener.mainpage .opener--text {
    width: 50%;
  }
}
@media (min-width: 80rem) {
  #opener.mainpage > svg {
    max-height: 100%;
    width: 55%;
    right: -4.2%;
  }
}
#opener.mainpage::after {
  content: "";
  position: absolute;
  background-color: #252539;
  pointer-events: none;
  z-index: -9;
  inset: -4rem 0;
}
@media screen and (min-width: 120rem) {
  #opener.mainpage::before {
    content: url("/assets/svg/lambda-iso_side.svg");
    width: 10%;
    height: auto;
    position: absolute;
    pointer-events: none;
    z-index: -1;
    bottom: 2rem;
    left: 2rem;
  }
}

.swiper {
  min-height: 0;
  min-width: 0;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  max-width: 100vw;
  overflow-x: hidden;
}
.swiper .swiper-slide {
  height: auto;
}
.swiper .swiper-slide > div {
  transition: opacity 1s, transform 1s;
}
.swiper .swiper-slide:not(.swiper-slide-active) > div {
  opacity: 0.4;
  transform: scale(0.8);
}

.testimonials--list {
  padding-top: 4rem;
}
.testimonials--list li > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 1.5rem;
  gap: 1.5rem;
  background-color: #535379;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 45rem) {
  .testimonials--list li > div {
    flex-direction: row;
  }
}
.testimonials--list li > div .testimonials--logo {
  min-width: 8rem;
  width: 50%;
  max-width: 12rem;
  object-fit: contain;
}
@media screen and (min-width: 45rem) {
  .testimonials--list li > div .testimonials--logo {
    width: 25%;
  }
}
.testimonials--list li > div .testimonials--quote h3 {
  font-size: 1rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 45rem) and (max-width: calc(80rem - 1px)) {
  .testimonials--list li > div .testimonials--quote {
    font-size: 0.9rem;
  }
}
@media (min-width: 80rem) {
  .testimonials--list li > div .testimonials--quote {
    font-size: 0.8rem;
  }
}
.testimonials--list li > div .testimonials--quote blockquote {
  margin: 0;
  font-style: italic;
  hyphens: auto;
}
.testimonials--list li > div .testimonials--quote blockquote + p {
  padding-top: 0.5rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}

.produkte--list {
  padding-block: 4rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  row-gap: 3rem;
  column-gap: 3rem;
}
@media (min-width: 45rem) and (max-width: calc(80rem - 1px)) {
  .produkte--list {
    grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
  }
}
.produkte--list li {
  border-bottom: 0.5rem solid;
  background-color: #323249;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.produkte--list li > img {
  width: 100%;
  height: 5rem;
  object-fit: contain;
  pointer-events: none;
}
.produkte--list li > a {
  margin-top: auto;
  width: fit-content;
  height: fit-content;
}

#climate-nuts .climate-nuts--imagery {
  position: relative;
  min-height: 16rem;
}
#climate-nuts .climate-nuts--imagery img.climate-nuts--logo {
  width: 20rem;
  max-width: 90%;
  margin-inline: auto;
  pointer-events: none;
}
#climate-nuts .climate-nuts--imagery .climate-nuts--tree {
  position: absolute;
  pointer-events: none;
  transform-origin: bottom center;
  z-index: -1;
}
#climate-nuts .climate-nuts--imagery .big-tree {
  height: max(16rem, 100%);
  bottom: -15%;
  left: -15%;
}
@media (min-width: 45rem) and (max-width: calc(80rem - 1px)) {
  #climate-nuts .climate-nuts--imagery .big-tree {
    left: -10%;
  }
}
@media (min-width: 80rem) {
  #climate-nuts .climate-nuts--imagery .big-tree {
    height: min(25vw, 150%);
    bottom: -25%;
  }
}
#climate-nuts .climate-nuts--imagery .middle-tree {
  height: max(8rem, 50%);
  bottom: -15%;
  left: 40%;
}
@media (min-width: 45rem) and (max-width: calc(80rem - 1px)) {
  #climate-nuts .climate-nuts--imagery .middle-tree {
    left: 50%;
  }
}
@media (min-width: 80rem) {
  #climate-nuts .climate-nuts--imagery .middle-tree {
    height: min(14vw, 80%);
    bottom: -25%;
  }
}
#climate-nuts .climate-nuts--imagery .right-tree {
  height: max(10rem, 62.5%);
  bottom: -15%;
  left: 80%;
}
@media (min-width: 80rem) {
  #climate-nuts .climate-nuts--imagery .right-tree {
    height: min(18vw, 100%);
    bottom: -25%;
  }
}
#climate-nuts .climate-nuts--progress {
  margin: 0;
}

/*# sourceMappingURL=home.css.map */
