﻿/*colors*/
/* NRK fonts*/
.font-regular {
  font-family: 'NRK Sans Variable', sans-serif;
  font-variation-settings: var(--nrk-sans-regular);
  font-weight: 400;
}
.font-medium {
  font-family: 'NRK Sans Variable', sans-serif;
  font-variation-settings: var(--nrk-sans-medium);
  font-weight: 600;
}
.font-bold {
  font-family: 'NRK Sans Variable', sans-serif;
  font-variation-settings: var(--nrk-sans-bold);
  font-weight: 800;
}
/*Transitions*/
.transition-1s {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.transition-2s {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.transition-3s {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.transition-5s {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/*global*/
.section-banner {
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  /*height: calc(100vh - 5.75rem);*/
  height: 100vh;
  max-height: 1150px;
}
.section-header h1 {
  font-family: 'NRK Sans Variable', sans-serif;
  font-variation-settings: var(--nrk-sans-bold);
  font-weight: 800;
  font-size: 3rem;
}
h1 {
  font-family: 'NRK Sans Variable', sans-serif;
  font-variation-settings: var(--nrk-sans-bold);
  font-weight: 800;
  font-size: 3.2rem;
}
.H2,
.H2 strong {
  font-family: 'NRK Sans Variable', sans-serif;
  font-variation-settings: var(--nrk-sans-bold);
  font-weight: 800;
}
p a,
p li a {
  color: #1E1B13;
  font-weight: 500;
  border-bottom: 1px solid #1E1B13;
}
p a:hover,
p li a:hover {
  color: #1E1B13;
  border-bottom: 1px solid #1E1B13;
}
.nested-content li a {
  color: #1E1B13;
  border-bottom: 1px solid #1E1B13;
}
.LinkButton a,
.link-button {
  background-color: #D4EEFC;
  font-size: 1.15rem;
  color: #0A2343;
  padding: 0.5rem 1.5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 1rem 0;
  display: inline-block;
  font-weight: 600;
  border: none;
  text-align: center;
  border-radius: 0.3rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-transform: none;
  font-family: 'NRK Sans Variable', sans-serif;
  font-variation-settings: var(--nrk-sans-bold);
  font-weight: 800;
}
.LinkButton a:hover,
.link-button:hover {
  color: #0A2343;
  text-decoration: none;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.link-button {
  background-color: #0A2343;
  color: white;
  border: 1px solid #0A2343;
}
.link-button:hover {
  border: 1px solid #0A2343;
  background-color: white;
  color: #0A2343;
}
.btn-see-all {
  margin-bottom: 6rem;
}
.btn-see-all a {
  font-size: 1.5rem;
  font-family: 'NRK Sans Variable', sans-serif;
  font-variation-settings: var(--nrk-sans-bold);
  font-weight: 800;
  color: #FF7461;
}
.container-fluid {
  max-width: 89.5rem;
}
.hamburger-menu {
  cursor: pointer;
  position: relative;
  z-index: 99;
}
.hamburger-menu .h-line {
  width: 30px;
  height: 2px;
  background-color: #DA291C;
  margin: 8px 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  /*&.line-2 {
            background-color: transparent !important;
        }*/
}
.hamburger-menu.active .h-line {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #DA291C;
}
.hamburger-menu.active .h-line.line-1 {
  -webkit-transform: rotate(-45deg) translate(-9.5px, 6px);
  transform: rotate(-45deg) translate(-9.5px, 6px);
}
.hamburger-menu.active .h-line.line-3 {
  -webkit-transform: rotate(45deg) translate(-7px, -5px);
  transform: rotate(45deg) translate(-7px, -5px);
}
.hamburger-menu.active .h-line.line-2 {
  background-color: transparent !important;
}
@media screen and (min-width: 1300px) {
  .hamburger-menu .h-line {
    width: 37px;
    height: 4px;
    border-radius: 4px;
    margin: 6px 0;
  }
  .hamburger-menu.active {
    top: 3px;
  }
  .hamburger-menu.active .h-line.line-1 {
    -webkit-transform: rotate(-46deg) translate(-2px, 8px);
    transform: rotate(-46deg) translate(-2px, 8px);
  }
  .hamburger-menu.active .h-line.line-3 {
    -webkit-transform: rotate(46deg) translate(-6px, -12px);
    transform: rotate(46deg) translate(-6px, -12px);
  }
}
.search-menu {
  display: inline-block;
  width: 27px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
  background-image: url('images/searchWhite.svg');
  margin-right: 10px;
  position: relative;
  top: 8px;
}
.banner-buttons .container-grid .cta_link_blue {
  background-color: #0A2343;
}
.toggle-form {
  width: 100%;
  max-width: 37rem;
}
.toggle-form .toggle-input {
  width: 100%;
  font-size: 1.1rem;
  padding: 0.8rem 2rem 0.8rem 4rem;
  background-position: left;
  background-size: 1.6rem;
  background-image: url(images/search.svg);
  background-repeat: no-repeat;
  background-position: 1.5rem center;
  border: 1px solid #ddd;
  color: #1E1B13;
}
.toggle-menu {
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  overflow: auto;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: white;
  padding: 10rem 60px 5rem 5rem;
  max-width: 50%;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.3);
  font-size: 1.3rem;
}
.toggle-menu nav {
  max-width: 37rem;
}
.toggle-menu nav .row {
  align-items: flex-start;
}
.toggle-menu ul {
  margin-top: 2rem;
}
.toggle-menu ul li {
  margin-bottom: 0.75rem;
}
.toggle-menu ul li a {
  color: #0A2343;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}
.toggle-menu ul li a:hover {
  color: #FF7461;
  border-bottom: 1px solid #FF7461;
}
.toggle-menu .left-menu {
  font-family: 'NRK Sans Variable', sans-serif;
  font-variation-settings: var(--nrk-sans-bold);
  font-weight: 800;
}
.toggle-menu.active {
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.hide-buttons .sticky-btn {
  display: none;
}
@media screen and (min-width: 1100px) {
  .row-fluid {
    margin: 0 -2.5rem;
  }
  .row-fluid .col {
    padding: 0 2.5rem;
  }
}
.row-reverse {
  flex-direction: row-reverse;
}
.back-top {
  background-color: #0A2343;
}
@media screen and (max-width: 991px) {
  .toggle-menu {
    padding: 7rem 30px 3rem 30px;
    max-width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .toggle-menu {
    padding: 89px 15px 20px 15px;
    max-width: 75%;
  }
  .toggle-menu ul {
    margin: 0;
    font-size: 1.2rem;
  }
  .toggle-menu ul.left-menu {
    margin-top: 10px;
  }
  .toggle-menu ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 8px 0;
    background-image: url('images/v4/arrowRightRedShort.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 0.6rem;
    margin-bottom: 0;
  }
  .toggle-menu ul li a {
    display: block;
  }
  .toggle-menu ul li:hover a,
  .toggle-menu ul li.active a {
    border-bottom: 1px solid white;
  }
  .toggle-form .toggle-input {
    width: calc(100% - 55px);
    padding: 0.8rem 1rem 0.8rem 4rem;
  }
  .toggle-form ::-webkit-input-placeholder {
    font-size: 11.5px;
  }
  .toggle-form :-ms-input-placeholder {
    font-size: 11.5px;
  }
  .toggle-form ::placeholder {
    font-size: 11.5px;
  }
}
.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.grid-image img {
  height: 100%;
  object-fit: cover;
}
.countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  z-index: 1;
  color: white;
}
.countdown_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0A2343;
  gap: 30px;
  padding: 5px 20px 0 10px;
  border-radius: 10px;
}
.countdown_heading {
  font-size: 1.2rem;
  font-family: 'NRK Sans Variable', sans-serif;
  font-variation-settings: var(--nrk-sans-medium);
  font-weight: 600;
  display: flex;
  align-items: center;
}
.countdown_heading::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 2.5rem;
  background-image: url('images/v5/bossebaerer_ikon.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.5rem;
  margin: 0 1rem 0.5rem 0.75rem;
}
.countdown_list {
  display: flex;
  gap: 10px;
  margin: 0;
}
.segment {
  display: flex;
  align-items: flex-end;
  gap: 4px;
}
.digit {
  background-color: #D4EEFC;
  color: #0A2343;
  width: 1.8rem;
  font-size: 1.8rem;
  line-height: 2rem;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'NRK Sans Variable', sans-serif;
  font-variation-settings: var(--nrk-sans-bold);
  font-weight: 800;
}
.title {
  font-size: 0.7rem;
  line-height: 0.7rem;
  text-transform: uppercase;
  color: #D4EEFC;
}
@media screen and (max-width: 991px) {
  .countdown {
    position: static;
  }
  .countdown_inner {
    flex-direction: column;
    width: 100%;
    padding: 20px;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .countdown_inner {
    flex-direction: column;
    gap: 10px;
  }
  .countdown_list {
    /*max-width: 20rem;*/
    text-align: center;
    gap: 0;
  }
  .countdown .digit {
    width: 20px;
    font-size: 20px;
    line-height: 20px;
  }
  .countdown .segment {
    flex-wrap: wrap;
    justify-content: center;
  }
  .countdown .title {
    font-size: 10px;
    flex: 1 1 100%;
  }
}