/*-------------------------
 Simple reset
 -------------------------- */

* {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}


/* **********************
 * 
 * 	NAVIGATION
 * 
 * ************************ */

#navigation {
	background:  rgba(0,0,0,0.70);
	position: fixed;
	top:0;
	width:100%;	
	text-align: center;
	margin-top:-15px;
}

#navigation li {
	display:inline;
	margin: 0;
	padding:0;
}

#navigation li.aktiv a {
	background: #111;
}

#navigation a {
	display:inline-block;
	padding: 20px 0px;
	text-align: center;
	color:#fff;
	text-decoration:none;
	background:  rgba(0,0,0,0.20);
	border-right:1px solid #ccc;
	width:200px;
	line-height: 30px;
}

#navigation a:hover {
	background:  rgba(0,0,0,0.40);
}

#navigation li.first a {
	border-left:1px solid #ccc;
}

#navigation img {
	position: relative;
	top:8px;
	right:10px;
}

/*-------------------------
 General Styles
 --------------------------*/

html, body {
	width: 100%;
	height: 100%;
	padding-top:60px;
}

html {
	background: url("../img/body-background.jpg");
	-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover; 
	  background-size: cover;
	  background-attachment: fixed;
}


/* -------------------------
 * 
 * 	Inhaltsbereich
 * 
 * --------------------------- */

h1,
#gruppeTitel,
#benutzerTitel {
	margin: 30px 0 20px 0;
	padding:10px 0;
	border-bottom:1px dashed #fff;
	color:#fff;
}

h1,
#gruppeTitel {
	margin-top:0;
}

#inhaltWrap {
	background: rgba(0,0,0,0.50);
	width: 700px;
	margin:80px auto 0 auto;
	padding:50px;
	border-radius:20px;
	box-shadow:0 0 50px #999;
}


/* -------------------------
 * 
 * 	Formulare
 * 
 * --------------------------- */

.formButtonHidden {
	display:none;
}


#formular label.label-standard {
	display: inline-block;
	width:150px;
	color:#fff;
	text-align: right;
	padding: 5px 20px 5px 5px;
	margin: 0 0 15px 0;
	font-size:16px;	
	font-weight:bold;
}


#formular .input-standard {
	padding: 7px;
	margin: 0 0 15px 0;
	color:#666;
	width: 300px;
	border: 1px solid #ccc;
}


form input#submit, 
.formButton {
	line-height: 1.33;
	border-radius: 6px;
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
	background: #337ab7;
	border-color:#2e6da4;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}


form input#submit:hover, 
form input#submit:active, 
form input#submit:focus, 
.formButton:hover,
.formButton:active,
.formButton:focus {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}


/* Upload */

#pickfiles {
	float: right;
}

input.logo {
	position: relative;
	-moz-opacity: 0;
	filter: alpha(opacity: 0);
	opacity: 0;
	z-index: -1;
	top: 0px;
	border: 1px solid transparent;
}

.upload-entferen,
.upload-durchsuchen {
	padding:8px 20px;
	background: #337ab7;
	border:0;
	color:#fff;
	margin-left:10px;
	border-radius: 4px;
}


.upload-entferen:hover,
.upload-entferen:active,
.upload-entferen:focus,
.upload-durchsuchen:hover,
.upload-durchsuchen:active,
.upload-durchsuchen:focus {
	border-color: #204d74;
	background-color: #286090;
}

#uploadfiles {
	margin: 0 180px;
	background: #337ab7 url("../img/upload.png") no-repeat 5px center;
	padding:10px 20px 10px 50px;
}

#uploadfiles:hover,
#uploadfiles:active,
#uploadfiles:focus {
	border-color: #204d74;
	background-color: #286090;
}
 
#formular #videoAlbum {
	width: 315px;
}

#uploadCheck {
	margin: 0 0 30px 0;
}
 
 
/* Datepicker */

#datumWrap {
	color:#fff;
	margin: 0 0 30px 0;
}

