@media(min-width: 426px) {
    
    

    header{
        
        
        font-size: 1.5em;
    }
    
   
    .Works {
        display: flex;
        flex-direction: column;
        align-items: center;
      
        margin-top: 8vh;
        width: 30%;
        
    
        
    }

    .tabelle, .tabelle2, .tabelle3, .tabelle4, .tabelle5{
        display: flex;
        width: 100%;
        min-height: 25em;
        margin-top: 1em;
        background-color: rgba(255, 255, 255, 0.103);
        
    }

    #img1, #img2 {
        height: 15em;
        width: 6em;
    }
    #img1:hover {
        cursor: pointer;
    }


    #img2:hover {
        cursor: pointer;
    }

    #img3, #img4, #img5{
        margin-left: -0.5em;
        height: 15em;
        width: 10em;
    }
    #img3:hover {
        cursor: pointer;
    }
    #img5:hover {
        cursor: pointer;
    }

    #img4:hover {
        cursor: pointer;
        
    }
    
    .info,.info2, .info4, .info3, .info5{
        display: block;
        margin-top: 3em;
        margin-left: 3.5em;
        text-align: center;
        height: 25em;
        width: 9em;
        padding: 2em;
        font-size: 1.5vw;
        
        
    }
    h5 {
        margin-top: 1em;
    }

    .Kunstkritik {
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: rgba(255, 255, 255, 0.1);
        margin-top: 5em;
        height: 100%;
        width: 60%;
        padding: 2em;
        

    }
    

    .Kritik {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
        width: 100%;
        height: 100%;
        gap: 2em;
        
    }

    
    #violinist, #bananas, #Lena {
        width: 10em;
        height: 15em;
    }
    #number9, #number15 {
        
        width: 6em;
        height: 15em;
    }
    

    .Presentations {
        font-size: 1.5em;
        
    }

    .Vita {
        flex-direction: column;
        text-align: left;
        font-size: 1em;
        margin-top: 4em;
        
    }

    .Contact {
        padding: 2em;
    }

    .Footer {
        margin-top: 2em;
    }
   

}