img {
    max-width: 100%;
    height: auto;
}

#spruch {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    z-index: 1;
    padding-top: 0%;
}

#v,
      #a,
      #t,
      #t2,
      #e,
      #r {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    z-index: 2;
    padding-top: 25%;
}

#animation {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    z-index: 2000;
}

#animationPage {
    width: 80%;
    position: absolute;
    left: 10%;
    cursor: pointer;
}

*html #animation {
 /* IE6 */
    display: none;
}

*+html #animation {
 /* IE7 */
    display: none;
}

#animation {
 /* IE8 */
    display: none\0/;
}

:root #animation {
 /* IE9 */
    display: none\9;
}   