@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@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;
}

/*
    General styles for the cc-page component that is not designed.
*/
mark {
  color: inherit;
}

*,
*::before,
*::after {
  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) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:root {
  --c-theme-1: #0D3856;
  --c-theme-2: #D3E6F1;
  --c-theme-3: #F1F7FB;
  --c-theme-4: #6CABD0;
  --c-theme-5: #F8D39B;
  --c-theme-6: #B3E6E3;
  --c-theme-7: #F0D2E2;
  --c-theme-8: #FCD9D8;
  --c-theme-9: #FDEAD2;
  --c-theme-10: #E0EEF5;
  --c-theme-11: #EDF5D7;
  --c-theme-12: #E0D8EA;
  --c-theme-13: #F2EADE;
  --c-theme-14: #407798;
  --c-theme-15: #11459E;
  --c-white: #FFF;
  --c-black: #1C1F25;
  --c-transparent: transparent;
  --c-text-dark: var(--c-black);
  --c-text-light: var(--c-white);
  --c-page-background: var(--c-white);
  --c-link-button-background--dark: var(--c-theme-1);
  --c-link-button-text--dark: var(--c-text-light);
  --c-link-button-border--dark: var(--c-theme-1);
  --c-link-button-background--dark--hover: var(--c-black);
  --c-link-button-text--dark--hover: var(--c-text-light);
  --c-link-button-border--dark--hover: var(--c-black);
  --c-link-button-background--light: var(--c-transparent);
  --c-link-button-text--light: var(--c-text-dark);
  --c-link-button-border--light: var(--c-black);
  --c-link-button-background--light--hover: var(--c-transparent);
  --c-link-button-text--light--hover: var(--c-text-dark);
  --c-link-button-border--light--hover: var(--c-black);
  --c-link-button-background--custom: var(--c-transparent);
  --c-link-button-text--custom: var(--c-text-light);
  --c-link-button-border--custom: var(--c-white);
  --c-link-button-background--custom--hover: var(--c-transparent);
  --c-link-button-text--custom--hover: var(--c-text-light);
  --c-link-button-border--custom--hover: var(--c-white);
  --c-banner-button-background: var(--c-theme-1);
  --c-banner-button-text: var(--c-text-light);
  --c-banner-button-border: var(--c-theme-1);
  --c-banner-button-background--hover: var(--c-black);
  --c-banner-button-text--hover: var(--c-text-light);
  --c-banner-button-border--hover: var(--c-black);
  --c-banner-border-button-background: var(--c-white);
  --c-banner-border-button-text: var(--c-text-dark);
  --c-banner-border-button-border: var(--c-black);
  --c-banner-border-button-background--hover: var(--c-white);
  --c-banner-border-button-text--hover: var(--c-text-dark);
  --c-banner-border-button-border--hover: var(--c-black);
  --c-link-inline-text--dark: var(--c-theme-15);
  --c-link-inline-background--dark: var(--c-transparent);
  --c-link-inline-text--dark--hover: var(--c-theme-1);
  --c-link-inline-background--dark--hover: transparent;
  --c-link-inline-border--dark: var(--c-theme-15);
  --c-link-inline-border--dark--hover: var(--c-theme-1);
  --c-link-inline-text--light: var(--c-text-dark);
  --c-link-inline-background--light: var(--c-transparent);
  --c-link-inline-text--light--hover: var(--c-text-dark);
  --c-link-inline-background--light--hover: var(--c-white);
  --c-link-inline-border--light: var(--c-black);
  --c-link-inline-border--light--hover: var(--c-black);
  --c-header-background: var(--c-page-background);
  --c-header-text: var(--c-text-dark);
  --c-header-navigation-button-background: var(--c-transparent);
  --c-header-navigation-button-background--hover: var(--c-black);
  --c-header-navigation-button-text: var(--c-text-dark);
  --c-header-navigation-button-text--hover: var(--c-text-light);
  --c-header-navigation-button-border: var(--c-black);
  --c-header-navigation-button-border--hover: var(--c-black);
  --c-header-navigation-button-background--mobile: var(--c-theme-1);
  --c-header-navigation-button-text--mobile: var(--c-text-light);
  --c-main-menu-container-background: var(--c-theme-1);
  --c-main-menu-container-text: var(--c-text-light);
  --c-search-box-container-background: var(--c-white);
  --c-search-box-container-text: var(--c-text-dark);
  --c-search-box-border: var(--c-text-dark);
  --c-search-box-input-text: var(--c-text-dark);
  --c-search-box-input-placeholder: var(--c-text-dark);
  --c-search-box-input-background: var(--c-white);
  --c-search-box-submit-background: var(--c-black);
  --c-search-box-submit-text: var(--c-text-light);
  --c-area-message-background--emergency: var(--c-theme-5);
  --c-area-message-text--emergency: var(--c-text-dark);
  --c-area-message-background--regular: var(--c-theme-6);
  --c-area-message-text--regular: var(--c-text-dark);
  --c-focus-field-background--pink: var(--c-theme-7);
  --c-focus-field-background--red: var(--c-theme-8);
  --c-focus-field-background--orange: var(--c-theme-9);
  --c-focus-field-background--sea-green: var(--c-theme-6);
  --c-focus-field-background--blue: var(--c-theme-10);
  --c-focus-field-background--green: var(--c-theme-11);
  --c-focus-field-background--purple: var(--c-theme-12);
  --c-focus-field-background--beige: var(--c-theme-13);
  --c-focus-field-background--dark-blue: var(--c-theme-1);
  --c-focus-field-text--dark: var(--c-text-dark);
  --c-focus-field-background--light: var(--c-theme-2);
  --c-focus-field-text--light: var(--c-text-light);
  --c-vertical-focus-field-background: var(--c-theme-10);
  --c-banner-background: var(--c-theme-2);
  --c-banner-text: var(--c-theme-1);
  --c-latest-articles-item-title: var(--c-black);
  --c-latest-articles-item-background: var(--c-theme-2);
  --c-latest-articles-item-background--hover: var(--c-theme-3);
  --c-latest-articles-item-title--hover: var(--c-black);
  --c-subnavigation-button-background: var(--c-theme-3);
  --c-subnavigation-button-text: var(--c-text-dark);
  --c-subnavigation-button-border: var(--c-theme-1);
  --c-subnavigation-button-background--hover: var(--c-theme-2);
  --c-subnavigation-button-text--hover: var(--c-theme-1);
  --c-subnavigation-button-border--hover: var(--c-theme-1);
  --c-main-menu-button-background: var(--c-transparent);
  --c-main-menu-button-text: var(--c-text-light);
  --c-main-menu-button-border: var(--c-white);
  --c-main-menu-button-background--hover: var(--c-transparent);
  --c-main-menu-button-text--hover: var(--c-theme-4);
  --c-main-menu-button-border--hover: var(--c-theme-4);
  --c-services-menu-button-background: var(--c-theme-3);
  --c-services-menu-button-text: var(--c-text-dark);
  --c-services-menu-button-border: var(--c-theme-4);
  --c-services-menu-button-background--hover: var(--c-theme-3);
  --c-services-menu-button-text--hover: var(--c-text-dark);
  --c-services-menu-button-border--hover: var(--c-theme-14);
  --c-byline-border: var(--c-theme-2);
  --c-article-overview-border: var(--c-theme-2);
  --c-faq-question-text: var(--c-text-light);
  --c-faq-question-text--hover: var(--c-text-light);
  --c-faq-question-text--open: var(--c-text-light);
  --c-faq-question-text--open--hover: var(--c-text-light);
  --c-faq-question-background: var(--c-theme-1);
  --c-faq-question-background--hover: var(--c-black);
  --c-faq-question-background--open: var(--c-theme-1);
  --c-faq-question-background--open--hover: var(--c-theme-1);
  --c-faq-question-border: varvar(--c-theme-1);
  --c-faq-question-border--hover: var(--c-black);
  --c-faq-question-border--open: var(--c-theme-1);
  --c-faq-question-border--open--hover: var(--c-transparent);
  --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(--c-text-dark);
  --c-faq-answer-background: var(--c-theme-3);
  --c-faq-answer-border: var(--c-transparent);
  --c-block-primary-background: var(--c-theme-2);
  --c-block-primary-text: var(--c-text-dark);
  --c-block-secondary-border: var(--c-theme-2);
  --c-image-caption-background: var(--c-transparent);
  --c-image-caption-text: var(--c-text-dark);
  --c-image-caption-border: var(--c-black);
  --c-image-gallery-caption-background: var(--c-transparent);
  --c-image-gallery-caption-text: var(--c-text-dark);
  --c-image-gallery-navigation-button-background: var(--c-black);
  --c-image-gallery-navigation-button-icon: var(--c-white);
  --c-image-gallery-indicator-button-background: var(--c-transparent);
  --c-image-gallery-indicator-button-background--active: var(--c-black);
  --c-image-gallery-indicator-button-border: var(--c-black);
  --c-image-gallery-indicator-button-border--active: var(--c-black);
  --c-table-mobile-border: var(--c-theme-4);
  --c-table-mobile-header-background: var(--c-theme-1);
  --c-table-mobile-header-text: var(--c-text-light);
  --c-table-mobile-border: var(--c-theme-2);
  --c-table-desktop-header-background: var(--c-theme-1);
  --c-table-desktop-header-text: var(--c-text-light);
  --c-table-desktop-border: var(--c-theme-1);
  --c-table-desktop-alternate-row-background: var(--c-theme-3);
  --c-footer-background: var(--c-theme-1);
  --c-footer-text: var(--c-white);
  --c-upcoming-events-background: var(--c-theme-3);
  --c-upcoming-events-background--hover: var(--c-theme-2);
  --c-upcoming-events-date-background: var(--c-theme-2);
  --c-upcoming-events-date-text: var(--c-text-dark);
  --c-upcoming-events-date-background--hover: var(--c-theme-1);
  --c-upcoming-events-date-text--hover: var(--c-text-light);
  --c-upcoming-events-text: var(--c-text-dark);
  --c-upcoming-events-text--hover: var(--c-text-dark);
  --blockquote-background-color: var(--c-theme-1);
  --blockquote-text-color: var(--c-text-light);
  --blockquote-icon-color: var(--c-theme-1);
  --blockquote-border-radius: 4px;
  --blockquote-text-padding: 48px;
  --c-breadcrumbs-border: var(--c-black);
  --c-breadcrumbs-text: var(--c-text-dark);
  --c-contact-card-background: var(--c-theme-2);
  --c-contact-card-text: var(--c-text-dark);
}

:root {
  --ff-primary: "Poppins", sans-serif;
  --ff-secondary: serif;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fw-extrabold: 800;
  --fw-black: 900;
}

:root {
  --max-content-width: 1200px;
  --max-article-width: 800px;
  --max-transport-page-width: 600px;
  --max-search-box-width: 730px;
  --border-radius-image: 4px;
  --border-radius-latest-news: 4px;
  --border-radius-news: 10px;
  --border-radius-button: 4px;
  --border-radius-table: 4px;
  --transition-standard: all 0.25s;
  --transition-standard-service-menu: all 0.1s;
}

/* 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 
*/
@view-transition {
  navigation: auto;
}
.ac-content-page .js-content-title,
.content--module.content--datasource .bc-content-header > .bc-content-title,
.client-content-widget--filtervisning .bc-content-header > .bc-content-title,
.cc-page--calendar-event > .cc-page-header > .cc-page-header-content > .cc-page-title,
.module-page--min-side--startpage .ac-content-page > .ac-content .js-content-title {
  display: none !important;
}

.subpage:has(.toppartikkel .artikkel) .ArtikkelKategoriOverskrift, .subpage-full-width:has(.toppartikkel .artikkel) .ArtikkelKategoriOverskrift {
  display: none;
}

body:has(#allSitemaps) .main-content h1 {
  display: none;
}

body {
  position: relative;
  font-family: var(--ff-primary);
  font-weight: var(--fw-regular);
  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
  background-color: var(--c-page-background);
}

.page-form {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.main {
  flex: 1;
}
.designMode .main {
  flex: initial;
}

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

::placeholder {
  opacity: 1;
}

:focus {
  outline: 2px dashed transparent;
}

.tabbing input:focus,
.tabbing button:focus,
.tabbing select:focus,
.tabbing textarea:focus,
.tabbing a:focus {
  outline: 3px solid var(--c-black);
  box-shadow: 0 0 0 6px var(--c-white) !important;
}

.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: var(--c-black);
}
.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 {
  display: block;
}

.back-to-top-button-wrapper {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 100;
}

.back-to-top-button {
  justify-content: center;
  display: flex;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #000;
  border: 0.125rem solid #000;
  border-radius: 50%;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 0.125rem 0.375rem 0.1875rem rgba(0, 0, 0, 0.16);
  transition: border-color 0.1s ease-in-out, color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}
.back-to-top-button span {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.back-to-top-button::before {
  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.5rem;
  color: #fff;
  transition: color 0.1s ease-in-out;
}
.back-to-top-button:hover {
  background-color: #fff;
}
.back-to-top-button:hover::before {
  color: #000;
}

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

.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: flex;
  flex-wrap: wrap;
}

.breadcrumbs__item {
  display: inline-flex;
  align-items: center;
}
.breadcrumbs__item a {
  display: inline-block;
  text-decoration: none;
  color: var(--c-breadcrumbs-text);
  border-bottom: 1px solid var(--c-breadcrumbs-border);
  font-weight: var(--fw-regular);
}
.breadcrumbs__item a:hover {
  box-shadow: 0 1px 0 0 currentColor;
}
.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;
  display: inline-block;
  margin-top: 0.25rem;
}
.breadcrumbs__item:last-child a {
  font-weight: var(--fw-regular);
}
.breadcrumbs__item:last-child:after {
  display: none;
}

.footer {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: var(--c-footer-background);
  color: var(--c-footer-text);
  min-height: 250px;
}
@media screen and (min-width: 600px) {
  .footer {
    margin-top: 5rem;
  }
}

.footer-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (min-width: 900px) {
  .footer-columns {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
}
.footer-columns .webPart + .webPart {
  margin-top: 1rem;
}

.footer-bottom {
  padding-top: 1.5rem;
}

.header {
  background: var(--c-header-background);
  color: var(--c-header-text);
}

.header-inner {
  min-height: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

.header-navigation {
  display: flex;
  align-items: center;
}

.header-navigation-links {
  display: none;
}
@media screen and (min-width: 900px) {
  .header-navigation-links {
    display: flex;
  }
}

.header-navigation-toggles {
  display: flex;
}

.main-menu-toggle-wrapper,
.search-box-toggle-wrapper {
  margin-left: 0.75rem;
}

.main-menu-toggle-open-wrapper {
  text-align: right;
}
.main-menu-toggle-open-wrapper .main-menu-toggle-open {
  padding: 1em;
  background-color: var(--c-header-navigation-button-background);
  color: var(--c-white);
  border: unset;
}
.main-menu-toggle-open-wrapper .main-menu-toggle-open .vis-meny {
  display: none;
}
.main-menu-toggle-open-wrapper .main-menu-toggle-open::after {
  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;
  font-size: 1.5rem;
}

.menu-header {
  font-size: 1.5rem;
  font-weight: var(--fw-semibold);
}
@media screen and (min-width: 900px) {
  .menu-header {
    font-size: 2rem;
  }
}

.wp-top-menu ul.vListe {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
}
.wp-top-menu ul.vListe a {
  text-decoration: none;
  color: var(--c-link-inline-text);
  background-color: var(--c-link-inline-background);
  position: relative;
  transition: var(--transition-standard);
  border-radius: var(--border-radius);
  border-bottom: 1px solid var(--c-link-inline-text);
  font-size: 1rem;
  font-weight: var(--fw-regular);
  --c-link-inline-text: var(--c-link-inline-text--dark);
  --c-link-inline-background: var(--c-link-inline-background--dark);
  --c-link-inline-text--hover: var(--c-link-inline-text--dark--hover);
  --c-link-inline-background--hover: var(--c-link-inline-background--dark--hover);
  --c-link-inline-border: var(--c-link-inline-border--dark);
  --c-link-inline-border--hover: var(--c-link-inline-border--dark--hover);
  color: var(--c-white);
  border-bottom: 1px solid var(--c-white);
}
@media screen and (min-width: 900px) {
  .wp-top-menu ul.vListe a {
    font-size: 1.063rem;
  }
}
@media screen and (min-width: 1200px) {
  .wp-top-menu ul.vListe a {
    font-size: 1.125rem;
  }
}
.wp-top-menu ul.vListe a:hover {
  color: var(--c-link-inline-text--hover);
  background-color: var(--c-link-inline-background--hover);
  box-shadow: 0 2px 0 0 currentColor;
}
.wp-top-menu ul.vListe a.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;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
  font-size: 1em;
}
.wp-top-menu ul.vListe a.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;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
  font-size: 1em;
}
.wp-top-menu ul.vListe a:hover {
  color: var(--c-white);
  box-shadow: 0 2px 0 0 currentColor;
}

.wp-header-links {
  display: none;
}
@media screen and (min-width: 900px) {
  .wp-header-links {
    display: flex;
  }
  .wp-header-links ul.vListe {
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    gap: 1.5rem;
  }
  .wp-header-links ul.vListe a {
    text-decoration: none;
    color: var(--c-link-inline-text);
    background-color: var(--c-link-inline-background);
    position: relative;
    transition: var(--transition-standard);
    border-radius: var(--border-radius);
    border-bottom: 1px solid var(--c-link-inline-text);
    font-size: 1rem;
    font-weight: var(--fw-regular);
    --c-link-inline-text: var(--c-link-inline-text--light);
    --c-link-inline-background: var(--c-link-inline-background--light);
    --c-link-inline-text--hover: var(--c-link-inline-text--light--hover);
    --c-link-inline-background--hover: var(--c-link-inline-background--light--hover);
    --c-link-inline-border: var(--c-link-inline-border--light);
    --c-link-inline-border--hover: var(--c-link-inline-border--light--hover);
  }
}
@media screen and (min-width: 900px) and (min-width: 900px) {
  .wp-header-links ul.vListe a {
    font-size: 1.063rem;
  }
}
@media screen and (min-width: 900px) and (min-width: 1200px) {
  .wp-header-links ul.vListe a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-header-links ul.vListe a:hover {
    color: var(--c-link-inline-text--hover);
    background-color: var(--c-link-inline-background--hover);
    box-shadow: 0 2px 0 0 currentColor;
  }
}
@media screen and (min-width: 900px) {
  .wp-header-links ul.vListe a.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;
    display: inline-block;
    text-decoration: none;
    margin-left: 0.25rem;
    font-size: 1em;
  }
}
@media screen and (min-width: 900px) {
  .wp-header-links ul.vListe a.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;
    display: inline-block;
    text-decoration: none;
    margin-left: 0.25rem;
    font-size: 1em;
  }
}

.wp-header-button {
  display: none;
}
@media screen and (min-width: 900px) {
  .wp-header-button {
    display: block;
  }
  .wp-header-button .vListe {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .wp-header-button .vListe .toplevel {
    margin-left: 1.5rem;
    font-size: 1rem;
    padding: 1em;
    border: 2px solid var(--c-link-button-border);
    border-radius: var(--border-radius-button);
    display: inline-flex;
    align-items: center;
    color: var(--c-link-button-text);
    background-color: var(--c-link-button-background);
    font-weight: var(--fw-regular);
    text-decoration: none;
    text-align: center;
    transition: var(--transition-standard);
    cursor: pointer;
    --c-link-button-text: var(--c-link-button-text--dark);
    --c-link-button-background: var(--c-link-button-background--dark);
    --c-link-button-border: var(--c-link-button-border--dark);
    --c-link-button-text--hover: var(--c-link-button-text--dark--hover);
    --c-link-button-background--hover: var(--c-link-button-background--dark--hover);
    --c-link-button-border--hover: var(--c-link-button-border--dark--hover);
  }
}
@media screen and (min-width: 900px) and (min-width: 900px) {
  .wp-header-button .vListe .toplevel {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-header-button .vListe .toplevel:hover, .wp-header-button .vListe .toplevel:focus {
    border-color: var(--c-link-button-border--hover);
    color: var(--c-link-button-text--hover);
    background-color: var(--c-link-button-background--hover);
  }
}
@media screen and (min-width: 900px) {
  .wp-header-button .vListe .toplevel.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;
  }
}
@media screen and (min-width: 900px) {
  .wp-header-button .vListe .toplevel.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;
  }
}
@media screen and (min-width: 900px) {
  .wp-header-button .vListe .toplevel a {
    text-decoration: none;
  }
}

.main-menu-toggle,
.search-box-toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 1.25rem;
  border: 2px solid var(--c-header-navigation-button-border);
  border-radius: var(--border-radius-button);
  padding: 6px 12px;
  background-color: var(--c-header-navigation-button-background);
  color: var(--c-header-navigation-button-text);
  transition: var(--transition-standard);
}
@media screen and (min-width: 600px) {
  .main-menu-toggle,
  .search-box-toggle {
    padding: 1em;
  }
}
.main-menu-toggle > span,
.search-box-toggle > span {
  text-indent: -9999px;
}
.main-menu-toggle:hover,
.search-box-toggle:hover {
  background-color: var(--c-header-navigation-button-background--hover);
  color: var(--c-header-navigation-button-text--hover);
  border-color: var(--c-header-navigation-button-border--hover);
}

.main-menu-toggle {
  background-color: var(--c-header-navigation-button-background--mobile);
  color: var(--c-header-navigation-button-text--mobile);
}
@media screen and (min-width: 600px) {
  .main-menu-toggle {
    background-color: var(--c-header-navigation-button-background);
    color: var(--c-header-navigation-button-text);
  }
}
.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.425rem;
}
.main-menu-toggle.open::after {
  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;
  font-size: 1.5rem;
}

.search-box-toggle::after {
  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;
  font-size: 1.5rem;
}
.search-box-toggle.open::after {
  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;
  font-size: 1.425rem;
}

.main-menu {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  z-index: 100;
  background-color: var(--c-main-menu-container-background);
  color: var(--c-main-menu-container-text);
}
@media screen and (min-width: 900px) {
  .main-menu {
    width: 60vw;
    padding: 2rem 3rem;
  }
}
@media screen and (min-width: 1400px) {
  .main-menu {
    width: 50vw;
  }
}
.main-menu .main-menu-inner .zone {
  padding-top: 2rem;
}
.main-menu .main-menu-inner .zone .webPart + .webPart {
  margin-top: 1rem;
  padding-top: 1rem;
}
@media screen and (min-width: 1400px) {
  .main-menu .main-menu-inner .zone {
    max-width: calc(640px - 6rem);
  }
}
.main-menu.open, .designMode .main-menu {
  display: block;
}
.main-menu.open #Sone3000 .wp-search-box, .designMode .main-menu #Sone3000 .wp-search-box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.main-menu.open #Sone3000 .wp-search-box .webPartTittel, .designMode .main-menu #Sone3000 .wp-search-box .webPartTittel {
  margin: 0;
  font-weight: var(--fw-semibold);
}
.main-menu.open #Sone3000 .wp-search-box .webPartInnhold .js-searchform, .designMode .main-menu #Sone3000 .wp-search-box .webPartInnhold .js-searchform {
  position: relative;
}
.main-menu.open #Sone3000 .wp-search-box .webPartInnhold .js-searchform input[type=text], .designMode .main-menu #Sone3000 .wp-search-box .webPartInnhold .js-searchform input[type=text] {
  width: 100%;
  height: 4rem;
  color: var(--c-search-box-input-text);
  border-radius: var(--border-radius-button);
  border-width: 2px;
  border-style: solid;
  padding-left: 1rem;
}
@media screen and (min-width: 600px) {
  .main-menu.open #Sone3000 .wp-search-box .webPartInnhold .js-searchform input[type=text], .designMode .main-menu #Sone3000 .wp-search-box .webPartInnhold .js-searchform input[type=text] {
    min-width: 100%;
  }
}
.main-menu.open #Sone3000 .wp-search-box .webPartInnhold .js-searchform input[type=text]::-moz-placeholder, .designMode .main-menu #Sone3000 .wp-search-box .webPartInnhold .js-searchform input[type=text]::-moz-placeholder {
  color: var(--c-search-box-input-placeholder);
  font-size: 1rem;
  font-weight: var(--fw-regular);
}
.main-menu.open #Sone3000 .wp-search-box .webPartInnhold .js-searchform input[type=text]::placeholder, .designMode .main-menu #Sone3000 .wp-search-box .webPartInnhold .js-searchform input[type=text]::placeholder {
  color: var(--c-search-box-input-placeholder);
  font-size: 1rem;
  font-weight: var(--fw-regular);
}
@media screen and (min-width: 600px) {
  .main-menu.open #Sone3000 .wp-search-box .webPartInnhold .js-searchform input[type=text]::-moz-placeholder, .designMode .main-menu #Sone3000 .wp-search-box .webPartInnhold .js-searchform input[type=text]::-moz-placeholder {
    font-size: 1.25rem;
    padding-left: 1rem;
  }
  .main-menu.open #Sone3000 .wp-search-box .webPartInnhold .js-searchform input[type=text]::placeholder, .designMode .main-menu #Sone3000 .wp-search-box .webPartInnhold .js-searchform input[type=text]::placeholder {
    font-size: 1.25rem;
    padding-left: 1rem;
  }
}
.main-menu.open #Sone3000 .wp-search-box .webPartInnhold .js-searchform input[type=submit], .designMode .main-menu #Sone3000 .wp-search-box .webPartInnhold .js-searchform input[type=submit] {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background: transparent;
  border-left: 0;
  border-radius: 0;
  border: none;
  color: transparent;
  height: 33px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0.75rem;
  top: 1.25rem;
  background-image: url(../images/icon-search.svg);
  background-repeat: no-repeat;
  bottom: 0;
  width: 2rem;
}
@media screen and (min-width: 600px) {
  .main-menu.open #Sone3000 .wp-search-box .webPartInnhold .js-searchform input[type=submit], .designMode .main-menu #Sone3000 .wp-search-box .webPartInnhold .js-searchform input[type=submit] {
    right: 1rem;
  }
}
.designMode .main-menu {
  min-height: 800px;
}

