/** DSGVO-Video Zwei-Klick-Loesung: erst mal Meldung statt Video */
.video-wall {
  min-width: 100%;
  max-width: 100%;
  min-height: 240px;
  padding: 5%;
  background-color: lightgray;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.embed-responsive .video-wall {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-wall-content {
  padding: 2.5%;
  font-size:0.85em;
  background-color:rgba(255,255,255,0.8);
  border-left: 1px solid #e30014;
}
.video-wall-content  {
  margin-bottom: 0.3em;
}
.video-wall-content button {
  border: 0;
  padding: 0.1em 0.5em;
  margin-right: 1em;
}

/** DSGVO-Video Einstellungsbereich (in der Seite Datenschutz) */
#dsgvo-video-settings {
  padding: 0.5em;
  border: 1px solid gray;
}
#dsgvo-video-settings button {
  border: 0;
  padding: 0.1em 0.5em;
}