.rund {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
.tl-container {
  clear: both;
  position: relative;
  overflow: hidden;
  padding: var(--space-md) 0;
}
.tl-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 40px;
  height: 100%;
  width: 2px;
  background: #aaaaaa;
}
@media (min-width: 991px) {
  .tl-container {
    clear: both;
    position: relative;
    overflow: hidden;
    padding: var(--space-md) 0;
  }
  .tl-container::before {
    left: 50%;
  }
}
.tl_img {
  position: absolute;
  top: 15px;
  left: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
@media (min-width: 991px) {
  .tl_img {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 64rem) {
  .tl_img {
    will-change: transform;
  }
}
.tl_img img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-top: 10px;
}
.tl-content {
  display: table;
  width: calc(100% - 80px);
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 15px;
  background-color: #eeeeee;
  border: 2px solid #eeeeee;
  border-radius: 5px;
  padding: 15px;
  /*
  h2 {
    margin-top: 0;
    font-size: 1.5rem;
  }
 */
}
@media (min-width: 991px) {
  .tl-content {
    width: 45%;
  }
}
.tl-content {
  position: relative;
}
.tl-contentBlock {
  position: relative;
}
.tl-left .tl-contentBlock222::before,
.tl-right .tl-contentBlock222::before,
.tl-left .tl-content::before,
.tl-right .tl-content::before {
  content: '';
  position: absolute;
  top: 20px;
  left: -30px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-right-color: #eeeeee;
}
@media (min-width: 991px) {
  .tl-left .tl-content {
    margin-left: 0;
    margin-right: auto;
  }
  .tl-left .tl-content::before {
    left: 100%;
    border: 15px solid transparent;
    border-left-color: #eeeeee;
  }
}
.tl-date {
  font-weight: bold;
  color: #eeeeee;
}
.tl-bild {
  width: 33%;
  float: right;
  height: auto !important;
  margin-left: 15px;
  margin-bottom: 15px;
}
.tl-date-desktop {
  display: none;
}
@media (min-width: 991px) {
  .tl-date {
    position: absolute;
    padding: 8px;
  }
  .tl-left .tl-date {
    left: 60px;
  }
  .tl-right .tl-date {
    right: 60px;
  }
  .tl-date-desktop {
    display: block;
  }
  .tl-date-mobile {
    display: none;
  }
}
/* aos responsive */
@media (max-width: 991px) {
  html:not(.no-js) [data-aos='fade-right'] {
    transform: translate3d(100px, 0, 0);
  }
  html:not(.no-js) [data-aos='fade-up-right'] {
    transform: translate3d(100px, 100px, 0);
  }
  html:not(.no-js) [data-aos='fade-down-right'] {
    transform: translate3d(100px, -100px, 0);
  }
  html:not(.no-js) [data-aos='zoom-in-right'] {
    transform: translate3d(100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos='zoom-out-right'] {
    transform: translate3d(100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos='slide-right'] {
    transform: translate3d(100%, 0, 0);
  }
  html:not(.no-js) [data-aos='flip-right'] {
    transform: perspective(2500px) rotateY(-100deg);
  }
  html:not(.no-js) [data-aos='flip-right'].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
}
/*# sourceMappingURL=timeline.css.map */