body {
  margin: 0;
  font-family: Helvetica, Verdana, Arial, Geneva, sans-serif;
}

#wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: darkkhaki;
  z-index: 10;
  /* border: 1px solid red; */
}

#doppelpunkt {
  /* border: 1px solid blue; */
  position: fixed;
  left: 45%;
  width: 10%;
  /* top: 33%; */
  bottom: 40%;
  text-align: center;
  /* font-size: 11vw; */
  font-size: 24vh;
  z-index: 130;
}

#stunden {
  /* border: 1px solid deeppink; */
  position: fixed;
  right: 52%;
  /* top: 33%; */
  bottom: 40%;
  text-align: right;
  /* font-size: 11vw; */
  font-size: 24vh;
  z-index: 110;
}

#minuten {
  /* border: 1px solid darkmagenta; */
  position: fixed;
  left: 52%;
  /* top: 33%; */
  bottom: 40%;
  text-align: left;
  /* font-size: 11vw; */
  font-size: 24vh;
  z-index: 120;
}

#sekunden {
  /* border: 1px solid yellow; */
  position: fixed;
  left: 45%;
  width: 10%;
  top: 58%;
  text-align: center;
  /* font-size: 3vw; */
  font-size: 7vh;
  z-index: 100;
}

#analogUhr {
  position: fixed;
  top: 1%;
  height: 98%;
  z-index: 80;
}

#analogUhrMitPB {
  position: fixed;
  top: 1%;
  height: 93%;
  z-index: 80;
}

.analogStundenZahlen {
  fill: black;
  /* font: bold 5vh sans-serif; */
  font: bold 36px sans-serif;
  text-anchor: middle;
  alignment-baseline: central;
}

.analogStundenZahlenBunt {
  /* fill: rgb(255,140,0); */
  /* font: bold 5vh sans-serif; */
  font: bold 36px sans-serif;
  text-anchor: middle;
  alignment-baseline: central;
}

.analogMinutenZahlenBunt {
  /* fill: rgb(0,0,255); */
  /* font: 4vh sans-serif; */
  font: 30px sans-serif;
  text-anchor: middle;
  alignment-baseline: central;
}

.analogSekundenZahlenBunt {
  /* fill: rgb(255,0,0); */
  /* font: 2vh sans-serif; */
  font: 15px sans-serif;
  text-anchor: middle;
  alignment-baseline: central;
}

#progressbar {
  background-color: white;
  position: fixed;
  left: 1%;
  width: 98%;
  bottom: 2%;
  height: 2%;
  z-index: 90;
}

.nacht {
  background-color: black;
  position: absolute;
  top: 0px;
  height: 100%;
}

#aktuelleZeit {
  position: absolute;
  top: -100%;
  height: 300%;
  left: 0px;
}

#sonneUndMond {
  /* border: 1px solid blue; */
  position: fixed;
  top: 0px;
  left: 0px;
  text-align: right;
  /* font-size: 8vw; */
  font-size: 20vh;
  z-index: 50;
}

#uhranlegen {
  margin: 30px;
}

#kontakt {
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 100%;
	z-index: 5000;
	text-align: right;
	background-color: #000;
  color: #ddd;
	padding: 10px;
}

#kontakt a {
  color: white;
  text-decoration: none;
}

#kontakt a:hover {
  text-decoration: underline;
}

#kontaktdetails {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 700px;
	background-color: #000;
	padding: 3000px 10px 10px 3000px;
}
