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

/**
rgba(255,212,0,1); gelb

rgba(110,165,0,0.5) dunkelgrün
rgba(110,165,0,0.9) grün

rgba(178,0,0,1) rot #b20000


rgba(255,153,0,1) orange

102,102,102,1 grau

**/
#objektinfo,
.objektinfotxt{
	
}






#SuperinfoLoos{
	z-index: 9999999999999;
	display: none;
	position: fixed;
	top:3%;
	left:3%;
	width: 94%;
	height: 94%;
	border:2px solid #fff;
	background-color: #787878;
	padding:2%;
	overflow: hidden;
	
}

#SuperinfoLoos .closerInf{
	cursor: pointer;
	position: absolute;
	z-index: 9999999999999999999;
	top:2px;
	right:2px;
	height: 48px;
	width: 48px;
	line-height: 45px;
	text-align: center;
	background-color: #000;
	border:2px solid #fff;
	color:#fff;
	
	
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	
}
#SuperinfoLoos .closerInf:hover{
	background-color: rgba(178,0,0,1);
}
#SuperinfoLoos #loads{
	position:relative;
	width: 100%;
	height: 100%;
	overflow: auto;
}


#SuperinfoLoos .superinfo{
	position: relative;
	width: 100%;
	text-align: center;
	padding:10px 0px;
}


#SuperinfoLoos #InfomoreAdmin{
	width: 100%;
	min-height: 30px;
	padding-top:30px;
	overflow: auto;
}



#SuperinfoLoos .superinfo.io{
	background-color: #1BB807;
}
#SuperinfoLoos .superinfo.nef{
	background-color: #730507;
}


#SuperinfoLoos .superinfo2{
	position: relative;
	width: 100%;
	text-align: center;
	background-color: #3B2B1A;
	overflow:hidden;
	padding:10px 0px;
}













.newApp{
	padding:20px 0px;
	font-size:1.5em;
	color:rgba(255,212,0,0.7);
}


#pausefeed{
	
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	
	display:none;

	position:fixed;
	z-index:1050;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	
	width:100%;
	height:100%;
	
	font-size:60px;
	
	padding-top:40vh;
	
	text-align:center;	
	background-color:rgba(110,165,0,0.6);
	
}


#scrolltoqr{
	cursor:pointer;
	z-index:1048;
	
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	
	position:fixed;
	top:4px;
	right:2%;
	
	width:52px;
	height:52px;
	
	background-image:url('/qrbutton_scroll.png');
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100%;
}
#scrolltoqr:hover{
	opacity: 0.80;
	filter:"alpha(opacity=80)";
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
}



.borderNE{
  animation-name: flash_border;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: flash_border;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: flash_border;
  -moz-animation-duration: 2s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
}

@keyframes flash_border {
  0% {
    border-color: rgba(178,0,0,1);
  }
  50% {
    border-color: rgba(255,212,0,1);
  }
  100% {
    border-color: rgba(178,0,0,1);
  }
}

@-webkit-keyframes flash_border {
  0% {
    border-color: rgba(178,0,0,1);
  }
  50% {
    border-color: rgba(255,212,0,1);
  }
  100% {
    border-color: rgba(178,0,0,1);
  }
}

@-moz-keyframes flash_border {
  0% {
    border-color: rgba(178,0,0,1);
  }
  50% {
    border-color: rgba(255,212,0,1);
  }
  100% {
    border-color: rgba(178,0,0,1);
  }
}








.contentqrcoedes{
	position:relative;
	
	margin-top:10px;
	
	width:100%;
	
	text-align:left;
	display:inline-block;
}


.contentqrcoedes .divin{
	position:relative;
	
	display:inline-block;
	width:96%;
	text-align:left;

	margin:0px;
	padding:0px;
	margin-left:2%;
}

.contentqr{
	position:relative;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	
	width:16.3%;
	margin-bottom:20px;
	
	
	text-align:left;

	display:inline-block;
	white-space : nowrap;
}


@media screen and (max-width: 1424px){
	.contentqr{
		width:24.5%;
	}
}
@media screen and (max-width: 1024px){
	.contentqr{
		width:32.5%;
	}
}
@media screen and (max-width: 900px){
	.contentqr{
		width:49.1%;
	}
}



.contentqr.error{
	background-image:url('/images/defekt.png');
	background-repeat:no-repeat;
	background-position:top 10px right 10px;
	background-size:25px;
}

.contentqr.io{
	background-color:rgba(110,165,0,0.3);
}
.contentqr.nef{
	background-color:rgba(178,0,0,0.4);
}

.contentqr .qrinfo{
	position:absolute;
	top:0px;
	right:0px;
	height:50px;
	width:50px;
	cursor:pointer;	
	background-image:url('/images/defekt.png');
	background-repeat:no-repeat;
	background-position:top 10px right 10px;
	background-size:25px;
}

