html {
  overflow-y: scroll;
}

#id_VoKNb88mQSWIH {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  max-height: 100%;
}

#id_VoKNb88mQSWIH > .block {
  flex: 1 1 0;
  min-height: 0;
}

#id_X3c2axueJbim0, #id_sHPSeebqVBA0K, #id_hUlzwfM6Zh67l {
  outline: solid 0px;
  box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  border: 1;
  padding: 10px;
  margin-left: 10px;
  border-radius: 5px;
  color: #3b3b3b;
  height: 33%;
  /* Vertikale Zentrierung */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
}

#id_3cv6TxlueqOnB {
  outline: solid 0px;
  box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  border: 1px solid #ddd;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  color: #3b3b3b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
}

/* Scrollbar im ersten Block ausblenden */
#id_X3c2axueJbim0::-webkit-scrollbar {
  display: none;
}
#id_X3c2axueJbim0 {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#id_sHPSeebqVBA0K {
  margin-top: 10px;
  margin-bottom: 10px;
}

a {
  color: #3b3b3b;
}

#id_ZxooNxZy79hOw {
  font-size: 45px;
  color: #454542;
}

/* Video: abgerundete Ecken */
#id_Be2oBEjqSWo9N {
  border-radius: 5px;
  overflow: hidden;
}
#video_id_Be2oBEjqSWo9N {
  border-radius: 5px;
}

/* Chat-Eingabefeld: Rahmen + abgerundete Ecken */
#id_kFVGlqBMvdhci {
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}

/* Textarea: inneren Rahmen entfernen, links abrunden */
#mb_id_kFVGlqBMvdhci {
  border: none;
  border-radius: 5px 0 0 5px;
}

/* Senden-Button: gleiche Farbe wie graue Boxen, rechts abrunden */
#id_kFVGlqBMvdhci .btn {
  background-color: #f5f5f5;
  border: none;
  border-radius: 0 5px 5px 0;
}

#mb_id_kFVGlqBMvdhci {
  border: none;
  border-radius: 5px 0 0 5px;
  line-height: 18px;
  padding-top: 16px;
  padding-bottom: 16px;
  box-sizing: border-box;
  height: 50px;
}

@media (max-width: 1330px) {
  /* Row: Spalten untereinander */
  #id_7pIQqlraDbYHV {
    flex-direction: column;
  }
  /* Linke Spalte: volle Breite, KEIN eigenes Margin */
  #id_ZGmTpDSlRTYYn {
    flex: none;
    width: 100%;
    max-width: none;
  }
  /* Rechte Spalte: volle Breite */
  #id_VoKNb88mQSWIH {
    flex: none;
    width: 100%;
    overflow: visible;
    max-height: none;
  }
  #id_VoKNb88mQSWIH > .block {
    flex: none;
    height: auto;
    min-height: unset;
  }
  /* Alle Blöcke: einheitlich 10px links+rechts */
  #id_MlEpXZNVu7LNb,
  #id_vYHVaodUD9ySL,
  #id_Be2oBEjqSWo9N,
  #id_3cv6TxlueqOnB,
  #id_kFVGlqBMvdhci,
  #id_X3c2axueJbim0,
  #id_sHPSeebqVBA0K,
  #id_hUlzwfM6Zh67l {
    margin-left: 10px;
    margin-right: 10px;
  }
  #id_X3c2axueJbim0 {
    margin-top: 10px;
  }
  #id_hUlzwfM6Zh67l {
    margin-bottom: 10px;
  }
}