html, body {
height:100%;
margin:0;
padding:0
}

body {
/*background-color:#133f6c;*/
background:url(hintergrund.jpg) center top;
color:#eee;
font-family:'Open Sans',Verdana,sans-serif;
font-weight:400;
}

.container{
	text-align:center;
	width:90%;
	max-width:700px;
	min-height:435px;
	margin:0 auto;
	padding-bottom:80px;
}

.header-section{
	padding:25px 0px;
}

p.titel {
	text-align:center;
	font-style:italic;
	font-weight:bold;
	font-size:60px;
	line-height:72px;
	margin:0 0 30px 0;
	padding:0;
}

.drop-section,
.download-section{
	min-height:250px;
	border:none;
	background:white;
	color:#133f6c;
	margin:5px 0 35px 0;
	border-radius:12px;
	position:relative;
	padding:20px;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.drop-section div.col:first-child{
	opacity:1;
	visibility:visible;
	transition-duration:0.2s;
	transform:scale(1);
	width:200px;
	margin:auto;
	max-width:100%;
}
.drop-section div.col:last-child{
	font-size:40px;
	line-height:1.5em;
	font-weight:700;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width:200px;
	max-width:100%;
	pointer-events:none;
	opacity:0;
	visibility:hidden;
	transform:scale(.6);
	transition-duration:.2s;
	display:flex;
	align-items:center;
	justify-content:center;
}
.drop-section div.col:last-child .drop-here {
	color:#133f6c;
}
/* we will use "drag-over-effect" class in js */
.drag-over-effect div.col:first-child{
	opacity:0;
	visibility:hidden;
	pointer-events:none;
	transform:scale(1.1);
}
.drag-over-effect div.col:last-child{
	opacity:1;
	visibility:visible;
	transform:scale(1);
}
.drop-section span{
	display:block;
	margin:auto;
	color:#133f6c;
	margin-bottom:10px;
}
.drop-section button{
	color:white;
	background-color:#133f6c;
	border:none;
	outline:none;
	padding:10px 15px;
	margin-top:5px;
	cursor:pointer;
	box-shadow:rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	appearance:none;
	font-size:1em;
	font-family:'Open Sans';
}
.drop-section input{
	display:none;
}
.list-section{
	display:none;
	text-align:left;
	margin:0;
	padding-bottom:30px;
}
.list-section .list-title{
	font-size:1.3em;
	line-height:1.5em;
	color:white;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:15px;
}
.list-section li{
	display:flex;
	padding:10px;
	transition-duration:0.2s;
	background:#ffffffdd;
}
.list-section li:nth-child(2n){
	background:#ffffffcc;
}
.list-section li .col:nth-child(1){
	width:40px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.list-section li .col:nth-child(1) .file-icon{
	max-width:40px;
	max-height:40px;
}
.list-section li .col:nth-child(2){
	width:calc(100% - 75px);
	text-align:left;
	font-size:1em;
	color:#133f6c;
	padding:0 10px;
	box-sizing:border-box;
}
.list-section li .col:nth-child(3){
	width:35px;
	text-align:right;
	display:flex;
	justify-content:flex-end;
	align-items:center;
}
.list-section li .col:nth-child(2) div.file-name{
	display:flex;
	justify-content:space-between;
}
.list-section li .col:nth-child(2) div.name{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	max-width:calc(100% - 65px);
	display:inline-block;
	font-weight:bold;
}
.list-section li .col .file-name span{
	color:#133f6c;
	float:right;
	width:65px;
	text-align:right;
}
.list-section li .file-progress{
	width:100%;
	height:5px;
	margin-top:8px;
	border-radius:8px;
	background-color:white;
}
.list-section li .file-progress span{
	display:block;
	width:0%;
	height:100%;
	border-radius:8px;
	background:#133f6c;
	transition-duration:0.4s;
}
.list-section li .col .file-size{
	font-size:1em;
	color:#133f6c;
}
.list-section li .col .file-result-link {
	margin:0;
	display:flex;
	flex-wrap:wrap;
	gap:15px;
}
.list-section li .col .file-result-link a {
	color:#133f6c;
	text-decoration:none;
}
.list-section li .col .file-result-link a:before {
	content:'';
	display:inline-block;
	width:20px;
	height:16px;
	background-image:url(icon-images/link.svg);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	margin-right:5px;
}
.list-section li .col .file-result-link .copy-link {
	display:flex;
	background:#133f6c;
	color:white;
	text-transform:uppercase;
	font-size:12px;
	align-items:center;
	padding:0 5px;
	cursor:pointer;
}
.list-section li .col .file-result-link .copy-link.copied {
	background:green;
}
.list-section li .col .file-result-link .copy-link.copied div:first-child,
.list-section li .col .file-result-link .copy-link:not(.copied) div:last-child {
	display:none;
}
.list-section li .col .file-result-link .copy-link.copied div:after {
	content:'';
	background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23ffffff" d="M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z"/></svg>');
	display:inline-block;
	width:10px;
	height:10px;
	background-size:contain;
	background-repeat:no-repeat;
	margin-left:5px;
}
.list-section li .col svg.cross{
	fill:white;
	background-color:#133f6c;
	position:relative;
	border-radius:50%;
}
.list-section li .col svg.cross {
	cursor:pointer;
}
.list-section li .col svg.tick{
	fill:#133f6c;
	background-color:transparent;
	transform:scale(1.5);
}
.list-section li.complete .col:nth-child(2) div.name {
	max-width:100%;
}
.list-section li.complete span,
.list-section li.complete .file-progress,
.list-section li.complete svg.cross{
	display:none;
}
.list-section li.in-prog .file-size,
.list-section li.in-prog svg.tick{
	display:none;
}
.download-section .download-section-content {
	transition:all .15s;
}
.download-section.started .download-section-content {
	opacity:0;
}
.download-section .download-section-content:hover {
	transform:scale(1.05);
}
.download-section .download-section-content a {
	text-decoration:none;
}
.download-section .download-section-content a * {
	color:#133f6c;
}
.download-section .start-download {
	display:flex;
	flex-direction:column;
	align-items:center;
}
.download-section .download-progress {
	height:100%;
	width:calc(100% - 40px);
	position:absolute;
	display:none;
	align-items:center;
	justify-content:center;
	opacity:0;
	transition:all .15s;
	transition-delay:.15s;
	color:#133f6c;
	font-weight:bold;
}
.download-section.started .download-progress {
	opacity:1;
	display:flex;
}
.download-section.animation-finished .download-section-content {
	display:none;
}

#note_service {
  position:absolute;
  bottom:0;
  height:75px;
  width:100%;
  left:0;
  margin:0;
  padding:0;
  position:fixed;
}

#note_service>div {
  position:relative;
  height:75px;
  width:550px;
  padding:0 25px;
  margin:0 auto;
  box-shadow:0px 0px 9px 2px #000;
  background:#eee;
  text-align:center;
  font-size:14px;
  line-height:25px;
  color:#133f6c;
  border-radius:12px 12px 0 0;
}

#note_service>div a {
  color:#133f6c;
}

#statistik {
  width:80%;
  margin:0 auto;
  box-sizing:border-box;
  padding:10px;
  background:#eee;
  color:#11476a;
  max-width:1200px;
}

#statistik a {
  color:#11476a;
}

#statistik table {
  width:100%;
}

#statistik table thead tr td {
  background:#11476a;
  color:#eee;
}

#statistik table tbody tr:nth-child(even) td {
  background:#eee;
}

#statistik table tbody tr:nth-child(odd) td {
  background:#ddd;
}

#statistik table tbody tr td:first-child, #statistik table tbody tr td:last-child {
  text-align:right;
}

#statistik table tbody tr td span.kleiner {
  font-size:75%;
}