
.imageWrapper {
    width: 50%;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.imageWrapper img {
    max-width: 100%;
    position: absolute;
    border: transparent 0px solid;
    border-radius: 20px 20px 20px 20px;
    z-index: 1;
    text-align: center;
}
.imageWrapper img:last-of-type {
    position: relative;
}

#Raucherfisch img:nth-last-of-type(3), #Raucherfisch img:nth-last-of-type(4) {
    left: 30%;
}

#Fischplatten img:nth-last-of-type(2), #Fischplatten img:nth-last-of-type(3), #Fischplatten img:nth-last-of-type(4), #Fischplatten img:nth-last-of-type(5), #Fischplatten img:nth-last-of-type(6) {
    left: 10%;
}

#Salate img:nth-last-of-type(2) {
    left: 10%;
}
#Salate img:nth-last-of-type(3) {
    left: 15%;
}
#Salate img:nth-last-of-type(6) {
    left: 4%;
}
#Salate img:nth-last-of-type(10) {
    left: 40%;
}

#Mittagstisch img:nth-last-of-type(2) {
    left: 10%;
}
#Mittagstisch img:nth-last-of-type(4), #Mittagstisch img:nth-last-of-type(5), #Mittagstisch img:nth-last-of-type(7) {
    left: 20%;
}
#Mittagstisch img:nth-last-of-type(6) {
    left: 15%;
}

#Frischfisch img:nth-last-of-type(4), #Frischfisch img:nth-last-of-type(5), #Frischfisch img:nth-last-of-type(7) {
    left: 10%;
}