.search-box {
  display: none;
  padding: 2rem 3rem;
  width: 100%;
  background-color: var(--c-search-box-container-background);
  color: var(--c-search-box-container-text);
}
.search-box .search-box-inner .zone {
  padding-top: 2rem;
}
.search-box .search-box-inner .zone .webPart + .webPart {
  margin-top: 2rem;
  padding-top: 2rem;
}
.search-box.open, .designMode .search-box {
  display: block;
}
.search-box.open #Sone2000, .designMode .search-box #Sone2000 {
  width: 90%;
  max-width: var(--max-search-box-width);
  margin-left: auto;
  margin-right: auto;
}
.search-box.open #Sone2000 .wp-search, .designMode .search-box #Sone2000 .wp-search {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.search-box.open #Sone2000 .wp-search .webPartTittel, .designMode .search-box #Sone2000 .wp-search .webPartTittel {
  margin: 0;
  font-weight: var(--fw-semibold);
}
.search-box.open #Sone2000 .wp-search .webPartInnhold .js-searchform, .designMode .search-box #Sone2000 .wp-search .webPartInnhold .js-searchform {
  position: relative;
}
.search-box.open #Sone2000 .wp-search .webPartInnhold .js-searchform input[type=text], .designMode .search-box #Sone2000 .wp-search .webPartInnhold .js-searchform input[type=text] {
  width: 100%;
  height: 4rem;
  color: var(--c-search-box-input-text);
  border-radius: var(--border-radius-button);
  border-color: var(--c-search-box-border);
  border-width: 2px;
  border-style: solid;
  padding-left: 1rem;
}
@media screen and (min-width: 600px) {
  .search-box.open #Sone2000 .wp-search .webPartInnhold .js-searchform input[type=text], .designMode .search-box #Sone2000 .wp-search .webPartInnhold .js-searchform input[type=text] {
    min-width: 100%;
  }
}
.search-box.open #Sone2000 .wp-search .webPartInnhold .js-searchform input[type=text]::-moz-placeholder, .designMode .search-box #Sone2000 .wp-search .webPartInnhold .js-searchform input[type=text]::-moz-placeholder {
  color: var(--c-search-box-input-placeholder);
  font-size: 1rem;
  font-weight: var(--fw-regular);
}
.search-box.open #Sone2000 .wp-search .webPartInnhold .js-searchform input[type=text]::placeholder, .designMode .search-box #Sone2000 .wp-search .webPartInnhold .js-searchform input[type=text]::placeholder {
  color: var(--c-search-box-input-placeholder);
  font-size: 1rem;
  font-weight: var(--fw-regular);
}
@media screen and (min-width: 600px) {
  .search-box.open #Sone2000 .wp-search .webPartInnhold .js-searchform input[type=text]::-moz-placeholder, .designMode .search-box #Sone2000 .wp-search .webPartInnhold .js-searchform input[type=text]::-moz-placeholder {
    font-size: 1.25rem;
    padding-left: 1rem;
  }
  .search-box.open #Sone2000 .wp-search .webPartInnhold .js-searchform input[type=text]::placeholder, .designMode .search-box #Sone2000 .wp-search .webPartInnhold .js-searchform input[type=text]::placeholder {
    font-size: 1.25rem;
    padding-left: 1rem;
  }
}
.search-box.open #Sone2000 .wp-search .webPartInnhold .js-searchform input[type=submit], .designMode .search-box #Sone2000 .wp-search .webPartInnhold .js-searchform input[type=submit] {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background: transparent;
  border-left: 0;
  border-radius: 0;
  border: none;
  color: transparent;
  height: 33px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0.75rem;
  top: 1.25rem;
  background-image: url(../images/icon-search.svg);
  background-repeat: no-repeat;
  bottom: 0;
  width: 2rem;
}
@media screen and (min-width: 600px) {
  .search-box.open #Sone2000 .wp-search .webPartInnhold .js-searchform input[type=submit], .designMode .search-box #Sone2000 .wp-search .webPartInnhold .js-searchform input[type=submit] {
    right: 1rem;
  }
}
.designMode .search-box {
  min-height: 800px;
}

.frontpage .frontpage-middle-section {
  margin-top: 6rem;
}
.frontpage .frontpage-bottom-section {
  margin-top: 5rem;
}
.frontpage .global-bottom-container {
  margin-top: 3rem;
}

.subpage .breadcrumbs + *,
.subpage-full-width .breadcrumbs + * {
  margin-top: 4rem;
}
.subpage .breadcrumbs + .sub-navigation,
.subpage-full-width .breadcrumbs + .sub-navigation {
  margin-top: 2rem;
}
.subpage .sub-navigation + *,
.subpage-full-width .sub-navigation + * {
  margin-top: 4rem;
}
.subpage main + .global-bottom-container,
.subpage-full-width main + .global-bottom-container {
  margin-top: 2rem;
}
.subpage .page-title + .main-area,
.subpage-full-width .page-title + .main-area {
  margin-top: 2rem;
}
.subpage .subpage-bottom-container,
.subpage-full-width .subpage-bottom-container {
  margin-top: 1.5rem;
}
.subpage .subpage-bottom-container .subpage-bottom-container-inner,
.subpage-full-width .subpage-bottom-container .subpage-bottom-container-inner {
  max-width: var(--max-article-width);
}

.subpage .page-title .page-title-inner,
.subpage .js-page-title .page-title-inner {
  max-width: var(--max-article-width);
}
.subpage .main-area,
.subpage .wp-area-message-local {
  max-width: var(--max-article-width);
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  width: 100%;
}
.subpage .main-area .main-area-inner,
.subpage .wp-area-message-local .main-area-inner {
  width: 90%;
}
@media screen and (min-width: 900px) {
  .subpage .main-area .main-area-inner,
  .subpage .wp-area-message-local .main-area-inner {
    width: 100%;
  }
}

.transportpage .breadcrumbs + * {
  margin-top: 3rem;
}
.transportpage .breadcrumbs + .sub-navigation {
  margin-top: 2rem;
}
.transportpage .page-title + * {
  margin-top: 1.5rem;
}
.transportpage .sub-navigation + * {
  margin-top: 4rem;
}
.transportpage main + .global-bottom-container {
  margin-top: 4rem;
}
.transportpage .wp-area-message-local,
.transportpage .page-title {
  width: 90%;
  max-width: var(--max-transport-page-width);
  margin-left: auto;
  margin-right: auto;
}
.transportpage .wp-area-message-local .page-title-inner,
.transportpage .page-title .page-title-inner {
  width: 90%;
}
@media screen and (min-width: 900px) {
  .transportpage .wp-area-message-local .page-title-inner,
  .transportpage .page-title .page-title-inner {
    width: 100%;
  }
}
.transportpage .sub-navigation .sub-navigation-inner {
  width: 90%;
}
@media screen and (min-width: 900px) {
  .transportpage .sub-navigation .sub-navigation-inner {
    width: 100%;
  }
}

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

.artikkel .ingress {
  font-size: 1.25rem;
}
.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.313rem;
  }
}
@media screen and (min-width: 1200px) {
  .artikkel .ingress {
    font-size: 1.375rem;
  }
}
.artikkel .ingress + * {
  margin-top: 1.75em;
}
.artikkel .tekst {
  font-size: 1rem;
}
.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: 1.063rem;
  }
}
@media screen and (min-width: 1200px) {
  .artikkel .tekst {
    font-size: 1.125rem;
  }
}

.legacy-content-page--article-list .ac-content-grid-list--article-list:has(.ac-content-teaser--horizontal) .ac-content-grid-list-item {
  padding-block: 2rem;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: var(--c-theme-1);
}
.legacy-content-page--article-list .ac-content-grid-list--article-list:has(.ac-content-teaser--horizontal) .ac-content-grid-list-item:last-child {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: var(--c-theme-1);
  margin-bottom: 1rem;
}
.legacy-content-page--article-list .ac-content-grid-list--article-list .ac-content-teaser--horizontal .ac-content-teaser-image {
  order: 2;
}
.legacy-content-page--article-list .ac-content-grid-list--article-list .ac-content-teaser--horizontal .ac-content-teaser-text {
  order: 1;
}
.legacy-content-page--article-list .ac-content-grid-list--article-list .ac-content-teaser--horizontal .ac-content-teaser-text .ac-content-teaser-title {
  --content-teaser-title-font-size: inherit;
  --content-teaser-title-line-height: inherit;
}
.legacy-content-page--article-list .ac-content-grid-list--article-list .ac-content-teaser--horizontal .ac-content-teaser-text .ac-content-teaser-title .ac-content-teaser-title-link {
  text-decoration: inherit;
}
.legacy-content-page--article-list .ac-content-grid-list--article-list .ac-content-teaser--horizontal .ac-content-teaser-text .ac-content-teaser-title .ac-content-teaser-title-link:hover {
  text-decoration: inherit;
}
.legacy-content-page--article-list .ac-content-grid-list--article-list .ac-content-teaser--horizontal .ac-content-teaser-text .ac-content-teaser-title + .ac-content-teaser-excerpt {
  margin-top: 1rem;
  --content-teaser-text-line-height: inherit;
}

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 var(--c-byline-border);
  border-bottom: 1px solid var(--c-byline-border);
}

.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;
}

body .legacy-content-block-wrapper {
  margin: 0;
}
body .legacy-content-block-wrapper[data-style=primary] > .legacy-content-block {
  background-color: var(--c-block-primary-background);
  color: var(--c-block-primary-text);
  border-radius: var(--border-radius-button);
}
body .legacy-content-block-wrapper[data-style=secondary] > .legacy-content-block {
  border-color: var(--c-block-secondary-border);
  border-radius: var(--border-radius-button);
  border-width: 2px;
}
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: flex;
  font-size: 1.25rem;
  font-weight: 600;
  color: inherit;
  line-height: inherit;
  align-items: center;
}
blockquote > p {
  padding: var(--blockquote-text-padding);
  background-color: var(--blockquote-background-color);
  color: var(--blockquote-text-color);
  border-radius: var(--blockquote-border-radius);
}
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: 2.5rem;
  color: var(--blockquote-icon-color);
  padding-right: 0.5rem;
  padding-left: 0;
  line-height: 1;
  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: 4px;
  background-color: var(--c-faq-question-background);
  color: var(--c-faq-question-text);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  cursor: pointer;
  position: relative;
  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: flex;
  align-items: center;
  justify-content: center;
  width: initial;
  height: initial;
  color: var(--c-faq-question-icon);
  background: inherit;
  border-radius: inherit;
  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: 4px 4px 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 4px 4px;
  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: var(--fw-medium);
}
@media screen and (min-width: 900px) {
  body .faqWrapper .divFaqSporsmal button {
    font-size: 1.25rem;
  }
}
body .faqWrapper .divFaqSporsmal button::after {
  transition: transform 0.4s;
}
body .faqWrapper .divFaqSporsmal.open button::after {
  transform: rotate(-180deg);
}
body .faqWrapper .divFaqSvar {
  font-size: 1.125rem;
  font-weight: var(--fw-regular);
}

.il-heading--h1, .wp-page-title, .ac-banner--search-box .ac-banner-field--search-box .ac-banner-field-header h1, .artikkel header h1,
.il-heading--h2,
.wp-area-message-global .area-message-list-item__title h2,
.wp-area-message-global .area-message__title h2,
.wp-area-message-local .area-message-list-item__title h2,
.wp-area-message-local .area-message__title h2,
.ac-banner--text .ac-banner-field--text .ac-banner-field-header h2,
.ac-banner--text-menu .ac-banner-field--menu .ac-banner-field-header h2,
.ac-banner--text-menu .ac-banner-field--text .ac-banner-field-header h2,
.wp-banner-section .ac-banner-field--text .ac-banner-field-header h2,
.ac-banner--text-image .ac-banner-field--text .ac-banner-field-header h2,
.ac-banner--search-box .ac-banner-field--search-box .ac-banner-field-footer .ac-heading.ac-heading--2,
.ac-banner--search-box .ac-banner-field--search-box .ac-banner-field-header h2,
.liste.legacy-content-block.legacy-content-block--table > div h2.li-table__heading,
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-guidance-wizard-title.bc-heading--h2,
body .legacy-content-block-wrapper .legacy-content-block h2.legacy-content-block-header-title,
body .faqWrapper h2.divFaqOverskrift,
.il-heading--h3,
.wp-feedback .bc-feedback h2,
.wp-area-message-global .area-message-list-item__title h3,
.wp-area-message-global .area-message__title h3,
.wp-area-message-local .area-message-list-item__title h3,
.wp-area-message-local .area-message__title h3,
.ac-banner--text .ac-banner-field--text .ac-banner-field-header h3,
.ac-banner--text-menu .ac-banner-field--menu .ac-banner-field-header h3,
.ac-banner--text-menu .ac-banner-field--text .ac-banner-field-header h3,
.wp-banner-section .ac-banner-field--text .ac-banner-field-header h3,
.ac-banner--text-image .ac-banner-field--text .ac-banner-field-header h3,
.ac-banner--search-box .ac-banner-field--search-box .ac-banner-field-footer .ac-heading.ac-heading--3,
.ac-banner--search-box .ac-banner-field--search-box .ac-banner-field-header h3,
.liste.legacy-content-block.legacy-content-block--table > div h3.li-table__heading,
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-title.bc-heading--h3,
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-guidance-wizard-title.bc-heading--h3,
.main-menu.open #Sone3000 .wp-search-box .webPartTittel,
.designMode .main-menu #Sone3000 .wp-search-box .webPartTittel,
.search-box.open #Sone2000 .wp-search .webPartTittel,
.designMode .search-box #Sone2000 .wp-search .webPartTittel,
body .legacy-content-block-wrapper .legacy-content-block h3.legacy-content-block-header-title,
body .faqWrapper h3.divFaqOverskrift,
.il-heading--h4,
.ac-banner--text-menu .ac-banner-field--menu .ac-banner-field-header h4,
.ac-banner--text-menu .ac-banner-field--text .ac-banner-field-header h4,
.wp-banner-section .ac-banner-field--text .ac-banner-field-header h4,
.ac-banner--text-image .ac-banner-field--text .ac-banner-field-header h4,
.ac-banner--search-box .ac-banner-field--search-box .ac-banner-field-footer .ac-heading.ac-heading--4,
.ac-banner--search-box .ac-banner-field--search-box .ac-banner-field-header h4,
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-title.bc-heading--h4,
body .legacy-content-block-wrapper .legacy-content-block h4.legacy-content-block-header-title,
.il-heading--h5,
.il-heading--h6 {
  font-weight: var(--fw-medium);
}

.il-heading--h1, .wp-page-title, .ac-banner--search-box .ac-banner-field--search-box .ac-banner-field-header h1, .artikkel header h1 {
  font-size: 2.25rem;
  line-height: 1.5;
}
@media screen and (min-width: 900px) {
  .il-heading--h1, .wp-page-title, .ac-banner--search-box .ac-banner-field--search-box .ac-banner-field-header h1, .artikkel header h1 {
    font-size: 3rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  .il-heading--h1, .wp-page-title, .ac-banner--search-box .ac-banner-field--search-box .ac-banner-field-header h1, .artikkel header h1 {
    font-size: 3rem;
  }
}

.il-heading--h2, .wp-area-message-global .area-message-list-item__title h2,
.wp-area-message-global .area-message__title h2,
.wp-area-message-local .area-message-list-item__title h2,
.wp-area-message-local .area-message__title h2, .ac-banner--text .ac-banner-field--text .ac-banner-field-header h2, .ac-banner--text-menu .ac-banner-field--menu .ac-banner-field-header h2, .ac-banner--text-menu .ac-banner-field--text .ac-banner-field-header h2, .wp-banner-section .ac-banner-field--text .ac-banner-field-header h2, .ac-banner--text-image .ac-banner-field--text .ac-banner-field-header h2, .ac-banner--search-box .ac-banner-field--search-box .ac-banner-field-footer .ac-heading.ac-heading--2, .ac-banner--search-box .ac-banner-field--search-box .ac-banner-field-header h2, .liste.legacy-content-block.legacy-content-block--table > div h2.li-table__heading, .guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-guidance-wizard-title.bc-heading--h2, body .legacy-content-block-wrapper .legacy-content-block h2.legacy-content-block-header-title, body .faqWrapper h2.divFaqOverskrift {
  line-height: 1.5;
  font-size: 1.625rem;
  font-weight: var(--fw-semibold);
}
@media screen and (min-width: 900px) {
  .il-heading--h2, .wp-area-message-global .area-message-list-item__title h2,
  .wp-area-message-global .area-message__title h2,
  .wp-area-message-local .area-message-list-item__title h2,
  .wp-area-message-local .area-message__title h2, .ac-banner--text .ac-banner-field--text .ac-banner-field-header h2, .ac-banner--text-menu .ac-banner-field--menu .ac-banner-field-header h2, .ac-banner--text-menu .ac-banner-field--text .ac-banner-field-header h2, .wp-banner-section .ac-banner-field--text .ac-banner-field-header h2, .ac-banner--text-image .ac-banner-field--text .ac-banner-field-header h2, .ac-banner--search-box .ac-banner-field--search-box .ac-banner-field-footer .ac-heading.ac-heading--2, .ac-banner--search-box .ac-banner-field--search-box .ac-banner-field-header h2, .liste.legacy-content-block.legacy-content-block--table > div h2.li-table__heading, .guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-guidance-wizard-title.bc-heading--h2, body .legacy-content-block-wrapper .legacy-content-block h2.legacy-content-block-header-title, body .faqWrapper h2.divFaqOverskrift {
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  .il-heading--h2, .wp-area-message-global .area-message-list-item__title h2,
  .wp-area-message-global .area-message__title h2,
  .wp-area-message-local .area-message-list-item__title h2,
  .wp-area-message-local .area-message__title h2, .ac-banner--text .ac-banner-field--text .ac-banner-field-header h2, .ac-banner--text-menu .ac-banner-field--menu .ac-banner-field-header h2, .ac-banner--text-menu .ac-banner-field--text .ac-banner-field-header h2, .wp-banner-section .ac-banner-field--text .ac-banner-field-header h2, .ac-banner--text-image .ac-banner-field--text .ac-banner-field-header h2, .ac-banner--search-box .ac-banner-field--search-box .ac-banner-field-footer .ac-heading.ac-heading--2, .ac-banner--search-box .ac-banner-field--search-box .ac-banner-field-header h2, .liste.legacy-content-block.legacy-content-block--table > div h2.li-table__heading, .guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-guidance-wizard-title.bc-heading--h2, body .legacy-content-block-wrapper .legacy-content-block h2.legacy-content-block-header-title, body .faqWrapper h2.divFaqOverskrift {
    font-size: 2rem;
  }
}

.il-heading--h3, .wp-feedback .bc-feedback h2, .wp-area-message-global .area-message-list-item__title h3,
.wp-area-message-global .area-message__title h3,
.wp-area-message-local .area-message-list-item__title h3,
.wp-area-message-local .area-message__title h3, .ac-banner--text .ac-banner-field--text .ac-banner-field-header h3, .ac-banner--text-menu .ac-banner-field--menu .ac-banner-field-header h3, .ac-banner--text-menu .ac-banner-field--text .ac-banner-field-header h3, .wp-banner-section .ac-banner-field--text .ac-banner-field-header h3, .ac-banner--text-image .ac-banner-field--text .ac-banner-field-header h3, .ac-banner--search-box .ac-banner-field--search-box .ac-banner-field-footer .ac-heading.ac-heading--3, .ac-banner--search-box .ac-banner-field--search-box .ac-banner-field-header h3, .liste.legacy-content-block.legacy-content-block--table > div h3.li-table__heading, .guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-title.bc-heading--h3, .guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-guidance-wizard-title.bc-heading--h3, .main-menu.open #Sone3000 .wp-search-box .webPartTittel, .designMode .main-menu #Sone3000 .wp-search-box .webPartTittel, .search-box.open #Sone2000 .wp-search .webPartTittel, .designMode .search-box #Sone2000 .wp-search .webPartTittel, body .legacy-content-block-wrapper .legacy-content-block h3.legacy-content-block-header-title, body .faqWrapper h3.divFaqOverskrift {
  line-height: 1.5;
  font-size: 1.125rem;
}
@media screen and (min-width: 900px) {
  .il-heading--h3, .wp-feedback .bc-feedback h2, .wp-area-message-global .area-message-list-item__title h3,
  .wp-area-message-global .area-message__title h3,
  .wp-area-message-local .area-message-list-item__title h3,
  .wp-area-message-local .area-message__title h3, .ac-banner--text .ac-banner-field--text .ac-banner-field-header h3, .ac-banner--text-menu .ac-banner-field--menu .ac-banner-field-header h3, .ac-banner--text-menu .ac-banner-field--text .ac-banner-field-header h3, .wp-banner-section .ac-banner-field--text .ac-banner-field-header h3, .ac-banner--text-image .ac-banner-field--text .ac-banner-field-header h3, .ac-banner--search-box .ac-banner-field--search-box .ac-banner-field-footer .ac-heading.ac-heading--3, .ac-banner--search-box .ac-banner-field--search-box .ac-banner-field-header h3, .liste.legacy-content-block.legacy-content-block--table > div h3.li-table__heading, .guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-title.bc-heading--h3, .guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-guidance-wizard-title.bc-heading--h3, .main-menu.open #Sone3000 .wp-search-box .webPartTittel, .designMode .main-menu #Sone3000 .wp-search-box .webPartTittel, .search-box.open #Sone2000 .wp-search .webPartTittel, .designMode .search-box #Sone2000 .wp-search .webPartTittel, body .legacy-content-block-wrapper .legacy-content-block h3.legacy-content-block-header-title, body .faqWrapper h3.divFaqOverskrift {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  .il-heading--h3, .wp-feedback .bc-feedback h2, .wp-area-message-global .area-message-list-item__title h3,
  .wp-area-message-global .area-message__title h3,
  .wp-area-message-local .area-message-list-item__title h3,
  .wp-area-message-local .area-message__title h3, .ac-banner--text .ac-banner-field--text .ac-banner-field-header h3, .ac-banner--text-menu .ac-banner-field--menu .ac-banner-field-header h3, .ac-banner--text-menu .ac-banner-field--text .ac-banner-field-header h3, .wp-banner-section .ac-banner-field--text .ac-banner-field-header h3, .ac-banner--text-image .ac-banner-field--text .ac-banner-field-header h3, .ac-banner--search-box .ac-banner-field--search-box .ac-banner-field-footer .ac-heading.ac-heading--3, .ac-banner--search-box .ac-banner-field--search-box .ac-banner-field-header h3, .liste.legacy-content-block.legacy-content-block--table > div h3.li-table__heading, .guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-title.bc-heading--h3, .guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-guidance-wizard-title.bc-heading--h3, .main-menu.open #Sone3000 .wp-search-box .webPartTittel, .designMode .main-menu #Sone3000 .wp-search-box .webPartTittel, .search-box.open #Sone2000 .wp-search .webPartTittel, .designMode .search-box #Sone2000 .wp-search .webPartTittel, body .legacy-content-block-wrapper .legacy-content-block h3.legacy-content-block-header-title, body .faqWrapper h3.divFaqOverskrift {
    font-size: 1.5rem;
  }
}

.il-heading--h4, .ac-banner--text-menu .ac-banner-field--menu .ac-banner-field-header h4, .ac-banner--text-menu .ac-banner-field--text .ac-banner-field-header h4, .wp-banner-section .ac-banner-field--text .ac-banner-field-header h4, .ac-banner--text-image .ac-banner-field--text .ac-banner-field-header h4, .ac-banner--search-box .ac-banner-field--search-box .ac-banner-field-footer .ac-heading.ac-heading--4, .ac-banner--search-box .ac-banner-field--search-box .ac-banner-field-header h4, .guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-title.bc-heading--h4, body .legacy-content-block-wrapper .legacy-content-block h4.legacy-content-block-header-title {
  line-height: 1.5;
  font-size: 1.25rem;
}
@media screen and (min-width: 900px) {
  .il-heading--h4, .ac-banner--text-menu .ac-banner-field--menu .ac-banner-field-header h4, .ac-banner--text-menu .ac-banner-field--text .ac-banner-field-header h4, .wp-banner-section .ac-banner-field--text .ac-banner-field-header h4, .ac-banner--text-image .ac-banner-field--text .ac-banner-field-header h4, .ac-banner--search-box .ac-banner-field--search-box .ac-banner-field-footer .ac-heading.ac-heading--4, .ac-banner--search-box .ac-banner-field--search-box .ac-banner-field-header h4, .guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-title.bc-heading--h4, body .legacy-content-block-wrapper .legacy-content-block h4.legacy-content-block-header-title {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .il-heading--h4, .ac-banner--text-menu .ac-banner-field--menu .ac-banner-field-header h4, .ac-banner--text-menu .ac-banner-field--text .ac-banner-field-header h4, .wp-banner-section .ac-banner-field--text .ac-banner-field-header h4, .ac-banner--text-image .ac-banner-field--text .ac-banner-field-header h4, .ac-banner--search-box .ac-banner-field--search-box .ac-banner-field-footer .ac-heading.ac-heading--4, .ac-banner--search-box .ac-banner-field--search-box .ac-banner-field-header h4, .guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-title.bc-heading--h4, body .legacy-content-block-wrapper .legacy-content-block h4.legacy-content-block-header-title {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.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: var(--border-radius);
}
.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: var(--border-radius);
}
.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 {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  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 {
  font-size: 0.875rem;
  margin-top: 0.5rem;
  color: var(--c-image-caption-text);
  line-height: 1.733;
  background: none;
  text-indent: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
@media screen and (min-width: 900px) {
  .legacy-content-block--image .fotografText {
    font-size: 0.875rem;
  }
}
.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):not(.il-custom-button):not(.link-render-as-button--background):not(.link-render-as-button--border) {
  text-decoration: none;
  color: var(--c-link-inline-text);
  background-color: var(--c-link-inline-background);
  position: relative;
  transition: var(--transition-standard);
  border-radius: var(--border-radius);
  border-bottom: 1px solid var(--c-link-inline-text);
  font-size: 1rem;
  font-weight: var(--fw-regular);
  --c-link-inline-text: var(--c-link-inline-text--dark);
  --c-link-inline-background: var(--c-link-inline-background--dark);
  --c-link-inline-text--hover: var(--c-link-inline-text--dark--hover);
  --c-link-inline-background--hover: var(--c-link-inline-background--dark--hover);
  --c-link-inline-border: var(--c-link-inline-border--dark);
  --c-link-inline-border--hover: var(--c-link-inline-border--dark--hover);
}
@media screen and (min-width: 900px) {
  .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):not(.link-render-as-button--background):not(.link-render-as-button--border) {
    font-size: 1.063rem;
  }
}
@media screen and (min-width: 1200px) {
  .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):not(.link-render-as-button--background):not(.link-render-as-button--border) {
    font-size: 1.125rem;
  }
}
.InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):not(.link-render-as-button--background):not(.link-render-as-button--border):hover {
  color: var(--c-link-inline-text--hover);
  background-color: var(--c-link-inline-background--hover);
  box-shadow: 0 2px 0 0 currentColor;
}
.InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):not(.link-render-as-button--background):not(.link-render-as-button--border).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;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
  font-size: 1em;
}
.InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):not(.link-render-as-button--background):not(.link-render-as-button--border).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;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
  font-size: 1em;
}

