
@media (min-width: 1000px) {

  #timeline .timeline-card:nth-child(odd) .step-head::after,
  #timeline .timeline-card:nth-child(even) .step-head::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }

  #timeline .timeline-card:nth-child(odd) .step-head::before,
  #timeline .timeline-card:nth-child(even) .step-head::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background-color: var(--main-75-color);
    border-radius: 9px;
  }
  #timeline .timeline-card .step-head h3 {line-height: 1.4;}
}

/*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-card:nth-child(6) {
  order: 6;
}

.timeline-card:nth-child(7) {
  order: 3;
}

.timeline-card:nth-child(8) {
  order: 7;
}

#timeline h1 {
  text-align: center;
  font-size: 3rem;
  font-weight: 200;
  margin-bottom: 20px;
}

#timeline .timeline-card-wrapper {
  position: relative;
  margin: auto;
}

@media (min-width: 1000px) {
  #timeline .timeline-card-wrapper {
    display: flex;
    flex-flow: column wrap;
    width: 1170px;
    height: 1650px;
    margin: 0 auto;
  }
}

#timeline .timeline-card-wrapper::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid var(--main-75-color);
}

@media (min-width: 1000px) {
  #timeline .timeline-card-wrapper::after {
    border-left: 1px solid var(--main-75-color);
  }
}

#timeline .timeline-card {
  position: relative;
  display: block;
  margin: 10px auto 80px;
  max-width: 94%;
  z-index: 2;
}

@media (min-width: 480px) {
  #timeline .timeline-card {
    max-width: 60%;
  }
}

@media (min-width: 720px) {
  #timeline .timeline-card {
    max-width: 40%;
  }
}

@media (min-width: 1000px) {
  #timeline .timeline-card {
    max-width: 450px;
    height: 400px;
    margin: 90px;
    margin-top: 45px;
    margin-bottom: 45px;
  }

  #timeline .timeline-card:nth-child(odd) {
    margin-right: 45px;
  }

  #timeline .timeline-card:nth-child(odd) .step-head::after {
    border-left-width: 15px;
    border-left-style: solid;
    left: 100%;
  }

  #timeline .timeline-card:nth-child(odd) .step-head::before {
    left: 491.5px;
  }

  #timeline .timeline-card:nth-child(even) {
    margin-left: 45px;
  }

  #timeline .timeline-card:nth-child(even) .step-head::after {
    border-right-width: 15px;
    border-right-style: solid;
    right: 100%;
  }

  #timeline .timeline-card:nth-child(even) .step-head::before {
    right: 489.5px;
  }

  #timeline .timeline-card:nth-child(2) {
    margin-top: 180px;
  }
}

#timeline .timeline-card .step-head {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 400;
  padding-right: 10px;
}

#timeline .timeline-card .step-head .step-number-icon {
  display: inline;
  float: left;
  margin: 10px;
  padding: 10px;
  font-size: 35px;
  line-height: 35px;
  font-weight: 600;
  background:;
  width: auto;
}
#timeline .timeline-card .step-head .step-number-icon .step-number {
  font-size: 1.5em;
}


#timeline .timeline-card .step-head h3 span {
  display: block;
  margin: 0;
}

@media (min-width: 480px) {
  #timeline .timeline-card .step-head h3 span {
    font-size: 18px;
  }
}

#timeline .timeline-card .timeline-item-text {
  background: #fff;
  border-radius: 0 0 5px 5px;
  border-top: 0;
  padding: 15px;
}

@media (min-width: 1000px) {
  #timeline .timeline-card .timeline-item-text {
    height: 315px;
  }
}

#timeline .timeline-card .timeline-item-text p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
}

#timeline .timeline-card .timeline-item-text img {
  display: block;
  width: 100%;
}

#timeline .timeline-card--step1 {
  background-color: var(--accent1-color);
}

#timeline .timeline-card--step1 .step-head::after {
  border-color: var(--accent1-color);
}

#timeline .timeline-card--step2 {
  background-color: var(--accent1-color);
}

#timeline .timeline-card--step2 .step-head::after {
  border-color: var(--accent1-color);
}

#timeline .timeline-card--step3 {
  background-color: var(--accent1-color);
}

#timeline .timeline-card--step3 .step-head::after {
  border-color: var(--accent1-color);
}

#timeline .timeline-card--step4 {
  background-color: var(--accent1-color);
}

#timeline .timeline-card--step4 .step-head::after {
  border-color: var(--accent1-color);
}

#timeline .timeline-card--step5 {
  background-color: var(--accent1-color);
}

#timeline .timeline-card--step5 .step-head::after {
  border-color: var(--accent1-color);
}

#timeline .timeline-card--step6 {
  background-color: var(--accent1-color);
}

#timeline .timeline-card--step6 .step-head::after {
  border-color: var(--accent1-color);
}

#timeline .timeline-card--step7 {
  background-color: var(--accent1-color);
}

#timeline .timeline-card--step7 .step-head::after {
  border-color: var(--accent1-color);
}

#timeline .timeline-card{
box-shadow: 0 20px 55px 0 rgba(0,0,0,0.15);
}



#timeline .timeline-card .step-head h3 {font-size: 1.25em;}

@media only screen and (max-width:768px){
  #timeline .timeline-card {margin-bottom:50px;}
  #timeline .headline-d span.small {font-size:16px;}
  #timeline .timeline-card .step-head h3 {line-height: 1.4;}
  #timeline .timeline-card .step-head h3 span {line-height: 1;}
}


@media only screen and (min-width: 1000px){
#timeline .timeline-card .timeline-item-text {height: 50%!important;}
#timeline .timeline-card {height:200px!important;}
#timeline .timeline-card-wrapper {height: 1400px;}
#timeline .timeline-card {margin-bottom:60px!important;}
}
#timeline .timeline-card .step-head {height: 50%!important;}


/*New Übersicht Modul*/
.overview-card {min-height:100%;display: flex;flex-direction: column;align-items: center;justify-content: center;text-align: center;margin: 0px 1.25em 2.5em 1.25em;width:23.875em;padding: ;}
.overview-card-icon {max-width:5em;margin:1em auto;padding:15px;border-radius: 100%;box-shadow:0 0 40px 1px rgba(0,0,0,0.2);background-color:var(--white-color);}
.overview-card-icon svg {width: 100%;height: auto;display: block;}
.overview-card-head {padding-bottom:10px;}
.overview-card-item-text {margin:auto;}
.overview-card-top {width:100%;background-color:var(--accent1-75-color);border-radius:10px 10px 0 0;padding:0.25em;}
.overview-card-bottom {background-color:var(--white-color);width:100%;border-radius:0 0 10px 10px;padding:1.25em;height:100%;}
.overview-card-wrapper {align-items: stretch;}

@media only screen and (max-width:768px) {
  .overview-card {width:100%;margin-bottom: 3.5em;}
  .overview-card-icon {max-width: 10em;padding: 10px;}
  .overview-card-item-text p {font-size: 16px;}
}


@media only screen and (max-width:767px){
#timeline .timeline-card .step-head h3 {font-size:20px;}
}

@media only screen and (max-width:380px){
#timeline .timeline-card .step-head h3 {font-size:16px;}
#timeline .headline-d span.small {font-size:14px;}
}