.menu-bar {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #000000;
  width: 100%;
  height: 45px;
  top: -0.1vh;
}

.logoatyourservice {
  max-width: 60px;
  max-height: 30px;
}

.menu-item.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  width: 33.3%;

}

.menu-item.videoControl {
  display: flex;
  gap: 20px; /* Abstand zwischen den VideoControl-Buttons */
  margin-right: 10px;
  width: 33.3%;
  justify-content: flex-end; 
  height: 25px;
}
.menu-item.empty {
  flex-grow: 1;
  width: 33.3%;
}
