@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");
.timeline .timeline-img-wrap {
  height: 320px;
  margin-top: 60px;
}
@media (max-width: 765px) {
  .timeline .timeline-container img {
    max-width: 102%;
  }
  .timeline .timeline-img-wrap {
    height: 166px;
    margin-top: 55px;
    position: absolute;
    left: -2px;
    transform: translateY(-100%) !important;
    width: 250px;
    max-width: 101%;
    overflow: hidden;
    padding: 0;
    top: calc(100% - 370px) !important;
  }
  .timeline ol {
    margin-top: 34rem;
  }
  .timeline ol li:nth-child(2n) section {
    border-radius: 0;
    top: -62px;
    transform: translateY(-100%);
  }
}

.green-layout .timeline ol li section span.h3 {
  color: #464646 !important;
}
.green-layout .timeline .btn-primary {
  color: #2b2b2b !important;
}
.green-layout .timeline .icon-arrow-right {
  color: #2b2b2b !important;
}

#timeline-wrapper {
  position: relative;
}

.timeline-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  background: rgba(27, 49, 86, 0.82);
  color: #fff;
  border: none;
  padding: 14px 20px;
  cursor: pointer;
  border-radius: 50%;
}

.timeline-btn.left {
  left: 10px;
}
@media (max-width: 765px) {
  .timeline-btn.left {
    left: -13px;
  }
}

.timeline-btn.right {
  right: 10px;
}
@media (max-width: 765px) {
  .timeline-btn.right {
    right: -13px;
  }
}

