@charset "UTF-8";
@import url("https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Round");
@property --v-grid-column-count {
  syntax: "<integer>";
  inherits: false;
  initial-value: 1;
}
@property --v-grid-column-spacing-level {
  syntax: "<integer>";
  inherits: false;
  initial-value: 0;
}
@property --v-grid-row-spacing-level {
  syntax: "<integer>";
  inherits: false;
  initial-value: 0;
}
/*
    "icon-font-family"

    "is-external"

    "layout",

    "page",

    "lists.item-list",
    "lists.grid-list",
    "lists.property-list",
    "lists.detail-list",

    "elements.paragraph",
    "elements.div",
    "elements.span",
    "elements.heading",
    "elements.anchor",
    "elements.button",
    "elements.unordered-list",
    "elements.ordered-list",
    "elements.list-item",
    "elements.image",
    "elements.picture",
    "elements.block-quote",
    "elements.content-link",
    "elements.content-button",
    "elements.tag",

    "forms.form",

    "blocks.block",
    "blocks.content-block",
    "blocks.image",
    "blocks.faq",
    "blocks.map",
    "blocks.table",
    "blocks.video",

    "teaser",

    "widget",

    "modals.modal",
    "modals.lightbox",
    "modals.tooltip",
    "modals.word-explanation",

    "notifications.alert",

    "containers.tab-container",
    "containers.show-more-container",

    "navigation.breadcrumb",
    "navigation.menu",
    "navigation.pagination",

    "banner"
*/
/*
    "layout",

    "page",

    "lists.item-list",
    "lists.grid-list",
    "lists.property-list",
    "lists.detail-list",

    "elements.paragraph",
    "elements.div",
    "elements.span",
    "elements.heading",
    "elements.anchor",
    "elements.button",
    "elements.unordered-list",
    "elements.ordered-list",
    "elements.list-item",
    "elements.image",
    "elements.picture",
    "elements.block-quote",
    "elements.content-link",
    "elements.content-button",
    "elements.tag",

    "forms.form",

    "blocks.block",
    "blocks.content-block",
    "blocks.image",
    "blocks.faq",
    "blocks.map",
    "blocks.table",
    "blocks.video",

    "teaser",

    "widget",

    "modals.modal",
    "modals.lightbox",
    "modals.tooltip",
    "modals.word-explanation",

    "notifications.alert",

    "containers.tab-container",
    "containers.show-more-container",

    "navigation.breadcrumb",
    "navigation.menu",
    "navigation.pagination",

    "banner"
*/
/*
    "elements.content-link",

    "blocks.content-block"
*/
.version-style-marker-class {
  color: red;
}

mark {
  color: inherit;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

* {
  overflow-wrap: break-word;
}

ul,
ol {
  padding-left: 1.25rem;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: sans-serif;
  font-size: 1rem;
  -webkit-text-size-adjust: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

select,
textarea,
input[type=text],
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}

i,
em {
  font-style: italic;
}

strong,
b {
  font-weight: bold;
}

s {
  text-decoration: line-through;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:root {
  --transparent: transparent;
  --white: #FFFFFF;
  --black: #161617;
  --theme-1: #007E9F;
  --theme-2: #C9ECF4;
  --theme-3: #7AD0E4;
  --theme-4: #8CB366;
  --theme-5: #003B45;
  --theme-6: #ECBCD7;
  --theme-7: #003B45;
  --theme-8: #d7d6ed;
  --theme-9: #D16EB4;
  --primary-font-color: var(--black);
  --secondary-font-color: var(--theme-7);
  --page-background-color: var(--white);
  --link-button-dark-background-color: var(--theme-5);
  --link-button-dark-background-color--hover: var(--transparent);
  --link-button-dark-border-color: var(--theme-5);
  --link-button-dark-border-color--hover: var(--theme-5);
  --link-button-dark-text-color: var(--white);
  --link-button-dark-text-color--hover: var(--theme-5);
  --link-button-light-background-color: var(--transparent);
  --link-button-light-background-color--hover: var(--white);
  --link-button-light-border-color: var(--white);
  --link-button-light-border-color--hover: var(--white);
  --link-button-light-text-color: var(--white);
  --link-button-light-text-color--hover: var(--black);
  --link-button-red-background-color: var(--theme-5);
  --link-button-red-background-color--hover: var(--theme-5);
  --link-button-red-border-color: var(--theme-5);
  --link-button-red-border-color--hover: var(--theme-5);
  --link-button-red-text-color: var(--white);
  --link-button-red-text-color--hover: var(--theme-9);
  --link-button-green-background-color: var(--theme-1);
  --link-button-green-background-color--hover: var(--theme-1);
  --link-button-green-border-color: var(--theme-1);
  --link-button-green-border-color--hover: var(--theme-1);
  --link-button-green-text-color: var(--white);
  --link-button-green-text-color--hover: var(--theme-2);
  --link-inline-dark-color: var(--theme-1);
  --link-inline-dark-color--hover: var(--black);
  --link-inline-light-color: var(--white);
  --link-inline-light-color--hover: var(--white);
  --header-background-color: var(--theme-2);
  --header-text-color: var(--black);
  --search-box-toggle-text-color: var(--black);
  --search-box-toggle-text-color--hover: var(--white);
  --search-box-toggle-background-color: var(--transparent);
  --search-box-toggle-background-color--hover: var(--black);
  --search-box-toggle-border-color: var(--black);
  --search-box-toggle-border-color--hover: var(--black);
  --main-menu-toggle-text-color: var(--white);
  --main-menu-toggle-text-color--hover: var(--white);
  --main-menu-toggle-background-color: var(--theme-1);
  --main-menu-toggle-background-color--hover: var(--theme-7);
  --main-menu-toggle-border-color: var(--theme-1);
  --main-menu-toggle-border-color--hover: var(--theme-7);
  --main-menu-toggle-open-text-color: var(--white);
  --main-menu-toggle-open-text-color--hover: var(--theme-1);
  --main-menu-toggle-open-background-color: var(--transparent);
  --main-menu-toggle-open-background-color--hover: var(--white);
  --main-menu-toggle-open-border-color: var(--white);
  --main-menu-toggle-open-border-color--hover: var(--white);
  --main-menu-background-color: var(--theme-1);
  --search-box-input-border-color: var(--black);
  --search-box-input-border-color--hover: var(--black);
  --search-box-input-text-color: var(--black);
  --search-box-input-text-color--hover: var(--black);
  --search-box-input-background-color: var(--transparent);
  --search-box-input-background-color--hover: var(--theme-3);
  --search-box-input-placeholder-color: var(--black);
  --search-box-input-placeholder-color--hover: var(--black);
  --search-box-submit-button-background-color: var(--transparent);
  --search-box-submit-button-background-color--hover: var(--transparent);
  --search-box-submit-button-text-color: var(--black);
  --search-box-submit-button-text-color--hover: var(--black);
  --search-box-submit-button-icon-color: var(--black);
  --search-box-mobile-input-border-color: var(--white);
  --search-box-mobile-input-text-color: var(--black);
  --search-box-mobile-input-background-color: var(--white);
  --search-box-mobile-input-placeholder-color: var(--black);
  --search-box-mobile-submit-button-background-color: var(--white);
  --search-box-mobile-submit-button-text-color: var(--black);
  --search-box-mobile-submit-button-icon-color: var(--black);
  --banner-background-color: var(--theme-1);
  --banner-text-color: var(--white);
  --banner-input-border-color: var(--white);
  --banner-input-text-color: var(--black);
  --banner-input-background-color: var(--white);
  --banner-input-placeholder-color: var(--black);
  --banner-submit-button-background-color: var(--white);
  --banner-submit-button-text-color: var(--black);
  --banner-submit-button-icon-color: var(--black);
  --banner-link-button-background-color: var(--transparent);
  --banner-link-button-background-color--hover: var(--white);
  --banner-link-button-text-color: var(--white);
  --banner-link-button-text-color--hover: var(--theme-1);
  --banner-link-button-border-color: var(--white);
  --banner-link-button-border-color--hover: var(--white);
  --frontpage-top-section-background-color: var(--white);
  --frontpage-upper-bottom-background-color: var(--theme-2);
  --subnavigation-text-color: var(--black);
  --subnavigation-text-color--hover: var(--theme-1);
  --subnavigation-description-color: var(--black);
  --subnavigation-description-color--hover: var(--black);
  --subnavigation-background-color: var(--transparent);
  --service-menu-color: var(--black);
  --focus-field-background-color-dark-pink: var(--theme-9);
  --focus-field-background-color-green: var(--theme-4);
  --focus-field-background-color-light-pink: var(--theme-6);
  --focus-field-background-color-white: var(--white);
  --latest-articles-background-color: rgba(255, 255, 255, 0.95);
  --latest-articles-text-color: var(--theme-7);
  --frontpage-webpart-title-text-color: var(--black);
  --engaging-links-background-color: rgba(0, 126, 159, 0.88);
  --engaging-links-text-color: var(--white);
  --project-links-background-color: var(--theme-9);
  --project-links-text-color: var(--black);
  --transportpage-header-background-color: #eff5f8;
  --transportpage-highlight-field-background-color: #eff5f8;
  --table-border-color: var(--theme-5);
  --tablerow-header-background-color: var(--theme-5);
  --tablerow-header-text-color: var(--white);
  --tablerow-background-color: var(--theme-2);
  --contact-person-background-color: var(--theme-6);
  --contact-person-text-color: var(--black);
  --back-to-top-button-background-color: var(--theme-2);
  --back-to-top-button-background-color--hover: var(--theme-3);
  --back-to-top-button-border-color: var(--theme-2);
  --back-to-top-button-border-color--hover: var(--theme-3);
  --back-to-top-button-text-color: var(--black);
  --back-to-top-button-text-color--hover: var(--theme-1);
  --footer-text-color: var(--white);
  --footer-background-color: var(--theme-1);
  --footer-some-background-color: var(--theme-2);
  --area-message-emergency-background-color: var(--theme-9);
  --area-message-emergency-text-color: var(--black);
  --area-message-emergency-border-color: var(--theme-9);
  --area-message-regular-background-color: var(--white);
  --area-message-regular-text-color: var(--black);
  --area-message-regular-border-color: var(--black);
  --block-background-color: var(--theme-6);
  --block-background-text-color: var(--black);
  --block-border-color: var(--theme-6);
  --block-border-text-color: var(--black);
  --blockquote-text-color: var(--theme-1);
  --blockquote-icon-color: var(--theme-1);
  --c-image-caption-background: var(--c-transparent);
  --c-image-caption-text: var(--primary-font-color);
  --c-image-caption-border: var(--c-black);
  --c-image-gallery-caption-background: var(--transparent);
  --c-image-gallery-caption-text: var(--primary-font-color);
  --c-image-gallery-navigation-button-background: var(--theme-5);
  --c-image-gallery-navigation-button-icon: var(--white);
  --c-image-gallery-indicator-button-background: var(--transparent);
  --c-image-gallery-indicator-button-background--active: var(--black);
  --c-image-gallery-indicator-button-border: var(--black);
  --c-image-gallery-indicator-button-border--active: var(--black);
  --webform-background-color: var(--page-background-color);
  --webform-inputs-border-color: var(--black);
  --webform-inputs-text-color: var(--primary-font-color);
  --webform-inputs-border-width: 1px;
  --webform-inputs-border-radius: $border-radius;
  --guidance-button-background-color: var(--link-button-dark-background-color);
  --guidance-button-background-color--hover: var(--link-button-dark-background-color--hover);
  --guidance-button-text-color: var(--link-button-dark-text-color);
  --guidance-button-text-color--hover: var(--link-button-dark-text-color--hover);
  --guidance-button-border-color: var(--link-button-dark-border-color);
  --guidance-button-border-color--hover: var(--link-button-dark-border-color--hover);
  --guidance-result-border-color: var(--block-background-color);
  --guidance-result-background-color: var(--block-background-color);
  --guidance-result-text-color: var(--block-background-text-color);
  --guidance-change-answer-text-color: var(--theme-1);
  --c-faq-question-text: var(--white);
  --c-faq-question-text--hover: var(--white);
  --c-faq-question-text--open: var(--white);
  --c-faq-question-text--open--hover: var(--white);
  --c-faq-question-background: var(--theme-5);
  --c-faq-question-background--hover: var(--theme-1);
  --c-faq-question-background--open: var(--theme-5);
  --c-faq-question-background--open--hover: var(--theme-1);
  --c-faq-question-border: var(--theme-5);
  --c-faq-question-border--hover: var(--theme-1);
  --c-faq-question-border--open: var(--theme-5);
  --c-faq-question-border--open--hover: var(--theme-1);
  --c-faq-question-icon: var(--c-faq-question-text);
  --c-faq-question-icon--hover: var(--c-faq-question-text--hover);
  --c-faq-question-icon--open: var(--c-faq-question-text--open);
  --c-faq-question-icon--open--hover: var(--c-faq-question-text--open--hover);
  --c-faq-answer-text: var(--black);
  --c-faq-answer-background: var(--white);
  --c-faq-answer-border: var(--theme-5);
}

:root {
  --v-default-scroll-margin--mobile: 0;
  --v-default-scroll-margin--desktop: calc(120px + 1rem);
}

/* Mixin for en responsiv font-størrelses-skala. 
 Denne kan brukes for å sette en font-størrelse én plass og sikre at font-størrelsen vil bli riktig på alle skjermflater basert på skaleringen som er satt opp her 
*/
body {
  position: relative;
  background-color: var(--page-background-color);
  color: var(--primary-font-color);
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-weight: 400;
  scroll-behavior: smooth;
  padding-top: 184px;
}
@media screen and (min-width: 600px) {
  body {
    padding-top: 120px;
  }
}
body h1, body h2 {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

:focus {
  outline: 2px dashed transparent;
}

.tabbing input:focus,
.tabbing button:focus,
.tabbing select:focus,
.tabbing textarea:focus,
.tabbing a:focus {
  outline: 3px solid #000;
  -webkit-box-shadow: 0 0 0 6px #fff !important;
          box-shadow: 0 0 0 6px #fff !important;
}
.tabbing .faqWrapper .divFaqSporsmal button:focus {
  outline: 3px solid #fff !important;
  -webkit-box-shadow: 0 0 0 6px #000 !important;
          box-shadow: 0 0 0 6px #000 !important;
}
.tabbing .header button:not(.bc-select-option):not(.bc-suggestion-button):focus,
.tabbing .header .bc-carousel-indicator-item:focus,
.tabbing .main button:not(.bc-select-option):not(.bc-suggestion-button):focus,
.tabbing .main .bc-carousel-indicator-item:focus,
.tabbing .global-top-container button:not(.bc-select-option):not(.bc-suggestion-button):focus,
.tabbing .global-top-container .bc-carousel-indicator-item:focus,
.tabbing .global-bottom-container button:not(.bc-select-option):not(.bc-suggestion-button):focus,
.tabbing .global-bottom-container .bc-carousel-indicator-item:focus {
  outline: 3px solid #fff !important;
  -webkit-box-shadow: 0 0 0 6px #000 !important;
          box-shadow: 0 0 0 6px #000 !important;
}

.tablesorter-header[tabindex]:focus {
  outline: 3px solid #fff !important;
  -webkit-box-shadow: 0 0 0 6px #000 !important;
          box-shadow: 0 0 0 6px #000 !important;
  outline-offset: 2px;
}

.designMode > *[class],
.designMode main > *[class] {
  position: relative;
}
.designMode > *[class]:before,
.designMode main > *[class]:before {
  position: absolute;
  content: attr(class);
  display: inline-block;
  top: 0;
  left: 0;
  padding: 0.25em;
  background-color: hotpink;
  font-size: 0.875rem;
  color: #000;
}
.designMode .zone {
  outline: 2px solid hotpink;
  outline-offset: 2px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.opacity-layer {
  display: none;
  z-index: 50;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 19, 19, 0.6);
}
.menu-open .opacity-layer, .search-open .opacity-layer {
  display: block;
}

::-webkit-input-placeholder {
  opacity: 1;
}

::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

::-ms-input-placeholder {
  opacity: 1;
}

::placeholder {
  opacity: 1;
}

.back-to-top-button-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -1.5rem;
  left: 50%;
  z-index: 10;
}
.back-to-top-button-wrapper .back-to-top-button {
  cursor: pointer;
  background: var(--back-to-top-button-background-color);
  border-radius: 0;
  border: 2px solid var(--back-to-top-button-border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 88px;
  height: 56px;
  position: relative;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  text-decoration: none;
  color: var(--back-to-top-button-text-color);
}
.back-to-top-button-wrapper .back-to-top-button:after {
  font-family: "remixicon";
  content: "\ea76";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 1.25rem;
}
@media screen and (min-width: 900px) {
  .back-to-top-button-wrapper .back-to-top-button:after {
    font-size: 1.5rem;
  }
}
.back-to-top-button-wrapper .back-to-top-button span {
  text-indent: -9999px;
}
.back-to-top-button-wrapper .back-to-top-button:hover, .back-to-top-button-wrapper .back-to-top-button:focus {
  background-color: var(--back-to-top-button-background-color--hover);
  border-color: var(--back-to-top-button-border-color--hover);
  color: var(--back-to-top-button-text-color--hover);
}

.breadcrumbs {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.breadcrumbs__label {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.breadcrumbs__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumbs__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumbs__item a {
  font-size: 0.9375rem;
  display: inline-block;
  font-weight: 400;
  text-decoration: underline;
  color: var(--black);
}
@media screen and (min-width: 900px) {
  .breadcrumbs__item a {
    font-size: 1rem;
  }
}
.breadcrumbs__item a:hover {
  text-decoration: none;
}
.breadcrumbs__item:after {
  font-family: "remixicon";
  content: "\ea6e";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 0.925rem;
  padding: 0 0.25rem;
}
.breadcrumbs__item:first-child:before {
  font-family: "remixicon";
  content: "\ee1b";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 0.925rem;
  margin-right: 0.5rem;
}
.breadcrumbs__item:last-child a {
  text-decoration: none;
  font-weight: 400;
  -webkit-box-shadow: 0 0px 0 0 currentColor;
          box-shadow: 0 0px 0 0 currentColor;
}
.breadcrumbs__item:last-child a:hover {
  text-decoration: underline;
}
.breadcrumbs__item:last-child:after {
  display: none;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 8rem;
  padding-top: 4rem;
  position: relative;
  min-height: 730px;
  background-color: var(--footer-background-color);
  color: var(--footer-text-color);
}

.footer-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-column {
  width: 100%;
  margin-top: 3rem;
}
@media screen and (min-width: 1200px) {
  .footer-column {
    width: 33.3333333333%;
  }
}
.footer-column .left-column {
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .footer-column .left-column {
    text-align: left;
  }
}
.footer-column .middle-column {
  text-align: center;
}
.footer-column .right-column {
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .footer-column .right-column {
    text-align: right;
  }
}
.footer-column .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
  color: var(--link-inline-light-color);
}
.footer-column .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover {
  color: var(--link-inline-light-color--hover);
}
.footer-column a[href].link-render-as-button.link-render-as-button,
.footer-column .il-custom-button {
  color: var(--link-button-light-text-color);
  background-color: var(--link-button-light-background-color);
  border-color: var(--link-button-light-border-color);
}
.footer-column a[href].link-render-as-button.link-render-as-button:hover,
.footer-column .il-custom-button:hover {
  background-color: var(--link-button-light-background-color--hover);
  color: var(--link-button-light-text-color--hover);
  border-color: var(--link-button-light-border-color--hover);
}

.footer-bottom-some {
  margin-top: 7rem;
  background-color: var(--footer-some-background-color);
  width: 100%;
  position: relative;
}
.footer-bottom-some .zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .footer-bottom-some .zone {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.footer-bottom-links {
  width: 90%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3rem;
  padding-top: 2rem;
}
@media screen and (min-width: 900px) {
  .footer-bottom-links {
    background-image: url(../images/footer-graphic.svg);
    background-repeat: repeat-x;
    background-position: 100% 80%;
    background-size: auto 90px;
    padding-bottom: 8rem;
    width: 100%;
    max-width: 100%;
  }
}

.header {
  background-color: var(--header-background-color);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 900px) {
  .header {
    position: fixed;
  }
}

.header-inner {
  height: 184px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 600px) {
  .header-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 120px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header-logo a {
  display: block;
}
.header-logo img {
  height: 56px;
}
@media screen and (min-width: 900px) {
  .header-logo img {
    height: 88px;
  }
}

.header-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .header-navigation {
    width: auto;
  }
}

.header-navigation-links {
  display: none;
}
@media screen and (min-width: 900px) {
  .header-navigation-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--header-text-color);
  }
}
.header-navigation-links .zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 600px) {
  .header-navigation-links + .header-navigation-toggles {
    margin-left: 1rem;
  }
}

.header-navigation-toggles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 600px) {
  .header-navigation-toggles {
    margin-top: 0;
    width: auto;
  }
}

.main-menu-toggle-wrapper,
.search-box-toggle-wrapper {
  width: calc(50% - 0.5rem);
}
@media screen and (min-width: 600px) {
  .main-menu-toggle-wrapper,
  .search-box-toggle-wrapper {
    width: auto;
  }
}

.search-box-toggle-wrapper + .main-menu-toggle-wrapper {
  margin-left: 1rem;
}
@media screen and (min-width: 900px) {
  .search-box-toggle-wrapper + .main-menu-toggle-wrapper {
    margin-left: 0;
  }
}

.main-menu-toggle,
.search-box-toggle {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .main-menu-toggle,
  .search-box-toggle {
    width: auto;
  }
}

.search-box-toggle {
  font-size: 1.125rem;
  cursor: pointer;
  color: var(--search-box-toggle-text-color);
  border: 2px solid var(--search-box-toggle-border-color);
  border-radius: 0;
  padding: 0.65rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--search-box-toggle-background-color);
}
@media screen and (min-width: 900px) {
  .search-box-toggle {
    font-size: 1.25rem;
  }
}
.search-box-toggle::after {
  font-family: "remixicon";
  content: "\f0cd";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 1.375rem;
  margin-left: 0.5rem;
}
@media screen and (min-width: 900px) {
  .search-box-toggle::after {
    font-size: 1.625rem;
  }
}
.search-box-toggle:hover, .search-box-toggle:focus {
  color: var(--search-box-toggle-text-color--hover);
  background-color: var(--search-box-toggle-background-color--hover);
  border-color: var(--search-box-toggle-border-color--hover);
}
@media screen and (min-width: 900px) {
  .search-box-toggle {
    display: none;
  }
}

