

.geschichte .ttip {
  font-size: 2rem;
}

.salescon .ttip {
  font-size: 1.5rem;
  max-width: 350px;
}

.timeline {
  position: relative;
  padding: 48px 0;
}

.timeline__bar {
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 50%;
  width: 4px;
  margin-left: -2px;
  border-radius: 4px;
  background: #ffffff;
}

.timeline__item {
  position: relative;
}

.timeline__box {
  position: relative;
  max-width: calc(50% - 48px);
  padding: 24px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0px 32px 64px rgba(61, 74, 82, 0.05), 0px 16px 32px rgba(61, 74, 82, 0.05);
}

.timeline__item--right .timeline__box {
  float: right;
}



.timeline__box:after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 4px;
  transform: rotate(45deg);
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -15px;
}

.timeline--valign-top .timeline__box:after {
  top: 48px;
  margin-top: 0;
}

.timeline__item--right .timeline__box:after {
  right: 0;
  left: -10px;
}



.timeline__dot {
  width: 30px;
  height: 30px;
  padding: 5px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -15px;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0px 8px 16px rgba(61, 74, 82, 0.05), 0px 4px 8px rgba(61, 74, 82, 0.05);
}

.timeline--valign-top .timeline__dot {
  top: 48px;
  margin-top: 0;
}

.timeline__dot:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: linear-gradient(111.02deg, #F00F40 0%, #f00f40 100%);
  border-radius: 100%;
}

.timeline__dot:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 50%;
  margin-left: -5px;
  background: #fff;
  border-radius: 100%;
}

.timeline__dot .ttip-holder {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -16px;
  right: -16px;
}

.timeline__badge {
  margin-bottom: .56rem;
}

.timeline__text > *:last-child {
  margin-bottom: 0;
}

.timeline__img-tag {
  border-radius: 16px;
}

/* Responsive */

@media (min-width: 768px) {
  .timeline__badge {
    display: none;
  }
}

@media (min-width: 1139px) {
  .timeline__content {
    display: flex;
    align-items: center;
  }
  
  .timeline--valign-top .timeline__content {
    align-items: flex-start;
  }
  
  .timeline__text {
    width: 70%;
    padding: .56rem;
  }
  
  .timeline__item--left .timeline__text {
    padding-inline-end: 24px;
  }
  
  .timeline__item--right .timeline__text {
    order: 2;
    padding-inline-start: 24px;
  }
  
  .timeline__img {
    width: 30%;
    flex-shrink: 0;
    text-align: center;
  }

  .timeline__img-tag {
    width: 100%;
  }
}

@media (max-width: 1139px) {
  .timeline__img {
    margin-top: 24px;
  }
}

@media (max-width: 767px) {

  .timeline {
    padding: 0;
  }

  .timeline__item {
    max-width: 100%;
    margin: 0;
  }
  
  .timeline__box {
    max-width: 100%;
    padding-bottom: 31.200000000000003px;
  }
  
  .timeline__item + .timeline__item .timeline__box {
    margin-top: 24px;
  }

  .timeline__bar,
  .timeline__dot,
  .timeline__box:after {
    display: none;
  }
  .salescon .timeline__img-tag {
    width: 10%;
    height: 10%
  }
  .salescon .timeline__item--right .timeline__box {
    float: none;
  }
}
}