

body {
    margin: 0;
    padding: 0px 10px 10px 10px;
    height: 100vh;
    display: flex;
    font-size: 16px;
    justify-content: center;
    overflow: auto;
    text-align: left;
    font-family: "IBM Plex Mono";
    background-color: var(--color-1);
    animation: colorChange 120s infinite alternate;
}

header {
padding-left: 0.5%;
padding-top: 0.7%;
z-index: 0;
background-color: var(--color-1);
animation: colorChange 120s infinite alternate;
}

@media (max-width: 500px) {
header {
  padding-left: 2%;
  padding-top: 1.5%;
  background-color: var(--color-1);
  animation: colorChange 120s infinite alternate;
}
}

footer {
position: fixed;
bottom: 0%;
right: 1.5%;
}

main {
  background-color: var(--color-1);
  animation: colorChange 120s infinite alternate;
}


.title1 { 
  position: fixed;
  top: 3.2%;
  left: 2%;
  font-family: "OffBitTrial-101", "IBM Plex Mono";
  margin: 20px;
  padding: 1.2% 30% 0px 0.5%; 
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
  font-size: 5em;
  line-height: 0.9em;
  letter-spacing: 0.1em;
  color: var(--color-2);
}

.title2 { 
  position: absolute;
  top: 3.2%;
  left: 17.5%;
  font-family: "OffBitTrial-101", "IBM Plex Mono";
  margin-top: 20px;
  padding: 1.2% 30% 0px 0.5%; 
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  font-size: 5em;
  line-height: 0.9em;
  letter-spacing: 0.1em;
  color: var(--color-2);
  z-index: 1;
  opacity: 0;
  transition: opacity 1s ease-in;
}

.title2.show {
  opacity: 1;
}

.title3 {
  position: fixed;
  top: 3.2%;
  left: 31%;
  font-family: "OffBitTrial-101", "IBM Plex Mono";
  margin: 20px;
  padding: 1.2% 30% 0px 0.5%; 
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
  font-size: 5em;
  line-height: 0.9em;
  letter-spacing: 0.1em;
  color: var(--color-2);
}

@media (max-width: 500px) {
  .title1, .title2, .title3 {
    font-size: 7em; /* Noch kleinere Schriftgröße für sehr kleine Displays */
    padding: 4% 5% 0 5%; /* Weniger Padding für kleine Geräte */
  }
  
  .title2 {
    top: 20%;
    left: 5%;
  }

  .title3 {
    left: 5%;
    top: 27%;
  }
}

.title4 {
  display: flex;
  font-family: "OffBitTrial-101", "IBM Plex Mono";
  margin: 50px;
  padding: 1.2% 30% 0px 0.5%; 
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
  font-size: 2em;
  line-height: 0.9em;
  letter-spacing: 0.1em;
  color: var(--color-2);
}

@keyframes moveAcrossScreen {
  0% { left: 0; }
  25% { top: 90%; }
  50% { left: 49%; }
  75% { top: 110%; }
  100% { left: 0; }
}



.aboutbox-dropdown:hover {
  animation-play-state: paused; /* Stoppt die Bewegung beim Hover */
}

.aboutbox-dropdown {
  position: absolute;
  display: block;  
  left: 4%;
  top: 100%;
  width: 200px;
  height: 100px;
  z-index: 999;
  border-radius: 25px 0px 0px 0px;
  animation: moveAcrossScreen 12s linear infinite;
}

@keyframes moveAcrossScreen2 {
  0% { right: 40%; }
  25% { top: 10%; }
  50% { right: 20%; }
  75% { top: 50%; }
  100% { right: 0; }
}

.underconstructionbox-dropdown {
  position: absolute;
  display: block;  
  right: 5%;
  top: 100%;
  width: 350px;
  height: 250px;
  z-index: 999;
  border-radius: 25px 0px 0px 0px;
  animation: moveAcrossScreen2 12s linear infinite;
}