body a[href].link-render-as-button.link-render-as-button,
.il-custom-button {
  font-size: 1rem;
  padding: 1em;
  border: 2px solid var(--c-link-button-border);
  border-radius: var(--border-radius-button);
  display: inline-flex;
  align-items: center;
  color: var(--c-link-button-text);
  background-color: var(--c-link-button-background);
  font-weight: var(--fw-regular);
  text-decoration: none;
  text-align: center;
  transition: var(--transition-standard);
  cursor: pointer;
  --c-link-button-text: var(--c-link-button-text--dark);
  --c-link-button-background: var(--c-link-button-background--dark);
  --c-link-button-border: var(--c-link-button-border--dark);
  --c-link-button-text--hover: var(--c-link-button-text--dark--hover);
  --c-link-button-background--hover: var(--c-link-button-background--dark--hover);
  --c-link-button-border--hover: var(--c-link-button-border--dark--hover);
}
@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:hover, body a[href].link-render-as-button.link-render-as-button:focus,
.il-custom-button:hover,
.il-custom-button:focus {
  border-color: var(--c-link-button-border--hover);
  color: var(--c-link-button-text--hover);
  background-color: var(--c-link-button-background--hover);
}
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;
}

ul.il-ul,
ol.il-ol {
  display: flow-root;
}

