body {
	background: #F5F5DC;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Seitenverhältnis */
  height: 0;
  overflow: hidden;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-light {
	background: #F5F5DC;
}

.bg-light-orange {
	background: #FBC02D;
}

.bg-dark-orange, a.bg-light-orange:hover {
	background: #FF8F00;
}

.bg-red {
	backround: #C62828;
}

.bg-grey {
  background: grey;
  cursor: not-allowed;
}