/* Lokales Design fuer die App Datentransfer */

html, body, p, div, input, textarea {
	font-family: sans-serif;
	font-size: 20px;
	color: black;
}

html, body {
	box-sizing: border-box;
	margin: 0;
	border: 0;
	padding: 0;
	height: 100%;
	/*position: absolute;*/
}

div.pillar {
	box-sizing: border-box;
	padding: 0px;
	min-height: 100%;
	position: relative;
	top: 0;
}
/*div.logo,*/
a.logo {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 70px;
	background-color: black;
	background-position: center center;
	background-image: url("/local/datentransfer/img/LIW_Logo_schwarzweiss.png");
	background-repeat: no-repeat;
	background-size: contain;
}

div.form,
div.downBox {
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
	border-top: 5vw solid transparent;
	padding-top: 80px;
	width: 400px;
	border-bottom: 60px solid transparent; /* Platz für Impressum */
}

label {
	display: block;
}
label.size {
	text-align: center;
	font-size: 14px;
	padding-top: 10px;
}

input.textInput,
textarea {
	width: 100%;
	box-sizing: border-box;
	border: 2px solid #818181;
	border-radius: 0;
	padding: 5px;
	margin-bottom: 30px;
	margin-top: 15px;
}

textarea {
	height: 116px;
}

div.file {
	width: 100%;
	height: 70px;
	position: relative;
	margin-top: 15px;
	cursor: pointer;
}

div.file div.prevent,
div.file div.pseudoButton,
div.file input.fileUpload {
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

div.prevent {
	opacity: 0;
}

div.prevent:hover {
	opacity: 1;
	background-color: #818181;
	color: white;
	text-align: center;
	padding: 21px;
}

div.prevent.disabled {
	display: none;
}

div.file input.fileUpload {
	opacity: 0;
}

div.file div.pseudoButton {
	background-color: #A4C03F;
	color: white;
	padding-left: 90px;
	padding-top: 22px;
	text-transform: uppercase;
	font-weight: bold;
}

div.file div.pseudoButton div.add {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background-color: white;
	cursor: pointer;
}

div.file div.pseudoButton div.add:before {
	position: absolute;
	content: "";
	top: 23px;
	left: 12px;
	width: 24px;
	height: 4px;
	background-color: #A4C03F;
}

div.file div.pseudoButton div.add:after {
	position: absolute;
	content: "";
	top: 12px;
	left: 23px;
	width: 4px;
	height: 24px;
	background-color: #A4C03F;
}

div.pillar a.toImpressum {
	display: inline-block;
	width: 100%;
	position: absolute;
	bottom: 10px;
	left: 0;
	margin: 0 auto;
	text-decoration: none;
	color: #414141;
	text-align: center;
}

div.progressInfo {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
}

div.progressInfo #progress {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background-color: lime;
}

#prozent {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	text-align: center;
	color: white;
	margin-top: 21px;
}

div.downIcon {
	position: relative;
	margin: 0 auto;
	width: 80px;
	height: 80px;
	border-radius: 80px;
	/*border-width: 38px 38px 38px 38px;*/
	border: solid #A4C03F;
	background-color: #A4C03F;
	cursor: pointer;
}

div.downIcon div.arrow {
	position: absolute;
	top: 19px;
	left: 37px;
	width: 6px;
	height: 31px;
	border-radius: 3px;
	background-color: white;
}

div.downIcon::before {
	display: inline-block;
	position: absolute;
	content: "";
	border: solid white;
	top: 32px;
	left: 32px;
	border-width: 0 4px 4px 0;
	padding: 6px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

div.downIcon::after {
	display: inline-block;
	position: absolute;
	content: "";
	top: 54px;
	left: 23px;
	width: 34px;
	height: 6px;
	border-radius: 3px;
	background-color: white;
}

div.downBox div.sender {
	margin-top: 20px;
	text-align: center;
	color: #A4C03F;
	/*font-size: 24px;*/
	font-weight: bold;
}
div.downBox div.countInfo {
	margin-top: 4px;
	text-align: center;
}
div.downBox div.fileSize {
	margin-top: 15px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
div.downBox div.message {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
}
div.downBox div.dateInfo {
	text-align: center;
	font-size: 12px;
}
div.downBox a {
	font-weight: inherit;
	text-decoration: inherit;
}
div.downBox div.downButton {
	box-sizing: border-box;
	margin-top: 22px;
	background-color: #A4C03F;
	height: 70px;
	color: white;
	text-align: center;
	padding-top: 22px;
	text-transform: uppercase;
	font-weight: bold;
}