/**********************************/
/********** BASIC STYLES **********/
/**********************************/

body {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 16px !important;
	color:#606062 !important;
	line-height:1.6;
}

a {	
	color:#6CB200 !important;
	transition:color 0.3s;
	text-decoration:none;
}

a:hover {
	color:#028400;
}


.seitenNummer {
	opacity:0.4;
	border:1px solid #6cb200;
	padding:5px;
	background-color:#e6ffe5;
	border-radius:5px;
	transition:background-color 0.2s, color 0.2s;
}

	.seitenNummer:hover {
		color:#fff !important;
		background-color:#f0ad4e;
		text-decoration:none;
	}

.aktiveNummer {
	opacity:1;
}

.datenTabelle {width:100%;	}
.datenTabelle tr {height:35px;}
.datenTabelle tr th {padding-left:5px;}
.datenTabelle tr td {padding-left:5px;}


#btnSubmit {
	width:304px;
	background-color:#eeeeee;
	color:#999999;
	padding:20px 0px;
	margin-top:20px;
	font-size:16px;
	transition: background-color 0.3s;
}
.btnSubmitAktiv {
	background-color:#fdbe55 !important;	/* grün */
	color:#ffffff !important;
	cursor:pointer;	
}
.btnSubmitAktiv:hover {
	background-color:#6CB200 !important;	/* grün */
	cursor:pointer;
}


/******************************************/
/********** HTML ELEMENTS STYLES **********/
/******************************************/

/********** COMMON FORMULAR STYLES **********/
fieldset, input, textarea, select {border-radius: 5px;}
fieldset {
	margin-bottom: 40px;
	background-color:#fcfcfc;	
	border: 1px solid #eeeeee;	/* grau */
}

legend {font-weight:bold;}

input, textarea {
	margin: 5px 0;
	padding: 5px;
	font-size:14px;
	border:1px solid #eeeeee;	/* grau */
	background-color:#ffffff;	/* weiss */
}
textarea {
	height: 150px;
	font-family: verdana;
}

.datenTabelle tr:nth-child(odd) {
  background: #f7f7f7;
}

.datenTabelle tr:nth-child(even) {
  background: #ffffff;
}


.datenBox {
	background-position:center;
	background-repeat: no-repeat;
	padding-top:20px;
}

.datenBoxInhalt {
	margin:0 auto;
	border:1px solid #6cb200;
	background-color:#fcfcfc;
	padding:20px;
	border-radius:10px;
	width:400px
}


table.table tr:first-child th {
	color: #ffffff !important;
	background-color: #6cb200 !important;
}

.einButtonFormular {display:inline;}

tr#benutzerFilter input {
	opacity: 0.8;
	background-image: url('img/searchicon.png');
	background-position: 3px 5px;
	background-repeat: no-repeat;
	background-color: #e6ffff;
	border: 1px solid #cccccc;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	width: 100% !important;
	height: 25px;
	padding: 0px 0px 0px 20px;
}

tr#benutzerFilter select {
	opacity: 0.8;
	background-color: #e6ffff;
	border: 1px solid #cccccc;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	width: 100% !important;
	height: 25px;
}			

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-success {
	background-color: #6cb200 !important;
}

.standorteSubMenu {
	border:1px solid #6cb200;
	padding:15px;
	border-radius:10px;
	background-color:#ffffff;
	position:absolute;
	margin-left:150px;
	margin-top:-20px;
	text-align:left;
	opacity:0.9;
	-webkit-box-shadow: 3px 3px 3px 1px rgba(0,0,0,0.1); 
	box-shadow: 3px 3px 3px 1px rgba(0,0,0,0.1);
}

.augeSubMenu {
	border:1px solid #6cb200;
	padding:15px;
	border-radius:10px;
	background-color:#ffffff;
	position:absolute;
	margin-left:70px;
	margin-top:-20px;
	text-align:left;
	opacity:0.9;
	-webkit-box-shadow: 3px 3px 3px 1px rgba(0,0,0,0.1); 
	box-shadow: 3px 3px 3px 1px rgba(0,0,0,0.1);
}

.cpiGruen {
	color:#6CB200;
}
.cpiRot {
	color:#d9534f;
}
.cpiBlau {
	color:#017dc5;
}
.cpiLila {
	color:#9b5ba5;
}

.fa-eye:hover,
.pointer:hover {
	cursor:pointer;
	color:#6CB200;
}


input.pdf {
	width:470px;
	padding:20px 10px;
	font-size:12px;
}

.hinweisPDF {
	color:#f47737;			/* orange */
	text-align:center;
	margin-bottom:20px;
	font-size:14px;
}

h3 {
	font-size:22px;
	font-weight:bold;	
	color:#6CB200;
	transition:color 0.3s;
}


input:read-only {
	opacity:0.6;
}




/********** SPECIAL FORMULARS STYLES **********/

.hinweisBox {
	border:1px solid #eeeeee;
	background-color:#fff3f2;
	padding:15px;
	font-size:14px;
	text-align:center;
	margin-bottom:20px;
}

.hinweis {
	font-size:12px;
	margin-top:-2px;
}

.erfolg {
	color:#6cb200;
	font-weight:bold;
}

.fehler {
	color:red;
	font-weight:bold;
}


/********** FLOATING **********/

.clearer {
	clear: both;
	width: 0px;
	height: 0px;
}


/********** USER MESSAGES STYLES **********/

.error {
	margin-top:2px;
	color: red;
	font-size:12px;	
}



	@media screen and (max-width: 700px) {


		
	}




