xxbody {
   background-color:#9CB2C9 !important;
   background-image:url('/media/schnee1.png'),url('/media/schnee2.png'),url('/media/schnee3.png');
   -webkit-animation:schnee 25s linear infinite;
   -moz-animation:schnee 25s linear infinite;
   -ms-animation:schnee 25s linear infinite;
   animation:schnee 25s linear infinite;
}

body:after {
   content: '';
   display: block;
   position: fixed;
   z-index: 200;
   top: 0;
   left: 0;
   right: 0;
	bottom: 0;
	/*width: 100vw;
   height: 100vh;*/
   pointer-events: none;
	background-image:url('/media/schnee1.png'),url('/media/schnee2.png'),url('/media/schnee3.png');
   -webkit-animation:schnee 25s linear infinite;
   -moz-animation:schnee 25s linear infinite;
   -ms-animation:schnee 25s linear infinite;
	animation:schnee 25s linear infinite;
}

@keyframes schnee{0%{background-position:0px 0px,0px 0px,0px 0px}100%{background-position:500px 1000px,400px 400px,300px 300px}}
@-moz-keyframes schnee{0%{background-position:0px 0px,0px 0px,0px 0px}100%{background-position:500px 1000px,400px 400px,300px 300px}}
@-webkit-keyframes schnee{0%{background-position:0px 0px,0px 0px,0px 0px}100%{background-position:500px 1000px,400px 400px,300px 300px;}}
@-ms-keyframes schnee{0%{background-position:0px 0px,0px 0px,0px 0px}100%{background-position:500px 1000px,400px 400px,300px 300px}}

#weihnachten {
	background-image: url("/media/weihnachten14.gif"), url("/media/weihnachten14.gif");
	background-position: left center, right center;
	background-repeat: no-repeat, no-repeat;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 110px;
	padding: 0 90px;
}
