.fadeInUp{
	visibility: visible;
	animation-delay: 0.2s;
	animation-name: fadeInUp;
}

.fadeIn{
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}
.animate-bottom{
	position:relative;
	-webkit-animation:animatebottom 1.5s;
	animation:animatebottom 1.5s
}

.textAnimation {
	text-align: center;
	-webkit-animation: textwelle 4s;
	-moz-animation: textwelle 4s; /* Firefox < 16 */
        -ms-animation: textwelle 4s; /* Internet Explorer */
         -o-animation: textwelle 4s; /* Opera < 12.1 */
	animation: textwelle 4s;
	font-size: 100%;
}
