@charset "utf-8";
/* CSS Document */

/* Allgemein */
/* --------------------------------------------------------------------------------------- */
body, td {
	font-family: 'Fira Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #333333;
	padding: 0px;
	margin: 0px;
}
/* DEBUGGING */
/*
.layout_pagewidth, .abstand {
	background-color: #FFFF00;
	border: 1px dotted black;
}
*/
.wartungsarbeiten {
	background-color: #000000;	
	align: center;
	color: #FF0000;
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
	box-sizing: border-box;
	border-bottom: 5px solid red;
	text-align: center;
	display: none;
	visibility: hidden;
}
.sprachsteuerung {
	background-color: #efefef;
	align: center;
	color: #333333;
	font-size: 14px;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	position: fixed;
	width: 700px;
	left: 50%;
	margin-left: -350px;
	top: 50%;
	border: 1px solid black;
	border-radius: 10px;
}
a {
	color: #000000;
}
.layout_pagewidth {
	width: 800px;
	font-size: 1px;
}
.abstand {
	height: 5px;
	min-width: 5px;
	font-size: 1px;
}
.balken {
	background-color: #000000;
	height: 10px;
	font-size: 1px;
}
.balken_schmal {
	background-color: #000000;
	height: 1px;
	font-size: 1px;
}
#spinner {
	width: 50px;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	left: 50%;
	margin-left: -25px;
	position: fixed;
	z-index: 1001;
}
#white_background {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1000;
	background-color: #FFFFFF;
}
.maintopic_teil_1 {
	font-size: 18px;
}
.maintopic_teil_2 {
	margin-left: 5px;
	font-size: 18px;
	font-weight: bold;
}
.longbutton_topic {
	font-size: 15px;
	font-weight: bold;
}
.longbutton_subtopic {
	font-size: 100%;
	font-weight: normal;
	margin-top: -13px;
}
.longbutton_topic, .longbutton_subtopic {
	display: block;
	padding-left: 35px;
	border: 0px solid black;
}
.longbutton_icon {
	width: 30px;
	border: 0px solid black;
	float: left;
}
.table_description {
	font-weight: bold;
	font-family: 'Fira Sans', sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 1px;
	text-align: right;
	white-space: nowrap;
}
.table_text {
	font-family: 'Fira Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
}
.table_topic {
	font-family: 'Fira Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-weight: bold;
	color: #FFFFFF;
}
.table_subtopic {
	font-family: 'Fira Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: -10px;
}
.table_description, .table_text, .table_topic, .table_subtopic {
	padding: 5px;
}
.ergebnistable {
	border: 0px solid #FFFFFF;
	width: 100%;
}
.ergebnistable_gruppe {
	color: #FFFFFF;
	white-space: nowrap;
	background-color: #cab100;
	font-size: 120%;
}
.ergebnistable_topic_bg {
	background-color: #d9be00;
}
.ergebnistable_nummer {
	color: #FFFFFF;
	text-align: center;
	white-space: nowrap;
}
.ergebnistable_ansicht {
	color: #FFFFFF;
}
.ergebnistable_ergebnis {
	color: #FFFFFF;
	white-space: nowrap;
}
.ergebnistable_hinweis {
	color: #FFFFFF;
	font-style: italic;
}
.ergebnistable_gruppe, .ergebnistable_nummer, .ergebnistable_ansicht, .ergebnistable_ergebnis, .ergebnistable_hinweis {
	padding: 3px;
	border: 1px dotted #FFFFFF;
}
.anzahl_treffer {
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	opacity: 0.8;
}
.anzahl_treffer_icon {
	border: 0px solid black;
	width: 20px;
	height: 20px;
	padding-right: 5px;
	opacity: 0.8;
}
input, select, textarea {
	font-family: 'Fira Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #333333;
}
.input_suche {
	border: 0px solid #CCCCCC;
	background-color: #ffffff;
	color: #666666;
	width: 230px;
	border-radius: 5px;
	font-size: 18px;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	outline: 0 none;
}
.input_formular {
	border: 0px solid #cccccc;
	border-radius: 3px;
	box-sizing: border-box;
	outline: 0 none;
	width: 100%;
	padding: 5px;
}
.input_kamera {
	border: 1px solid #cccccc;
	border-radius: 3px;
	box-sizing: border-box;
	outline: 0 none;
	padding: 5px;
	width: 100%;
}