.underconstructionbox-dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--color-2);
  min-width: 362px;
  min-height: 384px;
  padding: 12% 12% 12% 10%;
  z-index: 999;
  border-radius: 25px 0px 0px 0px;
  box-shadow: 0px 0px 60px 20px var(--color-1); 
  mix-blend-mode: multiply;
}

.underconstructionbox-dropdown:hover {
  animation-play-state: paused; /* Stoppt die Bewegung beim Hover */
}

.underconstructionbox-dropdown:hover .underconstructionbox-dropdown-content {
  display: block;
  cursor: crosshair;
}

.underconstructiontypo {
  font-family: "Fluxisch Else";
  font-size: 1.8em;
  position: absolute;
  left: 12%;
  top:27%;
  font-weight: normal;
  text-align: center;
  z-index: 1;
  color:var(--color-2);
}

@media (max-width: 480px) {
  .aboutbox-dropdown {
    position: absolute;
    display: block;  
    left: 4%;
    top: 100%;
    width: 200px;
    height: 100px;
    z-index: 999;
    border-radius: 25px 0px 0px 0px;
    
  }
}



.aboutbox-dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--color-2);
  min-width: 362px;
  min-height: 384px;
  padding: 12% 12% 12% 10%;
  z-index: 999;
  border-radius: 25px 0px 0px 0px;
  box-shadow: 0px 0px 60px 20px var(--color-1); 
  mix-blend-mode: multiply;
}

@media (max-width: 480px) {
  .aboutbox-dropdown-content {
    display: none;
    position: absolute;
    background-color: var(--color-2);
    min-width: 70vw;
    min-height: 384px;
    padding: 12% 12% 12% 10%;
    z-index: 999;
    border-radius: 25px 0px 0px 0px;
    box-shadow: 0px 0px 60px 20px var(--color-1); 
    mix-blend-mode: multiply;
  }
  }

.aboutbox-dropdown:hover .aboutbox-dropdown-content {
  display: block;
  cursor: crosshair;
}

.abouttypo {
  font-family: "Fluxisch Else";
  font-size: 1.8em;
  position: absolute;
  left: 30%;
  top:27%;
  font-weight: normal;
  text-align: center;
  z-index: 1;
  color:var(--color-2);
}

.impressumbox-dropdown {
  position: absolute;
  display: block;  
  width: 50px;
  height: 100px;
  z-index: 999;
  right: 20%;
  bottom: 0%;
  border-radius: 25px 0px 0px 0px;
  background-color: var(--color-1);
  color: var(--color-1);
}

.impressumbox-dropdown-content {
  display: none;
  position: relative;
  right: 230%; 
  bottom: 80%;
  background-color: var(--color-1);
  color: var(--color-1);
  animation: colorChange 120s infinite alternate;
  z-index: 99;
    
}

.impressumbox-dropdown:hover .impressumbox-dropdown-content {
  display: block;
  cursor: crosshair;
}

.impressumtypo {
  font-family: "Fluxisch Else";
  font-size: 0.56em;
  position: absolute;
  font-weight: normal;
  text-align: center;
  z-index: 1;
  color:var(--color-2);
  transform: rotate(90deg);
}



.grandparent {
  background-color: var(--color-1);
  animation: colorChange 120s infinite alternate;
  background-image: url("XX/assets/img/Background/Layout_Background-test.png");
  background-size: cover; /* Skaliert das Bild, sodass es den gesamten Bereich ausfüllt */
  width: 100vw;
    height: 100vh;
    margin: 0px;
    line-height: 50px;
    overflow: auto;
    transform: rotate(0deg);
   }

   .parent {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content:space-between;
    z-index: 0;  
}

@media (max-width: 780px) {
  .parent {
      flex-direction: column; /* Flexbox-Anordnung vertikal */
      justify-content: center; /* Zentriert die Container */
      align-items: center; /* Zentriert horizontal */
  }
}

