body {
  margin: 0 auto;
  background-color: black;

}


/* Navigationszeile Logo */


.sub {
  height: 8vh;
  width: 100vw;
  
  position: fixed;
  top: 0;
  z-index: 1000;
  /* background-color: black; */
}

.logoS {
  height: 8vh;

  position: sticky;
  top: 0vh;
  left: 6vw;
}


.sandwich{
  width: 3.8%;
  height: 1.4vh;
  position: absolute;
  top: 3.5vh;
  right: 2.8vw;

  display: flex;
  justify-content: space-between;
}

.lineS{
  border-radius: .4rem;
  background-color: rgb(250, 237, 7) ;
  height:100%;
  width:62%;

  transition: width .6s ease-in-out;
}

.dotS{
  border-radius: .4rem;
  background-color: rgb(250, 237, 7);
  height:100%;
  width:28%;

  transition: width .6s ease-in-out;
}


.sandwich:hover {

  .lineS {
    width: 28%;
  }
  .dotS{
    width:62%;
  }
}



/* Basic Layout */


.video-room {
  height: 92vh;
  width: 100vw;
  padding-top: 8vh;
  overflow: hidden;
  position: fixed;

  border-radius: 2.8em;
}




#gs{
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: 2.8em;
}



/* Scroll Down ANimation */


/* Intro */

 #SectionI{
  z-index: 100;
  position: fixed;
  bottom: 0;

  width: 100vw;
  height: 92vh;
  /* background-color: black; */

  display: flex;

  transition: transform 1s  ease-in-out,
  opacity .3s ease-in-out;
 }


 .blueI{
  background-color:rgb(101, 99, 233);
  width: 91vw;
  height: 100%;
  border-radius: 2.8rem;

  display: flex;
  justify-content: center;
  align-items: center;
 }

 .HeadingI{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 6vw;
  letter-spacing: -0.05em;
  margin:0;
 }

 .spalteI{
  background-color: rgb(234, 108, 169);
  width: 9vw;
  height: 100%;
  position: relative;
  border-radius: 2.8rem;
 }


 /* Pfeil-Animation-Intro */

 .container-pfeil-A {
  position: absolute;
  top: 4rem;
  height: 25%;
  width: 100%;
  rotate: 180deg;

  animation: switchHeight 2s ease-in-out infinite;
}


@keyframes switchHeight {
  0% {
    height: 8rem;
  }
  50% {
    height: calc(100% - 8rem);
  }
  100% {
    height: 8rem;
  }
}

.linie-pfeil-middle-A{

  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;

}

.linie-pfeil-A{
  height: 100%;
  width: 6px;
  background-color: black;
  border-radius: 5rem;
}

.dreieck-A{
  position: absolute;
  top: -.5rem;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 1 / 1;
  width: 2.5rem;
} 







/* Outro */

#SectionO {
  z-index: 200;
  position: fixed;
  opacity: 0;

  width: 100vw;
  height: 100vh;
  translate: 100% 0;
  background-color: black;

  display: flex;

  transition: opacity 1s ease-in-out,
  translate 1s ease-in-out;
}



#blueO {

  z-index: 100;
  width: 91vw;
  height: 92vh;
  margin-top: 8vh;



  border-radius: 2.8em ; 
 
  background-color: rgb(101, 99, 233);

  padding-left: 6vw;
  display: flex;
  align-items: center;
}




#OutroH {
  color:black; 
  text-wrap: balance;
  width: 10ch;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: max(6rem, 12vw);
  line-height: .9em;
  letter-spacing: -.07em;
  margin: 0;
  padding-bottom: 4rem;  
}



#OutroP {
  color:black; 
  text-wrap: balance;
  max-width: 80vw;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: max(2.5rem, 3.5vw);
  line-height: 1em;
  letter-spacing: -.04em;
  margin: 0;
}

#spalteS{
  z-index: 100;
  width: 9vw;
  height: 92vh;

  margin-top: 8vh;

  display: flex;
  flex-direction: column;
}

 
#zeileS1{
  position: relative;
  z-index: 100;
  width: 100%;
  height: 59vh;
  border-radius: 2.8em ; 
  /* background-color: rgb(254, 240, 68); */
  background-color: rgb(234, 108, 169);
}

#zeileS2{
  max-width: 100vw;
  min-width: 8vw;
  height: 33vh;
  border-radius: 2.8em ; 
  /* background-color: rgb(96, 58, 120); */
  background-color: rgb(241, 130, 36);


  display: flex;
  justify-content: center;
  align-items: center;
}



.weiterS {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 4.5vw;
  letter-spacing: -0.06em;
  margin:0;

  color:black; 
  rotate: 90deg;

  text-decoration: none;
  transition: text-decoration ease-in-out;

}  

.weiterS:hover {
  text-decoration: underline 6px black;
  text-underline-offset: 5px;
}


/* Pfeil ANimation Outro */

.container-pfeil {
  position: absolute;
  bottom: 4rem;
  height: 8rem;
  width: 100%;

  transition: height .5s ease-in-out;
}

#zeileS1:hover .container-pfeil {
  height: calc(100% - 8rem);
}


.linie-pfeil-middle{

  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;

}

.linie-pfeil{
  height: 100%;
  width: 6px;
  background-color: black;
  border-radius: 5rem;
}

.dreieck{
  position: absolute;
  top: -.5rem;
  left: 50%;
  transform: translateX(-50%);
  /* background-color: aqua; */
  aspect-ratio: 1 / 1;
  width: 2.5rem;
}