.file-upload {
  background-color: #ffffff;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}

.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #033d5d;
  border: none;
  padding: 10px;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn:hover {
  background: rgba(3, 61, 93, 0.18);
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
  color: #033d5d;
}

.file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px dashed #033d5d;
  position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
  background-color: rgba(3, 61, 93, 0.18);
  border: 1px dashed #ffffff;
}

.image-title-wrap {
	margin-top: 20px;
	
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text {
  text-align: center;
}

.drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #033d5d;
  padding: 60px 0;
}

.file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.remove-image {
  width: 200px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  transition: all .2s ease;
  outline: none;
  font-weight: 700;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all .2s ease;
}

.senden {
	
  width: 100%;
  margin: 0;
  color: #fff;
  background: #033d5d;
  border: none;
  padding: 10px;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}

.senden:hover {
	background: rgba(3, 61, 93, 0.18);
	color: #033d5d;
}
	
.video {
margin: 20px;
display: inline-block;
	
}

.video img {
	display: block;
	width: 300px;
	  transition: all 0.5s;
}

.video:hover {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.3)  ; 
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3)  ; 
	-moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3)  ; 
	  transition: all 0.5s;
}

.video .status {
	padding-bottom: 10px;
	display: block;
	padding-top: 10px;
	background: #033d5d;
	color: white;
		
}

.video .status .b {
	opacity: 0.5;
}

.video.deaktiv .status .a {
	opacity: 0.5;
}

.video.deaktiv .status .b {
	opacity: 1;
}



label.admin input {
	margin-right: 10px;
}

.button_speichern {
margin-top: 10px;
margin-bottom: 10px;

}

.button_speichern input {
	width: auto;
}





.body_fullscreen {
	background: black;
}

.fullscreen {
  height: 100%;
	width: 100%;
	display: table;
}

.embed-container {
	display: table-cell;
	vertical-align: middle;
}



.upload_info {
    max-width: 530px;
    text-align: center;
    padding: 50px;
    margin: 0 auto;
    display: block;
    border: 5px dotted #033d5d;
    font-size: 11px;
	display: none;
	color: #033d5d;
}


.upload-start .file-upload {
	visibility: hidden;
}

.upload-start .upload_info {
	display: block;
}

form.liste {
	width: 100%;
	text-align: center;
	
}

h1.keinvideo {
	font-size: 30px;
    text-align: center;
    padding-top: 100px;
	font-weight: 400;
}