.contentqr div{
	margin:0px;
	padding:0px;
	overflow:hidden;
	white-space:normal!important;
	text-align:left;
	display:inline-block;
	vertical-align:bottom;
	
	word-break: keep-all;
	overflow-wrap: normal;
	word-wrap: normal;
	
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	
	text-overflow: ellipsis;
}
.contentqr div.text{
	position:absolute;
	top:0px;
	left:0px;
	white-space:normal;
	width:95%;
	padding-left:100px;
	max-height:100%;
}
@media screen and (max-width: 900px){
	.contentqr div.text{
		
	}
}
@media screen and (max-width: 600px){
	.contentqr div.text{
		font-size:0.8em;
	}
}





#newqrholder,
.qrimage{
	padding:0px;
	cursor:pointer;
	margin:0 auto;
	
	border:8px solid rgba(255,212,0,1);
	
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	
	width: 90px;
	height:90px;
}
#newqrholder{
	z-index:998;
	cursor:pointer;
	position:absolute;
	/**
	right:30px;
	**/
	right:2%;
	margin-top:-123px;
}
@media screen and (max-width: 900px){
	#newqrholder{
		left:0px;
		position:relative;
		margin:0 auto;
		margin-top:-30px;
		margin-bottom:20px;
	}
}

.contentqr.defekt .qrimage{
	border:8px solid rgba(178,0,0,0.7);
}

.contentqr.off .qrimage{
	border:8px solid rgba(102,102,102,0.9);
}

.contentqr.fehlt .qrimage{
	border:8px solid rgba(255,212,0,0.5);
}

.qrimage.io{
	border:8px solid rgba(110,165,0,0.9);
}
#newqrholder:hover,
.qrimage:hover{
	border:8px solid rgba(255,153,0,1);
}

.contentqr.off .qrimage img,
.contentqr.fehlt .qrimage img,
.contentqr.defekt .qrimage img{
	opacity: 0.30;
	filter:"alpha(opacity=30)";
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	-moz-opacity: 0.30;
	-khtml-opacity: 0.30;
}



#newqrholder img,
.qrimage img{
	width: 76px;
	height:76px;
}


.contentqr .status{
	width:50px;
	max-width:50px;
	max-height:105px;
	overflow-y:auto;
	white-space: nowrap;
	
}
.contentqr .status .io{
	color:rgba(110,165,0,0.9);
}
.contentqr .status .nef{
	color:rgba(178,0,0,0.9);
}








/** Alles mit Photo upload   **/
.progress {
	display:none;
	
	position:relative;
	z-index:9999999;
	width:96%;
	margin:10px 2% 0px 2%;
	
	background-color: rgba(255,255,255,0.2);
	padding: 1px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
}
.bar {
	background-color: rgba(255,212,0,1);
	width:0%;
	height:20px;
	border-radius: 4px;
}
.percent {
	position:absolute;
	display:inline-block;
	height:20px;
	line-height:20px;
	top:0;
	left:0px;
	width:100%;
	text-align:center;
}








.camround{
	position:relative;
	width:96%;
	height:60px;
	margin:0 auto;
	display:inline-block;
}

.camround div{
	cursor:pointer;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	
	display:inline-block;
	
	height:60px;
	width:60px;
	background-image:url('/images/Cam_smal.png');
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100%;
	
	margin-right:2%;
	overflow:hidden;
}

.camround div img{
	height:60px;
	width:60px;
	
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	background-color: rgba(255,255,255,0.2);
}
@media screen and (max-width: 900px){
	.camround div{
		margin-right:3%;
	}
}
.camround div:last-child{
	margin-right:0px;
}
.camround div:hover{
	opacity: 0.50;
	filter:"alpha(opacity=50)";
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-moz-opacity: 0.50;
	-khtml-opacity: 0.50;
}

.camround div.tokill:hover{
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	border:3px solid rgba(178,0,0,1);
	background-color:rgba(178,0,0,1);
}







#logologin{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	
	
	position:relative;
	width:100%;
	
	height:150px;

	background:url(/images/BS_logo_2F_neg.svg) center center no-repeat; 
	background-size:auto 100%;
	-o-background-size:auto 100%;
	-webkit-background-size:auto 100%;
	-moz-background-size:auto 100%;
	background-size:auto 100%;

	margin-top:5%;
	margin-bottom:9%;
}

@media screen and (max-width: 1000px){
	#logologin{
		height:130px;
	}
}
@media screen and (max-width: 900px) {
	#logologin{
		height:100px;
		margin-top:9%;
		margin-bottom:12%;
	}
}
@media screen and (max-width: 800px) {
	#logologin{
		height:80px;
		margin-top:15%;
		margin-bottom:20%;
	}
}




