
@import url(https://fonts.googleapis.com/css?family=Dosis:200,400,500,600);
html, body { height: 100%; }
body { background: #f2f2f2; }

.container { width: 300px; height: 300px; margin: 10px auto 0; }
.schatten .farb_kreis, .schatten .innerer_kreis, .schatten .schriftbg, .schatten .schrift, .zeigerbg .zeiger { position: absolute;  left: 50%; top: 50%; }
.schatten {
    position: relative;
    width: 240px;
    height: 240px;
    border-radius: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background-color: transparent;
}
.farb_kreis {
    position: relative;
    width: 210px;
    height: 210px;
    margin: -105px 0 0 -105px;
    border-radius: 100%;
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, .5), 0 2px 20px rgba(255, 255, 255, 1);
    background: linear-gradient(to top, blue 0%, DarkMagenta 20%, LightGreen 50%,yellow 80%, red 100%);
    position:relative;
}
.innerer_kreis {
    width: 180px;
    height: 180px;
    margin: -90px 0 0 -90px;
    border-radius: 100%;
    box-shadow: inset 0 2px 2px rgba(255, 255, 255, .4), 0 3px 13px rgba(0, 0, 0, .85);
    background: #f2f6f5;
    background: -moz-linear-gradient(top, #f2f6f5 0%, #cbd5d6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f6f5), color-stop(100%, #cbd5d6));
    background: -webkit-linear-gradient(top, #f2f6f5 0%, #cbd5d6 100%);
    background: -o-linear-gradient(top, #f2f6f5 0%, #cbd5d6 100%);
}
.schriftbg {
    width: 160px;
    height: 160px;
    margin: -80px 0 0 -80px;
    border-radius: 100%;
    background: #cbd5d6;
    background: -moz-linear-gradient(top, #cbd5d6 0%, #f2f6f5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cbd5d6), color-stop(100%, #f2f6f5));
    background: -webkit-linear-gradient(top, #cbd5d6 0%, #f2f6f5 100%);
}

.schrift {
    padding: 3px 10px 0 10px;
    width: 120px;
    height: 137px;
    display: inline-block;
    margin: -70px 0 0 -70px;
    color: #555;
    text-shadow: 1px 1px 1px white;
    font-family: 'Dosis';
    font-size: 100px;
    font-weight: 400;
    text-align: center;
}
.schrift span { font-size: 30px; font-weight: 200; }
.schrift strong { position: absolute; right: 10px; top: 25px; font-size: 34px; }

.zeigerbg{
    width: 160px;
    height: 160px;
    margin: -140px 0 0 -20px;
    border-radius: 100%;
    background: transparent;
    transform: rotate(273deg);
}
.zeiger{
  width: 0;
  height: 0;
  margin: -80px 0 0 -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #000000;
}
.container2 { width: 300px; heigth: 300px; margin: 10px auto 0; }
.button { position: absolute;  left: 50%; top: 50%; }

.button {
    width: 180px;
    margin: 0px 0 0 -155px;
    background-color: #cbd5d6;
    position: relative;
    border: none;
    border-radius: 10px;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    color: #555;
    text-shadow: 1px 1px 1px white;
    font-family: 'Dosis';
}