
    body {
      cursor: url(o.svg), auto;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: 0px; 
      overflow-y: hidden;
  }
  
  #Content {
      display: flex;
      flex-direction: column;
    }
  
    cursor {
      mix-blend-mode: difference;
      pointer-events: none;
  }
  
  h2 {
      font-size: 24px;
      font-family: "aktiv-grotesk", sans-serif;
      font-weight: 600;
      font-style: normal;
      line-height: 90%;
      color: #0400ff ;
      transition: 300ms;
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: 4px; 
      margin-top: 0px;
  }
  
  h1 {
      font-family: "aktiv-grotesk", sans-serif;
      font-weight: 600;
      font-style: normal;
      font-size: 24px;
      line-height: 90%;
      margin: 0;
      position: fixed;
      top: 10px;
      left: 50%;
      transform: translateX(-50%);
      }
  
  
      p {
          font-family: "aktiv-grotesk", sans-serif;
          font-weight: 600;
          font-style: normal;
          font-size: 24px;
          position: relative;
          line-height: 110%;
          margin: none;
          bottom: 0px;
          margin-top: 0px;
          margin-left: 10px;
      }
  
  
  /* Header*/
   
  #head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin-left: 10px;
  }
  
  #Buttons {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 10px;
    margin-top: 10px;
  }
  
  .Headline {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    width: 100vw;
    text-align: center;
    margin: 0;
  }
  
  #info-button {
    position: fixed;
    top: 0;
    margin-top: 10px;
    right: 0px;
    margin-left: 10px;
    z-index: 999999;
  }
  
  .no-scroll {
    overflow: hidden;
  }
  
 
    /* Gallerie*/
  
    #Image {
      height: 100px;
      margin-right: 20px;
      margin-left: 0px;
      margin-top: 0px;
      transition: height 300ms ease-in-out; /* Add transition rule to original CSS */
  }
    
    #Image:hover {
      height: 120px;
      transition-delay: 0s; /* Add transition-delay rule to hover CSS */
  }
    
    img:not(:hover) {
      height: 120px;
      transition-delay: 0ms; /* Add transition-delay rule to non-hover CSS */
  }
    
    .gallery {
      display: flex;
      flex-direction: row;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 95px;
  }
  
    .Image-wrapper {
      display: flex;
      flex-direction: column;
      left: 0;
  }
  
  
    .Full-Screen {
      height: 100%; /* changed from 100% */
      margin-top: 10px;
      margin-bottom: 0; /* changed from 10px */
      position: relative; /* added */
      }
      
      #Full-Image {
      display: block;
      margin: 0 auto; /* simplified */
      height: 100%;
      object-fit: contain; /* added */
      margin-bottom: 25px;
      }
    
      #overlay1, #overlay2, #overlay3, #overlay4, #overlay5, #overlay6, #overlay7, #overlay8, #overlay9, #overlay10, #overlay11, #overlay12, #overlay13, #overlay14, #overlay15, #overlay16, #overlay17, #overlay18, #overlay19, #overlay20 {
        position: fixed;
        display: none;
        width: 100%;
        height: calc(67% - 10px);
        left: 0;
        right: 0;
        margin-bottom: 40px;
        /* top: 0; */
        bottom: 0;
        color: none;
        z-index: 1;
      }


      #image-container {
        display: flex;
        justify-content: center;
        height: 100%;
      }

      #image-row {
        display: flex;
        justify-content: flex-start; /* updated */
        height: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        
      }
      
      #image-row img {
        display: block;
      margin-left: 10px; 
      margin-right: 10px;
      height: 100%;
      object-fit: contain; /* added */
      margin-bottom: 25px; /* added */
      }

    


  
    #Full-Image:hover {
      cursor: url(X.svg), auto;
      box-shadow: none;
    }
  
  
    /*Footer*/
  
    #Footer {
      position: fixed;
      bottom: 0;
      display: flex;
      flex: 1;
      flex-direction: row;
      justify-content: space-between;
      margin-bottom: 10px;
      margin-left: 10px;
  }
  
 
  /*Buttons*/
  a{
  color: #000000;
  text-decoration: none;
  }
  
  
  #Kategorie {
      margin-bottom: 4px;
      line-height: 90%;

  
  }
  
  button {
      font-size: 24px;
      font-family: "aktiv-grotesk", sans-serif;
      font-weight: 600;
      font-style: normal;
      line-height: 90%;
      color: #000000;
      align-content: flex-end;
      background: none;
      border: none;
      transition: none;
      padding: 0px;
      margin-right: 10px;
      margin-left: 0px;
      height: 100%;
      transition: 200ms;
  }
  
  
  button:hover {
      text-decoration: none;
      color: #0400ff;
      cursor: url(o.svg), auto;
  
  }
  
  a {
      font-size: 24px;
      font-family: "aktiv-grotesk", sans-serif;
      font-weight: 600;
      font-style: normal;
      line-height: 90%;
      color: #000000;
      align-content: flex-end;
      background: none;
      border: none;
      transition: none;
      padding: 0px;
      margin-right: 10px;
      height: 100%;
      transition: 200ms;
  }
  
  a:hover {
      text-decoration: none;
      color: #0400ff;
      cursor: url(o.svg), auto;
  }
  
  
  
  #Pfeil {
      z-index: 10000;
      margin-top: 0px;
      margin-left: 10px;
      position: fixed;
      left: 0;
      float: left;
      height: auto;
      transition: 300ms;
  
  }
  
  #Pfeil:hover {
      content: url(-blau.svg);
  }
    
  
  /*Info*/
  
  
  #Information {
      margin-right: 10px;
      left: 0;
      right: 0;
      top: 0;
      display: flex;
      flex-direction: row;
      margin-top: 95px;
  
  }
  
  
  #Info {
      display: none;
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(255, 255, 255, 100);
      z-index: 999999;
    }
  
  
    
     


    @media only screen and (max-height: 450px) {

      

      #overlay1, #overlay2, #overlay3, #overlay4, #overlay5, #overlay6, #overlay7, #overlay8, #overlay9, #overlay10, #overlay11, #overlay12, #overlay13, #overlay14, #overlay15, #overlay16,#overlay17, #overlay17, #overlay18, #overlay19, #overlay20 {
        height: calc(0% - 10px);
        margin-bottom: 40px;
        
        }

          
    }
 

   

  
    @media only screen and (min-height: 450px) {

      

      #overlay1, #overlay2, #overlay3, #overlay4, #overlay5, #overlay6, #overlay7, #overlay8, #overlay9, #overlay10, #overlay11, #overlay12, #overlay13, #overlay14, #overlay15, #overlay16,#overlay17, #overlay17, #overlay18, #overlay19, #overlay20 {
        height: calc(45% - 10px);
        margin-bottom: 40px;
        }
        
          
    }   


    @media only screen and (min-height: 500px) {

      

      #overlay1, #overlay2, #overlay3, #overlay4, #overlay5, #overlay6, #overlay7, #overlay8, #overlay9, #overlay10, #overlay11, #overlay12, #overlay13, #overlay14, #overlay15, #overlay16, #overlay17, #overlay17, #overlay18, #overlay19, #overlay20 {
        height: calc(49% - 10px);
        margin-bottom: 40px;
        }
        
          
    } 

    @media only screen and (min-height: 550px) {

      #overlay1, #overlay2, #overlay3, #overlay4, #overlay5, #overlay6, #overlay7, #overlay8, #overlay9, #overlay10, #overlay11, #overlay12, #overlay13, #overlay14, #overlay15, #overlay16, #overlay17, #overlay17, #overlay18, #overlay19, #overlay20 {
        height: calc(52% - 10px);
        margin-bottom: 40px;
        }

          
    } 

    @media only screen and (min-height: 600px) {

      #overlay1, #overlay2, #overlay3, #overlay4, #overlay5, #overlay6, #overlay7, #overlay8, #overlay9, #overlay10, #overlay11, #overlay12, #overlay13, #overlay14, #overlay15, #overlay16, #overlay17, #overlay17, #overlay18, #overlay19, #overlay20 {
        height: calc(56% - 10px);
        margin-bottom: 40px;
        }

          
    } 

    
    @media only screen and (min-height: 650px) {

      #overlay1, #overlay2, #overlay3, #overlay4, #overlay5, #overlay6, #overlay7, #overlay8, #overlay9, #overlay10, #overlay11, #overlay12, #overlay13, #overlay14, #overlay15, #overlay16, #overlay17, #overlay17, #overlay18, #overlay19, #overlay20 {
        height: calc(59% - 10px);
        margin-bottom: 40px;
        }

          
    } 

        
    @media only screen and (min-height: 700px) {

      #overlay1, #overlay2, #overlay3, #overlay4, #overlay5, #overlay6, #overlay7, #overlay8, #overlay9, #overlay10, #overlay11, #overlay12, #overlay13, #overlay14, #overlay15, #overlay16, #overlay17, #overlay17, #overlay18, #overlay19, #overlay20 {
        height: calc(62% - 10px);
        margin-bottom: 40px;
        }

          
    } 

    @media only screen and (min-height: 750px) {

      #overlay1, #overlay2, #overlay3, #overlay4, #overlay5, #overlay6, #overlay7, #overlay8, #overlay9, #overlay10, #overlay11, #overlay12, #overlay13, #overlay14, #overlay15, #overlay16, #overlay17, #overlay17, #overlay18, #overlay19, #overlay20 {
        height: calc(65% - 10px);
        margin-bottom: 40px;
        }

          
    } 

    @media only screen and (min-height: 800px) {

      #overlay1, #overlay2, #overlay3, #overlay4, #overlay5, #overlay6, #overlay7, #overlay8, #overlay9, #overlay10, #overlay11, #overlay12, #overlay13, #overlay14, #overlay15, #overlay16, #overlay17, #overlay17, #overlay18, #overlay19, #overlay20 {
        height: calc(68% - 10px);
        margin-bottom: 40px;
        }

          
    } 

    @media only screen and (min-height: 850px) {

      #overlay1, #overlay2, #overlay3, #overlay4, #overlay5, #overlay6, #overlay7, #overlay8, #overlay9, #overlay10, #overlay11, #overlay12, #overlay13, #overlay14, #overlay15, #overlay16, #overlay17, #overlay17, #overlay18, #overlay19, #overlay20 {
        height: calc(71% - 10px);
        margin-bottom: 40px;
        }

          
    } 

    @media only screen and (min-height: 900px) {

      #overlay1, #overlay2, #overlay3, #overlay4, #overlay5, #overlay6, #overlay7, #overlay8, #overlay9, #overlay10, #overlay11, #overlay12, #overlay13, #overlay14, #overlay15, #overlay16, #overlay17, #overlay17, #overlay18, #overlay19, #overlay20 {
        height: calc(76% - 10px);
        margin-bottom: 40px;
        }

          
    } 

    @media only screen and (min-height: 950px) {

      #overlay1, #overlay2, #overlay3, #overlay4, #overlay5, #overlay6, #overlay7, #overlay8, #overlay9, #overlay10, #overlay11, #overlay12, #overlay13, #overlay14, #overlay15, #overlay16, #overlay17, #overlay17, #overlay18, #overlay19, #overlay20 {
        height: calc(80% - 10px);
        margin-bottom: 40px;
        }

          
    } 

    @media only screen and (min-height: 1000px) {

      #overlay1, #overlay2, #overlay3, #overlay4, #overlay5, #overlay6, #overlay7, #overlay8, #overlay9, #overlay10, #overlay11, #overlay12, #overlay13, #overlay14, #overlay15, #overlay16, #overlay17, #overlay17, #overlay18, #overlay19, #overlay20 {
        height: calc(85% - 10px);
        margin-bottom: 40px;
        }

          
    } 


    @media only screen and (min-height: 1500px) {

      #overlay1, #overlay2, #overlay3, #overlay4, #overlay5, #overlay6, #overlay7, #overlay8, #overlay9, #overlay10, #overlay11, #overlay12, #overlay13, #overlay14, #overlay15, #overlay16, #overlay17, #overlay17, #overlay18, #overlay19, #overlay20 {
        height: calc(90% - 10px);
        margin-bottom: 40px;
        }

          
    } 
  
    @media only screen and (min-height: 2000px) {

      #overlay1, #overlay2, #overlay3, #overlay4, #overlay5, #overlay6, #overlay7, #overlay8, #overlay9, #overlay10, #overlay11, #overlay12, #overlay13, #overlay14, #overlay15, #overlay16, #overlay17, #overlay17, #overlay18, #overlay19, #overlay20 {
        height: calc(100% - 10px);
        margin-bottom: 40px;
        }

          
    } 
  




      @media only screen and (max-width: 1024px) {
        /* Body */
        body {
        font-size: 20px;
        }
        
        /* Head */
        #head {
        padding: 0px;
        }
        
        #Buttons {
        padding-left: 10px;
        }
        
        h1 {
          font-size: 20px;
        }
  
        h2 {
          font-size: 20px;
  
        }
  
        .Headline {
        font-size: 20px;
        }
        
        /* Gallery */
        .gallery {
        display: flex;
        flex-direction: row;
        padding-top: 83px;
  
        }
        
        #Image {
          margin-right: 20px;
          margin-left: 0px;
          margin-top: 0px;
        }
        
        
        p {
          font-size: 20px;
        }      
        
        /* Buttons */
        #Kategorie {
        font-size: 20px;
      
        }
        
        button {
        font-size: 20px;
        }
  
        a {
          font-size: 20px;
        }
  
        #Information {
          margin-top: 83px;
        }
  
        #Info {
          z-index: 999999;
        }
  
        }







      @media only screen and (min-width: 1920px) {
      /* Body */
      body {
      font-size: 30px;
      }
      
      /* Head */
      #head {
      padding: 0px;
      }
      
      #Buttons {
      padding-left: 10px;
      }
      
      h1 {
        font-size: 30px;
      }

      h2 {
        font-size: 30px;

      }

      .Headline {
      font-size: 30px;
      }
      
      /* Gallery */
      .gallery {
      display: flex;
      flex-direction: row;
      padding-top: 100px;

      }
      
      #Image {
        margin-right: 20px;
        margin-left: 0px;
        margin-top: 0px;
      }

      
      p {
        font-size: 30px;
      }      
      
      /* Buttons */
      #Kategorie {
      font-size: 30px;
      }
      
      button {
      font-size: 30px;
      }

      a {
        font-size: 30px;
      }

      #Information {
        margin-top: 100px;
      }

      #Info {
        z-index: 999999;
      }

      }


      @media only screen and (max-width: 500px) {
        /* Body */

        #Image {
          height: 90px;
          margin-right: 20px;
          margin-left: 0px;
          margin-top: 0px;
          transition: height 300ms ease-in-out; /* Add transition rule to original CSS */
      }
        
        #Image:hover {
          height: 110px;
          transition-delay: 0s; /* Add transition-delay rule to hover CSS */
      }

        body {
        font-size: 18px;
        }
        
        /* Head */
        #head {
        padding: 0px;
        }
        
        #Buttons {
        padding-left: 10px;
        }
        
        h1 {
          font-size: 18px;
        }
  
        h2 {
          font-size: 18px;
  
        }
  
        .Headline {
        font-size: 18px;
        }
        
        /* Gallery */
        .gallery {
        display: flex;
        flex-direction: row;
        padding-top: 77px;
  
        }
        
        #Image {
          margin-right: 20px;
          margin-left: 0px;
          margin-top: 0px;
        }
        
        
        p {
          font-size: 18px;
        }      
        
        /* Buttons */
        #Kategorie {
        font-size: 18px;
        left: 0;
        margin-left: 0px;
        }
        
        button {
        font-size: 18px;
        }
  
        a {
          font-size: 18px;
        }
  
        #Information {
          margin-top: 77px;
        }
  
        #Info {
          z-index: 999999;
        }
  
        }
    