.uploadArea {
	margin-left: 10px;
	min-height: 300px;
	height: auto;
	border: 4px dotted #ccc;
	padding: 10px;
	cursor: move;
	margin-bottom: 10px;
	position: relative;
	width: calc(100% - 50px);
}
h1.title {
	padding: 10px;
}
.uploadArea h1 {
	color: #ccc;
	width: 100%;
	z-index: 0;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 25px;
	left: 0;
}
.uploadArea span {
    display: block;
    position: absolute;
    top: 97px;
    text-align: center;
    width: 100%;
    color: #ccc;
	left: 0;
}
.dfiles {
	clear: both;
	border: 1px solid #ccc;
	background-color: #E4E4E4;
	padding: 3px;
	position: relative;
	height: 25px;
	margin: 3px;
	z-index: 1;
	width: 97%;
	opacity: 0.6;
	cursor: default;
}
h5, h5 img {
	float: left;
	margin: 0px;
	padding: 5px;
}
.invalid {
	border: 1px solid red !important;
}
#multiUpload {
    margin: auto;
    width: auto;
    position: relative;
    display: block;
}
#dragAndDropFilesStep1 {
	width:100%;
	text-align:center;
	margin-top: 50px;
}
#dragAndDropFilesStep1 label{
	font-family: 'latoblack';
	line-height: 2.5;
}
#dragAndDropFilesStep1 #urheber{
	padding: 20px;
	font-size: 15px;
	margin: auto auto;
	text-align: center;
	margin-top: 20px;
}
.buttonUpload {
	display: block;
	padding: 17px;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #0074cc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border: 1px solid #cccccc;
	color: #fff;
	margin: auto;
	margin-top: auto;
	width: auto;
	height: 60px;
	font-size: 20px;
	margin-top: 20px;
}
.buttonUpload:hover {
	background-color: #0084E8;
	cursor:pointer;
}
.progress {
    width: calc(100% - 150px) !important;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

.progress img {
    margin: 0px !important;
	margin-top: 20px;
    padding: 0px !important;
}
.successmsg {
    text-align: center;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 0.75rem 1.25rem;
}
.hideMe1 {
  animation: hideMe 10s 1;
  animation-fill-mode: forwards;
  animation-delay: 2s;
}
.hideMe2 {
  animation: hideMe 10s 1;
  animation-fill-mode: forwards;
  animation-delay: 2.5s;
}
@keyframes hideMe {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}