.indexsimple_sec1 {
  width: 100vw;
  height: 80vh;
  margin: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: hidden;
}

.wrappersection {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
}

.indexsimple_sec1_big {
  width: 100vw;
  height: 102vh;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #153210;
}

.transitiondivtostore {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0px;
  left: 0vw;
  background-color: rgb(0, 0, 0);
  z-index: 22;
  overflow-y: auto;
  overscroll-behavior: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}

.backgroundlayer_sec2 {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 80vh;
  width: 100vw;
}

.transitiondivtostore::-webkit-scrollbar {
  display: none;
}

.transitionsvg1 {
  width: 60vh;
  height: 60vh;
}

.transitionsvgcircle {
  stroke-dasharray: 3000px;
  stroke-dashoffset: 3000px;
}

.backgroundlayer {
  position: absolute;
  width: 100vw;
  height: 102vh;
  top: 0px;
  left: 0px;
  opacity: 0.85;
}

/* .transitiongradient {
  position: absolute;
  bottom: 0vh;
  width: 100vw;
  height: 10vh;
  left: 0px;
  background: #153210;
  background: linear-gradient(
    180deg,
    rgba(21, 50, 16, 0) 0%,
    rgba(21, 50, 16, 1) 90%
  );
} */

.backgroundimg {
  width: 87vh;
  height: 87vh;
  position: absolute;
  bottom: 0.5vh;
  opacity: 0.35;
}

.navbar {
  width: 80vw;
  height: 8vh;
  background-color: rgb(67, 88, 62);
  border-radius: 40px;
  position: absolute;
  top: 3vh;
  left: 10vw;
  z-index: 10;
}

.text_sec1 {
  width: 100vw;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: baseline;
  flex-direction: column;
  position: absolute;
  top: 17vh;
}

