html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
body {
  font-family: "Alte Haas Grotesk";
  font-weight: medium;
  font-size: 20px;
  letter-spacing: -0.0em;
    background-color: #FAF9F6;
    
    gap: 0px;
   padding: 0px;
   cursor: default;
}
/*
.colorbox{
width:100%;
height:30px;
margin-bottom:-2px;
background-color:#42943B;
}
*/

#themeToggleButton {
  font-family: "Alte Haas Grotesk";
  font-size: 38px;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1000;
  padding-top: 1px;
  padding-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #42943B;
  color: #FAF9F6;
  border: none;
  border-radius:50%;
  cursor: pointer;
}
#themeToggleButton:hover {
  background-color: rgb(208, 191, 225);
}


.email-button {
  font-family: Arial, sans-serif;
  font-size: 38px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 18px;
  padding-left: 18px;
  background-color: rgb(208, 191, 225);;
  color: #FAF9F6;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index:1000;
}

.email-button:hover {
  background-color: #42943B;
}


.überschrift{
margin-top: -60px;
margin-bottom: -60px;
margin-left: 30px;
padding-top: 0px;
padding-bottom: 0px;

}

.descblue{
  margin-top: 0px;
  margin-bottom: 80px;
  margin-left: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.content{
  
  margin: 0px;
  padding-bottom: 25%;


}


h1{
  font-family: "Regibility", sans-serif;
  font-size: 120px;
  text-transform: uppercase;
  line-height: 0.85;
  letter-spacing: -0.00em;
  color: #42943B;
}
h2{
  font-family: "Alte Haas Grotesk";
  font-weight: medium;
  font-size: 28px;
  letter-spacing: -0.0em;
  color: #42943B;
}

.fonth1{
  font-family: "Regibility";
  font-size: 120px;
  text-transform: uppercase;
  line-height: 0.9;
  letter-spacing: -0.07em;
  color: #42943B;
}

/* 
.dropdown-btn {
  color: #42943B;
  margin-left:30px;
  margin-bottom:30px;
  padding: 0px;
  font-size: 26px;
  border: none;
  cursor: pointer;
  width: 200px;
  text-align: left;
  display: inline-block;
}

.dropdown-toggle {
  display: none;
}

.dropdown-content {
  display: none;
  
  
}

.dropdown-toggle:checked + .dropdown-btn + .dropdown-content {
  display: block;
}
*/


.menu-container{
  display: grid;
  margin: 0px;
  padding: 0px;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: auto auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color:#42943B;
  justify-items: center;
  align-items: center;
  }

.container > div {
  border-bottom: 0px solid #42943B;
  margin-top: 0px;
  margin-bottom:0px;}

  .textfeld label {
    display: flex;
    justify-content: center;
    align-items: center; 
    width: 10px; 
    height: 160px; 
    position: relative; 
}
.fontSizeSlider {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  transform: rotate(-90deg);
  width: 160px;           
  height: 2px;          
  background: #42943B; 
  -webkit-appearance: none;
  border-radius: 5px; 
  z-index: 999;  
  --slider-thumb-color: #42943B; 
}

.fontSizeSlider::-webkit-slider-thumb {
  -webkit-appearance: none; 
  appearance: none;         
  width: 10px;              
  height: 10px;             
  background: var(--slider-thumb-color); 
  outline: 1px solid #FAF9F6;      
  border-radius: 50%;       
  cursor: pointer;
  z-index: 1000;         
}

.fontSizeSlider::-moz-range-thumb {
  background: var(--slider-thumb-color); 
  outline: 1px solid #FAF9F6;
  border-radius: 50%;
  cursor: pointer;
}



.downloadbutton1 {
  font-family: "Splitflap Regular";
  font-size: 13px;
  margin-right: 10px;
  margin-top: -10px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: none;
  color: #42943B;
  border: none;
  border-radius: 0%;
  cursor: pointer;
  z-index: 1000;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(-180deg);
}

.downloadbutton1 a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

.divider{
  width:100%;
  height:2px;
  background-color: #42943B;
  grid-column: 1 / -1; }
  

  @keyframes regibilityAnimation {
    0% {
      font-variation-settings: "wdth" 000, "slnt" 000;
    }
    50% {
      font-variation-settings: "wdth" 900, "slnt" 900;
    }
    100% {
      font-variation-settings: "wdth" 000, "slnt" 000;
    }
  }


  @keyframes splitflapAnimation {
    0% {
      font-variation-settings: "wdth" 000, "UPSL" 500, "LWSL" 500,  "wght" 000;
    }
    25% {
      font-variation-settings: "wdth" 900, "UPSL" 000, "LWSL" 500, "wght" 050;
    }
    50% {
      font-variation-settings: "wdth" 500, "UPSL" 900, "LWSL" 900, "wght" 100;
    }
    75% {
      font-variation-settings: "wdth" 900, "UPSL" 000, "LWSL" 000, "wght" 050;
    }
    100% {
      font-variation-settings: "wdth" 000, "UPSL" 500, "LWSL" 500, "wght" 000; 
    }
  }

.textfeld{
  background-color: none;
  text-align: right;
  display: flex;
    align-items: center;
    z-index: 1;
}

.textarea{
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  width: 99.4%;
  min-height: 200px;
  font-size: 70px;
  line-height: 0.9;
  border-top: 0px solid #42943B;
  border-left: 0px solid black;
  border-right: 0px solid black;
  border-bottom: 0px solid #42943B;
  resize: none;
  overflow: hidden;
  background-color: #FAF9F6;
  color: #42943B;
  z-index: -10;
  animation: regibilityAnimation 8s infinite;
  animation: splitflapAnimation 12s infinite;

 
  
}

textarea:focus {
  outline: none; 
  outline-offset: 0px; 
}
.container{
    display: grid;
    margin-left: 30px;
    margin-right: 30px;
    padding: 0px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color:#42943B;
    font-size: 12px;
    

    }

    .title {
      font-family: "Splitflap Regular";
      text-decoration: none;
      color: inherit;
      grid-column: 1 / 2;
      justify-self: left;
      align-self: center;
      z-index: 10;
      }
      
      .title:hover {
        color: rgb(208, 191, 225);
    }

    .info {
      font-family: "Splitflap Regular";
      grid-column: 2 / 3;
      justify-self: center;
      align-self: center;
      z-index: 10;}

    .author {
      font-family: "Splitflap Regular";
      grid-column: 3 / 4;
      justify-self: right;
      align-self: center;
      z-index: 10;
    }

    .textfeld {
      grid-column: 1 / -1; }



.descblue span{

text-decoration: underline;


}

.bilderparent{
  display: grid;
  padding-left: 20px;
  padding-right: 20px;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: auto auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.bild {
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.bild:hover {
  transform: scale(2.0);
}

.add-img{
  width: 100%;
  height: auto;
  font-family: Arial, sans-serif;
  font-size: 38px;
  bottom: 0px;
  right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: rgb(208, 191, 225);;
  color: #FAF9F6;
  border: none;
  border-radius: 2px;
  cursor: pointer;

}

.usecase{
  margin-left: 20px;
  padding-right: 20px;


}

.letters span {
  display: inline-block;  
  
  transform-origin: center;
  animation: rotateAndMove 10s infinite ease-in-out;
}

@keyframes rotateAndMove {
    0% {
        transform: rotateX(0deg) translateY(0px);
    }
    
    50% {
        transform: rotateX(180deg) translateX(-3px) translateY(3px);
    }
  
    100% {
        transform: rotateX(360deg) translateY(0px);
    }
}


.beschreibung {
  padding-left: 20px;
  padding-right: 40px;
  color:#42943B;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, auto);
  column-gap: 60px;
  

}
  
.div1 {
  grid-column-start: 1;
  grid-row-start: 1;
  font-size:40px;
}

.div2 {
  grid-column-start: 1;
  grid-row-start: 2;
  font-size:40px;
}

.div3 {
  grid-column-start: 1;
  grid-row-start: 3;
  font-size:40px;
}

.div4:hover {
  
  font-size:40px;
  color:#42943B;
}

.div4 {
  grid-column-start: 1;
  grid-row-start: 4;
  font-size:40px;
  text-decoration:none;
  color:rgb(208, 191, 225);
}

.div5:hover {
 
  font-size:40px;
  color:#42943B;
}
.div5 {
  grid-column-start: 1;
  grid-row-start: 5;
  font-size:40px;
  text-decoration:none;
  color:rgb(208, 191, 225);
}

.div6 {
  grid-row: span 5 / span 5;
  grid-column-start: 2;
  grid-row-start: 1;
  font-size:22px;
  
}




.download-btn {
    font-family: Helvetica, sans-serif;
    position: absolute;
    bottom: 300px;
    right: 20px;
    background-color: #FAF9F6;
    outline: 2px solid white;
    color: white;
    padding: 10px 22px;
    text-decoration: none;
    border-radius: 40px;
    font-size: 20px;
    cursor: pointer;
    opacity: 1;
  }
  .download-btn:hover {
    background-color: white;
    color: #FAF9F6;
    outline: 2px solid #FAF9F6;
    opacity: 1;
  }
  
  .download-btn:active {

    outline: 2px solid white;
    opacity: 0.8;
    background-color: #FAF9F6;
    color: white;
  }


  .textarea-lonely {
    font-family: 'Dschungel';
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 99.4%;
    min-height: 400px;
    font-size: 100px;
    line-height: 0.9;
    border-top: 0px solid #42943B;
    border-left: 0px solid black;
    border-right: 0px solid black;
    border-bottom: 2px solid #42943B;
    resize: none;
    overflow: hidden;
    background-color: #FAF9F6;
    color: #42943B;
    animation: regibilityAnimation 8s infinite;
    animation: splitflapAnimation 12s infinite;
  
  }






  .b-madeby {
    font-family: "Alte Haas Grotesk", sans-serif;
    font-size: 18px;
    margin-top: 20px;
    border: none;

    cursor: pointer;
    z-index: 1000;
  }
  
  .b-madeby__text {
    -webkit-animation: animmadeby 10s linear infinite;
    animation: animmadeby 10s linear infinite;
  }
  
  @-webkit-keyframes animmadeby {
    0% {
      -webkit-transform: translateX(-30%); 
      transform: translateX(-30%);
    }
    100% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
  }
  
  @keyframes animmadeby {
    0% {
      -webkit-transform: translateX(-30%); 
      transform: translateX(-30%);
    }
    100% {
      -webkit-transform: translateX(100%); 
      transform: translateX(100%);
    }
  }
