.ampel {
  max-width: 100%;
  display: flex;
  min-height: 30px;
}

.rot {
  background-color: red;
}

.gelb {
  background-color: yellow;
}

.gruen {
  background-color: green;
}
