* {
	margin: 0;
	padding: 0;
}

:root {
//	font-size: 24px;
	font-family: arial;
}

@keyframes blink {
	0% {opacity: 1;	}
	50% {opacity: 0.1; }
	100% {opacity: 1; }
}

.fehlermeldung {
	border: 3px solid red;
	color: red;
	background-color: #FFEEEE;
}

.balkengruen {
	color: lightgreen;
	background-color: lightgreen;
}

.balkendunkelgruen {
	color: #50DE50;
	background-color: #50DE50;
}

.balkengelb {
	color: #E5E619;
	background-color: #E5E619;
}

.balkendunkelgelb {
	color: #C5C619;
	background-color: #C5C619;
}

.balkenblau {
	color: #ADD8E6;
	background-color: #ADD8E6;
}

.balkenweiss {
	color: white;
	background-color: white;
}

.balkenmarker {
	color: black;
}

.digitmarker {
	color: black;
	font-size: 12px;
	font-weight: bolder;
}

.bg-inactive {
	background-color: #A0D0FF;
}

.smallInput {
	background-color: #FFFFFF;
	color: #404080;
	font-family: arial;
	font-size: 16px;
	margin-top: 4px;
	margin-right: 12px;
	padding: 10px;
	border: 0px solid blue;
	border-radius: 12px 12px 12px 12px;
	font-weight: bold;
	text-decoration:underline;
}

.home {
	float: left;
	color: blue;
	font-family: arial;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	margin-top: -2px;
}

.filter {
	float: left;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 0px 20px;
	margin-top: 1px;
}

.filterSelect {
	float: left;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 0px 20px;
	margin-top: 3px;
}

.filterInput {
	float: left;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 0px 20px;
	margin-top: -6px;
}

.steuerung {
	float: right;
	font-size: 24px;
	font-weight: bold;
	margin-top: -2px;
}

.disableAnker {
	color: grey;
    pointer-events: none;
}

.displayRed {
	color: red;
}

.borderRed {
	border-color: red;
}

.messung {
	border-color: blue;
	border-width: 1px;
	border-radius: 2px;
	font-size: 20px;
}

.inlineblock {
	display: inline-block;
	text-align: center;
	background-color: lightyellow;
	border: 2px solid blue;
	border-radius: 8px;
	width: 20%;
	margin: 10px 10px 10px 0px;
	padding: 5px;
}

.inlineblock span{
	font-size: 40px;
	font-weight: bold;
	color: #150C5D;
}

.inlineblockclick {
	display: inline-block;
	text-align: center;
	background-color: lightyellow;
	border: 2px solid blue;
	border-radius: 8px;
	width: 20%;
	margin: 10px 10px 10px 0px;
	padding: 5px;
}

.inlineblockclick span{
	font-size: 40px;
	font-weight: bold;
	color: #150C5D;
}

.inlineblockclick:hover {
	background-color: #CFCFCF;
	cursor: pointer;
}


section {
	margin-left: 25px;
	margin-top: 12px;
	margin-left: 8px;
	font-family: arial;
	border: 2px solid blue;
	border-radius: 4px;
	background-color: #FFFFFF;
	max-width: 900px;
	padding: 16px 16px 18px 8px;
	opacity: 0.85;
	z-index: 100;
}

section button {
	height: 36px;
	margin: 2px 5px 4px 0;
	padding: 10px;
	color: #331F45;
	font-weight: bolder;
	font-size: 16px;
	border: 1px solid #331F45;
	border-radius: 2px;
	cursor: pointer;
}

section h2 button {
	height: 36px;
	margin: 0px 5px 4px 0px;
	padding: 5px 10px 5px 10px;
	color: #331F45;
	font-weight: bold;
	font-size: 16px;
	border: 1px solid #331F45;
	border-radius: 2px;
	cursor: pointer;
}

section input {
	height: 22px;
	background-color: #EAEAEA;
	color: #000000;
	font-family: arial;
	margin-top: 4px;
	margin-right: 12px;
	border: 1px solid blue;
	border-radius: 2px;
	padding: 2px;

}

section select {
	height: 28px;
	margin: 8px 5px 4px 0;
	border: 1px solid blue;
	border-radius: 2px;
	padding: 5px;
	cursor: pointer;
}

section textarea {
	background-color: #EAEAEA;
	color: #000000;
	font-family: arial;
	font-size: 18px;
	margin-top: 4px;
	margin-right: 12px;
	padding: 10px;
	border: 3px solid blue;
	border-radius: 12px 12px 12px 12px;
	font-weight: bold;
}

section input:hover {
	background-color: #AFAFAF;
	cursor: pointer;
}

section textarea:hover {
	background-color: #AFAFAF;
	cursor: pointer;
}

section select:hover {
	background-color: #AFAFAF;
	cursor: pointer;
}

section option:hover {
	background-color: #AFAFAF;
	cursor: pointer;
}

section button:hover {
	background-color: #CFCFCF;
	cursor: pointer;
}

section article {
	font-size: 20px;
}

section article h3 {
	font-size: 24px;
}

section article p {
	font-size: 20px;
}

section article option {
	font-family: arial;
	font-size: 24px;
	margin-top: 4px;
	padding: 10px;
}

section article select {
	border-radius: 12px 12px 12px 12px;
	border: 3px solid blue;
	font-size: 18px;
	margin-top: 4px;
	margin-right: 4px;
	padding: 10px;
}