.logo {
  width: 8vh;
  height: 8vh;
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.Logosvg {
  cursor: pointer;
}

.gt_logotext {
  width: fit-content;
  height: 100%;
  margin-left: 20px;
  display: flex;
  align-items: center;
  flex: 1;
  position: absolute;
  left: 7vh;
}

a {
  text-decoration: none;
}

.nav_growingtree {
  color: #ffffff;
  font-family: Playfair Display;
  font-size: 32px;
  font-weight: 500;
}

.nav_studio {
  color: #ffffff;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 100;
}

.Überuns {
  color: white;
  font-family: Roboto;
  font-size: 22px;
  font-weight: 100;
  width: 90px;
  height: 100%;
  display: flex;
  align-items: center;

  justify-content: center;
  cursor: pointer;
}

.Überuns:hover > .Überuns_svg {
  stroke-dashoffset: 0px;
}

.Überuns_svg {
  width: 90px;
  position: absolute;
  bottom: 25px;
  stroke-dasharray: 120px;
  stroke-dashoffset: 120px;
  transition: stroke-dashoffset 0.3s ease-in-out;
}

.Waswirtun {
  color: white;
  font-family: Roboto;
  font-size: 22px;
  font-weight: 100;
  width: 160px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.Waswirtun:hover > .Waswirtun_svg {
  stroke-dashoffset: 0px;
}

.Waswirtun_svg {
  width: 160px;
  position: absolute;
  bottom: 25px;
  stroke-dasharray: 160px;
  stroke-dashoffset: 160px;
  transition: stroke-dashoffset 0.3s ease-in-out;
}

.Projekte {
  color: white;
  font-family: Roboto;
  font-size: 22px;
  font-weight: 100;
  width: 80px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.Projekte:hover > .Projekte_svg {
  stroke-dashoffset: 0px;
}

.Projekte_svg {
  width: 80px;
  position: absolute;
  bottom: 25px;
  stroke-dasharray: 120px;
  stroke-dashoffset: 120px;
  transition: stroke-dashoffset 0.3s ease-in-out;
}

.nav_menu {
  height: 100%;
  width: 30vw;
  position: absolute;
  right: 10vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3vw;
}

.nav_kontakt {
  position: absolute;
  right: 0px;
  width: 10vw;
  background-color: #dbfff767;
  color: white;
  font-size: 30px;
  font-weight: 400;
  font-family: Roboto;
  border-radius: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

.menu_phone {
  display: none;
}

.menu_phone_expand {
  display: none;
}

.kontakt_p {
  transform: translateX(0px);
  transition: transform 0.3s ease-in-out;
}

.nav_kontakt:hover > .kontakt_p {
  transform: translateX(15px);
}

.nav_kontakt:hover {
  background-color: hsla(166, 100%, 93%, 0.1);
}

.nav_kontakt:hover > .Kontakt_svg {
  stroke-dashoffset: 0px;
}

.nav_kontakt:hover > .Kontakt_pfeil_svg {
  opacity: 1;
  transform: translateX(-45px);
}

.Kontakt_svg {
  height: 8vh;
  width: 9.9vw;
  position: absolute;
  right: 0.05vw;
  stroke-dasharray: 495px;
  stroke-dashoffset: 495px;
  transition: stroke-dashoffset 0.4s ease-in-out;
}

.Kontakt_pfeil_svg {
  position: absolute;
  scale: 0.8;
  left: -20px;
  opacity: 0;
  transform: translateX(-60px);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

#DESIGNBISBETREUUNG {
  font-family: "Roboto", serif;
  font-weight: 300;
  color: white;
  opacity: 0.8;
  letter-spacing: 8px;
  font-size: 10vh;
  margin-top: 8vh;
  text-align: center;
  width: 100vw;
  height: 30px;
  /* background-color: red; */
}

.subheading.transition-in {
  visibility: visible;
}
.subheading [class^="letter"] {
  opacity: 0;
}
.subheading.transition-in [class^="letter"] {
  opacity: 1;
}

[class^="letter"] {
  -webkit-transition: opacity 3s ease;
  -moz-transition: opacity 3s ease;
  transition: opacity 3s ease;
}

.letter-0 {
  transition-delay: 0.1s;
}
.letter-1 {
  transition-delay: 0.2s;
}
.letter-2 {
  transition-delay: 0.3s;
}
.letter-3 {
  transition-delay: 0.4s;
}
.letter-4 {
  transition-delay: 0.5s;
}
.letter-5 {
  transition-delay: 0.6s;
}
.letter-6 {
  transition-delay: 0.7s;
}
.letter-7 {
  transition-delay: 0.8s;
}
.letter-8 {
  transition-delay: 0.9s;
}
.letter-9 {
  transition-delay: 1s;
}
.letter-10 {
  transition-delay: 1.1s;
}
.letter-11 {
  transition-delay: 1.2s;
}
.letter-12 {
  transition-delay: 1.3s;
}
.letter-13 {
  transition-delay: 1.4s;
}
.letter-14 {
  transition-delay: 1.5s;
}
.letter-15 {
  transition-delay: 1.6s;
}
.letter-16 {
  transition-delay: 1.7s;
}
.letter-17 {
  transition-delay: 1.8s;
}
.letter-18 {
  transition-delay: 1.9s;
}
.letter-19 {
  transition-delay: 2s;
}
.subheading {
  visibility: hidden;
}

.mainheading {
  font-family: "Roboto", serif;
  font-weight: 400;
  color: white;
  letter-spacing: 5px;
  font-size: 75px;
  text-align: center;
  width: 100vw;
  margin-top: 1.2vh;
  opacity: 0;
  /* background-color: blue; */
}

.heading_3 {
  font-family: "Roboto", serif;
  font-weight: 300;
  color: white;
  font-size: 19px;
  text-align: center;
  opacity: 0.8;
  width: 35vw;
  margin-top: 5vh;
  letter-spacing: 4px;
  line-height: 25px;
  opacity: 0;
  /*  background-color: orange; */
}

.CTA_Erfahremehr {
  margin-top: 7vh;
  background-color: #ddfff7;
  border-radius: 35px;
  color: #0d3705;
  width: 12vw;
  height: 7vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-family: Roboto;
  transition: background-color 0.2s ease-in-out;
  cursor: pointer;
  opacity: 0;
}

.CTA_Erfahremehr:hover {
  background-color: white;
}

.indexsimple_sec2 {
  background-color: #fafbfd;
  position: absolute;
  top: 102vh;
  left: 0px;
  width: 100vw;
  height: 85vh;
}

.sec2_div {
  position: absolute;
  top: -22vh;
  left: 10vw;
  width: 80vw;
  height: 100vh;
  background-color: #fafbfd;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 26px 0px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0px 0px 26px 0px rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 26px 0px rgba(255, 255, 255, 0.3);
}

.heading_sec2 {
  height: 20vh;
  position: absolute;
  top: 12vh;
  left: 5vw;
  width: 50vw;
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-direction: column;
  opacity: 0;
}

.sec2_subheading {
  margin: 0px;
  margin-bottom: 0px;
  font-family: Roboto;
  color: #000000;
  letter-spacing: 0.5px;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 0px;
  height: 30px;
  opacity: 0;
}

.sec2_heading {
  margin: 0px;
  font-family: Montserrat;
  color: black;
  letter-spacing: 3px;
  font-size: 70px;
  font-weight: 200;
  height: 60px;
  margin-top: 15px;
}

.linesvg_sec2 {
  width: 70vw;
  position: absolute;
  bottom: 0px;
  left: 0vw;
  stroke-dasharray: 2600px;
  stroke-dashoffset: 2600px;
}

.Verbindenanimation {
  top: 30vh;
  position: absolute;
  width: 70vw;
  left: 15vw;
  height: 45vh;
  display: flex;
  align-items: center;
}

.officeimg {
  position: absolute;
  width: 25vh;
  height: 25vh;
  bottom: 10vh;
  left: 0vw;
  border: 2px solid black;
  border-radius: 25px;
  z-index: 1;
  opacity: 0;
  margin-top: 2px;
}

.websiteimg {
  width: 9vh;
  height: 9vh;
  position: absolute;
  left: 40vw;
  padding: 1vh;
  border: 2px solid black;
  border-radius: 25px;
  z-index: 1;
  background-color: #fafbfd;
  opacity: 0;
  margin-top: 2px;
}

.costumer1 {
  position: absolute;
  right: 0vw;
  top: 2.5vh;
  width: 10vh;
  height: 10vh;
  border: 2px solid rgb(59, 59, 59);
  border-radius: 25px;
  z-index: 1;
  margin-top: 2px;
  opacity: 0;
}

.costumer2 {
  position: absolute;
  right: 0vw;
  top: 17.5vh;
  width: 10vh;
  height: 10vh;
  border: 2px solid rgb(59, 59, 59);
  border-radius: 25px;
  z-index: 1;
  margin-top: 2px;
  opacity: 0;
}

.costumer3 {
  position: absolute;
  right: 0vw;
  top: 32.5vh;
  width: 10vh;
  height: 10vh;
  border: 2px solid rgb(59, 59, 59);
  border-radius: 25px;
  z-index: 1;
  margin-top: 2px;
  opacity: 0;
}

.svgline1 {
  position: absolute;
  left: 24vh;
  width: calc(40vw - 21vh);
  stroke-dasharray: 50px;
}

.svgline2 {
  position: absolute;
  left: calc(40vw + 3.5vh);
  width: calc(70vw - 40vw - 4.5vh);
  top: 7.5vh;
  height: calc(22.5vh - 8vh);
  stroke-dasharray: 1200px;
  stroke-dashoffset: 1200px;
  opacity: 0;
}

.svgline3 {
  position: absolute;
  left: calc(40vw + 3.5vh);
  width: calc(70vw - 40vw - 4.5vh);
  bottom: 7.5vh;
  height: calc(22.5vh - 8vh);
  stroke-dasharray: 1200px;
  stroke-dashoffset: 1200px;
  opacity: 0;
}

.svgline1mask {
  width: 0vw;
}

.sec2_text {
  width: 40vw;
  position: absolute;
  bottom: -5vh;
  left: 15vw;
  height: 25vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec2_text_p {
  font-family: Roboto;
  font-size: 20px;
  color: rgb(33, 33, 33);
  opacity: 0.8;
  letter-spacing: 2px;
  line-height: 25px;
}

.indexsimple_sec3 {
  background-color: rgb(42, 38, 38);
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 187vh;
  left: 0px;
}

.indexsimple_sec4 {
  background-color: rgb(26, 14, 117);
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 380vh;
  left: 0px;
}

@media screen and (max-height: 1115px) {
  .transitiongradient {
    height: 7vh;
  }
  .navbar {
    height: 7vh;
  }
  .logo {
    width: 7vh;
    height: 7vh;
  }
  .Kontakt_svg {
    height: 7vh;
  }
  .Logosvg {
    scale: 0.8;
  }

  .gt_logotext {
    left: 5vh;
  }

  .nav_growingtree {
    font-size: 30px;
  }

  .nav_studio {
    font-size: 30px;
  }
  .heading_3 {
    width: 38vw;
    /*  background-color: orange; */
  }
}

@media screen and (max-width: 1500px) {
  .transitiongradient {
    height: 7vh;
  }
  .navbar {
    height: 7vh;
  }
  .Kontakt_svg {
    height: 7vh;
  }
  .logo {
    width: 7vh;
    height: 7vh;
  }
  .Logosvg {
    scale: 0.8;
  }

  .gt_logotext {
    left: 5vh;
  }

  .nav_growingtree {
    font-size: 30px;
  }

  .nav_studio {
    font-size: 30px;
  }
  .text_sec1 {
    top: 15vh;
  }
  .nav_menu {
    right: 12vw;
    gap: 2vw;
  }

  .Überuns {
    font-size: 20px;
  }

  .Waswirtun {
    font-size: 20px;
  }

  .Projekte {
    font-size: 20px;
  }

  .nav_kontakt {
    font-size: 27px;
  }

  .Kontakt_pfeil_svg {
    scale: 0.6;
  }

  .mainheading {
    letter-spacing: 4px;
    font-size: 72px;
    /* background-color: blue; */
  }

  .heading_3 {
    width: 41vw;
    /*  background-color: orange; */
  }
  .CTA_Erfahremehr {
    margin-top: 6vh;
    width: 12vw;
    height: 6vh;
    font-size: 24px;
  }
}

@media screen and (max-height: 970px) {
  .transitiongradient {
    height: 6vh;
  }
  .navbar {
    height: 6vh;
  }
  .logo {
    width: 6vh;
    height: 6vh;
  }
  .Kontakt_svg {
    height: 6vh;
  }
  .Logosvg {
    scale: 0.6;
  }

  .gt_logotext {
    left: 4vh;
  }

  .nav_growingtree {
    font-size: 25px;
  }

  .nav_studio {
    font-size: 25px;
  }
  .heading_3 {
    width: 45vw;
    /*  background-color: orange; */
  }

  .text_sec1 {
    top: 12vh;
  }

  .Überuns {
    font-size: 17px;
  }

  .Waswirtun {
    font-size: 17px;
  }

  .Projekte {
    font-size: 17px;
  }

  .nav_kontakt {
    font-size: 24px;
  }

  .Kontakt_pfeil_svg {
    scale: 0.5;
  }

  .mainheading {
    letter-spacing: 4px;
    font-size: 67px;
    /* background-color: blue; */
  }

  .heading_3 {
    width: 41vw;
    font-size: 16px;
    margin-top: 0vh;
    /*  background-color: orange; */
  }
  .CTA_Erfahremehr {
    margin-top: 6vh;
    width: 12vw;
    height: 6vh;
    font-size: 24px;
  }
  .Projekte_svg {
    bottom: 15px;
  }
  .Waswirtun_svg {
    bottom: 15px;
  }
  .Überuns_svg {
    bottom: 15px;
  }
}

@media screen and (max-width: 1250px) {
  .transitiongradient {
    height: 6vh;
  }
  .navbar {
    height: 6vh;
  }
  .Kontakt_svg {
    height: 6vh;
  }
  .logo {
    width: 6vh;
    height: 6vh;
  }
  .Logosvg {
    scale: 0.6;
  }

  .gt_logotext {
    left: 4vh;
  }

  .nav_growingtree {
    font-size: 25px;
  }

  .nav_studio {
    font-size: 25px;
  }
  .heading_3 {
    width: 45vw;
    /*  background-color: orange; */
  }
  #DESIGNBISBETREUUNG {
    font-size: 5vh;
  }
  .text_sec1 {
    top: 12vh;
  }

  .Überuns {
    font-size: 17px;
  }

  .Waswirtun {
    font-size: 17px;
  }

  .Projekte {
    font-size: 17px;
  }

  .nav_kontakt {
    font-size: 20px;
  }

  .Kontakt_pfeil_svg {
    scale: 0.5;
  }

  .mainheading {
    letter-spacing: 4px;
    font-size: 60px;
    /* background-color: blue; */
  }

  .heading_3 {
    width: 42vw;
    font-size: 14px;
    margin-top: 0vh;
    /*  background-color: orange; */
  }
  .CTA_Erfahremehr {
    margin-top: 6vh;
    width: 14vw;
    height: 6vh;
    font-size: 20px;
  }
  .Kontakt_pfeil_svg {
    left: -10px;
  }
  .subheading {
    padding-top: 2vh;
  }
}

@media screen and (max-width: 1000px) {
  .nav_growingtree {
    font-size: 20px;
  }

  .nav_studio {
    font-size: 20px;
  }
  .Überuns {
    font-size: 13px;
  }
  .Waswirtun {
    font-size: 13px;
  }

  .Projekte {
    font-size: 13px;
  }

  .nav_kontakt {
    font-size: 16px;
  }

  .mainheading {
    letter-spacing: 3px;
    font-size: 45px;
    /* background-color: blue; */
    margin-top: 0vh;
  }
  .heading_3 {
    width: 50vw;
    font-size: 13px;
    margin-top: -3vh;
    letter-spacing: 2px;
  }

  .CTA_Erfahremehr {
    margin-top: 4vh;
    width: 18vw;
    height: 6vh;
    font-size: 18px;
  }
}

@media screen and (max-width: 750px) {
  .CTA_Erfahremehr {
    width: 24vw;
    height: 6vh;
    font-size: 18px;
  }
  .gt_logotext {
    display: none;
  }
  .nav_menu {
    height: 100%;
    width: 50vw;
    position: absolute;
    right: 18vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3vw;
  }
  .Überuns {
    font-size: 16px;
  }
  .Waswirtun {
    font-size: 16px;
  }

  .Projekte {
    font-size: 16px;
  }

  .nav_kontakt {
    width: 15vw;
    font-size: 21px;
  }

  @media screen and (max-width: 600px) {
    .gt_logotext {
      display: flex;
      width: 80vw;
      left: 0px;
      text-align: center;
      justify-content: center;
      margin-left: 0px;
    }
    .nav_menu {
      display: none;
    }
    .nav_kontakt {
      display: none;
    }
    .menu_phone {
      display: flex;
      color: white;
      width: 6vh;
      height: 6vh;
      position: absolute;
      right: 0px;
      top: 0px;
      border-radius: 50px;
      align-items: center;
      justify-content: center;
      background-color: #839b89;
      z-index: 1;
    }
    .menu_phone_expand {
      width: 6vh;
      height: 6vh;
      background-color: #839b89;
      border-radius: 50px;
      position: absolute;
      right: 0px;
      top: 0px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
    }
    .menu_div_inner {
      position: absolute;
      top: 0px;
      left: 0px;
      gap: 4vw;
      width: 85%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .m1 {
      transform: translateY(-10px);
      opacity: 0;
      color: white;
      font-family: Roboto;
      font-size: 13px;
      font-weight: 100;
    }
    .m2 {
      transform: translateY(-10px);
      opacity: 0;
      color: white;
      font-family: Roboto;
      font-size: 13px;
      font-weight: 100;
    }
    .m3 {
      transform: translateY(-10px);
      opacity: 0;
      color: white;
      font-family: Roboto;
      font-size: 13px;
      font-weight: 100;
    }

    #hamburger {
      scale: 0.6;
    }
    .nav_growingtree {
      font-size: 18px;
    }

    .nav_studio {
      font-size: 18px;
    }

    #DESIGNBISBETREUUNG {
      font-size: 18px;
    }
  }
}

@media screen and (max-width: 550px) {
  .mainheading {
    letter-spacing: 2.5px;
    font-size: 30px;
    /* background-color: blue; */
    margin-top: 1.5vh;
  }
  .heading_3 {
    width: 70vw;
    font-size: 11px;
    margin-top: 5.5vh;
    letter-spacing: 1.5px;
  }
  .CTA_Erfahremehr {
    width: 34vw;
    height: 6vh;
    font-size: 18px;
    margin-top: 7vh;
  }
}
