@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto');

html,
body {
	margin: 0;
	height: 100%;
	position: relative;
	font-family: 'Calibri', sans-serif;
	font-family: 'Calibri', sans-serif;
}

#wrapper{
	width: 100%;
	height: 100%;
	
}

#frame{
	height: 200px;
}

h1 { position:absolute;
	top:150px;
	color:#fff;
}
jquery-script-ads { position:absolute;
	top:200px;
}

.bg {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 5s;
	-moz-transition: opacity 5s;
	transition: opacity 5s;
}

.hidden { opacity: 0; }

.currentclock #date{
	position:absolute;
	top:0px;
	color:#fff;
	font-size: 50pt;
	font-family: 'Calibri', sans-serif;
	background: rgba(0,0,0,0.1);
	text-shadow:
	3px 3px 0 #000,
	-1px -1px 0 #000,  
	1px -1px 0 #000,
	-1px 1px 0 #000,
	1px 1px 0 #000;
}
.currentclock #time{position:absolute;
	top:80px;
	color:#fff;
	font-size: 100pt;
	font-family: 'Calibri', sans-serif;
	background: rgba(0,0,0,0.1);
	-webkit-text-stroke: 1px black;
	color: white;
	text-shadow:
	3px 3px 0 #000,
	-1px -1px 0 #000,  
	1px -1px 0 #000,
	-1px 1px 0 #000,
	1px 1px 0 #000;
}

#countdownclock{
	width: 1080px;
	
	position:absolute;
	bottom:0px;
	right:0px;
	
	color:#fff;
	font-size: 100pt;
	font-family: 'Calibri', sans-serif;
	background: rgba(0,0,0,0.1);
	-webkit-text-stroke: 1px black;
	text-shadow:
	3px 3px 0 #000,
	-1px -1px 0 #000,  
	1px -1px 0 #000,
	-1px 1px 0 #000,
	1px 1px 0 #000;
}

#centertext{
	width: 100%;
	
	position:absolute;
	top:200px;
	left:0px;
	
	color:#fff;
	font-size: 50pt;
	font-weight: bold;
	font-family: 'Calibri', sans-serif;
	background: rgba(0,0,0,0.1);
	-webkit-text-stroke: 1px black;
	text-shadow:
	1px 1px 0 #000,
	-1px -1px 0 #000,  
	1px -1px 0 #000,
	-1px 1px 0 #000,
	1px 1px 0 #000;
}

#feuerwerk
{
	background-color:none;
	z-index: 99999;
	height: 100%;
	width: 100%;
	position: absolute;
	top:0;
	left:0;
}

.uhr{
 text-shadow: 2px 2px #ff0000;
}