section h3 {
	margin: 20px 4px 2px 0px;
}

section h2 a {
	text-decoration: none;
}

	
body {
	background-image: url(../img/bg.jpg);
	background-size: cover;
}

h1 {
	display: block;
	color: blue;
	background-color: #FFFFFF;
	width: 250px;
	margin-left: 25px;
	margin-top: 12px;
	font-family: arial;
	font-size: 24px;
	text-align: center;
	border: 3px solid blue;
	border-radius: 8px 8px 8px 8px;
	padding: 10px;
	opacity: 0.75;
	z-index: 100;
}

h1 a {
	 text-decoration: none;
}

section ul div a {
	 text-decoration: none;
}

section ul div a:hover {
	background-color: #E0E0E0;
}

section ul form select {
	color: black;
	font-weight: bold;
	border: 1px solid blue;
	border-radius: 3px 3px 3px 3px;
}

section ul form input {
	color: black;
	font-weight: bold;
	font-size: 16px;
	border: 1px solid blue;
	border-radius: 3px 3px 3px 3px;
	padding: 2px;
}

nav {
	width: 100%;
	height: 64px;
	background-color: #F3F3F3;
	z-index: 99999;
}

nav p {
	font-family: arial;
	color: #222;
	font-size: 24px;
	line-height: 55px;
	float: left;
	padding: 0px 20px;
}

nav ul {
	float: left;
}

nav ul li {
	float: left;
	list-style: none;
	position: relative;
}

nav ul li:hover {
	background-color: #E0E0E0;
}

nav ul li a {
	display: block;
	font-family: arial;
	color: #222;
	font-size: 32px;
	font-weight: bold;
	padding: 12px 14px;
	text-decoration: none;
}

nav ul li ul {
	display: none;
	position: absolute;
	background-color: #F3F3F3;
	padding: 10px;
	border-radius: 0px 0px 4px 4px;
	z-index: 99999;
}

nav ul li:hover ul {
	display: block;
}

nav ul li ul li{
	width: 180px;
	border-radius: 6px;
}

nav ul li ul li a{
	padding: 8px 14px;
	font-size: 24px;
}

nav ul li ul li a:hover {
	background-color: #E0E0E0;
}

table, th, td {
	border: 1px solid #000000;
	border-collapse: collapse;
}

th, td {
	padding: 2px 5px 2px 5px;
}

.led-box {
  height: 30px;
  width: 90px;
  margin: 10px 0;
  float: left;
}

.led-box p {
  font-size: 12px;
  text-align: center;
  margin: 1em;
}

.led-box-off {
  height: 30px;
  width: 90px;
  margin: 10px 0;
  float: left;
}

.led-box-off p {
  color: lightgrey;
  font-size: 12px;
  text-align: center;
  margin: 1em;
}

.led-green {
  margin: 0 auto;
  width: 24px;
  height: 24px;
  background-color: #ABFF00;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89FF00 0 2px 14px;
}

.led-blue {
  margin: 0 auto;
  width: 24px;
  height: 24px;
  background-color: #24E0FF;
  border-radius: 50%;
  box-shadow: rgb(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #006 0 -1px 9px, #3F8CFF 0 2px 14px;
}

.led-yellow {
  margin: 0 auto;
  width: 24px;
  height: 24px;
  background-color: #FF0;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 14px;
}

.led-red {
  margin: 0 auto;
  width: 24px;
  height: 24px;
  background-color: #F00;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 14px;
}

.led-red-blue {
  margin: 0 auto;
  width: 24px;
  height: 24px;
  background-color: #FF00FF;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #8B008B 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 14px;
}

.led-red-green {
  margin: 0 auto;
  width: 24px;
  height: 24px;
  background-color: #DF8000;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #382712 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 14px;
}

.led-green-off {
  margin: 0 auto;
  width: 24px;
  height: 24px;
  background-color: #BDFF4F/*#ADFF2F*/;
  border-radius: 50%;
  box-shadow: inset #8FFF22 /*#7FFF00*/ 0 -1px 9px;
}

.led-blue-off {
  margin: 0 auto;
  width: 24px;
  height: 24px;
  background-color: #DFEFFF /*#BFEFFF*/;
  border-radius: 50%;
  box-shadow: inset #C2E8EE /*#B2DFEE*/ 0 -1px 9px;
}

.led-yellow-off {
  margin: 0 auto;
  width: 24px;
  height: 24px;
  background-color: #FFFF8B /*#FFEC8B*/;
  border-radius: 50%;
  box-shadow: inset #EEEE82 /*#EEDC82*/ 0 -1px 9px;
}

.led-red-off {
  margin: 0 auto;
  width: 24px;
  height: 24px;
  background-color: #FFCCCC /*#FFBFAA*/;
  border-radius: 50%;
  box-shadow: inset #FFBBBB /*#FF9E81*/ 0 -1px 9px;
}

.led-red-blue-off {
  margin: 0 auto;
  width: 24px;
  height: 24px;
  background-color: #FFBBFF;
  border-radius: 50%;
  box-shadow: inset #EEAEEE 0 -1px 9px;
}

.led-red-green-off {
  margin: 0 auto;
  width: 24px;
  height: 24px;
  background-color: #EFE090;
  border-radius: 50%;
  box-shadow: inset #DFD080 0 -1px 9px;
}

