.timeline {
  background-color: rgba(255, 255, 255, 0.137);
  position: relative;
  width: 100%;
  padding: 50px 0;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 3px;
  height: 100%;
  background: #222222;
  z-index: 5000;
}

.timeline-content {
  width: 45%;
  padding: 20px;
  background: #a19273;
  margin-bottom: 40px;
  border-radius: 0.5rem;
  position: relative;
}
.timeline-content .left {
  float: left;
  clear: both;
  transform: translateX(-5%);
}
.timeline-content .right {
  float: right;
  clear: both;
  transform: translateX(5%);
}

.timeline h1 {
  font-size: 30px;
  color: #a19273;
  font-weight: 200;
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
}

.timeline h2 {
  font-size: 25px;
  color: #ffffff;
  font-weight: 100;
  padding-left: 50px;
  padding-right: 50px;
}

.timeline p {
  font-size: 20px;
  color: #ffffff;
  font-weight: 100;
  padding-left: 50px;
  padding-right: 50px;
}/*# sourceMappingURL=lebenslauf.css.map */