/** 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: var(--hellgrau);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ratio .video-wall {
  position: absolute;
  min-width: 240px;
  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 var(--rot);
}
.video-wall-content  {
  margin-bottom: 0.3em;
}
.video-wall-content button {
  border: 0;
  padding: 0.1em 0.5em;
  margin-right: 1em;
}

.media.full .ratio {
  overflow: inherit;
  min-height: 240px;
}

/** DSGVO-Video Einstellungsbereich (in der Seite Datenschutz) */
#dsgvo-video-settings {
  padding: 0.5em;
  border: 1px solid var(--grau);
}
#dsgvo-video-settings button {
  border: 0;
  padding: 0.1em 0.5em;
}