.grid-stack {
  background: rgba(0, 114, 189);
  /*bdg blau 100 */
  border-radius: 5;
}

.grid-stack-item-content {
  text-align: center;
  background: rgba(253, 234, 138);
  /*bdg gelb 60 */
  border-radius: 5px;
}

.grid-stack-item-removing {
  opacity: 0.8;
  filter: blur(5px);
}

#trash {
  background: #dc3545;
}

.grid-stack>.grid-stack-item.grid-stack-sub-grid>.grid-stack-item-content {
  background: rgba(0, 0, 0, 0.1);
  inset: 0 2px;
}

.grid-stack.grid-stack-nested {
  background: none;
  /* background-color: red; */
  /* take entire space */
  position: absolute;
  inset: 0;
  /* TODO change top: if you have content in nested grid */
}