.cd-container {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
}
.mainHeadline {
		font: bold .875em/1.4285714286 Frutiger,Arial,Helvetica,sans-serif;
    background: #e3d6c3;
    margin: auto;
    text-align: center;
    padding: 1em;
    margin-bottom: 2em;
    width: 12em;
}

.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 2px;
  background: #919191;
}
@media only screen and (min-width: 1024px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
  text-align: right;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .cd-timeline-block {
    /*margin: 4em 0;*/
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-circle, .cd-timeline-circle-active {
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 4px #ef0000, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.cd-timeline-circle-active {
    box-shadow: 0 0 0 4px #ef0000, inset 0 0 0 rgba(0, 0, 0, 0.08), 0 0px 0 0px rgba(0, 0, 0, 0.05);
}

@media only screen and (min-width: 1024px) {
  .cd-timeline-circle, .cd-timeline-circle-active {
    width: 5px;
    height: 5px;
    left: 50%;
    margin-left: -3px;
    margin-top: 5px;
    background-color: #ef000;
  }

}
.cd-timeline-content {
  position: relative;
  /*margin-left: 20px;*/
  background: white;
  border-radius: 0.25em;
  /*padding: 1em;*/
}
.cd-timeline-content-active {
  position: relative;
  /* padding: 1em 1em 0 1em; */
  /* background-color: #e9e9e9; */
  /* border-left: 5px solid #788D41; */
  /* border-radius: 0; */
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2, .cd-timeline-content-active h2 {
    font: 300 1.5em/1.1 Frutiger,Arial,Helvetica,sans-serif;
    color: #ef0000;
    margin-bottom: 1em;
}
}
.cd-timeline-content p, .cd-timeline-content-active p {
  font: .875em/1.4285714286 Frutiger,Arial,Helvetica,sans-serif;
  margin: 1em 0;
  line-height: 1.6;
}
.timeline-title {
    font: 300 1.875em/1.1 Frutiger,Arial,Helvetica,sans-serif;
    text-align: right;
    width: 50%;
    padding: 0.5em;
    margin-top: -1em;
    border-bottom: 4px solid #919191;
}

@media only screen and (min-width: 1024px) {
  .cd-timeline-content, .cd-timeline-content-active {
    margin-left: 0;
    /*padding: 1.6em;*/
    width: 45%;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content, .cd-timeline-block:nth-child(even) .cd-timeline-content-active {
    float: right;
    text-align: left;
    /* border-left: 5px solid #788D41;
    margin-top: 1.5em; */
  }
 .cd-timeline-block:nth-child(odd) .cd-timeline-content, .cd-timeline-block:nth-child(odd) .cd-timeline-content-active {
    float: left;
    text-align: right;
    border-left: 0;
    /*border-right: 5px solid #788D41;*/
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before, .cd-timeline-block:nth-child(even) .cd-timeline-content-active::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    
    .cd-timeline-block {
    text-align: left;
}
    
    .timeline-title {
    width: 100%;
    text-align: left;
    padding-left: 1.7em;
}
    
    .cd-timeline-circle, .cd-timeline-circle-active {
    left: 14px;
}
    
.cd-timeline-content, .cd-timeline-content-active {
    margin-left: 3em;
    padding: 0.1em 1em 0.1em 1em;
}    
   
   .mainHeadline {
       margin: 0.1em;
}
    
  .cd-timeline-content h2, .cd-timeline-content-active h2 {
    font: bold 1.125em/1.22222 Frutiger,Arial,Helvetica,sans-serif;
    text-align: left;
  }
  .cd-timeline-content p, .cd-timeline-content-active p {
    font: 1em/1.375 Frutiger,Arial,Helvetica,sans-serif;
    color: #1c1c1c;
    padding-top: .145em;
    padding-bottom: .1175em;
    text-align: left;
  }
}

ul.custom-bullet {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 1em 0;
    text-align: left;
}

ul.custom-bullet li {
    font: .875em/1.42857 Frutiger,Arial,Helvetica,sans-serif;
}

ul.custom-bullet > li {
    clear: left;
}

ul.custom-bullet > li a:hover {
    text-decoration: underline;
}

ul.arrowstyleubs > li:before {
    width: 48px;
    height: 48px;
    display: inline-block;
    background-image: url(/content/dam/static/scripts/timeline/css/link.svg);
    background-size: 13px;
    background-position: center;

}
    
ul.custom-bullet > li:before {
    content: "";
    height: 0.8em;
    width: 0.9em;
    display: block;
    float: left;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100%:;
    margin-top: 4px;
    margin-right: 5px;
}
    
.cd-timeline-content-active div {
    position: relative;
    padding: 1em 1em 0.3em 1em;
    background-color: #f2f2f2;
    /*border-left: 5px solid #788D41;*/
    border-radius: 0;
}