* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-weight: normal;
} 




/* Fonts */

@font-face {
    font-family: "AmiFont";
    src: url(../assets/Font/VG5000-Regular_web.woff) format("woff"), 
    url(../assets/Font/VG5000-Regular_web.woff2) format("woff2");
}

body {
    font-family: "AmiFont";
    color: white;
}

.Title {
    font-size: clamp(6.25rem, 20vw , 12.5rem);
}

.Categorie {
    font-size: 200px;
}

.Text {
    font-size: clamp(3.125rem, 12.5vw , 6.25rem);
}


.navText {
    font-size: clamp(3rem, 10vw , 6.25rem);
}

.About {
  font-size: clamp(1.5rem, 5vw , 3.125rem);
  position: absolute;
  right: 1vw;
  top: 1vh;
 
}

.inline {
  display: inline;
}

.span2 { 
  left: 5vw
}




/* Margin */

.Title {
    position: fixed;
    top: 2.5vh;
    left: 2.5vw;

    z-index: 1;
  }

  img {
    display: block;
  }

.navText {
    margin-top: 25vh;
    margin-left: 40vw;
    margin-bottom: 10vh;
}

.navTextHallo {
    margin-top: 43vh;
}

html {
  overflow-x: hidden;
}





/* Pop Up */

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
}

.popup:target {
  display: block;
}

.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  padding: 20px;
  border: tomato;
  border-radius: 5px;
}

.popup-purple1 {
  background-color: #A9A6D3;
}

.popup-redish1 {
  background-color: #E86E6E;
}

.popup-lime1 {
  background-color: #CAE5B3;
}

.close-popup {
  display: block;
  text-align: center;

}


/* About */

.About:hover + .popup {
  display: block;
  pointer-events: none;
}

.About2 {
  bottom: 0vh;
  right: 2.5vw;
  z-index: 1;
}

.AboutTitle {
  font-size: 2.5rem;
  
}

.flexbox {
  display: flex;
}

.marginflex {
  margin: 2vh 2vw 2vh 2vw;
}

.popup:target {
  display: block;
}

.popup-content2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  padding: 20px;

}



/* Menu */

.MenuJucken {
  font-size: clamp(4rem, 12.5vw , 8rem);
}

.Menu:hover + .popup {
  display: block;
  pointer-events: none;
}

.MenuJucken {
  position:fixed;
  bottom: 0vh;
  right: 2.5vw;
  z-index: 1;
}


.MenuPurple {
  color: white;
  animation-name: example;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}