.bookcontainer {
  display: flex;
  width: 95vw; /* Volle Breite des Viewports */
  height: 100vh; 
  background-color: var(--color-1);
}

.bookleft {
  width: 50vw; /* 50% der Breite */
  height: 85vh; /* Volle Höhe */
  background-color: var(--color-2); /* Beispiel-Hintergrundfarbe */
  display: grid;
  flex-direction: column;
  padding: 20px;
  box-shadow: 5px 5px 30px grey;
  border-radius: 25px 0px 0px 0px;
  column-gap: 200px; /* Abstand zwischen den Spalten */
  margin: 60px;
  line-height: 1.6; /* Zeilenhöhe für Lesbarkeit */
  overflow: auto;
  text-align: left;
}


@media (max-width: 500px) {
.bookcontainer {
  flex-direction: column;
  width: 100vw;
  height: auto;
  padding: 20px;
}

.bookleft {
  width: 90vw;
  height: auto;
  margin: 20px auto;
  box-shadow: none;
  border-radius: 15px;
  overflow: auto;
  text-align: left;
}
}


.bookright {
  width: 50vw; /* 50% der Breite */
  height: 100vh; /* Volle Höhe */
  background-color: var(--color-1); /* Beispiel-Hintergrundfarbe */
  display: grid;
  padding: 20px;
  overflow-x: auto;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 5 Spalten */
  grid-template-rows: repeat(4, 1fr); /* 7 Zeilen */
  gap: 10px; /* Abstand zwischen Boxen */
  width: 90%;
  max-width: 1200px;
}

.grid-box-hl {
  background-color: var(--color-1);
  color: var(--color-1);
  display: flex;
  justify-content: center;
  align-items: self-start;

}
.grid-box-p {
  background-color: var(--color-1);
  color: var(--color-1);
  display: flex;
  justify-content: center;
  max-width: 80%;
  align-items: self-start;
  padding-top: 3.6em;
  padding-right: 4em;
  padding-left: 0.5em;
  font-size: 1em;
  line-height: 1.48em;
  border-radius: 8px;
  
}

/* Responsive Anpassung */
@media (max-width: 800px) {
  .grid-container {
      grid-template-columns: repeat(3, 1fr); /* 3 Spalten für Tablets */
      grid-template-rows: auto;
  }
}

@media (max-width: 500px) {
  .grid-container {
      grid-template-columns: repeat(2, 1fr); /* 2 Spalten für Smartphones */
  }
}





  .img-container img {
            position: absolute;
            width: 150px;
            height: auto;
            cursor: crosshair;
            transition: transform 0.3s ease;
            mix-blend-mode:luminosity;
            animation: moveAcrossScreen3 12s linear infinite; 
        }

        @keyframes moveAcrossScreen3 {
          0% { right: 0; }
          0% { top: 0; }
          25% { top: 60%; }
          50% { right: 30%; }
          50% { top: 20%; }
          75% { top: 10%; }
          100% { right: 0; }
          100% { top: 0; }
        }

        .img-container1 img {
          position: absolute;
          width: 150px;
          height: auto;
          cursor: crosshair;
          transition: transform 0.3s ease;
          mix-blend-mode:luminosity;
          animation: moveAcrossScreen4 12s linear infinite; 
      } 
      @keyframes moveAcrossScreen4 {
        0% { right: 0; top: 0; }
        25% { right: 20%; top: 30%; }
        50% { right: 15%; top: 40%; }
        75% { right: 30%; top: 60%; }
        100% { right: 0; top: 0; }
      } 
      
      .img-container2 img {
        position: absolute;
        width: 150px;
        height: auto;
        cursor: crosshair;
        transition: transform 0.3s ease;
        mix-blend-mode:luminosity;
        animation: moveAcrossScreen5 12s linear infinite; 
    } 
    @keyframes moveAcrossScreen5 {
      0% { right: 0; top: 0; }
    25% { right: 25%; top: 50%; }
    50% { right: 20%; top: 35%; }
    75% { right: 35%; top: 60%; }
    100% { right: 0; top: 0; }
    } 
      
    .img-container3 img {
      position: absolute;
      width: 150px;
      height: auto;
      cursor: crosshair;
      transition: transform 0.3s ease;
      mix-blend-mode:luminosity;
      animation: moveAcrossScreen6 12s linear infinite; 
  } 
  @keyframes moveAcrossScreen6 {
    0% { right: 0; top: 0; }
    25% { right: 10%; top: 20%; }
    50% { right: 30%; top: 50%; }
    75% { right: 25%; top: 60%; }
    100% { right: 0; top: 0; }
  } 

  .img-container4 img {
    position: absolute;
    width: 150px;
    height: auto;
    cursor: crosshair;
    transition: transform 0.3s ease;
    mix-blend-mode:luminosity;
    animation: moveAcrossScreen7 12s linear infinite; 
} 
@keyframes moveAcrossScreen7 {
  0% { right: 0; top: 0; }
  25% { right: 35%; top: 40%; }
  50% { right: 20%; top: 30%; }
  75% { right: 10%; top: 70%; }
  100% { right: 0; top: 0; }
} 

