/*Order*/
.timeline-card:nth-child(1) {
  order: 1;
}

.timeline-card:nth-child(2) {
  order: 4;
}

.timeline-card:nth-child(3) {
  order: 2;
}

.timeline-card:nth-child(4) {
  order: 5;
}

.timeline-card:nth-child(5) {
  order: 3;
}

/*timeline-servicebeühren Colors*/
.timeline-service-money .timeline-card--step1 {
  background-color: var(--accent1-color)!important;
}

.timeline-service-money .timeline-card--step1 .step-head::after {
  border-color: var(--accent1-color)!important;
}

.timeline-service-money .timeline-card--step2 {
  background-color: var(--accent1-color)!important;
}

.timeline-service-money .timeline-card--step2 .step-head::after {
  border-color: var(--accent1-color)!important;
}

.timeline-service-money .timeline-card--step3 {
  background-color: var(--accent1-color)!important;
}

.timeline-service-money .timeline-card--step3 .step-head::after {
  border-color: var(--accent1-color)!important;
}

.timeline-service-money .timeline-card--step4 {
  background-color: var(--accent1-color)!important;
}

.timeline-service-money .timeline-card--step4 .step-head::after {
  border-color: var(--accent1-color)!important;
}

.timeline-service-money .timeline-card--step5 {
  background-color: var(--accent1-color)!important;
}

.timeline-service-money .timeline-card--step5 .step-head::after {
  border-color: var(--accent1-color)!important;
}

.timeline-service-money .timeline-card:nth-child(odd) .step-head::after, .timeline-service-money .timeline-card:nth-child(even) .step-head::after {border-top: 15px solid transparent !important;
    border-bottom: 15px solid transparent !important;}


.timeline-service-money .timeline-card-wrapper {height:800px !important;}
@media only screen and (max-width:768px){
  .timeline-service-money .timeline-card-wrapper {height:1000px !important;}
  .timeline-service-money .timeline-card .timeline-item-text p {margin-bottom: 0px!important;}
}


