
.diabetesuhr
{
	width:100%;
	display:inline-block;
	font: normal 14px 'Open Sans', sans-serif;
}

.diabetesuhr h3
{
	display:block;
	margin:0px;
	margin-bottom:10px;
	text-align:center;
	
	font-size: 16px;
	font-weight:600;

	-moz-hyphens: auto;
	   -o-hyphens: auto;
	   -webkit-hyphens: auto;
	   -ms-hyphens: auto;
	   hyphens: auto; 
}


.diabetesuhr .tracks {
	fill: none;
}

.diabetesuhr svg {
	-webkit-filter: drop-shadow( 2px 2px 2px rgba(0, 0, 0, .3));
	filter: drop-shadow( 2px 2px 2px rgba(0, 0, 0, .3));
	/*outline: 1px dashed #AAA;*/
}

.diabetesuhr .circle-bg
{
	-webkit-filter: drop-shadow( 2px 2px 2px rgba(0, 0, 0, .5));
	filter: drop-shadow( 0px 0px 10px rgba(0, 0, 0, .5));
}

.diabetesuhr svg .counter
{
	fill: #444;
	font: 700 40px 'Open Sans', sans-serif;
	font: 700 40px 'Anton', sans-serif;
	/*font: 600 36px 'Titan One', cursive;*/
}

.diabetesuhr .bodies path {
	stroke: #FFF;
	stroke-width: 0px;

	/*-webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
	filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));*/
}

.diabetesuhr .bodies .text-path {
 
}

.diabetesuhr .bodies text {
	fill: #FFF;
	/*font: 600 22px "Arial";*/
	font: 600 22px 'Open Sans', sans-serif;
}

.diabetesuhr .sub-descr
{
	font: 300 10px 'Open Sans', sans-serif;
	stroke: "#AAA";
	text-anchor: middle;
}


.diabetesuhr path {
	stroke: #444;
	stroke-width: 2px;
}

.diabetesuhr .sun path {
	fill: #396980;
}

.diabetesuhr .planet path {
	fill: #9cbccf;
}

.diabetesuhr .annulus path {
	fill: #396980;
}





.diabetesuhr .switch {
  position: relative;
  text-align:center;
}


.diabetesuhr .item {
  position: relative;
  display: inline-block;
  width: 48%;
  height: 100%;
  line-height: 30px;
  overflow:hidden;
}
.diabetesuhr .item:first-child label {
  border-radius: 5px 0 0 5px;
}
.diabetesuhr .item:last-child label {
  border-radius: 0 5px 5px 0;
}
.diabetesuhr .item label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-align: center;
  transition: transform 0.4s, color 0.4s, background-color 0.4s;

   background-color: #DDD;
  color: #000;
}
.diabetesuhr .item input[type="radio"] {
  appearance: none;
	width: 0;
  height: 0;
  opacity: 0;
}
.diabetesuhr .item input[type="radio"]:focus {
  outline: 0;
  outline-offset: 0;
}
.diabetesuhr .item input[type="radio"]:checked ~ label {
  background-color: #2080b9;
  color: #FFF;
}
.diabetesuhr .item input[type="radio"]:active ~ label {
  transform: scale(1.05);
}