.guidancewizard-widget .bc-guidancewizard-base {
  --bc-border-radius: 4px;
  --bc-c-action-primary: var(--c-theme-1);
  --bc-c-action-primary-hover: var(--c-black);
  --bc-c-action-primary-foreground: var(--c-text-light);
  --bc-c-action-primary-foreground-hover: var(--c-text-light);
  --bc-c-action-primary-border: var(--c-theme-1);
  --bc-c-action-primary-border-hover: var(--c-black);
  --bc-c-action-secondary: var(--c-theme-1);
  --bc-c-action-secondary-hover: var(--c-black);
  --bc-c-action-secondary-foreground: var(--c-text-light);
  --bc-c-action-secondary-foreground-hover: var(--c-text-light);
  --bc-c-action-secondary-border: var(--c-theme-1);
  --bc-c-action-secondary-border-hover: var(--c-black);
  margin: 0.5rem 0;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-steps .bc-guidancewizard-step-choice-wrapper {
  flex-direction: column;
  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: black;
}
.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: 1rem;
  width: auto;
  border-color: var(--c-theme-1);
}
.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(--c-black);
  outline: none;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-steps .bc-guidancewizard-step-navigation:after {
  border-color: var(--c-black);
  border-width: 1px;
  width: 3rem;
  bottom: 3.5rem;
  border-bottom-left-radius: 0.5rem;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-guidancewizard-step-content {
  margin-top: 1.5rem;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-guidancewizard-step-content:before {
  border-color: var(--c-black);
  border-width: 1px;
  border-radius: 5px;
  font-size: 1.5rem;
  font-weight: 600;
  background-color: white;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-guidancewizard-step-content:after {
  border-color: var(--c-black);
  border-width: 1px;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-guidancewizard-step-content .bc-guidancewizard-step-choice-wrapper {
  border-color: var(--c-black);
  border-width: 1px;
}
.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: 1rem;
  width: auto;
}
.guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-step-result {
  border-width: 1px;
  border-color: black;
  border-radius: 5px;
  background-color: transparent;
  color: black;
}
.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;
}

@media only screen and (max-width: 800px) {
  .liste.legacy-content-block--table table,
  .liste.legacy-content-block--table thead,
  .liste.legacy-content-block--table tbody,
  .liste.legacy-content-block--table tr,
  .liste.legacy-content-block--table th,
  .liste.legacy-content-block--table td {
    display: block;
  }
  .liste.legacy-content-block--table table {
    min-width: 0;
  }
  .liste.legacy-content-block--table thead tr {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .liste.legacy-content-block--table tr.il-table__body-row {
    border-bottom: 0 !important;
  }
  .liste.legacy-content-block--table tr.il-table__body-row + tr {
    margin-top: 1rem;
  }
  .liste.legacy-content-block--table tr.il-table__body-row::after {
    clear: both;
    content: "";
    display: table;
  }
  .liste.legacy-content-block--table td {
    align-items: stretch;
    border: none;
    border-bottom: 1px solid var(--c-table-mobile-border);
    display: flex;
    float: right;
    font-size: 0.9rem;
    padding: 0 !important;
    width: 100%;
  }
  .liste.legacy-content-block--table td + td {
    border-top: 0 !important;
  }
  .liste.legacy-content-block--table td::before,
  .liste.legacy-content-block--table td span {
    padding: 1em;
  }
  .liste.legacy-content-block--table td::before {
    content: attr(data-column-label);
    display: inline-block;
    font-weight: 700;
    padding-right: 0.5em;
    width: calc(50% - 1em);
    background-color: var(--c-table-mobile-header-background);
    color: var(--c-table-mobile-header-text);
  }
  .liste.legacy-content-block--table td span {
    border-left: 1px solid var(--c-table-mobile-border);
    display: block;
    float: right;
    overflow-wrap: break-word;
    padding-left: 0.5em;
    width: 50%;
    word-wrap: break-word;
  }
}
@media only screen and (min-width: 801px) {
  .liste.legacy-content-block--table table {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 0;
  }
  .liste.legacy-content-block--table table tr.il-table__body-row:nth-child(even) {
    background-color: var(--c-table-desktop-alternate-row-background);
  }
  .liste.legacy-content-block--table table td,
  .liste.legacy-content-block--table table th {
    vertical-align: top;
    padding: 0.75em 0.75em;
    min-width: 125px;
  }
  .liste.legacy-content-block--table table td {
    padding: 15px !important;
  }
  .liste.legacy-content-block--table table td:first-child {
    border-radius: var(--border-radius-table) 0 0 var(--border-radius-table);
  }
  .liste.legacy-content-block--table table td:last-child {
    border-radius: 0 var(--border-radius-table) var(--border-radius-table) 0;
  }
  .liste.legacy-content-block--table table th {
    text-align: left;
    background-color: var(--c-table-desktop-header-background);
    color: var(--c-table-desktop-header-text);
    font-weight: var(--fw-semibold);
    padding-bottom: 15px !important;
  }
  .liste.legacy-content-block--table table th:first-child {
    border-radius: var(--border-radius-table) 0 0 var(--border-radius-table);
  }
  .liste.legacy-content-block--table table th:last-child {
    border-radius: 0 var(--border-radius-table) var(--border-radius-table) 0;
  }
}

.liste.legacy-content-block.legacy-content-block--table > div {
  margin-bottom: 48px;
  line-height: 1.3;
}
.liste.legacy-content-block.legacy-content-block--table > div .li-table__description {
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .liste.legacy-content-block.legacy-content-block--table > div .li-table__description {
    font-size: 1.125rem;
  }
}

.videodetector {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.videodetector iframe {
  min-height: initial !important;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.webskjema-widget .webskjema .bc-content-input-label,
.webskjema-widget .webskjema .bc-singledatepicker-label,
.webskjema-widget .webskjema .bc-content-textarea-label,
.webskjema-widget .webskjema .bc-select-label,
.webskjema-widget .webskjema .bc-checkboxgroup-label,
.webskjema-widget .webskjema .bc-radiogroup-label {
  padding-bottom: 0.25rem;
}
.webskjema-widget .webskjema .bc-singledatepicker .bc-singledatepicker-inputs > .bc-content-input {
  margin-top: 0;
}
.webskjema-widget .webskjema .bc-content-textarea > .bc-content-textarea-content {
  margin-top: 0;
  padding-bottom: 0;
}
.webskjema-widget .webskjema .bc-select > .button-container {
  margin-top: 0;
}
.webskjema-widget .webskjema .bc-checkboxgroup .bc-content-checkbox:first-of-type {
  margin-top: 0.5rem;
}
.webskjema-widget .webskjema .bc-radiogroup .bc-content-radio:first-of-type {
  margin-top: 0.5rem;
}
.webskjema-widget .webskjema > * + * {
  margin-top: 1.25em;
}
.webskjema-widget .webskjema > * + h1, .webskjema-widget .webskjema > * + h2, .webskjema-widget .webskjema > * + h3, .webskjema-widget .webskjema > * + h4, .webskjema-widget .webskjema > * + h5, .webskjema-widget .webskjema > * + h6 {
  margin-top: 1.5em;
}
.webskjema-widget .webskjema > h1 + *, .webskjema-widget .webskjema > h2 + *, .webskjema-widget .webskjema > h3 + * {
  margin-top: 0.75em;
}
.webskjema-widget .webskjema > h4 + *, .webskjema-widget .webskjema > h5 + *, .webskjema-widget .webskjema > h6 + * {
  margin-top: 0.375em;
}
.webskjema-widget .webskjema > ul li + li,
.webskjema-widget .webskjema > ul li > ul,
.webskjema-widget .webskjema > ul li > ol, .webskjema-widget .webskjema > ol li + li,
.webskjema-widget .webskjema > ol li > ul,
.webskjema-widget .webskjema > ol li > ol {
  margin-top: 0.5em;
}
.webskjema-widget .webskjema {
  --bc-background-color: var(--c-white);
  --bc-c-border-input: var(--c-black);
  --bc-input-border-width: 1px;
  --bc-c-text-primary: var(--c-black);
  --bc-input-height: 4rem;
  --bc-input-font-size: 1.125rem;
}
.webskjema-widget .webskjema .bc-content-row > div {
  font-size: var(--bc-input-font-size);
}
.webskjema-widget .webskjema .bc-label,
.webskjema-widget .webskjema .bc-content-input-label,
.webskjema-widget .webskjema .bc-singledatepicker-label,
.webskjema-widget .webskjema .bc-content-textarea-label,
.webskjema-widget .webskjema .bc-radiogroup-label,
.webskjema-widget .webskjema .bc-checkboxgroup-label {
  font-weight: 400;
}
.webskjema-widget .webskjema .bc-content-input input,
.webskjema-widget .webskjema .bc-content-textarea-content,
.webskjema-widget .webskjema .bc-content-form-checkbox-container {
  border-radius: 5px;
}
.webskjema-widget .webskjema .checkbox-link-row .bc-content-link {
  margin-top: 0.5rem;
}
.webskjema-widget .webskjema .bc-select .button-container > button {
  border-radius: 5px;
  border-color: var(--c-black);
  border-width: 1px;
}
.webskjema-widget .webskjema .bc-select .bc-select-body {
  background-color: var(--c-white);
}
.webskjema-widget .webskjema .bc-content-row .bc-content-button {
  border-radius: 5px;
  padding-block: 1rem;
  padding-inline: 2rem;
}
.webskjema-widget .webskjema .bc-content-row .bc-content-button:hover {
  outline: none;
}
.webskjema-widget .webskjema .bc-singledatepicker-inputs > button.bc-content-button {
  top: 50%;
  transform: translateY(-50%);
  padding-block: calc(1rem - 1px);
}
.webskjema-widget .webskjema .bc-content-checkbox-label {
  padding-left: 1.5rem;
}
.webskjema-widget .webskjema .bc-content-radio-label > span {
  padding-left: 1.5rem;
}
.webskjema-widget .webskjema input,
.webskjema-widget .webskjema textarea,
.webskjema-widget .webskjema .bc-select button {
  --bc-input-font-size: 1em;
}
.webskjema-widget .webskjema .bc-renderer div > form .bc-row label,
.webskjema-widget .webskjema .bc-renderer div > form .bc-content-row label {
  font-weight: var(--fw-regular);
}
.webskjema-widget .webskjema .bc-renderer div > form .bc-row button.bc-content-button--appearance-default,
.webskjema-widget .webskjema .bc-renderer div > form .bc-content-row button.bc-content-button--appearance-default {
  border-radius: var(--border-radius-button);
  background-color: var(--c-theme-1);
  border: 0.125rem solid var(--c-theme-1);
  width: auto;
}
.webskjema-widget .webskjema .bc-renderer div > form .bc-row button.bc-content-button--appearance-default:hover,
.webskjema-widget .webskjema .bc-renderer div > form .bc-content-row button.bc-content-button--appearance-default:hover {
  background-color: var(--c-black);
  border: 0.125rem solid var(--c-black);
}

.ac-banner--search-box .ac-banner-field--search-box .ac-banner-field-header + .ac-banner-field-body {
  margin-top: 1rem;
}
.ac-banner--search-box .ac-banner-field--search-box .ac-banner-field-body + .ac-banner-field-footer {
  margin-top: 1rem;
}
.ac-banner--text-image {
  --c-banner-widget-background: var(--c-transparent);
  --c-banner-widget-text: var(--c-text-dark);
}
.ac-banner--text-image .ac-banner-content--outer {
  background-color: var(--c-banner-widget-background);
  border-radius: var(--border-radius-image);
}
.ac-banner--text-image .ac-banner-content--inner > * + * {
  margin-top: 0;
}
@supports (display: grid) {
  .ac-banner--text-image .ac-banner-content--inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0;
  }
  .ac-banner--text-image .ac-banner-content--inner > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .ac-banner--text-image .ac-banner-content--inner > * + * {
    margin-top: 1rem;
  }
  @supports (display: grid) {
    .ac-banner--text-image .ac-banner-content--inner {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -moz-column-gap: 1rem;
           column-gap: 1rem;
      row-gap: 1rem;
    }
    .ac-banner--text-image .ac-banner-content--inner > * + * {
      margin-top: 0;
    }
  }
}
.ac-banner--text-image .ac-banner-field--text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.25rem 1.75rem;
}
@media screen and (min-width: 900px) {
  .ac-banner--text-image .ac-banner-field--text {
    padding: 4rem 3rem;
  }
}
.ac-banner--text-image .ac-banner-field--text .ac-banner-field-header .ac-banner-field-title {
  font-size: 1.5rem;
  font-weight: var(--fw-semibold);
  color: var(--c-banner-title);
}
@media screen and (min-width: 900px) {
  .ac-banner--text-image .ac-banner-field--text .ac-banner-field-header .ac-banner-field-title {
    font-size: 2rem;
  }
}
.ac-banner--text-image .ac-banner-field--text .ac-banner-field-header + .ac-banner-field-body {
  margin-top: 0.75rem;
}
.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt {
  font-size: 1rem;
  font-weight: var(--fw-regular);
}
.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + * {
  margin-top: 1.25em;
}
.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h1, .ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h2, .ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h3, .ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h4, .ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h5, .ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h6 {
  margin-top: 1.5em;
}
.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h1 + *, .ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h2 + *, .ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h3 + * {
  margin-top: 0.75em;
}
.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h4 + *, .ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h5 + *, .ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h6 + * {
  margin-top: 0.375em;
}
.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > ul li + li,
.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > ul li > ul,
.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > ul li > ol, .ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > ol li + li,
.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > ol li > ul,
.ac-banner--text-image .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-field--text .ac-banner-field-body .ac-banner-field-excerpt {
    font-size: 1.125rem;
  }
}
.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body + .ac-banner-field-footer {
  margin-top: 1.5rem;
}
.ac-banner--text-image .ac-banner-field--image {
  grid-row: 1;
  grid-column: 1;
}
@media screen and (min-width: 900px) {
  .ac-banner--text-image .ac-banner-field--image {
    grid-row: unset;
    grid-column: unset;
  }
}
.ac-banner--text-image .ac-banner-field--image .ac-banner-field-body {
  height: 100%;
}
.ac-banner--text-image .ac-banner-field--image .ac-picture {
  display: flex;
  height: 100%;
}
.ac-banner--text-image .ac-banner-field--image .ac-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius-image);
}
.ac-banner--text-image.pink {
  --c-banner-widget-background: var(--c-focus-field-background--pink);
  --c-banner-widget-text: var(--c-focus-field-text--dark);
}
.ac-banner--text-image.pink .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
  text-decoration: none;
  color: var(--c-link-inline-text);
  background-color: var(--c-link-inline-background);
  position: relative;
  transition: var(--transition-standard);
  border-radius: var(--border-radius);
  border-bottom: 1px solid var(--c-link-inline-text);
  font-size: 1rem;
  font-weight: var(--fw-regular);
  --c-link-inline-text: var(--c-link-inline-text--dark);
  --c-link-inline-background: var(--c-link-inline-background--dark);
  --c-link-inline-text--hover: var(--c-link-inline-text--dark--hover);
  --c-link-inline-background--hover: var(--c-link-inline-background--dark--hover);
  --c-link-inline-border: var(--c-link-inline-border--dark);
  --c-link-inline-border--hover: var(--c-link-inline-border--dark--hover);
}
@media screen and (min-width: 900px) {
  .ac-banner--text-image.pink .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
    font-size: 1.063rem;
  }
}
@media screen and (min-width: 1200px) {
  .ac-banner--text-image.pink .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
    font-size: 1.125rem;
  }
}
.ac-banner--text-image.pink .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover {
  color: var(--c-link-inline-text--hover);
  background-color: var(--c-link-inline-background--hover);
  box-shadow: 0 2px 0 0 currentColor;
}
.ac-banner--text-image.pink .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.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;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
  font-size: 1em;
}
.ac-banner--text-image.pink .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.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;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
  font-size: 1em;
}
.ac-banner--text-image.pink .ac-banner-field--text .ac-content-link--button,
.ac-banner--text-image.pink .ac-banner-field--text a[href].link-render-as-button.link-render-as-button,
.ac-banner--text-image.pink .ac-banner-field--text .il-custom-button {
  font-size: 1rem;
  padding: 1em;
  border: 2px solid var(--c-link-button-border);
  border-radius: var(--border-radius-button);
  display: inline-flex;
  align-items: center;
  color: var(--c-link-button-text);
  background-color: var(--c-link-button-background);
  font-weight: var(--fw-regular);
  text-decoration: none;
  text-align: center;
  transition: var(--transition-standard);
  cursor: pointer;
  font-size: 1rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  background-color: var(--c-banner-border-button-background);
  border: 1px solid var(--c-banner-border-button-border);
  border-radius: var(--border-radius-button);
  color: var(--c-banner-border-button-text);
  padding: 1rem;
  transition: var(--transition-standard);
  background-color: var(--c-transparent);
}
@media screen and (min-width: 900px) {
  .ac-banner--text-image.pink .ac-banner-field--text .ac-content-link--button,
  .ac-banner--text-image.pink .ac-banner-field--text a[href].link-render-as-button.link-render-as-button,
  .ac-banner--text-image.pink .ac-banner-field--text .il-custom-button {
    font-size: 1.125rem;
  }
}
.ac-banner--text-image.pink .ac-banner-field--text .ac-content-link--button:hover, .ac-banner--text-image.pink .ac-banner-field--text .ac-content-link--button:focus,
.ac-banner--text-image.pink .ac-banner-field--text a[href].link-render-as-button.link-render-as-button:hover,
.ac-banner--text-image.pink .ac-banner-field--text a[href].link-render-as-button.link-render-as-button:focus,
.ac-banner--text-image.pink .ac-banner-field--text .il-custom-button:hover,
.ac-banner--text-image.pink .ac-banner-field--text .il-custom-button:focus {
  border-color: var(--c-link-button-border--hover);
  color: var(--c-link-button-text--hover);
  background-color: var(--c-link-button-background--hover);
}
.ac-banner--text-image.pink .ac-banner-field--text .ac-content-link--button.external[href^=http]::after,
.ac-banner--text-image.pink .ac-banner-field--text a[href].link-render-as-button.link-render-as-button.external[href^=http]::after,
.ac-banner--text-image.pink .ac-banner-field--text .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;
}
.ac-banner--text-image.pink .ac-banner-field--text .ac-content-link--button.filetype-pdf::after,
.ac-banner--text-image.pink .ac-banner-field--text a[href].link-render-as-button.link-render-as-button.filetype-pdf::after,
.ac-banner--text-image.pink .ac-banner-field--text .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;
}
@media screen and (min-width: 900px) {
  .ac-banner--text-image.pink .ac-banner-field--text .ac-content-link--button,
  .ac-banner--text-image.pink .ac-banner-field--text a[href].link-render-as-button.link-render-as-button,
  .ac-banner--text-image.pink .ac-banner-field--text .il-custom-button {
    font-size: 1.125rem;
  }
}
.ac-banner--text-image.pink .ac-banner-field--text .ac-content-link--button:hover,
.ac-banner--text-image.pink .ac-banner-field--text a[href].link-render-as-button.link-render-as-button:hover,
.ac-banner--text-image.pink .ac-banner-field--text .il-custom-button:hover {
  box-shadow: inset 0 0 0 3px var(--c-banner-border-button-border--hover);
  color: var(--c-banner-border-button-text--hover);
}
.ac-banner--text-image.pink .ac-banner-field--text .ac-content-link--button.external[href^=http]::after,
.ac-banner--text-image.pink .ac-banner-field--text a[href].link-render-as-button.link-render-as-button.external[href^=http]::after,
.ac-banner--text-image.pink .ac-banner-field--text .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;
}
.ac-banner--text-image.pink .ac-banner-field--text .ac-content-link--button.filetype-pdf::after,
.ac-banner--text-image.pink .ac-banner-field--text a[href].link-render-as-button.link-render-as-button.filetype-pdf::after,
.ac-banner--text-image.pink .ac-banner-field--text .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;
}
.ac-banner--text-image.red {
  --c-banner-widget-background: var(--c-focus-field-background--red);
  --c-banner-widget-text: var(--c-focus-field-text--dark);
}
.ac-banner--text-image.red .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
  text-decoration: none;
  color: var(--c-link-inline-text);
  background-color: var(--c-link-inline-background);
  position: relative;
  transition: var(--transition-standard);
  border-radius: var(--border-radius);
  border-bottom: 1px solid var(--c-link-inline-text);
  font-size: 1rem;
  font-weight: var(--fw-regular);
  --c-link-inline-text: var(--c-link-inline-text--light);
  --c-link-inline-background: var(--c-link-inline-background--light);
  --c-link-inline-text--hover: var(--c-link-inline-text--light--hover);
  --c-link-inline-background--hover: var(--c-link-inline-background--light--hover);
  --c-link-inline-border: var(--c-link-inline-border--light);
  --c-link-inline-border--hover: var(--c-link-inline-border--light--hover);
}
@media screen and (min-width: 900px) {
  .ac-banner--text-image.red .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
    font-size: 1.063rem;
  }
}
@media screen and (min-width: 1200px) {
  .ac-banner--text-image.red .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
    font-size: 1.125rem;
  }
}
.ac-banner--text-image.red .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover {
  color: var(--c-link-inline-text--hover);
  background-color: var(--c-link-inline-background--hover);
  box-shadow: 0 2px 0 0 currentColor;
}
.ac-banner--text-image.red .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.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;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
  font-size: 1em;
}
.ac-banner--text-image.red .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.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;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
  font-size: 1em;
}
.ac-banner--text-image.red .ac-banner-field--text .ac-content-link--button,
.ac-banner--text-image.red .ac-banner-field--text a[href].link-render-as-button.link-render-as-button,
.ac-banner--text-image.red .ac-banner-field--text .il-custom-button {
  font-size: 1rem;
  padding: 1em;
  border: 2px solid var(--c-link-button-border);
  border-radius: var(--border-radius-button);
  display: inline-flex;
  align-items: center;
  color: var(--c-link-button-text);
  background-color: var(--c-link-button-background);
  font-weight: var(--fw-regular);
  text-decoration: none;
  text-align: center;
  transition: var(--transition-standard);
  cursor: pointer;
  font-size: 1rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  background-color: var(--c-banner-border-button-background);
  border: 1px solid var(--c-banner-border-button-border);
  border-radius: var(--border-radius-button);
  color: var(--c-banner-border-button-text);
  padding: 1rem;
  transition: var(--transition-standard);
  background-color: var(--c-transparent);
}
@media screen and (min-width: 900px) {
  .ac-banner--text-image.red .ac-banner-field--text .ac-content-link--button,
  .ac-banner--text-image.red .ac-banner-field--text a[href].link-render-as-button.link-render-as-button,
  .ac-banner--text-image.red .ac-banner-field--text .il-custom-button {
    font-size: 1.125rem;
  }
}
.ac-banner--text-image.red .ac-banner-field--text .ac-content-link--button:hover, .ac-banner--text-image.red .ac-banner-field--text .ac-content-link--button:focus,
.ac-banner--text-image.red .ac-banner-field--text a[href].link-render-as-button.link-render-as-button:hover,
.ac-banner--text-image.red .ac-banner-field--text a[href].link-render-as-button.link-render-as-button:focus,
.ac-banner--text-image.red .ac-banner-field--text .il-custom-button:hover,
.ac-banner--text-image.red .ac-banner-field--text .il-custom-button:focus {
  border-color: var(--c-link-button-border--hover);
  color: var(--c-link-button-text--hover);
  background-color: var(--c-link-button-background--hover);
}
.ac-banner--text-image.red .ac-banner-field--text .ac-content-link--button.external[href^=http]::after,
.ac-banner--text-image.red .ac-banner-field--text a[href].link-render-as-button.link-render-as-button.external[href^=http]::after,
.ac-banner--text-image.red .ac-banner-field--text .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;
}
.ac-banner--text-image.red .ac-banner-field--text .ac-content-link--button.filetype-pdf::after,
.ac-banner--text-image.red .ac-banner-field--text a[href].link-render-as-button.link-render-as-button.filetype-pdf::after,
.ac-banner--text-image.red .ac-banner-field--text .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;
}
@media screen and (min-width: 900px) {
  .ac-banner--text-image.red .ac-banner-field--text .ac-content-link--button,
  .ac-banner--text-image.red .ac-banner-field--text a[href].link-render-as-button.link-render-as-button,
  .ac-banner--text-image.red .ac-banner-field--text .il-custom-button {
    font-size: 1.125rem;
  }
}
.ac-banner--text-image.red .ac-banner-field--text .ac-content-link--button:hover,
.ac-banner--text-image.red .ac-banner-field--text a[href].link-render-as-button.link-render-as-button:hover,
.ac-banner--text-image.red .ac-banner-field--text .il-custom-button:hover {
  box-shadow: inset 0 0 0 3px var(--c-banner-border-button-border--hover);
  color: var(--c-banner-border-button-text--hover);
}
.ac-banner--text-image.red .ac-banner-field--text .ac-content-link--button.external[href^=http]::after,
.ac-banner--text-image.red .ac-banner-field--text a[href].link-render-as-button.link-render-as-button.external[href^=http]::after,
.ac-banner--text-image.red .ac-banner-field--text .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;
}
.ac-banner--text-image.red .ac-banner-field--text .ac-content-link--button.filetype-pdf::after,
.ac-banner--text-image.red .ac-banner-field--text a[href].link-render-as-button.link-render-as-button.filetype-pdf::after,
.ac-banner--text-image.red .ac-banner-field--text .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;
}
.ac-banner--text-image.orange {
  --c-banner-widget-background: var(--c-focus-field-background--orange);
  --c-banner-widget-text: var(--c-focus-field-text--dark);
}
.ac-banner--text-image.orange .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
  text-decoration: none;
  color: var(--c-link-inline-text);
  background-color: var(--c-link-inline-background);
  position: relative;
  transition: var(--transition-standard);
  border-radius: var(--border-radius);
  border-bottom: 1px solid var(--c-link-inline-text);
  font-size: 1rem;
  font-weight: var(--fw-regular);
  --c-link-inline-text: var(--c-link-inline-text--light);
  --c-link-inline-background: var(--c-link-inline-background--light);
  --c-link-inline-text--hover: var(--c-link-inline-text--light--hover);
  --c-link-inline-background--hover: var(--c-link-inline-background--light--hover);
  --c-link-inline-border: var(--c-link-inline-border--light);
  --c-link-inline-border--hover: var(--c-link-inline-border--light--hover);
}
@media screen and (min-width: 900px) {
  .ac-banner--text-image.orange .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
    font-size: 1.063rem;
  }
}
@media screen and (min-width: 1200px) {
  .ac-banner--text-image.orange .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
    font-size: 1.125rem;
  }
}
.ac-banner--text-image.orange .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover {
  color: var(--c-link-inline-text--hover);
  background-color: var(--c-link-inline-background--hover);
  box-shadow: 0 2px 0 0 currentColor;
}
.ac-banner--text-image.orange .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.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;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
  font-size: 1em;
}
.ac-banner--text-image.orange .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.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;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
  font-size: 1em;
}
.ac-banner--text-image.orange .ac-banner-field--text .ac-content-link--button,
.ac-banner--text-image.orange .ac-banner-field--text a[href].link-render-as-button.link-render-as-button,
.ac-banner--text-image.orange .ac-banner-field--text .il-custom-button {
  font-size: 1rem;
  padding: 1em;
  border: 2px solid var(--c-link-button-border);
  border-radius: var(--border-radius-button);
  display: inline-flex;
  align-items: center;
  color: var(--c-link-button-text);
  background-color: var(--c-link-button-background);
  font-weight: var(--fw-regular);
  text-decoration: none;
  text-align: center;
  transition: var(--transition-standard);
  cursor: pointer;
  font-size: 1rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  background-color: var(--c-banner-border-button-background);
  border: 1px solid var(--c-banner-border-button-border);
  border-radius: var(--border-radius-button);
  color: var(--c-banner-border-button-text);
  padding: 1rem;
  transition: var(--transition-standard);
  background-color: var(--c-transparent);
}
@media screen and (min-width: 900px) {
  .ac-banner--text-image.orange .ac-banner-field--text .ac-content-link--button,
  .ac-banner--text-image.orange .ac-banner-field--text a[href].link-render-as-button.link-render-as-button,
  .ac-banner--text-image.orange .ac-banner-field--text .il-custom-button {
    font-size: 1.125rem;
  }
}
.ac-banner--text-image.orange .ac-banner-field--text .ac-content-link--button:hover, .ac-banner--text-image.orange .ac-banner-field--text .ac-content-link--button:focus,
.ac-banner--text-image.orange .ac-banner-field--text a[href].link-render-as-button.link-render-as-button:hover,
.ac-banner--text-image.orange .ac-banner-field--text a[href].link-render-as-button.link-render-as-button:focus,
.ac-banner--text-image.orange .ac-banner-field--text .il-custom-button:hover,
.ac-banner--text-image.orange .ac-banner-field--text .il-custom-button:focus {
  border-color: var(--c-link-button-border--hover);
  color: var(--c-link-button-text--hover);
  background-color: var(--c-link-button-background--hover);
}
.ac-banner--text-image.orange .ac-banner-field--text .ac-content-link--button.external[href^=http]::after,
.ac-banner--text-image.orange .ac-banner-field--text a[href].link-render-as-button.link-render-as-button.external[href^=http]::after,
.ac-banner--text-image.orange .ac-banner-field--text .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;
}
.ac-banner--text-image.orange .ac-banner-field--text .ac-content-link--button.filetype-pdf::after,
.ac-banner--text-image.orange .ac-banner-field--text a[href].link-render-as-button.link-render-as-button.filetype-pdf::after,
.ac-banner--text-image.orange .ac-banner-field--text .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;
}
@media screen and (min-width: 900px) {
  .ac-banner--text-image.orange .ac-banner-field--text .ac-content-link--button,
  .ac-banner--text-image.orange .ac-banner-field--text a[href].link-render-as-button.link-render-as-button,
  .ac-banner--text-image.orange .ac-banner-field--text .il-custom-button {
    font-size: 1.125rem;
  }
}
.ac-banner--text-image.orange .ac-banner-field--text .ac-content-link--button:hover,
.ac-banner--text-image.orange .ac-banner-field--text a[href].link-render-as-button.link-render-as-button:hover,
.ac-banner--text-image.orange .ac-banner-field--text .il-custom-button:hover {
  box-shadow: inset 0 0 0 3px var(--c-banner-border-button-border--hover);
  color: var(--c-banner-border-button-text--hover);
}
.ac-banner--text-image.orange .ac-banner-field--text .ac-content-link--button.external[href^=http]::after,
.ac-banner--text-image.orange .ac-banner-field--text a[href].link-render-as-button.link-render-as-button.external[href^=http]::after,
.ac-banner--text-image.orange .ac-banner-field--text .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;
}
.ac-banner--text-image.orange .ac-banner-field--text .ac-content-link--button.filetype-pdf::after,
.ac-banner--text-image.orange .ac-banner-field--text a[href].link-render-as-button.link-render-as-button.filetype-pdf::after,
.ac-banner--text-image.orange .ac-banner-field--text .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;
}
.ac-banner--text-image.sea-green {
  --c-banner-widget-background: var(--c-focus-field-background--sea-green);
  --c-banner-widget-text: var(--c-focus-field-text--dark);
}
.ac-banner--text-image.sea-green .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
  text-decoration: none;
  color: var(--c-link-inline-text);
  background-color: var(--c-link-inline-background);
  position: relative;
  transition: var(--transition-standard);
  border-radius: var(--border-radius);
  border-bottom: 1px solid var(--c-link-inline-text);
  font-size: 1rem;
  font-weight: var(--fw-regular);
  --c-link-inline-text: var(--c-link-inline-text--light);
  --c-link-inline-background: var(--c-link-inline-background--light);
  --c-link-inline-text--hover: var(--c-link-inline-text--light--hover);
  --c-link-inline-background--hover: var(--c-link-inline-background--light--hover);
  --c-link-inline-border: var(--c-link-inline-border--light);
  --c-link-inline-border--hover: var(--c-link-inline-border--light--hover);
}
@media screen and (min-width: 900px) {
  .ac-banner--text-image.sea-green .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
    font-size: 1.063rem;
  }
}
@media screen and (min-width: 1200px) {
  .ac-banner--text-image.sea-green .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
    font-size: 1.125rem;
  }
}
.ac-banner--text-image.sea-green .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover {
  color: var(--c-link-inline-text--hover);
  background-color: var(--c-link-inline-background--hover);
  box-shadow: 0 2px 0 0 currentColor;
}
.ac-banner--text-image.sea-green .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.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;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
  font-size: 1em;
}
.ac-banner--text-image.sea-green .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.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;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
  font-size: 1em;
}
.ac-banner--text-image.sea-green .ac-banner-field--text .ac-content-link--button,
.ac-banner--text-image.sea-green .ac-banner-field--text a[href].link-render-as-button.link-render-as-button,
.ac-banner--text-image.sea-green .ac-banner-field--text .il-custom-button {
  font-size: 1rem;
  padding: 1em;
  border: 2px solid var(--c-link-button-border);
  border-radius: var(--border-radius-button);
  display: inline-flex;
  align-items: center;
  color: var(--c-link-button-text);
  background-color: var(--c-link-button-background);
  font-weight: var(--fw-regular);
  text-decoration: none;
  text-align: center;
  transition: var(--transition-standard);
  cursor: pointer;
  font-size: 1rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  background-color: var(--c-banner-border-button-background);
  border: 1px solid var(--c-banner-border-button-border);
  border-radius: var(--border-radius-button);
  color: var(--c-banner-border-button-text);
  padding: 1rem;
  transition: var(--transition-standard);
  background-color: var(--c-transparent);
}
@media screen and (min-width: 900px) {
  .ac-banner--text-image.sea-green .ac-banner-field--text .ac-content-link--button,
  .ac-banner--text-image.sea-green .ac-banner-field--text a[href].link-render-as-button.link-render-as-button,
  .ac-banner--text-image.sea-green .ac-banner-field--text .il-custom-button {
    font-size: 1.125rem;
  }
}
.ac-banner--text-image.sea-green .ac-banner-field--text .ac-content-link--button:hover, .ac-banner--text-image.sea-green .ac-banner-field--text .ac-content-link--button:focus,
.ac-banner--text-image.sea-green .ac-banner-field--text a[href].link-render-as-button.link-render-as-button:hover,
.ac-banner--text-image.sea-green .ac-banner-field--text a[href].link-render-as-button.link-render-as-button:focus,
.ac-banner--text-image.sea-green .ac-banner-field--text .il-custom-button:hover,
.ac-banner--text-image.sea-green .ac-banner-field--text .il-custom-button:focus {
  border-color: var(--c-link-button-border--hover);
  color: var(--c-link-button-text--hover);
  background-color: var(--c-link-button-background--hover);
}
.ac-banner--text-image.sea-green .ac-banner-field--text .ac-content-link--button.external[href^=http]::after,
.ac-banner--text-image.sea-green .ac-banner-field--text a[href].link-render-as-button.link-render-as-button.external[href^=http]::after,
.ac-banner--text-image.sea-green .ac-banner-field--text .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;
}
.ac-banner--text-image.sea-green .ac-banner-field--text .ac-content-link--button.filetype-pdf::after,
.ac-banner--text-image.sea-green .ac-banner-field--text a[href].link-render-as-button.link-render-as-button.filetype-pdf::after,
.ac-banner--text-image.sea-green .ac-banner-field--text .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;
}
@media screen and (min-width: 900px) {
  .ac-banner--text-image.sea-green .ac-banner-field--text .ac-content-link--button,
  .ac-banner--text-image.sea-green .ac-banner-field--text a[href].link-render-as-button.link-render-as-button,
  .ac-banner--text-image.sea-green .ac-banner-field--text .il-custom-button {
    font-size: 1.125rem;
  }
}
.ac-banner--text-image.sea-green .ac-banner-field--text .ac-content-link--button:hover,
.ac-banner--text-image.sea-green .ac-banner-field--text a[href].link-render-as-button.link-render-as-button:hover,
.ac-banner--text-image.sea-green .ac-banner-field--text .il-custom-button:hover {
  box-shadow: inset 0 0 0 3px var(--c-banner-border-button-border--hover);
  color: var(--c-banner-border-button-text--hover);
}
.ac-banner--text-image.sea-green .ac-banner-field--text .ac-content-link--button.external[href^=http]::after,
.ac-banner--text-image.sea-green .ac-banner-field--text a[href].link-render-as-button.link-render-as-button.external[href^=http]::after,
.ac-banner--text-image.sea-green .ac-banner-field--text .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;
}
.ac-banner--text-image.sea-green .ac-banner-field--text .ac-content-link--button.filetype-pdf::after,
.ac-banner--text-image.sea-green .ac-banner-field--text a[href].link-render-as-button.link-render-as-button.filetype-pdf::after,
.ac-banner--text-image.sea-green .ac-banner-field--text .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;
}
.ac-banner--text-image.blue {
  --c-banner-widget-background: var(--c-focus-field-background--blue);
  --c-banner-widget-text: var(--c-focus-field-text--dark);
}
.ac-banner--text-image.blue .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):not(.link-render-as-button--background):not(.link-render-as-button--border) {
  text-decoration: none;
  color: var(--c-link-inline-text);
  background-color: var(--c-link-inline-background);
  position: relative;
  transition: var(--transition-standard);
  border-radius: var(--border-radius);
  border-bottom: 1px solid var(--c-link-inline-text);
  font-size: 1rem;
  font-weight: var(--fw-regular);
  --c-link-inline-text: var(--c-link-inline-text--light);
  --c-link-inline-background: var(--c-link-inline-background--light);
  --c-link-inline-text--hover: var(--c-link-inline-text--light--hover);
  --c-link-inline-background--hover: var(--c-link-inline-background--light--hover);
  --c-link-inline-border: var(--c-link-inline-border--light);
  --c-link-inline-border--hover: var(--c-link-inline-border--light--hover);
}
@media screen and (min-width: 900px) {
  .ac-banner--text-image.blue .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):not(.link-render-as-button--background):not(.link-render-as-button--border) {
    font-size: 1.063rem;
  }
}
@media screen and (min-width: 1200px) {
  .ac-banner--text-image.blue .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):not(.link-render-as-button--background):not(.link-render-as-button--border) {
    font-size: 1.125rem;
  }
}
.ac-banner--text-image.blue .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):not(.link-render-as-button--background):not(.link-render-as-button--border):hover {
  color: var(--c-link-inline-text--hover);
  background-color: var(--c-link-inline-background--hover);
  box-shadow: 0 2px 0 0 currentColor;
}
.ac-banner--text-image.blue .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):not(.link-render-as-button--background):not(.link-render-as-button--border).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;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
  font-size: 1em;
}
.ac-banner--text-image.blue .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):not(.link-render-as-button--background):not(.link-render-as-button--border).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;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
  font-size: 1em;
}
.ac-banner--text-image.blue .ac-banner-field--text .ac-content-link--button,
.ac-banner--text-image.blue .ac-banner-field--text a[href].link-render-as-button.link-render-as-button,
.ac-banner--text-image.blue .ac-banner-field--text .il-custom-button {
  font-size: 1rem;
  padding: 1em;
  border: 2px solid var(--c-link-button-border);
  border-radius: var(--border-radius-button);
  display: inline-flex;
  align-items: center;
  color: var(--c-link-button-text);
  background-color: var(--c-link-button-background);
  font-weight: var(--fw-regular);
  text-decoration: none;
  text-align: center;
  transition: var(--transition-standard);
  cursor: pointer;
  font-size: 1rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  background-color: var(--c-banner-border-button-background);
  border: 1px solid var(--c-banner-border-button-border);
  border-radius: var(--border-radius-button);
  color: var(--c-banner-border-button-text);
  padding: 1rem;
  transition: var(--transition-standard);
  background-color: var(--c-transparent);
}
@media screen and (min-width: 900px) {
  .ac-banner--text-image.blue .ac-banner-field--text .ac-content-link--button,
  .ac-banner--text-image.blue .ac-banner-field--text a[href].link-render-as-button.link-render-as-button,
  .ac-banner--text-image.blue .ac-banner-field--text .il-custom-button {
    font-size: 1.125rem;
  }
}
.ac-banner--text-image.blue .ac-banner-field--text .ac-content-link--button:hover, .ac-banner--text-image.blue .ac-banner-field--text .ac-content-link--button:focus,
.ac-banner--text-image.blue .ac-banner-field--text a[href].link-render-as-button.link-render-as-button:hover,
.ac-banner--text-image.blue .ac-banner-field--text a[href].link-render-as-button.link-render-as-button:focus,
.ac-banner--text-image.blue .ac-banner-field--text .il-custom-button:hover,
.ac-banner--text-image.blue .ac-banner-field--text .il-custom-button:focus {
  border-color: var(--c-link-button-border--hover);
  color: var(--c-link-button-text--hover);
  background-color: var(--c-link-button-background--hover);
}
.ac-banner--text-image.blue .ac-banner-field--text .ac-content-link--button.external[href^=http]::after,
.ac-banner--text-image.blue .ac-banner-field--text a[href].link-render-as-button.link-render-as-button.external[href^=http]::after,
.ac-banner--text-image.blue .ac-banner-field--text .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;
}
.ac-banner--text-image.blue .ac-banner-field--text .ac-content-link--button.filetype-pdf::after,
.ac-banner--text-image.blue .ac-banner-field--text a[href].link-render-as-button.link-render-as-button.filetype-pdf::after,
.ac-banner--text-image.blue .ac-banner-field--text .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;
}
@media screen and (min-width: 900px) {
  .ac-banner--text-image.blue .ac-banner-field--text .ac-content-link--button,
  .ac-banner--text-image.blue .ac-banner-field--text a[href].link-render-as-button.link-render-as-button,
  .ac-banner--text-image.blue .ac-banner-field--text .il-custom-button {
    font-size: 1.125rem;
  }
}
.ac-banner--text-image.blue .ac-banner-field--text .ac-content-link--button:hover,
.ac-banner--text-image.blue .ac-banner-field--text a[href].link-render-as-button.link-render-as-button:hover,
.ac-banner--text-image.blue .ac-banner-field--text .il-custom-button:hover {
  box-shadow: inset 0 0 0 3px var(--c-banner-border-button-border--hover);
  color: var(--c-banner-border-button-text--hover);
}
.ac-banner--text-image.blue .ac-banner-field--text .ac-content-link--button.external[href^=http]::after,
.ac-banner--text-image.blue .ac-banner-field--text a[href].link-render-as-button.link-render-as-button.external[href^=http]::after,
.ac-banner--text-image.blue .ac-banner-field--text .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;
}
.ac-banner--text-image.blue .ac-banner-field--text .ac-content-link--button.filetype-pdf::after,
.ac-banner--text-image.blue .ac-banner-field--text a[href].link-render-as-button.link-render-as-button.filetype-pdf::after,
.ac-banner--text-image.blue .ac-banner-field--text .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;
}
.ac-banner--text-image.green {
  --c-banner-widget-background: var(--c-focus-field-background--green);
  --c-banner-widget-text: var(--c-focus-field-text--dark);
}
.ac-banner--text-image.green .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
  text-decoration: none;
  color: var(--c-link-inline-text);
  background-color: var(--c-link-inline-background);
  position: relative;
  transition: var(--transition-standard);
  border-radius: var(--border-radius);
  border-bottom: 1px solid var(--c-link-inline-text);
  font-size: 1rem;
  font-weight: var(--fw-regular);
  --c-link-inline-text: var(--c-link-inline-text--light);
  --c-link-inline-background: var(--c-link-inline-background--light);
  --c-link-inline-text--hover: var(--c-link-inline-text--light--hover);
  --c-link-inline-background--hover: var(--c-link-inline-background--light--hover);
  --c-link-inline-border: var(--c-link-inline-border--light);
  --c-link-inline-border--hover: var(--c-link-inline-border--light--hover);
}
@media screen and (min-width: 900px) {
  .ac-banner--text-image.green .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
    font-size: 1.063rem;
  }
}
@media screen and (min-width: 1200px) {
  .ac-banner--text-image.green .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
    font-size: 1.125rem;
  }
}
.ac-banner--text-image.green .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover {
  color: var(--c-link-inline-text--hover);
  background-color: var(--c-link-inline-background--hover);
  box-shadow: 0 2px 0 0 currentColor;
}
.ac-banner--text-image.green .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.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;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
  font-size: 1em;
}
.ac-banner--text-image.green .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.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;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
  font-size: 1em;
}
.ac-banner--text-image.green .ac-banner-field--text .ac-content-link--button,
.ac-banner--text-image.green .ac-banner-field--text a[href].link-render-as-button.link-render-as-button,
.ac-banner--text-image.green .ac-banner-field--text .il-custom-button {
  font-size: 1rem;
  padding: 1em;
  border: 2px solid var(--c-link-button-border);
  border-radius: var(--border-radius-button);
  display: inline-flex;
  align-items: center;
  color: var(--c-link-button-text);
  background-color: var(--c-link-button-background);
  font-weight: var(--fw-regular);
  text-decoration: none;
  text-align: center;
  transition: var(--transition-standard);
  cursor: pointer;
  font-size: 1rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  background-color: var(--c-banner-border-button-background);
  border: 1px solid var(--c-banner-border-button-border);
  border-radius: var(--border-radius-button);
  color: var(--c-banner-border-button-text);
  padding: 1rem;
  transition: var(--transition-standard);
  background-color: var(--c-transparent);
}
@media screen and (min-width: 900px) {
  .ac-banner--text-image.green .ac-banner-field--text .ac-content-link--button,
  .ac-banner--text-image.green .ac-banner-field--text a[href].link-render-as-button.link-render-as-button,
  .ac-banner--text-image.green .ac-banner-field--text .il-custom-button {
    font-size: 1.125rem;
  }
}
.ac-banner--text-image.green .ac-banner-field--text .ac-content-link--button:hover, .ac-banner--text-image.green .ac-banner-field--text .ac-content-link--button:focus,
.ac-banner--text-image.green .ac-banner-field--text a[href].link-render-as-button.link-render-as-button:hover,
.ac-banner--text-image.green .ac-banner-field--text a[href].link-render-as-button.link-render-as-button:focus,
.ac-banner--text-image.green .ac-banner-field--text .il-custom-button:hover,
.ac-banner--text-image.green .ac-banner-field--text .il-custom-button:focus {
  border-color: var(--c-link-button-border--hover);
  color: var(--c-link-button-text--hover);
  background-color: var(--c-link-button-background--hover);
}
.ac-banner--text-image.green .ac-banner-field--text .ac-content-link--button.external[href^=http]::after,
.ac-banner--text-image.green .ac-banner-field--text a[href].link-render-as-button.link-render-as-button.external[href^=http]::after,
.ac-banner--text-image.green .ac-banner-field--text .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;
}
.ac-banner--text-image.green .ac-banner-field--text .ac-content-link--button.filetype-pdf::after,
.ac-banner--text-image.green .ac-banner-field--text a[href].link-render-as-button.link-render-as-button.filetype-pdf::after,
.ac-banner--text-image.green .ac-banner-field--text .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;
}
@media screen and (min-width: 900px) {
  .ac-banner--text-image.green .ac-banner-field--text .ac-content-link--button,
  .ac-banner--text-image.green .ac-banner-field--text a[href].link-render-as-button.link-render-as-button,
  .ac-banner--text-image.green .ac-banner-field--text .il-custom-button {
    font-size: 1.125rem;
  }
}
.ac-banner--text-image.green .ac-banner-field--text .ac-content-link--button:hover,
.ac-banner--text-image.green .ac-banner-field--text a[href].link-render-as-button.link-render-as-button:hover,
.ac-banner--text-image.green .ac-banner-field--text .il-custom-button:hover {
  box-shadow: inset 0 0 0 3px var(--c-banner-border-button-border--hover);
  color: var(--c-banner-border-button-text--hover);
}
.ac-banner--text-image.green .ac-banner-field--text .ac-content-link--button.external[href^=http]::after,
.ac-banner--text-image.green .ac-banner-field--text a[href].link-render-as-button.link-render-as-button.external[href^=http]::after,
.ac-banner--text-image.green .ac-banner-field--text .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;
}
.ac-banner--text-image.green .ac-banner-field--text .ac-content-link--button.filetype-pdf::after,
.ac-banner--text-image.green .ac-banner-field--text a[href].link-render-as-button.link-render-as-button.filetype-pdf::after,
.ac-banner--text-image.green .ac-banner-field--text .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;
}
.ac-banner--text-image.purple {
  --c-banner-widget-background: var(--c-focus-field-background--purple);
  --c-banner-widget-text: var(--c-focus-field-text--dark);
}
.ac-banner--text-image.purple .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
  text-decoration: none;
  color: var(--c-link-inline-text);
  background-color: var(--c-link-inline-background);
  position: relative;
  transition: var(--transition-standard);
  border-radius: var(--border-radius);
  border-bottom: 1px solid var(--c-link-inline-text);
  font-size: 1rem;
  font-weight: var(--fw-regular);
  --c-link-inline-text: var(--c-link-inline-text--light);
  --c-link-inline-background: var(--c-link-inline-background--light);
  --c-link-inline-text--hover: var(--c-link-inline-text--light--hover);
  --c-link-inline-background--hover: var(--c-link-inline-background--light--hover);
  --c-link-inline-border: var(--c-link-inline-border--light);
  --c-link-inline-border--hover: var(--c-link-inline-border--light--hover);
}
@media screen and (min-width: 900px) {
  .ac-banner--text-image.purple .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
    font-size: 1.063rem;
  }
}
@media screen and (min-width: 1200px) {
  .ac-banner--text-image.purple .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
    font-size: 1.125rem;
  }
}
.ac-banner--text-image.purple .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover {
  color: var(--c-link-inline-text--hover);
  background-color: var(--c-link-inline-background--hover);
  box-shadow: 0 2px 0 0 currentColor;
}
.ac-banner--text-image.purple .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.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;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
  font-size: 1em;
}
.ac-banner--text-image.purple .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.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;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
  font-size: 1em;
}
.ac-banner--text-image.purple .ac-banner-field--text .ac-content-link--button,
.ac-banner--text-image.purple .ac-banner-field--text a[href].link-render-as-button.link-render-as-button,
.ac-banner--text-image.purple .ac-banner-field--text .il-custom-button {
  font-size: 1rem;
  padding: 1em;
  border: 2px solid var(--c-link-button-border);
  border-radius: var(--border-radius-button);
  display: inline-flex;
  align-items: center;
  color: var(--c-link-button-text);
  background-color: var(--c-link-button-background);
  font-weight: var(--fw-regular);
  text-decoration: none;
  text-align: center;
  transition: var(--transition-standard);
  cursor: pointer;
  font-size: 1rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  background-color: var(--c-banner-border-button-background);
  border: 1px solid var(--c-banner-border-button-border);
  border-radius: var(--border-radius-button);
  color: var(--c-banner-border-button-text);
  padding: 1rem;
  transition: var(--transition-standard);
  background-color: var(--c-transparent);
}
@media screen and (min-width: 900px) {
  .ac-banner--text-image.purple .ac-banner-field--text .ac-content-link--button,
  .ac-banner--text-image.purple .ac-banner-field--text a[href].link-render-as-button.link-render-as-button,
  .ac-banner--text-image.purple .ac-banner-field--text .il-custom-button {
    font-size: 1.125rem;
  }
}
.ac-banner--text-image.purple .ac-banner-field--text .ac-content-link--button:hover, .ac-banner--text-image.purple .ac-banner-field--text .ac-content-link--button:focus,
.ac-banner--text-image.purple .ac-banner-field--text a[href].link-render-as-button.link-render-as-button:hover,
.ac-banner--text-image.purple .ac-banner-field--text a[href].link-render-as-button.link-render-as-button:focus,
.ac-banner--text-image.purple .ac-banner-field--text .il-custom-button:hover,
.ac-banner--text-image.purple .ac-banner-field--text .il-custom-button:focus {
  border-color: var(--c-link-button-border--hover);
  color: var(--c-link-button-text--hover);
  background-color: var(--c-link-button-background--hover);
}
.ac-banner--text-image.purple .ac-banner-field--text .ac-content-link--button.external[href^=http]::after,
.ac-banner--text-image.purple .ac-banner-field--text a[href].link-render-as-button.link-render-as-button.external[href^=http]::after,
.ac-banner--text-image.purple .ac-banner-field--text .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;
}
.ac-banner--text-image.purple .ac-banner-field--text .ac-content-link--button.filetype-pdf::after,
.ac-banner--text-image.purple .ac-banner-field--text a[href].link-render-as-button.link-render-as-button.filetype-pdf::after,
.ac-banner--text-image.purple .ac-banner-field--text .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;
}
@media screen and (min-width: 900px) {
  .ac-banner--text-image.purple .ac-banner-field--text .ac-content-link--button,
  .ac-banner--text-image.purple .ac-banner-field--text a[href].link-render-as-button.link-render-as-button,
  .ac-banner--text-image.purple .ac-banner-field--text .il-custom-button {
    font-size: 1.125rem;
  }
}
.ac-banner--text-image.purple .ac-banner-field--text .ac-content-link--button:hover,
.ac-banner--text-image.purple .ac-banner-field--text a[href].link-render-as-button.link-render-as-button:hover,
.ac-banner--text-image.purple .ac-banner-field--text .il-custom-button:hover {
  box-shadow: inset 0 0 0 3px var(--c-banner-border-button-border--hover);
  color: var(--c-banner-border-button-text--hover);
}
.ac-banner--text-image.purple .ac-banner-field--text .ac-content-link--button.external[href^=http]::after,
.ac-banner--text-image.purple .ac-banner-field--text a[href].link-render-as-button.link-render-as-button.external[href^=http]::after,
.ac-banner--text-image.purple .ac-banner-field--text .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;
}
.ac-banner--text-image.purple .ac-banner-field--text .ac-content-link--button.filetype-pdf::after,
.ac-banner--text-image.purple .ac-banner-field--text a[href].link-render-as-button.link-render-as-button.filetype-pdf::after,
.ac-banner--text-image.purple .ac-banner-field--text .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;
}
.ac-banner--text-image.beige {
  --c-banner-widget-background: var(--c-focus-field-background--beige);
  --c-banner-widget-text: var(--c-focus-field-text--dark);
}
.ac-banner--text-image.beige .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
  text-decoration: none;
  color: var(--c-link-inline-text);
  background-color: var(--c-link-inline-background);
  position: relative;
  transition: var(--transition-standard);
  border-radius: var(--border-radius);
  border-bottom: 1px solid var(--c-link-inline-text);
  font-size: 1rem;
  font-weight: var(--fw-regular);
  --c-link-inline-text: var(--c-link-inline-text--light);
  --c-link-inline-background: var(--c-link-inline-background--light);
  --c-link-inline-text--hover: var(--c-link-inline-text--light--hover);
  --c-link-inline-background--hover: var(--c-link-inline-background--light--hover);
  --c-link-inline-border: var(--c-link-inline-border--light);
  --c-link-inline-border--hover: var(--c-link-inline-border--light--hover);
}
@media screen and (min-width: 900px) {
  .ac-banner--text-image.beige .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
    font-size: 1.063rem;
  }
}
@media screen and (min-width: 1200px) {
  .ac-banner--text-image.beige .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
    font-size: 1.125rem;
  }
}
.ac-banner--text-image.beige .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover {
  color: var(--c-link-inline-text--hover);
  background-color: var(--c-link-inline-background--hover);
  box-shadow: 0 2px 0 0 currentColor;
}
.ac-banner--text-image.beige .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.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;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
  font-size: 1em;
}
.ac-banner--text-image.beige .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.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;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
  font-size: 1em;
}
.ac-banner--text-image.beige .ac-banner-field--text .ac-content-link--button,
.ac-banner--text-image.beige .ac-banner-field--text a[href].link-render-as-button.link-render-as-button,
.ac-banner--text-image.beige .ac-banner-field--text .il-custom-button {
  font-size: 1rem;
  padding: 1em;
  border: 2px solid var(--c-link-button-border);
  border-radius: var(--border-radius-button);
  display: inline-flex;
  align-items: center;
  color: var(--c-link-button-text);
  background-color: var(--c-link-button-background);
  font-weight: var(--fw-regular);
  text-decoration: none;
  text-align: center;
  transition: var(--transition-standard);
  cursor: pointer;
  font-size: 1rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  background-color: var(--c-banner-border-button-background);
  border: 1px solid var(--c-banner-border-button-border);
  border-radius: var(--border-radius-button);
  color: var(--c-banner-border-button-text);
  padding: 1rem;
  transition: var(--transition-standard);
  background-color: var(--c-transparent);
}
@media screen and (min-width: 900px) {
  .ac-banner--text-image.beige .ac-banner-field--text .ac-content-link--button,
  .ac-banner--text-image.beige .ac-banner-field--text a[href].link-render-as-button.link-render-as-button,
  .ac-banner--text-image.beige .ac-banner-field--text .il-custom-button {
    font-size: 1.125rem;
  }
}
.ac-banner--text-image.beige .ac-banner-field--text .ac-content-link--button:hover, .ac-banner--text-image.beige .ac-banner-field--text .ac-content-link--button:focus,
.ac-banner--text-image.beige .ac-banner-field--text a[href].link-render-as-button.link-render-as-button:hover,
.ac-banner--text-image.beige .ac-banner-field--text a[href].link-render-as-button.link-render-as-button:focus,
.ac-banner--text-image.beige .ac-banner-field--text .il-custom-button:hover,
.ac-banner--text-image.beige .ac-banner-field--text .il-custom-button:focus {
  border-color: var(--c-link-button-border--hover);
  color: var(--c-link-button-text--hover);
  background-color: var(--c-link-button-background--hover);
}
.ac-banner--text-image.beige .ac-banner-field--text .ac-content-link--button.external[href^=http]::after,
.ac-banner--text-image.beige .ac-banner-field--text a[href].link-render-as-button.link-render-as-button.external[href^=http]::after,
.ac-banner--text-image.beige .ac-banner-field--text .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;
}
.ac-banner--text-image.beige .ac-banner-field--text .ac-content-link--button.filetype-pdf::after,
.ac-banner--text-image.beige .ac-banner-field--text a[href].link-render-as-button.link-render-as-button.filetype-pdf::after,
.ac-banner--text-image.beige .ac-banner-field--text .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;
}
@media screen and (min-width: 900px) {
  .ac-banner--text-image.beige .ac-banner-field--text .ac-content-link--button,
  .ac-banner--text-image.beige .ac-banner-field--text a[href].link-render-as-button.link-render-as-button,
  .ac-banner--text-image.beige .ac-banner-field--text .il-custom-button {
    font-size: 1.125rem;
  }
}
.ac-banner--text-image.beige .ac-banner-field--text .ac-content-link--button:hover,
.ac-banner--text-image.beige .ac-banner-field--text a[href].link-render-as-button.link-render-as-button:hover,
.ac-banner--text-image.beige .ac-banner-field--text .il-custom-button:hover {
  box-shadow: inset 0 0 0 3px var(--c-banner-border-button-border--hover);
  color: var(--c-banner-border-button-text--hover);
}
.ac-banner--text-image.beige .ac-banner-field--text .ac-content-link--button.external[href^=http]::after,
.ac-banner--text-image.beige .ac-banner-field--text a[href].link-render-as-button.link-render-as-button.external[href^=http]::after,
.ac-banner--text-image.beige .ac-banner-field--text .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;
}
.ac-banner--text-image.beige .ac-banner-field--text .ac-content-link--button.filetype-pdf::after,
.ac-banner--text-image.beige .ac-banner-field--text a[href].link-render-as-button.link-render-as-button.filetype-pdf::after,
.ac-banner--text-image.beige .ac-banner-field--text .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;
}
.ac-banner--text-image.dark-blue {
  --c-banner-widget-background: var(--c-focus-field-background--dark-blue);
  --c-banner-text: #fff;
  --c-banner-widget-text: var(--c-focus-field-text--light);
}
.ac-banner--text-image.dark-blue .ac-banner-field--text {
  color: #fff !important;
}
.ac-banner--text-image.dark-blue .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
  text-decoration: none;
  color: var(--c-link-inline-text);
  background-color: var(--c-link-inline-background);
  position: relative;
  transition: var(--transition-standard);
  border-radius: var(--border-radius);
  border-bottom: 1px solid var(--c-link-inline-text);
  font-size: 1rem;
  font-weight: var(--fw-regular);
  --c-link-inline-text: var(--c-link-inline-text--light);
  --c-link-inline-background: var(--c-link-inline-background--light);
  --c-link-inline-text--hover: var(--c-link-inline-text--light--hover);
  --c-link-inline-background--hover: var(--c-link-inline-background--light--hover);
  --c-link-inline-border: var(--c-link-inline-border--light);
  --c-link-inline-border--hover: var(--c-link-inline-border--light--hover);
}
@media screen and (min-width: 900px) {
  .ac-banner--text-image.dark-blue .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
    font-size: 1.063rem;
  }
}
@media screen and (min-width: 1200px) {
  .ac-banner--text-image.dark-blue .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
    font-size: 1.125rem;
  }
}
.ac-banner--text-image.dark-blue .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover {
  color: var(--c-link-inline-text--hover);
  background-color: var(--c-link-inline-background--hover);
  box-shadow: 0 2px 0 0 currentColor;
}
.ac-banner--text-image.dark-blue .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.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;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
  font-size: 1em;
}
.ac-banner--text-image.dark-blue .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.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;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
  font-size: 1em;
}
.ac-banner--text-image.dark-blue .ac-banner-field--text .ac-content-link--button,
.ac-banner--text-image.dark-blue .ac-banner-field--text a[href].link-render-as-button.link-render-as-button,
.ac-banner--text-image.dark-blue .ac-banner-field--text .il-custom-button {
  font-size: 1rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  background-color: var(--c-link-button-background--custom);
  border: 1px solid var(--c-link-button-border--custom);
  border-radius: var(--border-radius-button);
  color: var(--c-link-button-text--custom);
  font-weight: var(--fw-regular);
  padding: 1em;
  transition: var(--transition-standard);
}
@media screen and (min-width: 900px) {
  .ac-banner--text-image.dark-blue .ac-banner-field--text .ac-content-link--button,
  .ac-banner--text-image.dark-blue .ac-banner-field--text a[href].link-render-as-button.link-render-as-button,
  .ac-banner--text-image.dark-blue .ac-banner-field--text .il-custom-button {
    font-size: 1.125rem;
  }
}
.ac-banner--text-image.dark-blue .ac-banner-field--text .ac-content-link--button:hover,
.ac-banner--text-image.dark-blue .ac-banner-field--text a[href].link-render-as-button.link-render-as-button:hover,
.ac-banner--text-image.dark-blue .ac-banner-field--text .il-custom-button:hover {
  background-color: var(--c-link-button-background--custom--hover);
  border-color: var(--c-link-button-border--custom--hover);
  box-shadow: inset 0 0 0 3px var(--c-link-button-border--custom--hover);
  color: var(--c-link-button-text--custom--hover);
}
.ac-banner--text-image.dark-blue .ac-banner-field--text .ac-content-link--button.external[href^=http]::after,
.ac-banner--text-image.dark-blue .ac-banner-field--text a[href].link-render-as-button.link-render-as-button.external[href^=http]::after,
.ac-banner--text-image.dark-blue .ac-banner-field--text .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;
}
.ac-banner--text-image.dark-blue .ac-banner-field--text .ac-content-link--button.filetype-pdf::after,
.ac-banner--text-image.dark-blue .ac-banner-field--text a[href].link-render-as-button.link-render-as-button.filetype-pdf::after,
.ac-banner--text-image.dark-blue .ac-banner-field--text .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-banner-section .ac-banner-content--outer {
  background: var(--c-banner-background);
  padding: 5.21rem 0;
}
@media screen and (min-width: 900px) {
  .wp-banner-section .ac-banner-content--outer {
    padding: 8.5rem 0;
  }
}
.wp-banner-section .ac-banner-content--inner {
  width: 90%;
  max-width: var(--max-content-width);
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}
.wp-banner-section .ac-banner-content--inner > * + * {
  margin-top: 0;
}
@supports (display: grid) {
  .wp-banner-section .ac-banner-content--inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0;
  }
  .wp-banner-section .ac-banner-content--inner > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .wp-banner-section .ac-banner-content--inner > * + * {
    margin-top: 0;
  }
  @supports (display: grid) {
    .wp-banner-section .ac-banner-content--inner {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      -moz-column-gap: 2rem;
           column-gap: 2rem;
      row-gap: 0;
    }
    .wp-banner-section .ac-banner-content--inner > * + * {
      margin-top: 0;
    }
  }
}
.wp-banner-section .ac-banner-field--text {
  grid-row: 2;
  grid-column: 1;
  padding: unset;
  gap: 1.125rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 900px) {
  .wp-banner-section .ac-banner-field--text {
    grid-row: unset;
    grid-column: 1/3;
    padding-right: 1.5rem;
  }
}
.wp-banner-section .ac-banner-field--text .ac-banner-field-header .ac-banner-field-title {
  font-size: 1.875rem;
  font-weight: var(--fw-semibold);
  color: var(--c-banner-text);
}
@media screen and (min-width: 900px) {
  .wp-banner-section .ac-banner-field--text .ac-banner-field-header .ac-banner-field-title {
    font-size: 2.5rem;
  }
}
.wp-banner-section .ac-banner-field--text .ac-banner-field-header + .ac-banner-field-body {
  margin-top: 0.75rem;
}
.wp-banner-section .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt {
  font-size: 1.25rem;
  color: var(--c-theme-11);
}
.wp-banner-section .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + * {
  margin-top: 1.25em;
}
.wp-banner-section .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h1, .wp-banner-section .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h2, .wp-banner-section .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h3, .wp-banner-section .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h4, .wp-banner-section .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h5, .wp-banner-section .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h6 {
  margin-top: 1.5em;
}
.wp-banner-section .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h1 + *, .wp-banner-section .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h2 + *, .wp-banner-section .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h3 + * {
  margin-top: 0.75em;
}
.wp-banner-section .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h4 + *, .wp-banner-section .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h5 + *, .wp-banner-section .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h6 + * {
  margin-top: 0.375em;
}
.wp-banner-section .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > ul li + li,
.wp-banner-section .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > ul li > ul,
.wp-banner-section .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > ul li > ol, .wp-banner-section .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > ol li + li,
.wp-banner-section .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > ol li > ul,
.wp-banner-section .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) {
  .wp-banner-section .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt {
    font-size: 1.5rem;
  }
}
.wp-banner-section .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt h3 {
  font-size: 1.5rem;
  font-weight: var(--fw-semibold);
  color: var(--c-theme-7);
}
@media screen and (min-width: 900px) {
  .wp-banner-section .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt h3 {
    font-size: 2rem;
  }
}
.wp-banner-section .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > p {
  display: inline-flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-banner-section .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > p {
    flex-direction: row;
  }
}
.wp-banner-section .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):not(.link-render-as-button--background):not(.link-render-as-button--border) {
  text-decoration: none;
  color: var(--c-link-inline-text);
  background-color: var(--c-link-inline-background);
  position: relative;
  transition: var(--transition-standard);
  border-radius: var(--border-radius);
  border-bottom: 1px solid var(--c-link-inline-text);
  font-size: 1rem;
  font-weight: var(--fw-regular);
  --c-link-inline-text: var(--c-link-inline-text--dark);
  --c-link-inline-background: var(--c-link-inline-background--dark);
  --c-link-inline-text--hover: var(--c-link-inline-text--dark--hover);
  --c-link-inline-background--hover: var(--c-link-inline-background--dark--hover);
  --c-link-inline-border: var(--c-link-inline-border--dark);
  --c-link-inline-border--hover: var(--c-link-inline-border--dark--hover);
}
@media screen and (min-width: 900px) {
  .wp-banner-section .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):not(.link-render-as-button--background):not(.link-render-as-button--border) {
    font-size: 1.063rem;
  }
}
@media screen and (min-width: 1200px) {
  .wp-banner-section .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):not(.link-render-as-button--background):not(.link-render-as-button--border) {
    font-size: 1.125rem;
  }
}
.wp-banner-section .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):not(.link-render-as-button--background):not(.link-render-as-button--border):hover {
  color: var(--c-link-inline-text--hover);
  background-color: var(--c-link-inline-background--hover);
  box-shadow: 0 2px 0 0 currentColor;
}
.wp-banner-section .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):not(.link-render-as-button--background):not(.link-render-as-button--border).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;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
  font-size: 1em;
}
.wp-banner-section .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):not(.link-render-as-button--background):not(.link-render-as-button--border).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;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
  font-size: 1em;
}
.wp-banner-section .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .InnholdLinkTekst.link-render-as-button--background {
  font-size: 1rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  background-color: var(--c-banner-button-background);
  border: 1px solid var(--c-banner-button-border);
  border-radius: var(--border-radius-button);
  color: var(--c-banner-button-text);
  font-weight: var(--fw-regular);
  padding: 1em;
  transition: var(--transition-standard);
}
@media screen and (min-width: 900px) {
  .wp-banner-section .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .InnholdLinkTekst.link-render-as-button--background {
    font-size: 1.125rem;
  }
}
.wp-banner-section .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .InnholdLinkTekst.link-render-as-button--background:hover {
  background-color: var(--c-banner-button-background--hover);
  border-color: var(--c-banner-button-border--hover);
  box-shadow: none;
  color: var(--c-banner-button-text--hover);
}
.wp-banner-section .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .InnholdLinkTekst.link-render-as-button--background.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-banner-section .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .InnholdLinkTekst.link-render-as-button--background.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-banner-section .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .InnholdLinkTekst.link-render-as-button--border {
  font-size: 1rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  background-color: var(--c-banner-border-button-background);
  border: 1px solid var(--c-banner-border-button-border);
  border-radius: var(--border-radius-button);
  color: var(--c-banner-border-button-text);
  padding: 1rem;
  transition: var(--transition-standard);
}
@media screen and (min-width: 900px) {
  .wp-banner-section .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .InnholdLinkTekst.link-render-as-button--border {
    font-size: 1.125rem;
  }
}
.wp-banner-section .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .InnholdLinkTekst.link-render-as-button--border:hover {
  box-shadow: inset 0 0 0 3px var(--c-banner-border-button-border--hover);
  color: var(--c-banner-border-button-text--hover);
}
.wp-banner-section .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .InnholdLinkTekst.link-render-as-button--border.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-banner-section .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt .InnholdLinkTekst.link-render-as-button--border.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-banner-section .ac-banner-field--text .ac-banner-field-body + .ac-banner-field-footer {
  margin-top: 0.75rem;
}
.wp-banner-section .ac-banner-field--image {
  grid-row: 1;
  grid-column: 1;
  display: none;
}
@media screen and (min-width: 900px) {
  .wp-banner-section .ac-banner-field--image {
    display: block;
    grid-row: unset;
    grid-column: 3;
  }
}
.wp-banner-section .ac-banner-field--image .ac-image {
  border-radius: var(--border-radius-image);
}
.wp-banner-section .ac-banner-field--video {
  height: 100%;
}
.wp-banner-section .ac-banner-field--video .ac-banner-field-body {
  height: 100%;
}
.wp-banner-section .ac-banner-field--video .ac-banner-field-body .ac-video {
  border-radius: var(--border-radius-image);
  height: 100%;
}

