.container-header {
  background-color: white;
  background-image: none;
}

.container-topbar {
   background-color: darkgreen;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.background-video-wrapper {
    position: fixed; /* Video bleibt im Hintergrund fixiert */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1; /* Stellt sicher, dass der Inhalt über dem Video angezeigt wird */
}

#background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


