﻿@import url(https://fonts.googleapis.com/css?family=Josefin Sans);
/* LESS zu CSS mit http://winless.org/online-less-compiler */
/* 
   "width"				fuer Werte mit Dimension px
   "color"				fuer Farben
  */

*{
  box-sizing: border-box;
}
body {
  font-family: 'Josefin Sans', Arial, "Trebuchet MS", sans-serif;

}
.one_line {
  width: 100%;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.clock_row {
  margin-right: auto;
  margin-left: 27px;
  font-size: 22px;
  line-height: 30px;
}
#clock {
  position: relative;
  display: block;
  color: #000000;
  background: #9AA2AD;
  background: #008000;
  width: 93%;
  margin: 0 auto;
  transition: background-color 1.9s linear;
}
#clock .light {
  color: #ffffff !important;
  text-shadow: 0px 0px 1px #ffffff;
}
#letters {
  margin-top: 27px;
  margin-bottom: 27px;
  margin-left: auto;
  margin-right: auto;
}
#letters span {
  width: 27px;
}
#letters,
#letters span {
  display: inline-block;
  text-align: center;
  transition: all 0.5s linear;
}
#settings,
#settings a {
  color: #555555;
  font-size: 13px;
  width: 90%;
  margin: 10px auto;
}
#settings a:hover {
  color: #ffffff;
  text-decoration: underline;
  text-shadow: 0 0 1px #555555;
}
#settings p {
  margin: 0;
  width: 100%;
  text-align: center;
}
#settings .button:hover .autoColorbutton:hover {
  box-shadow: 0 0 3px 0 white inset;
}
#settings .selected:before {
  content: '✔';
  position: absolute;
  color: #ffffff;
  left: 5px;
  top: 0px;
}
#settings .languActive {
  font-size: 15.6px;
  color: #555555 !important;
}
#settings h1 {
  display: block;
  color: #ffffff;
  width: 355;
  text-align: center;
}
#settings a {
  color: #555555;
  text-decoration: none;
}
#settings a.extern:link {
  color: #00ff00;
  text-decoration: underline;
}
#settings a.extern:visited {
  color: #6f6f6f;
  text-decoration: none;
}
#settings a.extern:focus {
  color: #555555;
  text-decoration: underline;
}
#settings a.extern:hover {
  color: #000000;
  text-decoration: none;
}
#settings a.extern:active {
  color: #555555;
  text-decoration: underline;
}
.clock_panel{

}
.clock_panel .autoColorbutton {
  margin-right: 15px;
}
.clock_panel .autoColorSelected:before {
  content: '●';
  position: absolute;
  color: #ffffff;
  left: 6px;
  top: 1px;
}
.clock_panel .button {
  position: relative;
  display: inline-block;
  margin-left: 2px;
  /*background: linear-gradient(-75deg, rgba(0, 0, 0, 0) 50%, #ffffff, 0.05 50%, #ffffff, 0 100%);*/
  height: 20px;
  width: 20px;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
#settings:hover .button,
#settings:hover .autoColorbutton {
  opacity: 1;
}
#gray {
  background-color: #464646;
}
#darkblue {
  background-color: #00008b;
}
#lightblue {
  background-color: lightblue;
}
#darkred {
  background-color: #8b0000;
}
#green {
  background-color: #647800;
}
#yellowgreen {
  background-color: yellowgreen;
}
#purple {
  background-color: #462878;
}
#orange {
  background-color: #965000;
}
#yellow {
  background-color: yellow;
}
#desc {
  margin: 10px auto;
  position: relative;
  display: inline-block;
  width: 100%;
  color: white;
  font-size: 13px;
  text-align: center;
  left: 10%;
}
#e0,
#e1,
#e2,
#e3 {
  position: absolute;
  color: #000000;
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
}
#e0,
#e1 {
  top: 13px;
}
#e2,
#e1 {
  right: 18px;
}
#e0,
#e3 {
  left: 20px;
}
#e2,
#e3 {
  bottom: 10px;
}