.qrscan{
	cursor:pointer;
	margin:0 auto;
	width: 110px;
	height:110px;
	border:8px solid rgba(255,212,0,1);
	background-image:url('/qrbutton.png');
	background-size:100%;
	background-repeat:no-repeat;
	background-position:center center;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.qrscan:hover{
	border:8px solid rgba(110,165,0,0.9);
}

#QRinfoAdmin,
.qrscanfile{
	position:absolute;
	overflow:hidden;
	width:1px;
	height:1px;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
















#workdiv{
	display:none;
	z-index: 1049;
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	bottom:0px;
	background-color:rgba(0,0,0,0.6)!important;
	
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}


#version{
	background-color:rgba(255,0,0,0.5);
	position:fixed;
	width:100%;
	text-align:right;
	padding:2px 30px 2px 2px;
	bottom:0px;
	font-size:0.8em;
	z-index:99999999999999999999;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#falseobj{
	margin-top:40px;
}

.edit{
	cursor:pointer;
	color:#FFD400;	
}
.edit img{
	width:40px;
}
.fontsmal{
	font-size:0.5em;
	filter:alpha(opacity=50); /* IE */
	-moz-opacity: 0.50; /* Mozilla */
	opacity: 0.50; /* Opera */
}
.inaktive{
	/**
	filter:alpha(opacity=50); 
	-moz-opacity: 0.50; 
	opacity: 0.50; 
	background: -moz-linear-gradient(top, #cccccc 0%, #cccccc 50%, #cccccc 51%, #666666 100%)!important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(50%,#cccccc), color-stop(51%,#cccccc), color-stop(100%,#666666))!important;
	**/
}

#fehlerverbindung{
	position:fixed;
	display:none;
	top:0px;
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	background-color:#F00;
	z-index:999999;
}
#arbeitediv{
	display:none;
	text-align:center;
	padding-top:25%;
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background-color:#000;
	z-index:99999;
	filter:alpha(opacity=95); /* IE */
	-moz-opacity: 0.95; /* Mozilla */
	opacity: 0.95; /* Opera */
}
#killneweintragding{
	color:#ffcc00;
	cursor:pointer;
}
.siesindeingeloggtals{
	font-size:1.2em;
}


#clearinputobj{
	padding-top:20px;
	cursor:pointer;	
}

#loadrappedit,
#loadrapp,
#loadobjekt{
	display:none;
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	bottom:0;
	background-color:#000!important;
	text-align:center;	
}

.topding{
	background-color:#FFD400;
	padding:5px 9px;
	color:#000;
	/**
	border-radius:0px 0px 6px 6px;
	-moz-border-radius:0px 0px 6px 6px;
	-webkit-border-radius:0px 0px 6px 6px;
	**/
}

.topding #inforeader{
	position: absolute;
	left: 0px;
	top:0px;
	background-color: rgba(255,255,255,0.1);
	height: 35px;
	line-height: 30px;
	text-align: center;
	width: 35px;
	cursor: pointer;
	border-right: 1px solid #000;
}


.contentding{
	position:relative;
	
	padding:5px 0px;
	margin-top:10px;
	
	width:100%;
	
	text-align:center;
}





.listdiv{
	position:relative;
	
	display:inline-block;
	
	width:96%;
	text-align:left;
	
	margin-bottom:5px;
	padding-bottom:5px;
	
	
	border-bottom:1px solid #fff;
}

.listdiv.pause{
	background-color: rgba(255,255,255,0.2);
}


#login{
	margin-top:20px;
	text-align:center;
}
#login input{
	text-align:center;
	margin:20px 0px 0px 0px;	
}


input,
textarea{
	border:1px solid #000;	
}


input[type="time"],
input[type="date"],
#loadrappedit textarea,
#loadrapp textarea,
#loadrapp input[type="text"],
#loadobjekt input[type="text"],
#login input[type="number"],
#login input[type="text"]{
	width:96%;
	margin:0 2%;
	
	padding:4px;
	font-size:1.2em;
	
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;	
}

.naviding{
	text-align:center;
	padding-top:20px;
	padding-bottom:5px;
}



input[type="button"],
.naviding input[type="button"],
#loadrappedit input[type="button"],
#loadrapp input[type="button"],
#loadobjekt input[type="button"],
#login input[type="button"]{
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	
	cursor:pointer;
	
	display: inline-block;
	padding:0px 9px;
	font-size:1.2em;
	
	color:#000;
	
	text-overflow: elipsis;
	height: 40px;
	line-height: 40px;
	width:96%;
	
	margin:0 2%;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	border:none;
	
	background-color:rgba(255,212,0,1);
	
}