#datumWrap .ui-datepicker-trigger {
	position: relative;
	top: 9px;
}

#datumWrap input {
	padding: 7px;
	margin: 0 0 15px 0;
	color:#666;
	width: 300px;
	border: 1px solid #ccc;
}

#datumWrap input#searchLogs {
	width:150px;	
	line-height: 1.33;
	border-radius: 6px;
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
	background: #337ab7;
	border-color:#2e6da4;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	margin-left:10px;
}

#datumWrap input#searchLogs:hover, 
#datumWrap input#searchLogs:active, 
#datumWrap input#searchLogs:focus {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}
 

/* User Message */

#containerProgress,
#containerUserMessage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	background: rgba(40, 96, 144, 0.9);
	background-position: 50% 20%;
	border-radius: 15px;
}

#progressBarContainer,
#userMessage {
	width: 700px;
	margin: 100px auto 0 auto;
	background: rgba(40, 96, 144, 1);
	border-radius: 25px;
	font-size: 16px;
	padding: 50px;
	color:#fff;
	position: relative;
	height:400px;
	box-shadow: 0 0 50px #286090;
	z-index: 9;
	text-align:center;
	line-height: 30px;
	font-size:18px;
}



.containerUserMessageHidden { 
	display: none;
}

.containerUserMessage {
	display: block;
}

#containerProgress h2,
#containerUserMessage h2 {
	padding: 10px;
	border-bottom:1px dashed #fff;
	margin-bottom: 10px;
} 

#containerProgress p,
#containerUserMessage p {
	text-align: justify;
} 

#progressBarContainer a,
#userMessage a {
	color:#fff;
	text-decoration:underline;
}


#progressBarContainer #progress {
	width: 720px;
	height: 40px;
	background: #00b904 url('../img/progressC.png') no-repeat left center;
	border-radius: 25px;
	box-shadow:0 0 15px #333; 
}

#progressBarContainer #progressLabel {
	text-align: center;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
}
#progressBarContainer #progressBarBack {
	width: 720px;
	height: 40px;
	border-radius: 15px;
}

.containerProgressHidden {
	display: none;
}

.containerProgress {
	display: block;
}



/* --------------------------------------
 * 
 *  Validierung
 * 
 ------------------------------------ */



input.benutzerSpeichern,
input.benutzerAnmeldung {
	margin-left: 178px;
	margin-bottom:30px;
}


.iconOk {
	display: block;
	background-image: url('../img/dialog_ok_apply.png');
	background-repeat: no-repeat;
}

.iconError {
	display: block;
	background-image: url('../img/editdelete.png');
	background-repeat: no-repeat;
}

.errorBoxHidden {
	display: none;
}

.errorBox {
	display: block;
}

.errorMsgHidden {
	display: none;
}

#formCheck,
#formCheckLogin {
	text-align: center;
	margin: 30px auto;
	padding: 5px;
	z-index: 200;
	clear: both;
}

#formCheck li,
#formCheckLogin li {
	padding: 10px 5px;
	list-style-type: none;
	font-size: 16px;
	margin: 0 auto 20px auto;
	width:400px;
	border-radius:20px;
	background: #ab2929;
	color:#fff;
}


.iconA {
	background: #fff;
	color:#ab2929;
	text-align: center;
	border-radius:15px;
	padding:3px 12px;
	display:inline-block;
	margin-right: 15px;
	font-size:20px;
}




/* Tabellen  */

#vutable {
	color: #fff;
	margin: 40px 0;
	width:650px;
}

#vutable th {
	background: #337ab7;
	padding: 5px 10px;
}

#vutable td {
	border-bottom: 1px dashed #fff;
}


/* ----------------------------------------------- */






a, a:visited {
	text-decoration: none;
	outline: none;
	color: #006699;
}

a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 25px;
	color:#fff;
}





