.menu-list li {
  display: inline-block;
  margin: 0;
}
.menu-list li a {
  color: var(--sortblaa);
  mix-blend-mode: normal;
  border-bottom: 1px solid rgba(29, 44, 67, 0);
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}
.menu-list li a:hover, .menu-list li a.w--current {
  border-bottom-color: var(--sortblaa);
}
.footer-list a {
  color: var(--gulhvit);
  background-image: url(../images/pil-lys.svg);
  background-position: 100% 60%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 35px;
  font-size: 21px;
  text-decoration: none;
  display: inline-block;
}
.footer-list a:hover, .footer-list a.w--current {
  text-decoration: underline;
}
.search-button, .menu-button {
  background: transparent;
  padding: 0;
  height: 30px;
}
.button:hover {
  border: 1px solid var(--sortblaa);
  color: var(--gulhvit);
  background-color: var(--sortblaa);
}
.button:hover .button-arrow {
  background-image: url(../images/pil-lys.svg);
}
.button.light:hover {
  border: 1px solid var(--gulhvit);
  color: var(--sortblaa);
  background-color: var(--gulhvit);
}
.button.light:hover .button-arrow {
  background-image: url(../images/pil-mork.svg);
}
.header.blue .logo,
.header.blue .menu-list li a,
.header.blue .search-button {
  color: var(--gulhvit) !important;
}
.header.blue .menu-list li a:hover, 
.header.blue .menu-list li a.w--current {
    border-bottom-color: var(--gulhvit) !important;
}
.header.blue .menu-button-line-top,
.header.blue .menu-button-line,
.header.blue .menu-button-line-bottom {
  background-color: var(--gulhvit) !important;
}
.page-header-date {
  text-transform: uppercase; 
}
.w-embed iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

[data-wf-bgvideo-fallback-img] {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  [data-wf-bgvideo-fallback-img] {
    position: absolute;
    z-index: -100;
    display: inline-block;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
.no-margin {
  margin-top: 0px; 
  margin-bottom: 0px; 
}
.no-margin-bottom {
  margin-bottom: 0px; 
}
.hide-header .header {
  display: none;
}
.play-pause-button.center.top {
  top: 10px;
  right: 10px;
}
.w-background-video {
  height: 100%;
}
.no-margin-top {
  margin-top: 0px;
}
.no-margin-bottom {
  margin-bottom: 75px;
}
@media screen and (max-width: 1100px) {
  .menu-list li a {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 991px) {
  .menu-list li {
    display: block;
  }
  .menu-list li a {
    color: var(--gulhvit);
    margin-left: 0;
    margin-right: 0;
    font-size: 34px;
    line-height: 51px;
    border-bottom: 2px solid transparent;
    background-image: url(../images/pil-lys.svg);
    background-repeat: no-repeat;
    padding-right: 40px;
    background-size: 30px;
    background-position: 100% 20%;
  }
  .menu-list li a:hover, .menu-list li a.w--current {
    border-bottom: 2px solid var(--gulhvit);
  }
}
@media screen and (max-width: 500px) {
  .play-pause-button.center {
    right: 15px;
  }
}

/* Tidslinje */

:root {
  --white: white;
  --blue: #1D2C43;
  --pink: #F8CBFF;
  --yellow: #F7FF99;
  --beige: #FFFBE4;
}
.time-line {
  background-color: var(--sortblaa);
  margin-bottom: -100px;
}
.slider-section {
  margin-top: 50px;
  display: none;
  position: relative;
  overflow: visible;
}
.new-slider {
  width: 100vw;
  margin-top: 50px;
  overflow: visible;
}
.slide-nav {
  background-color: #e1e1e1;
  position: relative;
}
.loading-bar, .labels {
  display: block;
}
.timeline-slider {
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
.body {
  background-color: var(--blue);
  font-family: Poppins, sans-serif;
  font-weight: 500;
  margin: 0;
}
.main-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.timeline-frame {
  height: 0;
}
.frame-item {
  opacity: 0;
  color: var(--beige);
  text-align: center;
  position: relative;
  top: -250px;
  margin-bottom: 200px;
  height: 1px !important;
  overflow: hidden;
}
.frame-item.slick-current {
  opacity: 1;
  height: 100% !important;
  overflow: visible;
}
.frame-item p {
  font-size: 28px;
  line-height: 42px;
  margin: 0 auto;
  max-width: 460px;
}
.frame-item h2 {
  font-size: 80px;
  line-height: 80px;
  margin: 30px 0;
}
.frame-item-icon {
  width: 382px;
  height: 382px;
  border-radius: 5px;
  margin: 0 auto;
  background: var(--yellow);
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeline-nav {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 21px;
}
.timeline-item {
  height: 50px !important;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  cursor: pointer;
  z-index: 99;
}
.timeline-text {
  text-align: center;
  margin: 50px auto 0;
  color: var(--beige);
  font-size: 30px;
  line-height: 42px;
}
.timeline-item::after {
  background: #F8CBFF;
  border-radius: 5px;
  top: 0;
  content: "";
  height: 44px;
  width: 44px;
  left: 50%;
  margin-left: -22px;
  position: absolute;
}
.slick-list {
  overflow: visible !important;
  top: 250px;
}
.timeline-nav .slick-list::before {
  background-color: #E2F3F5;
  border-radius: 6px;
  content: "";
  height: 2px;
  left: 50%;
  top: 43%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}
.slick-prev, .slick-next {
  display: none !important;
}
.slick-current .timeline-text{
  color: var(--beige);
}
.timeline-item.slick-current::after {
  background-color: var(--pink);  
}
@media (max-width: 1300px) {
  .frame-item {
    top: -180px;
    margin-bottom: 150px;
  }
  .frame-item-icon {
    width: 250px;
    height: 250px;
  }
  .frame-item-icon svg {
    width: 150px;
  }
  .frame-item p {
    font-size: 16px;
    line-height: 26px;
  }
  .frame-item h2 {
    font-size: 50px;
    line-height: 55px;
    margin: 20px 0;
  }
  .timeline-text {
    font-size: 19px;
    line-height: 25px;
  }
  .timeline-item::after {
    height: 30px;
    width: 30px;
    margin-left: -15px;
    top: 7px;
  }
}
@media (max-width: 1040px) {
  .timeline-frame .slick-track {
    width: 100% !important;
    transform: none !important;
  }
  .slick-list {
    top: 20px;
  }
  .frame-item {
    width: 100% !important;
    top: 20px;
    margin-bottom: 50px;
    display: none !important;
  }
  .frame-item.slick-current {
    display: block !important;
  }
  .frame-item-icon {
    width: 160px;
    height: 160px;
  }
  .frame-item-icon svg {
    width: 100px;
  }
  .time-line {
    margin-bottom: 0px;
  }
}