.tidslinje {
  padding: 80px 0;
}
.timeline-headline {
  padding-top: 80px;
}
.timeline-headline h2 {
  margin-bottom: 0;
}
.tidslinje .container {
  position: relative;
}
.tidslinje .container::before {
  content: "";
  position: absolute;
  top: -80px;
  left: calc(100% - 15px);
  width: calc(50vw - 50% + 15px);
  height: calc(100% + 160px);
  background: rgb(255,255,255);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,1)));
  background: -o-linear-gradient(left, rgba(255,255,255,0.8) 0%, rgba(255,255,255,1) 100%);
  background: linear-gradient(90deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,1) 100%);
  z-index: 5;
  pointer-events: none;
}
.tidslinje .container::after {
  content: "";
  position: absolute;
  top: -80px;
  right: 15px;
  width: 80px;
  height: calc(100% + 160px);
  background: rgb(255,255,255);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0.0)), to(rgba(255,255,255,0.8)));
  background: -o-linear-gradient(left, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.8) 100%);
  background: linear-gradient(90deg, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.8) 100%);
  z-index: 5;
  pointer-events: none;
}
.tidslinje .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-top: 64px;
  z-index: 10;
}
.tidslinje .controls .prev,
.tidslinje .controls .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45px;
  height: 45px;
  background-color: #75C0C3;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  pointer-events: all;
}
.tidslinje .controls .prev img,
.tidslinje .controls .next img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tidslinje .controls .prev.swiper-button-disabled,
.tidslinje .controls .next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.tidslinje .swiper-slide .inner {
  padding-right: 17%;
}
.tidslinje .swiper-slide .inner .number {
  font-family: "essonnes-display", serif;
  font-weight: 700;
  font-size: 107px;
  line-height: 128px;
  color: #A6217A;
  margin-bottom: 90px;
}
.tidslinje .row {
  position: relative;
}
.tidslinje .special-nav {
  position: absolute;
  top: 164px;
  left: -101px;
  width: calc(100% + 202px);
  max-width: none;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tidslinje .special-nav .swiper-pagination {
  left: 116px;
  width: 100vw;
  max-width: calc(50vw + 50% - 116px);
  height: 7px;
  background: rgba(117, 192, 195, 0.21);
}
.tidslinje .special-nav .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #75C0C3;
}
@media (max-width: 768px) {
  .tidslinje .container::before,
  .tidslinje .container::after,
  .tidslinje .special-nav {
    display: none;
  }
  .tidslinje .container .row .tidslinje-swiper .swiper-wrapper {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: auto;
  }
  .tidslinje .swiper-slide .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 32px;
    padding-right: 0;
  }
  .tidslinje .swiper-slide .inner .number {
    font-size: 49px;
    line-height: 59px;
    margin-right: 18px;
    width: 40px;
    margin-bottom: 0;
    position: relative;
    z-index: 3;
    background-color: #fff;
  }
  .tidslinje .swiper-slide .inner h3 {
    width: calc(100% - 58px);
    min-height: 63px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 12px;
  }
  .tidslinje .swiper-slide .inner .text {
    width: calc(100% - 58px);
  }
  .tidslinje .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 14px;
    height: 100%;
    width: 2px;
    background-color: #75C0C3;
    z-index: 1;
  }
  .tidslinje .swiper-slide:last-of-type::after {
    content: "";
    position: absolute;
    top: 0;
    left: 14px;
    height: 100%;
    width: 2px;
    background-color: #fff;
    z-index: 2;
  }
  .tidslinje .bottom {
    text-align: center;
  }
}