html {
  box-sizing: border-box;
}

*,
:after,
:before {
  box-sizing: inherit;
}

button,
html,
input {
  color: #222;
}

body {
  font-size: 1em;
  font-family: "GDS Transport", arial, sans-serif;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

/* .hidden:not(.shown) {
  display: none !important;
  visibility: hidden;
} */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.clearfix {
  display: flex;
  justify-content: flex-start;
  gap: 42px;
  flex-direction: column;
}

.background-container {
  position: relative;
  right: -16px;
  left: -16px;
  width: calc(100% + 32px);
  margin-top: 186px;
  z-index: 1;
}

@media(min-width: 768px) {
  .clearfix {
    flex-direction: row;
  }

  .background-container {
    position: static;
    width: unset;
    margin-top: 0;
  }
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

footer,
header,
main,
nav,
section {
  display: block;
}

html {
  background: #fff;
  color: #000;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

button,
html,
input {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:active,
a:focus,
a:hover {
  outline: 0;
}

.no-js body :not(.skipLink):not(.primaryMenuItem):not(.factbox-toggler):focus {

  outline-offset: 2px;
  /* z-index: 100; */
}

.no-js body .logo a:focus {
  outline-offset: 5px !important;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

p {
  margin: 1em 0;
}

ul {
  margin: 1em 0;
}

ul {
  padding: 0 0 0 20px;
}

nav ul {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

form {
  margin: 0;
}

button,
input {
  font-size: 100%;
  margin: 0;
  vertical-align: initial;
  vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible;
}

.no-js button {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@font-face {
  font-display: swap;
  font-family: regjeringen-icons;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/regjeringen-icons.eot);
  src: url(../fonts/regjeringen-icons_2.eot#iefix&v=28897) format("embedded-opentype"),
    url(../fonts/regjeringen-icons_1.ttf) format("truetype"),
    url(../fonts/regjeringen-icons.woff) format("woff"),
    url(../img/design/regjeringen-icons_1.svg#regjeringen-icons) format("svg");
}

@font-face {
  font-family: "GDS Transport";
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/light-94a07e06a1-v2-01565b0034e61d4609689bbb7ae0be844701f3812c8fe029fa1659b7ef3aa94f.woff2') format("woff2"), url('../fonts/light-f591b13f7d-v2-369b1da7f442cafca0e8ac0faf1bb64df8170f9c3c7015da1195c8529df5837e.woff') format("woff");
  font-display: fallback
}

@font-face {
  font-family: "GDS Transport";
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/bold-b542beb274-v2-35bf540bb39615b6a517986f3aa83f7fefa1efd1878603eeeb196488078542d1.woff2') format("woff2"), url('../fonts/bold-affa96571d-v2-088c8da9d0319b63b23ac19791f37a33ec0d4b61f884ab56123bfd96d8312153.woff') format("woff");
  font-display: fallback
}

html {
  font-family: small;
}

body:after {
  content: "small";
  display: none;
}

@media screen and (min-width: 500px) {
  html {
    font-family: medium;
  }

  body:after {
    content: "medium";
  }
}

@media screen and (min-width: 500px) and (max-width: 768px) {
  html {
    font-family: medium mobile;
  }

  body:after {
    content: "medium mobile";
  }
}

@media screen and (min-width: 500px) and (min-width: 769px) {
  html {
    font-family: medium desktop;
  }

  body:after {
    content: "medium desktop";
  }
}

@media screen and (min-width: 900px) {
  html {
    font-family: large;
  }

  body:after {
    content: "large";
  }
}

* {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

::-webkit-input-placeholder {
  color: #666;
  font-weight: 400;
}

:-moz-placeholder,
::-moz-placeholder {
  color: #666;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #666;
  font-weight: 400;
}

body {
  font-family: "GDS Transport", arial, sans-serif;
}

a:not(footer a, header a),
a:not(footer a, header a):link {
  color: #3867c8;
}

a:focus,
a:hover {
  color: #bc3345;
}

a:focus {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

main:focus {
  outline: none;
}

.pageHeader {
  position: relative;
  z-index: 999;
}

.pageHeader:after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 499px) {
  .pageHeader {
    min-height: 65px;
  }
}

@media screen and (max-width: 768px) {
  .pageHeader {
    margin-bottom: 1.25rem;
  }
}

@media screen and (min-width: 769px) {
  .pageHeader {
    background-color: #fff;
    margin-bottom: 1.25rem;
    min-height: 66px;
  }
}

@media screen and (min-width: 900px) {
  .pageHeader {
    margin-bottom: 0;
  }
}

.pageHeader .hygieneMenuWrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
}

.pageHeader .hygieneMenuWrapper:after {
  clear: both;
  content: "";
  display: table;
}

.pageHeader .pageHeaderUpper {
  background-color: #002e5e;
  color: #fff;
}

.pageHeader .mobileMenuWrapper {
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .pageHeader .mobileMenuWrapper {
    background-color: #ededed;
  }

  .pageHeader .mobileMenuWrapper .mobileMenuWrapperInner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    position: relative;
  }
}

.pageHeader .logoWrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .pageHeader .logoWrapper {
    background-position: 160px 0;
    background-size: 80px;
    min-height: 65px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .pageHeader .logoWrapper {
    padding: 10px 20px 12px;
  }
}

.page-footer {
  margin-top: 20px;
}

.page-footer:after {
  clear: both;
  content: "";
  display: table;
}

.page-footer>.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.page-footer>.wrapper:after {
  clear: both;
  content: "";
  display: table;
}

.btn-cta:not(:disabled):focus,
.btn-find-document:not(:disabled):focus,
.btn-gray:not(:disabled):focus,
.btn-lightgray:not(:disabled):focus,
.btn-show-more:not(:disabled):focus,
.btn-small:not(:disabled):focus,
.btn-tab:not(:disabled):focus,
.btn-warning:not(:disabled):focus,
.btn-wide:not(:disabled):focus,
.btn:not(:disabled):focus,
.no-touch .btn-cta:not(:disabled):hover,
.no-touch .btn-find-document:not(:disabled):hover,
.no-touch .btn-gray:not(:disabled):hover,
.no-touch .btn-lightgray:not(:disabled):hover,
.no-touch .btn-show-more:not(:disabled):hover,
.no-touch .btn-small:not(:disabled):hover,
.no-touch .btn-tab:not(:disabled):hover,
.no-touch .btn-warning:not(:disabled):hover,
.no-touch .btn-wide:not(:disabled):hover,
.no-touch .btn:not(:disabled):hover,
.no-touch .page-survey .submit>button:not(:disabled):hover,
.page-survey .no-touch .submit>button:not(:disabled):hover,
.page-survey .submit>button:not(:disabled):focus {
  background-color: #cd4658;
  color: #fff;
}

.btn-gray:not(:disabled):focus,
.no-touch .btn-gray:not(:disabled):hover {
  background-color: #333;
}

.btn-link:not(:disabled):focus,
.btn-link:not(:disabled):hover {
  color: #cd4658;
}

.custom-checkbox input[type="checkbox"]:not(:disabled)+label {
  cursor: pointer;
}

.no-touch .custom-checkbox input[type="checkbox"]:not(:disabled)+label:hover {
  background-color: #ededed;
  margin-left: -2px;
  padding-left: 32px;
}

.no-touch .custom-checkbox input[type="checkbox"]:not(:disabled)+label:hover:before {
  background-color: #c8c8c8;
  color: #c8c8c8;
}

.custom-checkbox input[type="checkbox"]:checked:not(:disabled):focus+label:before,
.no-touch .custom-checkbox input[type="checkbox"]:checked:not(:disabled)+label:hover:before {
  background-color: #3867c8;
}

.enable-js {
  border: none;
  color: #545454 !important;
  line-height: 1.4;
  margin: 0;
  padding: 5px;
  text-align: center;
}

.enable-js {
  background-color: #ededed;
}

@media screen and (max-width: 768px) {
  .hygieneMenu .language-selector-trigger.flag.nor {
    margin: 0 0 0 auto !important;
  }
}

.hygieneMenu ul {
  margin: 0;
  padding: 9px 0 13px;
  position: relative;
}

.hygieneMenu ul:after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 768px) {
  .hygieneMenu ul {
    padding-bottom: 0;
    padding-top: 0;
  }
}

@media screen and (min-width: 769px) {
  .hygieneMenu ul {
    float: right;
  }
}

.hygieneMenu li {
  display: block;
  font-size: 14px;
  list-style: none;
  padding-bottom: 1px;
  padding-top: 1px;
}

@media screen and (min-width: 769px) {
  .hygieneMenu li {
    float: left;

    padding-left: 13px;
  }
}

.hygieneMenu li.language {
  position: relative;
}

@media screen and (max-width: 768px) {
  .hygieneMenu li.language {
    float: right;
    width: 100%;
  }
}

.hygieneMenu li.language ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.hygieneMenu li.language li {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.hygieneMenu li.language li a {
  color: #0253bd;
  -webkit-text-decoration: none;
  text-decoration: none;
  width: 100%;
}

.hygieneMenu li.language .flag {
  background-image: url(../img/flag.svg);
  background-repeat: no-repeat;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .hygieneMenu li.language .flag {
    padding: 8px 8px 8px 30px;
  }

  .hygieneMenu li.language .flag.nor {
    background-position: 18px 12px;
    position: relative;
    width: 112px !important;
  }

  .hygieneMenu li.language .flag.sme {
    background-position: 18px -38px;
    position: relative;
    width: 140px !important;
  }

  .hygieneMenu li.language .flag.eng {
    background-position: 18px -88px;
    position: relative;
    width: 117px !important;
  }
}

@media screen and (min-width: 769px) {
  .hygieneMenu li.language .flag {
    padding: 4px 0 4px 25px;
  }

  .hygieneMenu li.language .flag.nor {
    background-position: 2px 2px;
  }

  .hygieneMenu li.language .flag.sme {
    background-position: 2px -48px;
  }

  .hygieneMenu li.language .flag.eng {
    background-position: 2px -98px;
  }
}

.hygieneMenu li.language .language-selector-trigger {
  border: none;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: inherit;
  outline: 0;
  position: relative;
}

/* .no-js .hygieneMenu li.language .language-selector-trigger {
  display: none;
} */
@media screen and (max-width: 768px) {
  .hygieneMenu li.language .language-selector-trigger {
    background-color: initial;
    color: #144696;
    padding: 11px 20px 11px 44px;
    text-align: left;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .hygieneMenu li.language .language-selector-trigger {
    background-color: initial;
    color: #3867c8;
    padding: 0 12px 0 28px;
    position: relative;
    z-index: 1001;
  }

  .hygieneMenu li.language .language-selector-trigger:focus {
    z-index: 1001 !important;
  }

  .hygieneMenu li.language .language-selector-trigger>span {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }
}

@media screen and (max-width: 768px) {
  .hygieneMenu li.language .language-selector-trigger.flag.nor:after {
    font-size: 12px;
    left: 91px;
    position: absolute;
    top: 16px;
  }
}

.hygieneMenu li.language .language-selector-trigger:focus,
.hygieneMenu li.language .language-selector-trigger:focus:after {
  color: #cd4658;
}

.hygieneMenu li.language .language-selector-trigger:focus {
  outline: thin dotted;
}

.hygieneMenu li.language .language-selector-trigger:after {
  content: "";
  display: inline-block;
  font-family: regjeringen-icons;
  font-size: 10px;
  font-weight: 400;
  margin-left: 1px;
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.hygieneMenu li.language .custom-language-selector {
  display: none;
  outline: none;
}

.no-js .hygieneMenu li.language .custom-language-selector li {
  display: inline;
}

@media screen and (max-width: 768px) {
  .hygieneMenu li.fontsize {
    display: none;
  }
}

.hygieneMenu li.fontsize button {
  background-color: initial;
  border: none;
  color: #0d3880;
  color: #3867c8;
  font-family: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.hygieneMenu li.fontsize button:focus {
  color: #cd4658;
}

.hygieneMenu li.fontsize button:focus {
  outline: thin dotted;
}

.page-footer {
  background-color: #333;
  color: #fff;
  margin-top: 0;
}

.page-footer .wrapper {
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  padding-bottom: 1.25rem;
  padding-top: 2.9rem;
}

.page-footer .wrapper:after {
  clear: both;
  content: "";
  display: table;
}

.page-footer .logo {
  margin: -12px 0 0;
  padding: 0;
}

@media screen and (min-width: 700px) {
  .page-footer .logo {
    margin-top: 0;
    margin-left: 10px;
  }
}

@media screen and (min-width: 769px) {
  .page-footer .logo {
    margin-top: 0;
    margin-left: 10px;
  }
}

.page-footer .logo a {
  color: #fff;
  font-size: 22px;
  font-weight: 100;
}

.page-footer .logo a:hover {
  color: #fff !important;
}

.page-footer .col {
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (min-width: 700px) {
  .page-footer .col {
    display: flex;
    float: left;
    margin-right: 2.8571428571%;
    width: max-content;
  }

  .page-footer .col:last-child {
    margin-right: 0;
  }
}

.page-footer .col .title {
  font-size: 18px;
  margin-bottom: 24px;
  margin-top: 0;
  line-height: 1.6;
}

.page-footer .col .title.fw-500 {
  font-weight: 600;
}

.page-footer .col>p:first-child {
  margin-top: 0;
}

.page-footer .col ul {
  list-style: none;
  margin-left: 0;
  margin-top: 0;
  padding-left: 0;
}

.page-footer a {
  color: #6EAAF0;
}

.page-footer a:focus,
.page-footer a:hover {
  color: #ff6875;
}

.lightbox .closeButton:not(:hover):not(:focus):after {
  background-color: #666;
}

#lightbox-imgageseries .closeButton:not(:hover):not(:focus):after {
  background-color: #333;
}

.zoom-lightbox-wrapper .closeButton:not(:hover):not(:focus):after {
  background-color: #333;
}

.link-list {
  font-size: 14px;
  list-style: none !important;
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
  padding: 0;
}

.link-list li {
  margin-bottom: 8px;
  padding-left: 1.3em;
  position: relative;
}

/* .link-list li:before {
  color: #767676;
  content: "";
  font-family: regjeringen-icons;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: 2px;
} */
.link-list li a {
  display: inline-block;
  font-weight: 500;
  -webkit-text-decoration: none;
  text-decoration: none;
  line-height: 1.6;
}

.link-list li a:before {
  content: "";
  font-family: regjeringen-icons;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: 2px;
}


.megaMenu {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
}

.megaMenu:after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 768px) {
  .megaMenu {
    position: relative;
  }
}

@media screen and (min-width: 769px) {
  .megaMenu {
    padding-left: 0;
    padding-right: 0;
  }
}

.megaMenu>ul,
.megaMenu>ul>li {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 769px) {
  .megaMenu>ul>li {
    display: block;
    float: left;
  }
}

@media (min-width: 800px) {
  .megaMenu>ul>li {
    margin-right: 10px;
  }
}

@media (min-width: 850px) {
  .megaMenu>ul>li {
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .megaMenu>ul>li {
    float: none;
    text-align: left;
  }
}

.megaMenu>ul>li .primaryMenuItem {
  color: #002E5E;
  display: inline-block;
  font-weight: 500;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.megaMenu>ul>li .primaryMenuItem.hasDropdown:after {
  content: "";
  display: inline-block;
  font-family: regjeringen-icons;
  font-size: 12px;
  font-weight: 400;
  margin-left: 2px;
  position: relative;
  top: 0;
}

@media screen and (min-width: 769px) {
  .megaMenu>ul>li .primaryMenuItem.hasDropdown:focus {
    background-color: #bc3345;
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .megaMenu>ul>li .primaryMenuItem.hasDropdown {
    border-top: 1px solid #fff;
  }

  .megaMenu>ul>li .primaryMenuItem.hasDropdown:focus {
    color: #bc3345;
    outline: 0;
  }

  .megaMenu>ul>li .primaryMenuItem.hasDropdown:focus:after {
    color: #bc3345;
  }
}

@media screen and (max-width: 768px) {
  .megaMenu>ul>li .primaryMenuItem {
    font-size: 16px;
    padding: 10px 20px;
  }
}

@media screen and (min-width: 769px) {
  .megaMenu>ul>li .primaryMenuItem {
    border-radius: 15px;
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 19px 2px 0;
  }

  .megaMenu>ul>li .primaryMenuItem:focus {
    color: #bc3345;
  }
}

@media screen and (max-width: 768px) {
  .megaMenu {
    margin-top: 0;
  }

  .megaMenu>ul>li {
    display: block;
    margin-right: 0;
  }

  .megaMenu>ul>li .primaryMenuItem {
    display: block;
    position: relative;
  }

  .megaMenu>ul>li .primaryMenuItem.hasDropdown:after {
    border-radius: 50%;
    height: 21px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 10px;
    width: 21px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .megaMenu>ul>li:first-child .primaryMenuItem {
    border-top: none;
  }
}

.newsletter-subscribe .newsletter-subscribe-feedback .btn-ok:not(:disabled):focus,
.newsletter-subscribe .newsletter-subscribe-feedback .btn-ok:not(:disabled):hover {
  background-color: #ededed !important;
  color: #000 !important;
}

.no-touch .page-survey .options input[type="radio"]:hover:not(:checked)+label,
.page-survey .options input[type="radio"]:focus:not(:checked)+label {
  background-color: #000;
}

.no-touch .pagination li.firstlink a:not(:disabled):hover,
.no-touch .pagination li.firstlink button:not(:disabled):hover,
.no-touch .pagination li.lastlink a:not(:disabled):hover,
.no-touch .pagination li.lastlink button:not(:disabled):hover,
.no-touch .pagination li.next a:not(:disabled):hover,
.no-touch .pagination li.next button:not(:disabled):hover,
.no-touch .pagination li.prev a:not(:disabled):hover,
.no-touch .pagination li.prev button:not(:disabled):hover,
.pagination li.firstlink a:not(:disabled):focus,
.pagination li.firstlink button:not(:disabled):focus,
.pagination li.lastlink a:not(:disabled):focus,
.pagination li.lastlink button:not(:disabled):focus,
.pagination li.next a:not(:disabled):focus,
.pagination li.next button:not(:disabled):focus,
.pagination li.prev a:not(:disabled):focus,
.pagination li.prev button:not(:disabled):focus {
  background-color: #cd4658;
  color: #fff;
}

.search-suggest {
  background-color: #fff;
  box-shadow: 0 1px 3px #00000080;
  color: #333;
  display: none;
  left: 0;
  padding: 10px 10px 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .search-suggest {
    left: -10px;
    margin-top: 10px;
    right: -10px;
  }
}

@media screen and (max-width: 499px) {
  .search-suggest {
    padding-left: 0;
    padding-right: 0;
  }
}

.search-suggest .legend {
  color: #666;
  font-size: 12px;
  margin-left: 10px;
  margin-right: 10px;
  text-transform: uppercase;
}

.search-suggest .search-suggest-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.timeline-wrapper .btn-timeline-expand-all:focus:not(:active),
.timeline-wrapper .btn-timeline-reverse:focus:not(:active) {
  background-color: #bc3345;
}

.timeline-wrapper .btn-timeline-expand-all:focus:not(:active) span,
.timeline-wrapper .btn-timeline-reverse:focus:not(:active) span {
  border-bottom: 1px solid #fff;
}

.skipLink {
  background-color: #3867c8;
  border: none;
  color: #fff !important;
  display: block;
  left: -999em;
  line-height: 1.4;
  margin: 0;
  padding: 5px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.skipLink:focus {
  left: 0;
  outline: none;
  right: 0;
}

.menuToggler,
.searchToggler {
  display: none;
}

@media screen and (max-width: 768px) {

  .menuToggler,
  .searchToggler {
    background-color: initial;
    border: none;
    color: #fff;
    display: inline-block;
    float: right;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    height: 65px;
    margin: 0;
    outline: none;
    padding: 0 32px 0 12px;
    position: relative;
    -webkit-font-smoothing: antialiased !important;
    top: 0;
  }
}

@media screen and (max-width: 768px) and (max-width: 320px) {

  .menuToggler,
  .searchToggler {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {

  .menuToggler:after,
  .searchToggler:after {
    font-family: regjeringen-icons;
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    right: 8px;
    top: 39%;
    -webkit-font-smoothing: antialiased !important;
  }
}

@media screen and (max-width: 768px) and (max-width: 499px) {

  .menuToggler:after,
  .searchToggler:after {
    right: 6px;
  }
}

@media screen and (max-width: 768px) {

  .menuToggler:focus,
  .no-touch .menuToggler:hover:not(:focus):not(.active),
  .no-touch .searchToggler:hover:not(:focus):not(.active),
  .searchToggler:focus {
    background-color: #cd4658;
  }
}

@media screen and (max-width: 768px) and (max-width: 399px) {

  .menuToggler,
  .searchToggler {
    padding-left: 8px;
    padding-right: 28px;
  }
}

@media screen and (max-width: 768px) {
  .menuToggler:after {
    content: "";
  }

  .searchToggler:after {
    content: "";
  }

  .mobileMenuContainer {
    background-color: orange;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 10;
  }

  .mobileMenuContainer .megaMenu,
  .mobileMenuContainer .topNavigationSearch {
    display: none;
  }
}

.topNavigationSearch {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  position: absolute;
}

.topNavigationSearch:after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 769px) {
  .topNavigationSearch {
    max-width: 1180px;
    right: 20px;
    top: -54px;
    width: 416px;
    z-index: 2;
  }
}

@media screen and (min-width: 900px) {
  .topNavigationSearch {
    width: 500px;
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .topNavigationSearch {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    left: 0;
    padding: 10px;
    right: 20px;
  }
}

.topNavigationSearch .topNavigationSearchWrap {
  position: relative;
}

@media screen and (max-width: 768px) {
  .topNavigationSearch .topNavigationSearchWrap {
    padding-right: 60px;
    width: 100%;
  }
}

.topNavigationSearch .quickSearch {
  background-color: #fff;
  border: none;
  border-radius: 2px 0 0 2px;
  font-family: inherit;
  left: 0;
  margin: 0;
  padding: 0 0 0 10px;
}

@media screen and (max-width: 768px) {
  .topNavigationSearch .quickSearch {
    font-size: 16px;
    font-weight: 400;
    height: 38px;
    left: 0;
    line-height: 38px;
    right: 0;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .topNavigationSearch .quickSearch {
    font-size: 18px;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    width: calc(100% - 70px);
  }
}

.topNavigationSearch .quickSearch:focus {
  background-color: #fff !important;
  outline: none;
}

.topNavigationSearch .searchSubmit {
  background-color: #3867c8;
  border: none;
  border-radius: 0 2px 2px 0;
  color: #fff;
  font-family: inherit;
  font-size: 18px;
  margin: 0;
  min-width: 70px;
  position: absolute;
  right: 0;
  top: 0;
}

.topNavigationSearch .searchSubmit:active,
.topNavigationSearch .searchSubmit:focus {
  background-color: #bc3345;
  outline: none;
}

@media screen and (max-width: 768px) {
  .topNavigationSearch .searchSubmit {
    height: 38px;
    right: 0;
    top: 0;
  }
}

@media screen and (min-width: 769px) {
  .topNavigationSearch .searchSubmit {
    height: 30px;
    right: 0;
  }
}

@media only screen and (height: 320px) {

  #dec-elm,
  #std-elm {
    max-height: 305px !important;
  }
}

@media only screen and (min-width: 200px) and (max-width: 452px) {

  #dec-elm,
  #std-elm {
    bottom: 0;
    left: 0;
    margin: 15px;
    overflow-y: scroll;
    right: 0;
    top: 0;
  }
}

@media only screen and (min-width: 375px) and (max-width: 395px) {
  #std-elm {
    margin-top: 20% !important;
    max-height: 655px !important;
  }
}

@media only screen and (min-height: 415px) and (max-height: 625px) {

  #dec-elm,
  #std-elm {
    max-height: 470px !important;
  }
}

@media only screen and (min-height: 360px) and (max-height: 414px) {

  #dec-elm,
  #std-elm {
    max-height: 360px !important;
  }
}

@media only screen and (min-height: 320px) and (max-height: 359px) {

  #dec-elm,
  #std-elm {
    max-height: 250px !important;
  }
}

@media only screen and (min-height: 150px) and (max-height: 319px) {

  #dec-elm,
  #std-elm {
    max-height: 220px !important;
  }
}

@media only screen and (min-height: 100px) and (max-height: 149px) {

  #dec-elm,
  #std-elm {
    max-height: 120px !important;
  }
}

@media only screen and (width: 414px) {

  #dec-elm,
  #std-elm {
    margin-top: 10% !important;
    max-height: 655px !important;
  }
}

@media only screen and (width: 375px) and (height: 667px) {
  #std-elm {
    margin-top: 3% !important;
  }
}

@media only screen and (width: 1366px) and (height: 1024px) {

  #dec-elm,
  #std-elm {
    top: 5rem !important;
  }
}

@media only screen and (width: 1024px) and (height: 1366px) {

  #dec-elm,
  #std-elm {
    top: 5rem !important;
  }
}

@media only screen and (width: 768px) and (height: 1024px) {

  #dec-elm,
  #std-elm {
    top: 5rem !important;
  }
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #fafafa;
}

::-webkit-scrollbar-thumb {
  background: #767676;
}

::-webkit-scrollbar-thumb:hover {
  background: #545454;
}

#cookieDeclarationApiData {
  max-height: 682px;
}

#std-elm {
  background: #fff;
  border-radius: 2px;
  max-height: 768px;
  max-width: 632px;
  overflow-y: auto;
  position: fixed;
  width: auto;
  z-index: 99999999;
}

#dec-elm {
  background: #fff;
  display: block;
  margin-top: 3.1%;
  max-width: 632px;
  overflow-x: hidden;
  overflow-y: scroll;
  position: fixed;
  width: auto;
  z-index: 99999999;
}

.custom-checkbox input[type="checkbox"]:checked:not(:disabled)+label:before {
  background-color: #3867c8;
  border-color: #3867c8;
  color: #fff;
}

.not-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.hearing-search .btn-gray:not(:disabled):focus,
.hearing-search .btn-gray:not(:disabled):hover {
  background-color: #ededed !important;
  color: #bc3345 !important;
}

.mySlides {
  display: none;
}

.slideshow-container {
  align-items: flex-start;
  background: transparent;
  display: flex;
  justify-content: center;
  margin: auto;
  overflow: hidden;
  position: relative;
  padding: 0 0 32px;
}

.launch__group2__wrapper {
  padding: 0 64px 0;
}

.show .slideshow-container {
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 16px;
}

.slideshow-container .next {
  background: #E4E4E4;
  color: #fafafa;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 0 0;
  position: absolute;
  right: 0;
  top: 21px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  height: 48px;
  width: calc(50% - 10px);
  display: none;
}

.slideshow-container .next:focus {
  -webkit-text-decoration: none;
  text-decoration: none;
  background: #11111180;
}

.slideshow-container .prev {
  background: #E4E4E4;
  color: #fafafa;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  left: 0;
  opacity: 0.8;
  padding: 0 0 0 0;
  position: absolute;
  top: 21px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: calc(50% - 10px);
  height: 48px;
  display: none;
}

.slideshow-container .prev--top,
.slideshow-container .next--top {
  display: flex;
  height: 100%;
  background: transparent;
  width: 64px;
}

.slideshow-container .prev:focus {
  -webkit-text-decoration: none;
  text-decoration: none;
  background: #11111180;
}

.slideshow-container .next:hover,
.slideshow-container .prev:hover {
  background: #11111180;
}

.slideshow-container .mySlides img {
  margin-top: 0 !important;
  object-fit: scale-down;
  width: auto;
  width: 100%;
  object-fit: cover;

}

@media only screen and (max-width: 300px) {

  .slideshow-container .next,
  .slideshow-container .prev {
    font-size: 11px;
  }
}

@media only screen and (max-width: 1024px) {
  .slideshow-container .next {}

  .slideshow-container .next:before {
    font-size: 14px;
    left: -7px;
    top: -6px;
  }

  .slideshow-container .prev {}

  .slideshow-container .prev:before {
    font-size: 14px;
    left: -9px;
    top: -6px;
  }

  .slideshow-container .next:active,
  .slideshow-container .prev:active {
    background: #11111180;
  }

  .slideshow-container .next:hover,
  .slideshow-container .prev:hover {
    background: #11111180;
  }
}


@media (min-width: 768px) {

  .slideshow-container .prev,
  .slideshow-container .next {
    height: 100%;
    background: transparent;
    display: flex;
    width: 64px;
  }

  .slideshow-container {
    padding: 0 0 32px;
  }

  .show .slideshow-container {

    margin: 0 0;
  }

  .slideshow-container .next:hover,
  .slideshow-container .prev:hover {
    background: #11111180;
  }
}

@media (min-width: 1090px) {

  .slideshow-container .prev,
  .slideshow-container .next {
    width: 64px;
  }

  .launch__group2__wrapper {
    padding: 0 64px 0;
  }
}

.page-historic .historic-label> :after {
  clear: both;
  content: "";
  display: table;
}

.page-historic .mainContentArea .topiclist a:not(:hover):not(:focus) {
  background-color: #5a6e82;
  color: #fff;
}

.page-historic .mainContentArea .search .limit button:not(:hover):not(:focus),
.page-historic .mainContentArea a:not(:hover):not(:focus) {
  color: #44638d;
}

.page-historic .mainContentArea .btn-cta:not(.btn-cta):not(:hover):not(:focus),
.page-historic .mainContentArea .btn-find-document:not(.btn-cta):not(:hover):not(:focus),
.page-historic .mainContentArea .btn-gray:not(.btn-cta):not(:hover):not(:focus),
.page-historic .mainContentArea .btn-lightgray:not(.btn-cta):not(:hover):not(:focus),
.page-historic .mainContentArea .btn-show-more:not(.btn-cta):not(:hover):not(:focus),
.page-historic .mainContentArea .btn-small:not(.btn-cta):not(:hover):not(:focus),
.page-historic .mainContentArea .btn-tab:not(.btn-cta):not(:hover):not(:focus),
.page-historic .mainContentArea .btn-warning:not(.btn-cta):not(:hover):not(:focus),
.page-historic .mainContentArea .btn-wide:not(.btn-cta):not(:hover):not(:focus),
.page-historic .mainContentArea .btn:not(.btn-cta):not(:hover):not(:focus),
.page-historic .mainContentArea .page-survey .submit>button:not(.btn-cta):not(:hover):not(:focus),
.page-historic .mainContentArea .topiclist li a:not(:hover):not(:focus),
.page-survey .page-historic .mainContentArea .submit>button:not(.btn-cta):not(:hover):not(:focus) {
  background-color: #5a6e82;
  color: #fff;
}

.page-historic .mainContentArea .btn-cta:not(:hover):not(:focus) {
  color: #fff;
}

.page-historic .mainContentArea .btn-topic-more:not(:hover):not(:focus):after,
.page-historic .mainContentArea .useful-linklist a :not(:hover):not(:focus):after {
  background-color: #e9e4df;
}

.page-historic .mainContentArea .calendar tbody td.day:not(:hover):not(:focus) {
  background-color: #fff;
  border-color: #ededed;
}

.page-historic .mainContentArea .event-list .event-description .readmore:not(:hover):not(:focus):before {
  background-color: #5a6e82;
}

.page-historic .mainContentArea .pm-office .topiclist li a:not(:hover):not(:focus) {
  background-color: #fff;
  color: #44638d;
}

.page-historic .mainContentArea .longdoc-nav .longdoc-case-procedures:not(:hover):not(:focus) {
  color: #fff;
}

.page-historic .mainContentArea .longdoc-nav .longdoc-search .longdoc-search-elements .longdoc-search-words:not(:focus) {
  border-color: #ededed;
}

.page-historic .searchPage .search .searchSubmit button:not(:hover):not(:focus),
.page-historic .searchPage .search .searchSubmit input:not(:hover):not(:focus) {
  background-color: #5a6e82;
}

.page-historic .custom-selector .custom-selector-reset:not(:hover):not(:focus):after,
.page-historic .custom-selector .custom-selector-trigger:not(:hover):not(:focus):after {
  background-color: #5a6e82;
}

.page-historic .pagination li.current a:not(:hover):not(:focus) {
  color: #fff;
}

.page-historic .pagination li.next a:not(:hover):not(:focus),
.page-historic .pagination li.prev a:not(:hover):not(:focus) {
  background-color: #e9e4df;
}

.sr-only {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

@font-face {
  font-display: swap;
  font-family: regjeringen-icons;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/regjeringen-icons_1.eot);
  src: url(../fonts/regjeringen-icons_2.eot#iefix&v=61058) format("embedded-opentype"),
    url(../fonts/regjeringen-icons.ttf) format("truetype"),
    url(../fonts/regjeringen-icons_1.woff) format("woff"),
    url(../img/design/regjeringen-icons.svg#regjeringen-icons) format("svg");
}

.EPiServerForms .Form__NavigationBar .btnNext:not(:disabled):focus,
.EPiServerForms .Form__NavigationBar .btnPrev:not(:disabled):focus,
.no-touch .EPiServerForms .Form__NavigationBar .btnNext:not(:disabled):hover,
.no-touch .EPiServerForms .Form__NavigationBar .btnPrev:not(:disabled):hover {
  background-color: #cd4658;
  color: #fff;
}

@media print {
  @page {
    margin: 2cm;
  }

  .hygieneMenuWrapper,
  .mobileMenuContainer {
    display: none !important;
  }

  .pageHeaderUpper {
    margin-bottom: 1cm;
  }

  main a {
    word-wrap: break-word;
    color: #3867c8 !important;
  }

  main a:after {
    color: #000;
    content: " (" attr(href) ")";
    font-size: 12px;
    -webkit-text-decoration: none !important;
    text-decoration: none !important;
  }

  main p {
    page-break-inside: avoid;
  }

  h1,
  h2,
  h3 {
    page-break-after: avoid;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  .logo {
    padding-left: 2.2cm;
    position: relative;
  }

  .logo:before {
    border-right: 1px solid #000;
    content: "";
    display: block;
    font-family: regjeringen-icons;
    font-size: 1.2cm;
    left: 0;
    padding-left: 0.3cm;
    padding-right: 0.5cm;
    position: absolute;
    top: 0;
  }

  .logo a {
    color: #000;
    display: inline-block;

    padding-left: 0.5cm;
    padding-top: 0;
  }

  .page-footer {
    border-top: 1px solid #000;
    padding-top: 0.5cm;
  }

  .page-footer .wrapper {
    padding: 0 !important;
  }

  .page-footer .logo {
    padding-left: 2.2cm !important;
    position: relative;
  }

  .page-footer .logo:before {
    border-right: 1px solid #000;
    content: "";
    display: block;
    font-family: regjeringen-icons;
    font-size: 1.2cm;
    left: 0;
    padding-left: 0.3cm;
    padding-right: 0.5cm;
    position: absolute;
    top: 0;
  }

  .page-footer .logo a {
    color: #000;
    display: inline-block;
    margin-top: 0.55cm;
    padding-left: 0.5cm;
    padding-top: 0;
  }

  .page-footer a {
    color: #000;
  }

  .page-footer a:after {
    display: none;
  }

  .page-footer .col {
    clear: both;
    display: flex;
    padding-top: 0 !important;
  }

  .page-footer .col:nth-child(2) {
    display: none;
  }

  .page-footer .col:nth-child(3) {
    padding-left: 0.5cm;
  }
}