/*Animationscontainer*/

#animation {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -10;

}

/*Animationselement*/

.animationselement {

    position: absolute;
    width: 100px;
    left: 110%;
}

/*Bild im Animationselement*/

.animationselement img {

    width: 100%;
    height: auto;
}