body {
  font-family: sans-serif;
  background-color: #eeeeee;
  margin: 0;
  padding: 0;
}

.umschlag {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

img {
width: 100%;
max-width: 100%;
height: auto;
display: block;
}

.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;
  border-radius: 4px;
  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;
  border-radius: 4px;
  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;
  border-radius: 4px;
  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;
}

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

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%;
	overflow: hidden;
	width: 100%;
}
.fullscreen_video {
  display: block;
	left: 0px;
	overflow: hidden;
	padding-bottom: 56.25%; /* 56.25% = 16:9. set ratio */
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.fullscreen_video .wrapper {
  display: block;
	height: 300%;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.fullscreen_video iframe {
  display: block;
	height: 100%;
	width: 100%;
}


.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;
}