.img-container5 img {
  position: absolute;
  width: 150px;
  height: auto;
  cursor: crosshair;
  transition: transform 0.3s ease;
  mix-blend-mode:luminosity;
  animation: moveAcrossScreen8 12s linear infinite; 
} 
@keyframes moveAcrossScreen8 {
  0% { right: 0; top: 0; }
  25% { right: 30%; top: 20%; }
  50% { right: 25%; top: 60%; }
  75% { right: 15%; top: 50%; }
  100% { right: 0; top: 0; }
} 
        

.img-container img:hover,
.img-container1 img:hover, 
.img-container2 img:hover, 
.img-container3 img:hover, 
.img-container4 img:hover, 
.img-container5 img:hover {
            transform: scale(2);
            z-index: 10;
            animation-play-state: paused;
            mix-blend-mode:normal;
        }
        

        /* Modal-Styling */
        .modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: var(--color-1);
            justify-content: center;
            text-align: center;
            padding: 2.5%;
            transition: mix-blend-mode 0.5s ease;
            z-index: 3;
        }

        /* Hover-Effekt: Wechsel des blend-mode */
        .grid-container:hover .modal {
            mix-blend-mode: normal;
        }

        /* Großes Bild */
        .modal img {
            max-width: 70%;
            object-fit: contain;
            height: 90vh;
            border-radius: 0px;
            margin-right: 10px;
            margin-left: 10px;
            
        }

        /* Schließen-Button */
        .modal a {
            display: block; 
        }
        
        /* Wenn das Ziel (target) erreicht wird, zeige das Modal */
        #img1:target,
        #img2:target,
        #img3:target,
        #img4:target,
        #img5:target,
        #img6:target,
        #img7:target
         {
            display: flex;
        }

.listperson {
  width: 18vw; /* 50% der Breite */
  height: 100vh; /* Volle Höhe */
  background-color: var(--color-2); /* Beispiel-Hintergrundfarbe */
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 25px 0px 0px 0px;
  column-gap: 200px; /* Abstand zwischen den Spalten */
  margin-top: 60px;
  margin-left: 60px;
  line-height: 1.6; /* Zeilenhöhe für Lesbarkeit */
  overflow: auto;
  text-align: left;
}

.rubrik {
  width: 80vw; /* 50% der Breite */
  height: 100vh; /* Volle Höhe */
  background-color: var(--color-1); /* Beispiel-Hintergrundfarbe */
  display: flex;
  padding: 0px;
  margin-top: 8%;
  padding-left: 25%;
  overflow-x: hidden;
}

