.flip-clock-wrapper{margin:0;}	


/*von 80 auf ...*/
/*
.flip-clock-wrapper ul,
.flip-clock-wrapper ul li a div{
	font-size:40px;	
}*/
/*von 70 auf ...*/
.flip-clock-wrapper ul li a div div.inn{
	font-size:25px;
}
/*von 87 auf ...*/
.flip-clock-wrapper ul,
.flip-clock-wrapper ul li{
	line-height:35px;	
}

/*von 90 auf ...*/
.flip-clock-wrapper ul {height: 35px;}
/*von 100 auf ...*/
.flip-clock-divider {height: 40px;}
 
 /*von 60 auf ...*/
 .flip-clock-wrapper ul {width: 25px;}
 
 .flip-clock-dot{
	width:5px;
	height:5px;
	left:2px;
}
.flip-clock-divider{width:15px;margin-left:5px;}
.flip-clock-wrapper ul{margin:0px;margin-right:1px;}
.flip-clock-wrapper>ul:nth-child(2){margin-left:0px;}
.flip-clock-dot.top{top:25px}
.flip-clock-dot.bottom{bottom:25px;}

.flip-clock-wrapper ul.flip {padding:0px;}
.flip-clock-divider .flip-clock-label{right:-51px;top:35px;bottom:-15px;z-index:5;}

.flip-clock-divider.seconds .flip-clock-label{right:-51px;}
.flip-clock-divider.minutes .flip-clock-label{right:-51px;}

.flip-clock-divider.hours{
	width:0px;
}

.flip-clock-divider .flip-clock-label{}


.flip-clock-wrapper .flip,
.flip-clock-dot{
	box-shadow:none;	
}
.flip-clock-dot{
	background-color:#b2b2b2;
}	
.flip-clock-wrapper ul{
	border-radius:0px;	
}

.flip-clock-wrapper ul li a div.down,
.flip-clock-wrapper ul li a div div.inn{
	border-radius:0px;
	box-shadow:none;	
}

.flip-clock-wrapper ul li a div div.inn{
	color:#14cb96;	
	background-color:#f4f4f4;/*#f4f4f4;*/
	text-shadow:none;
}
.flip-clock-wrapper{
	font-family:IntroCondBold;	
	font-size:25px;
	font-weight:normal;
}
.flip-clock-label{
	font-family:IntroCondRegular;	
	font-size:12px;	
	background-color:#b2b2b2;
	color:#fff !important;
	padding:2px;
	text-align:center;
	width:51px;
	
}


/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, white));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, white 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, white 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, white 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, white 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, white));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, white 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, white 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, white 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, white 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both; }

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, white 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, white 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, white 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, white 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, white 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, white 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, white 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, white 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, white 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, white 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both; }