.ac-banner--text-menu {
  --c-banner-widget-background: var(--c-transparent);
  --c-banner-widget-text: var(--c-text-dark);
}
.ac-banner--text-menu .ac-banner-content--outer {
  background-color: var(--c-banner-widget-background);
}
.ac-banner--text-menu .ac-banner-content--inner {
  width: 90%;
  max-width: initial;
  margin-left: auto;
  margin-right: auto;
}
.ac-banner--text-menu .ac-banner-content--inner > * + * {
  margin-top: 1rem;
}
@supports (display: grid) {
  .ac-banner--text-menu .ac-banner-content--inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 1rem;
  }
  .ac-banner--text-menu .ac-banner-content--inner > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .ac-banner--text-menu .ac-banner-content--inner > * + * {
    margin-top: 0;
  }
  @supports (display: grid) {
    .ac-banner--text-menu .ac-banner-content--inner {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -moz-column-gap: 2rem;
           column-gap: 2rem;
      row-gap: 0;
    }
    .ac-banner--text-menu .ac-banner-content--inner > * + * {
      margin-top: 0;
    }
  }
}
.ac-banner--text-menu .ac-banner-field--text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ac-banner--text-menu .ac-banner-field--text .ac-banner-field-header .ac-banner-field-title {
  color: var(--c-banner-widget-text);
}
.ac-banner--text-menu .ac-banner-field--text .ac-banner-field-header + .ac-banner-field-body {
  margin-top: 0.75rem;
}
.ac-banner--text-menu .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt {
  color: var(--c-banner-widget-text);
}
.ac-banner--text-menu .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + * {
  margin-top: 1.25em;
}
.ac-banner--text-menu .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h1, .ac-banner--text-menu .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h2, .ac-banner--text-menu .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h3, .ac-banner--text-menu .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h4, .ac-banner--text-menu .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h5, .ac-banner--text-menu .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h6 {
  margin-top: 1.5em;
}
.ac-banner--text-menu .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h1 + *, .ac-banner--text-menu .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h2 + *, .ac-banner--text-menu .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h3 + * {
  margin-top: 0.75em;
}
.ac-banner--text-menu .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h4 + *, .ac-banner--text-menu .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h5 + *, .ac-banner--text-menu .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h6 + * {
  margin-top: 0.375em;
}
.ac-banner--text-menu .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > ul li + li,
.ac-banner--text-menu .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > ul li > ul,
.ac-banner--text-menu .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > ul li > ol, .ac-banner--text-menu .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > ol li + li,
.ac-banner--text-menu .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > ol li > ul,
.ac-banner--text-menu .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > ol li > ol {
  margin-top: 0.5em;
}
.ac-banner--text-menu .ac-banner-field--text .ac-banner-field-body + .ac-banner-field-footer {
  margin-top: 0.75rem;
}
.ac-banner--text-menu.dark {
  --c-banner-widget-background: var(--c-focus-field-background--dark);
  --c-banner-widget-text: var(--c-focus-field-text--dark);
}
.ac-banner--text-menu.dark .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
  text-decoration: none;
  color: var(--c-link-inline-text);
  background-color: var(--c-link-inline-background);
  position: relative;
  transition: var(--transition-standard);
  border-radius: var(--border-radius);
  border-bottom: 1px solid var(--c-link-inline-text);
  font-size: 1rem;
  font-weight: var(--fw-regular);
  --c-link-inline-text: var(--c-link-inline-text--light);
  --c-link-inline-background: var(--c-link-inline-background--light);
  --c-link-inline-text--hover: var(--c-link-inline-text--light--hover);
  --c-link-inline-background--hover: var(--c-link-inline-background--light--hover);
  --c-link-inline-border: var(--c-link-inline-border--light);
  --c-link-inline-border--hover: var(--c-link-inline-border--light--hover);
}
@media screen and (min-width: 900px) {
  .ac-banner--text-menu.dark .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
    font-size: 1.063rem;
  }
}
@media screen and (min-width: 1200px) {
  .ac-banner--text-menu.dark .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
    font-size: 1.125rem;
  }
}
.ac-banner--text-menu.dark .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover {
  color: var(--c-link-inline-text--hover);
  background-color: var(--c-link-inline-background--hover);
  box-shadow: 0 2px 0 0 currentColor;
}
.ac-banner--text-menu.dark .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.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;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
  font-size: 1em;
}
.ac-banner--text-menu.dark .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.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;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
  font-size: 1em;
}
.ac-banner--text-menu.dark .ac-banner-field--text .ac-content-link--button,
.ac-banner--text-menu.dark .ac-banner-field--text a[href].link-render-as-button.link-render-as-button,
.ac-banner--text-menu.dark .ac-banner-field--text .il-custom-button {
  font-size: 1rem;
  padding: 1em;
  border: 2px solid var(--c-link-button-border);
  border-radius: var(--border-radius-button);
  display: inline-flex;
  align-items: center;
  color: var(--c-link-button-text);
  background-color: var(--c-link-button-background);
  font-weight: var(--fw-regular);
  text-decoration: none;
  text-align: center;
  transition: var(--transition-standard);
  cursor: pointer;
  --c-link-button-text: var(--c-link-button-text--light);
  --c-link-button-background: var(--c-link-button-background--light);
  --c-link-button-border: var(--c-link-button-border--light);
  --c-link-button-text--hover: var(--c-link-button-text--light--hover);
  --c-link-button-background--hover: var(--c-link-button-background--light--hover);
  --c-link-button-border--hover: var(--c-link-button-border--light--hover);
}
@media screen and (min-width: 900px) {
  .ac-banner--text-menu.dark .ac-banner-field--text .ac-content-link--button,
  .ac-banner--text-menu.dark .ac-banner-field--text a[href].link-render-as-button.link-render-as-button,
  .ac-banner--text-menu.dark .ac-banner-field--text .il-custom-button {
    font-size: 1.125rem;
  }
}
.ac-banner--text-menu.dark .ac-banner-field--text .ac-content-link--button:hover, .ac-banner--text-menu.dark .ac-banner-field--text .ac-content-link--button:focus,
.ac-banner--text-menu.dark .ac-banner-field--text a[href].link-render-as-button.link-render-as-button:hover,
.ac-banner--text-menu.dark .ac-banner-field--text a[href].link-render-as-button.link-render-as-button:focus,
.ac-banner--text-menu.dark .ac-banner-field--text .il-custom-button:hover,
.ac-banner--text-menu.dark .ac-banner-field--text .il-custom-button:focus {
  border-color: var(--c-link-button-border--hover);
  color: var(--c-link-button-text--hover);
  background-color: var(--c-link-button-background--hover);
}
.ac-banner--text-menu.dark .ac-banner-field--text .ac-content-link--button.external[href^=http]::after,
.ac-banner--text-menu.dark .ac-banner-field--text a[href].link-render-as-button.link-render-as-button.external[href^=http]::after,
.ac-banner--text-menu.dark .ac-banner-field--text .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;
}
.ac-banner--text-menu.dark .ac-banner-field--text .ac-content-link--button.filetype-pdf::after,
.ac-banner--text-menu.dark .ac-banner-field--text a[href].link-render-as-button.link-render-as-button.filetype-pdf::after,
.ac-banner--text-menu.dark .ac-banner-field--text .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;
}
.ac-banner--text-menu.light {
  --c-banner-widget-background: var(--c-focus-field-background--light);
  --c-banner-widget-text: var(--c-focus-field-text--light);
}
.ac-banner--text-menu.light .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
  text-decoration: none;
  color: var(--c-link-inline-text);
  background-color: var(--c-link-inline-background);
  position: relative;
  transition: var(--transition-standard);
  border-radius: var(--border-radius);
  border-bottom: 1px solid var(--c-link-inline-text);
  font-size: 1rem;
  font-weight: var(--fw-regular);
  --c-link-inline-text: var(--c-link-inline-text--dark);
  --c-link-inline-background: var(--c-link-inline-background--dark);
  --c-link-inline-text--hover: var(--c-link-inline-text--dark--hover);
  --c-link-inline-background--hover: var(--c-link-inline-background--dark--hover);
  --c-link-inline-border: var(--c-link-inline-border--dark);
  --c-link-inline-border--hover: var(--c-link-inline-border--dark--hover);
}
@media screen and (min-width: 900px) {
  .ac-banner--text-menu.light .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
    font-size: 1.063rem;
  }
}
@media screen and (min-width: 1200px) {
  .ac-banner--text-menu.light .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
    font-size: 1.125rem;
  }
}
.ac-banner--text-menu.light .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover {
  color: var(--c-link-inline-text--hover);
  background-color: var(--c-link-inline-background--hover);
  box-shadow: 0 2px 0 0 currentColor;
}
.ac-banner--text-menu.light .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.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;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
  font-size: 1em;
}
.ac-banner--text-menu.light .ac-banner-field--text .InnholdLinkTekst:not(.link-render-as-button):not(.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;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
  font-size: 1em;
}
.ac-banner--text-menu.light .ac-banner-field--text .ac-content-link--button,
.ac-banner--text-menu.light .ac-banner-field--text a[href].link-render-as-button.link-render-as-button,
.ac-banner--text-menu.light .ac-banner-field--text .il-custom-button {
  font-size: 1rem;
  padding: 1em;
  border: 2px solid var(--c-link-button-border);
  border-radius: var(--border-radius-button);
  display: inline-flex;
  align-items: center;
  color: var(--c-link-button-text);
  background-color: var(--c-link-button-background);
  font-weight: var(--fw-regular);
  text-decoration: none;
  text-align: center;
  transition: var(--transition-standard);
  cursor: pointer;
  --c-link-button-text: var(--c-link-button-text--dark);
  --c-link-button-background: var(--c-link-button-background--dark);
  --c-link-button-border: var(--c-link-button-border--dark);
  --c-link-button-text--hover: var(--c-link-button-text--dark--hover);
  --c-link-button-background--hover: var(--c-link-button-background--dark--hover);
  --c-link-button-border--hover: var(--c-link-button-border--dark--hover);
}
@media screen and (min-width: 900px) {
  .ac-banner--text-menu.light .ac-banner-field--text .ac-content-link--button,
  .ac-banner--text-menu.light .ac-banner-field--text a[href].link-render-as-button.link-render-as-button,
  .ac-banner--text-menu.light .ac-banner-field--text .il-custom-button {
    font-size: 1.125rem;
  }
}
.ac-banner--text-menu.light .ac-banner-field--text .ac-content-link--button:hover, .ac-banner--text-menu.light .ac-banner-field--text .ac-content-link--button:focus,
.ac-banner--text-menu.light .ac-banner-field--text a[href].link-render-as-button.link-render-as-button:hover,
.ac-banner--text-menu.light .ac-banner-field--text a[href].link-render-as-button.link-render-as-button:focus,
.ac-banner--text-menu.light .ac-banner-field--text .il-custom-button:hover,
.ac-banner--text-menu.light .ac-banner-field--text .il-custom-button:focus {
  border-color: var(--c-link-button-border--hover);
  color: var(--c-link-button-text--hover);
  background-color: var(--c-link-button-background--hover);
}
.ac-banner--text-menu.light .ac-banner-field--text .ac-content-link--button.external[href^=http]::after,
.ac-banner--text-menu.light .ac-banner-field--text a[href].link-render-as-button.link-render-as-button.external[href^=http]::after,
.ac-banner--text-menu.light .ac-banner-field--text .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;
}
.ac-banner--text-menu.light .ac-banner-field--text .ac-content-link--button.filetype-pdf::after,
.ac-banner--text-menu.light .ac-banner-field--text a[href].link-render-as-button.link-render-as-button.filetype-pdf::after,
.ac-banner--text-menu.light .ac-banner-field--text .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,
.wp-area-message-local .area-message-list-item {
  padding: 2rem;
}
.wp-area-message-global .area-message-list-item__title + .area-message-list-item__content, .wp-area-message-global .area-message-list-item__title + .area-message__content,
.wp-area-message-global .area-message__title + .area-message-list-item__content,
.wp-area-message-global .area-message__title + .area-message__content,
.wp-area-message-local .area-message-list-item__title + .area-message-list-item__content,
.wp-area-message-local .area-message-list-item__title + .area-message__content,
.wp-area-message-local .area-message__title + .area-message-list-item__content,
.wp-area-message-local .area-message__title + .area-message__content {
  margin-top: 1rem;
}
.wp-area-message-global .area-message-list-item__content > * + *,
.wp-area-message-global .area-message__content > * + *,
.wp-area-message-local .area-message-list-item__content > * + *,
.wp-area-message-local .area-message__content > * + * {
  margin-top: 1.25em;
}
.wp-area-message-global .area-message-list-item__content > * + h1, .wp-area-message-global .area-message-list-item__content > * + h2, .wp-area-message-global .area-message-list-item__content > * + h3, .wp-area-message-global .area-message-list-item__content > * + h4, .wp-area-message-global .area-message-list-item__content > * + h5, .wp-area-message-global .area-message-list-item__content > * + h6,
.wp-area-message-global .area-message__content > * + h1,
.wp-area-message-global .area-message__content > * + h2,
.wp-area-message-global .area-message__content > * + h3,
.wp-area-message-global .area-message__content > * + h4,
.wp-area-message-global .area-message__content > * + h5,
.wp-area-message-global .area-message__content > * + h6,
.wp-area-message-local .area-message-list-item__content > * + h1,
.wp-area-message-local .area-message-list-item__content > * + h2,
.wp-area-message-local .area-message-list-item__content > * + h3,
.wp-area-message-local .area-message-list-item__content > * + h4,
.wp-area-message-local .area-message-list-item__content > * + h5,
.wp-area-message-local .area-message-list-item__content > * + h6,
.wp-area-message-local .area-message__content > * + h1,
.wp-area-message-local .area-message__content > * + h2,
.wp-area-message-local .area-message__content > * + h3,
.wp-area-message-local .area-message__content > * + h4,
.wp-area-message-local .area-message__content > * + h5,
.wp-area-message-local .area-message__content > * + h6 {
  margin-top: 1.5em;
}
.wp-area-message-global .area-message-list-item__content > h1 + *, .wp-area-message-global .area-message-list-item__content > h2 + *, .wp-area-message-global .area-message-list-item__content > h3 + *,
.wp-area-message-global .area-message__content > h1 + *,
.wp-area-message-global .area-message__content > h2 + *,
.wp-area-message-global .area-message__content > h3 + *,
.wp-area-message-local .area-message-list-item__content > h1 + *,
.wp-area-message-local .area-message-list-item__content > h2 + *,
.wp-area-message-local .area-message-list-item__content > h3 + *,
.wp-area-message-local .area-message__content > h1 + *,
.wp-area-message-local .area-message__content > h2 + *,
.wp-area-message-local .area-message__content > h3 + * {
  margin-top: 0.75em;
}
.wp-area-message-global .area-message-list-item__content > h4 + *, .wp-area-message-global .area-message-list-item__content > h5 + *, .wp-area-message-global .area-message-list-item__content > h6 + *,
.wp-area-message-global .area-message__content > h4 + *,
.wp-area-message-global .area-message__content > h5 + *,
.wp-area-message-global .area-message__content > h6 + *,
.wp-area-message-local .area-message-list-item__content > h4 + *,
.wp-area-message-local .area-message-list-item__content > h5 + *,
.wp-area-message-local .area-message-list-item__content > h6 + *,
.wp-area-message-local .area-message__content > h4 + *,
.wp-area-message-local .area-message__content > h5 + *,
.wp-area-message-local .area-message__content > h6 + * {
  margin-top: 0.375em;
}
.wp-area-message-global .area-message-list-item__content > ul li + li,
.wp-area-message-global .area-message-list-item__content > ul li > ul,
.wp-area-message-global .area-message-list-item__content > ul li > ol, .wp-area-message-global .area-message-list-item__content > ol li + li,
.wp-area-message-global .area-message-list-item__content > ol li > ul,
.wp-area-message-global .area-message-list-item__content > ol li > ol,
.wp-area-message-global .area-message__content > ul li + li,
.wp-area-message-global .area-message__content > ul li > ul,
.wp-area-message-global .area-message__content > ul li > ol,
.wp-area-message-global .area-message__content > ol li + li,
.wp-area-message-global .area-message__content > ol li > ul,
.wp-area-message-global .area-message__content > ol li > ol,
.wp-area-message-local .area-message-list-item__content > ul li + li,
.wp-area-message-local .area-message-list-item__content > ul li > ul,
.wp-area-message-local .area-message-list-item__content > ul li > ol,
.wp-area-message-local .area-message-list-item__content > ol li + li,
.wp-area-message-local .area-message-list-item__content > ol li > ul,
.wp-area-message-local .area-message-list-item__content > ol li > ol,
.wp-area-message-local .area-message__content > ul li + li,
.wp-area-message-local .area-message__content > ul li > ul,
.wp-area-message-local .area-message__content > ul li > ol,
.wp-area-message-local .area-message__content > ol li + li,
.wp-area-message-local .area-message__content > ol li > ul,
.wp-area-message-local .area-message__content > ol li > ol {
  margin-top: 0.5em;
}