.discipline {
  display: flex;
  flex-direction: row;
}

.editorial4 {
  font-family: "Fluxisch Else";
  display: grid;
  padding-left: 40%;
  padding-right: 10px;
  line-height: 1.6; /* Zeilenhöhe für Lesbarkeit */
  overflow: auto;
  text-align: left;
}

.editorial1 {
  font-family: "Fluxisch Else";
  display: grid;
  width: 1fr;
  column-count: 1; /* Anzahl der Spalten */
  column-gap: 20px; /* Abstand zwischen den Spalten */
  margin: 25px;
  line-height: 1.6; /* Zeilenhöhe für Lesbarkeit */
  overflow: auto;
  text-align: left;
}

ul {
  list-style: none;
}

.post-container {
  position: relative;
  margin: 70px;
  top: 90%;
  background-color: var(--color-1);
 
}


.post-box {
position: relative;
opacity: 0.65;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
padding-top: 20px;
top: 130%;
border-radius: 25px 0px 0px 0px;
border: 2px solid var(--color-1);
background-color: var(--color-2);
min-height: 50%;
}

@media (max-width: 480px) { 
  .post-box {
    position: absolute;
    top: 150%;
    padding: 20px;
   scale: 0.4;
    border-radius: 25px 0px 0px 0px;
    border: 2px solid var(--color-1);
    background-color: var(--color-2);
    }
  }

.box-1 {
  position: absolute;
  margin-top: 2.5%;
  left: 50%;
  width: 17%;
  border-radius: 25px 0px 0px 0px;
  background-color: var(--color-2);
  transform: skewY(-20deg);
  z-index: 1;
  }

  .box-2 {
  position: absolute;
  margin-top: 4%;
  left: 50%;
  width: 19%;
  border-radius: 25px 0px 0px 0px;
  background-color: var(--color-2);
  transform: skewY(-10deg);
  z-index: 2;}
  


.box-3:hover {
    margin-top: 7%;
    opacity: 100%;
    width: 21%;
    z-index: 7;
    transition: 0.5s ease-in;
    cursor: crosshair;
  }

  .box-1:hover, .box-2:hover, .box-4:hover, .box-5:hover {
    margin-top: 7%;
    opacity: 100%;
    width: 21%;
    transform: skewY(5deg);
    z-index: 7;
    transition: 0.8s ease-in;
    cursor: crosshair;
  }
  
.box-3 {
position: absolute;
margin-top: 7%;
left: 50%;
width: 21%;
border-radius: 25px 0px 0px 0px;
background-color: var(--color-2);
transform: skewY(5deg);
z-index: 3;
}

.box-4 {
position: absolute;
margin-top: 10.4%;
left: 50%;
width: 18%;
border-radius: 25px 0px 0px 0px;
background-color: var(--color-2);
transform: skewY(25deg);
z-index: 4;
}

.box-5 {
position: absolute;
margin-top: 12.8%;
left: 50%;
width: 12%;
border-radius: 25px 0px 0px 0px;
background-color: var(--color-2);
transform: skewY(45deg);
z-index: 5;
  }

.box-6 {
  position: absolute;
  margin-top: 12.8%;
  right: 49.9%;
  width: 12%;
  border-radius: 0px 25px 0px 0px;
  background-color: var(--color-2);
  transform: skewY(-45deg);
  z-index: 6;
  }

  .box-6:hover, .box-7:hover, .box-8:hover {
    margin-top: 7%;
    opacity: 100%;
    width: 21%;
    transform: skewY(-5deg);
    z-index: 7;
    transition: 0.8s ease-in;
    cursor: crosshair;
  }

.box-7 {
position: absolute;
margin-top: 10.4%;
right: 49.9%;
width: 18%;
border-radius: 0px 25px 0px 0px;
background-color: var(--color-2);
transform: skewY(-25deg);
z-index: 5;
}

