
#ContLay24InfoDiv #AnfrageDiv {
    position: relative;
    float: none;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 40px;
    left: auto;
    right: auto;
    margin-top: 0px;
    margin-bottom: 2%;
}



/*Animate INFO-CONTAINER */
#ContLay21InfoContDiv,
#ContLay22InfoContDiv,
#ContLay24InfoContDiv,
#ContLay25InfoContDiv {


	/*ANIMATE*/
    -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
    
    -webkit-animation-delay: 0.8s;
-moz-animation-delay: 0.8s;
animation-delay: 0.8s;
    
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
  animation-name: fadeIn;
    /*ANIMATE ENDE*/ 
}