.wp-area-message-local {
  margin-bottom: 2rem;
}

.wp-area-message-global .area-message-list-item,
.wp-area-message-local .area-message-list-item {
  border-radius: var(--border-radius-button);
}
.wp-area-message-global .area-message-list-item .area-message-list-item__text,
.wp-area-message-local .area-message-list-item .area-message-list-item__text {
  width: 90%;
  max-width: var(--max-content-width);
  margin-left: auto;
  margin-right: auto;
}
.wp-area-message-global .area-message-list-item.emergency,
.wp-area-message-local .area-message-list-item.emergency {
  background-color: var(--c-area-message-background--emergency);
  color: var(--c-area-message-text--emergency);
}
.wp-area-message-global .area-message-list-item.emergency .area-message-list-item__content .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-global .area-message-list-item.emergency .area-message__content .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-local .area-message-list-item.emergency .area-message-list-item__content .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-local .area-message-list-item.emergency .area-message__content .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
  text-decoration: none;
  color: var(--c-link-inline-text);
  background-color: var(--c-link-inline-background);
  position: relative;
  transition: var(--transition-standard);
  border-radius: var(--border-radius);
  border-bottom: 1px solid var(--c-link-inline-text);
  font-size: 1rem;
  font-weight: var(--fw-regular);
  --c-link-inline-text: var(--c-link-inline-text--light);
  --c-link-inline-background: var(--c-link-inline-background--light);
  --c-link-inline-text--hover: var(--c-link-inline-text--light--hover);
  --c-link-inline-background--hover: var(--c-link-inline-background--light--hover);
  --c-link-inline-border: var(--c-link-inline-border--light);
  --c-link-inline-border--hover: var(--c-link-inline-border--light--hover);
}
@media screen and (min-width: 900px) {
  .wp-area-message-global .area-message-list-item.emergency .area-message-list-item__content .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
  .wp-area-message-global .area-message-list-item.emergency .area-message__content .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
  .wp-area-message-local .area-message-list-item.emergency .area-message-list-item__content .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
  .wp-area-message-local .area-message-list-item.emergency .area-message__content .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
    font-size: 1.063rem;
  }
}
@media screen and (min-width: 1200px) {
  .wp-area-message-global .area-message-list-item.emergency .area-message-list-item__content .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
  .wp-area-message-global .area-message-list-item.emergency .area-message__content .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
  .wp-area-message-local .area-message-list-item.emergency .area-message-list-item__content .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
  .wp-area-message-local .area-message-list-item.emergency .area-message__content .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
    font-size: 1.125rem;
  }
}
.wp-area-message-global .area-message-list-item.emergency .area-message-list-item__content .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover,
.wp-area-message-global .area-message-list-item.emergency .area-message__content .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover,
.wp-area-message-local .area-message-list-item.emergency .area-message-list-item__content .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover,
.wp-area-message-local .area-message-list-item.emergency .area-message__content .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover {
  color: var(--c-link-inline-text--hover);
  background-color: var(--c-link-inline-background--hover);
  box-shadow: 0 2px 0 0 currentColor;
}
.wp-area-message-global .area-message-list-item.emergency .area-message-list-item__content .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button).external[href^=http]::after,
.wp-area-message-global .area-message-list-item.emergency .area-message__content .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button).external[href^=http]::after,
.wp-area-message-local .area-message-list-item.emergency .area-message-list-item__content .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button).external[href^=http]::after,
.wp-area-message-local .area-message-list-item.emergency .area-message__content .InnholdLinkTekst:not(.link-render-as-button):not(.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;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
  font-size: 1em;
}
.wp-area-message-global .area-message-list-item.emergency .area-message-list-item__content .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button).filetype-pdf::after,
.wp-area-message-global .area-message-list-item.emergency .area-message__content .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button).filetype-pdf::after,
.wp-area-message-local .area-message-list-item.emergency .area-message-list-item__content .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button).filetype-pdf::after,
.wp-area-message-local .area-message-list-item.emergency .area-message__content .InnholdLinkTekst:not(.link-render-as-button):not(.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;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
  font-size: 1em;
}
.wp-area-message-global .area-message-list-item.emergency .area-message-list-item__content a[href].link-render-as-button.link-render-as-button,
.wp-area-message-global .area-message-list-item.emergency .area-message-list-item__content .il-custom-button,
.wp-area-message-global .area-message-list-item.emergency .area-message__content a[href].link-render-as-button.link-render-as-button,
.wp-area-message-global .area-message-list-item.emergency .area-message__content .il-custom-button,
.wp-area-message-local .area-message-list-item.emergency .area-message-list-item__content a[href].link-render-as-button.link-render-as-button,
.wp-area-message-local .area-message-list-item.emergency .area-message-list-item__content .il-custom-button,
.wp-area-message-local .area-message-list-item.emergency .area-message__content a[href].link-render-as-button.link-render-as-button,
.wp-area-message-local .area-message-list-item.emergency .area-message__content .il-custom-button {
  font-size: 1rem;
  padding: 1em;
  border: 2px solid var(--c-link-button-border);
  border-radius: var(--border-radius-button);
  display: inline-flex;
  align-items: center;
  color: var(--c-link-button-text);
  background-color: var(--c-link-button-background);
  font-weight: var(--fw-regular);
  text-decoration: none;
  text-align: center;
  transition: var(--transition-standard);
  cursor: pointer;
  --c-link-button-text: var(--c-link-button-text--light);
  --c-link-button-background: var(--c-link-button-background--light);
  --c-link-button-border: var(--c-link-button-border--light);
  --c-link-button-text--hover: var(--c-link-button-text--light--hover);
  --c-link-button-background--hover: var(--c-link-button-background--light--hover);
  --c-link-button-border--hover: var(--c-link-button-border--light--hover);
}
@media screen and (min-width: 900px) {
  .wp-area-message-global .area-message-list-item.emergency .area-message-list-item__content a[href].link-render-as-button.link-render-as-button,
  .wp-area-message-global .area-message-list-item.emergency .area-message-list-item__content .il-custom-button,
  .wp-area-message-global .area-message-list-item.emergency .area-message__content a[href].link-render-as-button.link-render-as-button,
  .wp-area-message-global .area-message-list-item.emergency .area-message__content .il-custom-button,
  .wp-area-message-local .area-message-list-item.emergency .area-message-list-item__content a[href].link-render-as-button.link-render-as-button,
  .wp-area-message-local .area-message-list-item.emergency .area-message-list-item__content .il-custom-button,
  .wp-area-message-local .area-message-list-item.emergency .area-message__content a[href].link-render-as-button.link-render-as-button,
  .wp-area-message-local .area-message-list-item.emergency .area-message__content .il-custom-button {
    font-size: 1.125rem;
  }
}
.wp-area-message-global .area-message-list-item.emergency .area-message-list-item__content a[href].link-render-as-button.link-render-as-button:hover, .wp-area-message-global .area-message-list-item.emergency .area-message-list-item__content a[href].link-render-as-button.link-render-as-button:focus,
.wp-area-message-global .area-message-list-item.emergency .area-message-list-item__content .il-custom-button:hover,
.wp-area-message-global .area-message-list-item.emergency .area-message-list-item__content .il-custom-button:focus,
.wp-area-message-global .area-message-list-item.emergency .area-message__content a[href].link-render-as-button.link-render-as-button:hover,
.wp-area-message-global .area-message-list-item.emergency .area-message__content a[href].link-render-as-button.link-render-as-button:focus,
.wp-area-message-global .area-message-list-item.emergency .area-message__content .il-custom-button:hover,
.wp-area-message-global .area-message-list-item.emergency .area-message__content .il-custom-button:focus,
.wp-area-message-local .area-message-list-item.emergency .area-message-list-item__content a[href].link-render-as-button.link-render-as-button:hover,
.wp-area-message-local .area-message-list-item.emergency .area-message-list-item__content a[href].link-render-as-button.link-render-as-button:focus,
.wp-area-message-local .area-message-list-item.emergency .area-message-list-item__content .il-custom-button:hover,
.wp-area-message-local .area-message-list-item.emergency .area-message-list-item__content .il-custom-button:focus,
.wp-area-message-local .area-message-list-item.emergency .area-message__content a[href].link-render-as-button.link-render-as-button:hover,
.wp-area-message-local .area-message-list-item.emergency .area-message__content a[href].link-render-as-button.link-render-as-button:focus,
.wp-area-message-local .area-message-list-item.emergency .area-message__content .il-custom-button:hover,
.wp-area-message-local .area-message-list-item.emergency .area-message__content .il-custom-button:focus {
  border-color: var(--c-link-button-border--hover);
  color: var(--c-link-button-text--hover);
  background-color: var(--c-link-button-background--hover);
}
.wp-area-message-global .area-message-list-item.emergency .area-message-list-item__content a[href].link-render-as-button.link-render-as-button.external[href^=http]::after,
.wp-area-message-global .area-message-list-item.emergency .area-message-list-item__content .il-custom-button.external[href^=http]::after,
.wp-area-message-global .area-message-list-item.emergency .area-message__content a[href].link-render-as-button.link-render-as-button.external[href^=http]::after,
.wp-area-message-global .area-message-list-item.emergency .area-message__content .il-custom-button.external[href^=http]::after,
.wp-area-message-local .area-message-list-item.emergency .area-message-list-item__content a[href].link-render-as-button.link-render-as-button.external[href^=http]::after,
.wp-area-message-local .area-message-list-item.emergency .area-message-list-item__content .il-custom-button.external[href^=http]::after,
.wp-area-message-local .area-message-list-item.emergency .area-message__content a[href].link-render-as-button.link-render-as-button.external[href^=http]::after,
.wp-area-message-local .area-message-list-item.emergency .area-message__content .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 .area-message-list-item__content a[href].link-render-as-button.link-render-as-button.filetype-pdf::after,
.wp-area-message-global .area-message-list-item.emergency .area-message-list-item__content .il-custom-button.filetype-pdf::after,
.wp-area-message-global .area-message-list-item.emergency .area-message__content a[href].link-render-as-button.link-render-as-button.filetype-pdf::after,
.wp-area-message-global .area-message-list-item.emergency .area-message__content .il-custom-button.filetype-pdf::after,
.wp-area-message-local .area-message-list-item.emergency .area-message-list-item__content a[href].link-render-as-button.link-render-as-button.filetype-pdf::after,
.wp-area-message-local .area-message-list-item.emergency .area-message-list-item__content .il-custom-button.filetype-pdf::after,
.wp-area-message-local .area-message-list-item.emergency .area-message__content a[href].link-render-as-button.link-render-as-button.filetype-pdf::after,
.wp-area-message-local .area-message-list-item.emergency .area-message__content .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,
.wp-area-message-local .area-message-list-item.regular {
  background-color: var(--c-area-message-background--regular);
  color: var(--c-area-message-text--regular);
}
.wp-area-message-global .area-message-list-item.regular .area-message-list-item__content .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-global .area-message-list-item.regular .area-message__content .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-local .area-message-list-item.regular .area-message-list-item__content .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
.wp-area-message-local .area-message-list-item.regular .area-message__content .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
  text-decoration: none;
  color: var(--c-link-inline-text);
  background-color: var(--c-link-inline-background);
  position: relative;
  transition: var(--transition-standard);
  border-radius: var(--border-radius);
  border-bottom: 1px solid var(--c-link-inline-text);
  font-size: 1rem;
  font-weight: var(--fw-regular);
  --c-link-inline-text: var(--c-link-inline-text--dark);
  --c-link-inline-background: var(--c-link-inline-background--dark);
  --c-link-inline-text--hover: var(--c-link-inline-text--dark--hover);
  --c-link-inline-background--hover: var(--c-link-inline-background--dark--hover);
  --c-link-inline-border: var(--c-link-inline-border--dark);
  --c-link-inline-border--hover: var(--c-link-inline-border--dark--hover);
}
@media screen and (min-width: 900px) {
  .wp-area-message-global .area-message-list-item.regular .area-message-list-item__content .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
  .wp-area-message-global .area-message-list-item.regular .area-message__content .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
  .wp-area-message-local .area-message-list-item.regular .area-message-list-item__content .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
  .wp-area-message-local .area-message-list-item.regular .area-message__content .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
    font-size: 1.063rem;
  }
}
@media screen and (min-width: 1200px) {
  .wp-area-message-global .area-message-list-item.regular .area-message-list-item__content .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
  .wp-area-message-global .area-message-list-item.regular .area-message__content .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
  .wp-area-message-local .area-message-list-item.regular .area-message-list-item__content .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button),
  .wp-area-message-local .area-message-list-item.regular .area-message__content .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button) {
    font-size: 1.125rem;
  }
}
.wp-area-message-global .area-message-list-item.regular .area-message-list-item__content .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover,
.wp-area-message-global .area-message-list-item.regular .area-message__content .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover,
.wp-area-message-local .area-message-list-item.regular .area-message-list-item__content .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover,
.wp-area-message-local .area-message-list-item.regular .area-message__content .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button):hover {
  color: var(--c-link-inline-text--hover);
  background-color: var(--c-link-inline-background--hover);
  box-shadow: 0 2px 0 0 currentColor;
}
.wp-area-message-global .area-message-list-item.regular .area-message-list-item__content .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button).external[href^=http]::after,
.wp-area-message-global .area-message-list-item.regular .area-message__content .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button).external[href^=http]::after,
.wp-area-message-local .area-message-list-item.regular .area-message-list-item__content .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button).external[href^=http]::after,
.wp-area-message-local .area-message-list-item.regular .area-message__content .InnholdLinkTekst:not(.link-render-as-button):not(.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;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
  font-size: 1em;
}
.wp-area-message-global .area-message-list-item.regular .area-message-list-item__content .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button).filetype-pdf::after,
.wp-area-message-global .area-message-list-item.regular .area-message__content .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button).filetype-pdf::after,
.wp-area-message-local .area-message-list-item.regular .area-message-list-item__content .InnholdLinkTekst:not(.link-render-as-button):not(.il-custom-button).filetype-pdf::after,
.wp-area-message-local .area-message-list-item.regular .area-message__content .InnholdLinkTekst:not(.link-render-as-button):not(.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;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
  font-size: 1em;
}
.wp-area-message-global .area-message-list-item.regular .area-message-list-item__content a[href].link-render-as-button.link-render-as-button,
.wp-area-message-global .area-message-list-item.regular .area-message-list-item__content .il-custom-button,
.wp-area-message-global .area-message-list-item.regular .area-message__content a[href].link-render-as-button.link-render-as-button,
.wp-area-message-global .area-message-list-item.regular .area-message__content .il-custom-button,
.wp-area-message-local .area-message-list-item.regular .area-message-list-item__content a[href].link-render-as-button.link-render-as-button,
.wp-area-message-local .area-message-list-item.regular .area-message-list-item__content .il-custom-button,
.wp-area-message-local .area-message-list-item.regular .area-message__content a[href].link-render-as-button.link-render-as-button,
.wp-area-message-local .area-message-list-item.regular .area-message__content .il-custom-button {
  font-size: 1rem;
  padding: 1em;
  border: 2px solid var(--c-link-button-border);
  border-radius: var(--border-radius-button);
  display: inline-flex;
  align-items: center;
  color: var(--c-link-button-text);
  background-color: var(--c-link-button-background);
  font-weight: var(--fw-regular);
  text-decoration: none;
  text-align: center;
  transition: var(--transition-standard);
  cursor: pointer;
  --c-link-button-text: var(--c-link-button-text--dark);
  --c-link-button-background: var(--c-link-button-background--dark);
  --c-link-button-border: var(--c-link-button-border--dark);
  --c-link-button-text--hover: var(--c-link-button-text--dark--hover);
  --c-link-button-background--hover: var(--c-link-button-background--dark--hover);
  --c-link-button-border--hover: var(--c-link-button-border--dark--hover);
}
@media screen and (min-width: 900px) {
  .wp-area-message-global .area-message-list-item.regular .area-message-list-item__content a[href].link-render-as-button.link-render-as-button,
  .wp-area-message-global .area-message-list-item.regular .area-message-list-item__content .il-custom-button,
  .wp-area-message-global .area-message-list-item.regular .area-message__content a[href].link-render-as-button.link-render-as-button,
  .wp-area-message-global .area-message-list-item.regular .area-message__content .il-custom-button,
  .wp-area-message-local .area-message-list-item.regular .area-message-list-item__content a[href].link-render-as-button.link-render-as-button,
  .wp-area-message-local .area-message-list-item.regular .area-message-list-item__content .il-custom-button,
  .wp-area-message-local .area-message-list-item.regular .area-message__content a[href].link-render-as-button.link-render-as-button,
  .wp-area-message-local .area-message-list-item.regular .area-message__content .il-custom-button {
    font-size: 1.125rem;
  }
}
.wp-area-message-global .area-message-list-item.regular .area-message-list-item__content a[href].link-render-as-button.link-render-as-button:hover, .wp-area-message-global .area-message-list-item.regular .area-message-list-item__content a[href].link-render-as-button.link-render-as-button:focus,
.wp-area-message-global .area-message-list-item.regular .area-message-list-item__content .il-custom-button:hover,
.wp-area-message-global .area-message-list-item.regular .area-message-list-item__content .il-custom-button:focus,
.wp-area-message-global .area-message-list-item.regular .area-message__content a[href].link-render-as-button.link-render-as-button:hover,
.wp-area-message-global .area-message-list-item.regular .area-message__content a[href].link-render-as-button.link-render-as-button:focus,
.wp-area-message-global .area-message-list-item.regular .area-message__content .il-custom-button:hover,
.wp-area-message-global .area-message-list-item.regular .area-message__content .il-custom-button:focus,
.wp-area-message-local .area-message-list-item.regular .area-message-list-item__content a[href].link-render-as-button.link-render-as-button:hover,
.wp-area-message-local .area-message-list-item.regular .area-message-list-item__content a[href].link-render-as-button.link-render-as-button:focus,
.wp-area-message-local .area-message-list-item.regular .area-message-list-item__content .il-custom-button:hover,
.wp-area-message-local .area-message-list-item.regular .area-message-list-item__content .il-custom-button:focus,
.wp-area-message-local .area-message-list-item.regular .area-message__content a[href].link-render-as-button.link-render-as-button:hover,
.wp-area-message-local .area-message-list-item.regular .area-message__content a[href].link-render-as-button.link-render-as-button:focus,
.wp-area-message-local .area-message-list-item.regular .area-message__content .il-custom-button:hover,
.wp-area-message-local .area-message-list-item.regular .area-message__content .il-custom-button:focus {
  border-color: var(--c-link-button-border--hover);
  color: var(--c-link-button-text--hover);
  background-color: var(--c-link-button-background--hover);
}
.wp-area-message-global .area-message-list-item.regular .area-message-list-item__content a[href].link-render-as-button.link-render-as-button.external[href^=http]::after,
.wp-area-message-global .area-message-list-item.regular .area-message-list-item__content .il-custom-button.external[href^=http]::after,
.wp-area-message-global .area-message-list-item.regular .area-message__content a[href].link-render-as-button.link-render-as-button.external[href^=http]::after,
.wp-area-message-global .area-message-list-item.regular .area-message__content .il-custom-button.external[href^=http]::after,
.wp-area-message-local .area-message-list-item.regular .area-message-list-item__content a[href].link-render-as-button.link-render-as-button.external[href^=http]::after,
.wp-area-message-local .area-message-list-item.regular .area-message-list-item__content .il-custom-button.external[href^=http]::after,
.wp-area-message-local .area-message-list-item.regular .area-message__content a[href].link-render-as-button.link-render-as-button.external[href^=http]::after,
.wp-area-message-local .area-message-list-item.regular .area-message__content .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 .area-message-list-item__content a[href].link-render-as-button.link-render-as-button.filetype-pdf::after,
.wp-area-message-global .area-message-list-item.regular .area-message-list-item__content .il-custom-button.filetype-pdf::after,
.wp-area-message-global .area-message-list-item.regular .area-message__content a[href].link-render-as-button.link-render-as-button.filetype-pdf::after,
.wp-area-message-global .area-message-list-item.regular .area-message__content .il-custom-button.filetype-pdf::after,
.wp-area-message-local .area-message-list-item.regular .area-message-list-item__content a[href].link-render-as-button.link-render-as-button.filetype-pdf::after,
.wp-area-message-local .area-message-list-item.regular .area-message-list-item__content .il-custom-button.filetype-pdf::after,
.wp-area-message-local .area-message-list-item.regular .area-message__content a[href].link-render-as-button.link-render-as-button.filetype-pdf::after,
.wp-area-message-local .area-message-list-item.regular .area-message__content .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-custom-box-footer .webPartTittel {
  font-size: 1.25rem;
  font-weight: var(--fw-semibold);
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--c-text-light);
}
@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 p {
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-custom-box-footer .webPartInnhold p {
    font-size: 1.063rem;
  }
}
@media screen and (min-width: 1200px) {
  .wp-custom-box-footer .webPartInnhold p {
    font-size: 1.125rem;
  }
}
.wp-custom-box-footer .webPartInnhold p a.InnholdLinkTekst {
  color: white !important;
  border-color: white !important;
}

