.zeitstrahl-person {
    margin-bottom: 2em;
  }
  
  .zeitstrahl-label {
    font-weight: bold;
    margin-bottom: 0.3em;
  }
  
  .zeitstrahl-balken-container {
    position: relative;
    height: 40px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    margin-bottom: 10px;
  }
  
  .zeitstrahl-balken {
    position: absolute;
    height: 100%;
    border-radius: 4px;
    color: #fff;
    font-size: 0.8em;
    padding: 2px 4px;
    overflow: hidden;
    white-space: nowrap;
  }
  
  .balken-arbeitszeit { background-color: #337ab7; }
  .balken-projektzeit { background-color: #5cb85c; }
  