@font-face {
	font-family: IBMPlexSerif;
	font-weight: 300;
	src: url(fonts/IBMPlexSerif-Light.ttf);
}

html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.clearIt {
	clear: both;
}

#overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 5;
	width: 100%;
	height: 100%;
	background-color: #ed4747;
	display: none;
}

#overlayBlocker {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 6;
	width: 100%;
	height: 100%;
	display: none;
}

.pinOverlay {
	filter: blur(8px);
	-webkit-filter: blur(8px);
}

body {
	overflow: hidden;
}

#workerData {
	display: none;
	position: absolute;
	z-index: 10;
	top: 30px;
	left: 50%;
	margin-left: -310px;
	width: 620px;
	border-radius: 10px;
	padding: 20px 0px 20px 20px;
	box-shadow: 0px 0px 20px 5px #000;
	background-color: #FFF;
	font-family: Verdana;
}

.calWorkerName {
	margin: -20px 0px 0px -20px;
	padding: 10px 0px 10px 20px;
	border-radius: 8px 8px 0px 0px;
	background-color: #555;
	width: 100%;
	color: #FFF;
	font-weight: bold;
	text-shadow: 1px 1px #000;
	background-image: url(img/close.png);
	background-repeat: no-repeat;
	background-position: right 12px top 10px;
	background-size: 35px;
	cursor: pointer;
	font-family: IBMPlexSerif;
	font-size: 24px;
}

.calWorkerName span {
	font-size: 18px;
	padding-left: 20px;
}

.calTag,
.calTagHead,
.calDatum,
.calDatumHead,
.calStart,
.calStartHead,
.calEnd,
.calEndHead {
	float: left;
	padding: 10px 5px 10px 5px;
	width: 120px;
	margin: 0px 0px 0px 0px;
}

.calTag:nth-child(even),
.calDatum:nth-child(odd),
.calStart:nth-child(even),
.calEnd:nth-child(odd) {
	background-color: #e6e6e6;
}

.headline {
	background-color: #808080;
	border-bottom: 2px solid #000;
	color: #FFF;
}

.calTag,
.calTagHead {
	margin-left: -20px;
	width: 160px;
	padding-left: 50px
}

.calDatum,
.calDatumHead {
	width: 130px;
}

.calStart,
.calStartHead {
	width: 120px;
}

.calEnd,
.calEndHead {
	width: 145px;
}

#backgroundImage {
	background-image: url(img/bg_5.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: 100%;
	height: 100%;
}

#contentBox {
	margin: 0 auto;
	position: fixed;
	z-index: 2;
	bottom: 25px;
	left: 50%;
	margin-left: -483px;
	padding: 0px;
	width: 960px;
	height: 300px;
	background-color: rgba(255,255,255, 0.01);
}

.userBoxWrap {
	margin: 0 auto;
	padding: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
	width: 280px;
	border-radius: 20px 20px 20px 20px;
	box-shadow: 0px 0px 20px 5px #000;
	cursor: pointer;
	float: left;
}

.userBox {
	margin: 0 auto;
	width: 250px;
	height: 50px;
	padding: 10px 20px 15px 10px;
	border-radius: 20px 20px 0px 0px;
	background-color: rgba(255,255,255, 1);
	font-family: IBMPlexSerif;
	font-size: 25px;
	font-weight: bold;
}

.userBoxStatus {
	margin: 0 auto;
	width: 240px;
	padding: 10px 20px 10px 20px;
	border: 0px solid black;
	border-radius: 0px 0px 20px 20px;
	text-align: center;
	letter-spacing: 10px;
	font-size: 15px;
}

.userBoxStatusAnwesend {
	color: #FFFFFF;
	background-color: green;
	text-shadow: 1px 1px black;
}

.userBoxStatusAnwesend2 {
	box-shadow: 0px 0px 20px 5px green;
}

.userBoxStatusAbwesend {
	color: #FFFFFF;
	background-color: #555;
	text-shadow: 1px 1px black;
}

.userBoxIcon {
	position: absolute;
	width: 60px;
}

.userBoxName {
	display: block;
	width: 200px;
	border: 0px solid black;
	padding-left: 75px;
}

.userBoxName span {
	display: block;
	font-size: 14px;
	padding-left: 2px;
	font-weight: normal;
}

