#ladebalken {
  width: 100%;
  height: 5px;
  background-color: #ccc;
  border-radius: 5px;
}

.inner {
  width: 0%;
  height: 100%;
  background-color: #000;
  border-radius: 5px;
}