@keyframes example {
  0%   {color:white;}
  50%  {color:#A9A6D3;}
}

.MenuRedish {
  color: white;
  animation-name: redish;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

@keyframes redish {
  0%   {color:white;}
  50%  {color:#E86E6E;}
}

.MenuLime {
  color: white;
  animation-name: lime-ation;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

@keyframes lime-ation {
  0%   {color:white;}
  50%  {color:#CAE5B3;}
}

.MenuHallo {
  font-size: clamp(4rem, 12.5vw , 8rem);
}

.MenuHallo {
  position:fixed;
  bottom: 0vh;
  right: 2.5vw;
  z-index: 1;

  color: white;
  animation-name: hallo;
  animation-duration: 2s;
  animation-direction: reverse;
  animation-timing-function: linear;
  animation-iteration-count: 2;
}

@keyframes hallo {
  0%  {color:white; right:2.5vw; bottom: 0vh;}
  25% {color: #E86E6E;}
  50% {color: #A9A6D3; text-shadow: 2px 2px white; }
  75% {color: #CAE5B3;}
  100% {color:white; right:33vw;}
}




/* Styles */

.purple {
    background-color: #A9A6D3;
}

.lime {
    background-color: #CAE5B3;
}

.redish {
  background-color: #E86E6E;
}

.vl {
    border-left: 1.5vw solid white;
    z-index: 1;
    left: 37.225vw;
  }

.vlJucken {
    height: 100vh;
    position: fixed;
}

.MakeRelative {
  position: relative;
}

.MakeAbsolut {
  position: absolute;
  top: 0vh;
}

.vlHallo {
    height: 270vh;
    top: 45vh;
    position: relative;
}


.vlHallo2 {
    top: 90vh;
    height: 0vh;
    right:0vw;
    position: relative;
}


.hl {
    height: 3vh;
    position: absolute;
    z-index: 1;
}

.hlRight {
    border-left: 63vw solid white;
    bottom: 0vh;
    left: 38vw;
}

.hlLeft {
    border-left: 38vw solid white;
    bottom: 50vh;
    left: 0vw;
}

  .LastPic {
    z-index: 0;
  }

.hlHuHU {
    border-left: 38vw solid white;
    top: 0vh;
    left: 0vw;
  }

.hlHuHU2 {
    border-left: 62.5vw solid white;
    top: 210vh;
    right: 0vw;
}

.hlHuHU3 {
    border-left: 38vw solid white;
    top: 500vw;

}

.hlGrau {
    border-left: 62vw solid white;
    top: 0vh;
    right: 0vw;
}

.hlGrau0 {
  border-left: 38vw solid white;
  top: 150vh;
  left: 0vw;
}

.hlHappy {
    border-left: 38vw solid white;
    bottom: 190vh;

}

.hlSchlange {
  border-left: 38vw solid white;
  top: 0vh;
  left: 0vw;
  z-index: 0;
}

.hlSideGrau {
  border-left: 62vw solid white;
  bottom: -150vh;
  right: 0vw;
  z-index: 0;
}



/* Navigation */

a:link {
    text-decoration: none;
  }

  a:link {
    color: white;
  }

a:visited {
    color: white;
  }
  
  .back1:hover {
    color: #A9A6D3;
  }

  .back2:hover {
    color: #CAE5B3;
  }

  .back3:hover {
    color: #E86E6E;
  }
  
  a:active {
    color: white;
  }

  .topright {
    position: absolute;
    top: 1.25vh;
    right: 2.5vw;
  }

.Map {
    position: relative;
    left:40vw;
}

.MapHallo {
    margin-top: -5vh;
}


  /* Buttons */

  .Button {
    border: 10px solid white;
    color: white;
    padding: 15px 110px 15px 110px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12.5rem;
    border-radius: 150px;
    position: absolute;
    font-family: "AmiFont";
    z-index: 1;
    white-space: nowrap;
  }

  .Button:hover {
    background-size: cover;
  }

  .ButtonLeft:hover {
    background-image: url(../content/Grau_1_IMG_9772.jpeg);
  }

  .ButtonRight:hover {
    background-image: url(../content/HuHU_1_IMG_8464.jpeg);
    background-position: center;
  }

  .ButtonSideHuHU:hover {
    background-image: url(../content/2_HuHU/content/Happy_IMG_8540.jpeg);
    background-position: center;
  }

  .ButtonSideHuHU2:hover {
    background-image: url(../content/2_HuHU/content/Schlange_IMG_6470.PNG);
  }

  .ButtonJucken:hover {
    background-image: url(../content/0_Hallo/content/1_IMG_4124.jpeg);
  }

  .ButtonSideGrau:hover {
    background-image: url(../content/3_Grau/content/Button_daS.jpeg);
  }

  .ButtonIausen:hover {
    background-image: url(../content/4_Happy/content/Button_Iausen.jpeg);
    background-position: center;
  }

  .ButtonBurger:hover {
    background-image: url(../content/4_Happy/content/Button_Burger.jpeg);
    background-position: center;
  }

  .ButtonSideHappy:hover {
    background-image: url(../content/4_Happy/content/Button_HuHU.png);
  }

  .ButtonSchlange:hover {
    background-image: url(../content/5_Iausen/content/Button_Schlange.PNG);
  }

  .Button8:hover {
    background-image: url(../content/5_Iausen/content/Button_8.jpeg);
  }

  .ButtonSideSchlange:hover {
    background-image: url(../content/6_Schlange/content/Button_HuHU.jpeg);
    background-position: center;
  }

  .ButtonKette:hover {
    background-image: url(../content/8_Burger/content/Button_Kette.JPG);
  }

  .ButtonSidedas:hover {
    background-image: url(../content/10_daS/content/Button_Grau.jpeg);
  }

  .ButtonJudy:hover {
    background-image: url(../content/10_daS/content/Button_Judy.PNG);
    background-position: top;
  }

  .ButtonOrgin:hover {
    background-image: url(../content/11_Judy/content/Button_Orgin.jpeg);
    background-position: bottom;
  }

  .ButtonWake:hover {
    background-image: url(../content/11_Judy/content/Button_Wake.jpeg);
  }

  .Button:hover span {
    opacity: 0;
  }

  .LastPicture {
    position: relative;
    text-align: center;
    color: white;
  }

  .ButtonLeft  {
    background-color: #A9A6D3;
    position: absolute;
    bottom: 480px;
    left: -30px;
  }

  .ButtonRight {
    background-color: #A9A6D3;
    position: absolute;
    bottom: 15vh;
    right: -30px;
  }

  .ButtonSideHuHU {
    background-color: #CAE5B3;
    transform: rotate(90deg);
    position: absolute;
    top: 200vh;
    right: -20vw;
  }

  .ButtonSideHuHU2 {
    background-color: #CAE5B3;
    transform: rotate(270deg);
    left: -30vw;
    position: absolute;
  }

  .ButtonJucken  {
    background-color: #A9A6D3;
    bottom: 0vh;
    left: 5vw;
  }

  .ButtonSideGrau {
    background-color: #E86E6E;
    transform: rotate(270deg);
    left: -12.5vw;
    top: 130vh;
    position: absolute;
  }

  .ButtonIausen {
    background-color: #CAE5B3;
    position: absolute;
    bottom: 480px;
    left: -30px;
  }

  .ButtonBurger {
    background-color: #CAE5B3;
    bottom: 10vh;
    right: -30px;
    position: absolute;
  }

  .ButtonSideHappy {
    background-color: #A9A6D3;
    transform: rotate(270deg);
    left: -20vw;
    bottom: 200vh;
    z-index: 100;
  }

  .ButtonSchlange {
    background-color: #CAE5B3;
    bottom: 480px;
    left: -30px;
  }

  .Button8 {
    background-color: #CAE5B3;
    bottom: 15vh;
    right: -30px;
  }

  .ButtonSideSchlange {
    background-color: #A9A6D3;
    transform: rotate(90deg);
    left: -20vw;
    bottom: 0vh;
    position: absolute;
  }

 .ButtonSidedas {
    background-color: #A9A6D3;
    transform: rotate(90deg);
    right: -15vw
 }

 .ButtonJudy{
  background-color: #E86E6E;
  bottom: 15vh;
  right: -30px;
}

.ButtonOrgin {
  background-color: #E86E6E;
  bottom: 480px;
  left: -30px;
}

.ButtonWake {
  background-color: #E86E6E;
  bottom: 15vh;
  right: -30px;
}




  /* MEDIA QUERY'S */

  @media (max-width: 900px) {

  .vl{  border-left: 10px solid white;
    left: 33.5vw;
  }

  .Button {
    font-size: 6.25rem;
  }

  .ButtonLeft  {
    position: absolute;
    bottom: 65vw;
    left: -30px;
  }

  .hlRight {
    border-left: 66vw solid white;
    height: 1.5vh;
    left: 34vw;
    z-index: 1;
}

.hlLeft {
    border-left: 34vw solid white;
    height: 1.5vh;
    position: absolute;
    bottom: 41vh;
    left: 0vw;
    z-index: 1;
}

.hlHuHU {
    border-left: 34vw solid white;
    height: 1.5vh;
    position: absolute;
    bottom: 41vh;
    left: 0vw;
    z-index: 1; 
}
.hlHuHU2 {
    border-left: 66vw solid white;
    height: 1.5vh;
    top: 180vh;
}

.hlHuHU3{
    border-left: 34vw solid white;
    height: 1.5vh;
}

.hlGrau0{
    border-left: 34vw solid white;
    height: 1.5vh;
}

.hlGrau{
    border-left: 66vw solid white;
    height: 1.5vh;
}

.hlHappy{
    border-left: 34vw solid white;
    height: 1.5vh;
}

.hlSchlange {
  border-left: 34vw solid white;
  height: 1.5vh
}

.hlSideGrau {
  border-left: 66vw solid white;
  height: 1.5vh;
  bottom: -35vh;

}

.vlHallo {
  height: 220vh;
  top: 45vh;
  position: relative;
}

.flexbox {
  flex-wrap: wrap;
}

}

@media (max-width: 600px) {

    .Button {
        font-size: 3.125rem;
      }

  .vlHallo {
    height: 180vh;
    top: 45vh;
    position: relative;
  }
}



/* Fragen:
1. How to do something sticky?
2. Wie kann man Buttons gut shrinken lassen? (Sie sind so komisch versetzt)/ Großer Viewport
      (3. Nicht seitlich wischen /Viewport begrenzen)
4. Navigation einblenden?
*/