.wp-aktuelt-link a {
  color: var(--c-black) !important;
  border-color: var(--c-black) !important;
}

.wp-feedback {
  padding-top: 2rem;
}
.wp-feedback .bc-feedback {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}
.wp-feedback .bc-feedback h2 {
  font-weight: var(--fw-medium);
}
.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: 1em;
  border: 2px solid var(--c-link-button-border);
  border-radius: var(--border-radius-button);
  display: inline-flex;
  align-items: center;
  color: var(--c-link-button-text);
  background-color: var(--c-link-button-background);
  font-weight: var(--fw-regular);
  text-decoration: none;
  text-align: center;
  transition: var(--transition-standard);
  cursor: pointer;
  --c-link-button-text: var(--c-link-button-text--light);
  --c-link-button-background: var(--c-link-button-background--light);
  --c-link-button-border: var(--c-link-button-border--light);
  --c-link-button-text--hover: var(--c-link-button-text--light--hover);
  --c-link-button-background--hover: var(--c-link-button-background--light--hover);
  --c-link-button-border--hover: var(--c-link-button-border--light--hover);
  background-color: transparent;
  color: var(--c-text-dark);
  border-color: var(--c-text-dark);
  padding: 0.375rem 0.75rem;
}
@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:hover, .wp-feedback .bc-feedback .bc-feedback-button-yes:focus,
.wp-feedback .bc-feedback .bc-feedback-button-no:hover,
.wp-feedback .bc-feedback .bc-feedback-button-no:focus {
  border-color: var(--c-link-button-border--hover);
  color: var(--c-link-button-text--hover);
  background-color: var(--c-link-button-background--hover);
}
.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::after {
  font-family: "remixicon";
  content: "\eb81";
  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.5rem;
  font-size: 1.5rem;
}
.wp-feedback .bc-feedback .bc-feedback-button-yes + .bc-feedback-button-no {
  margin-left: 1rem;
}
.wp-feedback .bc-feedback .bc-feedback-button-no::after {
  font-family: "remixicon";
  content: "\eb97";
  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.5rem;
  font-size: 1.5rem;
}

.wp-latest-articles {
  padding-bottom: 2rem;
}
.wp-latest-articles .webPartTittel {
  font-size: 1.5rem;
  font-weight: var(--fw-semibold);
  color: var(--c-latest-articles-item-title);
}
@media screen and (min-width: 900px) {
  .wp-latest-articles .webPartTittel {
    font-size: 2rem;
  }
}
.wp-latest-articles .webPartTittel + .webPartInnhold {
  margin-top: 1.5rem;
}
@media screen and (min-width: 900px) {
  .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: 1rem;
}
@supports (display: grid) {
  .wp-latest-articles .webPartInnhold ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 1rem;
  }
  .wp-latest-articles .webPartInnhold ul > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .wp-latest-articles .webPartInnhold ul > * + * {
    margin-top: 3rem;
  }
  @supports (display: grid) {
    .wp-latest-articles .webPartInnhold ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -moz-column-gap: 2rem;
           column-gap: 2rem;
      row-gap: 3rem;
    }
    .wp-latest-articles .webPartInnhold ul > * + * {
      margin-top: 0;
    }
  }
}
@media screen and (min-width: 1200px) {
  .wp-latest-articles .webPartInnhold ul > * + * {
    margin-top: 3rem;
  }
  @supports (display: grid) {
    .wp-latest-articles .webPartInnhold ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      -moz-column-gap: 2rem;
           column-gap: 2rem;
      row-gap: 3rem;
    }
    .wp-latest-articles .webPartInnhold ul > * + * {
      margin-top: 0;
    }
  }
}
.wp-latest-articles .webPartInnhold ul li {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-self: normal;
  transition: var(--transition-standard);
  background-color: var(--c-latest-articles-item-background);
  border-radius: var(--border-radius-latest-news);
}
.wp-latest-articles .webPartInnhold ul li:hover {
  background: var(--c-latest-articles-item-background--hover);
  transition: 0.2s ease-in-out;
}
.wp-latest-articles .webPartInnhold ul li .datoPublisert {
  order: 4;
  grid-row: 4;
  padding: 1rem;
  width: 100%;
  font-size: 1rem;
  font-weight: var(--fw-regular);
  margin-top: auto;
  text-align: right;
}
.wp-latest-articles .webPartInnhold ul li a {
  display: contents;
}
.wp-latest-articles .webPartInnhold ul li a .imgWrapper {
  order: 1;
  grid-row: 1;
}
.wp-latest-articles .webPartInnhold ul li a .imgWrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-latest-articles .webPartInnhold ul li a .tittel {
  order: 2;
  grid-row: 2;
  color: var(--c-latest-articles-item-title);
  padding: 1.5rem 1rem;
  padding-bottom: 0;
  font-size: 1.1875rem;
  font-weight: var(--fw-semibold);
  text-decoration: underline;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles .webPartInnhold ul li a .tittel {
    font-size: 1.375rem;
  }
}
.wp-latest-articles .webPartInnhold ul li .ingress {
  order: 3;
  grid-row: 3;
  padding: 1rem;
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles .webPartInnhold ul li .ingress {
    font-size: 1.063rem;
  }
}
@media screen and (min-width: 1200px) {
  .wp-latest-articles .webPartInnhold ul li .ingress {
    font-size: 1.125rem;
  }
}
.wp-latest-articles .webPartInnhold ul li.active {
  background: var(--c-latest-articles-item-background--hover);
  cursor: pointer;
}
.wp-latest-articles .webPartInnhold ul li.active a .tittel {
  color: var(--c-latest-articles-item-title--hover);
  text-decoration: underline;
}
.wp-latest-articles .webPartInnhold ul + .webPartBunnLink {
  margin-top: 2rem;
  text-align: left;
}
.wp-latest-articles .webPartInnhold ul + .webPartBunnLink a[href] {
  color: var(--c-latest-articles-item-title);
  font-weight: var(--fw-regular);
  text-decoration: none;
  font-size: 1.125rem;
  border-bottom: 1px solid var(--c-black);
  display: inline-flex;
  align-items: center;
}
.wp-latest-articles .webPartInnhold ul + .webPartBunnLink a[href]::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;
  margin-left: 0.5rem;
}
.wp-latest-articles .webPartInnhold ul + .webPartBunnLink a[href]:hover, .wp-latest-articles .webPartInnhold ul + .webPartBunnLink a[href]:focus {
  text-decoration: none;
  border-width: 2px;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles .webPartInnhold ul + .webPartBunnLink {
    margin-top: 4rem;
  }
}

.wp-links-header .webPartInnhold ul.vListe {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.wp-links-header .webPartInnhold ul.vListe li {
  margin-left: 1.5rem;
}
.wp-links-header .webPartInnhold ul.vListe a {
  text-decoration: none;
  display: inline-block;
  font-size: 1.125rem;
}
.wp-links-header .webPartInnhold ul.vListe a:hover {
  box-shadow: 0 1px 0 0 currentColor;
}

.wp-links-menu .webPartInnhold ul.vListe {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.wp-links-menu .webPartInnhold ul.vListe li {
  width: 100%;
}
.wp-links-menu .webPartInnhold ul.vListe li + li {
  margin-top: 1rem;
}
.wp-links-menu .webPartInnhold ul.vListe a {
  text-decoration: none;
  display: inline-block;
  font-size: 1.125rem;
}
.wp-links-menu .webPartInnhold ul.vListe a:hover {
  box-shadow: 0 1px 0 0 currentColor;
}

.wp-main-menu .webPartInnhold {
  margin-top: 2rem;
}
.wp-main-menu .webPartInnhold ul.vListe {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: -1.875rem;
}
.wp-main-menu .webPartInnhold li {
  width: 100%;
  margin-top: 1rem;
}
.wp-main-menu .webPartInnhold a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
  background-color: var(--c-main-menu-button-background);
  color: var(--c-main-menu-button-text);
  border-bottom: 1px solid var(--c-main-menu-button-border);
  text-decoration: none;
  font-size: 1rem;
  font-weight: var(--fw-medium);
  transition: var(--transition-standard);
}
@media screen and (min-width: 900px) {
  .wp-main-menu .webPartInnhold a {
    font-size: 1.125rem;
  }
}
.wp-main-menu .webPartInnhold a: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;
  display: inline-block;
  padding-left: 1rem;
  font-size: 1.375em;
}
.wp-main-menu .webPartInnhold a:hover {
  color: var(--c-main-menu-button-text--hover);
  background-color: var(--c-main-menu-button-background--hover);
  border-color: var(--c-main-menu-button-border--hover);
}
@media screen and (min-width: 900px) {
  .wp-main-menu .webPartInnhold a {
    font-size: 1.125rem;
  }
}

.wp-services-menu .webPartInnhold {
  margin-top: 2rem;
}
.wp-services-menu .webPartInnhold ul.vListe {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: -1.875rem;
}
@media screen and (min-width: 900px) {
  .wp-services-menu .webPartInnhold ul.vListe {
    margin-left: -1.875rem;
  }
}
.wp-services-menu .webPartInnhold li {
  width: 100%;
  margin-top: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-services-menu .webPartInnhold li {
    width: calc(50% - 1rem);
    margin-left: 1rem;
  }
}
.wp-services-menu .webPartInnhold a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  background-color: var(--c-services-menu-button-background);
  color: var(--c-services-menu-button-text);
  border-left: 4px solid var(--c-services-menu-button-border);
  border-radius: 4px;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: var(--fw-medium);
  transition: var(--transition-standard-service-menu);
}
.wp-services-menu .webPartInnhold a > span {
  display: flex;
  flex-direction: column;
}
.wp-services-menu .webPartInnhold a > span .text {
  font-size: 1rem;
  font-weight: var(--fw-medium);
  grid-row: 1/2;
  align-self: flex-start;
}
@media screen and (min-width: 900px) {
  .wp-services-menu .webPartInnhold a > span .text {
    font-size: 1.125rem;
  }
}
.wp-services-menu .webPartInnhold a > span .description {
  font-size: 0.9375rem;
  grid-row: 2/3;
  align-self: start;
  font-weight: var(--fw-regular);
}
@media screen and (min-width: 900px) {
  .wp-services-menu .webPartInnhold a > span .description {
    font-size: 1rem;
  }
}
.wp-services-menu .webPartInnhold 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;
  display: inline-block;
  padding-left: 1rem;
  font-size: 1.375em;
}
.wp-services-menu .webPartInnhold a:hover {
  color: var(--c-services-menu-button-text--hover);
  background-color: var(--c-services-menu-button-background--hover);
  border-left: 6px solid var(--c-services-menu-button-border--hover);
}
.wp-services-menu .webPartInnhold a:hover:after {
  color: var(--c-services-menu-button-border--hover);
}
@media screen and (min-width: 900px) {
  .wp-services-menu .webPartInnhold a {
    font-size: 1.125rem;
  }
}

.wp-footer-links-bottom .webPartTittel {
  font-size: 1.25rem;
  font-weight: var(--fw-semibold);
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--c-text-light);
}
@media screen and (min-width: 900px) {
  .wp-footer-links-bottom .webPartTittel {
    font-size: 1.5rem;
  }
}
.wp-footer-links-bottom .webPartTittel + .webPartInnhold {
  margin-top: 1.5rem;
}
.wp-footer-links-bottom .webPartInnhold ul.vListe {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .wp-footer-links-bottom .webPartInnhold ul.vListe {
    flex-direction: row;
    gap: 2rem;
  }
}
.wp-footer-links-bottom .webPartInnhold ul.vListe li a {
  text-decoration: none;
  color: var(--c-link-inline-text);
  background-color: var(--c-link-inline-background);
  position: relative;
  transition: var(--transition-standard);
  border-radius: var(--border-radius);
  border-bottom: 1px solid var(--c-link-inline-text);
  font-size: 1rem;
  font-weight: var(--fw-regular);
  --c-link-inline-text: var(--c-link-inline-text--dark);
  --c-link-inline-background: var(--c-link-inline-background--dark);
  --c-link-inline-text--hover: var(--c-link-inline-text--dark--hover);
  --c-link-inline-background--hover: var(--c-link-inline-background--dark--hover);
  --c-link-inline-border: var(--c-link-inline-border--dark);
  --c-link-inline-border--hover: var(--c-link-inline-border--dark--hover);
  color: white !important;
  border-color: white !important;
}
@media screen and (min-width: 900px) {
  .wp-footer-links-bottom .webPartInnhold ul.vListe li a {
    font-size: 1.063rem;
  }
}
@media screen and (min-width: 1200px) {
  .wp-footer-links-bottom .webPartInnhold ul.vListe li a {
    font-size: 1.125rem;
  }
}
.wp-footer-links-bottom .webPartInnhold ul.vListe li a:hover {
  color: var(--c-link-inline-text--hover);
  background-color: var(--c-link-inline-background--hover);
  box-shadow: 0 2px 0 0 currentColor;
}
.wp-footer-links-bottom .webPartInnhold ul.vListe li a.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;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
  font-size: 1em;
}
.wp-footer-links-bottom .webPartInnhold ul.vListe li a.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;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25rem;
  font-size: 1em;
}
@media screen and (min-width: 1050px) {
  .wp-footer-links-bottom .webPartInnhold ul.vListe li:last-child {
    margin-left: auto;
  }
}

.wp-contact-card .emnekart-list {
  display: flex;
  flex-direction: column;
}
.wp-contact-card .emnekart-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.5rem;
  background-color: var(--c-contact-card-background);
  color: var(--c-contact-card-text);
  border-radius: var(--border-radius-button);
}
@media screen and (min-width: 900px) {
  .wp-contact-card .emnekart-item {
    flex-direction: row;
  }
}
@media screen and (min-width: 900px) {
  .wp-contact-card .emnekart-item .person-image {
    width: calc(40% - 1rem);
  }
}
.wp-contact-card .emnekart-item .person-image > img {
  border-radius: var(--border-radius-button) var(--border-radius-button) 0 0;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .wp-contact-card .emnekart-item .person-image > img {
    border-radius: var(--border-radius-button) 0 0 var(--border-radius-button);
  }
}
.wp-contact-card .emnekart-item .person-text {
  padding: 1rem;
}
.wp-contact-card .emnekart-item .person-text .person-name {
  font-size: 2rem;
  font-weight: var(--fw-regular);
}
.wp-contact-card .emnekart-item .person-text .person-name:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 0.5rem;
  border-bottom: 2px solid var(--c-contact-card-text);
}
.wp-contact-card .emnekart-item .person-text .person-title,
.wp-contact-card .emnekart-item .person-text .person-property,
.wp-contact-card .emnekart-item .person-text .person-info {
  font-size: 1rem;
  font-weight: var(--fw-regular);
  margin-top: 0.5rem;
}
.wp-contact-card .emnekart-item .person-text .person-title > * + *,
.wp-contact-card .emnekart-item .person-text .person-property > * + *,
.wp-contact-card .emnekart-item .person-text .person-info > * + * {
  margin-top: 1.25em;
}
.wp-contact-card .emnekart-item .person-text .person-title > * + h1, .wp-contact-card .emnekart-item .person-text .person-title > * + h2, .wp-contact-card .emnekart-item .person-text .person-title > * + h3, .wp-contact-card .emnekart-item .person-text .person-title > * + h4, .wp-contact-card .emnekart-item .person-text .person-title > * + h5, .wp-contact-card .emnekart-item .person-text .person-title > * + h6,
.wp-contact-card .emnekart-item .person-text .person-property > * + h1,
.wp-contact-card .emnekart-item .person-text .person-property > * + h2,
.wp-contact-card .emnekart-item .person-text .person-property > * + h3,
.wp-contact-card .emnekart-item .person-text .person-property > * + h4,
.wp-contact-card .emnekart-item .person-text .person-property > * + h5,
.wp-contact-card .emnekart-item .person-text .person-property > * + h6,
.wp-contact-card .emnekart-item .person-text .person-info > * + h1,
.wp-contact-card .emnekart-item .person-text .person-info > * + h2,
.wp-contact-card .emnekart-item .person-text .person-info > * + h3,
.wp-contact-card .emnekart-item .person-text .person-info > * + h4,
.wp-contact-card .emnekart-item .person-text .person-info > * + h5,
.wp-contact-card .emnekart-item .person-text .person-info > * + h6 {
  margin-top: 1.5em;
}
.wp-contact-card .emnekart-item .person-text .person-title > h1 + *, .wp-contact-card .emnekart-item .person-text .person-title > h2 + *, .wp-contact-card .emnekart-item .person-text .person-title > h3 + *,
.wp-contact-card .emnekart-item .person-text .person-property > h1 + *,
.wp-contact-card .emnekart-item .person-text .person-property > h2 + *,
.wp-contact-card .emnekart-item .person-text .person-property > h3 + *,
.wp-contact-card .emnekart-item .person-text .person-info > h1 + *,
.wp-contact-card .emnekart-item .person-text .person-info > h2 + *,
.wp-contact-card .emnekart-item .person-text .person-info > h3 + * {
  margin-top: 0.75em;
}
.wp-contact-card .emnekart-item .person-text .person-title > h4 + *, .wp-contact-card .emnekart-item .person-text .person-title > h5 + *, .wp-contact-card .emnekart-item .person-text .person-title > h6 + *,
.wp-contact-card .emnekart-item .person-text .person-property > h4 + *,
.wp-contact-card .emnekart-item .person-text .person-property > h5 + *,
.wp-contact-card .emnekart-item .person-text .person-property > h6 + *,
.wp-contact-card .emnekart-item .person-text .person-info > h4 + *,
.wp-contact-card .emnekart-item .person-text .person-info > h5 + *,
.wp-contact-card .emnekart-item .person-text .person-info > h6 + * {
  margin-top: 0.375em;
}
.wp-contact-card .emnekart-item .person-text .person-title > ul li + li,
.wp-contact-card .emnekart-item .person-text .person-title > ul li > ul,
.wp-contact-card .emnekart-item .person-text .person-title > ul li > ol, .wp-contact-card .emnekart-item .person-text .person-title > ol li + li,
.wp-contact-card .emnekart-item .person-text .person-title > ol li > ul,
.wp-contact-card .emnekart-item .person-text .person-title > ol li > ol,
.wp-contact-card .emnekart-item .person-text .person-property > ul li + li,
.wp-contact-card .emnekart-item .person-text .person-property > ul li > ul,
.wp-contact-card .emnekart-item .person-text .person-property > ul li > ol,
.wp-contact-card .emnekart-item .person-text .person-property > ol li + li,
.wp-contact-card .emnekart-item .person-text .person-property > ol li > ul,
.wp-contact-card .emnekart-item .person-text .person-property > ol li > ol,
.wp-contact-card .emnekart-item .person-text .person-info > ul li + li,
.wp-contact-card .emnekart-item .person-text .person-info > ul li > ul,
.wp-contact-card .emnekart-item .person-text .person-info > ul li > ol,
.wp-contact-card .emnekart-item .person-text .person-info > ol li + li,
.wp-contact-card .emnekart-item .person-text .person-info > ol li > ul,
.wp-contact-card .emnekart-item .person-text .person-info > ol li > ol {
  margin-top: 0.5em;
}
.wp-contact-card .emnekart-item .person-text .person-email {
  display: inline-flex;
  gap: 0.5rem;
}
.wp-contact-card .emnekart-item .person-text .person-email: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;
}
.wp-contact-card .emnekart-item .person-text .person-email .person-property-value {
  margin-top: unset;
}
.wp-contact-card .emnekart-item .person-text .person-mobile {
  display: inline-flex;
  gap: 0.5rem;
}
.wp-contact-card .emnekart-item .person-text .person-mobile:before {
  font-family: "remixicon";
  content: "\efec";
  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-contact-card .emnekart-item .person-text .person-mobile .person-property-value {
  margin-top: unset;
}

.wp-search {
  width: 100%;
}
.wp-search div > div > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  width: 100%;
}
.wp-search input[type=text] {
  border: none;
  height: 100%;
  width: 100px;
  flex-grow: 1;
  flex-basis: 100%;
  background-color: var(--c-search-box-input-background);
  color: var(--c-search-box-input-text);
  padding: 1em;
}
.wp-search input[type=text]::-moz-placeholder {
  color: var(--c-search-box-input-placeholder);
}
.wp-search input[type=text]::placeholder {
  color: var(--c-search-box-input-placeholder);
}
.wp-search input[type=submit] {
  margin: 0;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--c-search-box-submit-background);
  color: var(--c-search-box-submit-text);
  padding: 1em;
  cursor: pointer;
}