.cf,
.clearfix {
  zoom: 1;
}
.cf:before,
.clearfix:before,
.cf:after,
.clearfix:after {
  content: "";
  display: table;
}
.cf:after,
.clearfix:after {
  clear: both;
}
.cleardiv {
  clear: both;
  margin: 0;
  padding: 0;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
}


.cf:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}


ol, ul {
list-style: none;
}

.box-wrap {
	margin:0 auto;
  	padding:0;
  	width: 50%;
}
.box-wrap .box {
}
.box-wrap .tabs {
	margin:0 0 -1px 0;
	overflow:hidden;
}
.box-wrap.gray .tabs li:before,
.box-wrap.gray .tabs li:after,
.box-wrap.gray .tabs li a {
	background-image:url('../img/sprite.png');
}

.tabs {
	margin:0 0 -1px 0;
}
.tabs li {
	float:left;
	height:27px;
}
.tabs li a {
	background-image:url('../img/sprite.png');
	background-position:0 -168px;
	background-repeat:x;
	color:#000000;
	display:block;
	float:left;
	font-size:12px;
	height:27px;
	line-height:28px;
	padding:0 0 0 5px;
	position:relative;
	text-decoration:none;
}
.tabs li.act a {
	background-position:0 -196px;
}
.tabs li.act:before {
	background-position:0 -56px;
}
.tabs li.act+ li:before {
	background-position:0 -28px;
}
.tabs li:before {	
	background-position:0 -84px;
	content:"";
	float:left;
	height:27px;
	width:42px;
}
.tabs li:after {	
	content:"";
}
.tabs li:first-child:before {
	background-position:-32px 0;
	float:left;
	height:27px;
	width:10px;
}
.tabs li.act:first-child:before {
	background-position:0 0;
}
.tabs li:first-child a {
	padding:0 0 0 10px;
}
.tabs li:last-child:after {
	background-position:0 -140px;
	float:left;
	height:27px;
	width:32px;
}
.tabs li.act:last-child:after {
	background-position:0 -112px;
}




#inhaltsWrap {
	margin: 0 auto;
	position: relative;
	min-height: 500px;
	width: 100%;
	clear: left;
}

#inhaltsWrap h1 {
	font-size: 14px;
	text-align: left;
	background: #333;
	margin: 0 0 20px 0;
	padding: 5px;
	color:#ccc;
	font-weight:normal;
}
















#qrBenutzerverwaltung {
	width: 660px;
	margin: 20px auto;
}

.qrBenutzerverwaltungHead {
	background: #666;
	color: #fff;
}

#qrBenutzerverwaltung td {
	border-bottom: 1px dotted #ccc;
	padding: 5px;
	text-align: center;
}





#clear {
	clear: both;
}

#logContentWrap {
	text-align: left;
	width: 100%;
	margin: auto;
}

#logContentWrap table {
	width: 95%;
	margin: auto;
}

#logContentWrap .tdheadline {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

#logContentWrap #inputWrap {
	text-align: left;
	width: 100%;
	margin: auto;
}

#contentWrap {
	text-align: left;
	width: 50%;
	margin: auto;
}

#contentWrap label {
	width: 90px;
	display: inline-block;
	font-size: 16px;
	color: #333;
	text-align: right;
	padding-right: 20px;
	font-weight: bold;
	float: left;
}

#contentWrap #inputWrap {
	text-align: left;
	width: 100%;
	margin: auto;
}



#inputWrap label {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	float: left;
}

#inputWrap input {
		border: 1px solid #ccc;
		padding: 5px 10px;
		margin: 0 0 20px 10px;
		width: 270px;
}

#inputWrap select {
		border: 1px solid #ccc;
		padding: 5px 10px;
		box-shadow: 0 0 10px #ccc;
		margin: 0 0 18px 10px;
		width: 290px;
}

#inputWrap input[type="checkbox"] {
		border: 1px solid #ccc;
		padding: 5px 10px;
		box-shadow: 0 0 10px #ccc;
		margin: 0 0 18px 20px;
		width: 13px;
}




