
/* CSS Document */

.video_menu_button {
  margin-top: 5px;
  margin-left: 15px;
  margin-bottom: 5px;
}

.video_menue_button_text {
  margin-left: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #ffff00;
  background-color: #110800;
  text-align: left;
  width: auto;
  height: auto;
}

.row.align-items-center.no-gutters {
  display: flex;
  align-items: center;
  margin-right: 0;
  margin-left: 0;
}

.video-container {
  background-color: #110800;
  display: flex;
  justify-content: flex-start;
}

 video {
  object-fit: cover;
  width: 640px;
  height: 480px;
  margin-left: -150px; /* Negativer Wert, um den Rand zu kaschieren */
}

.ueberschrift_video {
  margin-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  color: #fff;
  background-color: #110800;
  text-align: center;
  width: auto;
  height: auto;
}

.unterschrift_video {
  margin-top: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #fff;
  background-color: #110800;
  text-align: center;
  width: auto;
  height: auto;
}
	
.button_abstand {
  margin-top: 10px;
  background-color: #110800;
}

.new_video_menu_button {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center; /* Vertikale Zentrierung */
}

.new_video_menue_button_text {
    margin-left: 5px; /* Minimaler Abstand zwischen Button und Text */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #ff0000;
    background-color: #110800;
    text-align: left;
}