.wp-sub-navigation,
.sub-navigation {
  width: 90%;
  max-width: var(--max-transport-page-width);
  margin-left: auto;
  margin-right: auto;
}
.wp-sub-navigation .webPartInnhold ul.vListe,
.sub-navigation .webPartInnhold ul.vListe {
  list-style: none;
  margin: 0;
  padding: 1rem 0;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1rem;
}
.wp-sub-navigation .webPartInnhold li,
.sub-navigation .webPartInnhold li {
  padding: 16px 24px;
  background-color: var(--c-subnavigation-button-background);
  border-radius: var(--border-radius-button);
  transition: var(--transition-standard);
  border: 1px solid var(--c-transparent);
}
.wp-sub-navigation .webPartInnhold li:hover,
.sub-navigation .webPartInnhold li:hover {
  border: 1px solid var(--c-subnavigation-button-border);
  background-color: var(--c-subnavigation-button-background--hover);
  transition: var(--transition-standard);
}
.wp-sub-navigation .webPartInnhold li a,
.sub-navigation .webPartInnhold li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  transition: 0.25s ease-in-out;
  color: var(--c-black);
}
.wp-sub-navigation .webPartInnhold li a:after,
.sub-navigation .webPartInnhold li 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;
  display: inline-block;
  padding-left: 0.5rem;
  font-size: 1.375em;
}
.wp-sub-navigation .webPartInnhold li a > span,
.sub-navigation .webPartInnhold li a > span {
  display: flex;
  flex-direction: column;
}
.wp-sub-navigation .webPartInnhold li a > span .text,
.sub-navigation .webPartInnhold li a > span .text {
  font-size: 1rem;
  font-weight: var(--fw-medium);
  grid-row: 1/2;
  align-self: flex-start;
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation .webPartInnhold li a > span .text,
  .sub-navigation .webPartInnhold li a > span .text {
    font-size: 1.125rem;
  }
}
.wp-sub-navigation .webPartInnhold li a > span .description,
.sub-navigation .webPartInnhold li a > span .description {
  font-size: 0.9375rem;
  grid-row: 2/3;
  align-self: start;
  font-weight: var(--fw-regular);
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation .webPartInnhold li a > span .description,
  .sub-navigation .webPartInnhold li a > span .description {
    font-size: 1rem;
  }
}
.wp-sub-navigation .webPartInnhold li a:focus, .wp-sub-navigation .webPartInnhold li a:hover,
.sub-navigation .webPartInnhold li a:focus,
.sub-navigation .webPartInnhold li a:hover {
  color: var(--c-subnavigation-button-text--hover);
}
.wp-sub-navigation .webPartInnhold li a:focus:after, .wp-sub-navigation .webPartInnhold li a:hover:after,
.sub-navigation .webPartInnhold li a:focus:after,
.sub-navigation .webPartInnhold li a:hover:after {
  color: var(--c-subnavigation-button-text--hover);
}
.wp-sub-navigation .webPartInnhold .has-image.has-description.has-nonempty-description,
.sub-navigation .webPartInnhold .has-image.has-description.has-nonempty-description {
  padding: 8px 24px 8px 8px;
}
.wp-sub-navigation .webPartInnhold .has-image.has-description.has-nonempty-description a,
.sub-navigation .webPartInnhold .has-image.has-description.has-nonempty-description a {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  text-decoration: none;
  transition: 0.25s ease-in-out;
  color: var(--c-black);
}
.wp-sub-navigation .webPartInnhold .has-image.has-description.has-nonempty-description a:after,
.sub-navigation .webPartInnhold .has-image.has-description.has-nonempty-description 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;
  display: inline-block;
  padding-left: 0.5rem;
  font-size: 1.375em;
}
.wp-sub-navigation .webPartInnhold .has-image.has-description.has-nonempty-description a > span,
.sub-navigation .webPartInnhold .has-image.has-description.has-nonempty-description a > span {
  display: grid;
  grid-template-columns: 95px 1fr;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  row-gap: 2px;
}
.wp-sub-navigation .webPartInnhold .has-image.has-description.has-nonempty-description a > span > img,
.sub-navigation .webPartInnhold .has-image.has-description.has-nonempty-description a > span > img {
  grid-column: 1/2;
  grid-row: 1/3;
}
.wp-sub-navigation .webPartInnhold .has-image.has-description.has-nonempty-description a > span .text,
.sub-navigation .webPartInnhold .has-image.has-description.has-nonempty-description a > span .text {
  font-size: 1rem;
  font-weight: var(--fw-medium);
  grid-column: 2/3;
  grid-row: 1/2;
  align-self: end;
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation .webPartInnhold .has-image.has-description.has-nonempty-description a > span .text,
  .sub-navigation .webPartInnhold .has-image.has-description.has-nonempty-description a > span .text {
    font-size: 1.125rem;
  }
}
.wp-sub-navigation .webPartInnhold .has-image.has-description.has-nonempty-description a > span .description,
.sub-navigation .webPartInnhold .has-image.has-description.has-nonempty-description a > span .description {
  font-size: 0.9375rem;
  grid-column: 2/3;
  grid-row: 2/3;
  align-self: start;
  font-weight: var(--fw-regular);
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation .webPartInnhold .has-image.has-description.has-nonempty-description a > span .description,
  .sub-navigation .webPartInnhold .has-image.has-description.has-nonempty-description a > span .description {
    font-size: 1rem;
  }
}
.wp-sub-navigation .webPartInnhold .has-image.has-description.has-nonempty-description a:focus, .wp-sub-navigation .webPartInnhold .has-image.has-description.has-nonempty-description a:hover,
.sub-navigation .webPartInnhold .has-image.has-description.has-nonempty-description a:focus,
.sub-navigation .webPartInnhold .has-image.has-description.has-nonempty-description a:hover {
  color: var(--c-subnavigation-button-text--hover);
}
.wp-sub-navigation .webPartInnhold .has-image.has-description.has-nonempty-description a:focus:after, .wp-sub-navigation .webPartInnhold .has-image.has-description.has-nonempty-description a:hover:after,
.sub-navigation .webPartInnhold .has-image.has-description.has-nonempty-description a:focus:after,
.sub-navigation .webPartInnhold .has-image.has-description.has-nonempty-description a:hover:after {
  color: var(--c-subnavigation-button-text--hover);
}
.wp-sub-navigation .webPartInnhold .has-description.has-nonempty-description:not(.has-image),
.sub-navigation .webPartInnhold .has-description.has-nonempty-description:not(.has-image) {
  padding: 16px 24px;
}
.wp-sub-navigation .webPartInnhold .has-description.has-nonempty-description:not(.has-image) a,
.sub-navigation .webPartInnhold .has-description.has-nonempty-description:not(.has-image) a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  transition: 0.25s ease-in-out;
  color: var(--c-black);
}
.wp-sub-navigation .webPartInnhold .has-description.has-nonempty-description:not(.has-image) a:after,
.sub-navigation .webPartInnhold .has-description.has-nonempty-description:not(.has-image) 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;
  display: inline-block;
  padding-left: 0.5rem;
  font-size: 1.375em;
}
.wp-sub-navigation .webPartInnhold .has-description.has-nonempty-description:not(.has-image) a > span,
.sub-navigation .webPartInnhold .has-description.has-nonempty-description:not(.has-image) a > span {
  display: flex;
  flex-direction: column;
}
.wp-sub-navigation .webPartInnhold .has-description.has-nonempty-description:not(.has-image) a > span .text,
.sub-navigation .webPartInnhold .has-description.has-nonempty-description:not(.has-image) a > span .text {
  font-size: 1rem;
  font-weight: var(--fw-medium);
  grid-row: 1/2;
  align-self: flex-start;
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation .webPartInnhold .has-description.has-nonempty-description:not(.has-image) a > span .text,
  .sub-navigation .webPartInnhold .has-description.has-nonempty-description:not(.has-image) a > span .text {
    font-size: 1.125rem;
  }
}
.wp-sub-navigation .webPartInnhold .has-description.has-nonempty-description:not(.has-image) a > span .description,
.sub-navigation .webPartInnhold .has-description.has-nonempty-description:not(.has-image) a > span .description {
  font-size: 0.9375rem;
  grid-row: 2/3;
  align-self: start;
  font-weight: var(--fw-regular);
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation .webPartInnhold .has-description.has-nonempty-description:not(.has-image) a > span .description,
  .sub-navigation .webPartInnhold .has-description.has-nonempty-description:not(.has-image) a > span .description {
    font-size: 1rem;
  }
}
.wp-sub-navigation .webPartInnhold .has-description.has-nonempty-description:not(.has-image) a:focus, .wp-sub-navigation .webPartInnhold .has-description.has-nonempty-description:not(.has-image) a:hover,
.sub-navigation .webPartInnhold .has-description.has-nonempty-description:not(.has-image) a:focus,
.sub-navigation .webPartInnhold .has-description.has-nonempty-description:not(.has-image) a:hover {
  color: var(--c-subnavigation-button-text--hover);
}
.wp-sub-navigation .webPartInnhold .has-description.has-nonempty-description:not(.has-image) a:focus:after, .wp-sub-navigation .webPartInnhold .has-description.has-nonempty-description:not(.has-image) a:hover:after,
.sub-navigation .webPartInnhold .has-description.has-nonempty-description:not(.has-image) a:focus:after,
.sub-navigation .webPartInnhold .has-description.has-nonempty-description:not(.has-image) a:hover:after {
  color: var(--c-subnavigation-button-text--hover);
}

.wp-upcoming-events {
  margin-bottom: 2rem;
}
@media screen and (min-width: 600px) {
  .wp-upcoming-events {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
}
.wp-upcoming-events .webPartTittel {
  font-size: 1.5rem;
  font-weight: var(--fw-semibold);
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events .webPartTittel {
    font-size: 2rem;
  }
}
.wp-upcoming-events .webPartTittel + .webPartInnhold {
  margin-top: 2rem;
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events .webPartTittel + .webPartInnhold {
    margin-top: 3.5rem;
  }
}
.wp-upcoming-events .webPartInnhold ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-upcoming-events .webPartInnhold ul > * + * {
  margin-top: 0.5rem;
}
@supports (display: grid) {
  .wp-upcoming-events .webPartInnhold ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 0.5rem;
  }
  .wp-upcoming-events .webPartInnhold ul > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events .webPartInnhold ul > * + * {
    margin-top: 1rem;
  }
  @supports (display: grid) {
    .wp-upcoming-events .webPartInnhold ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -moz-column-gap: 1rem;
           column-gap: 1rem;
      row-gap: 1rem;
    }
    .wp-upcoming-events .webPartInnhold ul > * + * {
      margin-top: 0;
    }
  }
}
.wp-upcoming-events .webPartInnhold ul li {
  background-color: var(--c-upcoming-events-background);
  display: flex;
  flex-direction: row;
  border-radius: var(--border-radius-button);
}
.wp-upcoming-events .webPartInnhold ul li .event-date {
  background-color: var(--c-upcoming-events-date-background);
  color: var(--c-upcoming-events-date-text);
  width: 135px;
  min-height: 135px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
  border-radius: var(--border-radius-button) 0 0 var(--border-radius-button);
}
.wp-upcoming-events .webPartInnhold ul li .event-date .event-date-period--start,
.wp-upcoming-events .webPartInnhold ul li .event-date .event-date-period--end {
  display: flex;
  align-items: center;
}
.wp-upcoming-events .webPartInnhold ul li .event-date .event-date-period--start .event-date-month,
.wp-upcoming-events .webPartInnhold ul li .event-date .event-date-period--end .event-date-month {
  margin-top: unset !important;
  font-size: 1.125rem;
  font-weight: var(--fw-medium);
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events .webPartInnhold ul li .event-date .event-date-period--start .event-date-month,
  .wp-upcoming-events .webPartInnhold ul li .event-date .event-date-period--end .event-date-month {
    font-size: 1.25rem;
  }
}
.wp-upcoming-events .webPartInnhold ul li .event-date .event-date-period--start .event-date-day,
.wp-upcoming-events .webPartInnhold ul li .event-date .event-date-period--end .event-date-day {
  margin-right: 0.5rem;
  font-size: 1.125rem;
  font-weight: var(--fw-medium);
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events .webPartInnhold ul li .event-date .event-date-period--start .event-date-day,
  .wp-upcoming-events .webPartInnhold ul li .event-date .event-date-period--end .event-date-day {
    font-size: 1.25rem;
  }
}
.wp-upcoming-events .webPartInnhold ul li .event-date .event-date-day {
  font-size: 1.125rem;
  font-weight: var(--fw-medium);
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events .webPartInnhold ul li .event-date .event-date-day {
    font-size: 1.25rem;
  }
}
.wp-upcoming-events .webPartInnhold ul li .event-date .event-date-day + .event-date-month {
  margin-top: 0.25rem;
}
.wp-upcoming-events .webPartInnhold ul li .event-date .event-date-day:after {
  content: ".";
}
.wp-upcoming-events .webPartInnhold ul li .event-date .event-date-month {
  font-size: 1.125rem;
  font-weight: var(--fw-medium);
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events .webPartInnhold ul li .event-date .event-date-month {
    font-size: 1.25rem;
  }
}
.wp-upcoming-events .webPartInnhold ul li .event-text {
  padding: 1.5rem 1rem;
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  color: var(--c-upcoming-events-text);
  width: 100%;
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events .webPartInnhold ul li .event-text {
    color: var(--c-upcoming-events-text);
  }
}
.wp-upcoming-events .webPartInnhold ul li .event-text .event-title {
  font-size: 1rem;
  font-weight: var(--fw-medium);
  width: 100%;
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events .webPartInnhold ul li .event-text .event-title {
    font-size: 1.125rem;
  }
}
.wp-upcoming-events .webPartInnhold ul li .event-text .event-details {
  font-size: 0.9375rem;
  font-weight: var(--fw-regular);
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events .webPartInnhold ul li .event-text .event-details {
    font-size: 1rem;
  }
}
.wp-upcoming-events .webPartInnhold ul li .event-text .event-details .event-item-meta .event-item-meta-property--date {
  display: none;
}
.wp-upcoming-events .webPartInnhold ul li .event-text .event-details .event-item-meta .event-item-meta-property--date .event-item-meta-property-label--date span {
  display: none;
}
.wp-upcoming-events .webPartInnhold ul li .event-text .event-details .event-item-meta .event-item-meta-property--date .event-item-meta-property-value {
  display: inline-flex;
  gap: 13px;
  font-size: 0.9375rem;
  font-weight: var(--fw-regular);
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events .webPartInnhold ul li .event-text .event-details .event-item-meta .event-item-meta-property--date .event-item-meta-property-value {
    font-size: 1rem;
  }
}
.wp-upcoming-events .webPartInnhold ul li .event-text .event-details .event-item-meta .event-item-meta-property--date .event-item-meta-property-value::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: 1.25em;
}
.wp-upcoming-events .webPartInnhold ul li .event-text .event-details .event-item-meta .event-item-meta-property--time .event-item-meta-property-label--time span {
  display: none;
}
.wp-upcoming-events .webPartInnhold ul li .event-text .event-details .event-item-meta .event-item-meta-property--time .event-item-meta-property-value {
  display: inline-flex;
  gap: 13px;
  font-size: 0.9375rem;
  font-weight: var(--fw-regular);
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events .webPartInnhold ul li .event-text .event-details .event-item-meta .event-item-meta-property--time .event-item-meta-property-value {
    font-size: 1rem;
  }
}
.wp-upcoming-events .webPartInnhold ul li .event-text .event-details .event-item-meta .event-item-meta-property--time .event-item-meta-property-value::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: 1.25em;
}
.wp-upcoming-events .webPartInnhold ul li .event-text .event-details .event-item-meta .event-item-meta-property--location .event-item-meta-property-label--location span {
  display: none;
}
.wp-upcoming-events .webPartInnhold ul li .event-text .event-details .event-item-meta .event-item-meta-property--location .event-item-meta-property-value {
  display: inline-flex;
  gap: 13px;
  font-size: 0.9375rem;
  font-weight: var(--fw-regular);
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events .webPartInnhold ul li .event-text .event-details .event-item-meta .event-item-meta-property--location .event-item-meta-property-value {
    font-size: 1rem;
  }
}
.wp-upcoming-events .webPartInnhold ul li .event-text .event-details .event-item-meta .event-item-meta-property--location .event-item-meta-property-value::before {
  font-family: "remixicon";
  content: "\ef0a";
  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-upcoming-events .webPartInnhold ul li .event-text .event-time,
.wp-upcoming-events .webPartInnhold ul li .event-text .event-location {
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: var(--fw-regular);
  transition: all 0.25s;
  display: inline-flex;
  align-items: center;
}
.wp-upcoming-events .webPartInnhold ul li .event-text .event-time::before,
.wp-upcoming-events .webPartInnhold ul li .event-text .event-location::before {
  margin-right: 0.25rem;
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events .webPartInnhold ul li .event-text .event-time,
  .wp-upcoming-events .webPartInnhold ul li .event-text .event-location {
    opacity: 0;
  }
}
.wp-upcoming-events .webPartInnhold ul li .event-text .event-time {
  margin-right: 1rem;
}
.wp-upcoming-events .webPartInnhold ul li .event-text .event-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: 1.25em;
}
.wp-upcoming-events .webPartInnhold ul li .event-text .event-location::before {
  font-family: "remixicon";
  content: "\ef0a";
  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-upcoming-events .webPartInnhold ul li:hover {
  background-color: var(--c-upcoming-events-background--hover);
}
.wp-upcoming-events .webPartInnhold ul li:hover .event-date {
  background-color: var(--c-upcoming-events-date-background--hover);
  color: var(--c-upcoming-events-date-text--hover);
}
.wp-upcoming-events .webPartInnhold ul li:focus-within {
  outline: 3px solid #000;
  box-shadow: 0 0 0 6px #fff !important;
  outline-offset: 5px;
}
.wp-upcoming-events .webPartInnhold .calWPContent + .calWPFooter {
  margin-top: 2rem;
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events .webPartInnhold .calWPContent + .calWPFooter {
    margin-top: 3.5rem;
  }
}
.wp-upcoming-events .webPartInnhold .calWPFooter {
  text-align: start;
}
.wp-upcoming-events .webPartInnhold .calWPFooter a[href] {
  color: var(--c-latest-articles-item-title);
  font-weight: var(--fw-regular);
  text-decoration: none;
  font-size: 1.125rem;
  border-bottom: 1px solid var(--c-black);
  display: inline-flex;
  align-items: center;
}
.wp-upcoming-events .webPartInnhold .calWPFooter a[href]::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;
  margin-left: 0.5rem;
}
.wp-upcoming-events .webPartInnhold .calWPFooter a[href]:hover, .wp-upcoming-events .webPartInnhold .calWPFooter a[href]:focus {
  text-decoration: none;
  border-width: 2px;
}

.wp-social-media .webPartTittel {
  font-size: 1.25rem;
  font-weight: var(--fw-semibold);
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--c-text-light);
}
@media screen and (min-width: 900px) {
  .wp-social-media .webPartTittel {
    font-size: 1.5rem;
  }
}
.wp-social-media .webPartTittel + .webPartInnhold {
  margin-top: 1.5rem;
}
.wp-social-media .vListe {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.wp-social-media .vListe li {
  margin-right: 0.25rem;
}
.wp-social-media .vListe li a {
  text-decoration: none;
  display: inline-flex;
}
.wp-social-media .vListe li a::before {
  color: inherit;
}
.wp-social-media .vListe li a .text,
.wp-social-media .vListe li a span {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.wp-social-media .vListe li a:hover::before {
  color: inherit;
}
.wp-social-media .vListe li.icon-facebook-line a::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: 1.75rem;
}
.wp-social-media .vListe li.icon-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: 1.75rem;
}
.wp-social-media .vListe li.icon-facebook-2 a::before {
  font-family: "remixicon";
  content: "\ecbc";
  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;
}
.wp-social-media .vListe li.icon-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: 1.75rem;
}
.wp-social-media .vListe li.icon-youtube-line a::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: 1.75rem;
}
.wp-social-media .vListe li.icon-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: 1.75rem;
}
.wp-social-media .vListe li.icon-instagram-line a::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: 1.75rem;
}
.wp-social-media .vListe li.icon-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: 1.75rem;
}
.wp-social-media .vListe li.icon-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: 1.75rem;
}
.wp-social-media .vListe li.icon-twitter-x a::before {
  font-family: "remixicon";
  content: "\f3e5";
  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;
}
.wp-social-media .vListe li.icon-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: 1.75rem;
}
.wp-social-media .vListe li.icon-linkedin-line a::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: 1.75rem;
}

.wp-focus-field .emnekart-client-content-widget-list .emnekart-client-content-widget + .emnekart-client-content-widget {
  margin-top: 3rem;
}

.responsive-container {
  width: 90%;
  max-width: var(--max-content-width);
  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;
}

.client-content-widget--filtervisning .cc-grid-list-item {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #CCC;
}
.client-content-widget--filtervisning .cc-grid-list-item:first-child {
  border-top-width: 0;
}
.client-content-widget--filtervisning .cc-grid-list-item .bc-content-teaser--filtervisning-item .bc-content-teaser-title .bc-content-link {
  text-decoration: none;
}
.client-content-widget--filtervisning .cc-teaser:where(:not(.u-is-designed)) .cc-teaser-title-link {
  border-radius: var(--border-radius);
}
.client-content-widget--filtervisning .cc-teaser:where(:not(.u-is-designed)) .cc-teaser-meta .cc-content-link-text {
  border-radius: var(--border-radius);
}
.version-style-defaults-marker-class {
  color: red;
}

:root {
  --calendar-title-font-size: 1rem;
  --calender-button-gap: 2rem;
}
@media screen and (min-width: 900px) {
  :root {
    --calendar-title-font-size: 1.125rem;
    --calender-button-gap: 3.5rem;
  }
}

.client-content-widget--filtervisning--kalender .filtervisning-item-list, .client-content-widget--filtervisning--friskusaktivitet .filtervisning-item-list {
  padding-top: 1rem;
  border-top: 1px solid #d3d3d3;
}

.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event {
  height: 100%;
  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: var(--border-radius-button);
  --v-teaser-text-color: var(--c-upcoming-events-text);
  --v-teaser-background: var(--c-upcoming-events-background);
  --v-teaser-title-link-text-color: var(--c-upcoming-events-text);
  --v-teaser-title-font-size: var(--calendar-title-font-size);
  --v-teaser-title-font-weight: var(--fw-medium);
  --v-teaser-title-link-font-weight: var(--fw-medium);
  --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: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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: flex;
  flex-direction: column;
  justify-content: 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 {
  justify-content: center;
  align-items: center;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-text {
  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: flex;
  flex-direction: column;
  gap: 1rem;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event.cc-teaser--vertical {
  --v-teaser-image-border-radius: var(--border-radius-button) var(--border-radius-button) 0 0;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event.cc-teaser--horizontal {
  --v-teaser-image-border-radius: var(--border-radius-button) 0 0 var(--border-radius-button);
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event.cc-teaser--horizontal .cc-teaser-body-content {
  flex-direction: row;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event.cc-teaser--horizontal .cc-teaser-image {
  width: 50%;
  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: flex;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-image-content {
  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: var(--border-radius-button) 0 0 var(--border-radius-button);
  --v-teaser-image-border-radius: var(--border-radius-button) 0 0 var(--border-radius-button);
  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 {
    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: var(--border-radius-button) var(--border-radius-button) 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 {
    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 {
      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 {
    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 {
      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 {
    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 {
      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 {
  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 {
    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 {
    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 {
    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: var(--c-upcoming-events-text);
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event img {
  transition: all 0.25s ease-in-out;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-meta--primary {
  flex: 1;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-meta-item {
  align-items: center;
  gap: 1em;
  display: flex;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-meta-item-label-prefix::before {
  color: var(--c-upcoming-events-text);
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-tag {
  --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: var(--c-upcoming-events-background--hover);
  --v-teaser-text-color: var(--c-upcoming-events-text);
  --v-teaser-border-color: inherit;
  --v-teaser-title-link-text-color: var(--c-upcoming-events-text);
}
.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: var(--c-upcoming-events-text);
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:hover .cc-teaser-meta-item::before {
  color: var(--c-upcoming-events-text);
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:hover .cc-teaser-meta-item-label-prefix::before {
  color: var(--c-upcoming-events-text);
}
.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: flex;
  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-content-link-prefix {
  color: var(--v-global-link-text-color);
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-content-link--link {
  color: var(--v-global-link-text-color);
}
.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 {
  flex-direction: row;
  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: flex;
  justify-content: center;
}

.cc-anchor--view-all,
.calendar-event-list-widget-footer-view-all-link {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  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;
  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);
}

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

.cc-anchor--view-all,
.calendar-event-list-widget-footer-view-all-link {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  background-color: var(--bc-c-action-primary);
  color: var(--bc-c-action-primary-foreground);
  border: 1px solid var(--bc-c-action-primary-border);
  border-radius: var(--bc-border-radius);
  padding: 0rem;
  text-decoration: none;
  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);
}

.cc-anchor--view-all,
.calendar-event-list-widget-footer-view-all-link {
  background-color: transparent;
  color: var(--c-black);
  border: 1px solid var(--c-black);
  border-radius: 0px;
  padding: 0rem;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: var(--calendar-title-font-size);
  font-weight: inherit;
  gap: 0.5rem;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.cc-anchor--view-all:hover,
.calendar-event-list-widget-footer-view-all-link:hover {
  background-color: transparent;
  border-color: var(--c-black);
  outline: none;
  box-shadow: inset 0 0 0 1px var(--c-black);
  color: var(--c-black);
  font-weight: inherit;
  box-shadow: 0 0 0 1px var(--c-black);
}
.cc-anchor--view-all:hover:focus,
.calendar-event-list-widget-footer-view-all-link:hover:focus {
  color: var(--c-black);
}
.cc-anchor--view-all::after,
.calendar-event-list-widget-footer-view-all-link::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;
  font-size: 1.25em;
  color: currentColor;
  transition: 0.3s ease;
}
.cc-anchor--view-all:hover::after,
.calendar-event-list-widget-footer-view-all-link:hover::after {
  color: var(--c-black);
}
.cc-anchor--view-all:hover,
.calendar-event-list-widget-footer-view-all-link:hover {
  box-shadow: 0 1px 0 var(--c-black);
}/*# sourceMappingURL=likestilt-arbeidsliv.css.map */