.site {
	animation: einblenden 1s;	
}

@keyframes einblenden {
    from { opacity:0; }
    to { opacity:1; }
}
