#app nav ul li ul {
  left: auto;
  right: 0;
  transform: none;
  white-space: nowrap;
}
#app .jumbotron {
  position: relative;
}
#app .jumbotron::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  /* Zwarte overlay met 50% dekking */
}
#app .cme-page-component--page-content img {
  border-radius: 10px;
}