.box-8 {
position: absolute;
margin-top: 7%;
right: 49.9%;
width: 21%;
border-radius: 0px 25px 0px 0px;
background-color: var(--color-2);
transform: skewY(-5deg); 
z-index: 4;
}

.box-9 {
position: absolute;
margin-top: 70%;
left: 50%;
width: 18%;
border-radius: 25px 0px 0px 0px;
background-color: var(--color-2);
transform: skewY(25deg);
z-index: 3;
}

.box-9:hover {
  position: absolute;
  margin-top: 70%;
  left: 50%;
  width: 21%;
  opacity: 100%;
  transition: 0.8s ease-in;
  border-radius: 25px 0px 0px 0px;
  background-color: var(--color-2);
  transform: skewY(5deg);
  z-index: 7;
  } 

.box-10 {
  position: absolute;
  margin-top: 65%;
  right: 49.9%;
  width: 21%;
  border-radius: 0px 25px 0px 0px;
  background-color: var(--color-2);
  transform: skewY(-5deg);
  z-index: 2;
  }

.box-11 {
position: absolute;
margin-top: 69%;
right: 49.9%;
width: 18%;
border-radius: 0px 25px 0px 0px;
background-color: var(--color-2);
transform: skewY(-25deg); 
z-index: 4;
}

.box-12 {
  position: absolute;
  margin-top: 72%;
  right: 49.9%;
  width: 12%;
  border-radius: 0px 25px 0px 0px;
  background-color: var(--color-2);
  transform: skewY(-45deg);
  z-index: 6;
  }

  .box-10:hover, .box-11:hover, .box-12:hover {
    margin-top: 65%;
    opacity: 100%;
    width: 21%;
    transform: skewY(-5deg);
    z-index: 7;
    transition: 0.8s ease-in;
    cursor: crosshair;
  }

  .box-13 {
    position: absolute;
    margin-top: 120%;
    left: 50%;
    width: 19%;
    border-radius: 25px 0px 0px 0px;
    border: 2px solid var(--color-1);
    background-color: var(--color-2);
    transform: skewY(-20deg);
    z-index: 1;
    }
   

  .box-14 {
    position: absolute;
    margin-top: 125%;
    left: 50%;
    width: 21%;
    border-radius: 25px 0px 0px 0px;
    background-color: var(--color-2);
    transform: skewY(5deg);
    z-index: 3;
    }

  .box-15 {
    position: absolute;
    margin-top: 129%;
    left: 50%;
    width: 18%;
    border-radius: 25px 0px 0px 0px;
    background-color: var(--color-2);
    transform: skewY(25deg);
    z-index: 4;
    }
    
    .box-13:hover, .box-14:hover, .box-15:hover {
      margin-top: 125%;
      opacity: 100%;
      width: 21%;
      transform: skewY(5deg);
      z-index: 7;
      transition: 0.8s ease-in;
      cursor: crosshair;
    }
    
.fan {
  position: absolute;
  margin-top: 4%;
  left: 50%;
  min-height: 330%;
  width: 11%;
  border-radius: 25px 0px 0px 0px;
  border: 1.5px solid var(--color-2);
  background-color: var(--color-1);
  transform: skewY(-40deg);
  z-index: 0;
  padding-left: 1%;
  padding-top: 3%;
  font-family: "OffBitTrial-101", "IBM Plex Mono";
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    font-size: 2em;
    line-height: 0.9em;
    letter-spacing: 0.1em;
    color: var(--color-2);
    z-index: 2;
    cursor: crosshair;
}

.fan:hover {
  margin-top: 9%;
  width: 13%;
  transform: skewY(5deg);
  z-index: 4;
}

.fan-1 {
  position: absolute;
  margin-top: 4%;
  left: 50%;
  min-height: 400px;
  padding-left: 1%;
  width: 150px;
  border-radius: 25px 0px 0px 0px;
  border: 1.5px solid var(--color-2);
  background-color: var(--color-1);
  transform: skewY(-42deg);
  z-index: 0;  
}

