body {
  max-height: 100vh;
  height: 100vh;
  flex-direction: column;
  display: flex;
}

#mainContainer {
  overflow: auto;
  flex-grow: 1;
  padding-left: 20px;
  /*background: #C6E0F9;*/
  background: #f0f0f0f;
}

small {
  color: rgb(87,87,86);
}

.boxes {
  padding: 10px;
  margin-right: 7px;
  margin-top: 10px;
}

.eintraege {
  color: rgb(87,87,86);
}

.div-border {
  border-bottom: 2px solid rgb(87,87,86);
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.div-pic {
  background: white;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: " > ";
}

.middle-div {
  /*width: 100%;*/
  height: 700px;
  overflow-y: auto;
  overflow-x: hidden;
}