.main-menu-toggle {
  font-size: 1.125rem;
  cursor: pointer;
  color: var(--main-menu-toggle-text-color);
  border: 2px solid var(--main-menu-toggle-border-color);
  border-radius: 0;
  padding: 0.65rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--main-menu-toggle-background-color);
}
@media screen and (min-width: 900px) {
  .main-menu-toggle {
    font-size: 1.25rem;
  }
}
.main-menu-toggle::after {
  font-family: "remixicon";
  content: "\ef3b";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 1.375rem;
  margin-left: 0.5rem;
}
@media screen and (min-width: 900px) {
  .main-menu-toggle::after {
    font-size: 1.625rem;
  }
}
.main-menu-toggle:hover, .main-menu-toggle:focus {
  color: var(--main-menu-toggle-text-color--hover);
  background-color: var(--main-menu-toggle-background-color--hover);
  border-color: var(--main-menu-toggle-border-color--hover);
}

.main-menu-toggle-open-wrapper,
.search-box-toggle-open-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main-menu-toggle-open,
.search-box-toggle-open {
  background-color: var(--main-menu-toggle-open-background-color);
  border: 2px solid var(--main-menu-toggle-open-border-color);
  border-radius: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  font-size: 1.75rem;
}
.main-menu-toggle-open::before,
.search-box-toggle-open::before {
  font-family: "remixicon";
  content: "\eb99";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  color: var(--main-menu-toggle-open-text-color);
}
.main-menu-toggle-open:hover, .main-menu-toggle-open:focus,
.search-box-toggle-open:hover,
.search-box-toggle-open:focus {
  background-color: var(--main-menu-toggle-open-background-color--hover);
  color: var(--main-menu-toggle-open-text-color--hover);
  border-color: var(--main-menu-toggle-open-border-color--hover);
}
.main-menu-toggle-open:hover::before, .main-menu-toggle-open:focus::before,
.search-box-toggle-open:hover::before,
.search-box-toggle-open:focus::before {
  color: var(--main-menu-toggle-open-text-color--hover);
}
.main-menu-toggle-open .vis-meny,
.search-box-toggle-open .vis-meny {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.global-top-container .global-top-container-inner {
  padding: 2rem 0;
}

.main-menu {
  display: none;
  padding: 2rem 1rem;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  z-index: 101;
  background-color: var(--main-menu-background-color);
  color: var(--white);
  overflow: auto;
}
@media screen and (min-width: 900px) {
  .main-menu {
    width: 60vw;
  }
}
@media screen and (min-width: 1400px) {
  .main-menu {
    width: 70vw;
    background-size: auto;
  }
}
.main-menu .main-menu-inner .zone {
  padding-top: 8.5rem;
  margin-left: auto;
  max-width: calc(640px - 6rem);
}
.main-menu .main-menu-inner .zone .webPart + .webPart {
  margin-top: 4rem;
  border-top: 2px solid var(--white);
  padding-top: 1rem;
}
.main-menu.open, .designMode .main-menu {
  display: block;
}
.designMode .main-menu {
  min-height: 800px;
}

.search-box {
  display: none;
  padding: 2rem 1rem;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-height: 22rem;
  height: 100%;
  z-index: 100;
  background-color: var(--main-menu-background-color);
  overflow: auto;
}
@media screen and (min-width: 600px) {
  .search-box {
    background-size: auto;
  }
}
.search-box .search-box-inner .zone {
  padding-top: 9rem;
}
.search-box .search-box-inner .zone .webPart + .webPart {
  margin-top: 2rem;
  border-top: 2px solid gray;
  padding-top: 2rem;
}
@media screen and (min-width: 1400px) {
  .search-box .search-box-inner .zone {
    max-width: calc(640px - 6rem);
  }
}
.search-box.open, .designMode .search-box {
  display: block;
}
.designMode .search-box {
  min-height: 800px;
}

ul.hidden {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.hidden a {
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #000;
  color: #FFF;
  position: absolute;
  text-decoration: none;
  top: -100%;
  left: 0;
  z-index: 2000;
}
ul.hidden a:focus {
  top: 0;
}

.frontpage .frontpage-top-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: var(--frontpage-top-section-background-color);
  position: relative;
  height: 100%;
}
@media screen and (min-width: 900px) {
  .frontpage .frontpage-top-section {
    padding-top: 4rem;
  }
}
.frontpage .frontpage-top-section .zone .webPart + .webPart {
  margin-top: 2rem;
}
@media screen and (min-width: 900px) {
  .frontpage .frontpage-top-section .zone .webPart + .webPart {
    margin-top: 4rem;
  }
}
.frontpage .frontpage-upper-middle-section {
  padding-top: 2rem;
}
@media screen and (min-width: 900px) {
  .frontpage .frontpage-upper-middle-section {
    padding-top: 2rem;
  }
}
.frontpage .frontpage-upper-middle-section .zone > * + * {
  margin-top: 1rem;
}
@supports (display: grid) {
  .frontpage .frontpage-upper-middle-section .zone {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 5.375rem;
       -moz-column-gap: 5.375rem;
            column-gap: 5.375rem;
    row-gap: 1rem;
  }
  .frontpage .frontpage-upper-middle-section .zone > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 1400px) {
  .frontpage .frontpage-upper-middle-section .zone > * + * {
    margin-top: 1rem;
  }
  @supports (display: grid) {
    .frontpage .frontpage-upper-middle-section .zone {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -webkit-column-gap: 2rem;
         -moz-column-gap: 2rem;
              column-gap: 2rem;
      row-gap: 1rem;
    }
    .frontpage .frontpage-upper-middle-section .zone > * + * {
      margin-top: 0;
    }
  }
}
@media screen and (min-width: 1800px) {
  .frontpage .frontpage-upper-middle-section .zone > * + * {
    margin-top: 1rem;
  }
  @supports (display: grid) {
    .frontpage .frontpage-upper-middle-section .zone {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -webkit-column-gap: 5.375rem;
         -moz-column-gap: 5.375rem;
              column-gap: 5.375rem;
      row-gap: 1rem;
    }
    .frontpage .frontpage-upper-middle-section .zone > * + * {
      margin-top: 0;
    }
  }
}
.frontpage .frontpage-lower-middle-section .frontpage-lower-middle-section-inner {
  width: 90%;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
}
.frontpage .frontpage-upper-bottom-section {
  background-color: var(--frontpage-upper-bottom-background-color);
  padding: 2rem 0;
}
@media screen and (min-width: 900px) {
  .frontpage .frontpage-upper-bottom-section {
    padding: 4rem 0;
    background-image: url(../images/news-graphic.svg);
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-size: 305px auto;
  }
}

.subpage .breadcrumbs + *,
.subpage-full-width .breadcrumbs + * {
  margin-top: 0rem;
}
.subpage .breadcrumbs + .sub-navigation,
.subpage-full-width .breadcrumbs + .sub-navigation {
  margin-top: 2rem;
}
.subpage .sub-navigation + *,
.subpage-full-width .sub-navigation + * {
  margin-top: 2rem;
}
.subpage main + .global-bottom-container,
.subpage-full-width main + .global-bottom-container {
  margin-top: 2rem;
}

.subpage .main-area {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.subpage .main-area .responsive-container {
  width: 90%;
}
@media screen and (min-width: 900px) {
  .subpage .main-area .responsive-container {
    width: 100%;
  }
}
.subpage .wp-page-title, .subpage .js-page-title {
  display: none;
}

.subpage-full-width .wp-page-title, .subpage-full-width .js-page-title {
  display: none;
}

.transportpage .breadcrumbs + .sub-navigation {
  margin-top: 2rem;
}
.transportpage .sub-navigation + * {
  margin-top: 4rem;
}
.transportpage main + .global-bottom-container {
  margin-top: 4rem;
}
.transportpage .local-area-message-container + .subpage-banner {
  margin-top: 2rem;
}
.transportpage .subpage-banner .subpage-banner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 900px) {
  .transportpage .subpage-banner .subpage-banner-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.transportpage .subpage-banner .subpage-banner-left {
  width: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 900px) {
  .transportpage .subpage-banner .subpage-banner-left {
    width: calc(60% - 3rem);
    -ms-flex-item-align: center;
        align-self: center;
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .transportpage .subpage-banner .subpage-banner-left:only-child {
    width: 100%;
  }
  .transportpage .subpage-banner .subpage-banner-left:only-child .page-title {
    max-width: 1100px;
  }
  .transportpage .subpage-banner .subpage-banner-left:only-child .wp-subpage-banner-text {
    max-width: 700px;
  }
}
.transportpage .subpage-banner .subpage-banner-right {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .transportpage .subpage-banner .subpage-banner-right {
    width: calc(40% - 3rem);
    -ms-flex-item-align: center;
        align-self: center;
    margin-bottom: 0;
  }
}
.transportpage .subpage-banner + * {
  margin-top: 4rem;
}
.transportpage .focus-field-section + * {
  margin-top: 4rem;
}

*[id],
.anchor-target,
.js-anchor-target {
  scroll-margin-top: var(--v-default-scroll-margin--mobile);
}
@media screen and (min-width: 600px) {
  *[id],
  .anchor-target,
  .js-anchor-target {
    scroll-margin-top: var(--v-default-scroll-margin--desktop);
  }
}

body .legacy-content-block-wrapper {
  margin: 0;
}
body .legacy-content-block-wrapper[data-style=primary] > .legacy-content-block {
  background-color: var(--block-background-color);
  border-radius: 0;
  color: var(--block-background-text-color);
}
body .legacy-content-block-wrapper[data-style=secondary] > .legacy-content-block {
  border-color: var(--block-border-color);
  border-radius: 0;
  color: var(--block-border-text-color);
}
body .content-block-body-column > * + * {
  margin-top: 1.25em;
}
body .content-block-body-column > * + h1, body .content-block-body-column > * + h2, body .content-block-body-column > * + h3, body .content-block-body-column > * + h4, body .content-block-body-column > * + h5, body .content-block-body-column > * + h6 {
  margin-top: 1.5em;
}
body .content-block-body-column > h1 + *, body .content-block-body-column > h2 + *, body .content-block-body-column > h3 + * {
  margin-top: 0.75em;
}
body .content-block-body-column > h4 + *, body .content-block-body-column > h5 + *, body .content-block-body-column > h6 + * {
  margin-top: 0.375em;
}
body .content-block-body-column > ul li + li,
body .content-block-body-column > ul li > ul,
body .content-block-body-column > ul li > ol, body .content-block-body-column > ol li + li,
body .content-block-body-column > ol li > ul,
body .content-block-body-column > ol li > ol {
  margin-top: 0.5em;
}

blockquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--blockquote-text-color);
  line-height: inherit;
}
blockquote > p {
  padding: 0;
}
blockquote:before {
  font-family: "remixicon";
  content: "\ec51";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 3rem;
  color: var(--blockquote-icon-color);
  padding-right: 2rem;
  line-height: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

body .faqWrapper .divFaqOverskrift span:not(.skjulElement) {
  display: block;
  margin-bottom: 0.5rem;
}
body .faqWrapper .divFaqOverskrift + .faq {
  margin-top: 1.5rem;
}
body .faqWrapper .divFaqIngress span:not(.skjulElement) {
  display: block;
  margin-bottom: 1em;
}
body .faqWrapper .faq + .faq {
  margin-top: 1rem;
}
body .faqWrapper .divFaqSporsmal {
  margin: 0;
  padding: 0;
  cursor: initial;
  background-color: initial;
}
body .faqWrapper .divFaqSporsmal::after {
  display: none;
}
body .faqWrapper .divFaqSporsmal button {
  font-size: inherit;
  padding-block: 1rem;
  padding-inline: 2rem;
  border-width: 2px;
  border-style: solid;
  border-color: var(--c-faq-question-border);
  border-radius: 0;
  background-color: var(--c-faq-question-background);
  color: var(--c-faq-question-text);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
body .faqWrapper .divFaqSporsmal button::after {
  font-family: "remixicon";
  content: "\ea4c";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: initial;
  height: initial;
  color: var(--c-faq-question-icon);
  background: inherit;
  border-radius: inherit;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 1rem;
}
body .faqWrapper .divFaqSporsmal button:hover {
  background-color: var(--c-faq-question-background--hover);
  color: var(--c-faq-question-text--hover);
  border-color: var(--c-faq-question-border--hover);
}
body .faqWrapper .divFaqSporsmal button:hover::after {
  color: var(--c-faq-question-icon--hover);
  background-color: inherit;
}
body .faqWrapper .divFaqSporsmal.open button {
  background-color: var(--c-faq-question-background--open);
  color: var(--c-faq-question-text--open);
  border-color: var(--c-faq-question-border--open);
  border-radius: 0 0 0 0;
}
body .faqWrapper .divFaqSporsmal.open button::after {
  font-family: "remixicon";
  content: "\ea4c";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 1.75rem;
  color: var(--c-faq-question-icon--open);
  background-color: inherit;
}
body .faqWrapper .divFaqSporsmal.open button:hover {
  background-color: var(--c-faq-question-background--open--hover);
  color: var(--c-faq-question-text--open--hover);
  border-color: var(--c-faq-question-border--open--hover);
}
body .faqWrapper .divFaqSporsmal.open button:hover::after {
  color: var(--c-faq-question-icon--open--hover);
  background-color: inherit;
}
body .faqWrapper .divFaqSporsmal.open:hover + .divFaqSvar {
  border-color: var(--c-faq-question-border--open--hover);
}
body .faqWrapper .divFaqSvar {
  background-color: var(--c-faq-answer-background);
  color: var(--c-faq-answer-text);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border-width: 0 2px 2px 2px;
  border-style: solid;
  border-color: var(--c-faq-answer-border);
  border-radius: 0 0 0 0;
  overflow: auto;
}
body .faqWrapper .divFaqSvar > * + * {
  margin-top: 1.25em;
}
body .faqWrapper .divFaqSvar > * + h1, body .faqWrapper .divFaqSvar > * + h2, body .faqWrapper .divFaqSvar > * + h3, body .faqWrapper .divFaqSvar > * + h4, body .faqWrapper .divFaqSvar > * + h5, body .faqWrapper .divFaqSvar > * + h6 {
  margin-top: 1.5em;
}
body .faqWrapper .divFaqSvar > h1 + *, body .faqWrapper .divFaqSvar > h2 + *, body .faqWrapper .divFaqSvar > h3 + * {
  margin-top: 0.75em;
}
body .faqWrapper .divFaqSvar > h4 + *, body .faqWrapper .divFaqSvar > h5 + *, body .faqWrapper .divFaqSvar > h6 + * {
  margin-top: 0.375em;
}
body .faqWrapper .divFaqSvar > ul li + li,
body .faqWrapper .divFaqSvar > ul li > ul,
body .faqWrapper .divFaqSvar > ul li > ol, body .faqWrapper .divFaqSvar > ol li + li,
body .faqWrapper .divFaqSvar > ol li > ul,
body .faqWrapper .divFaqSvar > ol li > ol {
  margin-top: 0.5em;
}
body .faqWrapper .divFaqSvar.open {
  display: block;
}
body .faqWrapper .divFaqSporsmal button {
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  body .faqWrapper .divFaqSporsmal button {
    font-size: 1.25rem;
  }
}
body .faqWrapper .divFaqSporsmal button::after {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
body .faqWrapper .divFaqSporsmal.open button::after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
body .faqWrapper .divFaqSvar {
  font-size: 1rem;
}

.il-heading--h1, .wp-page-title, .artikkel header h1, .ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header h1.ac-banner-field-title,
.il-heading--h2,
.wp-active-projects h2.webPartTittel,
.wp-engaging-links--v2 h2.webPartTittel,
.wp-engaging-links--v1 h2.webPartTittel,
.wp-latest-articles h2.webPartTittel,
.wp-feedback .bc-feedback h2,
h2.divEgendefinertOverskrift,
.wp-area-message-global .area-message-list-item .area-message-list-item__title h2,
.wp-area-message-global .area-message-list-item .area-message__title h2,
.wp-area-message-local .area-message-list-item .area-message-list-item__title h2,
.wp-area-message-local .area-message-list-item .area-message__title h2,
.ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header h2.ac-banner-field-title,
.guidancewizard-widget .bc-guidancewizard-base .bc-heading--h2,
body .faqWrapper h2.divFaqOverskrift,
.il-heading--h3,
.wp-active-projects h3.webPartTittel,
.wp-engaging-links--v2 h3.webPartTittel,
.wp-engaging-links--v1 h3.webPartTittel,
.wp-latest-articles h3.webPartTittel,
h3.divEgendefinertOverskrift,
.wp-area-message-global .area-message-list-item .area-message-list-item__title h3,
.wp-area-message-global .area-message-list-item .area-message__title h3,
.wp-area-message-local .area-message-list-item .area-message-list-item__title h3,
.wp-area-message-local .area-message-list-item .area-message__title h3,
.ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header h3.ac-banner-field-title,
.guidancewizard-widget .bc-guidancewizard-base .bc-heading--h3,
body .faqWrapper h3.divFaqOverskrift,
.il-heading--h4,
.il-heading--h5,
.il-heading--h6 {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-weight: 700;
}

.il-heading--h1, .wp-page-title, .artikkel header h1, .ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header h1.ac-banner-field-title {
  font-size: 2.25rem;
}
@media screen and (min-width: 900px) {
  .il-heading--h1, .wp-page-title, .artikkel header h1, .ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header h1.ac-banner-field-title {
    font-size: 3rem;
  }
}

.il-heading--h2, .wp-active-projects h2.webPartTittel, .wp-engaging-links--v2 h2.webPartTittel, .wp-engaging-links--v1 h2.webPartTittel, .wp-latest-articles h2.webPartTittel, .wp-feedback .bc-feedback h2, h2.divEgendefinertOverskrift, .wp-area-message-global .area-message-list-item .area-message-list-item__title h2,
.wp-area-message-global .area-message-list-item .area-message__title h2,
.wp-area-message-local .area-message-list-item .area-message-list-item__title h2,
.wp-area-message-local .area-message-list-item .area-message__title h2, .ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header h2.ac-banner-field-title, .guidancewizard-widget .bc-guidancewizard-base .bc-heading--h2, body .faqWrapper h2.divFaqOverskrift {
  font-size: 1.5rem;
}
@media screen and (min-width: 900px) {
  .il-heading--h2, .wp-active-projects h2.webPartTittel, .wp-engaging-links--v2 h2.webPartTittel, .wp-engaging-links--v1 h2.webPartTittel, .wp-latest-articles h2.webPartTittel, .wp-feedback .bc-feedback h2, h2.divEgendefinertOverskrift, .wp-area-message-global .area-message-list-item .area-message-list-item__title h2,
  .wp-area-message-global .area-message-list-item .area-message__title h2,
  .wp-area-message-local .area-message-list-item .area-message-list-item__title h2,
  .wp-area-message-local .area-message-list-item .area-message__title h2, .ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header h2.ac-banner-field-title, .guidancewizard-widget .bc-guidancewizard-base .bc-heading--h2, body .faqWrapper h2.divFaqOverskrift {
    font-size: 2rem;
  }
}

.il-heading--h3, .wp-active-projects h3.webPartTittel, .wp-engaging-links--v2 h3.webPartTittel, .wp-engaging-links--v1 h3.webPartTittel, .wp-latest-articles h3.webPartTittel, h3.divEgendefinertOverskrift, .wp-area-message-global .area-message-list-item .area-message-list-item__title h3,
.wp-area-message-global .area-message-list-item .area-message__title h3,
.wp-area-message-local .area-message-list-item .area-message-list-item__title h3,
.wp-area-message-local .area-message-list-item .area-message__title h3, .ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header h3.ac-banner-field-title, .guidancewizard-widget .bc-guidancewizard-base .bc-heading--h3, body .faqWrapper h3.divFaqOverskrift {
  font-size: 1.25rem;
}
@media screen and (min-width: 900px) {
  .il-heading--h3, .wp-active-projects h3.webPartTittel, .wp-engaging-links--v2 h3.webPartTittel, .wp-engaging-links--v1 h3.webPartTittel, .wp-latest-articles h3.webPartTittel, h3.divEgendefinertOverskrift, .wp-area-message-global .area-message-list-item .area-message-list-item__title h3,
  .wp-area-message-global .area-message-list-item .area-message__title h3,
  .wp-area-message-local .area-message-list-item .area-message-list-item__title h3,
  .wp-area-message-local .area-message-list-item .area-message__title h3, .ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header h3.ac-banner-field-title, .guidancewizard-widget .bc-guidancewizard-base .bc-heading--h3, body .faqWrapper h3.divFaqOverskrift {
    font-size: 1.5rem;
  }
}

.il-heading--h4 {
  font-size: 1.125rem;
}
@media screen and (min-width: 900px) {
  .il-heading--h4 {
    font-size: 1.25rem;
  }
}

.bc-carousel .bc-carousel-container .bc-carousel-content .bc-carousel-caption {
  background-color: var(--c-image-gallery-caption-background);
  font-size: 0.875rem;
  color: var(--c-image-gallery-caption-text);
}
.bc-carousel .bc-carousel-container .bc-carousel-next button,
.bc-carousel .bc-carousel-container .bc-carousel-previous button {
  width: 48px;
  height: 48px;
  background-color: var(--c-image-gallery-navigation-button-background);
  border-radius: 0;
}
.bc-carousel .bc-carousel-container .bc-carousel-next button .bc-icon::before,
.bc-carousel .bc-carousel-container .bc-carousel-previous button .bc-icon::before {
  color: var(--c-image-gallery-navigation-button-icon);
}
.bc-carousel .bc-carousel-indicators .bc-carousel-indicator-item {
  background-color: var(--c-image-gallery-indicator-button-background);
  border-color: var(--c-image-gallery-indicator-button-border);
  border-width: 2px;
  width: 0.75rem;
  height: 0.75rem;
}
.bc-carousel .bc-carousel-indicators .bc-carousel-indicator-item.active {
  background-color: var(--c-image-gallery-indicator-button-background--active);
  border-color: var(--c-image-gallery-indicator-button-border--active);
}

.legacy-content-block--image {
  margin-bottom: 1rem;
}
.legacy-content-block--image img {
  border-radius: 0;
}
.legacy-content-block--image .artikkel-bilde-beskrivelse,
.legacy-content-block--image .artikkel-bilde-copyright {
  font-size: 0.875rem;
  margin-top: 0.5rem;
  color: var(--c-image-caption-text);
}
@media screen and (min-width: 900px) {
  .legacy-content-block--image .artikkel-bilde-beskrivelse,
  .legacy-content-block--image .artikkel-bilde-copyright {
    font-size: 0.875rem;
  }
}
.legacy-content-block--image .artikkel-bilde-copyright {
  padding-top: 1rem;
}
.legacy-content-block--image .artikkel-bilde-beskrivelse + .artikkel-bilde-copyright {
  margin-top: -0.75rem !important;
  padding-bottom: 0.75rem;
  padding-top: 0;
  background-color: var(--c-image-caption-background);
  border-bottom: 1px solid var(--c-image-caption-border);
}
.legacy-content-block--image .artikkel-bilde-beskrivelse:empty + .artikkel-bilde-copyright {
  padding-top: 1rem;
}
.legacy-content-block--image .beskrivelse.BildeTekst {
  font-style: normal;
  padding-bottom: 0.75rem;
  padding-top: 0.5rem;
  border-bottom: 1px solid var(--c-image-caption-border);
  line-height: 1.733;
}
.legacy-content-block--image .fotografText {
  background: none;
  text-indent: 0;
}
.legacy-content-block--image .fotografText:before {
  content: "Foto:";
  font-weight: var(--fw-regular);
  padding-right: 0.25rem;
}
.legacy-content-block--image.marginRight15 {
  margin-right: 1.5rem;
}
.legacy-content-block--image.marginLeft15 {
  margin-left: 1.5rem;
}

.InnholdLinkTekst:not(.link-render-as-button) {
  font-weight: 400;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 0 0 currentColor;
          box-shadow: 0 1px 0 0 currentColor;
  color: var(--link-inline-dark-color);
}
.InnholdLinkTekst:not(.link-render-as-button):hover {
  -webkit-box-shadow: 0 2px 0 0 currentColor;
          box-shadow: 0 2px 0 0 currentColor;
}
.InnholdLinkTekst:not(.link-render-as-button).external[href^=http]::after {
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.InnholdLinkTekst:not(.link-render-as-button).filetype-pdf::after {
  font-family: "remixicon";
  content: "\ecd9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.InnholdLinkTekst:not(.link-render-as-button):hover {
  color: var(--link-inline-dark-color--hover);
}

body a[href].link-render-as-button.link-render-as-button,
.il-custom-button {
  font-size: 1rem;
  padding: 0.75rem 1rem;
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
  color: var(--link-button-dark-text-color);
  background-color: var(--link-button-dark-background-color);
  border-color: var(--link-button-dark-border-color);
}
@media screen and (min-width: 900px) {
  body a[href].link-render-as-button.link-render-as-button,
  .il-custom-button {
    font-size: 1.125rem;
  }
}
body a[href].link-render-as-button.link-render-as-button.external[href^=http]::after,
.il-custom-button.external[href^=http]::after {
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
body a[href].link-render-as-button.link-render-as-button.filetype-pdf::after,
.il-custom-button.filetype-pdf::after {
  font-family: "remixicon";
  content: "\ecd9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
body a[href].link-render-as-button.link-render-as-button:hover,
.il-custom-button:hover {
  background-color: var(--link-button-dark-background-color--hover);
  color: var(--link-button-dark-text-color--hover);
  border-color: var(--link-button-dark-border-color--hover);
}

.guidancewizard-widget .bc-guidancewizard-base {
  --bc-border-radius: 0;
  --bc-c-action-primary: var(--guidance-button-background-color);
  --bc-c-action-primary-hover: var(--guidance-button-background-color--hover);
  --bc-c-action-primary-foreground: var(--guidance-button-text-color);
  --bc-c-action-primary-foreground-hover: var(--guidance-button-text-color--hover);
  --bc-c-action-primary-border: var(--guidance-button-border-color);
  --bc-c-action-primary-border-hover: var(--guidance-button-border-color--hover);
  --bc-c-action-secondary: black;
  --bc-c-action-secondary-hover: gray;
  --bc-c-action-secondary-foreground: white;
  --bc-c-action-secondary-foreground-hover: white;
  --bc-c-action-secondary-border: black;
  --bc-c-action-secondary-border-hover: gray;
  margin: 0.5rem 0;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-steps .bc-guidancewizard-step-choice-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-steps .bc-guidancewizard-step-choice-wrapper .bc-guidancewizard-step-change .bc-content-button {
  margin-left: 2.2rem;
  margin-bottom: 1.5rem;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-steps .bc-guidancewizard-step-choice-wrapper .bc-guidancewizard-step-change .bc-content-button {
  font-weight: 600;
  color: var(--guidance-change-answer-text-color);
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-steps .bc-guidancewizard-step-navigation {
  margin-left: 0;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-steps .bc-guidancewizard-step-navigation .bc-content-button {
  padding: 0.5rem 1.5rem;
  width: 100%;
  border-color: var(--guidance-button-border-color);
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-steps .bc-guidancewizard-step-navigation .bc-content-button:hover, .guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-steps .bc-guidancewizard-step-navigation .bc-content-button:focus {
  color: var(--bc-c-action-primary-foreground-hover);
  background-color: var(--bc-c-action-primary-hover);
  border-color: var(--guidance-button-border-color--hover);
  outline: none;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-steps .bc-guidancewizard-step-navigation:after {
  border-color: black;
  border-width: 2px;
  width: 3rem;
  bottom: 3.5rem;
  border-bottom-left-radius: 0.5rem;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-guidancewizard-step-content {
  margin-top: 1rem;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-guidancewizard-step-content:before {
  border-color: black;
  border-width: 2px;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: 600;
  background-color: var(--page-background-color);
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-guidancewizard-step-content:after {
  border-color: black;
  border-width: 2px;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-guidancewizard-step-content .bc-guidancewizard-step-choice-wrapper {
  border-color: black;
  border-width: 2px;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-reset {
  margin-left: 0;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-reset .bc-content-button {
  padding: 0.5rem 1.5rem;
  width: 100%;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-result {
  border-width: 2px;
  border-color: var(--guidance-result-border-color);
  border-radius: 0;
  background-color: var(--guidance-result-background-color);
  color: var(--guidance-result-text-color);
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-result .bc-paragraph > p > * + * {
  margin-top: 1.25em;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-result .bc-paragraph > p > * + h1, .guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-result .bc-paragraph > p > * + h2, .guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-result .bc-paragraph > p > * + h3, .guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-result .bc-paragraph > p > * + h4, .guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-result .bc-paragraph > p > * + h5, .guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-result .bc-paragraph > p > * + h6 {
  margin-top: 1.5em;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-result .bc-paragraph > p > h1 + *, .guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-result .bc-paragraph > p > h2 + *, .guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-result .bc-paragraph > p > h3 + * {
  margin-top: 0.75em;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-result .bc-paragraph > p > h4 + *, .guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-result .bc-paragraph > p > h5 + *, .guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-result .bc-paragraph > p > h6 + * {
  margin-top: 0.375em;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-result .bc-paragraph > p > ul li + li,
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-result .bc-paragraph > p > ul li > ul,
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-result .bc-paragraph > p > ul li > ol, .guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-result .bc-paragraph > p > ol li + li,
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-result .bc-paragraph > p > ol li > ul,
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-result .bc-paragraph > p > ol li > ol {
  margin-top: 0.5em;
}

.liste {
  width: 100%;
}
.liste .InnholdTabellCaption,
.liste .InnholdTekst {
  padding: 0;
  display: block;
}
.liste .InnholdTabellCaption {
  font-weight: 600;
}
.liste .InnholdTabellCaption + * {
  margin-top: 0.5em;
}
.liste > div + * {
  margin-top: 1em;
}

.InnholdTabellTekst {
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .InnholdTabellTekst {
    font-size: 1.125rem;
  }
}

.il-table.listeSort {
  display: table;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 0;
  border: 2px solid var(--table-border-color);
}
.il-table.listeSort td,
.il-table.listeSort th {
  vertical-align: top;
  padding: 0.75em 0.75em;
  min-width: 125px;
}
.il-table.listeSort tr:nth-child(even) {
  background-color: var(--tablerow-background-color);
}
.il-table.listeSort tr:nth-child(even) :first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.il-table.listeSort tr:nth-child(even) :last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.il-table__head :first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.il-table__head :last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.il-table__head .tablesorter-header {
  width: 300px !important;
  background-color: var(--tablerow-header-background-color);
  color: var(--tablerow-header-text-color);
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .il-table__head .tablesorter-header {
    font-size: 1.25rem;
  }
}

.videodetector iframe {
  min-height: 0 !important;
  aspect-ratio: 1.78;
}

.webskjema {
  --bc-background-color: var(--webform-background-color);
  --bc-c-border-input: var(--webform-inputs-border-color);
  --bc-input-border-width: var(--webform-inputs-border-width);
  --bc-c-text-primary: var(--webform-inputs-text-color);
  --bc-input-height: 4rem;
  --bc-input-font-size: 1.175em;
}
.webskjema .bc-label,
.webskjema .bc-radiogroup-label,
.webskjema .bc-checkboxgroup-label {
  font-weight: 700;
}
.webskjema .bc-content-input input,
.webskjema .bc-content-textarea-content,
.webskjema .bc-content-form-checkbox-container {
  border-radius: var(--webform-inputs-border-radius);
}
.webskjema .checkbox-link-row .bc-content-link {
  margin-top: 0.5rem;
}
.webskjema .bc-select .button-container > button {
  border-radius: var(--webform-inputs-border-radius);
  border-color: var(--webform-inputs-border-color);
  border-width: var(--webform-inputs-border-width);
}
.webskjema .bc-select .bc-select-body {
  background-color: var(--webform-background-color);
}
.webskjema .bc-content-row .bc-content-button {
  border-radius: var(--webform-inputs-border-radius);
  padding-block: 1rem;
  padding-inline: 2rem;
}
.webskjema .bc-content-row .bc-content-button:hover {
  outline: none;
}
.webskjema .bc-singledatepicker-inputs > button.bc-content-button {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-block: calc(0.25rem - 1px);
}
.webskjema .bc-content-checkbox-label {
  padding-left: 1.5rem;
}
.webskjema .bc-content-radio-label > span {
  padding-left: 1.5rem;
}
.webskjema input,
.webskjema textarea,
.webskjema .bc-select button {
  --bc-input-font-size: 1em;
}

.ac-banner--text-image {
  height: 100%;
}
.ac-banner--text-image .ac-banner-content--outer {
  height: 100%;
}
.ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 900px) {
  .ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
}
@media screen and (min-width: 900px) {
  .ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--image {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--image .ac-banner-field-body {
  height: 100%;
}
.ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--image .ac-banner-field-body .ac-picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--image .ac-banner-field-body .ac-picture .ac-image {
  width: 100%;
  min-height: 400px;
  aspect-ratio: 1.33;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 0px 0px;
}
@media screen and (min-width: 900px) {
  .ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--image .ac-banner-field-body .ac-picture .ac-image {
    aspect-ratio: 1.525;
    border-radius: 0 0px 0px 0;
  }
}
.ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text {
  padding: 2.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border-radius: 0px 0px 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 900px) {
  .ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text {
    width: 50%;
    border-radius: 0px 0 0 0px;
  }
}
.ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-header + .ac-banner-field-body {
  margin-top: 1rem;
}
.ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt {
  font-size: 1rem;
  font-weight: 500;
}
.ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + * {
  margin-top: 1.25em;
}
.ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h1, .ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h2, .ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h3, .ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h4, .ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h5, .ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h6 {
  margin-top: 1.5em;
}
.ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h1 + *, .ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h2 + *, .ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h3 + * {
  margin-top: 0.75em;
}
.ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h4 + *, .ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h5 + *, .ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h6 + * {
  margin-top: 0.375em;
}
.ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > ul li + li,
.ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > ul li > ul,
.ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > ul li > ol, .ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > ol li + li,
.ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > ol li > ul,
.ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > ol li > ol {
  margin-top: 0.5em;
}
@media screen and (min-width: 900px) {
  .ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt {
    font-size: 1.125rem;
  }
}
.ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-body + .ac-banner-field-footer {
  margin-top: 1.5rem;
}
.ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-content-link--button {
  font-size: 1rem;
  padding: 0.75rem 1rem;
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
}
@media screen and (min-width: 900px) {
  .ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-content-link--button {
    font-size: 1.125rem;
  }
}
.ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-content-link--button.external[href^=http]::after {
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-content-link--button.filetype-pdf::after {
  font-family: "remixicon";
  content: "\ecd9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.ac-banner--text-image.ac-banner--field-order-1 .ac-banner-content--outer .ac-banner-content--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 900px) {
  .ac-banner--text-image.ac-banner--field-order-1 .ac-banner-content--outer .ac-banner-content--inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.ac-banner--text-image.ac-banner--field-order-1 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--image .ac-banner-field-body .ac-picture .ac-image {
  border-radius: 0 0 0px 0px;
}
@media screen and (min-width: 900px) {
  .ac-banner--text-image.ac-banner--field-order-1 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--image .ac-banner-field-body .ac-picture .ac-image {
    border-radius: 0px 0 0 0px;
  }
}
.ac-banner--text-image.graphic .ac-banner-content--inner {
  container-type: inline-size;
}
@container (min-width: 1200px) {
  .ac-banner--text-image.graphic .ac-banner-field--text {
    padding-right: 270px !important;
    position: relative;
  }
  .ac-banner--text-image.graphic .ac-banner-field--text::after {
    content: "";
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 216px;
    height: calc(100% - 3rem);
    background-image: url(../images/focus-field-graphic.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 100% 50%;
  }
}
.ac-banner--text-image.wave .ac-banner-field--text .ac-banner-field-body::after {
  content: "";
  display: block;
  width: 77px;
  height: 16px;
  background-image: url(../images/themepage-graphic.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 2rem;
}
@media screen and (min-width: 900px) {
  .ac-banner--text-image.wave .ac-banner-field--text .ac-banner-field-body::after {
    width: 115px;
    height: 24px;
    margin-top: 3rem;
  }
}
.ac-banner--text-image.wave.blue .ac-banner-field--text .ac-banner-field-body::after {
  background-image: url(../images/themepage-graphic--green.svg);
}
.ac-banner--text-image.wave.green .ac-banner-field--text .ac-banner-field-body::after {
  background-image: url(../images/themepage-graphic--blue.svg);
}

.ac-banner.dark-pink .ac-banner-field--text {
  background-color: var(--focus-field-background-color-dark-pink);
}
.ac-banner.dark-pink .ac-banner-field--text .ac-banner-field-title {
  color: var(--primary-font-color);
}
.ac-banner.dark-pink .ac-banner-field--text p {
  color: var(--primary-font-color);
}
.ac-banner.dark-pink .ac-content-link--button {
  color: var(--link-button-dark-text-color);
  background-color: var(--link-button-dark-background-color);
  border-color: var(--link-button-dark-border-color);
}
.ac-banner.dark-pink .ac-content-link--button:hover {
  background-color: var(--link-button-dark-background-color--hover);
  color: var(--link-button-dark-text-color--hover);
  border-color: var(--link-button-dark-border-color--hover);
}
.ac-banner.green .ac-banner-field--text {
  background-color: var(--focus-field-background-color-green);
}
.ac-banner.green .ac-banner-field--text .ac-banner-field-title {
  color: var(--primary-font-color);
}
.ac-banner.green .ac-banner-field--text p {
  color: var(--primary-font-color);
}
.ac-banner.green .ac-content-link--button {
  color: var(--link-button-dark-text-color);
  background-color: var(--link-button-dark-background-color);
  border-color: var(--link-button-dark-border-color);
}
.ac-banner.green .ac-content-link--button:hover {
  background-color: var(--link-button-dark-background-color--hover);
  color: var(--link-button-dark-text-color--hover);
  border-color: var(--link-button-dark-border-color--hover);
}
.ac-banner.light-pink .ac-banner-field--text {
  background-color: var(--focus-field-background-color-light-pink);
}
.ac-banner.light-pink .ac-banner-field--text .ac-banner-field-title {
  color: var(--primary-font-color);
}
.ac-banner.light-pink .ac-banner-field--text p {
  color: var(--primary-font-color);
}
.ac-banner.light-pink .ac-content-link--button {
  color: var(--link-button-dark-text-color);
  background-color: var(--link-button-dark-background-color);
  border-color: var(--link-button-dark-border-color);
}
.ac-banner.light-pink .ac-content-link--button:hover {
  background-color: var(--link-button-dark-background-color--hover);
  color: var(--link-button-dark-text-color--hover);
  border-color: var(--link-button-dark-border-color--hover);
}
.ac-banner.white .ac-banner-field--text {
  background-color: var(--focus-field-background-color-white);
}
.ac-banner.white .ac-banner-field--text .ac-banner-field-title {
  color: var(--black);
}
.ac-banner.white .ac-banner-field--text p {
  color: var(--black);
}
.ac-banner.white .ac-content-link--button {
  color: var(--link-button-dark-text-color);
  background-color: var(--link-button-dark-background-color);
  border-color: var(--link-button-dark-border-color);
}
.ac-banner.white .ac-content-link--button:hover {
  background-color: var(--link-button-dark-background-color--hover);
  color: var(--link-button-dark-text-color--hover);
  border-color: var(--link-button-dark-border-color--hover);
}

body .artikkel p {
  margin-bottom: 0;
  line-height: 1.5;
}

.artikkel {
  color: var(--black);
}
.artikkel header + .ingress {
  margin-top: 0.75em;
}
.artikkel header + .tekst {
  margin-top: 1em;
}
.artikkel header + * {
  margin-top: 1.5em;
}
.artikkel .ingress {
  font-size: 1.125rem;
  font-weight: 500;
}
.artikkel .ingress > * + * {
  margin-top: 1.25em;
}
.artikkel .ingress > * + h1, .artikkel .ingress > * + h2, .artikkel .ingress > * + h3, .artikkel .ingress > * + h4, .artikkel .ingress > * + h5, .artikkel .ingress > * + h6 {
  margin-top: 1.5em;
}
.artikkel .ingress > h1 + *, .artikkel .ingress > h2 + *, .artikkel .ingress > h3 + * {
  margin-top: 0.75em;
}
.artikkel .ingress > h4 + *, .artikkel .ingress > h5 + *, .artikkel .ingress > h6 + * {
  margin-top: 0.375em;
}
.artikkel .ingress > ul li + li,
.artikkel .ingress > ul li > ul,
.artikkel .ingress > ul li > ol, .artikkel .ingress > ol li + li,
.artikkel .ingress > ol li > ul,
.artikkel .ingress > ol li > ol {
  margin-top: 0.5em;
}
@media screen and (min-width: 900px) {
  .artikkel .ingress {
    font-size: 1.25rem;
  }
}
.artikkel .ingress + * {
  margin-top: 1.75em;
}
.artikkel .tekst {
  font-size: 0.9375rem;
}
.artikkel .tekst > * + * {
  margin-top: 1.25em;
}
.artikkel .tekst > * + h1, .artikkel .tekst > * + h2, .artikkel .tekst > * + h3, .artikkel .tekst > * + h4, .artikkel .tekst > * + h5, .artikkel .tekst > * + h6 {
  margin-top: 1.5em;
}
.artikkel .tekst > h1 + *, .artikkel .tekst > h2 + *, .artikkel .tekst > h3 + * {
  margin-top: 0.75em;
}
.artikkel .tekst > h4 + *, .artikkel .tekst > h5 + *, .artikkel .tekst > h6 + * {
  margin-top: 0.375em;
}
.artikkel .tekst > ul li + li,
.artikkel .tekst > ul li > ul,
.artikkel .tekst > ul li > ol, .artikkel .tekst > ol li + li,
.artikkel .tekst > ol li > ul,
.artikkel .tekst > ol li > ol {
  margin-top: 0.5em;
}
@media screen and (min-width: 900px) {
  .artikkel .tekst {
    font-size: 1rem;
  }
}
.artikkel .il-heading[id^=toc-heading]::before {
  content: "";
  display: block;
  height: 130px;
  margin: -130px 0 0;
}

.ArtikkelKategoriOverskrift {
  font-weight: 600;
  line-height: 1.25;
  font-size: 1.75rem;
}
@media screen and (min-width: 900px) {
  .ArtikkelKategoriOverskrift {
    line-height: 1.125;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .ArtikkelKategoriOverskrift {
    font-size: 2.25rem;
  }
}
.ArtikkelKategoriOverskrift + * {
  margin-top: 2rem;
}

body .artikkeloversikt .artikkeloversiktrad {
  border-top: 3px solid #ccc;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
body .artikkeloversikt .artikkeloversiktrad:last-child {
  border-bottom: 3px solid #ccc;
}
body .artikkeloversikt .artikkeloversiktrad .artikkelteaser .tittel a.InnholdOverskrift {
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 1.375;
  -webkit-box-shadow: 0 1px 0 0 currentColor;
          box-shadow: 0 1px 0 0 currentColor;
}
body .artikkeloversikt .artikkeloversiktrad .artikkelteaser .InnholdTekst {
  margin-top: 0.75em;
  font-size: 1rem;
}
body .artikkeloversikt .artikkeloversiktrad .artikkelteaser .bilde_hoyre {
  display: none;
}

body .artikkel .InnholdForfatter {
  padding-top: 0;
}

.ingress .byline__container {
  margin-top: 2rem;
}

.tekst + .byline__container {
  margin-top: 3.5rem;
}

.byline__container {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

.byline {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  font-size: 0.875rem;
}
@media screen and (min-width: 1200px) {
  .byline {
    font-size: 1rem;
  }
}
.byline .byline__published > * {
  display: inline-block;
  margin-right: 0.5rem;
}

.wp-area-message-global,
.wp-area-message-local {
  max-width: 978px;
  margin: 0 auto;
}
.wp-area-message-global .area-message-list-item,
.wp-area-message-local .area-message-list-item {
  padding: 2rem;
  width: 100%;
  position: relative;
}
.wp-area-message-global .area-message-list-item .area-message-list-item__title + .area-message-list-item__content, .wp-area-message-global .area-message-list-item .area-message-list-item__title + .area-message__content,
.wp-area-message-global .area-message-list-item .area-message__title + .area-message-list-item__content,
.wp-area-message-global .area-message-list-item .area-message__title + .area-message__content,
.wp-area-message-local .area-message-list-item .area-message-list-item__title + .area-message-list-item__content,
.wp-area-message-local .area-message-list-item .area-message-list-item__title + .area-message__content,
.wp-area-message-local .area-message-list-item .area-message__title + .area-message-list-item__content,
.wp-area-message-local .area-message-list-item .area-message__title + .area-message__content {
  margin-top: 0.75rem;
}
.wp-area-message-global .area-message-list-item .area-message-list-item__content,
.wp-area-message-global .area-message-list-item .area-message__content,
.wp-area-message-local .area-message-list-item .area-message-list-item__content,
.wp-area-message-local .area-message-list-item .area-message__content {
  font-size: 1rem;
  font-weight: 500;
}
.wp-area-message-global .area-message-list-item .area-message-list-item__content > * + *,
.wp-area-message-global .area-message-list-item .area-message__content > * + *,
.wp-area-message-local .area-message-list-item .area-message-list-item__content > * + *,
.wp-area-message-local .area-message-list-item .area-message__content > * + * {
  margin-top: 1.25em;
}
.wp-area-message-global .area-message-list-item .area-message-list-item__content > * + h1, .wp-area-message-global .area-message-list-item .area-message-list-item__content > * + h2, .wp-area-message-global .area-message-list-item .area-message-list-item__content > * + h3, .wp-area-message-global .area-message-list-item .area-message-list-item__content > * + h4, .wp-area-message-global .area-message-list-item .area-message-list-item__content > * + h5, .wp-area-message-global .area-message-list-item .area-message-list-item__content > * + h6,
.wp-area-message-global .area-message-list-item .area-message__content > * + h1,
.wp-area-message-global .area-message-list-item .area-message__content > * + h2,
.wp-area-message-global .area-message-list-item .area-message__content > * + h3,
.wp-area-message-global .area-message-list-item .area-message__content > * + h4,
.wp-area-message-global .area-message-list-item .area-message__content > * + h5,
.wp-area-message-global .area-message-list-item .area-message__content > * + h6,
.wp-area-message-local .area-message-list-item .area-message-list-item__content > * + h1,
.wp-area-message-local .area-message-list-item .area-message-list-item__content > * + h2,
.wp-area-message-local .area-message-list-item .area-message-list-item__content > * + h3,
.wp-area-message-local .area-message-list-item .area-message-list-item__content > * + h4,
.wp-area-message-local .area-message-list-item .area-message-list-item__content > * + h5,
.wp-area-message-local .area-message-list-item .area-message-list-item__content > * + h6,
.wp-area-message-local .area-message-list-item .area-message__content > * + h1,
.wp-area-message-local .area-message-list-item .area-message__content > * + h2,
.wp-area-message-local .area-message-list-item .area-message__content > * + h3,
.wp-area-message-local .area-message-list-item .area-message__content > * + h4,
.wp-area-message-local .area-message-list-item .area-message__content > * + h5,
.wp-area-message-local .area-message-list-item .area-message__content > * + h6 {
  margin-top: 1.5em;
}
.wp-area-message-global .area-message-list-item .area-message-list-item__content > h1 + *, .wp-area-message-global .area-message-list-item .area-message-list-item__content > h2 + *, .wp-area-message-global .area-message-list-item .area-message-list-item__content > h3 + *,
.wp-area-message-global .area-message-list-item .area-message__content > h1 + *,
.wp-area-message-global .area-message-list-item .area-message__content > h2 + *,
.wp-area-message-global .area-message-list-item .area-message__content > h3 + *,
.wp-area-message-local .area-message-list-item .area-message-list-item__content > h1 + *,
.wp-area-message-local .area-message-list-item .area-message-list-item__content > h2 + *,
.wp-area-message-local .area-message-list-item .area-message-list-item__content > h3 + *,
.wp-area-message-local .area-message-list-item .area-message__content > h1 + *,
.wp-area-message-local .area-message-list-item .area-message__content > h2 + *,
.wp-area-message-local .area-message-list-item .area-message__content > h3 + * {
  margin-top: 0.75em;
}
.wp-area-message-global .area-message-list-item .area-message-list-item__content > h4 + *, .wp-area-message-global .area-message-list-item .area-message-list-item__content > h5 + *, .wp-area-message-global .area-message-list-item .area-message-list-item__content > h6 + *,
.wp-area-message-global .area-message-list-item .area-message__content > h4 + *,
.wp-area-message-global .area-message-list-item .area-message__content > h5 + *,
.wp-area-message-global .area-message-list-item .area-message__content > h6 + *,
.wp-area-message-local .area-message-list-item .area-message-list-item__content > h4 + *,
.wp-area-message-local .area-message-list-item .area-message-list-item__content > h5 + *,
.wp-area-message-local .area-message-list-item .area-message-list-item__content > h6 + *,
.wp-area-message-local .area-message-list-item .area-message__content > h4 + *,
.wp-area-message-local .area-message-list-item .area-message__content > h5 + *,
.wp-area-message-local .area-message-list-item .area-message__content > h6 + * {
  margin-top: 0.375em;
}
.wp-area-message-global .area-message-list-item .area-message-list-item__content > ul li + li,
.wp-area-message-global .area-message-list-item .area-message-list-item__content > ul li > ul,
.wp-area-message-global .area-message-list-item .area-message-list-item__content > ul li > ol, .wp-area-message-global .area-message-list-item .area-message-list-item__content > ol li + li,
.wp-area-message-global .area-message-list-item .area-message-list-item__content > ol li > ul,
.wp-area-message-global .area-message-list-item .area-message-list-item__content > ol li > ol,
.wp-area-message-global .area-message-list-item .area-message__content > ul li + li,
.wp-area-message-global .area-message-list-item .area-message__content > ul li > ul,
.wp-area-message-global .area-message-list-item .area-message__content > ul li > ol,
.wp-area-message-global .area-message-list-item .area-message__content > ol li + li,
.wp-area-message-global .area-message-list-item .area-message__content > ol li > ul,
.wp-area-message-global .area-message-list-item .area-message__content > ol li > ol,
.wp-area-message-local .area-message-list-item .area-message-list-item__content > ul li + li,
.wp-area-message-local .area-message-list-item .area-message-list-item__content > ul li > ul,
.wp-area-message-local .area-message-list-item .area-message-list-item__content > ul li > ol,
.wp-area-message-local .area-message-list-item .area-message-list-item__content > ol li + li,
.wp-area-message-local .area-message-list-item .area-message-list-item__content > ol li > ul,
.wp-area-message-local .area-message-list-item .area-message-list-item__content > ol li > ol,
.wp-area-message-local .area-message-list-item .area-message__content > ul li + li,
.wp-area-message-local .area-message-list-item .area-message__content > ul li > ul,
.wp-area-message-local .area-message-list-item .area-message__content > ul li > ol,
.wp-area-message-local .area-message-list-item .area-message__content > ol li + li,
.wp-area-message-local .area-message-list-item .area-message__content > ol li > ul,
.wp-area-message-local .area-message-list-item .area-message__content > ol li > ol {
  margin-top: 0.5em;
}
@media screen and (min-width: 900px) {
  .wp-area-message-global .area-message-list-item .area-message-list-item__content,
  .wp-area-message-global .area-message-list-item .area-message__content,
  .wp-area-message-local .area-message-list-item .area-message-list-item__content,
  .wp-area-message-local .area-message-list-item .area-message__content {
    font-size: 1.125rem;
  }
}
.wp-area-message-global .area-message-list-item.emergency,
.wp-area-message-local .area-message-list-item.emergency {
  color: var(--area-message-emergency-text-color);
  background-color: var(--area-message-emergency-background-color);
  border: 2px solid var(--area-message-emergency-border-color);
}
.wp-area-message-global .area-message-list-item.emergency .InnholdLinkTekst:not(.link-render-as-button),
.wp-area-message-local .area-message-list-item.emergency .InnholdLinkTekst:not(.link-render-as-button) {
  font-weight: 400;
  color: var(--area-message-emergency-text-color);
  text-decoration: none;
  font-weight: 700;
  -webkit-box-shadow: 0 1px 0 0 currentColor;
          box-shadow: 0 1px 0 0 currentColor;
}
.wp-area-message-global .area-message-list-item.emergency .InnholdLinkTekst:not(.link-render-as-button):hover,
.wp-area-message-local .area-message-list-item.emergency .InnholdLinkTekst:not(.link-render-as-button):hover {
  -webkit-box-shadow: 0 2px 0 0 currentColor;
          box-shadow: 0 2px 0 0 currentColor;
}
.wp-area-message-global .area-message-list-item.emergency .InnholdLinkTekst:not(.link-render-as-button).external[href^=http]:after,
.wp-area-message-local .area-message-list-item.emergency .InnholdLinkTekst:not(.link-render-as-button).external[href^=http]:after {
  margin-left: 0.25rem;
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}
.wp-area-message-global .area-message-list-item.emergency a[href].link-render-as-button.link-render-as-button,
.wp-area-message-global .area-message-list-item.emergency .il-custom-button,
.wp-area-message-local .area-message-list-item.emergency a[href].link-render-as-button.link-render-as-button,
.wp-area-message-local .area-message-list-item.emergency .il-custom-button {
  font-size: 1rem;
  padding: 0.75rem 1rem;
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
  color: var(--link-button-dark-text-color);
  background-color: var(--link-button-dark-background-color);
  border-color: var(--link-button-dark-border-color);
}
@media screen and (min-width: 900px) {
  .wp-area-message-global .area-message-list-item.emergency a[href].link-render-as-button.link-render-as-button,
  .wp-area-message-global .area-message-list-item.emergency .il-custom-button,
  .wp-area-message-local .area-message-list-item.emergency a[href].link-render-as-button.link-render-as-button,
  .wp-area-message-local .area-message-list-item.emergency .il-custom-button {
    font-size: 1.125rem;
  }
}
.wp-area-message-global .area-message-list-item.emergency a[href].link-render-as-button.link-render-as-button.external[href^=http]::after,
.wp-area-message-global .area-message-list-item.emergency .il-custom-button.external[href^=http]::after,
.wp-area-message-local .area-message-list-item.emergency a[href].link-render-as-button.link-render-as-button.external[href^=http]::after,
.wp-area-message-local .area-message-list-item.emergency .il-custom-button.external[href^=http]::after {
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.wp-area-message-global .area-message-list-item.emergency a[href].link-render-as-button.link-render-as-button.filetype-pdf::after,
.wp-area-message-global .area-message-list-item.emergency .il-custom-button.filetype-pdf::after,
.wp-area-message-local .area-message-list-item.emergency a[href].link-render-as-button.link-render-as-button.filetype-pdf::after,
.wp-area-message-local .area-message-list-item.emergency .il-custom-button.filetype-pdf::after {
  font-family: "remixicon";
  content: "\ecd9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.wp-area-message-global .area-message-list-item.emergency a[href].link-render-as-button.link-render-as-button:hover,
.wp-area-message-global .area-message-list-item.emergency .il-custom-button:hover,
.wp-area-message-local .area-message-list-item.emergency a[href].link-render-as-button.link-render-as-button:hover,
.wp-area-message-local .area-message-list-item.emergency .il-custom-button:hover {
  background-color: var(--link-button-dark-background-color--hover);
  color: var(--link-button-dark-text-color--hover);
  border-color: var(--link-button-dark-border-color--hover);
}
.wp-area-message-global .area-message-list-item.regular,
.wp-area-message-local .area-message-list-item.regular {
  color: var(--area-message-regular-text-color);
  background-color: var(--area-message-regular-background-color);
  border: 2px solid var(--area-message-regular-border-color);
}
.wp-area-message-global .area-message-list-item.regular a[href].link-render-as-button.link-render-as-button,
.wp-area-message-global .area-message-list-item.regular .il-custom-button,
.wp-area-message-local .area-message-list-item.regular a[href].link-render-as-button.link-render-as-button,
.wp-area-message-local .area-message-list-item.regular .il-custom-button {
  font-size: 1rem;
  padding: 0.75rem 1rem;
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
  color: var(--link-button-dark-text-color);
  background-color: var(--link-button-dark-background-color);
  border-color: var(--link-button-dark-border-color);
}
@media screen and (min-width: 900px) {
  .wp-area-message-global .area-message-list-item.regular a[href].link-render-as-button.link-render-as-button,
  .wp-area-message-global .area-message-list-item.regular .il-custom-button,
  .wp-area-message-local .area-message-list-item.regular a[href].link-render-as-button.link-render-as-button,
  .wp-area-message-local .area-message-list-item.regular .il-custom-button {
    font-size: 1.125rem;
  }
}
.wp-area-message-global .area-message-list-item.regular a[href].link-render-as-button.link-render-as-button.external[href^=http]::after,
.wp-area-message-global .area-message-list-item.regular .il-custom-button.external[href^=http]::after,
.wp-area-message-local .area-message-list-item.regular a[href].link-render-as-button.link-render-as-button.external[href^=http]::after,
.wp-area-message-local .area-message-list-item.regular .il-custom-button.external[href^=http]::after {
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.wp-area-message-global .area-message-list-item.regular a[href].link-render-as-button.link-render-as-button.filetype-pdf::after,
.wp-area-message-global .area-message-list-item.regular .il-custom-button.filetype-pdf::after,
.wp-area-message-local .area-message-list-item.regular a[href].link-render-as-button.link-render-as-button.filetype-pdf::after,
.wp-area-message-local .area-message-list-item.regular .il-custom-button.filetype-pdf::after {
  font-family: "remixicon";
  content: "\ecd9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.wp-area-message-global .area-message-list-item.regular a[href].link-render-as-button.link-render-as-button:hover,
.wp-area-message-global .area-message-list-item.regular .il-custom-button:hover,
.wp-area-message-local .area-message-list-item.regular a[href].link-render-as-button.link-render-as-button:hover,
.wp-area-message-local .area-message-list-item.regular .il-custom-button:hover {
  background-color: var(--link-button-dark-background-color--hover);
  color: var(--link-button-dark-text-color--hover);
  border-color: var(--link-button-dark-border-color--hover);
}
.wp-area-message-global + .webPart,
.wp-area-message-local + .webPart {
  margin-top: 2rem;
}

.wp-area-message-global .area-message-list-item__text {
  position: relative;
  padding-left: 4rem;
}
.wp-area-message-global .area-message-list-item__text::before {
  font-family: "remixicon";
  content: "\eca1";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 2.75rem;
  position: absolute;
  left: 0;
  top: 0;
}

.wp-custom-box-footer .webPartTittel {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .wp-custom-box-footer .webPartTittel {
    font-size: 1.5rem;
  }
}
.wp-custom-box-footer .webPartTittel + .webPartInnhold {
  margin-top: 1.5rem;
}
.wp-custom-box-footer .webPartInnhold > * + * {
  margin-top: 1.25em;
}
.wp-custom-box-footer .webPartInnhold > * + h1, .wp-custom-box-footer .webPartInnhold > * + h2, .wp-custom-box-footer .webPartInnhold > * + h3, .wp-custom-box-footer .webPartInnhold > * + h4, .wp-custom-box-footer .webPartInnhold > * + h5, .wp-custom-box-footer .webPartInnhold > * + h6 {
  margin-top: 1.5em;
}
.wp-custom-box-footer .webPartInnhold > h1 + *, .wp-custom-box-footer .webPartInnhold > h2 + *, .wp-custom-box-footer .webPartInnhold > h3 + * {
  margin-top: 0.75em;
}
.wp-custom-box-footer .webPartInnhold > h4 + *, .wp-custom-box-footer .webPartInnhold > h5 + *, .wp-custom-box-footer .webPartInnhold > h6 + * {
  margin-top: 0.375em;
}
.wp-custom-box-footer .webPartInnhold > ul li + li,
.wp-custom-box-footer .webPartInnhold > ul li > ul,
.wp-custom-box-footer .webPartInnhold > ul li > ol, .wp-custom-box-footer .webPartInnhold > ol li + li,
.wp-custom-box-footer .webPartInnhold > ol li > ul,
.wp-custom-box-footer .webPartInnhold > ol li > ol {
  margin-top: 0.5em;
}
.wp-custom-box-footer .webPartInnhold h2 {
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .wp-custom-box-footer .webPartInnhold h2 {
    font-size: 1.25rem;
  }
}
.wp-custom-box-footer .webPartInnhold p {
  font-size: 0.9375rem;
}
@media screen and (min-width: 900px) {
  .wp-custom-box-footer .webPartInnhold p {
    font-size: 1rem;
  }
}

.wp-feedback {
  padding-top: 2rem;
}
.wp-feedback .bc-feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}
.wp-feedback .bc-feedback h2 + .bc-feedback-button-container {
  margin-top: 1rem;
}
.wp-feedback .bc-feedback .bc-feedback-button-yes,
.wp-feedback .bc-feedback .bc-feedback-button-no {
  font-size: 1rem;
  padding: 0.75rem 1rem;
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
  color: var(--link-button-dark-text-color);
  background-color: var(--link-button-dark-background-color);
  border-color: var(--link-button-dark-border-color);
  min-width: 85px;
  border-width: 0;
}
@media screen and (min-width: 900px) {
  .wp-feedback .bc-feedback .bc-feedback-button-yes,
  .wp-feedback .bc-feedback .bc-feedback-button-no {
    font-size: 1.125rem;
  }
}
.wp-feedback .bc-feedback .bc-feedback-button-yes.external[href^=http]::after,
.wp-feedback .bc-feedback .bc-feedback-button-no.external[href^=http]::after {
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.wp-feedback .bc-feedback .bc-feedback-button-yes.filetype-pdf::after,
.wp-feedback .bc-feedback .bc-feedback-button-no.filetype-pdf::after {
  font-family: "remixicon";
  content: "\ecd9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.25em;
}
.wp-feedback .bc-feedback .bc-feedback-button-yes:hover,
.wp-feedback .bc-feedback .bc-feedback-button-no:hover {
  background-color: var(--link-button-dark-background-color--hover);
  color: var(--link-button-dark-text-color--hover);
  border-color: var(--link-button-dark-border-color--hover);
}
.wp-feedback .bc-feedback .bc-feedback-button-yes + .bc-feedback-button-no {
  margin-left: 1rem;
}

.article-banner-image-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
  margin-bottom: 2rem;
}
.article-banner-image-container .wp-article-banner-image img {
  border-radius: 0px;
}
@media screen and (min-width: 900px) {
  .article-banner-image-container .wp-article-banner-image img {
    border-radius: 0;
  }
}

.wp-subpage-banner-image .banner-image {
  width: 100%;
  aspect-ratio: 1.35;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (min-width: 1200px) {
  .wp-subpage-banner-image .banner-image {
    aspect-ratio: 1.6;
  }
}

.wp-latest-articles .webPartTittel {
  text-align: center;
  color: var(--frontpage-webpart-title-text-color);
}
.wp-latest-articles .webPartTittel + .webPartInnhold {
  margin-top: 2rem;
}
.wp-latest-articles .webPartInnhold ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-latest-articles .webPartInnhold ul > * + * {
  margin-top: 1.5rem;
}
@supports (display: grid) {
  .wp-latest-articles .webPartInnhold ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 1.5rem;
  }
  .wp-latest-articles .webPartInnhold ul > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .wp-latest-articles .webPartInnhold ul > * + * {
    margin-top: 1.5rem;
  }
  @supports (display: grid) {
    .wp-latest-articles .webPartInnhold ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -webkit-column-gap: 1.5rem;
         -moz-column-gap: 1.5rem;
              column-gap: 1.5rem;
      row-gap: 1.5rem;
    }
    .wp-latest-articles .webPartInnhold ul > * + * {
      margin-top: 0;
    }
  }
}
@media screen and (min-width: 1200px) {
  .wp-latest-articles .webPartInnhold ul > * + * {
    margin-top: 1.5rem;
  }
  @supports (display: grid) {
    .wp-latest-articles .webPartInnhold ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      -webkit-column-gap: 1.5rem;
         -moz-column-gap: 1.5rem;
              column-gap: 1.5rem;
      row-gap: 1.5rem;
    }
    .wp-latest-articles .webPartInnhold ul > * + * {
      margin-top: 0;
    }
  }
}
.wp-latest-articles .webPartInnhold ul li {
  position: relative;
  overflow: hidden;
  aspect-ratio: 0.975;
}
.wp-latest-articles .webPartInnhold ul li:focus-within {
  outline: 2px solid var(--black);
  outline-offset: 2px;
}
.wp-latest-articles .webPartInnhold ul li .datoPublisert {
  font-size: 0.875rem;
  position: absolute;
  bottom: 1.75rem;
  right: 1.75rem;
  font-weight: 400;
  z-index: 3;
  color: var(--latest-articles-text-color);
}
@media screen and (min-width: 900px) {
  .wp-latest-articles .webPartInnhold ul li .datoPublisert {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-latest-articles .webPartInnhold ul li .datoPublisert {
    bottom: 3rem;
    right: 3rem;
  }
}
.wp-latest-articles .webPartInnhold ul li a .imgWrapper img {
  width: 100%;
  border-radius: 0;
  aspect-ratio: 0.975;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 600px) {
  .wp-latest-articles .webPartInnhold ul li a .imgWrapper img {
    height: 100%;
  }
}
@media screen and (min-width: 900px) {
  .wp-latest-articles .webPartInnhold ul li a .imgWrapper img {
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
  }
}
.wp-latest-articles .webPartInnhold ul li a .tittel {
  font-size: 1.125rem;
  font-weight: 700;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 2rem);
  color: var(--latest-articles-text-color);
  background-color: var(--latest-articles-background-color);
  border-radius: 0;
  padding: 1.25rem 1.25rem 3.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles .webPartInnhold ul li a .tittel {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-latest-articles .webPartInnhold ul li a .tittel {
    bottom: 1.5rem;
    left: 1.5rem;
    width: calc(100% - 3rem);
    padding: 1.5rem 1.5rem 4rem;
  }
}
.wp-latest-articles .webPartInnhold ul li.active a .imgWrapper img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.wp-latest-articles .webPartInnhold ul + .webPartBunnLink {
  margin-top: 2rem;
}
.wp-latest-articles .webPartInnhold .webPartBunnLink {
  text-align: center;
}
.wp-latest-articles .webPartInnhold .webPartBunnLink a {
  font-size: 0.9375rem;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  color: var(--black);
  position: relative;
  text-decoration: underline;
  padding-right: 1.75rem;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles .webPartInnhold .webPartBunnLink a {
    font-size: 1rem;
  }
}
.wp-latest-articles .webPartInnhold .webPartBunnLink a::after {
  font-family: "remixicon";
  content: "\ea6c";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wp-latest-articles .webPartInnhold .webPartBunnLink a:hover {
  color: var(--theme-1);
  text-decoration: underline;
}

.wp-links-header {
  display: none;
}
@media screen and (min-width: 1200px) {
  .wp-links-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.wp-links-header .webPartInnhold ul.vListe {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.wp-links-header .webPartInnhold ul.vListe li {
  margin-right: 2rem;
  white-space: nowrap;
}
.wp-links-header .webPartInnhold ul.vListe a {
  font-size: 1.125rem;
  text-decoration: none;
  display: inline-block;
}
@media screen and (min-width: 900px) {
  .wp-links-header .webPartInnhold ul.vListe a {
    font-size: 1.25rem;
  }
}
.wp-links-header .webPartInnhold ul.vListe a:hover {
  text-decoration: underline;
}

.wp-links-menu {
  text-align: right;
}
.wp-links-menu .webPartTittel {
  font-size: 2.25rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
@media screen and (min-width: 900px) {
  .wp-links-menu .webPartTittel {
    font-size: 3rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-links-menu .webPartTittel {
    margin-bottom: 4rem;
  }
}
.wp-links-menu .webPartInnhold ul.vListe {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wp-links-menu .webPartInnhold ul.vListe li {
  width: 100%;
}
.wp-links-menu .webPartInnhold ul.vListe li + li {
  margin-top: 2rem;
}
.wp-links-menu .webPartInnhold ul.vListe a {
  font-size: 1.5rem;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
@media screen and (min-width: 900px) {
  .wp-links-menu .webPartInnhold ul.vListe a {
    font-size: 2rem;
  }
}
.wp-links-menu .webPartInnhold ul.vListe a:hover {
  font-weight: 700;
  -webkit-transform: translateX(-1rem);
      -ms-transform: translateX(-1rem);
          transform: translateX(-1rem);
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.wp-links-menu .webPartInnhold ul.vListe a:hover::after {
  scale: 1.35;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.wp-links-menu .webPartInnhold ul.vListe a::after {
  font-size: 2.125rem;
  font-family: "remixicon";
  content: "\ea68";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 1rem;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
@media screen and (min-width: 900px) {
  .wp-links-menu .webPartInnhold ul.vListe a::after {
    font-size: 2.5rem;
  }
}

.wp-shortcut-links {
  text-align: right;
}
.wp-shortcut-links ul.vListe {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 900px) {
  .wp-shortcut-links ul.vListe {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.wp-shortcut-links ul.vListe li {
  margin-left: 0;
  margin-bottom: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-shortcut-links ul.vListe li {
    margin-left: 2rem;
    margin-bottom: 0;
  }
}
.wp-shortcut-links ul.vListe a {
  font-size: 1.25rem;
  text-decoration: underline;
  display: inline-block;
}
@media screen and (min-width: 900px) {
  .wp-shortcut-links ul.vListe a {
    font-size: 1.5rem;
  }
}
.wp-shortcut-links ul.vListe a:hover {
  text-decoration: none;
}

.wp-engaging-links--v1 {
  padding-bottom: 4rem;
  padding-top: 4rem;
}
@media screen and (min-width: 900px) {
  .wp-engaging-links--v1 {
    padding-bottom: 8rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-engaging-links--v1 {
    padding-top: 8rem;
  }
}
.wp-engaging-links--v1 .webPartTittel {
  text-align: center;
  color: var(--service-menu-color);
  margin-bottom: 2rem;
}
.wp-engaging-links--v1 .vListe {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-engaging-links--v1 .vListe > * + * {
  margin-top: 1rem;
}
@supports (display: grid) {
  .wp-engaging-links--v1 .vListe {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 4.5rem;
       -moz-column-gap: 4.5rem;
            column-gap: 4.5rem;
    row-gap: 1rem;
  }
  .wp-engaging-links--v1 .vListe > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .wp-engaging-links--v1 .vListe > * + * {
    margin-top: 1rem;
  }
  @supports (display: grid) {
    .wp-engaging-links--v1 .vListe {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -webkit-column-gap: 2rem;
         -moz-column-gap: 2rem;
              column-gap: 2rem;
      row-gap: 1rem;
    }
    .wp-engaging-links--v1 .vListe > * + * {
      margin-top: 0;
    }
  }
}
@media screen and (min-width: 1200px) {
  .wp-engaging-links--v1 .vListe > * + * {
    margin-top: 1rem;
  }
  @supports (display: grid) {
    .wp-engaging-links--v1 .vListe {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      -webkit-column-gap: 4.5rem;
         -moz-column-gap: 4.5rem;
              column-gap: 4.5rem;
      row-gap: 1rem;
    }
    .wp-engaging-links--v1 .vListe > * + * {
      margin-top: 0;
    }
  }
}
.wp-engaging-links--v1 .vListe .toplevel a {
  display: block;
  position: relative;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.wp-engaging-links--v1 .vListe .toplevel a span img {
  display: block;
  width: 100%;
  aspect-ratio: 1.73;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.wp-engaging-links--v1 .vListe .toplevel a .text {
  font-size: 1.1875rem;
  position: absolute;
  background-color: var(--engaging-links-background-color);
  border-radius: 0px 0px 0 0;
  color: var(--engaging-links-text-color);
  text-align: center;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  -webkit-transition: height 0.3s ease, background-color 0.3s ease;
  transition: height 0.3s ease, background-color 0.3s ease;
  height: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .wp-engaging-links--v1 .vListe .toplevel a .text {
    font-size: 1.375rem;
  }
}
.wp-engaging-links--v1 .vListe .toplevel a:hover span img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.wp-engaging-links--v1 .vListe .toplevel a:hover .text {
  height: 100%;
}

.wp-engaging-links--v2 {
  padding-bottom: 4rem;
  padding-top: 4rem;
}
@media screen and (min-width: 900px) {
  .wp-engaging-links--v2 {
    padding-bottom: 8rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-engaging-links--v2 {
    padding-top: 8rem;
  }
}
.wp-engaging-links--v2 .webPartTittel {
  text-align: center;
  color: var(--frontpage-webpart-title-text-color);
  margin-bottom: 2rem;
}
.wp-engaging-links--v2 .vListe {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-engaging-links--v2 .vListe > * + * {
  margin-top: 1rem;
}
@supports (display: grid) {
  .wp-engaging-links--v2 .vListe {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 4.5rem;
       -moz-column-gap: 4.5rem;
            column-gap: 4.5rem;
    row-gap: 1rem;
  }
  .wp-engaging-links--v2 .vListe > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .wp-engaging-links--v2 .vListe > * + * {
    margin-top: 1rem;
  }
  @supports (display: grid) {
    .wp-engaging-links--v2 .vListe {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -webkit-column-gap: 2rem;
         -moz-column-gap: 2rem;
              column-gap: 2rem;
      row-gap: 1rem;
    }
    .wp-engaging-links--v2 .vListe > * + * {
      margin-top: 0;
    }
  }
}
@media screen and (min-width: 1200px) {
  .wp-engaging-links--v2 .vListe > * + * {
    margin-top: 1rem;
  }
  @supports (display: grid) {
    .wp-engaging-links--v2 .vListe {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      -webkit-column-gap: 4.5rem;
         -moz-column-gap: 4.5rem;
              column-gap: 4.5rem;
      row-gap: 1rem;
    }
    .wp-engaging-links--v2 .vListe > * + * {
      margin-top: 0;
    }
  }
}
.wp-engaging-links--v2 .vListe .toplevel a {
  display: block;
  position: relative;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.wp-engaging-links--v2 .vListe .toplevel a span img {
  display: block;
  width: 100%;
  aspect-ratio: 1.73;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.wp-engaging-links--v2 .vListe .toplevel a .text {
  font-size: 1.1875rem;
  position: absolute;
  background-color: var(--engaging-links-background-color);
  border-radius: 0px 0px 0 0;
  color: var(--engaging-links-text-color);
  text-align: center;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  -webkit-transition: height 0.3s ease, background-color 0.3s ease;
  transition: height 0.3s ease, background-color 0.3s ease;
  height: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .wp-engaging-links--v2 .vListe .toplevel a .text {
    font-size: 1.375rem;
  }
}
.wp-engaging-links--v2 .vListe .toplevel a:hover span img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.wp-frontpage-services {
  width: 100%;
}
.wp-frontpage-services .webPartTittel {
  font-size: 1.75rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .wp-frontpage-services .webPartTittel {
    font-size: 2.25rem;
  }
}
.wp-frontpage-services .webPartTittel + .webPartInnhold {
  margin-top: 3rem;
}
.wp-frontpage-services .webPartInnhold ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-frontpage-services .webPartInnhold ul > * + * {
  margin-top: 1rem;
}
@supports (display: grid) {
  .wp-frontpage-services .webPartInnhold ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 1rem;
  }
  .wp-frontpage-services .webPartInnhold ul > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .wp-frontpage-services .webPartInnhold ul > * + * {
    margin-top: 1.5rem;
  }
  @supports (display: grid) {
    .wp-frontpage-services .webPartInnhold ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -webkit-column-gap: 1.5rem;
         -moz-column-gap: 1.5rem;
              column-gap: 1.5rem;
      row-gap: 1.5rem;
    }
    .wp-frontpage-services .webPartInnhold ul > * + * {
      margin-top: 0;
    }
  }
}
@media screen and (min-width: 1200px) {
  .wp-frontpage-services .webPartInnhold ul > * + * {
    margin-top: 1.5rem;
  }
  @supports (display: grid) {
    .wp-frontpage-services .webPartInnhold ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      -webkit-column-gap: 1.5rem;
         -moz-column-gap: 1.5rem;
              column-gap: 1.5rem;
      row-gap: 1.5rem;
    }
    .wp-frontpage-services .webPartInnhold ul > * + * {
      margin-top: 0;
    }
  }
}
.icon-open-arm-line a::before {
  font-family: "remixicon";
  content: "\efb1";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-heart-pulse-line a::before {
  font-family: "remixicon";
  content: "\ee11";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-4-line a::before {
  font-family: "remixicon";
  content: "\ee1d";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-football-fill a::before {
  font-family: "remixicon";
  content: "\ed8e";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-briefcase-2-line a::before {
  font-family: "remixicon";
  content: "\eaed";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-auction-line a::before {
  font-family: "remixicon";
  content: "\ea88";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-arrow-right-line a::before {
  font-family: "remixicon";
  content: "\ea6c";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-search-line a::before {
  font-family: "remixicon";
  content: "\f0d1";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-user-line a::before {
  font-family: "remixicon";
  content: "\f264";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-menu-line a::before {
  font-family: "remixicon";
  content: "\ef3e";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-close-line a::before {
  font-family: "remixicon";
  content: "\eb99";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-thumb-up-line a::before {
  font-family: "remixicon";
  content: "\f207";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-thumb-down-line a::before {
  font-family: "remixicon";
  content: "\f205";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-alert-line a::before {
  font-family: "remixicon";
  content: "\ea21";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-newspaper-line a::before {
  font-family: "remixicon";
  content: "\ef8f";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-line-chart-line a::before {
  font-family: "remixicon";
  content: "\eeab";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-map-pin-user-fill a::before {
  font-family: "remixicon";
  content: "\ef19";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-virus-line a::before {
  font-family: "remixicon";
  content: "\f294";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hand-heart-line a::before {
  font-family: "remixicon";
  content: "\edf3";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-pencil-ruler-line a::before {
  font-family: "remixicon";
  content: "\efe4";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-gear-line a::before {
  font-family: "remixicon";
  content: "\ee28";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-briefcase-3-line a::before {
  font-family: "remixicon";
  content: "\eaef";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-map-pin-user-line a::before {
  font-family: "remixicon";
  content: "\ef1a";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-contrast-drop-line a::before {
  font-family: "remixicon";
  content: "\ebd8";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-leaf-line a::before {
  font-family: "remixicon";
  content: "\eea3";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-heart-line a::before {
  font-family: "remixicon";
  content: "\ee2a";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-home-smile-line a::before {
  font-family: "remixicon";
  content: "\ee2f";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-mail-line a::before {
  font-family: "remixicon";
  content: "\eef6";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-bar-chart-2-line a::before {
  font-family: "remixicon";
  content: "\ea96";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-calendar-2-line a::before {
  font-family: "remixicon";
  content: "\eb21";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-customer-service-line a::before {
  font-family: "remixicon";
  content: "\ec0e";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-palette-line a::before {
  font-family: "remixicon";
  content: "\efc5";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-battery-2-charge-line a::before {
  font-family: "remixicon";
  content: "\eaaa";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-gamepad-line a::before {
  font-family: "remixicon";
  content: "\edab";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-shopping-basket-line a::before {
  font-family: "remixicon";
  content: "\f11c";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hearts-line a::before {
  font-family: "remixicon";
  content: "\ee13";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-heart-line a::before {
  font-family: "remixicon";
  content: "\ee0f";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-first-aid-kit-line a::before {
  font-family: "remixicon";
  content: "\ed37";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-mental-health-line a::before {
  font-family: "remixicon";
  content: "\ef30";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-stethoscope-line a::before {
  font-family: "remixicon";
  content: "\f197";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-earth-line a::before {
  font-family: "remixicon";
  content: "\ec7a";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-walk-line a::before {
  font-family: "remixicon";
  content: "\f2a8";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-wheelchair-fill a::before {
  font-family: "remixicon";
  content: "\f2bd";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-game-line a::before {
  font-family: "remixicon";
  content: "\eda9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-music-2-line a::before {
  font-family: "remixicon";
  content: "\ef83";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hammer-line a::before {
  font-family: "remixicon";
  content: "\edef";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-24-hours-line a::before {
  font-family: "remixicon";
  content: "\ea02";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-bank-card-line a::before {
  font-family: "remixicon";
  content: "\ea92";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-customer-service-2-fill a::before {
  font-family: "remixicon";
  content: "\ec0b";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-recycle-line a::before {
  font-family: "remixicon";
  content: "\f05e";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-user-heart-line a::before {
  font-family: "remixicon";
  content: "\f263";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hand-coin-line a::before {
  font-family: "remixicon";
  content: "\edf1";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-parking-box-fill a::before {
  font-family: "remixicon";
  content: "\efcd";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-line-chart-line a::before {
  font-family: "remixicon";
  content: "\eeab";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.icon-hand-coin-line a::before {
  font-family: "remixicon";
  content: "\edf1";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.wp-frontpage-services .webPartInnhold ul li a {
  color: var(--subnavigation-text-color);
  background-color: var(--subnavigation-background-color);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1rem 0 2.5rem;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  height: 100%;
  min-height: 96px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .wp-frontpage-services .webPartInnhold ul li a {
    padding: 1rem 1rem 1rem 3.5rem;
  }
}
.wp-frontpage-services .webPartInnhold ul li a::before {
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  top: 0.325rem;
}
@media screen and (min-width: 900px) {
  .wp-frontpage-services .webPartInnhold ul li a::before {
    left: 0;
    top: 1.25rem;
    font-size: 2.5rem;
  }
}
.wp-frontpage-services .webPartInnhold ul li a > span {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wp-frontpage-services .webPartInnhold ul li a .text {
  font-size: 1.25rem;
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--subnavigation-text-color);
}
@media screen and (min-width: 900px) {
  .wp-frontpage-services .webPartInnhold ul li a .text {
    font-size: 1.5rem;
  }
}
.wp-frontpage-services .webPartInnhold ul li a .text + .description {
  margin-top: 0.5rem;
}
.wp-frontpage-services .webPartInnhold ul li a .description {
  font-size: 0.9375rem;
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-weight: 400;
  color: var(--subnavigation-description-color);
}
@media screen and (min-width: 900px) {
  .wp-frontpage-services .webPartInnhold ul li a .description {
    font-size: 1rem;
  }
}
.wp-frontpage-services .webPartInnhold ul li a:hover .text {
  color: var(--subnavigation-text-color--hover);
  text-decoration: underline;
}
.wp-frontpage-services .webPartInnhold ul li a:hover .description {
  color: var(--subnavigation-description-color--hover);
}

.wp-all-services-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
  margin-left: -2.25rem;
}
.wp-all-services-link .vListe {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-all-services-link .vListe .toplevel a {
  font-size: 1rem;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  color: var(--service-menu-color);
  position: relative;
}
@media screen and (min-width: 900px) {
  .wp-all-services-link .vListe .toplevel a {
    font-size: 1.125rem;
  }
}
.wp-all-services-link .vListe .toplevel a:hover {
  color: var(--theme-1);
  text-decoration: underline;
}
.wp-all-services-link .vListe .toplevel a::after {
  font-family: "remixicon";
  content: "\ea68";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 1.875rem;
  position: absolute;
  right: -2.25rem;
  top: -0.15rem;
}

.wp-active-projects {
  padding-top: 2rem;
}
@media screen and (min-width: 900px) {
  .wp-active-projects {
    padding-top: 6rem;
  }
}
.wp-active-projects .webPartTittel {
  text-align: center;
  color: var(--frontpage-webpart-title-text-color);
  margin-bottom: 2rem;
}
.wp-active-projects .vListe {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-active-projects .vListe > * + * {
  margin-top: 2rem;
}
@supports (display: grid) {
  .wp-active-projects .vListe {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0rem;
       -moz-column-gap: 0rem;
            column-gap: 0rem;
    row-gap: 2rem;
  }
  .wp-active-projects .vListe > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .wp-active-projects .vListe > * + * {
    margin-top: 0rem;
  }
  @supports (display: grid) {
    .wp-active-projects .vListe {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -webkit-column-gap: 2rem;
         -moz-column-gap: 2rem;
              column-gap: 2rem;
      row-gap: 0rem;
    }
    .wp-active-projects .vListe > * + * {
      margin-top: 0;
    }
  }
}
.wp-active-projects .vListe li {
  position: relative;
}
.wp-active-projects .vListe li a {
  min-height: 540px;
  display: block;
  height: 100%;
  position: relative;
  color: var(--project-links-text-color);
  text-decoration: none;
  line-height: 1.5;
  overflow: hidden;
}
.wp-active-projects .vListe li a > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  width: 100%;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 900px) {
  .wp-active-projects .vListe li a > span {
    padding-bottom: 0;
  }
}
.wp-active-projects .vListe li a > span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.wp-active-projects .vListe li a > span .text {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding: 3rem 1.5rem 2rem 1.5rem;
  width: 90%;
  margin: 0 auto;
  border-radius: 0;
  z-index: 1;
  background-color: var(--project-links-background-color);
}
.wp-active-projects .vListe li a > span .text + .description {
  margin-top: -1.5rem;
}
.wp-active-projects .vListe li a > span .description {
  font-size: 1rem;
  font-weight: 500;
  z-index: 2;
  text-align: center;
  padding: 0 1.5rem 2rem 1.5rem;
  width: 90%;
  margin: 0 auto;
  background-color: var(--project-links-background-color);
  margin-top: -1px;
}
@media screen and (min-width: 900px) {
  .wp-active-projects .vListe li a > span .description {
    font-size: 1.125rem;
  }
}
.wp-active-projects .vListe li a:hover > span img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.wp-footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
}
.wp-footer-links .vListe {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .wp-footer-links .vListe {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.wp-footer-links .vListe .toplevel {
  margin-bottom: 0.5rem;
  margin-right: 0;
}
@media screen and (min-width: 900px) {
  .wp-footer-links .vListe .toplevel {
    margin-right: 2rem;
    margin-bottom: 0rem;
  }
}
.wp-footer-links .vListe .toplevel a {
  font-size: 1rem;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 0 0 currentColor;
          box-shadow: 0 1px 0 0 currentColor;
}
@media screen and (min-width: 900px) {
  .wp-footer-links .vListe .toplevel a {
    font-size: 1.125rem;
  }
}
.wp-footer-links .vListe .toplevel a:hover {
  -webkit-box-shadow: 0 2px 0 0 currentColor;
          box-shadow: 0 2px 0 0 currentColor;
}

.wp-page-title {
  line-height: 1.25;
}

.wp-contact-person {
  margin-top: 2rem;
  max-width: 840px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wp-contact-person .webPartTittel {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--contact-person-text-color);
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .wp-contact-person .webPartTittel {
    font-size: 2rem;
  }
}
.wp-contact-person .webPartInnhold .emnekart-item {
  background-color: var(--contact-person-background-color);
  border-radius: 0;
  margin-bottom: 1rem;
  padding: 2rem;
  color: var(--contact-person-text-color);
}
.wp-contact-person .webPartInnhold .emnekart-item .person-name {
  font-size: 1.25rem;
  font-weight: 700;
  border-bottom: 1px solid currentColor;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 900px) {
  .wp-contact-person .webPartInnhold .emnekart-item .person-name {
    font-size: 1.5rem;
  }
}
.wp-contact-person .webPartInnhold .emnekart-item .person-title {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 900px) {
  .wp-contact-person .webPartInnhold .emnekart-item .person-title {
    font-size: 1.125rem;
  }
}
.wp-contact-person .webPartInnhold .emnekart-item .person-email,
.wp-contact-person .webPartInnhold .emnekart-item .person-phone,
.wp-contact-person .webPartInnhold .emnekart-item .person-mobile,
.wp-contact-person .webPartInnhold .emnekart-item .person-info {
  font-size: 0.9375rem;
  line-height: 1.5;
}
@media screen and (min-width: 900px) {
  .wp-contact-person .webPartInnhold .emnekart-item .person-email,
  .wp-contact-person .webPartInnhold .emnekart-item .person-phone,
  .wp-contact-person .webPartInnhold .emnekart-item .person-mobile,
  .wp-contact-person .webPartInnhold .emnekart-item .person-info {
    font-size: 1rem;
  }
}
.wp-contact-person .webPartInnhold .emnekart-item .person-email .person-property-label,
.wp-contact-person .webPartInnhold .emnekart-item .person-phone .person-property-label,
.wp-contact-person .webPartInnhold .emnekart-item .person-mobile .person-property-label,
.wp-contact-person .webPartInnhold .emnekart-item .person-info .person-property-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 4.5rem;
}
.wp-contact-person .webPartInnhold .emnekart-item .person-email .external,
.wp-contact-person .webPartInnhold .emnekart-item .person-phone .external,
.wp-contact-person .webPartInnhold .emnekart-item .person-mobile .external,
.wp-contact-person .webPartInnhold .emnekart-item .person-info .external {
  text-decoration: none;
  -webkit-box-shadow: 0 1px 0 0 currentColor;
          box-shadow: 0 1px 0 0 currentColor;
}
.wp-contact-person .webPartInnhold .emnekart-item .person-email .external:hover,
.wp-contact-person .webPartInnhold .emnekart-item .person-phone .external:hover,
.wp-contact-person .webPartInnhold .emnekart-item .person-mobile .external:hover,
.wp-contact-person .webPartInnhold .emnekart-item .person-info .external:hover {
  -webkit-box-shadow: 0 2px 0 0 currentColor;
          box-shadow: 0 2px 0 0 currentColor;
}

.wp-subpage-banner-text {
  margin-top: 1.5rem;
}
.wp-subpage-banner-text .text-box {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (min-width: 900px) {
  .wp-subpage-banner-text .text-box {
    font-size: 1.125rem;
  }
}

.wp-search {
  width: 100%;
}
.wp-search div > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
}
.wp-search input[type=text] {
  border: 2px solid var(--search-box-input-border-color);
  border-radius: 0;
  height: 100%;
  width: 113px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  color: var(--search-box-input-text-color);
  background-color: var(--search-box-input-background-color);
  padding: 1em;
  -webkit-transition: width 0.25s ease-in-out;
  transition: width 0.25s ease-in-out;
}
.wp-search input[type=text]::-webkit-input-placeholder {
  font-size: 1.125rem;
  color: var(--search-box-input-placeholder-color);
}
.wp-search input[type=text]::-moz-placeholder {
  font-size: 1.125rem;
  color: var(--search-box-input-placeholder-color);
}
.wp-search input[type=text]:-ms-input-placeholder {
  font-size: 1.125rem;
  color: var(--search-box-input-placeholder-color);
}
.wp-search input[type=text]::-ms-input-placeholder {
  font-size: 1.125rem;
  color: var(--search-box-input-placeholder-color);
}
.wp-search input[type=text]::placeholder {
  font-size: 1.125rem;
  color: var(--search-box-input-placeholder-color);
}
@media screen and (min-width: 900px) {
  .wp-search input[type=text]::-webkit-input-placeholder {
    font-size: 1.25rem;
  }
  .wp-search input[type=text]::-moz-placeholder {
    font-size: 1.25rem;
  }
  .wp-search input[type=text]:-ms-input-placeholder {
    font-size: 1.25rem;
  }
  .wp-search input[type=text]::-ms-input-placeholder {
    font-size: 1.25rem;
  }
  .wp-search input[type=text]::placeholder {
    font-size: 1.25rem;
  }
}
.wp-search input[type=submit] {
  font-size: 1.125rem;
  text-indent: -9999px;
  margin: 0;
  border: 0;
  padding-right: 3.5rem;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--search-box-submit-button-background-color);
  color: var(--search-box-submit-button-text-color);
  cursor: pointer;
  background-image: url("../images/search.svg");
  background-size: 1.5rem;
  background-repeat: no-repeat;
  background-position: calc(100% - 1.5rem);
}
@media screen and (min-width: 900px) {
  .wp-search input[type=submit] {
    font-size: 1.25rem;
  }
}
.wp-search:hover input[type=text], .wp-search:focus input[type=text], .wp-search:focus-within input[type=text] {
  width: 360px;
  background-color: var(--search-box-input-background-color--hover);
  color: var(--search-box-input-text-color--hover);
  border-color: var(--search-box-input-border-color--hover);
}
.wp-search:hover input[type=text]::-webkit-input-placeholder, .wp-search:focus input[type=text]::-webkit-input-placeholder, .wp-search:focus-within input[type=text]::-webkit-input-placeholder {
  color: var(--search-box-input-placeholder-color--hover);
}
.wp-search:hover input[type=text]::-moz-placeholder, .wp-search:focus input[type=text]::-moz-placeholder, .wp-search:focus-within input[type=text]::-moz-placeholder {
  color: var(--search-box-input-placeholder-color--hover);
}
.wp-search:hover input[type=text]:-ms-input-placeholder, .wp-search:focus input[type=text]:-ms-input-placeholder, .wp-search:focus-within input[type=text]:-ms-input-placeholder {
  color: var(--search-box-input-placeholder-color--hover);
}
.wp-search:hover input[type=text]::-ms-input-placeholder, .wp-search:focus input[type=text]::-ms-input-placeholder, .wp-search:focus-within input[type=text]::-ms-input-placeholder {
  color: var(--search-box-input-placeholder-color--hover);
}
.wp-search:hover input[type=text]::placeholder, .wp-search:focus input[type=text]::placeholder, .wp-search:focus-within input[type=text]::placeholder {
  color: var(--search-box-input-placeholder-color--hover);
}
.wp-search:hover input[type=submit], .wp-search:focus input[type=submit], .wp-search:focus-within input[type=submit] {
  color: var(--search-box-submit-button-text-color--hover);
  background-color: var(--search-box-submit-button-background-color--hover);
  background-image: url("../images/search.svg");
}

.wp-search-mobile {
  width: 100%;
}
.wp-search-mobile div > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
}
.wp-search-mobile input[type=text] {
  border: 2px solid var(--search-box-mobile-input-border-color);
  border-radius: 0;
  height: 100%;
  width: 113px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  color: var(--search-box-mobile-input-text-color);
  background-color: var(--search-box-mobile-input-background-color);
  padding: 1em;
  -webkit-transition: width 0.25s ease-in-out;
  transition: width 0.25s ease-in-out;
}
.wp-search-mobile input[type=text]::-webkit-input-placeholder {
  font-size: 1.125rem;
  color: var(--search-box-mobile-input-placeholder-color);
  opacity: 1;
}
.wp-search-mobile input[type=text]::-moz-placeholder {
  font-size: 1.125rem;
  color: var(--search-box-mobile-input-placeholder-color);
  opacity: 1;
}
.wp-search-mobile input[type=text]:-ms-input-placeholder {
  font-size: 1.125rem;
  color: var(--search-box-mobile-input-placeholder-color);
  opacity: 1;
}
.wp-search-mobile input[type=text]::-ms-input-placeholder {
  font-size: 1.125rem;
  color: var(--search-box-mobile-input-placeholder-color);
  opacity: 1;
}
.wp-search-mobile input[type=text]::placeholder {
  font-size: 1.125rem;
  color: var(--search-box-mobile-input-placeholder-color);
  opacity: 1;
}
@media screen and (min-width: 900px) {
  .wp-search-mobile input[type=text]::-webkit-input-placeholder {
    font-size: 1.25rem;
  }
  .wp-search-mobile input[type=text]::-moz-placeholder {
    font-size: 1.25rem;
  }
  .wp-search-mobile input[type=text]:-ms-input-placeholder {
    font-size: 1.25rem;
  }
  .wp-search-mobile input[type=text]::-ms-input-placeholder {
    font-size: 1.25rem;
  }
  .wp-search-mobile input[type=text]::placeholder {
    font-size: 1.25rem;
  }
}
.wp-search-mobile input[type=submit] {
  font-size: 1.125rem;
  text-indent: -9999px;
  margin: 0;
  border: 0;
  padding-right: 3.5rem;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--search-box-mobile-submit-button-background-color);
  color: var(--search-box-mobile-submit-button-text-color);
  cursor: pointer;
  background-image: url("../images/search-blue.svg");
  background-size: 1.5rem;
  background-repeat: no-repeat;
  background-position: calc(100% - 1.5rem);
}
@media screen and (min-width: 900px) {
  .wp-search-mobile input[type=submit] {
    font-size: 1.25rem;
  }
}

.wp-sub-navigation,
.sub-navigation {
  width: 100%;
}
.wp-sub-navigation ul,
.sub-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-sub-navigation ul > * + *,
.sub-navigation ul > * + * {
  margin-top: 1rem;
}
@supports (display: grid) {
  .wp-sub-navigation ul,
  .sub-navigation ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 1rem;
  }
  .wp-sub-navigation ul > * + *,
  .sub-navigation ul > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation ul > * + *,
  .sub-navigation ul > * + * {
    margin-top: 0.5rem;
  }
  @supports (display: grid) {
    .wp-sub-navigation ul,
    .sub-navigation ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -webkit-column-gap: 0.5rem;
         -moz-column-gap: 0.5rem;
              column-gap: 0.5rem;
      row-gap: 0.5rem;
    }
    .wp-sub-navigation ul > * + *,
    .sub-navigation ul > * + * {
      margin-top: 0;
    }
  }
}
@media screen and (min-width: 1200px) {
  .wp-sub-navigation ul > * + *,
  .sub-navigation ul > * + * {
    margin-top: 0.5rem;
  }
  @supports (display: grid) {
    .wp-sub-navigation ul,
    .sub-navigation ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      -webkit-column-gap: 0.5rem;
         -moz-column-gap: 0.5rem;
              column-gap: 0.5rem;
      row-gap: 0.5rem;
    }
    .wp-sub-navigation ul > * + *,
    .sub-navigation ul > * + * {
      margin-top: 0;
    }
  }
}
.wp-sub-navigation ul li a,
.sub-navigation ul li a {
  color: var(--subnavigation-text-color);
  background-color: var(--subnavigation-background-color);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1rem 0 2rem;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation ul li a,
  .sub-navigation ul li a {
    padding: 1rem 1rem 1rem 3rem;
  }
}
.wp-sub-navigation ul li a::before,
.sub-navigation ul li a::before {
  font-family: "remixicon";
  content: "\ea6c";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  position: absolute;
  font-size: 1.25rem;
  left: 0;
  top: 0.25rem;
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation ul li a::before,
  .sub-navigation ul li a::before {
    top: 1.175rem;
    font-size: 2rem;
  }
}
.wp-sub-navigation ul li a > span,
.sub-navigation ul li a > span {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wp-sub-navigation ul li a .text,
.sub-navigation ul li a .text {
  font-size: 1.25rem;
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation ul li a .text,
  .sub-navigation ul li a .text {
    font-size: 1.5rem;
  }
}
.wp-sub-navigation ul li a .text + .description,
.sub-navigation ul li a .text + .description {
  margin-top: 0.5rem;
}
.wp-sub-navigation ul li a .description,
.sub-navigation ul li a .description {
  font-size: 0.9375rem;
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-weight: 400;
  color: var(--subnavigation-description-color);
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation ul li a .description,
  .sub-navigation ul li a .description {
    font-size: 1rem;
  }
}
.wp-sub-navigation ul li a.external[href^=http]::before,
.sub-navigation ul li a.external[href^=http]::before {
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 1.25rem;
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation ul li a.external[href^=http]::before,
  .sub-navigation ul li a.external[href^=http]::before {
    font-size: 2rem;
  }
}
.wp-sub-navigation ul li a:hover .text,
.sub-navigation ul li a:hover .text {
  text-decoration: underline;
  color: var(--subnavigation-text-color--hover);
}
.wp-sub-navigation ul li a:hover .description,
.sub-navigation ul li a:hover .description {
  color: var(--subnavigation-description-color--hover);
}

.wp-main-navigation {
  width: 90%;
  max-width: 1154px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
}
.wp-main-navigation .webPartTittel {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-size: 2.125rem;
  font-weight: 300;
  text-align: center;
  color: var(--service-menu-color);
}
@media screen and (min-width: 900px) {
  .wp-main-navigation .webPartTittel {
    font-size: 2.5rem;
  }
}
.wp-main-navigation .webPartTittel + .webPartInnhold {
  margin-top: 1.5rem;
}
.wp-main-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-main-navigation ul > * + * {
  margin-top: 1.5rem;
}
@supports (display: grid) {
  .wp-main-navigation ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 1.5rem;
  }
  .wp-main-navigation ul > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .wp-main-navigation ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-main-navigation ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -webkit-column-gap: 2rem;
         -moz-column-gap: 2rem;
              column-gap: 2rem;
      row-gap: 2rem;
    }
    .wp-main-navigation ul > * + * {
      margin-top: 0;
    }
  }
}
@media screen and (min-width: 1400px) {
  .wp-main-navigation ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-main-navigation ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      -webkit-column-gap: 2rem;
         -moz-column-gap: 2rem;
              column-gap: 2rem;
      row-gap: 2rem;
    }
    .wp-main-navigation ul > * + * {
      margin-top: 0;
    }
  }
}
.wp-main-navigation ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-main-navigation ul li a {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--service-menu-color);
  border: 2px solid var(--service-menu-color);
  border-radius: 0;
  background-color: var(--theme-2);
  min-height: 128px;
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .wp-main-navigation ul li a:hover {
    color: var(--white);
    background-color: var(--theme-1);
    border-color: var(--theme-1);
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1200px) and (min-width: 900px) {
  .wp-main-navigation ul li a:hover .text {
    border-bottom: 1px solid var(--white);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    top: 1rem;
    left: 1rem;
    font-size: 1rem;
    font-weight: 700;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: left 0.35s, top 0.35s, font-size 0.35s, font-weight 0.35s 0.15s, -webkit-transform 0s;
    transition: left 0.35s, top 0.35s, font-size 0.35s, font-weight 0.35s 0.15s, -webkit-transform 0s;
    transition: left 0.35s, top 0.35s, font-size 0.35s, font-weight 0.35s 0.15s, transform 0s;
    transition: left 0.35s, top 0.35s, font-size 0.35s, font-weight 0.35s 0.15s, transform 0s, -webkit-transform 0s;
  }
}
@media screen and (min-width: 1200px) and (min-width: 900px) {
  .wp-main-navigation ul li a:hover .text::before {
    font-size: 1rem;
    padding-right: 0.5rem;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .wp-main-navigation ul li a:hover .description {
    opacity: 1;
    -webkit-transition: opacity 0.75s;
    transition: opacity 0.75s;
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
}
.wp-main-navigation ul li a > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 900px) {
  .wp-main-navigation ul li a > span {
    width: 100%;
    height: 100%;
  }
}
.wp-main-navigation ul li a .text {
  font-size: 1.25rem;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .wp-main-navigation ul li a .text {
    font-size: 1.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: left 0s, top 0s;
    transition: left 0s, top 0s;
  }
}
.wp-main-navigation ul li a .text + .description {
  margin-top: 0.25rem;
}
@media screen and (min-width: 900px) {
  .wp-main-navigation ul li a .text + .description {
    margin-top: 0;
  }
}
.wp-main-navigation ul li a .description {
  font-size: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--white);
  text-indent: 0;
  padding-left: 1rem;
  padding-top: 4rem;
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
  display: none;
}
@media screen and (min-width: 1200px) {
  .wp-main-navigation ul li a .description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .wp-main-navigation ul li.backpack a:hover .text {
    padding-bottom: 0.5rem;
  }
  .wp-main-navigation ul li.backpack a:hover .text::before {
    content: url("../images/backpack-hover.svg");
    width: 30px;
    height: 30px;
  }
}
.wp-main-navigation ul li.backpack a .text::before {
  content: url("../images/backpack.svg");
  width: 48px;
  height: 48px;
  margin-right: 1rem;
}
@media screen and (min-width: 1200px) {
  .wp-main-navigation ul li.family a:hover .text {
    padding-bottom: 0.5rem;
  }
  .wp-main-navigation ul li.family a:hover .text::before {
    content: url("../images/family-hover.svg");
    width: 30px;
    height: 30px;
    margin-right: 1rem;
  }
}
.wp-main-navigation ul li.family a .text::before {
  content: url("../images/family.svg");
  width: 48px;
  height: 48px;
  margin-right: 0.5rem;
}
@media screen and (min-width: 1200px) {
  .wp-main-navigation ul li.house a:hover .text {
    padding-bottom: 0.5rem;
  }
  .wp-main-navigation ul li.house a:hover .text::before {
    content: url("../images/house-hover.svg");
    width: 30px;
    height: 30px;
    margin-right: 1rem;
  }
}
.wp-main-navigation ul li.house a .text::before {
  content: url("../images/house.svg");
  width: 48px;
  height: 48px;
  margin-right: 1rem;
}
@media screen and (min-width: 1200px) {
  .wp-main-navigation ul li.map a:hover .text {
    padding-bottom: 0.5rem;
  }
  .wp-main-navigation ul li.map a:hover .text::before {
    content: url("../images/map-hover.svg");
    width: 30px;
    height: 30px;
    margin-right: 1rem;
  }
}
.wp-main-navigation ul li.map a .text::before {
  content: url("../images/map.svg");
  width: 48px;
  height: 48px;
  margin-right: 1.5rem;
}
@media screen and (min-width: 1200px) {
  .wp-main-navigation ul li.heart-in-hand a:hover .text {
    padding-bottom: 0.5rem;
  }
  .wp-main-navigation ul li.heart-in-hand a:hover .text::before {
    content: url("../images/heart-in-hand-hover.svg");
    width: 30px;
    height: 30px;
    margin-right: 1rem;
  }
}
.wp-main-navigation ul li.heart-in-hand a .text::before {
  content: url("../images/heart-in-hand.svg");
  width: 48px;
  height: 48px;
  margin-right: 1.25rem;
}
@media screen and (min-width: 1200px) {
  .wp-main-navigation ul li.culture a:hover .text {
    padding-bottom: 0.5rem;
  }
  .wp-main-navigation ul li.culture a:hover .text::before {
    content: url("../images/culture-hover.svg");
    width: 30px;
    height: 30px;
    margin-right: 1rem;
  }
}
.wp-main-navigation ul li.culture a .text::before {
  content: url("../images/culture.svg");
  width: 48px;
  height: 48px;
  margin-right: 1.25rem;
}
@media screen and (min-width: 1200px) {
  .wp-main-navigation ul li.leaves a:hover .text {
    padding-bottom: 0.5rem;
  }
  .wp-main-navigation ul li.leaves a:hover .text::before {
    content: url("../images/leaves-hover.svg");
    width: 30px;
    height: 30px;
    margin-right: 1rem;
  }
}
.wp-main-navigation ul li.leaves a .text::before {
  content: url("../images/leaves.svg");
  width: 48px;
  height: 48px;
  margin-right: 1rem;
}
@media screen and (min-width: 1200px) {
  .wp-main-navigation ul li.water a:hover .text {
    padding-bottom: 0.5rem;
  }
  .wp-main-navigation ul li.water a:hover .text::before {
    content: url("../images/water-hover.svg");
    width: 30px;
    height: 30px;
    margin-right: 1rem;
  }
}
.wp-main-navigation ul li.water a .text::before {
  content: url("../images/water.svg");
  width: 48px;
  height: 48px;
  margin-right: 1rem;
}
@media screen and (min-width: 1200px) {
  .wp-main-navigation ul li.megaphone a:hover .text {
    padding-bottom: 0.5rem;
  }
  .wp-main-navigation ul li.megaphone a:hover .text::before {
    content: url("../images/megaphone-hover.svg");
    width: 30px;
    height: 30px;
    margin-right: 1rem;
  }
}
.wp-main-navigation ul li.megaphone a .text::before {
  content: url("../images/megaphone.svg");
  width: 48px;
  height: 48px;
  margin-right: 1rem;
}

.wp-social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: var(--black);
}
@media screen and (min-width: 900px) {
  .wp-social-media {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.wp-social-media .webPartTittel {
  font-size: 1.125rem;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .wp-social-media .webPartTittel {
    font-size: 1.25rem;
  }
}
.wp-social-media .webPartTittel + .webPartInnhold {
  margin-top: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-social-media .webPartTittel + .webPartInnhold {
    margin-top: 0;
    margin-left: 2rem;
  }
}
.wp-social-media .vListe {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-social-media .vListe .toplevel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.wp-social-media .vListe .toplevel a {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.wp-social-media .vListe .toplevel a .text,
.wp-social-media .vListe .toplevel a span {
  text-indent: -9999rem;
}
.wp-social-media .vListe .toplevel + li {
  margin-left: 1rem;
}
.wp-social-media .vListe .toplevel.facebook a:before {
  font-family: "remixicon";
  content: "\ecb8";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 2.125rem;
}
@media screen and (min-width: 900px) {
  .wp-social-media .vListe .toplevel.facebook a:before {
    font-size: 2.5rem;
  }
}
.wp-social-media .vListe .toplevel.facebook a:hover:before {
  font-family: "remixicon";
  content: "\ecb9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 2.125rem;
}
@media screen and (min-width: 900px) {
  .wp-social-media .vListe .toplevel.facebook a:hover:before {
    font-size: 2.5rem;
  }
}
.wp-social-media .vListe .toplevel.youtube a:before {
  font-family: "remixicon";
  content: "\f2d4";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 2.125rem;
}
@media screen and (min-width: 900px) {
  .wp-social-media .vListe .toplevel.youtube a:before {
    font-size: 2.5rem;
  }
}
.wp-social-media .vListe .toplevel.youtube a:hover:before {
  font-family: "remixicon";
  content: "\f2d5";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 2.125rem;
}
@media screen and (min-width: 900px) {
  .wp-social-media .vListe .toplevel.youtube a:hover:before {
    font-size: 2.5rem;
  }
}
.wp-social-media .vListe .toplevel.instagram a:before {
  font-family: "remixicon";
  content: "\ee65";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 2.125rem;
}
@media screen and (min-width: 900px) {
  .wp-social-media .vListe .toplevel.instagram a:before {
    font-size: 2.5rem;
  }
}
.wp-social-media .vListe .toplevel.instagram a:hover:before {
  font-family: "remixicon";
  content: "\ee66";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 2.125rem;
}
@media screen and (min-width: 900px) {
  .wp-social-media .vListe .toplevel.instagram a:hover:before {
    font-size: 2.5rem;
  }
}
.wp-social-media .vListe .toplevel.snapchat a:before {
  font-family: "remixicon";
  content: "\f15b";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 2.125rem;
}
@media screen and (min-width: 900px) {
  .wp-social-media .vListe .toplevel.snapchat a:before {
    font-size: 2.5rem;
  }
}
.wp-social-media .vListe .toplevel.snapchat a:hover:before {
  font-family: "remixicon";
  content: "\f15c";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 2.125rem;
}
@media screen and (min-width: 900px) {
  .wp-social-media .vListe .toplevel.snapchat a:hover:before {
    font-size: 2.5rem;
  }
}
.wp-social-media .vListe .toplevel.twitter a:before {
  font-family: "remixicon";
  content: "\f23a";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 2.125rem;
}
@media screen and (min-width: 900px) {
  .wp-social-media .vListe .toplevel.twitter a:before {
    font-size: 2.5rem;
  }
}
.wp-social-media .vListe .toplevel.twitter a:hover:before {
  font-family: "remixicon";
  content: "\f23b";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 2.125rem;
}
@media screen and (min-width: 900px) {
  .wp-social-media .vListe .toplevel.twitter a:hover:before {
    font-size: 2.5rem;
  }
}
.wp-social-media .vListe .toplevel.linkedin a:before {
  font-family: "remixicon";
  content: "\eeb3";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 2.125rem;
}
@media screen and (min-width: 900px) {
  .wp-social-media .vListe .toplevel.linkedin a:before {
    font-size: 2.5rem;
  }
}
.wp-social-media .vListe .toplevel.linkedin a:hover:before {
  font-family: "remixicon";
  content: "\eeb4";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 2.125rem;
}
@media screen and (min-width: 900px) {
  .wp-social-media .vListe .toplevel.linkedin a:hover:before {
    font-size: 2.5rem;
  }
}

.wp-citizen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: var(--black);
}
@media screen and (min-width: 1200px) {
  .wp-citizen {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: 5rem;
  }
}
.wp-citizen .webPartTittel {
  font-size: 1.125rem;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .wp-citizen .webPartTittel {
    font-size: 1.25rem;
  }
}
.wp-citizen .webPartTittel + .webPartInnhold {
  margin-top: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-citizen .webPartTittel + .webPartInnhold {
    margin-top: 0;
    margin-left: 2rem;
  }
}
.wp-citizen .vListe {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-citizen .vListe .toplevel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.wp-citizen .vListe .toplevel a {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.wp-citizen .vListe .toplevel a .text,
.wp-citizen .vListe .toplevel a span {
  text-indent: -9999rem;
}
.wp-citizen .vListe .toplevel + li {
  margin-left: 1rem;
}
.wp-citizen .vListe .toplevel.citizen a::before {
  content: "";
  background-image: url("../images/citizen.svg");
  background-size: 100% auto;
  width: 40px;
  height: 40px;
}

.banner-section {
  position: relative;
}

.wp-banner-section {
  background-color: var(--banner-background-color);
  position: relative;
}
.wp-banner-section .ac-banner-content--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1200px) {
  .wp-banner-section .ac-banner-content--inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.wp-banner-section .ac-banner-content--inner .ac-banner-field--image {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .wp-banner-section .ac-banner-content--inner .ac-banner-field--image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .wp-banner-section .ac-banner-content--inner .ac-banner-field--image {
    width: 50%;
    min-height: 612px;
  }
}
.wp-banner-section .ac-banner-content--inner .ac-banner-field--image .ac-banner-field-body {
  width: 100%;
}
.wp-banner-section .ac-banner-content--inner .ac-banner-field--image .ac-banner-field-body .ac-image {
  display: block;
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .wp-banner-section .ac-banner-content--inner .ac-banner-field--image .ac-banner-field-body .ac-image {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.wp-banner-section .ac-banner-content--inner .ac-banner-field--search-box {
  width: 90%;
  margin: 0 auto;
  padding: 2rem 0;
}
@media screen and (min-width: 1200px) {
  .wp-banner-section .ac-banner-content--inner .ac-banner-field--search-box {
    width: 50%;
    max-width: 592px;
    padding: 2rem;
  }
}
.wp-banner-section .ac-banner-content--inner .ac-banner-field--search-box .ac-banner-field-title {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-size: 2.25rem;
  text-align: left;
  font-weight: 700;
  color: var(--banner-text-color);
  margin-bottom: 1.5rem;
  line-height: 1.25;
}
@media screen and (min-width: 900px) {
  .wp-banner-section .ac-banner-content--inner .ac-banner-field--search-box .ac-banner-field-title {
    font-size: 3rem;
  }
}
.wp-banner-section .ac-banner-content--inner .ac-banner-field--search-box .bc-content-search-container {
  position: relative;
}
.wp-banner-section .ac-banner-content--inner .ac-banner-field--search-box .bc-content-search-container input {
  font-size: 0.9375rem;
  border: 2px solid var(--banner-input-border-color);
  color: var(--banner-input-text-color);
  background-color: var(--banner-input-background-color);
  border-radius: 0;
  padding-left: 1.3rem;
}
@media screen and (min-width: 900px) {
  .wp-banner-section .ac-banner-content--inner .ac-banner-field--search-box .bc-content-search-container input {
    font-size: 1rem;
  }
}
.wp-banner-section .ac-banner-content--inner .ac-banner-field--search-box .bc-content-search-container input::-webkit-input-placeholder {
  color: var(--banner-input-placeholder-color);
  opacity: 1;
}
.wp-banner-section .ac-banner-content--inner .ac-banner-field--search-box .bc-content-search-container input::-moz-placeholder {
  color: var(--banner-input-placeholder-color);
  opacity: 1;
}
.wp-banner-section .ac-banner-content--inner .ac-banner-field--search-box .bc-content-search-container input:-ms-input-placeholder {
  color: var(--banner-input-placeholder-color);
  opacity: 1;
}
.wp-banner-section .ac-banner-content--inner .ac-banner-field--search-box .bc-content-search-container input::-ms-input-placeholder {
  color: var(--banner-input-placeholder-color);
  opacity: 1;
}
.wp-banner-section .ac-banner-content--inner .ac-banner-field--search-box .bc-content-search-container input::placeholder {
  color: var(--banner-input-placeholder-color);
  opacity: 1;
}
.wp-banner-section .ac-banner-content--inner .ac-banner-field--search-box .bc-content-search-container .bc-content-button {
  position: absolute;
  background-color: var(--banner-submit-button-background-color);
  color: var(--banner-submit-button-text-color);
  border: none;
  top: 0;
  right: 0;
  height: 100%;
  margin: 0;
}
.wp-banner-section .ac-banner-content--inner .ac-banner-field--search-box .bc-content-search-container .bc-content-button::before {
  font-size: 1.75rem;
  font-family: "remixicon";
  content: "\f0cd";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  color: var(--banner-submit-button-icon-color);
}
@media screen and (min-width: 900px) {
  .wp-banner-section .ac-banner-content--inner .ac-banner-field--search-box .bc-content-search-container .bc-content-button::before {
    font-size: 1.875rem;
  }
}
.wp-banner-section .ac-banner-content--inner .ac-banner-field--search-box .bc-content-search-container .bc-content-button .bc-content-button-text {
  text-indent: -9999px;
}
.wp-banner-section .ac-banner-content--inner .ac-banner-field-footer .ac-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.wp-banner-section .ac-banner-content--inner .ac-banner-field-footer .ac-menu .ac-menu-item {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.wp-banner-section .ac-banner-content--inner .ac-banner-field-footer .ac-menu .ac-menu-item .ac-menu-item-link {
  font-size: 1rem;
  background-color: var(--banner-link-button-background-color);
  border-radius: 0;
  border: 2px solid var(--banner-link-button-border-color);
  color: var(--banner-link-button-text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 0.75rem 1.5rem;
}
@media screen and (min-width: 900px) {
  .wp-banner-section .ac-banner-content--inner .ac-banner-field-footer .ac-menu .ac-menu-item .ac-menu-item-link {
    font-size: 1.125rem;
  }
}
.wp-banner-section .ac-banner-content--inner .ac-banner-field-footer .ac-menu .ac-menu-item .ac-menu-item-link:hover, .wp-banner-section .ac-banner-content--inner .ac-banner-field-footer .ac-menu .ac-menu-item .ac-menu-item-link:focus {
  background-color: var(--banner-link-button-background-color--hover);
  color: var(--banner-link-button-text-color--hover);
  border-color: var(--banner-link-button-border-color--hover);
}

.wp-focus-field-one,
.wp-focus-field-two {
  height: 100%;
}
.wp-focus-field-one .webPartInnhold,
.wp-focus-field-two .webPartInnhold {
  height: 100%;
}
.wp-focus-field-one .webPartInnhold .emnekart-client-content-widget-list,
.wp-focus-field-two .webPartInnhold .emnekart-client-content-widget-list {
  height: 100%;
}
.wp-focus-field-one .webPartInnhold .emnekart-client-content-widget-list .emnekart-client-content-widget,
.wp-focus-field-two .webPartInnhold .emnekart-client-content-widget-list .emnekart-client-content-widget {
  height: 100%;
}
.wp-focus-field-one .webPartInnhold .emnekart-client-content-widget-list .emnekart-client-content-widget .client-content-widget-wrapper,
.wp-focus-field-two .webPartInnhold .emnekart-client-content-widget-list .emnekart-client-content-widget .client-content-widget-wrapper {
  height: 100%;
}
@media screen and (min-width: 900px) {
  .wp-focus-field-one .ac-banner-field--image,
  .wp-focus-field-two .ac-banner-field--image {
    width: 40% !important;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.wp-focus-field-one .ac-banner-field--image .ac-image,
.wp-focus-field-two .ac-banner-field--image .ac-image {
  aspect-ratio: 1;
}
@media screen and (min-width: 900px) {
  .wp-focus-field-one .ac-banner-field--image .ac-image,
  .wp-focus-field-two .ac-banner-field--image .ac-image {
    aspect-ratio: 0.638;
  }
}
@media screen and (min-width: 900px) {
  .wp-focus-field-one .ac-banner-field--text,
  .wp-focus-field-two .ac-banner-field--text {
    width: 60% !important;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

.wp-banner-section .ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--image {
  min-height: initial;
}
.wp-banner-section .ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--image .ac-banner-field-body {
  height: initial;
}
.wp-banner-section .ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--image .ac-banner-field-body .ac-picture .ac-image {
  aspect-ratio: 1.53;
}
@media screen and (min-width: 900px) {
  .wp-banner-section .ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--image .ac-banner-field-body .ac-picture .ac-image {
    aspect-ratio: initial;
  }
}
.wp-banner-section .ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text {
  padding: 2rem 1.5rem 3rem 1.5rem;
}
@media screen and (min-width: 900px) {
  .wp-banner-section .ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text {
    padding: 4rem;
  }
}

@media screen and (min-width: 900px) {
  .wp-highlight-field .ac-banner--text-image {
    width: 90%;
    max-width: 1154px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 900px) {
  .wp-highlight-field .ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text {
    width: 65%;
  }
}
.wp-highlight-field .ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 900px) {
  .wp-highlight-field .ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--image {
    width: 35%;
  }
}
.wp-highlight-field .ac-banner--text-image .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--image .ac-banner-field-body .ac-picture .ac-image {
  aspect-ratio: 1.3;
  min-height: initial;
}

.responsive-container {
  width: 90%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.version-style-defaults-marker-class {
  color: red;
}

body {
  --v-global-html-content-element-top-margin: 0.7em;
  --v-global-title-font-size: 2.25rem;
  --v-global-title-font-weight: 400;
  --v-global-title-line-height: 1.4;
  --v-global-lead-font-size: 1.13rem;
  --v-global-lead-font-weight: 400;
  --v-global-lead-line-height: 1.5;
  --v-global-body-font-size: 0.94rem;
  --v-global-body-font-weight: 400;
  --v-global-body-line-height: 1.5;
  --v-global-heading-1-font-size: 1.75em;
  --v-global-heading-1-font-weight: 400;
  --v-global-heading-1-line-height: 1.25;
  --v-global-heading-2-font-size: 1.41em;
  --v-global-heading-2-font-weight: 400;
  --v-global-heading-2-line-height: 1.25;
  --v-global-heading-3-font-size: 1.1em;
  --v-global-heading-3-font-weight: 400;
  --v-global-heading-3-line-height: 1.5;
  --v-global-heading-4-font-size: 1em;
  --v-global-heading-4-font-weight: 400;
  --v-global-heading-4-line-height: 1.5;
  --v-global-heading-5-font-size: 0.88em;
  --v-global-heading-5-font-weight: 400;
  --v-global-heading-5-line-height: 1.5;
  --v-global-heading-6-font-size: 0.75em;
  --v-global-heading-6-font-weight: 400;
  --v-global-heading-6-line-height: 1.5;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body {
    --v-global-html-content-element-top-margin: 0.7em;
    --v-global-title-font-size: 2.25rem;
    --v-global-title-font-weight: 400;
    --v-global-title-line-height: 1.4;
    --v-global-lead-font-size: 1.13rem;
    --v-global-lead-font-weight: 400;
    --v-global-lead-line-height: 1.5;
    --v-global-body-font-size: 0.94rem;
    --v-global-body-font-weight: 400;
    --v-global-body-line-height: 1.5;
    --v-global-heading-1-font-size: 1.75em;
    --v-global-heading-1-font-weight: 400;
    --v-global-heading-1-line-height: 1.25;
    --v-global-heading-2-font-size: 1.41em;
    --v-global-heading-2-font-weight: 400;
    --v-global-heading-2-line-height: 1.25;
    --v-global-heading-3-font-size: 1.1em;
    --v-global-heading-3-font-weight: 400;
    --v-global-heading-3-line-height: 1.5;
    --v-global-heading-4-font-size: 1em;
    --v-global-heading-4-font-weight: 400;
    --v-global-heading-4-line-height: 1.5;
    --v-global-heading-5-font-size: 0.88em;
    --v-global-heading-5-font-weight: 400;
    --v-global-heading-5-line-height: 1.5;
    --v-global-heading-6-font-size: 0.75em;
    --v-global-heading-6-font-weight: 400;
    --v-global-heading-6-line-height: 1.5;
  }
}
@media only screen and (min-width: 1025px) {
  body {
    --v-global-html-content-element-top-margin: 0.75em;
    --v-global-title-font-size: 3rem;
    --v-global-title-font-weight: 400;
    --v-global-title-line-height: 1.4;
    --v-global-lead-font-size: 1.25rem;
    --v-global-lead-font-weight: 400;
    --v-global-lead-line-height: 1.5;
    --v-global-body-font-size: 1rem;
    --v-global-body-font-weight: 400;
    --v-global-body-line-height: 1.5;
    --v-global-heading-1-font-size: 2.25em;
    --v-global-heading-1-font-weight: 400;
    --v-global-heading-1-line-height: 1.13;
    --v-global-heading-2-font-size: 2em;
    --v-global-heading-2-font-weight: 400;
    --v-global-heading-2-line-height: 1.13;
    --v-global-heading-3-font-size: 1.5em;
    --v-global-heading-3-font-weight: 400;
    --v-global-heading-3-line-height: 1.38;
    --v-global-heading-4-font-size: 1.25em;
    --v-global-heading-4-font-weight: 400;
    --v-global-heading-4-line-height: 1.38;
    --v-global-heading-5-font-size: 1.13em;
    --v-global-heading-5-font-weight: 400;
    --v-global-heading-5-line-height: 1.5;
    --v-global-heading-6-font-size: 1em;
    --v-global-heading-6-font-weight: 400;
    --v-global-heading-6-line-height: 1.5;
  }
}

body {
  --v-global-link-text-color: #007E9F;
  --v-global-link-underline-line: underline;
  --v-global-link-underline-style: solid;
  --v-global-link-underline-width: auto;
  --v-global-link-underline-offset: auto;
  --v-global-link-underline-color: #007E9F;
  --v-global-link-font-weight: 400;
}
body a:hover {
  --v-global-link-text-color: #161617;
  --v-global-link-underline-line: underline;
  --v-global-link-underline-style: solid;
  --v-global-link-underline-width: auto;
  --v-global-link-underline-offset: auto;
  --v-global-link-underline-color: #161617;
  --v-global-link-font-weight: 400;
}

.client-content-widget--filtervisning--kalender .filtervisning-item-list, .client-content-widget--filtervisning--friskusaktivitet .filtervisning-item-list {
  padding-top: 1rem;
  border-top: 1px solid #d3d3d3;
}
.client-content-widget--filtervisning--kalender div.filtervisning-item, .client-content-widget--filtervisning--friskusaktivitet div.filtervisning-item {
  height: 100%;
}
.client-content-widget--filtervisning--kalender div.filtervisning-item > div.bc-dangerousHtml, .client-content-widget--filtervisning--friskusaktivitet div.filtervisning-item > div.bc-dangerousHtml {
  height: 100%;
}

.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event {
  height: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  --v-teaser-text-child-gap: 1em;
  --v-teaser-child-gap: 0;
  --v-teaser-border-width: 0;
  --v-teaser-border-color: inherit;
  --v-teaser-border-radius: 0;
  --v-teaser-text-color: inherit;
  --v-teaser-background: #f8f8f8;
  --v-teaser-title-link-text-color: inherit;
  --v-teaser-text-padding: 1.5rem;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-date-badge {
  margin: 1em;
  background: var(--v-date-badge-background, #ffffff);
  border-color: var(--v-date-badge-background-color, transparent);
  border-style: solid;
  border-width: var(--v-date-badge-background-width, 0);
  border-radius: var(--v-date-badge-border-radius, 50%);
  width: var(--v-date-badge-width, 8rem);
  height: var(--v-date-badge-height, 8rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@container (max-width: 300px) {
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-date-badge {
    display: none !important;
  }
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-date-badge-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: var(--v-date-badge-font-size, 1em);
  font-weight: var(--v-date-badge-background-weight, normal);
  line-height: 1;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-date-badge-day {
  font-size: var(--v-date-badge-day-font-size, 4em);
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-date-badge-year {
  margin: -1px;
  border: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-picture) .cc-date-badge {
  position: absolute;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-body,
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-body-content,
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-text-content {
  height: 100%;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-image {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-title-text,
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-text-column {
  word-break: break-word;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-text-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event.cc-teaser--vertical {
  --v-teaser-image-border-radius: 0 0 0 0;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event.cc-teaser--horizontal {
  --v-teaser-image-border-radius: 0 0 0 0;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event.cc-teaser--horizontal .cc-teaser-body-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event.cc-teaser--horizontal .cc-teaser-image {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event.cc-teaser--horizontal .cc-teaser-image-content {
  height: 100%;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-image-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-image-content .cc-picture {
  height: 100%;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--horizontal {
  --v-teaser-image-border-radius: 0 0 0 0;
  --v-teaser-image-border-radius: 0 0 0 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--horizontal .cc-teaser-image {
  width: calc(var(--v-date-badge-width, 8rem) + 2rem);
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--horizontal:has(.cc-picture) .cc-teaser-image {
  width: 50%;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--horizontal .cc-teaser-text {
  width: 50%;
}
@container (max-width: 300px) {
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--horizontal .cc-teaser-image {
    width: 100%;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--horizontal .cc-teaser-text {
    width: 100%;
  }
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--vertical {
  --v-teaser-image-border-radius: 0 0 0 0;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--vertical .cc-teaser-image-content {
  width: 100%;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--vertical .cc-picture {
  width: 100%;
}
@container (max-width: 600px) {
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal .cc-teaser-image {
    width: calc(var(--v-date-badge-width, 8rem) + 2rem);
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal:has(.cc-picture) .cc-teaser-image {
    width: 50%;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal .cc-teaser-text {
    width: 50%;
  }
  @container (max-width: 300px) {
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal .cc-teaser-image {
      width: 100%;
    }
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal .cc-teaser-text {
      width: 100%;
    }
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--vertical .cc-teaser-image-content {
    width: 100%;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--vertical .cc-picture {
    width: 100%;
  }
}
@container (min-width: 601px) and (max-width: 900px) {
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal .cc-teaser-image {
    width: calc(var(--v-date-badge-width, 8rem) + 2rem);
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal:has(.cc-picture) .cc-teaser-image {
    width: 50%;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal .cc-teaser-text {
    width: 50%;
  }
  @container (max-width: 300px) {
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal .cc-teaser-image {
      width: 100%;
    }
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal .cc-teaser-text {
      width: 100%;
    }
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--vertical .cc-teaser-image-content {
    width: 100%;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--vertical .cc-picture {
    width: 100%;
  }
}
@container (min-width: 901px) {
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal .cc-teaser-image {
    width: calc(var(--v-date-badge-width, 8rem) + 2rem);
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal:has(.cc-picture) .cc-teaser-image {
    width: 50%;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal .cc-teaser-text {
    width: 50%;
  }
  @container (max-width: 300px) {
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal .cc-teaser-image {
      width: 100%;
    }
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal .cc-teaser-text {
      width: 100%;
    }
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--vertical .cc-teaser-image-content {
    width: 100%;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--vertical .cc-picture {
    width: 100%;
  }
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:not(:has(.cc-teaser-image)) .cc-teaser-body-content.u-orientation.u-orientation--horizontal .cc-teaser-text-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:not(:has(.cc-teaser-image)) .cc-teaser-body-content.u-orientation.u-orientation--horizontal .cc-teaser-text-column {
  width: 50%;
}
@container (max-width: 600px) {
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:not(:has(.cc-teaser-image)) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal .cc-teaser-text-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:not(:has(.cc-teaser-image)) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal .cc-teaser-text-column {
    width: 50%;
  }
}
@container (min-width: 601px) and (max-width: 900px) {
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:not(:has(.cc-teaser-image)) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal .cc-teaser-text-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:not(:has(.cc-teaser-image)) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal .cc-teaser-text-column {
    width: 50%;
  }
}
@container (min-width: 901px) {
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:not(:has(.cc-teaser-image)) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal .cc-teaser-text-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:not(:has(.cc-teaser-image)) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal .cc-teaser-text-column {
    width: 50%;
  }
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-body-content .cc-teaser-title .cc-teaser-title-link {
  --v-teaser-title-link-underline-color: inherit;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event img {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-meta--primary {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-meta-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-tag {
  color: inherit;
  --v-tag-border-width: 0;
  --v-tag-border-color: inherit;
  --v-tag-border-radius: 0;
  --v-tag-padding: 0.25em 1em;
  --v-tag-text-color: inherit;
  --v-tag-background: white;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:hover {
  --v-teaser-background: #f8f8f8;
  --v-teaser-text-color: inherit;
  --v-teaser-border-color: inherit;
  --v-teaser-title-link-text-color: inherit;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:hover img {
  scale: 1;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:hover .cc-teaser-body-content .cc-teaser-title .cc-teaser-title-link {
  --v-teaser-title-link-underline-color: inherit;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:hover .cc-teaser-meta-item::before {
  color: inherit;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:hover .cc-tag {
  --v-tag-text-color: inherit;
  --v-tag-background: white;
  --v-tag-border-color: inherit;
}

.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event {
  --v-default-item-spacing-level: 0.75;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-header-content .cc-image {
  aspect-ratio: 3;
  -o-object-fit: cover;
     object-fit: cover;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .u-width-wide--8 {
  gap: 2rem;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .u-width-wide--4 {
  background-color: #f8f8f8;
  padding: 2rem;
  --v-faq-question-background: #efefef;
  --v-faq-question-text-color: currentColor;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-widget {
  gap: 1rem;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-property-list--event-details {
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  padding: 2rem 0;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--info::before {
  font-family: "remixicon";
  content: "\ee59";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--date::before {
  font-family: "remixicon";
  content: "\eb25";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--time::before {
  font-family: "remixicon";
  content: "\f20f";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--location::before {
  font-family: "remixicon";
  content: "\ef14";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--address::before {
  font-family: "remixicon";
  content: "\ef14";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--phone::before {
  font-family: "remixicon";
  content: "\f15a";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--email::before {
  font-family: "remixicon";
  content: "\ea83";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--person::before {
  font-family: "remixicon";
  content: "\ef44";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--age::before {
  font-family: "remixicon";
  content: "\ede3";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--some::before {
  font-family: "remixicon";
  content: "\eeb2";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--occurrences::before {
  font-family: "remixicon";
  content: "\f074";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--category::before {
  font-family: "remixicon";
  content: "\f023";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--document::before {
  font-family: "remixicon";
  content: "\eceb";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list .cc-property-list-item {
  padding-left: 2rem;
  position: relative;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list .cc-property-list-item::before {
  position: absolute;
  left: 0;
  top: 0.25em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-section--occurrences {
  border-top: 1px solid #b3b3b3;
  padding: 2rem 0;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-property-list-item-label {
  --v-property-list-item-label-font-size: 0.8em;
  --v-property-list-item-label-font-weight: 700;
  --v-property-list-item-label-line-height: 1.5;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-property-list-item {
  --v-property-list-item-font-size: 1em;
  --v-property-list-item-font-weight: 400;
  --v-property-list-item-line-height: 1.5;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-tag-list {
  margin-top: 0.5em;
  --v-tag-list-item-spacing: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-tag {
  color: #4C5063;
  --v-tag-border-width: 2px;
  --v-tag-border-color: #f8f8f8;
  --v-tag-border-radius: 4px;
  --v-tag-padding: 0.25rem 1rem;
  --v-tag-text-color: #4C5063;
  --v-tag-background: transparent;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-show-more-container .cc-tag {
  --v-tag-background: #f8f8f8;
}

.cc-teaser:where(:not(.u-is-designed)).cc-teaser--contact-card {
  --v-teaser-image-aspect-ratio: 1;
  --v-teaser-title-font-size: 1rem;
  --v-teaser-title-font-weight: normal;
  --v-teaser-text-child-gap: 1rem;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--contact-card .cc-teaser-body-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--contact-card .cc-teaser-image {
  width: 2rem;
  height: 2rem;
  overflow: hidden;
}

.calendar-event-list-widget-footer,
.cc-div:has(> .cc-anchor--view-all) {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cc-anchor--view-all,
.calendar-event-list-widget-footer-view-all-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--bc-c-action-primary);
  color: var(--bc-c-action-primary-foreground);
  border: 2px solid var(--bc-c-action-primary-border);
  border-radius: var(--bc-border-radius);
  padding: 1rem 2rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cc-anchor--view-all:hover,
.calendar-event-list-widget-footer-view-all-link:hover {
  background-color: var(--bc-c-action-primary-hover);
  border-color: var(--bc-c-action-primary-hover);
  outline: 2px solid var(--bc-c-action-primary-hover);
  color: var(--bc-c-action-primary-foreground);
}