#box2 {
  position: relative;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
 
}
#date-stack {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  z-index: 2;
}
#nolid {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 2px;
  opacity: 0.85;
}
#unterh1 {
  font-size: 22px;
  font-weight: 700;
}
