@media(max-width: 425px) {
    
    .body {
        height: 130em;
        width: 100%;
    }
    .Works {
        margin-top: 5vh;
        width: 70%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 1em;
    
        
    }
    .tabelle, .tabelle2, .tabelle3, .tabelle4, .tabelle5{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 20em;
        margin-top: 2em;
        background-color: rgba(255, 255, 255, 0.103);
        
    }

    
    
    #img1,#img2 {
        height: 35em;
        width: 13em;
    }
    #img1:hover, #img2:hover {
        cursor: pointer;
    }

    #img3,#img4, #img5{
        margin-left: -2em;
        max-height: 34em;
        max-width: 24em;
    }
    #img3:hover {
        cursor: pointer;
    }
    #img5:hover {
        cursor: pointer;
    }

    #img4:hover {
        cursor: pointer;
        
    }
    
    

    .info,.info2, .info3, .info4, .info5{
        display: block;
        text-align: center;
        height: 45em;
        width: 20em;
        padding: 2em;
        font-size: 1.5vw;
        
    }
    h5 {
        margin-top: 2em;
        font-size: 1.2em;
    }

    

    .Kunstkritik {
        display: none;
        flex-direction: column;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.103);
        margin-top: 5em;
        height: 125em;
        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: 5em;
        height: 8em;
    }
    #number9, #number15 {
        width: 3em;
        height: 8em;
    }
    
    .Presentations {
        width: 100%;
        height: 100%;
    }

    .Vita {
        flex-wrap: wrap;
        text-align: left;
        padding: 1em;
        font-size: 1em;
        margin-top: 3em;
        
    }

    .Contact {
        justify-content: left;
        text-align: left;
        font-size: 1em;
        padding: 1em;
        margin-top: 3em;
    }
    

    
}