#passwortWrap {
	width: 500px;
}

#titelWrap {
	width: 500px;
}



#albumWrap {
	width: 500px;
}

#fileWrap {
}

#newPassword {
	margin: 0 0 20px 78px !important;
	float: left;
}

#newPasswordConfirm {
	float: left;
}


#titelIcon {
	width: 22px;
	height: 22px;
	float: left;
	margin-left: 5px;
}

#albumIcon {
	width: 22px;
	height: 22px;
	float: right;
}

#fileIcon {
	width: 22px;
	height: 22px;
	margin-left: 5px;
	float: right;
}



.editButton {
	width: 32px; 
	height: 32px;
	background: url('../img/einstellungen.png');
	border:none; 
}

.fontColorRed {
	color: red;
}

.fontColorGreen {
	color: green;
}

#statusConsole .red {
	color: red;
}

#statusConsole .green {
	color: green;
}

.small {
	font-size: 11px;
	margin: 0 0 0 160px;
}

.beschreibung {
	font-size: 10px;
}

.meldung {
	text-align: center;
	border: 2px dotted #DC4C42;
	padding: 10px;
	margin: 20px auto;
	width:400px;
}

.hidden {
	display: none;
}

.trenner {
	margin: 20px 0;
}


input#logFrom, input#logTill {
	width: 100px;
	text-align: center;
	margin: 5px 5px 5px 10px;
}

input#uhrzeit {
	margin: 0 0 0 30px;
}



#submitbtn2 {
	background: #eee;
	color:#222;
	border:1px solid #ccc;
	width:140px;
	margin: 0 0 0 170px;
}




#controlForm {
	width: 890px;
	margin: 20px auto;
	padding: 0 0 20px 0
}


#logoutForm {
	width:150px;
	margin: 10px auto;
	text-align: right;
	float: right;
}

#logoutForm input {
	font-size: 10px;
	width:110px;
	padding: 2px;
}




#switchForm {
	width:150px;
	margin: 10px auto;
	text-align: right;
	float: right;
}


#switchForm input {
	font-size: 10px;
	width:110px;
	padding: 2px;
}

#switchForm2 {
	width:150px;
	margin: 10px auto;
	text-align: right;
	float: right;
}


#switchForm2 input {
	font-size: 10px;
	width:110px;
	padding: 2px;
}


#bildvorschau img {
	margin: 10px 0 0 0;
}

#artikelPlaner li {
	width: 170px;
	float: left;
	list-style-type: none;
	
}

#artikelPlaner li a {
	background: #eee;
	color: #222;
	padding: 5px 15px;
	border:1px solid #ccc;
	width:140px;
	font-size: 11px;
}

#zeitStunde {
	margin-left: 50px;
}

#submitbtn {
	background: #eee;
	color:#222;
	border:1px solid #ccc;
	width:200px;
	margin: 40px 0 30px 625px;
}

#loadbar {
	position: relative;
	width: 100%;
	text-align: center;
}


#eingabeFormular {
	padding: 30px 0 10px;
	text-align: center;
}

#eingabeFormular input {
	background: #eee;
	color:#222;
	border:1px solid #ccc;
	width:200px;
	margin: 0 100px;
}




#artikel {
	background: #fff url("../img/bg_newslist.jpg") repeat-x bottom;
	padding: 5px;
	border: 1px solid #ccc;
	width: 590px;
	margin: 0 auto 20px auto;
}

#artikel img {
	width: 590px;
	height: 250;
}

#artikel h1 {
	color: #006699;
	background:#fff;
	font-size: 18px;
	line-height: 22px;
	font-size: 18px;
	padding: 0 0 5px 0;
	display: block;
	margin: 0;
	font-weight:bold;
}

#artikel #metainfos {
	color: #555;
	font-size: 0.8em;
	padding: 2px 0 3px 0;
}

#artikel p {
	line-height: 1.5em;
}


p.finalHinweis {
	padding: 5px 5px 5px 20px;
}

