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

body{
    margin: 0px;
    background-color: #ffffff;
    width: 100%;
}


input[type=checkbox] {
	visibility: hidden;
}


@font-face {
	font-family: Architects;
	src: url('ArchitectsDaughter.ttf');
}

/* background gear selector*/
#OptionBack{
	position: fixed;
	left: 40px;
	cursor: pointer;
	z-index: 99999;

}

#DivBacks{
	position: fixed;
	padding: 12px;
	left: 34px;
	top: 25px;
	z-index: 99999;
	display: none;
}

.boxBack{
	position: relative;
	background-color: green;
	z-index: 9999999;
    width:20px;
    height:20px;
    margin-bottom: 5px;
    color: transparent;
    cursor: pointer;

    border:solid;
    border-color: white;
    border-width: 2px;

}

/* Gear Color Options*/
#OptionColor{
	position: fixed;
	cursor: pointer;
}

#DivColors{
	padding: 10px;
	display: none;
	position: fixed;
	top: 25px;
}

.boxColor{
	background-color: blue;
    width:20px;
    height:20px;
    margin-bottom: 5px;
    color: transparent;
    cursor: pointer;
    border:solid;
    border-color: white;
    border-width: 2px;
}

/* .Gear Color Options */




.LoginBox .fields a{
	color: #555555;
    font-family:  "Georgia", sans-serif;
    font-size: 15px;
    position: relative;
    left: 35px;
    z-index: 9999;
}




#BackgroundUp{
	position: fixed;
	top: 0px;
	left: 0px;
	background: no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	height: 100%;
	width: 100%;
	z-index: 999;
}

.Zeitkapsel{
	position:absolute;
	bottom:100px;
	left: 70px;

}

#Labtime{
	color: white;
    font-family: "Architects";
    font-size: 100px;
}


#Labdatum{
	color: white;
    font-family: "Architects";
    font-size: 40px;
}


/* Login Box */
.LoginBox{
	position: fixed;
	top: 35%;
	left: 37%;
	width: 350px;
	z-index: 90;
	display: block;
	display: none;
}

.LoginBox h2{
	color: #555555;
    font-family: "Georgia", sans-serif;
    font-size: 19px;
    position: relative;
    top: -173px;
    left: 170px;

}

.LoginBox input{
	padding: 5px;
	width: 250px;
	height: 27px;
	display: block;
}
.LoginBox .fields{
	position: relative;
	top: -170px;
	left: 170px;
}



.LoginBox .seePass{
	position: relative;
	top: -27px;
	left: 170px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 

	.LoginBox #botLogIn{
		border: none;
		background:url(../img/right.png) no-repeat center center;
		height: 23px;
		width: 23px;
		position: relative;
		top: -31px;
		left: 225px;
	}

	.LoginBox .seePass{
		position: relative;
		top: -24px;
		left: 170px;
	}


}

.boxLoading{

	display: none;
	position: relative;
	top: -135px;
	left: 180px;

}

.LoginBox .boxLoading{

	color: white;
    font-family: "Architects";
}

.boxLoading span{
	position: relative;
	top: -20px;
	left: 15px;
}


.loginFail{
	display: none;
	position: relative;
	top: -170px;
	left: 170px;
}

.OrangeSpan{
	color: orange;
    font-family: "Georgia", sans-serif;	
}

.welcome{
	color: #555555;
	font-family: "Architects";
	font-size: 50px;
	position: relative;
	left: 30%;
	top: 40%;
}

#botTryAgain{

	background-color: black;
	border-color: white;
	border-width: 3px;
	border-style: solid;
	color: white;
}


@media only screen and (device-width: 768px) and (max-width:959px)  {
  /* For general iPad layouts */


	/* Login Box */
	.LoginBox{
		position: relative;
		top: 30%;
		left: 23%;
		width: 350px;
		z-index: 90;
		display: block;
		display: none;
	}
}


/* Mobile Phones or other stuff portrait*/
@media screen and (min-width:1px) and (max-width: 767px) and (orientation: portrait) {
	
	body{
		height: 100%;
	}

	#Labtime{
		color: white;
	    font-family: "Architects";
	    font-size: 35px;
	}

	#Labdatum{
		color: white;
	    font-family: "Architects";
	    font-size: 20px;
	}

	.Zeitkapsel{
		position:absolute;
		bottom:50px;
		left: 20px;
	}

	/* Login Box */
	.LoginBox{
		position: relative;
		top: 10%;
		left: 37%;
		width: 350px;
		z-index: 90;
	}

	.LoginBox h2{
		color: white;
	    font-family: "Georgia", sans-serif;
	    font-size: 19px;
	    position: relative;
	    top: -173px;
	    left: 170px;

	}

	.LoginBox input{
		padding: 5px;
		width: 250px;
		height: 27px;
		display: block;
	}
	.LoginBox .fields{
		position: relative;
		top: -170px;
		left: 170px;
	}

	.LoginBox #botLogIn{
		display: none !important;
		border: none;
		background:url(../ximg/right.png) no-repeat center center;
		height: 23px;
		width: 23px;
		position: relative;
		top: -30px;
		left: 225px;
	}
	
	#botLogIn {
    background: url("../img/right.png") no-repeat scroll center center transparent;
    border: medium none;
    height: 0px;
    left: 225px;
    position: relative;
    top: -25px;
    width: 0px;
}

	.LoginBox .seePass{
		position: relative;
		top: -25px;
		left: 170px;
	}

}

/* Mobile Phones Landscape */
@media screen and (max-device-width: 640px) and (orientation: landscape){
  
  #Labtime{
		color: white;
	    font-family: "Architects";
	    font-size: 35px;
	}

	#Labdatum{
		color: white;
	    font-family: "Architects";
	    font-size: 20px;
	}

	.Zeitkapsel{
		position:absolute;
		bottom:20px;
		left: 20px;
	}

	.LoginBox{
		position: relative;
		top: 20%;
		left: 15%;
		z-index: 90;
	}

}



/* css Animations */
.animated {
	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	     -o-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
}

@-moz-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
}

@-o-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	-moz-animation-name: fadeOutUpBig;
	-o-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}


@-webkit-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-moz-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-o-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	-moz-animation-name: fadeOut;
	-o-animation-name: fadeOut;
	animation-name: fadeOut;
}


@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	-moz-animation-name: fadeInDownBig;
	-o-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-ms-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}

.quick {
	-webkit-animation-duration: 0.8s;
	-moz-animation-duration: 0.8s;
	-ms-animation-duration: 0.8s;
	-o-animation-duration: 0.8s;
	animation-duration: 0.8s;
}

.animated.quick {
	-webkit-animation-duration: 0.4s;
		-moz-animation-duration: 0.4s;
		-ms-animation-duration: 0.4s;
		-o-animation-duration: 0.4s;
		animation-duration: 0.4s;
}