#datum {
	margin: 0 auto;
	position: fixed;
	z-index: 4;
	bottom: -15px;
	right: 50%;
	margin-right: -140px;
	padding: 15px 0px 0px 0px;
	width: 280px;
	height: 180px;
	background-color: rgba(85, 85, 85, 0.7);
	box-shadow: 0px 0px 20px 5px #FFF;
	border: 2px solid #FFF;
	border-radius: 20px 20px 0px 0px;
	text-align: center;
	font-family: Verdana;
	font-size: 15px;
	color: #FFF;
	text-shadow: 2px 2px #000;
	font-weight: bold;
}

#datum2 {
	margin: 0 auto;
	position: fixed;
	bottom: 30px;
	right: 50px;
	padding: 15px 0px 0px 0px;
	width: 280px;
	height: 101px;
	background-color: rgba(85, 85, 85, 0.5);
	box-shadow: 0px 0px 20px 5px #000;
	border: 0px solid #FFF;
	border-radius: 20px;
	text-align: center;
	font-family: Verdana;
	font-size: 15px;
	color: #FFF;
	text-shadow: 2px 2px #000;
	font-weight: bold;
}

#uhrzeit {
	font-size: 45px;
}

.changeOrt {
	margin: 0 auto;
	margin-top: 25px;
	border: 1px solid #000;
	padding: 11px 0px 0px 50px;
	width: 120px;
	height: 34px;
	text-align: left;
	border-radius: 10px;
	background-image: url(img/change.png);
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 8px 8px;
	background-color: #555;
	font-weight: normal;
	cursor: pointer;
}

#eingabePin {
	display: none;
	position: fixed;
	z-index: 10;
	top: 80px;
	left: 50%;
	margin-left: -150px;
	width: 300px;
	border-radius: 20px;
}

.closeEingabePin {
	position: fixed;
	top: 20px;
	right: 20px;
	cursor: pointer;
	padding: 5px;
	border-radius: 10px;
}

.showCalendar {
	position: fixed;
	top: 100px;
	right: 20px;
	cursor: pointer;
	padding: 5px;
	border-radius: 10px;
	width: 60px;
	height: 60px;
	background-image: url(img/calendar.png);
	background-repeat: no-repeat;
	background-size: 60px;
	background-position: right 5px top 4px;
	background-color: none;
}

.showCalActive {
	background-color: #FFF;
	width: 135px;
	height: 55px;
	box-shadow: 0px 0px 10px #000;
	padding: 10px 85px 5px 20px;
	font-size: 18px;
	font-family: IBMPlexSerif;
}

.closeEingabePin img,
.showCalendar img {
	width: 60px;
}

.eingabePinMain {
	margin: 0 auto;
	padding: 25px 10px 15px 10px;
	width: 100%;
	background-color: rgba(255,255,255, 1);
	border-radius: 20px 20px 20px 20px;
	border: 1px solid #000;
	box-shadow: 0px 0px 20px #000;
}

.workerName {
	margin: 0 auto;
	width: 190px;
	padding: 5px 5px 5px 70px;
	background-color: #FFF;
	color: #000;
	font-size: 30px;
	letter-spacing: 4px;
	margin-bottom: 40px;
	border-radius: 10px;
	background-image: url(img/pin.png);
	background-repeat: no-repeat;
	background-size: 60px;
	background-position: 0px 3px;
}

.workerName span {
	display: block;
	font-size: 16px;
}

.pinFeld1, .pinFeld2, .pinFeld3 {
	margin: 0 auto;
	width: 80px;
	height: 65px;
	padding-top: 15px;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	box-shadow: 0px 0px 5px #000;
	border-radius: 20px;
	float: left;
	font-size: 60px;
}

.nummernFeld {
	margin: 0 auto;
	width: 80px;
	height: 80px;
	text-align: center;
	background-color: #555;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 20px;
	line-height: 80px;
	border-radius: 20px;
	float: left;
	color: #FFF;
	font-size: 60px;
	cursor: pointer;
	border: 2px solid #000;
}

.spacer {
	margin-top: 20px;
}