.input_file {
	border: 0px solid #cccccc;
	border-radius: 3px;
	box-sizing: border-box;
	outline: 0 none;
	width: 100%;
	padding: 5px;
}
.input_checkbox {
	border: 0px solid #cccccc;
	border-radius: 3px;
	box-sizing: border-box;
	outline: 0 none;
	padding: 5px;
}
.textarea_formular {
	border: 0px solid #cccccc;
	border-radius: 3px;
	box-sizing: border-box;
	outline: 0 none;
	width: 100%;
	padding: 5px;
}
.button_corrections {
	border: 0px;
	outline: 0 none;
}
.button_menue {
	border-radius: 5px;
	padding: 7px;
	display: inline-block;
	box-sizing: border-box;
}
.button_menue:active {
	transform: translate(0px, 3px);
	-webkit-transform: translate(0px, 3px);
}
.button_content {
	border-radius: 5px;
	padding: 7px;
	display: inline-block;
	box-sizing: border-box;
	margin-bottom: 5px;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
}
.button_content:active {
	color: #FFFFFF;
	transform: translate(0px, 3px);
	-webkit-transform: translate(0px, 3px);
}
.button_content:hover {
	color: #FFFFFF;
}
.button_navi, .button_navi:hover {
	padding: 5px;
	display: inline-block;
	box-sizing: border-box;
	font-size: 16px;
	font-color: #000000;
	text-decoration: none;
	line-height: 1.8;
	border: 0px solid #d2d2d2;
	border-radius: 5px;
	cursor: pointer;
}
.button_navi:active {
	transform: translate(0px, 3px);
	-webkit-transform: translate(0px, 3px);
	text-decoration: none;
}
.button_lupe_neu, .button_lupe_neu:hover {
	padding: 5px;
	display: inline-block;
	box-sizing: border-box;
	font-color: #000000;
	text-decoration: none;
	border: 0px solid #000000;
	border-radius: 5px;
}
.button_lupe_neu:active {
	transform: translate(0px, 3px);
	-webkit-transform: translate(0px, 3px);
	text-decoration: none;
}
.div_content {
	border-radius: 5px;
}
.input_klein {
	width: 50px;
}
.input_mittel {
	width: 70px;
}
.input_gross {
	width: 140px;
}
.input_qrcode {
	width: 55px;
	background-color: #D5FFFF;
}
.text_range_input_description {
	font-size: 200%;
	color: #FFFFFF;
	padding-left: 10px;
}
canvas {
	border: 2px solid #008ecf;
	border-radius: 20px;
}
#scan_erfolgreich {
	width: 242px;
	height: 242px;
	position: absolute;
	left: 50%;
	margin-left: -121px;
	top: 264px;
	border-radius: 20px;
	background-image: url(../images/qr_code_ok.png);
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1000;
}
/* ROT */
/* --------------------------------------------------- */
.rot {
	background: #cb0f13; /* Old browsers */
	background: -moz-linear-gradient(top, #e30613 0%, #cb0f13 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #e30613 0%, #cb0f13 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #e30613 0%, #cb0f13 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30613', endColorstr='#cb0f13', GradientType=0 ); /* IE6-9 */
}
.rotschatten {
	box-shadow: 0px 5px 0px 0px #b2110e;
}
.rotschrift {
	color: #cb0f13;
}
.rotswap:hover {
	background: #e30613;
}
.rotschatten:hover {
	box-shadow: 0px 5px 0px 0px #b2110e;
}
/* BLAU */
/* --------------------------------------------------- */
.blau {
	background: #008ecf; /* Old browsers */
	background: -moz-linear-gradient(top, #009fe3 0%, #008ecf 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #009fe3 0%, #008ecf 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #009fe3 0%, #008ecf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fe3', endColorstr='#008ecf', GradientType=0 ); /* IE6-9 */
}
.blauschatten {
	box-shadow: 0px 5px 0px 0px #006fa6;
}
.blauschrift {
	color: #008ecf;
}
.blauswap:hover {
	background: #009fe3;
}
.blauschatten:hover {
	box-shadow: 0px 5px 0px 0px #006fa6;
}
/* GELB */
/* --------------------------------------------------- */
.gelb {
	background: #eaa900; /* Old browsers */
	background: -moz-linear-gradient(top, #efc100 0%, #eaa900 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #efc100 0%, #eaa900 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #efc100 0%, #eaa900 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc100', endColorstr='#eaa900', GradientType=0 ); /* IE6-9 */
}
.gelbschatten {
	box-shadow: 0px 5px 0px 0px #d19803;
}
.gelbschrift {
	color: #eaa900;
}
.gelbswap:hover {
	background: #efc100;
}
.gelbschatten:hover {
	box-shadow: 0px 5px 0px 0px #d19803;
}
/* GRUEN */
/* --------------------------------------------------- */
.gruen {
	background: #33922e; /* Old browsers */
	background: -moz-linear-gradient(top, #3aaa35 0%, #33922e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #3aaa35 0%, #33922e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #3aaa35 0%, #33922e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3aaa35', endColorstr='#33922e', GradientType=0 ); /* IE6-9 */
}
.gruenschatten {
	box-shadow: 0px 5px 0px 0px #2e7c35;
}
.gruenschrift {
	color: #33922e;
}
.gruenswap:hover {
	background: #3aaa35;
}
.gruenschatten:hover {
	box-shadow: 0px 5px 0px 0px #2e7c35;
}
/* HELLGRUEN */
/* --------------------------------------------------- */
.hellgruen {
	background: #7ad476 ; /* Old browsers */
	background: -moz-linear-gradient(top, #7ad476 0%, #4fc649  100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #7ad476 0%, #4fc649  100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #7ad476 0%, #4fc649  100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ad476', endColorstr='#4fc649', GradientType=0 ); /* IE6-9 */
}