:root {
  --sortblaa: #1d2643;
  --gulhvit: #fffbe4;
  --rosa: #f8cbff;
  --gul: #f7ff99;
  --transparent: rgba(255, 255, 255, 0);
  --hvit: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--sortblaa);
  background-image: url('../images/pil-mork.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  font-family: indivisible-variable, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 31px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 45px;
}

p {
  margin-top: 15px;
  margin-bottom: 45px;
  font-size: 21px;
  line-height: 32px;
}

a {
  color: var(--sortblaa);
  text-decoration: underline;
  display: inline-block;
}

ul {
  margin-top: 0;
  margin-bottom: 35px;
  padding-left: 40px;
}

li {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 30px;
}

.logo-svg {
  width: 195px;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo {
  z-index: 99;
  float: left;
  color: var(--sortblaa);
  position: relative;
}

.logo.light {
  color: var(--gulhvit);
}

.icon-embed-custom {
  width: 30px;
  height: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-custom.search-close {
  width: 30px;
  height: 30px;
  padding: 3px;
  display: none;
}

.search-button {
  z-index: 99;
  float: right;
  color: var(--sortblaa);
  order: 1;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}

.search-button.light {
  color: var(--gulhvit);
}

.container {
  max-width: 1225px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.container.flex {
  flex-wrap: wrap;
  display: flex;
}

.container.flex.wide {
  max-width: 1720px;
}

.container.scroll {
  overflow: auto;
}

.container.small {
  max-width: 805px;
}

.container.center {
  text-align: center;
}

.header {
  z-index: 99;
  padding: 25px 30px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.header.light {
  background-color: rgba(255, 255, 255, .7);
}

.nav {
  z-index: 9;
  float: right;
  flex: 1;
  align-self: center;
  position: relative;
}

.menu-list {
  float: right;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.menu-list-item {
  margin-bottom: 0;
  display: inline-block;
}

.menu-link {
  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-link:hover {
  border-bottom-color: #1d2c43;
}

.menu-link.w--current {
  border-bottom-color: var(--sortblaa);
}

.menu-link.light {
  color: var(--gulhvit);
}

.menu-button {
  z-index: 99;
  width: 30px;
  height: 30px;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  order: 1;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: none;
  position: relative;
}

.menu-button-line {
  width: 30px;
  height: 2px;
  background-color: var(--sortblaa);
}

.menu-link-arrow {
  width: 1.875rem;
  height: 1.9375rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.menu-button-line-top, .menu-button-line-bottom {
  width: 30px;
  height: 2px;
  background-color: var(--sortblaa);
}

.shortcuts {
  padding-bottom: 0;
}

.shortcut-list {
  width: 1195px;
  flex-wrap: wrap;
  align-content: center;
  margin-bottom: 0;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.shortcut-item {
  flex: 1;
}

.shortcut-wrapper {
  height: 480px;
  background-color: var(--sortblaa);
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
  display: flex;
}

.shortcut-wrapper.rosa {
  background-color: var(--rosa);
}

.shortcut-wrapper.gul {
  background-color: var(--gul);
}

.shortcut-heading {
  color: var(--sortblaa);
  margin-top: 35%;
  font-size: 54px;
  font-weight: 400;
  line-height: 64px;
}

.shortcut-heading.yellow {
  color: var(--gulhvit);
  flex: none;
}

.shortcut-icon {
  width: 90px;
  height: 90px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  border: 1px solid var(--sortblaa);
  color: var(--sortblaa);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  align-self: flex-start;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 28px;
}

.button.light {
  border-color: var(--gulhvit);
  color: var(--gulhvit);
}

.button.light.center {
  align-self: center;
}

.button.light.full {
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 20px;
  right: auto;
}

.button.primary {
  border-color: var(--rosa);
  background-color: var(--rosa);
}

.button.dark {
  background-color: var(--sortblaa);
  color: var(--gulhvit);
}

.button-arrow {
  width: 24px;
  height: 24px;
  color: rgba(29, 38, 67, 0);
  background-image: url('../images/pil-mork.svg');
  background-position: 50%;
  background-size: auto;
  margin-left: 5px;
  display: inline-block;
  position: relative;
  top: 1px;
}

.button-arrow.light {
  background-image: url('../images/pil-lys.svg');
}

.button-arrow.video {
  background-image: url('../images/video-arrow-icon.svg');
  background-repeat: no-repeat;
  background-size: auto 16px;
}

.button-arrow.external {
  transform: rotate(0);
}

.hero {
  z-index: 9;
  height: 100svh;
  align-items: flex-end;
  margin-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-image {
  z-index: 9;
  width: 100%;
  height: 100svh;
  object-fit: cover;
  object-position: 50% 0%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-content {
  z-index: 9;
  width: 67%;
  max-width: 850px;
  aspect-ratio: auto;
  background-color: var(--gul);
  color: var(--sortblaa);
  border-top-right-radius: 5px;
  padding: 40px 40px 100px;
  text-decoration: none;
  position: relative;
}

.hero-content:hover {
  background-color: var(--gulhvit);
}

.hero-heading {
  font-size: 90px;
  font-weight: 400;
  line-height: 90px;
}

.heading-arrow {
  width: 90px;
  height: 90px;
  color: rgba(29, 38, 67, 0);
  background-image: url('../images/pil-mork-tykk.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90px 90px;
  margin-left: 5px;
  display: inline-block;
  position: relative;
  top: 10px;
}

.heading-intro {
  letter-spacing: 1px;
  margin-bottom: 40px;
  font-family: Domainedisplayweb, sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: block;
}

.footer {
  background-color: var(--sortblaa);
  margin-top: 100px;
  padding: 30px 40px 40px;
}

.footer-links {
  margin-bottom: 100px;
  display: flex;
}

.footer-logos {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-logo {
  color: var(--gulhvit);
  text-decoration: none;
}

.footer-logo-img {
  height: 90px;
}

.footer-logo-svg {
  width: 195px;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-list {
  margin-bottom: 0;
  margin-right: 50px;
  padding-left: 0;
  list-style-type: none;
}

.footer-list-link {
  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-link:hover {
  text-decoration: underline;
}

.search {
  z-index: 9;
  height: 81px;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 70px;
}

.form-block {
  width: 775px;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
}

.sr-only {
  width: 1px;
  height: 1px;
  margin-bottom: 0;
  position: absolute;
  overflow: hidden;
}

.search-form {
  border: 1px solid var(--sortblaa);
  border-radius: 5px;
  display: flex;
  overflow: hidden;
}

.search-field {
  height: 60px;
  color: var(--sortblaa);
  background-color: #fff;
  border: 0 solid #000;
  margin-bottom: 0;
  padding: 0 25px;
  font-size: 21px;
  line-height: 54px;
}

.search-field::-ms-input-placeholder {
  color: var(--sortblaa);
}

.search-field::placeholder {
  color: var(--sortblaa);
}

.search-field-button {
  height: 50px;
  border-left: 1px solid var(--gulhvit);
  background-color: var(--gulhvit);
  color: var(--sortblaa);
  padding: 0 25px;
  font-size: 21px;
  line-height: 50px;
  display: none;
}

.search-field-button:hover {
  background-color: var(--sortblaa);
  color: var(--gulhvit);
}

.heading-bindestrek {
  display: none;
}

.large-article {
  margin-top: 100px;
  margin-bottom: 175px;
}

.large-article.no-margin {
  margin-top: 0;
  margin-bottom: 75px;
}

.large-image {
  width: 83%;
  height: 700px;
  object-fit: cover;
  border-radius: 5px;
  position: relative;
}

.large-image.right {
  float: right;
}

.large-image._85 {
  width: 85%;
}

.large-image.image-right {
  float: right;
  margin-left: 8px;
  padding-right: 0;
}

.quotation-content {
  width: 80%;
  max-width: 500px;
  background-color: var(--rosa);
  text-align: center;
  border-radius: 5px;
  padding: 80px 20px 20px;
  position: absolute;
  top: auto;
  bottom: -75px;
  left: auto;
  right: 10px;
}

.quotation-content.yellow {
  background-color: var(--gul);
}

.quotation-content.small {
  max-width: 400px;
  background-color: var(--gul);
  padding: 30px;
  top: 25%;
  bottom: auto;
}

.quotation-content.left {
  left: 20px;
  right: auto;
}

.quotation-icon {
  width: 1.5625rem;
  height: 1.125rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quotation-icon.large {
  width: 30px;
  height: 30px;
  margin-bottom: 40px;
}

.quotation-heading {
  margin-top: 10px;
  margin-bottom: 60px;
  font-family: Domainedisplayweb, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 64px;
}

.quotation-heading.small {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 56px;
}

.portrait-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Domainedisplayweb, sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: block;
}

.portrait-text.bck {
  background-color: rgba(255, 255, 255, .7);
  border-radius: 5px;
  margin-bottom: 0;
  padding: 10px;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
}

.portrait-text.full {
  position: absolute;
  top: 20px;
  bottom: auto;
  left: 20px;
  right: auto;
}

.keyfigures {
  background-color: var(--gul);
  padding-top: 120px;
  padding-bottom: 120px;
}

.keyfigures.darkblue {
  background-color: var(--sortblaa);
  color: var(--gulhvit);
}

.keyfigures.darkblue.margin {
  margin-top: 100px;
}

.keyfigures.pink {
  background-color: var(--rosa);
}

.keyfigures.bottom {
  margin-bottom: -100px;
}

.keyfigures-image {
  width: 500px;
  height: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 100px;
  display: flex;
  position: relative;
}

.keyfigures-content {
  min-width: 40%;
  flex-wrap: wrap;
  flex: 1;
  align-self: center;
  margin: 30px 15px;
  display: flex;
  position: relative;
}

.keyfigures-content.vertical {
  flex-direction: column;
}

.keyfigures-content.vertical.left {
  align-items: flex-start;
}

.keyfigures-heading {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
  display: flex;
}

.keyfigures-heading.small {
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  line-height: 45px;
}

.news {
  padding-top: 100px;
}

.news.bottom-padding {
  padding-bottom: 100px;
}

.news-list {
  min-width: 1195px;
  align-content: center;
  margin-bottom: 0;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.news-list.archive {
  min-width: auto;
  flex-wrap: wrap;
}

.news-list.fade-in {
  margin-left: -20px;
  display: block;
}

.news-item {
  width: 33.33%;
  float: left;
  flex: 1;
}

.news-item.archive {
  max-width: 33.33%;
  min-width: 33.33%;
}

.news-wrapper {
  min-height: 350px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.news-wrapper.rosa {
  background-color: var(--rosa);
  padding: 0 20px 20px;
}

.news-image {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 5px;
}

.news-heading {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.news-heading-title {
  clear: both;
  margin-top: 30px;
  display: block;
}

.news-heading-date {
  float: left;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Domainedisplayweb, sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
}

.news-heading-category {
  float: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 5px;
  margin-right: 40px;
  font-family: Domainedisplayweb, sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
}

.page-header {
  height: 280px;
  background-color: var(--rosa);
  align-items: flex-end;
  margin-bottom: 100px;
  padding: 30px 30px 20px;
  display: flex;
}

.page-header.gul {
  justify-content: center;
}

.page-header.yellow {
  background-color: var(--gul);
}

.page-header.yellow.center {
  justify-content: center;
}

.page-header.large {
  height: auto;
  background-color: var(--gul);
}

.page-header.blue {
  background-color: var(--sortblaa);
  color: var(--gulhvit);
  text-align: center;
  justify-content: center;
}

.page-header-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 400;
  line-height: 96px;
}

.large-article-content {
  width: 80%;
  max-width: 500px;
  background-color: var(--gul);
  border-radius: 5px;
  padding: 40px;
  font-size: 26px;
  line-height: 38px;
  position: absolute;
  top: auto;
  bottom: -75px;
  left: auto;
  right: 15px;
}

.large-article-content.left {
  left: 20px;
  right: auto;
}

.large-article-heading {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 54px;
  font-weight: 400;
  line-height: 64px;
}

.large-article-text {
  margin-bottom: 80px;
}

.keyfigures-heading-numbers {
  margin-bottom: 20px;
  font-size: 120px;
  line-height: 150px;
  display: block;
}

.portrait-wrapper {
  height: 100%;
  min-height: 380px;
  background-color: var(--rosa);
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.portrait-wrapper.gul {
  background-color: var(--gul);
}

.portrait-wrapper.blaa {
  background-color: var(--sortblaa);
  color: var(--gulhvit);
  justify-content: center;
}

.portrait-content {
  min-height: 300px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.portrait-content.full {
  justify-content: center;
}

.portrait-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}

.button-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  display: flex;
}

.gul {
  background-color: var(--gulhvit);
}

.filter {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  display: none;
}

.page-nav {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-end;
  margin-top: 40px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.page-nav-link {
  color: var(--sortblaa);
  text-decoration: none;
}

.prev-icon {
  width: 20px;
  height: 20px;
  color: var(--transparent);
  background-image: url('../images/pil-mork.svg');
  background-position: 50%;
  background-size: auto;
  display: inline-block;
  position: relative;
  top: 3px;
  right: 10px;
  transform: rotate(180deg);
}

.next-icon {
  width: 20px;
  height: 20px;
  color: var(--transparent);
  background-image: url('../images/pil-mork.svg');
  background-position: 50%;
  background-size: auto;
  display: inline-block;
  position: relative;
  top: 3px;
  left: 10px;
}

.list {
  list-style-type: none;
}

.list-unstyled {
  padding-left: 0;
  list-style-type: none;
}

.list-unstyled.stroke {
  border-top: 1px solid var(--sortblaa);
}

.list-item.stroke {
  border-bottom: 1px solid var(--sortblaa);
}

.list-link-external {
  color: var(--sortblaa);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 45px;
  text-decoration: none;
  display: inline-block;
}

.external-icon {
  width: 30px;
  height: 30px;
  color: var(--transparent);
  background-image: url('../images/pil-mork.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 5px;
  left: 8px;
  transform: rotate(-45deg);
}

.ingress {
  margin-bottom: 60px;
  font-family: Domainedisplayweb, sans-serif;
  font-size: 34px;
  line-height: 51px;
}

.accordion {
  border-bottom: 1px solid var(--sortblaa);
}

.accordion-item {
  border-top: 1px solid #000;
}

.accordion-header {
  cursor: pointer;
}

.accordion-header:hover {
  text-decoration: underline;
}

.accordion-body {
  height: 0;
  overflow: hidden;
}

.accordion-h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
}

.a-arrow {
  width: 30px;
  height: 30px;
  color: var(--transparent);
  background-image: url('../images/pil-mork.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  position: relative;
  top: 5px;
  left: 8px;
  transform: rotate(90deg);
}

.accordion-title {
  margin-bottom: 20px;
  font-family: Domainedisplayweb, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.progress {
  min-width: 100%;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.progress-step {
  height: 20px;
  min-width: 20px;
  border: 1px solid var(--sortblaa);
  border-radius: 20px;
  flex: 1;
}

.progress-step.fill {
  background-color: var(--sortblaa);
}

.heading-2 {
  text-align: right;
  flex: 1;
  align-self: flex-start;
  margin-top: 40px;
}

.keyfigures-heading-h2 {
  margin-top: 0;
  font-family: Domainedisplayweb, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 150px;
}

.keyfigures-heading-h2.small {
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  line-height: 45px;
}

.keyfigures-heading-icon {
  width: 90px;
  height: 90px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  display: flex;
}

.keyfigures-text {
  flex: 1;
  margin-top: -20px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 30px;
  line-height: 42px;
}

.keyfigures-text.center {
  text-align: center;
}

.article-image {
  border-radius: 5px;
}

.article-image.large {
  margin-bottom: 40px;
}

.link {
  background-color: var(--gul);
  background-image: url('../images/pil-mork.svg');
  background-position: 10px 6px;
  background-repeat: no-repeat;
  background-size: auto 22px;
  margin-top: -3px;
  margin-bottom: -3px;
  padding: 3px 5px 3px 40px;
  font-size: 21px;
  line-height: 31px;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.external-link {
  background-color: var(--gul);
  background-image: url('../images/external-link-arrow.svg');
  background-position: 10px 8px;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  margin-top: -3px;
  margin-bottom: -3px;
  padding: 3px 5px 3px 40px;
  text-decoration: none;
}

.external-link:hover {
  text-decoration: underline;
}

.icon-embed-custom-2 {
  width: 21.9375rem;
  height: 21.9375rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.keyfigures-image-svg {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.keyfigures-image-number {
  font-family: Domainedisplayweb, sans-serif;
  font-size: 120px;
  line-height: 120px;
  position: absolute;
}

.search-field-button-icon {
  width: 80px;
  height: 60px;
  color: var(--sortblaa);
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  display: flex;
}

.page-header-wrapper {
  max-width: 1770px;
  flex-wrap: wrap;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.page-header-wrapper.small {
  max-width: 805px;
  text-align: center;
  justify-content: center;
}

.page-header-content {
  width: 50%;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  padding-right: 50px;
  display: flex;
}

.image {
  width: 50%;
  height: 700px;
  object-fit: cover;
  border-radius: 5px;
  flex: 1;
}

.image-text {
  width: 50%;
  order: 1;
  align-items: flex-start;
  padding-right: 50px;
  font-size: 13px;
  line-height: 17px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image-text-photo {
  flex: 0 auto;
  order: -1;
  margin-top: 15px;
  margin-right: 20px;
}

.paragraph {
  flex: 1;
}

.image-text-p {
  flex: 1;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 17px;
}

.page-header-date {
  letter-spacing: 1px;
  font-family: Domainedisplayweb, sans-serif;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.page-header-date.center {
  position: relative;
}

.paragraph-2 {
  margin-top: 15px;
  margin-bottom: 45px;
}

.summary {
  background-color: var(--rosa);
  border-radius: 5px;
  margin-bottom: 60px;
}

.summary-header {
  cursor: pointer;
  padding: 20px;
}

.summary-body {
  overflow: hidden;
}

.summary-header-h3 {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2px;
  padding-right: 10px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 42px;
  display: inline-block;
}

.summary-header-icon {
  width: 42px;
  height: 42px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.summary-header-icon-line {
  width: 23px;
  height: 2px;
  background-color: var(--sortblaa);
  margin-bottom: -1px;
}

.summary-header-icon-line-2 {
  width: 23px;
  height: 2px;
  background-color: var(--sortblaa);
  margin-top: -1px;
  transform: rotate(90deg);
}

.summary-body-content {
  padding: 20px;
}

.news-title {
  font-family: Domainedisplayweb, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.quotation {
  background-color: var(--gul);
  margin-top: 20px;
  margin-bottom: 50px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.quotation.darkblue {
  background-color: var(--sortblaa);
  color: var(--gulhvit);
}

.quotation.pink {
  background-color: var(--rosa);
}

.quotation.bottom {
  margin-bottom: -100px;
}

.quotation.blue {
  background-color: var(--sortblaa);
  color: var(--gulhvit);
}

.content-copy {
  min-width: 40%;
  flex-wrap: wrap;
  flex: 1;
  align-self: center;
  margin: 30px 15px;
  display: flex;
  position: relative;
}

.content-copy.vertical {
  flex-direction: column;
}

.content-copy.vertical.left {
  align-items: flex-start;
}

.quotation-text {
  flex: 1;
  margin-bottom: 60px;
  font-family: Domainedisplayweb, sans-serif;
  font-size: 40px;
  line-height: 56px;
}

.quotation-text.center {
  text-align: center;
}

.quoation-author {
  font-size: 16px;
  line-height: 21px;
}

.quation-wrapper {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}

.icon-embed-custom-3 {
  width: 1.875rem;
  height: 1.375rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.article-image-text {
  order: 1;
  align-items: flex-start;
  margin-bottom: 50px;
  font-size: 13px;
  line-height: 17px;
  display: flex;
}

.hero-copy {
  z-index: 9;
  height: 80vh;
  min-height: 760px;
  align-items: flex-end;
  margin-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-content-page {
  z-index: 99;
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .75));
  flex: 1;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.hero-page-title {
  color: var(--hvit);
  text-align: center;
  margin-bottom: 40px;
  font-size: 80px;
  font-weight: 400;
  line-height: 96px;
}

.date-field {
  margin-left: 50px;
}

.icon-embed-custom-4 {
  width: 1.375rem;
  height: 1.375rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bla {
  background-color: var(--sortblaa);
}

.search-form-results {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
  overflow: hidden;
}

.search-field-results {
  height: 48px;
  border: 1px solid var(--hvit);
  color: var(--gulhvit);
  background-color: rgba(255, 255, 255, 0);
  border-radius: 5px;
  margin-bottom: 0;
  padding: 1px 25px 0;
  font-size: 16px;
  line-height: 47px;
}

.search-field-results::-ms-input-placeholder {
  color: var(--gulhvit);
}

.search-field-results::placeholder {
  color: var(--gulhvit);
}

.search-field-results-button-icon {
  height: 48px;
  background-color: var(--gul);
  color: var(--sortblaa);
  background-image: url('../images/pil-mork-tykk.svg');
  background-position: 53px 14px;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 40px 14px 20px;
  font-size: 16px;
  display: flex;
}

.search-results {
  max-width: 775px;
  border-top: 2px solid var(--gulhvit);
  margin-bottom: 0;
  padding-left: 0;
}

.link-2 {
  background-image: url('../images/pil-mork.svg');
  background-position: 10px 5px;
  background-repeat: no-repeat;
  background-size: auto;
}

.link-3 {
  background-image: none;
}

.nav-search {
  display: none;
}

.search-result-item {
  border-bottom: 2px solid var(--gulhvit);
  color: var(--gulhvit);
  padding-top: 25px;
  padding-bottom: 25px;
  text-decoration: none;
  display: block;
}

.search-result-title {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 42px;
}

.search-results-date {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Domainedisplayweb, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.search-results-arrow {
  width: 30px;
  height: 30px;
  color: var(--transparent);
  background-image: url('../images/pil-lys.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  display: inline-block;
  position: relative;
  top: 3px;
}

.portrait-heading {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 400;
  line-height: 43px;
}

.movie {
  z-index: 200;
  background-color: rgba(29, 38, 67, .9);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.youtube {
  max-width: 80%;
  border-radius: 5px;
}

.movie-close {
  width: 30px;
  height: 30px;
  color: var(--gulhvit);
  cursor: pointer;
  padding: 5px;
  position: absolute;
  top: 25px;
  bottom: auto;
  left: auto;
  right: 40px;
}

.movie-wrapper {
  max-height: 90%;
  max-width: 90%;
  flex: 1;
  align-self: stretch;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.html-embed {
  max-width: 85%;
  flex: 1;
  position: relative;
}

.open-movie {
  cursor: pointer;
}

.open-movie.hide {
  cursor: pointer;
  display: none;
}

.movie-image {
  margin-bottom: 100px;
  position: relative;
}

.movie-image-play {
  width: 100px;
  height: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -50px;
  margin-left: -50px;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 50%;
  right: 0%;
}

.bold-text {
  font-family: indivisible-variable, sans-serif;
  font-weight: 400;
}

.button-2 {
  color: #1d2643;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #1d2643;
  border-radius: 50px;
  align-self: flex-start;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 28px;
}

.right {
  width: 40px;
  left: 20px;
}

.play-pause-button {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, .3);
  border-radius: 50px;
  position: absolute;
}

.play-pause-button.left {
  left: 20px;
}

.play-pause-button.center {
  z-index: auto;
  top: 100px;
  right: 30px;
}

.play-pause-button.center.top {
  top: 10px;
  right: 10px;
}

.movie-overlay {
  cursor: pointer;
  background-color: rgba(29, 38, 67, .9);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.go-to-content {
  z-index: 900;
  height: 44px;
  background-color: var(--rosa);
  border-radius: 5px;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 44px;
  position: fixed;
  top: -100px;
  bottom: auto;
  left: 15px;
  right: auto;
}

.go-to-content:focus {
  top: 15px;
}

@media screen and (max-width: 991px) {
  .logo-svg {
    width: 160px;
  }

  .search-button {
    display: none;
  }

  .container.flex.wide {
    flex-direction: column;
  }

  .container.scroll {
    overflow: scroll;
  }

  .nav {
    background-color: var(--sortblaa);
  }

  .menu-list {
    float: none;
    background-color: var(--sortblaa);
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 100px;
    padding-left: 20px;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .menu-list-item {
    display: block;
  }

  .menu-link {
    color: var(--gulhvit);
    margin-left: 0;
    margin-right: 0;
    font-size: 34px;
    line-height: 51px;
  }

  .menu-button {
    display: flex;
  }

  .menu-link-arrow {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    top: 5px;
    left: 15px;
  }

  .shortcut-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hero {
    margin-bottom: 50px;
  }

  .hero-heading {
    font-size: 42px;
    line-height: 42px;
  }

  .heading-arrow {
    width: 42px;
    height: 42px;
    background-size: 42px 42px;
  }

  .heading-intro {
    margin-bottom: 10px;
  }

  .footer {
    margin-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .search {
    height: 100px;
  }

  .quotation-content {
    max-width: 400px;
    padding-top: 20px;
  }

  .quotation-content.small {
    top: auto;
    bottom: -150px;
  }

  .quotation-heading {
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 44px;
  }

  .keyfigures.bottom {
    margin-bottom: -40px;
  }

  .keyfigures-image {
    width: 280px;
    height: 280px;
    margin-right: 50px;
  }

  .news.bottom-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .news-list.archive {
    flex-wrap: wrap;
  }

  .news-item.archive {
    max-width: 50%;
    min-width: 50%;
  }

  .page-header {
    height: 220px;
    margin-bottom: 50px;
    padding: 20px 20px 15px;
  }

  .page-header-title {
    margin-top: 30px;
    font-size: 50px;
    line-height: 60px;
  }

  .large-article-content {
    max-width: 400px;
  }

  .large-article-heading {
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 44px;
  }

  .keyfigures-heading-h2 {
    font-size: 80px;
    line-height: 100px;
  }

  .keyfigures-image-svg {
    width: 100%;
    height: 100%;
  }

  .keyfigures-image-number {
    font-size: 80px;
    line-height: 80px;
  }

  .page-header-wrapper {
    flex-direction: column;
  }

  .page-header-content {
    width: 100%;
    padding-right: 0;
  }

  .image {
    width: 100%;
    order: 0;
    margin-bottom: 15px;
  }

  .image-text {
    width: 100%;
    flex-direction: column;
    order: 0;
    padding-right: 0;
    position: relative;
  }

  .image-text-photo {
    order: 0;
  }

  .page-header-date {
    position: relative;
  }

  .quotation {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .quotation.bottom {
    margin-bottom: -40px;
  }

  .article-image-text {
    width: 100%;
    flex-direction: column;
    order: 0;
    padding-right: 0;
    position: relative;
  }

  .hero-page-title {
    font-size: 60px;
    line-height: 76px;
  }

  .search-field-results {
    flex: 1;
  }

  .nav-search {
    z-index: 9;
    flex-direction: column;
    display: none;
    position: fixed;
    top: 100px;
    bottom: auto;
    left: 20px;
    right: 20px;
  }

  .html-embed {
    max-width: 95%;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 35px;
  }

  p {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 25px;
  }

  .container.flex {
    flex-direction: column;
  }

  .header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .shortcuts {
    padding-top: 50px;
  }

  .shortcut-wrapper {
    height: 380px;
  }

  .shortcut-heading {
    max-width: 75%;
    margin-top: 20%;
    font-size: 42px;
    line-height: 54px;
  }

  .shortcut-icon {
    width: 70px;
    height: 70px;
  }

  .hero-content {
    padding: 20px 40px 50px 20px;
  }

  .heading-intro {
    font-size: 13px;
    line-height: 17px;
  }

  .footer {
    padding: 20px;
  }

  .search-field, .search-field-button {
    font-size: 16px;
  }

  .large-article {
    margin-top: 50px;
    margin-bottom: 125px;
  }

  .large-article.no-margin {
    margin-bottom: 125px;
  }

  .large-image {
    width: 100%;
    height: 500px;
  }

  .large-image._85 {
    width: 100%;
  }

  .quotation-content {
    bottom: -100px;
  }

  .quotation-content.small {
    width: auto;
    max-width: 100%;
    left: 30px;
    right: 30px;
  }

  .quotation-heading.small {
    font-size: 30px;
    line-height: 42px;
  }

  .portrait-text {
    font-size: 13px;
    line-height: 17px;
  }

  .keyfigures {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .keyfigures.darkblue.margin {
    margin-top: 50px;
  }

  .keyfigures-image {
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .keyfigures-content {
    margin-left: 0;
    margin-right: 0;
  }

  .keyfigures-heading {
    text-align: center;
    flex-direction: column;
    margin-top: 40px;
  }

  .keyfigures-heading.small {
    align-items: flex-start;
    margin-top: 0;
  }

  .news {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .news-image {
    height: 350px;
  }

  .news-heading {
    font-size: 24px;
    line-height: 30px;
  }

  .news-heading-date {
    font-size: 13px;
    line-height: 17px;
  }

  .news-heading-category {
    margin-right: 20px;
    font-size: 13px;
    line-height: 17px;
  }

  .page-header {
    height: 180px;
    padding: 20px 20px 10px;
  }

  .page-header.yellow {
    margin-bottom: 50px;
  }

  .page-header-title {
    font-size: 36px;
    line-height: 48px;
  }

  .large-article-content {
    padding: 20px 40px 20px 20px;
    bottom: -100px;
  }

  .large-article-heading {
    margin-bottom: 20px;
  }

  .large-article-text {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .keyfigures-heading-numbers {
    font-size: 60px;
    line-height: 75px;
  }

  .portrait-wrapper {
    min-height: 275px;
  }

  .portrait-content {
    min-height: 240px;
  }

  .portrait-image {
    height: 240px;
  }

  .button-wrapper {
    display: none;
  }

  .filter {
    display: block;
  }

  .filter-wrapper {
    background-color: var(--sortblaa);
    color: var(--gulhvit);
    border-radius: 24px;
    line-height: 28px;
    display: inline-block;
  }

  .filter-icon {
    width: 20px;
    height: 20px;
    color: var(--transparent);
    background-image: url('../images/pil-lys.svg');
    background-position: 50%;
    background-size: auto;
    display: inline-block;
    position: relative;
    top: 5px;
    left: 5px;
    transform: rotate(90deg);
  }

  .filter-link {
    color: var(--gulhvit);
    margin: 10px 20px 20px;
    text-decoration: none;
    display: none;
  }

  .filter-link:hover, .filter-link.active {
    text-decoration: underline;
  }

  .filter-button {
    cursor: pointer;
    padding: 10px 20px;
  }

  .page-nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
  }

  .page-nav-link {
    flex: 1;
  }

  .page-nav-link.next {
    text-align: right;
  }

  .list-unstyled.stroke {
    margin-top: 40px;
  }

  .list-link-external {
    font-size: 24px;
    line-height: 38px;
  }

  .external-icon {
    width: 25px;
    height: 25px;
  }

  .ingress {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 35px;
  }

  .accordion {
    margin-top: 40px;
  }

  .accordion-h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .a-arrow {
    width: 24px;
    height: 24px;
    top: 5px;
    left: 5px;
  }

  .accordion-title {
    font-size: 16px;
    line-height: 24px;
  }

  .progress-step {
    height: 12px;
  }

  .heading-2 {
    margin-top: 10px;
    font-size: 16px;
  }

  .keyfigures-heading-h2 {
    margin-top: 10px;
    font-size: 60px;
    line-height: 65px;
  }

  .keyfigures-heading-h2.small {
    margin-top: 0;
  }

  .keyfigures-heading-icon {
    width: 70px;
    height: 70px;
    margin-right: 15px;
  }

  .keyfigures-text {
    font-size: 24px;
    line-height: 36px;
  }

  .link {
    background-position: 10px 4px;
    background-size: auto 18px;
    padding-left: 35px;
    font-size: 16px;
    line-height: 25px;
  }

  .external-link {
    background-position: 10px 7px;
    background-size: 14px;
    padding-left: 35px;
    font-size: 16px;
    line-height: 25px;
  }

  .keyfigures-image-svg {
    margin-left: auto;
    margin-right: auto;
  }

  .keyfigures-image-number {
    font-size: 60px;
    line-height: 60px;
  }

  .image-text-p {
    margin-top: 0;
  }

  .page-header-date {
    font-size: 13px;
    line-height: 17px;
  }

  .summary {
    margin-top: -10px;
    margin-bottom: 40px;
  }

  .summary-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .summary-header-h3 {
    font-size: 24px;
    line-height: 34px;
  }

  .summary-header-icon {
    width: 36px;
    height: 36px;
  }

  .summary-header-icon-line, .summary-header-icon-line-2 {
    width: 20px;
  }

  .quotation {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .quotation-text {
    font-size: 30px;
    line-height: 42px;
  }

  .hero-copy {
    height: 70vh;
    min-height: auto;
    margin-bottom: 40px;
  }

  .hero-content-page {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hero-page-title {
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 51px;
  }

  .search-field-results {
    font-size: 16px;
  }

  .portrait-heading {
    font-size: 24px;
    line-height: 30px;
  }

  .movie-image.open-movie {
    margin-bottom: 50px;
  }

  .movie-image-play {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
  }
}

@media screen and (max-width: 479px) {
  .shortcut-list {
    width: 850px;
  }

  .shortcut-heading {
    max-width: 100%;
  }

  .hero-content {
    width: 75%;
    padding-top: 5px;
    padding-bottom: 15px;
  }

  .hero-heading {
    font-size: 30px;
    line-height: 30px;
  }

  .heading-arrow {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    top: 2px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-logo-img {
    height: 50px;
  }

  .footer-logo-svg {
    width: 160px;
  }

  .heading-bindestrek {
    display: inline-block;
  }

  .large-image {
    width: 100%;
  }

  .large-image.right {
    padding-left: 8px;
    padding-right: 0;
  }

  .quotation-content.small {
    padding: 20px;
  }

  .keyfigures-heading {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 36px;
  }

  .news-list {
    min-width: 850px;
  }

  .news-list.archive {
    width: auto;
  }

  .news-item.archive {
    max-width: 100%;
    min-width: 100%;
  }

  .news-wrapper {
    min-height: 280px;
  }

  .news-image {
    height: 280px;
  }

  .large-article-content {
    padding-right: 20px;
  }

  .page-nav-link {
    font-size: 13px;
  }

  .keyfigures-heading-h2 {
    margin-bottom: 20px;
  }
}


@font-face {
  font-family: 'Domainedisplayweb';
  src: url('../fonts/DomaineDisplayWeb-Regular.woff2') format('woff2'), url('../fonts/DomaineDisplayWeb-Regular.eot') format('embedded-opentype'), url('../fonts/DomaineDisplayWeb-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}