:root {
  --white: #fff;
  --black: #323135;
  --crystal: #a8dadd;
  --grau: #eef1f4;
  --anthrazit: #536475;
  --midnight-green: #01565b;
  --yellow: #e5f33d;
  --timeline-gradient: rgba(246,248,249,1) 0%, rgba(238,241,244,0.9584034297312675) 16%, rgba(255,255,255,0) 100%;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

section .timeline {
  font: normal 16px/1.5 "Inter", sans-serif;
  color: var(--black);
  margin-bottom: 0 !important;
}

/* .section SECTION
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
  padding: 50px 0;
}

.section .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.section h1 {
  font-size: 2.5rem;
  line-height: 1.25;
}

.section h2 {
  font-size: 1.3rem;
}

/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline-container {
  height: 315px !important;
  pointer-events: none;
}
.timeline-container img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.timeline-inner-container {
  position: absolute;
  transition: 0.5s ease-in-out;
}
@media (max-width: 425px) {
  .timeline-inner-container {
    left: -35px;
  }
}

.timeline {
  position: relative;
  white-space: nowrap;
  padding: 0 10px;
  margin: 0 auto;
  display: grid;
  overflow: hidden;
}
.timeline .timeline-img-wrap {
  position: absolute;
  left: -220px;
  transform: translateY(-100%) !important;
  height: 315px;
  width: 100%;
  max-width: 220px;
  overflow: hidden;
  margin-top: 56px;
  padding: 0;
  top: calc(100% - 56px) !important;
}
.timeline .more {
  right: 0;
  bottom: 19px;
  position: absolute;
  pointer-events: auto !important;
}
.timeline .more i:before {
  background-color: #457ee3;
}

.timeline::before,
.timeline::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 30px;
  width: 100px;
  z-index: 2;
}

.timeline::after {
  right: 0;
  background: linear-gradient(270deg, var(--timeline-gradient));
  display: none;
}

.timeline::before {
  left: 0;
  background: linear-gradient(90deg, var(--timeline-gradient));
  display: none;
}

.timeline .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 40px;
  color: var(--white);
  background: var(--midnight-green);
  white-space: normal;
  border-radius: 10px;
}

.timeline .info img {
  margin-bottom: 20px;
}

.timeline .info p {
  margin-top: 10px;
  color: var(--crystal);
}

.timeline .info a {
  text-decoration: none;
}

.timeline ol::-webkit-scrollbar {
  height: 12px;
}

.timeline ol::-webkit-scrollbar-thumb,
.timeline ol::-webkit-scrollbar-track {
  border-radius: 92px;
}

.timeline ol::-webkit-scrollbar-thumb {
  background: var(--midnight-green);
}

.timeline ol::-webkit-scrollbar-track {
  background: var(--yellow);
}

.timeline ol {
  font-size: 0;
  padding: 366px 0;
  transition: all 1s;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--yellow) var(--midnight-green);
}

.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 300px;
  height: 5px;
  background: #0e2e80;
  scroll-snap-align: start;
  margin-left: 4rem;
}

.timeline ol li:last-child {
  width: 340px;
}

.timeline ol li:not(:first-child) {
  margin-left: 14px;
}

.timeline ol li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #7390ed;
  z-index: 1;
}

.timeline ol li section {
  position: absolute;
  left: calc(100% + 7px);
  width: 100%;
  padding: 15px;
  font-size: 1rem;
  white-space: normal;
  color: #FFFFFFFF;
  background: inherit;
  margin-left: 17px;
}
.timeline ol li section .btn.btn-primary {
  position: absolute;
  bottom: 25px;
  pointer-events: auto !important;
}
.timeline ol li section span.h3 {
  color: #0e2e80 !important;
}
.timeline ol li section span.timeline-date {
  text-align: right;
}

.timeline ol li section::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ol li:nth-child(odd) section {
  top: -57px;
  transform: translateY(-110%);
  border-radius: 0;
}

.timeline ol li:nth-child(odd) section::before {
  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: var(--white) transparent transparent transparent;
  display: none;
}

.timeline ol li:nth-child(even) section {
  top: calc(100% - 40px);
  border-radius: 0;
}

.timeline ol li:nth-child(even) time {
  bottom: -35px;
}

.timeline ol li:nth-child(even) section::before {
  top: -8px;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent var(--white);
  display: none;
}

.timeline time {
  display: block;
  text-align: right;
}

/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 800px) {
  .timeline {
    display: block;
  }

  .timeline::before,
.timeline::after {
    width: 50px;
  }

  .timeline::before {
    left: 0;
  }

  .timeline .info {
    display: none;
  }
}
/* FOOTER STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 5px;
  z-index: 2;
  color: var(--black);
  background: var(--columbia-blue);
}

.page-footer a {
  display: flex;
  margin-left: 4px;
}

@media (max-width: 765px) {
  .timeline ol {
    padding: 0 0 3rem 0;
    margin-top: 32rem;
  }
  .timeline ol li {
    width: 263px;
    margin-left: 3rem;
  }
  .timeline ol li section {
    position: absolute;
    left: calc(100% - 116px);
    width: 220px;
    padding: 15px;
    font-size: 1rem;
    white-space: normal;
    color: #FFFFFFFF;
    background: inherit;
  }
  .timeline ol li section span.h3 {
    font-size: 1.25rem !important;
    margin-top: 0.5rem;
  }
  .timeline ol li:first-child {
    width: 87px;
  }
  .timeline ol li:nth-child(even) section {
    border-radius: 0;
    top: -75px;
    transform: translateY(-100%);
  }
  .timeline ol li:nth-child(odd) section {
    top: -30px;
  }
  .timeline .timeline-img-wrap {
    position: absolute;
    left: 0;
    transform: translateY(-100%) !important;
    height: 140px;
    width: 250px;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    top: calc(100% - 370px) !important;
  }
  .timeline time {
    bottom: 6px;
  }
  .timeline ol li:nth-child(even) time {
    bottom: 6px;
  }
}
/* COLOR LAYOUTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.red-layout .timeline ol li {
  background: #881111;
}
.red-layout .timeline ol li:not(:last-child)::after {
  background: #8A4F4FFF;
}
.red-layout .timeline ol li section span.h3 {
  color: #8A4F4FFF !important;
}
.red-layout .timeline ol li section .btn.btn-primary {
  background-color: #8A4F4FFF;
  border: #881111;
}
.red-layout .timeline ol li section .btn.btn-primary .icon-arrow-right {
  color: #881111;
}

.green-layout .timeline ol li {
  background: #3d6524;
}
.green-layout .timeline ol li:not(:last-child)::after {
  background: #ACDA8BFF;
}
.green-layout .timeline ol li section span.h3 {
  color: #ACDA8BFF !important;
}
.green-layout .timeline ol li section .btn.btn-primary {
  background-color: #ACDA8BFF;
  border: #3d6524;
}
.green-layout .timeline ol li section .btn.btn-primary .icon-arrow-right {
  color: #3d6524;
}