.fan-2 {
  position: absolute;
  margin-top: 4%;
  left: 50%;
  padding-left: 1%;
  min-height: 400px;
  width: 140px;
  border-radius: 25px 0px 0px 0px;
  border: 1.5px solid var(--color-2);
  background-color: var(--color-1);
  transform: skewY(-44deg);
  z-index: 0;  
}

@media (max-width: 500px) {
  .box-1, .box-2, .box-3, .box-4, .box-5, .box-6, .box-7, .box-8, .box-9, .box-10, .box-11, .box-12, .box-13, .box-14, .box-15, .fan-1, .fan-2 {
    display: none;
  }

  .fan {
    font-size: 1.5em;
    line-height: 1.5em;
    width: 60%;
    left: 20%;
    transition: 0.3s ease-in-out;
  }

  .fan:hover {
    transform: scale(1.05);
    left: 18%;
    width: 64%;
  }
}


.hidden-child {
    opacity: 0;
  }

  .child-container1:hover .hidden-child {
    opacity: 1
  }

  .child-container2:hover .hidden-child {
    opacity: 1
  }
  .post-box:hover .hidden-child {
    opacity: 1
  }

  .containerimg {
    display: flex;
    justify-items: center;
    flex-wrap: wrap;
    background-color: var(--color-2);
    flex-direction: row;
    padding-left:0px;
    color: inherit;
}

img {
  max-width: 300px;
  border-radius: 0px 0px 0px 0px;
}



.imgcredit {
  width: 1fr;
  font-weight: normal;
  margin: 25px;
  font-size: 10px;
  text-transform: lowercase;
  line-height: 1em;
  transform: rotate(0deg); /* Dreht den Text */
  z-index: 1;
  color: var(--color-2);
  opacity: 0
} 

.imgcredit:hover {
  opacity: 1;
}

img:hover {
  cursor: crosshair;
  scale: 1;
}

.crossword {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(9, 10%);
  padding-left: 20%;
  grid-auto-rows: 24%;
  gap: 0px;
  margin-top: 42%;
 
  
}

@media (max-width: 480px) {
.crossword {
    scale: 0.65; 
    margin: 0;
    z-index: 1;
    padding-left: 0%;
    margin-top:115%;
}
}

.crosswordsocial {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(6, 15%);
  grid-auto-rows: 13%;
  gap: 0px;
  margin: 0px;
}

.crossword:hover {
  cursor: crosshair;
}


.cell {
  width: 60px;
  height: 96px;
  top: 33%;
  border: 2px solid var(--color-1);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-2);
  position: relative;
  border-radius: 15px 0px 0px 0px;
  opacity: 0.85;
  
}

.cell.hidden {
  background-color: var(--color-1);
  border-radius: 0px 0px 0px 0px;
  mix-blend-mode:lighten;
}

.letter {
font-size: 2.5rem;
font-family: "OffBitTrial-101";
font-weight: bold;
color: transparent;
opacity: 0;

}

.cell:hover .letter {
color: var(--color-1) ;
opacity: 1;
}