.ortWrap {
	margin: 0 auto;
	width: 210px;
	height: 30px;
	border: 1px solid black;
	background-color: #555;
	border-radius: 6px;
	padding: 5px;
	cursor: pointer;
	margin-top: 30px;
}

.left, .right {
	float: left;
	color: #FFF;
	text-shadow: none;
	font-weight: normal;
	position: relative;
	z-index: 5;
	line-height: 25px;
}

.right {
	text-align: right;
	padding-right: 4px;
	padding-top: 2px;
	width: 96px;
}

.left {
	text-align: left;
	padding-left: 10px;
	padding-top: 2px;
	width: 90px;
}

.move {
	width: 100px;
	height: 30px;
	background-color: #777;
	position: relative;
	z-index: 4;
	top: -27px;
	left: 0px;
	border-radius: 6px;
	box-shadow: 0px 0px 2px #000;
}

#login {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -145px;
	margin-top: -100px;
	z-index: 5;
	width: 245px;
	height: 161px;
	background-color: rgba(255, 255, 255, 0.3);
	box-shadow: 0px 0px 20px 5px #000;
	padding: 20px;
	text-align: center;
}

#login input[type=text],
#login input[type=password] {
	font-size: 18px;
	width: 192px;
	height: 42px;
	display: block;
	margin: 0px 0px 15px 0px;
	background-image: url();
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-size: 35px;
	border: 1px solid #000;
	padding-left: 50px;
	border-radius: 5px;
}

#login input[type=password] {
	background-image: url(img/password.png);
}

#login input[type=text] {
	background-image: url(img/user.png);
}

#login input[type=submit] {
	font-size: 20px;
	width: 285px;
	
	display: block;
	margin: 20px 0px 5px -20px;
	border: 0px;
	-webkit-appearance: none;
	border-radius: 0px;
	box-shadow: 0px;
	padding: 15px 0px 15px 0px;
	background-color: #555;
	cursor: pointer;
	color: #FFF;
	text-shadow: 1px 1px #000;
}

.loginInfo {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -145px;
	margin-top: -170px;
	z-index: 5;
	width: 265px;
	background-color: rgba(255, 0, 0, 0.3);
	padding: 10px;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 1px 1px #000;
	border-radius: 5px;
}

#export {
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -170px;
	z-index: 5;
	width: 300px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 5px;
	box-shadow: 0px 0px 20px 5px #000;
	padding: 20px;
	text-align: center;
}

#export select {
	padding: 10px;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 250px;
	border-radius: 0px;
	color: #000;
}

#export input[type=password] {
	padding: 5px 5px 5px 5px;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: 15px;
	width: 82px;
}

#export input[type=submit] {
	padding: 5px;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: 5px;
	width: 200px;
	height: 60px;
	border-radius: 0px;
}

#export span {
	display: inline-block;
	width: 120px;
	border: 0px solid red;
	font-size: 25px;
	font-family: IBMPlexSerif;
	line-height: 65px;
	text-align: left;
}

.xlsx {
	background-image: url(img/xlsx.png);
	background-repeat: no-repeat;
	background-size: 26px;
	background-position: 10px 6px;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px 15px 0px 45px;
	height: 40px;
	border-radius: 5px;
}

.logWrap {
	margin-top: 20px;
	display: none;
	box-shadow: 0px 0px 10px #000;
}

.logEntries {
	width: 760px;
	margin-left: -10px;
	text-align: left;
	font-family: Verdana;
	font-size: 10px;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.05);
	display: none;
}

.logInfos {
	width: 780px;
	text-align: left;
	font-family: Verdana;
	font-size: 10px;
	padding: 10px;
	font-size: 14px;
}

.expName,
.expEntries,
.expFile,
.expDl,
.expDetailBtn {
	float: left;
	border: 0px solid black;
	padding: 10px;
}

.expName {
	width: 150px;
}

.expEntries {
	width: 90px;
}

.expFile {
	width: 370px;
}

.expDl {
	width: 30px;
	height: 17px;
	background-image: url(img/dl.png);
	background-repeat: no-repeat;
	background-size: 26px;
	background-position: 10px 5px;
	cursor: pointer;
}

.expDetailBtn {
	width: 30px;
	height: 17px;
	background-image: url(img/details.png);
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: 6px 10px;
	cursor: pointer;
}