/* Setzt die Breite des Hintergrund-Videos im Header auf maximal die Bildschirmbreite */
#section_1000109 .cd-backgroundVideo {
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}
/* Setzt die Höhe des Headers relativ zur Bildschirmbreite */
#section_1000109 {
 position: relative;
  width: 100%;
  padding: 0;
  padding-bottom: 56.25%;
  height: 0;
}