.letter.persistent {
color: var(--color-1);
opacity: 1;
}

  .button {
    font-family: "Fluxisch Else";
    border-color: var(--color-1);
    color: var(--color-1);
    background: var(--color-2);
    border-radius: 25px;
    border-style: dashed;
    padding-top: 3px;
    padding-bottom: 7px;
    padding-left: 6px;
    padding-right: 6px;
    border-width: 1px;
    width: fit-content;
    height: fit-content;
    text-align: center;
    font-weight: normal;
    font-size: 0.9em;
    text-transform: lowercase;
    line-height: 1em;
    transform: rotate(0deg); /* Dreht den Text */
    z-index: 1;
    cursor: crosshair;
    
    
  }
  
  .button:hover {
    font-family: "Fluxisch Else";
    border: 2px;
    border-style: dashed;
    padding-top: 3px;
    padding-bottom: 7px;
    padding-left: 6px;
    padding-right: 6px;
    border-color: var(--color-1);
    color: var(--color-2);
    background: var(--color-1);
    width: fit-content;
    height: fit-content;
    text-align: center;
    font-weight: normal;
    font-size: 0.9em;
    text-transform: lowercase;
    line-height: 1em;
    transform: rotate(-12deg); /* Dreht den Text */
    z-index: 1;
    cursor: crosshair;
  
    
  }
  
  .button:active {
    transform: scale(0.95);
    background: var(--color-1);
  }
  
  .ibm-plex-mono-regular {
    font-family: "IBM Plex Mono", serif;
    font-weight: 400;
    font-style: normal;
  }

 a {
  text-decoration: none; /* Entfernt den Unterstrich */
  color: inherit;/* Optionale Farbe für den Link */
  cursor: crosshair;
}

a:hover {
text-decoration: none; /* Optional: Unterstrich beim Hover */
color: inherit;
cursor: crosshair;
}

p {
  font-family: "Fluxisch Else";
  padding: 0px 0px;
  font-weight: normal;
  text-align:left;
  font-size: 17px;
  line-height: 1.45em;
  color: var(--color-1);
  text-indent: 0em;
}

p span {
  text-indent: 2em; /* Die erste Zeile bleibt normal */
}

h1 {
  margin: 10px;
  padding: 0px 20px;
  font-weight: normal;
  text-align: right;
  text-transform: uppercase;
  font-size: 120px;
  line-height: 0em;
  color: var(--color-1);
}

  h2 {
  position: relative;
  font-family: "OffBitTrial-101";
  margin-top: 0px;
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
  font-size: 3em;
  line-height: 1em;
  color: var(--color-1);
}

h6 {
  font-family: "Fluxisch Else";
  margin: 0px;
  font-weight: normal;
  font-size: 1.8em;
  line-height: 1em;
  text-align: left;
  padding-left: 1%;
  padding-right: 1%;
  justify-content: center;
  z-index: 1;
  color: var(--color-2);
}

h5 {
  font-family: "Fluxisch Else";
  margin: 0px;
  font-weight: normal;
  font-size: 2.4em;
  line-height: 1.1em;
  text-align: left;
  padding-bottom: 10%;
  padding-top: 15%;
  justify-content: center;
  z-index: 1;
  color: var(--color-1);
}

.h9 {
  font-family: "Fluxisch Else";
  margin: 0px;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1.1em;
  text-align: left;
  padding-bottom: 20%;
  padding-top: 40%;
  justify-content: center;
  z-index: 1;
  color: var(--color-1);
}

h3 {
  font-family: "Fluxisch Else";
  margin: 0px 0px 50px;
  font-weight: normal;
  text-align: left;
  font-size: 1.9em;
  line-height: 1em;
  color: var(--color-1);
}

h4 {
  font-family: "Fluxisch Else";
  margin: 0px 0px 15px;
  font-weight: normal;
  text-align: left;
  font-size: 1em;
  line-height: 1.4em;
  color: var(--color-2);
}

h7 {
  font-family: "Fluxisch Else";
  margin: 0px;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.1em;
  text-align: left;
  justify-content: center;
  z-index: 1;
  color: var(--color-1);
}

h8 {
  font-family: "Fluxisch Else";
  margin: 0px;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.1em;
  text-align: left;
  justify-content: center;
  z-index: 1;
  color: var(--color-2);
}



:root {
  --color-1: rgb(0, 0, 21);
  --color-2: rgb(207, 221, 250);
}

@keyframes colorChange {
  0% {  --color-1: rgb(0, 0, 21); } 
  100% { --color-1: rgb(0, 0, 21); }   
}