@media screen and (max-width: 800px){
	input[type="button"],
	.naviding input[type="button"],
	#loadrappedit input[type="button"],
	#loadrapp input[type="button"],
	#loadobjekt input[type="button"],
	#login input[type="button"]{
		height: 60px;
		line-height: 60px;
	}
}
input[type="button"]:hover,
.naviding input[type="button"]:hover,
#loadrappedit input[type="button"]:hover,
#loadrapp input[type="button"]:hover,
#loadobjekt input[type="button"]:hover,
#login input[type="button"]:hover{
	background-color:rgba(255,212,0,0.9);
}

.button_help{
	background-color:rgba(110,165,0,0.5)!important;	
}

input[type="button"]:disabled{
	cursor:help!important;
	
	filter:alpha(opacity=40); /* IE */
	-moz-opacity: 0.40; /* Mozilla */
	opacity: 0.40; /* Opera */	
}


.button_red{
	color:#fff!important;
	background-color:rgba(178,0,0,1)!important;	
}
.button_red:hover{
	color:#fff!important;
	background-color:rgba(178,0,0,0.8)!important;	
}


.button_green{
	color:#fff!important;
	background-color:rgba(110,165,0,0.9)!important;	
}
.button_green:hover{
	background-color:rgba(110,165,0,1)!important;	
}



.button_orange{
	color:#000!important;
	background-color:rgba(255,212,0,1)!important;
}
.button_orange:hover{
	background-color:rgba(255,212,0,0.8)!important;
}
.button_orange:disabled {
    background-color:rgba(102,102,102,0.5)!important;	
}


.button_grau{
	color:#fff!important;
	background-color:rgba(102,102,102,1)!important;
}
.button_grau:hover{
	color:#000!important;
	background-color:rgba(255,255,255,1)!important;
}

.button_blau{
	background-color:rgba(0,102,204,1)!important;
}



.button_orange2{
	color:#fff!important;
	/**
	background-color:rgba(232,128,6,1)!important;
	**/
	background-color:rgba(178,0,0,1)!important;	
}
.button_orange2:hover{
	background-color:rgba(232,128,6,1)!important;
	/**
	background-color:rgba(2178,0,0,0.7)!important;
	**/
}
.button_orange2:disabled {
    background-color:rgba(178,0,0,0.8)!important;	
}


#pausenbuttondiv{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	margin-left:0px;
	text-align:left;
	margin-bottom:10px;
	
	width:100%;
	overflow:hidden;
	
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	
	text-align:center;
}
#pausenbuttondiv img{
	margin-top:10px;
}
#pausenbuttondiv input[type="button"]{
	width:100%;
	margin:0 0;
	
	border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
}













*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



html,
body{ 
	/**
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	**/
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:inherit;
	font-style: normal;
	font-variant: normal;
	outline: none;
}
@media screen and (max-width: 900px) {
	html,
	body{ 
		font-size:18px;
	}
}
html{
	padding:0px;
	margin:0px;	
}
body{
	padding:0px;
	margin:0px;	
	color:#fff;
	height:100%;
	background-color:#000;
}
hr{
	border-top: 1px solid #ffcc00;
	border-right: 1pt solid #000;
	border-bottom: 1pt solid #000;
	border-left: 1pt solid #000;
}
#Rounder{
	width:1024px;
	height:748px;
}
a{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
a:link,
a:visited{
	color:#ffcc00;
	text-decoration:underline;
}
a:hover{
	color:#ffeda5;
	text-decoration:none;
}
a:focus {
	outline: none;
}
img {
	border: none!important;
}
.clear{
	clear:both;	
}
.fontsmalwhite,
.fontsmal{
	font-size:0.8em;
}
.fontsmalverywhite{
	font-size:0.7em;
}
.fg,
.schriftenGelb{
	color:#FFD400;
}
.schriftenFETTGelb{
	color:#FFD400;
	font-weight: bold;
}

.schriftenred{
	color:#ff0000;	
}
.schriftenFETTrot{
	color:#ff0000;
	font-weight: bold;	
}























#jSuggestContainer {
position:absolute;
font-size: 1.5em!important;
border:1px solid #000;
border-top:0;
background:#FFF;
}
.jSuggestLoading {
font-style:italic;
padding: 10px;
}
#jSuggestContainer ul, #jSuggestContainer ul li{
margin: 0;
padding:0;

list-style:none;
}
#jSuggestContainer ul li{
padding: 6px 6px;
border-bottom: 1px dotted #525252;
color:#000;

background:#fff;
cursor:pointer
}
#jSuggestContainer ul li.last{
border-bottom: 0px;
}
#jSuggestContainer ul li.jSuggestHover{
background:#3399ff;
color:#fff;
}