@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400&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;
}

mark {
  color: inherit;
}

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

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

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

* {
  overflow-wrap: break-word;
}

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

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

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

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

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

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

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

i,
em {
  font-style: italic;
}

strong,
b {
  font-weight: bold;
}

s {
  text-decoration: line-through;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: "delportalmal";
  src: url("../fonts/delportalmal.ttf?yporf9") format("truetype"), url("../fonts/delportalmal.woff?yporf9") format("woff"), url("../fonts/delportalmal.svg?yporf9#delportalmal") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
:root {
  --link-text-color: #0055B8;
  --link-text-color--active: #ffffff;
  --link-background-color--active: #0055B8;
  --button-border-color: #0055B8;
  --button-text-color: #ffffff;
  --button-background-color: #0055B8;
  --button-border-color--active: #0055B8;
  --button-text-color--active: #0055B8;
  --button-background-color--active: #ffffff;
}

/* Mixin for en responsiv font-størrelses-skala. 
 Denne kan brukes for å sette en font-størrelse én plass og sikre at font-størrelsen vil bli riktig på alle skjermflater basert på skaleringen som er satt opp her 
*/
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

:focus {
  outline: 2px dashed transparent;
}

.tabbing {
  --v-focus-primary-border-color: #999999;
}

.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: #000000;
}
.designMode .zone {
  outline: 2px solid hotpink;
  outline-offset: 2px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.ac-content .ac-content-form-control-container--textbox .ac-content-form-label {
  display: none;
}
.ac-content .ac-content-form-control-container--textbox input::-webkit-input-placeholder {
  font-size: 1.125rem;
}
.ac-content .ac-content-form-control-container--textbox input::-moz-placeholder {
  font-size: 1.125rem;
}
.ac-content .ac-content-form-control-container--textbox input:-ms-input-placeholder {
  font-size: 1.125rem;
}
.ac-content .ac-content-form-control-container--textbox input::-ms-input-placeholder {
  font-size: 1.125rem;
}
.ac-content .ac-content-form-control-container--textbox input::placeholder {
  font-size: 1.125rem;
}
@media screen and (min-width: 900px) {
  .ac-content .ac-content-form-control-container--textbox input::-webkit-input-placeholder {
    font-size: 1.25rem;
  }
  .ac-content .ac-content-form-control-container--textbox input::-moz-placeholder {
    font-size: 1.25rem;
  }
  .ac-content .ac-content-form-control-container--textbox input:-ms-input-placeholder {
    font-size: 1.25rem;
  }
  .ac-content .ac-content-form-control-container--textbox input::-ms-input-placeholder {
    font-size: 1.25rem;
  }
  .ac-content .ac-content-form-control-container--textbox input::placeholder {
    font-size: 1.25rem;
  }
}

.ac-content-form-control--searchbox {
  position: relative;
}
.ac-content-form-control--searchbox .ac-content-form-control-container--submit {
  position: absolute;
  right: 1.25rem;
  bottom: 0.5rem;
}
.ac-content-form-control--searchbox .ac-content-form-control-container--submit .ac-content-button {
  border-color: #0055B8;
  background-color: #0055B8;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='1024' height='1024' viewBox='0 0 1024 1024'%3E%3Ctitle%3E%3C/title%3E%3Cg id='icomoon-ignore'%3E%3C/g%3E%3Cpath fill='%23ffffff' d='M727.904 641.542h-43.181l-18.506-18.506c55.518-67.855 92.53-154.217 92.53-246.747 0-203.566-166.554-376.289-376.289-376.289s-382.458 172.723-382.458 382.458 172.723 382.458 382.458 382.458c92.53 0 178.892-37.012 246.747-92.53l18.506 18.506v43.181l289.928 289.928 86.361-86.361-296.096-296.096zM382.458 641.542c-148.048 0-265.253-117.205-265.253-265.253s117.205-265.253 265.253-265.253 265.253 117.205 265.253 265.253-123.373 265.253-265.253 265.253z'%3E%3C/path%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  border-radius: 0.3125rem;
  height: 2.75rem;
}
.ac-content-form-control--searchbox .ac-content-form-control-container--submit .ac-content-button:hover {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='1024' height='1024' viewBox='0 0 1024 1024'%3E%3Ctitle%3E%3C/title%3E%3Cg id='icomoon-ignore'%3E%3C/g%3E%3Cpath fill='%230055B8' d='M727.904 641.542h-43.181l-18.506-18.506c55.518-67.855 92.53-154.217 92.53-246.747 0-203.566-166.554-376.289-376.289-376.289s-382.458 172.723-382.458 382.458 172.723 382.458 382.458 382.458c92.53 0 178.892-37.012 246.747-92.53l18.506 18.506v43.181l289.928 289.928 86.361-86.361-296.096-296.096zM382.458 641.542c-148.048 0-265.253-117.205-265.253-265.253s117.205-265.253 265.253-265.253 265.253 117.205 265.253 265.253-123.373 265.253-265.253 265.253z'%3E%3C/path%3E%3C/svg%3E%0A");
}
.ac-content-form-control--searchbox .ac-content-form-control-container--submit .ac-content-button .ac-content-button-text {
  display: none;
}

.ac-content-form-control {
  overflow: visible;
}

.breadcrumbs {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.breadcrumbs .breadcrumbs-inner {
  padding-left: 1rem;
  max-width: 1920px;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .breadcrumbs .breadcrumbs-inner {
    padding-left: 2rem;
  }
}

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

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

.breadcrumbs__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.breadcrumbs__item a {
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  color: #002E6D;
}
.breadcrumbs__item a:hover {
  -webkit-box-shadow: 0 1px 0 0 currentColor;
          box-shadow: 0 1px 0 0 currentColor;
}
.breadcrumbs__item::after {
  content: "/";
  margin-left: 0.75em;
  margin-right: 0.75em;
  display: inline-block;
}
.breadcrumbs__item:last-child a {
  font-weight: 400;
}
.breadcrumbs__item:last-child::after {
  display: none;
}

@media screen and (max-width: 600px) {
  .breadcrumbs__item:not(:nth-last-child(2)) {
    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__item:nth-last-child(2) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5em;
  }
  .breadcrumbs__item:nth-last-child(2) a::before {
    font-family: "delportalmal";
    content: "\e903";
    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.5em;
    margin-left: -4px;
  }
  .breadcrumbs__item:nth-last-child(2)::after {
    display: none;
  }
}
.header {
  border-bottom: 0.125rem solid #ffffff;
  position: sticky;
  top: 0;
  z-index: 5;
  color: #ffffff;
  background: #002E6D;
}
.header--fixed .header-inner {
  min-height: 4.5rem;
  height: 4.5rem;
}
.header--fixed .header-logo .header-logo-img {
  height: 3.125rem;
}

.header-inner {
  width: calc(100% - 2rem);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  min-height: 4.5rem;
  height: 4.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 900px) {
  .header-inner {
    padding-left: 2rem;
    min-height: 6.25rem;
    height: 6.25rem;
    gap: 3rem;
  }
}
.header-inner div {
  height: 100%;
}

.header-logo {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-logo .header-logo-img {
  height: 3.125rem;
}
@media screen and (min-width: 900px) {
  .header-logo .header-logo-img {
    height: 3.75rem;
  }
}
.header-logo .header-logo-title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.header-navigation {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-navigation-links {
  display: none;
}
@media screen and (min-width: 1400px) {
  .header-navigation-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-navigation-links--primary {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.header-navigation-links .vListe {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-navigation-links .vListe .toplevel {
  height: 100%;
}
.header-navigation-links .vListe .toplevel a {
  padding-left: 2rem;
  padding-right: 2rem;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
  text-decoration: none;
}
.header-navigation-links .vListe .toplevel a:hover {
  color: #ffffff;
  background-color: #0055B8;
}

.header-navigation-toggles {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1400px) {
  .header-navigation-toggles {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
}

.main-menu-toggle,
.search-box-toggle {
  border: 0;
  border-radius: 0;
  min-width: 50px;
  min-height: 50px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  background-color: transparent;
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  .main-menu-toggle,
  .search-box-toggle {
    font-size: 1.25rem;
  }
}
.main-menu-toggle::before,
.search-box-toggle::before {
  font-size: 1.5rem;
  color: #E0E622;
}
.main-menu-toggle:hover::before,
.search-box-toggle:hover::before {
  color: #ffffff;
}
.main-menu-toggle.open::before,
.search-box-toggle.open::before {
  font-family: "delportalmal";
  content: "\e92d";
  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.5rem;
}
.main-menu-toggle.open:hover::before,
.search-box-toggle.open:hover::before {
  color: #ffffff;
}
@media screen and (min-width: 600px) {
  .main-menu-toggle,
  .search-box-toggle {
    padding-left: 1rem;
    padding-right: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
  }
}
@media screen and (min-width: 900px) {
  .main-menu-toggle,
  .search-box-toggle {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .main-menu-toggle:hover,
  .search-box-toggle:hover {
    background-color: #0055B8;
  }
}

.search-box-toggle::before {
  font-family: "delportalmal";
  content: "\e9b3";
  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.5rem;
}

.main-menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1400px) {
  .main-menu-toggle {
    display: none;
  }
}
.main-menu-toggle::before {
  font-family: "delportalmal";
  content: "\e99b";
  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.5rem;
}

.main-menu {
  display: none;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #002E6D;
  color: #ffffff;
}
.main-menu.open, .designMode .main-menu {
  display: block;
}
.main-menu .wp-main-menu .vListe {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-menu .wp-main-menu .vListe li {
  border-top: 1px solid #E5F3FF;
  display: block;
}
.main-menu .wp-main-menu .vListe li:first-child {
  border-top: 0;
}
.main-menu .wp-main-menu .vListe li a {
  padding: 1rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
}
.main-menu .wp-main-menu .vListe li a::before {
  font-family: "delportalmal";
  content: "\e908";
  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: 2rem;
  color: #ffffff;
}
.main-menu .wp-shortcuts .vListe {
  list-style-type: none;
}
.main-menu .wp-shortcuts .vListe li {
  margin-top: 1rem;
}
.search-box {
  display: none;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #002E6D;
  min-height: 100px;
}
.search-box.open, .designMode .search-box {
  display: block;
}

.global-bottom-container {
  padding: 4rem 0;
}
.subpage .global-bottom-container {
  padding-top: 0;
}

.global-bottom-container-inner {
  width: calc(100% - 2rem);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.global-bottom-container-inner .zone {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer {
  padding-top: 2rem;
  min-height: 588px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  color: #ffffff;
  background-color: #002E6D;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='648.51' height='375.074' viewBox='0 0 648.51 375.074'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%230055B8;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(0 0)'%3E%3Cpath class='a' d='M172.82,284.618,307.467,149.971,442.138,284.618h84.386L307.467,65.56,88.41,284.618Z' transform='translate(-88.41 90.458)'/%3E%3Cpath class='a' d='M319.864,138.646,181.219,0,0,181.22l42.193,42.193,139.026-139L319.864,223.032Z' transform='translate(328.646)'/%3E%3C/g%3E%3C/svg%3E");
  background-position: bottom right;
  background-repeat: no-repeat;
  --link-text-color: #ffffff;
  --link-text-color--active: #002E6D;
  --link-background-color--active: #ffffff;
}
@media screen and (min-width: 900px) {
  .footer {
    padding-top: 5rem;
  }
}

.footer-inner {
  width: calc(100% - 2rem);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.footer-columns {
  margin: -1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 900px) {
  .footer-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer-column {
  margin-top: 3rem;
  padding: 1rem;
}
@media screen and (min-width: 900px) {
  .footer-column {
    margin-top: 1rem;
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .footer-column {
    width: 33.3333333333%;
  }
}
.footer-column .wp-custom-box-footer .webPartTittel {
  border-bottom: 0.0625rem solid #ffffff;
  padding-bottom: 0.5rem;
  font-weight: 400;
}
.footer-column .hidden-webpart-title .webPartTittel {
  display: none;
}
@media screen and (min-width: 900px) {
  .footer-column .hidden-webpart-title .webPartTittel {
    display: block;
  }
}

.wp-footer-bottom-links {
  padding-bottom: 2rem;
}
.wp-footer-bottom-links .webPartInnhold .vListe {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 900px) {
  .wp-footer-bottom-links .webPartInnhold .vListe {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3rem;
  }
}
.wp-footer-bottom-links .webPartInnhold .vListe a:hover {
  color: #002E6D;
  background-color: #ffffff;
}

.frontpage .frontpage-top-section {
  position: relative;
}
.frontpage .frontpage-top-section .wp-banner-image .banner-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 380px;
}
.frontpage .frontpage-top-section .wp-banner-text {
  font-size: 3.5rem;
  color: #ffffff;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-shadow: 2px 2px 5px #000000;
  font-family: "Roboto Slab", serif;
  line-height: 1.1;
}
.frontpage .frontpage-top-section .wp-banner-text .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.frontpage .frontpage-top-section .wp-banner-text .line-below {
  padding: 0.25em 0 0 0;
  border-bottom: 0.25rem solid transparent;
  border-top: 0.25rem solid #ffb600;
  white-space: nowrap;
}
.frontpage .frontpage-top-section .wp-banner-text .line-above {
  padding: 0.25em 0 0 0;
  border-bottom: 0.25rem solid #ffb600;
  border-top: 0.25rem solid transparent;
  white-space: nowrap;
}
@media screen and (min-width: 600px) {
  .frontpage .frontpage-top-section .wp-banner-text {
    font-size: 5rem;
  }
}
@media screen and (min-width: 900px) {
  .frontpage .frontpage-top-section .wp-banner-text {
    font-size: 6rem;
  }
  .frontpage .frontpage-top-section .wp-banner-text .text-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.5em;
  }
  .frontpage .frontpage-top-section .wp-banner-text .line-below {
    padding: 0.25em 0;
    border-top: 0.25rem solid transparent;
    border-bottom: 0.25rem solid #ffb600;
    -webkit-transform: translateY(-0.4em);
        -ms-transform: translateY(-0.4em);
            transform: translateY(-0.4em);
  }
  .frontpage .frontpage-top-section .wp-banner-text .line-above {
    padding: 0.25em 0;
    border-top: 0.25rem solid #ffb600;
    border-bottom: 0.25rem solid transparent;
  }
}
.frontpage .frontpage-search-section {
  background-color: #002E6D;
  padding: 3rem 0;
}
.frontpage .frontpage-search-section .wp-frontpage-search .webPartTittel {
  font-size: 3rem;
  font-weight: 400;
  color: #ffffff;
  padding-left: 1.7rem;
}
.frontpage .frontpage-search-section-inner {
  width: calc(100% - 2rem);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.frontpage .frontpage-search-section-inner .zone {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.frontpage .frontpage-search-content-section {
  padding-top: 2rem 0;
  background-color: #E5F3FF;
}
@media screen and (min-width: 900px) {
  .frontpage .frontpage-search-content-section {
    padding: 5rem 0;
  }
}
.frontpage .frontpage-search-content-section-inner {
  width: calc(100% - 2rem);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.frontpage .frontpage-focus-fields-section {
  padding: 2rem 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  background-color: #E5F3FF;
}
@media screen and (min-width: 900px) {
  .frontpage .frontpage-focus-fields-section {
    padding: 5rem 0;
    gap: 5rem;
  }
}
.frontpage .frontpage-focus-field {
  --focus-field-title-text-color: #ffffff;
  --focus-field-text-color: #ffffff;
  --focus-field-background-color: #002E6D;
}
.frontpage .frontpage-focus-field .frontpage-focus-field-inner {
  width: calc(100% - 2rem);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .frontpage .frontpage-focus-field .frontpage-focus-field-inner {
    width: 90%;
  }
}
.frontpage .frontpage-focus-field .frontpage-focus-field-inner .zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.frontpage .frontpage-focus-field .frontpage-focus-field-inner .wp-focus-field-text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 2.5rem;
  width: 100%;
  font-size: 1.375rem;
  color: var(--focus-field-text-color);
  background-color: var(--focus-field-background-color);
}
@media screen and (min-width: 1200px) {
  .frontpage .frontpage-focus-field .frontpage-focus-field-inner .wp-focus-field-text {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
.frontpage .frontpage-focus-field .frontpage-focus-field-inner .wp-focus-field-text .il-heading--h2 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: var(--focus-field-title-text-color);
}
@media screen and (min-width: 600px) {
  .frontpage .frontpage-focus-field .frontpage-focus-field-inner .wp-focus-field-text .il-heading--h2 {
    font-size: 1.875rem;
  }
}
.frontpage .frontpage-focus-field .frontpage-focus-field-inner .wp-focus-field-text p {
  margin: 1em 0;
}
.frontpage .frontpage-focus-field .frontpage-focus-field-inner .wp-focus-field-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .frontpage .frontpage-focus-field .frontpage-focus-field-inner .wp-focus-field-image {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
.frontpage .frontpage-focus-field .frontpage-focus-field-inner .wp-focus-field-image .banner-image {
  height: 0;
  padding-bottom: 56.25%;
  aspect-ratio: 16/9;
  overflow: hidden;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1200px) {
  .frontpage .frontpage-focus-field .frontpage-focus-field-inner .wp-focus-field-image .banner-image {
    padding-bottom: 37.734375%;
    aspect-ratio: 1280/483;
  }
}
.frontpage .frontpage-focus-field .frontpage-focus-field-inner .wp-focus-field-image .artikkel-bilde-container {
  height: 0;
  padding-bottom: 56.25%;
  aspect-ratio: 16/9;
  overflow: hidden;
  display: block;
}
@media screen and (min-width: 1200px) {
  .frontpage .frontpage-focus-field .frontpage-focus-field-inner .wp-focus-field-image .artikkel-bilde-container {
    padding-bottom: 37.734375%;
    aspect-ratio: 1280/483;
  }
}
.frontpage .frontpage-focus-field .frontpage-focus-field-inner .wp-focus-field-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.frontpage .frontpage-latest-articles-section {
  padding: 2rem 0;
  background-color: #E5F3FF;
}
@media screen and (min-width: 900px) {
  .frontpage .frontpage-latest-articles-section {
    padding: 5rem 0;
  }
}
.frontpage .frontpage-latest-articles-section-inner {
  width: calc(100% - 2rem);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.frontpage .frontpage-upcoming-events-section {
  padding: 2rem 0;
  background-color: #ffffff;
}
@media screen and (min-width: 900px) {
  .frontpage .frontpage-upcoming-events-section {
    padding: 5rem 0;
  }
}
.frontpage .frontpage-upcoming-events-section-inner {
  width: calc(100% - 2rem);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.frontpage .frontpage-search-content-section + .frontpage-focus-fields-section {
  padding-top: 0;
}
.frontpage .frontpage-search-content-section + .frontpage-latest-articles-section {
  padding-top: 0;
}
.frontpage .frontpage-focus-fields-section + .frontpage-latest-articles-section {
  padding-top: 0;
}
/* ------ MIDLERTIDIG OVERSTYRING - SKAL SLETTES ------ */
.kulturkalender-detail-page .artikkel header h1 {
  display: none !important;
}

.js-kulturkalender-widget .bc-content-tag-list {
  display: none !important;
}
.js-kulturkalender-widget .kulturkalender-event-list-filter .bc-filter-label {
  font-size: 1.375rem;
  font-weight: 700;
}
.js-kulturkalender-widget .kulturkalender-event-list-filter input[type=date] {
  cursor: pointer !important;
}
.js-kulturkalender-widget .kulturkalender-event-list-filter .bc-datepicker-container {
  padding: 1rem;
}
.js-kulturkalender-widget .kulturkalender-event-list-filter .bc-select button {
  font-size: 0.9375rem;
}
@media screen and (min-width: 900px) {
  .js-kulturkalender-widget .kulturkalender-event-list-filter .bc-select button {
    font-size: 1rem;
  }
}
.js-kulturkalender-widget .kulturkalender-event-list-filter .bc-content-input-container input {
  font-size: 0.9375rem;
}
@media screen and (min-width: 900px) {
  .js-kulturkalender-widget .kulturkalender-event-list-filter .bc-content-input-container input {
    font-size: 1rem;
  }
}
.js-kulturkalender-widget .kulturkalender-event-list-filter .button-row {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
@media screen and (max-width: 500px) {
  .js-kulturkalender-widget .kulturkalender-event-list-filter .button-row .kulturkalender-sokefilter-sok {
    width: 100% !important;
  }
}
@media screen and (max-width: 500px) {
  .js-kulturkalender-widget .kulturkalender-event-list-filter .kulturkalender-button-row .kulturkalender-sokefilter-sok {
    width: 100% !important;
  }
  .js-kulturkalender-widget .kulturkalender-event-list-filter .kulturkalender-button-row .bc-content-column {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.js-kulturkalender-widget .kulturkalender-event-list-filter .kulturkalender-sokefilter-sok {
  font-size: 1.125rem !important;
  border-radius: 5px !important;
  border: 2px solid #E0E622 !important;
}
.js-kulturkalender-widget .kulturkalender-event-list-filter .kulturkalender-sokefilter-sok:hover {
  background-color: transparent !important;
  border: 2px solid #E0E622 !important;
  color: #E0E622 !important;
}
.js-kulturkalender-widget .kulturkalender-event-list-filter .kulturkalender-sokefilter-sok:hover .bc-content-button-text {
  color: #E0E622;
}
.js-kulturkalender-widget .kulturkalender-event-list-filter .kulturkalender-sokefilter-nullstill {
  border: none !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em;
}
.js-kulturkalender-widget .kulturkalender-event-list-filter .kulturkalender-sokefilter-nullstill::before {
  font-family: "delportalmal";
  content: "\e900";
  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.75rem;
  position: relative;
  text-decoration: none;
}
.js-kulturkalender-widget .kulturkalender-event-list-filter .kulturkalender-sokefilter-nullstill .bc-content-button-text {
  color: #ffffff !important;
}
.js-kulturkalender-widget .kulturkalender-event-list-filter .kulturkalender-sokefilter-nullstill:hover, .js-kulturkalender-widget .kulturkalender-event-list-filter .kulturkalender-sokefilter-nullstill:focus {
  background-color: transparent !important;
}
.js-kulturkalender-widget .kulturkalender-event-list-filter .kulturkalender-sokefilter-nullstill:hover .bc-content-button-text, .js-kulturkalender-widget .kulturkalender-event-list-filter .kulturkalender-sokefilter-nullstill:focus .bc-content-button-text {
  text-decoration: underline !important;
}
.js-kulturkalender-widget .kulturkalender-event-list-filter .kulturkalender-button-row.kulturkalender-button-row.kulturkalender-button-row {
  margin-top: 1rem !important;
}
.js-kulturkalender-widget .bc-content-teaser--kulturkalender-event .bc-content-teaser-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.js-kulturkalender-widget .bc-content-teaser--kulturkalender-event .bc-content-teaser-meta--badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.js-kulturkalender-widget .bc-content-teaser--kulturkalender-event .bc-content-teaser-meta-property--location {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
}
.js-kulturkalender-widget .bc-content-teaser--kulturkalender-event .bc-content-teaser-meta-property--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: 1.25em;
  margin-right: 0.5rem;
}
.js-kulturkalender-widget .bc-content-teaser--kulturkalender-event .bc-content-teaser-meta-property--time {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
}
.js-kulturkalender-widget .bc-content-teaser--kulturkalender-event .bc-content-teaser-meta-property--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;
  margin-right: 0.5rem;
}
.js-kulturkalender-widget .bc-content--kulturkalender .image-gallery .current-image {
  --height: 400px !important;
}
.js-kulturkalender-widget .bc-content--kulturkalender .bc-content-button {
  font-size: 1.125rem !important;
  border-radius: 5px !important;
  border: 2px solid #002E6D !important;
  background-color: #002E6D !important;
}
.js-kulturkalender-widget .bc-content--kulturkalender .bc-content-button .bc-content-button-text {
  color: #002E6D !important;
}
.js-kulturkalender-widget .bc-content--kulturkalender .bc-content-button:hover, .js-kulturkalender-widget .bc-content--kulturkalender .bc-content-button:focus {
  background-color: transparent !important;
  color: #002E6D !important;
}
.js-kulturkalender-widget .bc-content--kulturkalender .bc-content-button:hover .bc-content-button-text, .js-kulturkalender-widget .bc-content--kulturkalender .bc-content-button:focus .bc-content-button-text {
  color: #002E6D !important;
}
.js-kulturkalender-widget .bc-content--kulturkalender .bc-content-link:not(.bc-content-link--button):hover {
  background-color: #002E6D;
  color: #ffffff !important;
}

.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: 0;
}
.subpage .article-banner-image,
.subpage-full-width .article-banner-image {
  margin-bottom: 0;
}
.subpage .wp-sub-navigation,
.subpage .sub-navigation,
.subpage-full-width .wp-sub-navigation,
.subpage-full-width .sub-navigation {
  margin-bottom: 5rem;
}
.subpage .wp-sub-navigation .webPartInnhold ul.vListe,
.subpage .sub-navigation .webPartInnhold ul.vListe,
.subpage-full-width .wp-sub-navigation .webPartInnhold ul.vListe,
.subpage-full-width .sub-navigation .webPartInnhold ul.vListe {
  padding: 0;
  margin: 0;
  list-style: none;
  --grid-column-count: 1;
  --grid-column-gap: 1.5rem;
  --grid-row-gap: 1.5rem;
  grid-template-columns: repeat(var(--grid-column-count), 1fr);
  -webkit-column-gap: var(--grid-column-gap);
     -moz-column-gap: var(--grid-column-gap);
          column-gap: var(--grid-column-gap);
  row-gap: var(--grid-row-gap);
  display: grid;
  --grid-row-gap: 0;
}
@media screen and (min-width: 900px) {
  .subpage .wp-sub-navigation .webPartInnhold ul.vListe,
  .subpage .sub-navigation .webPartInnhold ul.vListe,
  .subpage-full-width .wp-sub-navigation .webPartInnhold ul.vListe,
  .subpage-full-width .sub-navigation .webPartInnhold ul.vListe {
    --grid-column-gap: 2rem;
    --grid-column-count: 2;
  }
}
.subpage .wp-sub-navigation .webPartInnhold a,
.subpage .sub-navigation .webPartInnhold a,
.subpage-full-width .wp-sub-navigation .webPartInnhold a,
.subpage-full-width .sub-navigation .webPartInnhold a {
  border: 0;
  border-bottom: 1px solid #E0E622;
  padding: 0.8rem 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.375rem;
  font-weight: 400;
  text-decoration: none;
  background-color: #ffffff;
}
.subpage .wp-sub-navigation .webPartInnhold a::after,
.subpage .sub-navigation .webPartInnhold a::after,
.subpage-full-width .wp-sub-navigation .webPartInnhold a::after,
.subpage-full-width .sub-navigation .webPartInnhold a::after {
  font-family: "delportalmal";
  content: "\e940";
  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: 2rem;
  color: #002E6D;
}
.subpage .wp-sub-navigation .webPartInnhold a:hover,
.subpage .sub-navigation .webPartInnhold a:hover,
.subpage-full-width .wp-sub-navigation .webPartInnhold a:hover,
.subpage-full-width .sub-navigation .webPartInnhold a:hover {
  color: #ffffff;
  background-color: #002E6D;
}
.subpage .wp-sub-navigation .webPartInnhold a:hover::after,
.subpage .sub-navigation .webPartInnhold a:hover::after,
.subpage-full-width .wp-sub-navigation .webPartInnhold a:hover::after,
.subpage-full-width .sub-navigation .webPartInnhold a:hover::after {
  color: #ffffff;
}

.subpage .main-area {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.subpage .main-area .responsive-container {
  width: calc(100% - 2rem);
}
@media screen and (min-width: 1200px) {
  .subpage .main-area .responsive-container {
    width: 100%;
  }
}
.subpage .page-title {
  color: #002E6D;
  text-align: center;
}
.subpage .page-title .wp-page-title {
  display: none;
}
.subpage.article-list-page .page-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
  text-align: left;
}
.subpage.article-list-page .page-title .responsive-container {
  width: calc(100% - 2rem);
}
@media screen and (min-width: 1200px) {
  .subpage.article-list-page .page-title .responsive-container {
    width: 100%;
  }
}

.article-preview-list-body .article-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 900px) {
  .article-preview-list-body .article-preview {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.article-preview-list-body .article-preview .article-preview-image {
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .article-preview-list-body .article-preview .article-preview-image {
    width: 249px;
  }
}
.article-preview-list-body .article-preview .article-preview-image img {
  max-width: 100%;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  height: 100% !important;
}
.article-preview-list-body .article-preview .article-preview-content {
  padding: 2rem;
  background-color: #002E6D;
  color: #ffffff;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .article-preview-list-body .article-preview .article-preview-content {
    width: 551px;
    padding: 2.125rem 3rem;
  }
}
.article-preview-list-body .article-preview .article-preview-content .article-preview-title a {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.375rem;
  text-decoration: underline;
  margin-bottom: 1rem;
}
.article-preview-list-body .article-preview .article-preview-content .article-preview-title a:hover {
  background-color: #232323;
}
.article-preview-list-body .article-preview .article-preview-content .article-preview-excerpt {
  font-size: 1.125rem;
}
.article-preview-list-body .article-preview .article-preview-content .article-preview-excerpt + .article-date {
  margin-top: 0.5rem;
}
.article-preview-list-body .article-preview .article-preview-content .article-date .date {
  font-size: 0.875rem;
}

.transportpage .breadcrumbs + .sub-navigation {
  margin-top: 2rem;
}
.transportpage .page-title + * {
  margin-top: 3.5rem;
}
.transportpage .sub-navigation + * {
  margin-top: 4rem;
}
.transportpage .breadcrumbs {
  background-color: #E5F3FF;
}
.transportpage .page-title {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #E5F3FF;
  color: #002E6D;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='648.51' height='375.074' viewBox='0 0 648.51 375.074'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23ffffff;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(0 0)'%3E%3Cpath class='a' d='M172.82,284.618,307.467,149.971,442.138,284.618h84.386L307.467,65.56,88.41,284.618Z' transform='translate(-88.41 90.458)'/%3E%3Cpath class='a' d='M319.864,138.646,181.219,0,0,181.22l42.193,42.193,139.026-139L319.864,223.032Z' transform='translate(328.646)'/%3E%3C/g%3E%3C/svg%3E");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}
.transportpage .page-title .wp-page-title {
  padding: 0;
  font-weight: 700;
  font-size: 2.5rem;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}
@media screen and (min-width: 600px) {
  .transportpage .page-title .wp-page-title {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 900px) {
  .transportpage .page-title .wp-page-title {
    font-size: 4rem;
  }
}
.transportpage .local-area-message-container .area-message-list-item:last-child {
  margin-bottom: 2rem;
}
.transportpage .page-header-links .vListe {
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.transportpage .page-header-links a {
  border: 0.125rem solid var(--button-border-color);
  border-radius: 0.3125rem;
  padding: 1rem 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.5rem;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  color: var(--button-text-color);
  background-color: var(--button-background-color);
  --button-border-color: #0055B8;
  --button-text-color: #ffffff;
  --button-background-color: #0055B8;
  --button-border-color--active: #0055B8;
  --button-text-color--active: #0055B8;
  --button-background-color--active: #ffffff;
  padding: 0.25rem 0.75rem;
}
.transportpage .page-header-links a.external::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;
}
.transportpage .page-header-links a:hover {
  border-color: var(--button-border-color--active);
  color: var(--button-text-color--active);
  background-color: var(--button-background-color--active);
}
.transportpage .local-area-message-container-inner {
  width: calc(100% - 2rem);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.transportpage .wp-sub-navigation,
.transportpage .sub-navigation {
  margin-bottom: 5rem;
}
.transportpage .wp-sub-navigation .webPartInnhold ul.vListe,
.transportpage .sub-navigation .webPartInnhold ul.vListe {
  padding: 0;
  margin: 0;
  list-style: none;
  --grid-column-count: 1;
  --grid-column-gap: 1.5rem;
  --grid-row-gap: 1.5rem;
  grid-template-columns: repeat(var(--grid-column-count), 1fr);
  -webkit-column-gap: var(--grid-column-gap);
     -moz-column-gap: var(--grid-column-gap);
          column-gap: var(--grid-column-gap);
  row-gap: var(--grid-row-gap);
  display: grid;
  --grid-row-gap: 0;
}
@media screen and (min-width: 900px) {
  .transportpage .wp-sub-navigation .webPartInnhold ul.vListe,
  .transportpage .sub-navigation .webPartInnhold ul.vListe {
    --grid-column-gap: 2rem;
    --grid-column-count: 2;
  }
}
.transportpage .wp-sub-navigation .webPartInnhold a,
.transportpage .sub-navigation .webPartInnhold a {
  border: 0;
  border-bottom: 1px solid #E0E622;
  padding: 0.8rem 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.375rem;
  font-weight: 400;
  text-decoration: none;
  background-color: #ffffff;
}
.transportpage .wp-sub-navigation .webPartInnhold a::after,
.transportpage .sub-navigation .webPartInnhold a::after {
  font-family: "delportalmal";
  content: "\e940";
  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: 2rem;
  color: #002E6D;
}
.transportpage .wp-sub-navigation .webPartInnhold a:hover,
.transportpage .sub-navigation .webPartInnhold a:hover {
  color: #ffffff;
  background-color: #002E6D;
}
.transportpage .wp-sub-navigation .webPartInnhold a:hover::after,
.transportpage .sub-navigation .webPartInnhold a:hover::after {
  color: #ffffff;
}
.transportpage .transportpage-focus-field {
  --focus-field-title-text-color: #ffffff;
  --focus-field-text-color: #ffffff;
  --focus-field-background-color: #002E6D;
  background-color: var(--focus-field-background-color);
}
.transportpage .transportpage-focus-field .transportpage-focus-field-inner {
  width: calc(100% - 2rem);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.transportpage .transportpage-focus-field .transportpage-focus-field-inner .zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1200px) {
  .transportpage .transportpage-focus-field .transportpage-focus-field-inner .zone {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.transportpage .transportpage-focus-field .transportpage-focus-field-inner .wp-focus-field-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 2.5rem;
  width: 100%;
  font-size: 1.125rem;
  color: var(--focus-field-text-color);
}
@media screen and (min-width: 1200px) {
  .transportpage .transportpage-focus-field .transportpage-focus-field-inner .wp-focus-field-text {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
.transportpage .transportpage-focus-field .transportpage-focus-field-inner .wp-focus-field-text .il-heading--h2 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: var(--focus-field-title-text-color);
}
@media screen and (min-width: 600px) {
  .transportpage .transportpage-focus-field .transportpage-focus-field-inner .wp-focus-field-text .il-heading--h2 {
    font-size: 2rem;
  }
}
.transportpage .transportpage-focus-field .transportpage-focus-field-inner .wp-focus-field-text p {
  font-size: 1.125rem;
  max-width: 100%;
  margin: 1em 0;
}
@media screen and (min-width: 600px) {
  .transportpage .transportpage-focus-field .transportpage-focus-field-inner .wp-focus-field-text p {
    font-size: 1.5rem;
  }
}
.transportpage .transportpage-focus-field .transportpage-focus-field-inner .wp-focus-field-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .transportpage .transportpage-focus-field .transportpage-focus-field-inner .wp-focus-field-image {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media screen and (min-width: 1400px) {
  .transportpage .transportpage-focus-field .transportpage-focus-field-inner .wp-focus-field-image {
    padding-left: 0;
  }
}
.transportpage .transportpage-focus-field .transportpage-focus-field-inner .wp-focus-field-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 1200px) {
  .transportpage .transportpage-focus-field .transportpage-focus-field-inner .wp-focus-field-image img {
    height: 410px;
    aspect-ratio: 1280/483;
  }
}
.transportpage .transportpage-focus-field--two {
  --focus-field-title-text-color: #002E6D;
  --focus-field-text-color: #002E6D;
  --focus-field-background-color: #E5F3FF;
}
.transportpage .transportpage-latest-articles-section {
  padding: 2rem 0;
  background-color: #E5F3FF;
}
@media screen and (min-width: 900px) {
  .transportpage .transportpage-latest-articles-section {
    padding: 5rem 0;
  }
}
.transportpage .transportpage-latest-articles-section-inner {
  width: calc(100% - 2rem);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.transportpage .transportpage-upcoming-events-section {
  padding: 2rem 0;
  background-color: #ffffff;
}
@media screen and (min-width: 900px) {
  .transportpage .transportpage-upcoming-events-section {
    padding: 5rem 0;
  }
}
.transportpage .transportpage-upcoming-events-section-inner {
  width: calc(100% - 2rem);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

body .legacy-content-block-wrapper {
  margin: 0;
}
body .legacy-content-block-wrapper[data-style=primary] > .legacy-content-block {
  background-color: #E5F3FF;
  border-radius: 5px;
  color: #002E6D;
  --bc-c-text-secondary: #002E6D;
}
body .legacy-content-block-wrapper[data-style=primary] > .legacy-content-block ::marker {
  color: #002E6D;
}
body .legacy-content-block-wrapper[data-style=primary] > .legacy-content-block .divFaqSvar {
  background-color: #ffffff;
}
body .legacy-content-block-wrapper[data-style=secondary] > .legacy-content-block {
  border-color: #002E6D;
  border-radius: 5px;
}
body .legacy-content-block-wrapper[data-style=secondary] > .legacy-content-block ::marker {
  color: #002E6D;
}
body .legacy-content-block-wrapper[data-padding=large] > .legacy-content-block {
  padding: 2rem;
}
@media screen and (min-width: 600px) {
  body .legacy-content-block-wrapper[data-padding=large] > .legacy-content-block {
    padding: 3rem;
  }
}
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 {
  padding-top: 1em;
  padding-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25em;
  font-weight: 400;
}
blockquote::before {
  font-family: "delportalmal";
  content: "\e907";
  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;
  margin-right: 1.5rem;
  font-size: 2rem;
  color: #002E6D;
}

body .faqWrapper .divFaqOverskrift span:not(.skjulElement) {
  display: block;
  margin-bottom: 0.5rem;
}
body .faqWrapper .divFaqOverskrift + * {
  margin-top: 0.75em;
}
body .faqWrapper .divFaqIngress span:not(.skjulElement) {
  display: block;
  margin-bottom: 1em;
}
body .faqWrapper .divFaqSporsmal {
  background-color: transparent;
  margin: 0 0 0.75rem 0;
  padding: 0;
  cursor: initial;
}
body .faqWrapper .divFaqSporsmal::after {
  display: none;
}
body .faqWrapper .divFaqSporsmal button {
  padding: 1rem;
  border: 0;
  border-radius: 5px;
  background-color: #002E6D;
  color: #ffffff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  border: 2px solid #002E6D;
  cursor: pointer;
}
body .faqWrapper .divFaqSporsmal button::after {
  font-family: "delportalmal";
  content: "\e93e";
  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: 2.5rem;
  color: #ffffff;
  padding: 0.3rem;
}
body .faqWrapper .divFaqSporsmal button:hover {
  background-color: #E5F3FF;
  color: #002E6D;
  border: 2px solid #002E6D;
}
body .faqWrapper .divFaqSporsmal button:hover::after {
  color: #002E6D;
}
body .faqWrapper .divFaqSporsmal.open {
  margin: 0;
}
body .faqWrapper .divFaqSporsmal.open button {
  border-bottom: 0;
  background-color: #002E6D;
  border: 0;
  color: #ffffff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
body .faqWrapper .divFaqSporsmal.open button::after {
  font-family: "delportalmal";
  content: "\e941";
  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: 2.5rem;
  color: #ffffff;
  padding: 0.3rem;
}
body .faqWrapper .divFaqSvar {
  color: #000000;
  border: 1px solid #002E6D;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 1rem;
  background-color: #ffffff;
}
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::after {
  content: "";
  clear: both;
  display: table;
}
body .faqWrapper .divFaqSvar.open {
  display: block;
  margin-bottom: 0.75rem;
}

.file-overview-container ul {
  padding: 0;
  list-style: none;
}
.file-overview-container ul li.file-overview-item {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-top: 1px solid gray;
}
.file-overview-container ul li.file-overview-item:last-child {
  border-bottom: 1px solid gray;
}
.file-overview-container ul li.file-overview-item:first-child {
  border-top: 0;
}
.file-overview-container ul .file-gallery-hint p {
  margin: 0;
}

h1.il-heading--h1,
h2.il-heading--h2,
h3.il-heading--h3,
h3.legacy-content-block-header-title,
h4.il-heading--h4,
h5.il-heading--h5,
h6.il-heading--h6 {
  font-weight: 600;
}

h1.il-heading--h1 {
  font-size: 1.75rem;
  line-height: 1.25;
}
@media screen and (min-width: 900px) {
  h1.il-heading--h1 {
    font-size: 2rem;
    line-height: 1.125;
  }
}
@media screen and (min-width: 1200px) {
  h1.il-heading--h1 {
    font-size: 2.25rem;
  }
}

h2.il-heading--h2 {
  line-height: 1.25;
  font-size: 1.375rem;
}
@media screen and (min-width: 900px) {
  h2.il-heading--h2 {
    font-size: 1.5rem;
    line-height: 1.125;
  }
}
@media screen and (min-width: 1200px) {
  h2.il-heading--h2 {
    font-size: 2rem;
  }
}

h3.il-heading--h3,
h3.legacy-content-block-header-title {
  line-height: 1.5;
  font-size: 1.125rem;
}
@media screen and (min-width: 900px) {
  h3.il-heading--h3,
  h3.legacy-content-block-header-title {
    font-size: 1.25rem;
    line-height: 1.375;
  }
}
@media screen and (min-width: 1200px) {
  h3.il-heading--h3,
  h3.legacy-content-block-header-title {
    font-size: 1.625rem;
  }
}

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

h5.il-heading--h5 {
  line-height: 1.5;
  font-size: 0.875rem;
}
@media screen and (min-width: 900px) {
  h5.il-heading--h5 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  h5.il-heading--h5 {
    font-size: 1.125rem;
  }
}

h6.il-heading--h6 {
  line-height: 1.5;
  font-size: 0.75rem;
}
@media screen and (min-width: 900px) {
  h6.il-heading--h6 {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  h6.il-heading--h6 {
    font-size: 1rem;
  }
}

.fotografText {
  background: none !important;
  text-indent: 0 !important;
}
.fotografText::before {
  content: "Foto: ";
}

.InnholdLinkTekst:not(.il-custom-button) {
  display: inline;
  text-decoration: underline;
  color: var(--link-text-color);
}
.InnholdLinkTekst:not(.il-custom-button):hover {
  color: var(--link-text-color--active);
  background-color: var(--link-background-color--active);
}
.InnholdLinkTekst: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;
  margin-left: 0.3em;
  display: inline-block;
  text-decoration: none;
}
.frontpage-focus-field--one, .frontpage-focus-field--three, .transportpage-focus-field--one {
  --link-text-color: #ffffff;
}
.frontpage-focus-field--one:hover, .frontpage-focus-field--three:hover, .transportpage-focus-field--one:hover {
  --link-text-color--active: #002E6D;
  --link-background-color--active: #ffffff;
}

a[href].il-custom-button {
  border: 0.125rem solid var(--button-border-color);
  border-radius: 0.3125rem;
  padding: 1rem 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.5rem;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  color: var(--button-text-color);
  background-color: var(--button-background-color);
}
a[href].il-custom-button.external::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;
}
a[href].il-custom-button:hover {
  border-color: var(--button-border-color--active);
  color: var(--button-text-color--active);
  background-color: var(--button-background-color--active);
}
.frontpage-focus-field, .transportpage-focus-field--one {
  --button-border-color: #ffffff;
  --button-border-color--active: #ffffff;
}

.client-content-widget--toc .il-toc .il-toc-item-link {
  display: inline;
  text-decoration: underline;
  color: var(--link-text-color);
}
.client-content-widget--toc .il-toc .il-toc-item-link:hover {
  color: var(--link-text-color--active);
  background-color: var(--link-background-color--active);
}
.client-content-widget--toc .il-toc .il-toc-item-link.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.3em;
  display: inline-block;
  text-decoration: none;
}
.frontpage-focus-field--one, .frontpage-focus-field--three, .transportpage-focus-field--one {
  --link-text-color: #ffffff;
}
.frontpage-focus-field--one:hover, .frontpage-focus-field--three:hover, .transportpage-focus-field--one:hover {
  --link-text-color--active: #002E6D;
  --link-background-color--active: #ffffff;
}

ul.il-ul,
ol.il-ol {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 2.5rem;
}

ul.il-ul {
  list-style-type: disc;
}

.guidancewizard-widget .bc-paragraph > * + * {
  margin-top: 1.25em;
}
.guidancewizard-widget .bc-paragraph > * + h1, .guidancewizard-widget .bc-paragraph > * + h2, .guidancewizard-widget .bc-paragraph > * + h3, .guidancewizard-widget .bc-paragraph > * + h4, .guidancewizard-widget .bc-paragraph > * + h5, .guidancewizard-widget .bc-paragraph > * + h6 {
  margin-top: 1.5em;
}
.guidancewizard-widget .bc-paragraph > h1 + *, .guidancewizard-widget .bc-paragraph > h2 + *, .guidancewizard-widget .bc-paragraph > h3 + * {
  margin-top: 0.75em;
}
.guidancewizard-widget .bc-paragraph > h4 + *, .guidancewizard-widget .bc-paragraph > h5 + *, .guidancewizard-widget .bc-paragraph > h6 + * {
  margin-top: 0.375em;
}
.guidancewizard-widget .bc-paragraph > ul li + li,
.guidancewizard-widget .bc-paragraph > ul li > ul,
.guidancewizard-widget .bc-paragraph > ul li > ol, .guidancewizard-widget .bc-paragraph > ol li + li,
.guidancewizard-widget .bc-paragraph > ol li > ul,
.guidancewizard-widget .bc-paragraph > ol li > ol {
  margin-top: 0.5em;
}
.guidancewizard-widget .bc-paragraph p {
  margin-top: 1em;
}
.guidancewizard-widget .bc-paragraph p > * + * {
  margin-top: 1.25em;
}
.guidancewizard-widget .bc-paragraph p > * + h1, .guidancewizard-widget .bc-paragraph p > * + h2, .guidancewizard-widget .bc-paragraph p > * + h3, .guidancewizard-widget .bc-paragraph p > * + h4, .guidancewizard-widget .bc-paragraph p > * + h5, .guidancewizard-widget .bc-paragraph p > * + h6 {
  margin-top: 1.5em;
}
.guidancewizard-widget .bc-paragraph p > h1 + *, .guidancewizard-widget .bc-paragraph p > h2 + *, .guidancewizard-widget .bc-paragraph p > h3 + * {
  margin-top: 0.75em;
}
.guidancewizard-widget .bc-paragraph p > h4 + *, .guidancewizard-widget .bc-paragraph p > h5 + *, .guidancewizard-widget .bc-paragraph p > h6 + * {
  margin-top: 0.375em;
}
.guidancewizard-widget .bc-paragraph p > ul li + li,
.guidancewizard-widget .bc-paragraph p > ul li > ul,
.guidancewizard-widget .bc-paragraph p > ul li > ol, .guidancewizard-widget .bc-paragraph p > ol li + li,
.guidancewizard-widget .bc-paragraph p > ol li > ul,
.guidancewizard-widget .bc-paragraph p > ol li > ol {
  margin-top: 0.5em;
}
.guidancewizard-widget .bc-guidancewizard-step-result {
  border-color: #002E6D;
}
.guidancewizard-widget .bc-guidancewizard-step[aria-current=true] > .bc-guidancewizard-guidancewizard-step-content::before {
  border-color: #002E6D;
}

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

.InnholdTabellTekst {
  font-size: 1rem;
}

.il-table.listeSort {
  display: table;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 0;
}
.il-table.listeSort td,
.il-table.listeSort th {
  vertical-align: top;
  padding: 0.75em 0.75em;
  min-width: 125px;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #000000;
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .il-table.listeSort td,
  .il-table.listeSort th {
    font-size: 1.125rem;
  }
}
.il-table.listeSort th {
  text-align: left;
  background-color: #ffffff;
  font-weight: 600;
}
.il-table.listeSort tr {
  background-color: #ffffff;
}
.il-table.listeSort tr:nth-child(even) {
  background-color: #E5F3FF;
}
.il-table.listeSort tr:nth-child(even) :first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.il-table.listeSort tr:nth-child(even) :last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.il-table__head .tablesorter-header {
  width: 300px !important;
  background-color: #002E6D !important;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
}

.bc-content-table-head .bc-content-table-row {
  width: 300px !important;
  background-color: #002E6D !important;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
}

.bc-content-table-body tr:nth-child(even) {
  background-color: #E5F3FF !important;
}
.bc-content-table-body tr:nth-child(even) :first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.bc-content-table-body tr:nth-child(even) :last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

@media screen and (max-width: 600px) {
  .legacy-content-block--table {
    min-width: 0;
  }
  .legacy-content-block--table table,
  .legacy-content-block--table thead,
  .legacy-content-block--table tbody,
  .legacy-content-block--table tr,
  .legacy-content-block--table th,
  .legacy-content-block--table td {
    display: block;
  }
  .legacy-content-block--table .il-table.listeSort td,
  .legacy-content-block--table .il-table.listeSort th {
    border-width: 0 0 0.0625rem 0 !important;
    border-color: #757575 !important;
  }
  .legacy-content-block--table thead tr {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
  }
  .legacy-content-block--table tr {
    background-color: #ffffff !important;
  }
  .legacy-content-block--table tr + tr {
    margin-top: 2rem;
  }
  .legacy-content-block--table tr::after {
    clear: both;
    content: "";
    display: table;
  }
  .legacy-content-block--table td {
    border: none;
    border-bottom: 1px solid #DDD;
    border-radius: 0 !important;
    float: right;
    width: 100%;
    min-width: 0;
  }
  .legacy-content-block--table td::before {
    content: attr(data-column-label);
    display: inline-block;
    font-weight: 600;
    padding-right: 10px;
    width: calc(50% - 10px);
  }
  .legacy-content-block--table td > span {
    display: block;
    float: right;
    width: 50%;
  }
}
.legacy-content-page .il-table tbody tr:nth-child(2n),
.legacy-content-page table tbody tr:nth-child(2n),
.legacy-content-block .il-table tbody tr:nth-child(2n),
.legacy-content-block table tbody tr:nth-child(2n) {
  background-color: #E5F3FF !important;
}

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

.artikkel header h1 {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.4;
  color: #002E6D;
  margin-top: 2rem;
}
@media screen and (min-width: 900px) {
  .artikkel header h1 {
    font-size: 43px;
  }
}
.artikkel header h2 {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media screen and (min-width: 900px) {
  .artikkel header h2 {
    font-size: 2rem;
  }
}
.artikkel header h3 {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media screen and (min-width: 900px) {
  .artikkel header h3 {
    font-size: 1.375rem;
  }
}
.artikkel header + .ingress {
  margin-top: 0.75em;
}
.artikkel header + .tekst {
  margin-top: 1em;
}
.artikkel header + * {
  margin-top: 1.5em;
}
.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.5rem;
  }
}
.artikkel .ingress + * {
  margin-top: 1.75em;
}
.artikkel .tekst {
  font-size: 1.125rem;
}
.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: 1200px) {
  .artikkel .tekst {
    font-size: 1.25rem;
  }
}
.artikkel .tekst .beskrivelse {
  border-bottom: 1px solid #002E6D;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.artikkel .tekst ul.il-ul li.il-li::marker {
  color: #002E6D;
}
.artikkel .artikkel-bilde-beskrivelse {
  padding: 0.5rem 1rem 0.25rem 0;
  font-size: 1rem;
}
.artikkel .artikkel-bilde-copyright {
  padding: 0.25rem 1rem 0.5rem 0;
  font-size: 1rem;
}

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

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

.legacy-content-page--article-list .ac-content-teaser--article {
  --content-teaser-background: #002E6D;
  --content-teaser-title-text-color: #ffffff;
  --content-teaser-text-color: #ffffff;
  --content-teaser-text-padding: 2rem;
  --content-teaser-image-aspect-ratio: 4 / 3;
  --content-teaser-title-font-size: 24px;
  --content-teaser-title-margin: 0 0 0.5rem 0;
}
.legacy-content-page--article-list .ac-content-teaser--article:hover {
  --content-teaser-background: #002E6D;
  --content-teaser-title-text-color: #ffffff;
  --content-teaser-text-color: #ffffff;
}
.legacy-content-page--article-list .ac-content-teaser--article.ac-content-teaser--default.ac-content-teaser--article .ac-content-teaser-meta-property--published-at::before {
  display: none;
}
.legacy-content-page--article-list .ac-content-teaser--article .ac-content-teaser-image {
  max-width: 250px;
}

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

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

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

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

.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;
}
.byline .byline__published > * .byline__edited-date-label {
  font-weight: 400;
}

.bc-content .bc-content-title {
  font-weight: 600;
  font-size: 2.125rem;
  line-height: 1.4;
  color: #002E6D;
}
@media screen and (min-width: 900px) {
  .bc-content .bc-content-title {
    font-size: 2.5rem;
  }
}
.bc-content .bc-content-lead {
  font-size: 1.25rem;
}
.bc-content .bc-content-lead > * + * {
  margin-top: 1.25em;
}
.bc-content .bc-content-lead > * + h1, .bc-content .bc-content-lead > * + h2, .bc-content .bc-content-lead > * + h3, .bc-content .bc-content-lead > * + h4, .bc-content .bc-content-lead > * + h5, .bc-content .bc-content-lead > * + h6 {
  margin-top: 1.5em;
}
.bc-content .bc-content-lead > h1 + *, .bc-content .bc-content-lead > h2 + *, .bc-content .bc-content-lead > h3 + * {
  margin-top: 0.75em;
}
.bc-content .bc-content-lead > h4 + *, .bc-content .bc-content-lead > h5 + *, .bc-content .bc-content-lead > h6 + * {
  margin-top: 0.375em;
}
.bc-content .bc-content-lead > ul li + li,
.bc-content .bc-content-lead > ul li > ul,
.bc-content .bc-content-lead > ul li > ol, .bc-content .bc-content-lead > ol li + li,
.bc-content .bc-content-lead > ol li > ul,
.bc-content .bc-content-lead > ol li > ol {
  margin-top: 0.5em;
}
@media screen and (min-width: 900px) {
  .bc-content .bc-content-lead {
    font-size: 1.313rem;
  }
}
@media screen and (min-width: 1200px) {
  .bc-content .bc-content-lead {
    font-size: 1.5rem;
  }
}
.bc-content .bc-content-lead + * {
  margin-top: 1.75em;
}
.bc-content .bc-content-body {
  font-size: 1rem;
}
.bc-content .bc-content-body > * + * {
  margin-top: 1.25em;
}
.bc-content .bc-content-body > * + h1, .bc-content .bc-content-body > * + h2, .bc-content .bc-content-body > * + h3, .bc-content .bc-content-body > * + h4, .bc-content .bc-content-body > * + h5, .bc-content .bc-content-body > * + h6 {
  margin-top: 1.5em;
}
.bc-content .bc-content-body > h1 + *, .bc-content .bc-content-body > h2 + *, .bc-content .bc-content-body > h3 + * {
  margin-top: 0.75em;
}
.bc-content .bc-content-body > h4 + *, .bc-content .bc-content-body > h5 + *, .bc-content .bc-content-body > h6 + * {
  margin-top: 0.375em;
}
.bc-content .bc-content-body > ul li + li,
.bc-content .bc-content-body > ul li > ul,
.bc-content .bc-content-body > ul li > ol, .bc-content .bc-content-body > ol li + li,
.bc-content .bc-content-body > ol li > ul,
.bc-content .bc-content-body > ol li > ol {
  margin-top: 0.5em;
}
@media screen and (min-width: 900px) {
  .bc-content .bc-content-body {
    font-size: 1.063rem;
  }
}
@media screen and (min-width: 1200px) {
  .bc-content .bc-content-body {
    font-size: 1.125rem;
  }
}
.bc-content .bc-content-body h2 {
  border-bottom: 1px solid #002E6D;
}

.event-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E5F3FF;
  padding: 2rem;
  border-radius: 5px;
}
@media screen and (min-width: 600px) {
  .event-container {
    padding: 4rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.event-container .event-header {
  text-align: center;
  color: #002E6D;
  font-size: 1.5rem;
}
@media screen and (min-width: 600px) {
  .event-container .event-header {
    font-size: 1.688rem;
    text-align: start;
  }
}

.calContent {
  float: none !important;
}

.area-message-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.area-message-list-item {
  padding: 2rem 1rem;
  border-width: 9px 0 0 0;
  border-style: solid;
  border-color: #facf65;
  text-align: center;
  background-color: #ffefc8;
}
.area-message-list-item.area-message--emergency {
  border-color: #e01f1d;
  background-color: #ffdbd9;
}

.area-message__title,
.area-message-list-item__title {
  margin-bottom: 0.5rem;
}
.area-message__title h2, .area-message__title h3,
.area-message-list-item__title h2,
.area-message-list-item__title h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.68;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.area-message__title h2::before, .area-message__title h3::before,
.area-message-list-item__title h2::before,
.area-message-list-item__title h3::before {
  font-family: "delportalmal";
  content: "\e90a";
  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: 2.5rem;
}

.area-message__content,
.area-message-list-item__content {
  font-size: 1rem;
  line-height: 1.68;
}
.area-message__content p,
.area-message-list-item__content p {
  margin-top: 1em;
}

.wp-custom-box-footer .webPartTittel {
  font-size: 1.5rem;
  font-weight: 600;
}
.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-feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-feedback .tilbakemelding {
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}
.wp-feedback .tilbakemelding .fantDuLabel {
  float: none;
  display: block;
  font-weight: 400;
  color: #002E6D;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.wp-feedback .tilbakemelding ul.fantDuDetDuLetteEtter {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  list-style-type: none;
}
.wp-feedback .tilbakemelding ul.fantDuDetDuLetteEtter li {
  margin-right: 0.75rem;
}
.wp-feedback .tilbakemelding ul.fantDuDetDuLetteEtter li button {
  border: 2px solid #002E6D;
  border-radius: 5px;
  background-color: transparent;
  color: #002E6D;
  height: auto;
  width: auto;
  margin-right: 0;
  font-weight: 400;
  font-size: 1.5rem;
  padding: 1rem;
  min-width: 90px;
  line-height: 1;
  cursor: pointer;
}
.wp-feedback .tilbakemelding ul.fantDuDetDuLetteEtter li button:hover {
  background-color: #002E6D;
  color: #ffffff;
}
.wp-feedback .tilbakemelding ul.fantDuDetDuLetteEtter li.karakterSelected button {
  background-color: #ccc !important;
  color: #000000;
}
.wp-feedback .tilbakemelding .tilbakemeldingKommentar textarea {
  border-radius: 0;
  border: 1px solid #ccc;
  font-style: normal;
  width: 100%;
  padding: 1rem;
  color: inherit;
  min-height: 150px;
}
.wp-feedback .tilbakemelding .tilbakemeldingKnapp {
  margin-top: 1rem;
}
.wp-feedback .tilbakemelding .tilbakemeldingKnapp > input {
  background: none;
  border-radius: 0;
  border: 0;
  background-color: #002E6D;
  color: #ffffff;
  font-weight: 600 !important;
  padding: 0.75em 1.5em;
  line-height: 1;
}
.wp-feedback .kulturkalender-detail-page, .subpage-full-width .wp-feedback {
  display: none;
}

.article-banner-image {
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3rem;
}
.article-banner-image .zone {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.article-banner-image .zone .wp-article-banner-image img {
  border-radius: 0;
  max-height: 412px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 900px) {
  .article-banner-image .zone .wp-article-banner-image img {
    border-radius: 5px;
  }
}

.wp-latest-articles .webPartTittel {
  margin-bottom: 1rem;
  font-size: 48px;
  font-weight: 400;
  color: #002E6D;
}
.wp-latest-articles .webPartInnhold ul {
  padding: 0;
  margin: 0;
  list-style: none;
  --grid-column-count: 1;
  --grid-column-gap: 1.5rem;
  --grid-row-gap: 1.5rem;
  grid-template-columns: repeat(var(--grid-column-count), 1fr);
  -webkit-column-gap: var(--grid-column-gap);
     -moz-column-gap: var(--grid-column-gap);
          column-gap: var(--grid-column-gap);
  row-gap: var(--grid-row-gap);
  display: grid;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles .webPartInnhold ul {
    --grid-column-count: 2;
  }
}
@media screen and (min-width: 1400px) {
  .wp-latest-articles .webPartInnhold ul {
    --grid-column-count: 3;
  }
}
.wp-latest-articles .webPartInnhold li {
  padding-bottom: 2rem;
  min-height: 30rem;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  background-color: #002E6D;
}
.wp-latest-articles .webPartInnhold li .datoPublisert {
  padding-left: 1rem;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media screen and (min-width: 600px) {
  .wp-latest-articles .webPartInnhold li .datoPublisert {
    padding-left: 2rem;
  }
}
.wp-latest-articles .webPartInnhold li a {
  text-decoration: none;
}
.wp-latest-articles .webPartInnhold li a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.wp-latest-articles .webPartInnhold li a .imgWrapper {
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.wp-latest-articles .webPartInnhold li a img {
  max-width: 100%;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  height: 100% !important;
}
.wp-latest-articles .webPartInnhold li a .tittel {
  margin-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: underline;
  color: #ffffff;
}
@media screen and (min-width: 600px) {
  .wp-latest-articles .webPartInnhold li a .tittel {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.wp-latest-articles .webPartInnhold li:hover {
  color: #232323;
  background-color: #ffffff;
}
.wp-latest-articles .webPartInnhold li:hover .tittel {
  color: #002E6D;
}
.wp-latest-articles .webPartInnhold li .ingress {
  padding: 1rem 1rem 2.5rem 1rem;
  font-size: 1.25rem;
  font-weight: 400;
}
@media screen and (min-width: 600px) {
  .wp-latest-articles .webPartInnhold li .ingress {
    padding: 1rem 2rem 2.5rem 2rem;
  }
}
.wp-latest-articles .webPartBunnLink {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles .webPartBunnLink {
    font-size: 1.25rem;
  }
}
.wp-latest-articles .webPartBunnLink a {
  border: 0.125rem solid var(--button-border-color);
  border-radius: 0.3125rem;
  padding: 1rem 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.5rem;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  color: var(--button-text-color);
  background-color: var(--button-background-color);
}
.wp-latest-articles .webPartBunnLink a.external::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;
}
.wp-latest-articles .webPartBunnLink a:hover {
  border-color: var(--button-border-color--active);
  color: var(--button-text-color--active);
  background-color: var(--button-background-color--active);
}

.wp-links-header .webPartInnhold ul.vListe {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          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 {
  -webkit-box-shadow: 0 1px 0 0 currentColor;
          box-shadow: 0 1px 0 0 currentColor;
}

.wp-links-menu .webPartInnhold ul.vListe {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wp-links-menu .webPartInnhold ul.vListe li {
  width: 100%;
}
.wp-links-menu .webPartInnhold ul.vListe li + li {
  margin-top: 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 {
  -webkit-box-shadow: 0 1px 0 0 currentColor;
          box-shadow: 0 1px 0 0 currentColor;
}

.wp-calendar-buttons {
  margin-top: 2rem;
  font-size: 1.125rem;
}
@media screen and (min-width: 900px) {
  .wp-calendar-buttons {
    font-size: 1.25rem;
  }
}
.wp-calendar-buttons .vListe {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 600px) {
  .wp-calendar-buttons .vListe {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
  }
}
.wp-calendar-buttons .vListe a {
  border: 0.125rem solid var(--button-border-color);
  border-radius: 0.3125rem;
  padding: 1rem 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.5rem;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  color: var(--button-text-color);
  background-color: var(--button-background-color);
}
.wp-calendar-buttons .vListe a.external::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;
}
.wp-calendar-buttons .vListe a:hover {
  border-color: var(--button-border-color--active);
  color: var(--button-text-color--active);
  background-color: var(--button-background-color--active);
}

.wp-knappemeny .webPartInnhold .vListe {
  --grid-column-count: 1;
  --grid-column-gap: 1.5rem;
  --grid-row-gap: 1.5rem;
  grid-template-columns: repeat(var(--grid-column-count), 1fr);
  -webkit-column-gap: var(--grid-column-gap);
     -moz-column-gap: var(--grid-column-gap);
          column-gap: var(--grid-column-gap);
  row-gap: var(--grid-row-gap);
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 900px) {
  .wp-knappemeny .webPartInnhold .vListe {
    --grid-column-count: 2;
  }
}
@media screen and (min-width: 1400px) {
  .wp-knappemeny .webPartInnhold .vListe {
    --grid-column-count: 3;
  }
}
.wp-knappemeny .webPartInnhold .vListe li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-knappemeny .webPartInnhold .vListe li:nth-child(even) a {
  border-color: #ffb600;
}
.wp-knappemeny .webPartInnhold .vListe li.gfx-a a .img {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bstroke:%23ffb600;%7D.b,.c%7Bfill:none;stroke-miterlimit:10;stroke-width:2px;%7D.c%7Bstroke:%23bc9bc9;%7D%3C/style%3E%3C/defs%3E%3Cellipse class='c' cx='18.8177' cy='25.0038' rx='24.7852' ry='14.0582' transform='translate(-11.4835 32.8225) rotate(-67.5036)'/%3E%3Cellipse class='b' cx='31.1811' cy='24.9954' rx='14.0582' ry='24.7852' transform='translate(-7.1925 13.8376) rotate(-22.5036)'/%3E%3C/svg%3E");
}
.wp-knappemeny .webPartInnhold .vListe li.gfx-a a:hover .img {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bstroke:%23ffb600;%7D.b,.c%7Bfill:none;stroke-miterlimit:10;stroke-width:2px;%7D.c%7Bstroke:%23ffffff;%7D%3C/style%3E%3C/defs%3E%3Cellipse class='c' cx='18.8177' cy='25.0038' rx='24.7852' ry='14.0582' transform='translate(-11.4835 32.8225) rotate(-67.5036)'/%3E%3Cellipse class='b' cx='31.1811' cy='24.9954' rx='14.0582' ry='24.7852' transform='translate(-7.1925 13.8376) rotate(-22.5036)'/%3E%3C/svg%3E");
}
.wp-knappemeny .webPartInnhold .vListe li.gfx-b a .img {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bstroke:%23ffb600;%7D.b,.c%7Bfill:none;stroke-miterlimit:10;stroke-width:2px;%7D.c%7Bstroke:%23bc9bc9;%7D%3C/style%3E%3C/defs%3E%3Cpath class='c' d='M45.3321,16.6499c0,7.9787-11.4035,14.4468-25.4704,14.4468s-15.1939-6.468-15.1939-14.4468S5.7949,2.2031,19.8618,2.2031s25.4704,6.468,25.4704,14.4468Z'/%3E%3Cpath class='b' d='M45.3321,33.3501c0,7.9787-11.4035,14.4468-25.4704,14.4468s-15.1939-6.468-15.1939-14.4468,1.127-14.4468,15.1939-14.4468c14.0669,0,25.4704,6.468,25.4704,14.4468Z'/%3E%3C/svg%3E");
}
.wp-knappemeny .webPartInnhold .vListe li.gfx-b a:hover .img {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bstroke:%23ffb600;%7D.b,.c%7Bfill:none;stroke-miterlimit:10;stroke-width:2px;%7D.c%7Bstroke:%23ffffff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='c' d='M45.3321,16.6499c0,7.9787-11.4035,14.4468-25.4704,14.4468s-15.1939-6.468-15.1939-14.4468S5.7949,2.2031,19.8618,2.2031s25.4704,6.468,25.4704,14.4468Z'/%3E%3Cpath class='b' d='M45.3321,33.3501c0,7.9787-11.4035,14.4468-25.4704,14.4468s-15.1939-6.468-15.1939-14.4468,1.127-14.4468,15.1939-14.4468c14.0669,0,25.4704,6.468,25.4704,14.4468Z'/%3E%3C/svg%3E");
}
.wp-knappemeny .webPartInnhold .vListe li.gfx-c a .img {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bstroke:%23ffb600;%7D.b,.c%7Bfill:none;stroke-miterlimit:10;stroke-width:2px;%7D.c%7Bstroke:%23bc9bc9;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='M5.1498,22.5425c0-10.3576,14.8035-18.7541,33.0644-18.7541,18.261,0-6.9568,8.3965-6.9568,18.7541s25.2177,18.7541,6.9567,18.7541c-18.261,0-33.0644-8.3965-33.0644-18.7542Z'/%3E%3Cpath class='c' d='M5.1498,27.4575c0-10.3576,14.8035-18.7541,33.0644-18.7541,18.261,0-6.9568,8.3965-6.9568,18.7541s25.2177,18.7541,6.9567,18.7541c-18.261,0-33.0644-8.3965-33.0644-18.7542Z'/%3E%3C/svg%3E");
}
.wp-knappemeny .webPartInnhold .vListe li.gfx-c a:hover .img {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bstroke:%23ffb600;%7D.b,.c%7Bfill:none;stroke-miterlimit:10;stroke-width:2px;%7D.c%7Bstroke:%23ffffff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='M5.1498,22.5425c0-10.3576,14.8035-18.7541,33.0644-18.7541,18.261,0-6.9568,8.3965-6.9568,18.7541s25.2177,18.7541,6.9567,18.7541c-18.261,0-33.0644-8.3965-33.0644-18.7542Z'/%3E%3Cpath class='c' d='M5.1498,27.4575c0-10.3576,14.8035-18.7541,33.0644-18.7541,18.261,0-6.9568,8.3965-6.9568,18.7541s25.2177,18.7541,6.9567,18.7541c-18.261,0-33.0644-8.3965-33.0644-18.7542Z'/%3E%3C/svg%3E");
}
.wp-knappemeny .webPartInnhold .vListe li.gfx-d a .img {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bstroke:%23ffb600;%7D.b,.c%7Bfill:none;stroke-miterlimit:10;stroke-width:2px;%7D.c%7Bstroke:%23bc9bc9;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='M43.2628,26.799c0,11.4703-11.4035,20.7688-25.4704,20.7688S2.5985,38.2693,2.5985,26.799,3.7255,6.0303,17.7924,6.0303s25.4704,9.2985,25.4704,20.7688Z'/%3E%3Cpath class='c' d='M47.4015,23.201c0,11.4703-11.4035,20.7688-25.4704,20.7688S6.7372,34.6712,6.7372,23.201,7.8643,2.4322,21.9312,2.4322s25.4704,9.2985,25.4704,20.7688Z'/%3E%3C/svg%3E");
}
.wp-knappemeny .webPartInnhold .vListe li.gfx-d a:hover .img {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bstroke:%23ffb600;%7D.b,.c%7Bfill:none;stroke-miterlimit:10;stroke-width:2px;%7D.c%7Bstroke:%23ffffff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='M43.2628,26.799c0,11.4703-11.4035,20.7688-25.4704,20.7688S2.5985,38.2693,2.5985,26.799,3.7255,6.0303,17.7924,6.0303s25.4704,9.2985,25.4704,20.7688Z'/%3E%3Cpath class='c' d='M47.4015,23.201c0,11.4703-11.4035,20.7688-25.4704,20.7688S6.7372,34.6712,6.7372,23.201,7.8643,2.4322,21.9312,2.4322s25.4704,9.2985,25.4704,20.7688Z'/%3E%3C/svg%3E");
}
.wp-knappemeny .webPartInnhold .vListe li.gfx-e a .img {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bstroke:%23ffb600;%7D.b,.c%7Bfill:none;stroke-miterlimit:10;stroke-width:2px;%7D.c%7Bstroke:%23bc9bc9;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='M45.3321,13.0033c0,5.0554-11.4035,9.1536-25.4704,9.1536S4.6679,18.0586,4.6679,13.0033,5.7949,3.8497,19.8618,3.8497s25.4704,4.0982,25.4704,9.1536Z'/%3E%3Cpath class='c' d='M45.3321,24.8518c0,5.0554-11.4035,9.1536-25.4704,9.1536s-15.1939-4.0982-15.1939-9.1536,1.127-9.1536,15.1939-9.1536,25.4704,4.0982,25.4704,9.1536Z'/%3E%3Cpath class='c' d='M45.3321,36.9967c0,5.0554-11.4035,9.1536-25.4704,9.1536s-15.1939-4.0982-15.1939-9.1536,1.127-9.1536,15.1939-9.1536,25.4704,4.0982,25.4704,9.1536Z'/%3E%3C/svg%3E");
}
.wp-knappemeny .webPartInnhold .vListe li.gfx-e a:hover .img {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bstroke:%23ffb600;%7D.b,.c%7Bfill:none;stroke-miterlimit:10;stroke-width:2px;%7D.c%7Bstroke:%23ffffff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='M45.3321,13.0033c0,5.0554-11.4035,9.1536-25.4704,9.1536S4.6679,18.0586,4.6679,13.0033,5.7949,3.8497,19.8618,3.8497s25.4704,4.0982,25.4704,9.1536Z'/%3E%3Cpath class='c' d='M45.3321,24.8518c0,5.0554-11.4035,9.1536-25.4704,9.1536s-15.1939-4.0982-15.1939-9.1536,1.127-9.1536,15.1939-9.1536,25.4704,4.0982,25.4704,9.1536Z'/%3E%3Cpath class='c' d='M45.3321,36.9967c0,5.0554-11.4035,9.1536-25.4704,9.1536s-15.1939-4.0982-15.1939-9.1536,1.127-9.1536,15.1939-9.1536,25.4704,4.0982,25.4704,9.1536Z'/%3E%3C/svg%3E");
}
.wp-knappemeny .webPartInnhold .vListe li.gfx-f a .img {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bstroke:%23ffb600;%7D.b,.c%7Bfill:none;stroke-miterlimit:10;stroke-width:2px;%7D.c%7Bstroke:%23bc9bc9;%7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath class='c' d='M44.276,13.2358c0,4.7928-10.8111,8.6781-24.1473,8.6781s-14.4047-3.8853-14.4047-8.6781,1.0685-8.6781,14.4047-8.6781,24.1473,3.8853,24.1473,8.6781Z'/%3E%3Cpath class='c' d='M44.276,24.4689c0,4.7928-10.8111,8.6781-24.1473,8.6781s-14.4047-3.8853-14.4047-8.6781,1.0685-8.6781,14.4047-8.6781c13.3362,0,24.1473,3.8853,24.1473,8.6781Z'/%3E%3C/g%3E%3Cellipse class='b' cx='18.2029' cy='25' rx='8.9391' ry='22.3014'/%3E%3C/svg%3E");
}
.wp-knappemeny .webPartInnhold .vListe li.gfx-f a:hover .img {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bstroke:%23ffb600;%7D.b,.c%7Bfill:none;stroke-miterlimit:10;stroke-width:2px;%7D.c%7Bstroke:%23ffffff;%7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath class='c' d='M44.276,13.2358c0,4.7928-10.8111,8.6781-24.1473,8.6781s-14.4047-3.8853-14.4047-8.6781,1.0685-8.6781,14.4047-8.6781,24.1473,3.8853,24.1473,8.6781Z'/%3E%3Cpath class='c' d='M44.276,24.4689c0,4.7928-10.8111,8.6781-24.1473,8.6781s-14.4047-3.8853-14.4047-8.6781,1.0685-8.6781,14.4047-8.6781c13.3362,0,24.1473,3.8853,24.1473,8.6781Z'/%3E%3C/g%3E%3Cellipse class='b' cx='18.2029' cy='25' rx='8.9391' ry='22.3014'/%3E%3C/svg%3E");
}
.wp-knappemeny .webPartInnhold .vListe li.gfx-g a .img {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bstroke:%23ffb600;%7D.b,.c%7Bfill:none;stroke-miterlimit:10;stroke-width:2px;%7D.c%7Bstroke:%23bc9bc9;%7D%3C/style%3E%3C/defs%3E%3Cpath class='c' d='M4,21.6885c0-10.3576,13.1655-18.7541,29.4059-18.7541,16.2404,0-6.187,8.3965-6.187,18.7542s22.4274,18.7541,6.187,18.7541c-16.2404,0-29.4059-8.3965-29.4059-18.7541Z'/%3E%3Cpath class='b' d='M45.9082,32.8831c1.0759,7.2118-7.4324,13.5446-19.0037,14.1449-11.5713,.6002,3.5361-6.075,2.4602-13.2867-1.0759-7.2118-17.9276-12.2291-6.3563-12.8294,11.5713-.6002,21.8239,4.7595,22.8998,11.9712Z'/%3E%3C/svg%3E");
}
.wp-knappemeny .webPartInnhold .vListe li.gfx-g a:hover .img {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bstroke:%23ffb600;%7D.b,.c%7Bfill:none;stroke-miterlimit:10;stroke-width:2px;%7D.c%7Bstroke:%23ffffff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='c' d='M4,21.6885c0-10.3576,13.1655-18.7541,29.4059-18.7541,16.2404,0-6.187,8.3965-6.187,18.7542s22.4274,18.7541,6.187,18.7541c-16.2404,0-29.4059-8.3965-29.4059-18.7541Z'/%3E%3Cpath class='b' d='M45.9082,32.8831c1.0759,7.2118-7.4324,13.5446-19.0037,14.1449-11.5713,.6002,3.5361-6.075,2.4602-13.2867-1.0759-7.2118-17.9276-12.2291-6.3563-12.8294,11.5713-.6002,21.8239,4.7595,22.8998,11.9712Z'/%3E%3C/svg%3E");
}
.wp-knappemeny .webPartInnhold .vListe li.gfx-h a .img {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bstroke:%23ffb600;%7D.b,.c%7Bfill:none;stroke-miterlimit:10;stroke-width:2px;%7D.c%7Bstroke:%23bc9bc9;%7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cellipse class='c' cx='17.4046' cy='24.9867' rx='9.6916' ry='21.1946'/%3E%3Cellipse class='b' cx='32.5954' cy='25.0133' rx='9.6916' ry='21.1946'/%3E%3Cellipse class='c' cx='25' cy='24.9867' rx='17.287' ry='9.1616'/%3E%3C/g%3E%3Cg%3E%3Cellipse class='c' cx='17.4046' cy='24.9867' rx='9.6916' ry='21.1946'/%3E%3Cellipse class='b' cx='32.5954' cy='25.0133' rx='9.6916' ry='21.1946'/%3E%3Cellipse class='c' cx='25' cy='24.9867' rx='17.287' ry='9.1616'/%3E%3C/g%3E%3C/svg%3E");
}
.wp-knappemeny .webPartInnhold .vListe li.gfx-h a:hover .img {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bstroke:%23ffb600;%7D.b,.c%7Bfill:none;stroke-miterlimit:10;stroke-width:2px;%7D.c%7Bstroke:%23ffffff;%7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cellipse class='c' cx='17.4046' cy='24.9867' rx='9.6916' ry='21.1946'/%3E%3Cellipse class='b' cx='32.5954' cy='25.0133' rx='9.6916' ry='21.1946'/%3E%3Cellipse class='c' cx='25' cy='24.9867' rx='17.287' ry='9.1616'/%3E%3C/g%3E%3Cg%3E%3Cellipse class='c' cx='17.4046' cy='24.9867' rx='9.6916' ry='21.1946'/%3E%3Cellipse class='b' cx='32.5954' cy='25.0133' rx='9.6916' ry='21.1946'/%3E%3Cellipse class='c' cx='25' cy='24.9867' rx='17.287' ry='9.1616'/%3E%3C/g%3E%3C/svg%3E");
}
.wp-knappemeny .webPartInnhold .vListe li.gfx-i a .img {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bstroke:%23ffb600;%7D.b,.c%7Bfill:none;stroke-miterlimit:10;stroke-width:2px;%7D.c%7Bstroke:%23bc9bc9;%7D%3C/style%3E%3C/defs%3E%3Cellipse class='b' cx='22.6974' cy='25.649' rx='8.9391' ry='22.3014'/%3E%3Cellipse class='c' cx='27.3026' cy='24.351' rx='8.9391' ry='22.3014'/%3E%3C/svg%3E");
}
.wp-knappemeny .webPartInnhold .vListe li.gfx-i a:hover .img {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bstroke:%23ffb600;%7D.b,.c%7Bfill:none;stroke-miterlimit:10;stroke-width:2px;%7D.c%7Bstroke:%23ffffff;%7D%3C/style%3E%3C/defs%3E%3Cellipse class='b' cx='22.6974' cy='25.649' rx='8.9391' ry='22.3014'/%3E%3Cellipse class='c' cx='27.3026' cy='24.351' rx='8.9391' ry='22.3014'/%3E%3C/svg%3E");
}
.wp-knappemeny .webPartInnhold .vListe a {
  border: 0.125rem solid #ffb600;
  border-radius: 0.25rem;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 6rem;
  text-decoration: none;
  color: #ffffff;
  background-color: #300C43;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wp-knappemeny .webPartInnhold .vListe a > span {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 4.125rem;
  position: relative;
}
.wp-knappemeny .webPartInnhold .vListe a .img {
  width: 3.125rem;
  height: 3.125rem;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bstroke:%23ffb600;%7D.b,.c%7Bfill:none;stroke-miterlimit:10;stroke-width:2px;%7D.c%7Bstroke:%23bc9bc9;%7D%3C/style%3E%3C/defs%3E%3Cellipse class='c' cx='18.8177' cy='25.0038' rx='24.7852' ry='14.0582' transform='translate(-11.4835 32.8225) rotate(-67.5036)'/%3E%3Cellipse class='b' cx='31.1811' cy='24.9954' rx='14.0582' ry='24.7852' transform='translate(-7.1925 13.8376) rotate(-22.5036)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.wp-knappemeny .webPartInnhold .vListe a .text {
  font-size: 1.25em;
  font-weight: bold;
}
.wp-knappemeny .webPartInnhold .vListe a .description {
  font-size: 0.9em;
}
.wp-knappemeny .webPartInnhold .vListe a:hover {
  background-color: #0055B8;
}
.wp-knappemeny .webPartInnhold .vListe a:hover .img {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bstroke:%23ffb600;%7D.b,.c%7Bfill:none;stroke-miterlimit:10;stroke-width:2px;%7D.c%7Bstroke:%23ffffff;%7D%3C/style%3E%3C/defs%3E%3Cellipse class='c' cx='18.8177' cy='25.0038' rx='24.7852' ry='14.0582' transform='translate(-11.4835 32.8225) rotate(-67.5036)'/%3E%3Cellipse class='b' cx='31.1811' cy='24.9954' rx='14.0582' ry='24.7852' transform='translate(-7.1925 13.8376) rotate(-22.5036)'/%3E%3C/svg%3E");
}

.wp-page-title {
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.25;
  margin-bottom: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-page-title {
    font-size: 2rem;
    line-height: 1.125;
  }
}
@media screen and (min-width: 1200px) {
  .wp-page-title {
    font-size: 2.25rem;
  }
}

.wp-contact-person {
  max-width: 840px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
}
.wp-contact-person .webPartTittel {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
}
@media screen and (min-width: 600px) {
  .wp-contact-person .webPartTittel {
    font-size: 1.875rem;
  }
}
.wp-contact-person .webPartInnhold .emnekart-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-contact-person .webPartInnhold .emnekart-item {
  border-radius: 2rem;
  padding: 3rem;
  color: #ffffff;
  background-color: #002E6D;
}
.wp-contact-person .webPartInnhold .emnekart-item .person-name {
  font-size: 1.5rem;
  font-weight: 700;
}
.wp-contact-person .webPartInnhold .emnekart-item .person-title {
  margin-bottom: 1rem;
  font-size: 1.125rem;
}
.wp-contact-person .webPartInnhold .emnekart-item .person-email,
.wp-contact-person .webPartInnhold .emnekart-item .person-phone,
.wp-contact-person .webPartInnhold .emnekart-item .person-mobile,
.wp-contact-person .webPartInnhold .emnekart-item .person-info {
  font-size: 1.125rem;
  line-height: 2;
}
.wp-contact-person .webPartInnhold .emnekart-item .person-email .person-property-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;
}
.wp-contact-person .webPartInnhold .emnekart-item .person-phone .person-property-label::after,
.wp-contact-person .webPartInnhold .emnekart-item .person-mobile .person-property-label::after {
  content: ":";
}
.wp-contact-person .webPartInnhold .emnekart-item .person-property-value a,
.wp-contact-person .webPartInnhold .emnekart-item a[href].InnholdLinkTekst:not(.il-custom-button) {
  display: inline;
  text-decoration: underline;
  color: var(--link-text-color);
  --link-text-color: #ffffff;
  --link-text-color--active: #002E6D;
  --link-background-color--active: #ffffff;
}
.wp-contact-person .webPartInnhold .emnekart-item .person-property-value a:hover,
.wp-contact-person .webPartInnhold .emnekart-item a[href].InnholdLinkTekst:not(.il-custom-button):hover {
  color: var(--link-text-color--active);
  background-color: var(--link-background-color--active);
}
.wp-contact-person .webPartInnhold .emnekart-item .person-property-value a.external[href^=http]::after,
.wp-contact-person .webPartInnhold .emnekart-item a[href].InnholdLinkTekst: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;
  margin-left: 0.3em;
  display: inline-block;
  text-decoration: none;
}

.wp-search {
  width: 100%;
}
.wp-search div > div > div {
  width: 100%;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-search ::-webkit-input-placeholder {
  font-size: 1rem;
  color: #232323;
}
.wp-search ::-moz-placeholder {
  font-size: 1rem;
  color: #232323;
}
.wp-search :-ms-input-placeholder {
  font-size: 1rem;
  color: #232323;
}
.wp-search ::-ms-input-placeholder {
  font-size: 1rem;
  color: #232323;
}
.wp-search ::placeholder {
  font-size: 1rem;
  color: #232323;
}
@media screen and (min-width: 600px) {
  .wp-search ::-webkit-input-placeholder {
    font-size: 1.25rem;
  }
  .wp-search ::-moz-placeholder {
    font-size: 1.25rem;
  }
  .wp-search :-ms-input-placeholder {
    font-size: 1.25rem;
  }
  .wp-search ::-ms-input-placeholder {
    font-size: 1.25rem;
  }
  .wp-search ::placeholder {
    font-size: 1.25rem;
  }
}
.wp-search input[type=text] {
  border: 0.125rem solid #888;
  padding: 1rem;
  width: 100px;
  height: 4rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-size: 1rem;
  background-color: #ffffff;
}
@media screen and (min-width: 600px) {
  .wp-search input[type=text] {
    font-size: 1.25rem;
  }
}
.wp-search input[type=text]:focus {
  border: 3px solid #000000;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 2px #ffffff;
          box-shadow: 0 0 0 2px #ffffff;
}
.wp-search input[type=submit] {
  margin: 0;
  border: 0.125rem solid #0055B8;
  width: 3rem;
  height: calc(100% - 1rem);
  border-radius: 5px;
  position: absolute;
  right: 0.5rem;
  background-color: #0055B8;
  text-indent: -10000rem;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='1024' height='1024' viewBox='0 0 1024 1024'%3E%3Ctitle%3E%3C/title%3E%3Cg id='icomoon-ignore'%3E%3C/g%3E%3Cpath fill='%23ffffff' d='M727.904 641.542h-43.181l-18.506-18.506c55.518-67.855 92.53-154.217 92.53-246.747 0-203.566-166.554-376.289-376.289-376.289s-382.458 172.723-382.458 382.458 172.723 382.458 382.458 382.458c92.53 0 178.892-37.012 246.747-92.53l18.506 18.506v43.181l289.928 289.928 86.361-86.361-296.096-296.096zM382.458 641.542c-148.048 0-265.253-117.205-265.253-265.253s117.205-265.253 265.253-265.253 265.253 117.205 265.253 265.253-123.373 265.253-265.253 265.253z'%3E%3C/path%3E%3C/svg%3E%0A");
  background-size: 1.25rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.wp-search input[type=submit]:hover {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='1024' height='1024' viewBox='0 0 1024 1024'%3E%3Ctitle%3E%3C/title%3E%3Cg id='icomoon-ignore'%3E%3C/g%3E%3Cpath fill='%230055B8' d='M727.904 641.542h-43.181l-18.506-18.506c55.518-67.855 92.53-154.217 92.53-246.747 0-203.566-166.554-376.289-376.289-376.289s-382.458 172.723-382.458 382.458 172.723 382.458 382.458 382.458c92.53 0 178.892-37.012 246.747-92.53l18.506 18.506v43.181l289.928 289.928 86.361-86.361-296.096-296.096zM382.458 641.542c-148.048 0-265.253-117.205-265.253-265.253s117.205-265.253 265.253-265.253 265.253 117.205 265.253 265.253-123.373 265.253-265.253 265.253z'%3E%3C/path%3E%3C/svg%3E%0A");
}

.ac-content-page--search .ac-content-teaser-post-title-text {
  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-main-navigation .webPartInnhold ul.vListe {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -1rem;
}
@media screen and (min-width: 900px) {
  .wp-main-navigation .webPartInnhold ul.vListe {
    margin-left: -1rem;
  }
}
.wp-main-navigation .webPartInnhold li {
  width: 100%;
  margin-top: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-main-navigation .webPartInnhold li {
    width: calc(50% - 1rem);
    margin-left: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .wp-main-navigation .webPartInnhold li {
    width: calc(33.3333333333% - 1rem);
  }
}
.wp-main-navigation .webPartInnhold a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.75em 1em;
  background-color: #ffffff;
  border: 1px solid var(--bc-c-action-primary);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
}
.wp-main-navigation .webPartInnhold a::after {
  content: "→";
  display: inline-block;
  padding-left: 1rem;
  font-size: 1.375em;
}
@media screen and (min-width: 900px) {
  .wp-main-navigation .webPartInnhold a {
    font-size: 1.125rem;
  }
}

.wp-upcoming-events .webPartTittel {
  margin-bottom: 1rem;
  font-size: 48px;
  font-weight: 400;
  color: #002E6D;
}
.wp-upcoming-events .webPartInnhold ul {
  padding: 0;
  margin: 0;
  list-style: none;
  --grid-column-count: 1;
  --grid-column-gap: 1.5rem;
  --grid-row-gap: 1.5rem;
  grid-template-columns: repeat(var(--grid-column-count), 1fr);
  -webkit-column-gap: var(--grid-column-gap);
     -moz-column-gap: var(--grid-column-gap);
          column-gap: var(--grid-column-gap);
  row-gap: var(--grid-row-gap);
  display: grid;
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events .webPartInnhold ul {
    --grid-column-count: 2;
    --grid-row-gap: 3rem;
  }
}
.wp-upcoming-events .event {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  color: #002E6D;
}
.wp-upcoming-events .event:hover .event-title {
  color: #ffffff;
  background-color: #002E6D;
}
.wp-upcoming-events .event-text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-upcoming-events .event-date {
  border: 0;
  border-radius: 0;
  min-width: 6rem;
  height: 6rem;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  background: #002E6D;
}
.wp-upcoming-events .event-item-meta {
  gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-upcoming-events .event-title {
  font-size: 1.5rem;
  font-weight: 400;
}
.wp-upcoming-events .event-title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.wp-upcoming-events .event-item-meta-property {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-upcoming-events .event-item-meta-property::after {
  content: "|";
  margin-left: 0.5rem;
  font-weight: normal;
}
.wp-upcoming-events .event-item-meta-property:last-child::after {
  display: none;
}
.wp-upcoming-events .event-item-meta-property-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;
}
.wp-upcoming-events .event-item-meta-property--date {
  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-upcoming-events .event-date-day {
  font-size: 1.5rem;
  font-weight: bold;
}
.wp-upcoming-events .event-date-day::after {
  content: ".";
}
.wp-upcoming-events .event-date-month {
  font-size: 1.25rem;
}
.wp-upcoming-events .calWPFooter {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
}
@media screen and (min-width: 900px) {
  .wp-upcoming-events .calWPFooter {
    font-size: 1.25rem;
  }
}
.wp-upcoming-events .calWPFooter a {
  border: 0.125rem solid var(--button-border-color);
  border-radius: 0.3125rem;
  padding: 1rem 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.5rem;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  color: var(--button-text-color);
  background-color: var(--button-background-color);
}
.wp-upcoming-events .calWPFooter a.external::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;
}
.wp-upcoming-events .calWPFooter a:hover {
  border-color: var(--button-border-color--active);
  color: var(--button-text-color--active);
  background-color: var(--button-background-color--active);
}

.wp-social-media {
  padding-top: 4rem;
}
.wp-social-media .webPartTittel {
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 0.5rem;
  font-weight: 400;
}
.wp-social-media .webPartInnhold .vListe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 1rem 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 900px) {
  .wp-social-media .webPartInnhold .vListe {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 900px) {
  .wp-social-media .webPartInnhold .vListe li + li {
    margin-left: 2rem;
  }
}
.wp-social-media .webPartInnhold .vListe .toplevel {
  margin-bottom: 1rem;
  font-size: 18px;
}
.wp-social-media .webPartInnhold .vListe .toplevel a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.wp-social-media .webPartInnhold .vListe .icon-facebook {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-social-media .webPartInnhold .vListe .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: 3rem;
  margin-right: 0.5rem;
}
.wp-social-media .webPartInnhold .vListe .icon-facebook a:hover .text {
  color: #002E6D;
  background-color: #ffffff;
}
.wp-social-media .webPartInnhold .vListe .icon-instagram {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-social-media .webPartInnhold .vListe .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: 3rem;
  margin-right: 0.5rem;
}
.wp-social-media .webPartInnhold .vListe .icon-instagram a:hover .text {
  color: #002E6D;
  background-color: #ffffff;
}
.wp-social-media .webPartInnhold .vListe .icon-youtube {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-social-media .webPartInnhold .vListe .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: 3rem;
  margin-right: 0.5rem;
}
.wp-social-media .webPartInnhold .vListe .icon-youtube a:hover .text {
  color: #002E6D;
  background-color: #ffffff;
}
.wp-social-media .webPartInnhold .vListe .icon-twitter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-social-media .webPartInnhold .vListe .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: 3rem;
  margin-right: 0.5rem;
}
.wp-social-media .webPartInnhold .vListe .icon-twitter a:hover .text {
  color: #002E6D;
  background-color: #ffffff;
}
.wp-social-media .webPartInnhold .vListe .icon-snapchat {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-social-media .webPartInnhold .vListe .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: 3rem;
  margin-right: 0.5rem;
}
.wp-social-media .webPartInnhold .vListe .icon-snapchat a:hover .text {
  color: #002E6D;
  background-color: #ffffff;
}
.wp-social-media .webPartInnhold .vListe .icon-linkedin {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-social-media .webPartInnhold .vListe .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: 3rem;
  margin-right: 0.5rem;
}
.wp-social-media .webPartInnhold .vListe .icon-linkedin a:hover .text {
  color: #002E6D;
  background-color: #ffffff;
}
.wp-social-media .webPartInnhold .vListe .innlandet-logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  .wp-social-media .webPartInnhold .vListe .innlandet-logo {
    margin-left: auto;
  }
}
.wp-social-media .webPartInnhold .vListe .innlandet-logo a {
  text-indent: -9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-social-media .webPartInnhold .vListe .innlandet-logo a::before {
  content: "";
  background: url("../images/innlandet-fylkeskommune-negativ.svg");
  width: 200px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
}

.responsive-container {
  width: calc(100% - 2rem);
  max-width: 1280px;
  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: lightgray;
}
.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: underline;
}

.client-content-widget-wrapper .aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.client-content-widget-wrapper .aspect-ratio.short {
  padding-bottom: 177.7777777778%;
}
.client-content-widget-wrapper .aspect-ratio iframe,
.client-content-widget-wrapper .aspect-ratio object,
.client-content-widget-wrapper .aspect-ratio embed {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.client-content-widget-wrapper .videodetector iframe {
  min-height: 0 !important;
}

.ac-content-teaser--search {
  font-size: 1.125rem;
}
@media screen and (min-width: 1200px) {
  .ac-content-teaser--search {
    font-size: 1.25rem;
  }
}

.hidden-webpart-title .webPartTittel span {
  display: block;
  overflow: hidden;
  text-indent: -20000px;
}

:root {
  --content-grid-list-item-horizontal-spacing: 2rem;
  --content-grid-list-item-vertical-spacing: 2rem;
}

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

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

body {
  --v-global-link-text-color: #592c82;
  --v-global-link-underline-line: underline;
  --v-global-link-underline-style: solid;
  --v-global-link-underline-width: auto;
  --v-global-link-underline-offset: auto;
  --v-global-link-underline-color: #592c82;
  --v-global-link-font-weight: 400;
  --v-content-link-background-color: #ffffff;
  --v-teaser-title-link-background-color: #ffffff;
}
body a:hover {
  --v-global-link-text-color: #ffffff;
  --v-global-link-underline-line: underline;
  --v-global-link-underline-style: solid;
  --v-global-link-underline-width: auto;
  --v-global-link-underline-offset: auto;
  --v-global-link-underline-color: #ffffff;
  --v-global-link-font-weight: 400;
  --v-content-link-background-color: #592c82;
  --v-teaser-title-link-background-color: #592c82;
}

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

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

.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event {
  --v-default-item-spacing-level: 0.75;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-header-content .cc-image {
  aspect-ratio: 3;
  -o-object-fit: cover;
     object-fit: cover;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .u-width-wide--8 {
  gap: 2rem;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .u-width-wide--4 {
  background-color: #f8f8f8;
  padding: 2rem;
  --v-faq-question-background: #efefef;
  --v-faq-question-text-color: currentColor;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-widget {
  gap: 1rem;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-property-list--event-details {
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  padding: 2rem 0;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--info::before {
  font-family: "remixicon";
  content: "\ee59";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--date::before {
  font-family: "remixicon";
  content: "\eb25";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--time::before {
  font-family: "remixicon";
  content: "\f20f";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--location::before {
  font-family: "remixicon";
  content: "\ef14";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--address::before {
  font-family: "remixicon";
  content: "\ef14";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--phone::before {
  font-family: "remixicon";
  content: "\f15a";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--email::before {
  font-family: "remixicon";
  content: "\ea83";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--person::before {
  font-family: "remixicon";
  content: "\ef44";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--age::before {
  font-family: "remixicon";
  content: "\ede3";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--some::before {
  font-family: "remixicon";
  content: "\eeb2";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--occurrences::before {
  font-family: "remixicon";
  content: "\f074";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--category::before {
  font-family: "remixicon";
  content: "\f023";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-page-lead-content .cc-property-list-item--document::before {
  font-family: "remixicon";
  content: "\eceb";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--calendar-event .cc-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 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--contact-card .cc-teaser-image {
  width: 2rem;
  height: 2rem;
  overflow: hidden;
}

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

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

.client-content-widget--filtervisning--person .filtervisning-item-list {
  padding-top: 1rem;
}
.client-content-widget--filtervisning--person div.filtervisning-item {
  height: 100%;
}
.client-content-widget--filtervisning--person div.filtervisning-item > div.bc-dangerousHtml {
  height: 100%;
}

.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person {
  height: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  --v-teaser-text-child-gap: 1em;
  --v-teaser-child-gap: 0;
  --v-teaser-border-width: 0;
  --v-teaser-border-color: inherit;
  --v-teaser-border-radius: 0;
  --v-teaser-text-color: inherit;
  --v-teaser-background: #f8f8f8;
  --v-teaser-title-link-text-color: inherit;
  --v-teaser-text-padding: 1.5rem;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-body,
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-body-content,
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-text-content {
  height: 100%;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-image {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-title-text,
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-text-column {
  word-break: break-word;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-text-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person.cc-teaser--vertical {
  --v-teaser-image-border-radius: 0 0 0 0;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person.cc-teaser--horizontal {
  --v-teaser-image-border-radius: 0 0 0 0;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person.cc-teaser--horizontal .cc-teaser-body-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person.cc-teaser--horizontal .cc-teaser-image {
  width: 33%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person.cc-teaser--horizontal .cc-teaser-image-content {
  height: 100%;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-image-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-image-content .cc-picture {
  height: 100%;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--horizontal {
  --v-teaser-image-border-radius: 0 0 0 0;
  --v-teaser-image-border-radius: 0 0 0 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--horizontal .cc-teaser-image {
  padding: 1rem;
  width: calc(var(--v-date-badge-width, 8rem) + 2rem);
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--horizontal:has(.cc-picture) .cc-teaser-image {
  width: 33%;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--horizontal .cc-teaser-text {
  width: 67%;
}
@container (max-width: 300px) {
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--horizontal:has(.cc-picture) .cc-teaser-image {
    width: 100%;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person: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--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--vertical {
  --v-teaser-image-border-radius: 0 0 0 0;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person: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--person: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--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person: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--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal:has(.cc-picture) .cc-teaser-image {
    width: 33%;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal .cc-teaser-text {
    width: 67%;
  }
  @container (max-width: 300px) {
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person: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--person: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--person: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--person: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--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person: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--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal:has(.cc-picture) .cc-teaser-image {
    width: 33%;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal .cc-teaser-text {
    width: 67%;
  }
  @container (max-width: 300px) {
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person: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--person: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--person: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--person: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--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person: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--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal:has(.cc-picture) .cc-teaser-image {
    width: 33%;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal .cc-teaser-text {
    width: 67%;
  }
  @container (max-width: 300px) {
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person: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--person: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--person: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--person: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--person:not(:has(.cc-teaser-image)) .cc-teaser-body-content.u-orientation.u-orientation--horizontal .cc-teaser-text-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@container (max-width: 600px) {
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:not(:has(.cc-teaser-image)) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal .cc-teaser-text-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person: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--person:not(:has(.cc-teaser-image)) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal .cc-teaser-text-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person: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--person:not(:has(.cc-teaser-image)) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal .cc-teaser-text-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person: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--person .cc-teaser-body-content .cc-teaser-title .cc-teaser-title-link {
  --v-teaser-title-link-underline-color: inherit;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person img {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-meta--primary {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-meta-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-meta-item .cc-teaser-meta-item-value {
  font-weight: bold;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-meta-item.cc-teaser-meta-item--phone, .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-meta-item.cc-teaser-meta-item--mobile, .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-meta-item.cc-teaser-meta-item--email {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-meta-item.cc-teaser-meta-item--phone .cc-teaser-meta-item-label-text, .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-meta-item.cc-teaser-meta-item--mobile .cc-teaser-meta-item-label-text, .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-meta-item.cc-teaser-meta-item--email .cc-teaser-meta-item-label-text {
  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--person .cc-teaser-meta-item.cc-teaser-meta-item--phone .cc-teaser-meta-item-value, .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-meta-item.cc-teaser-meta-item--mobile .cc-teaser-meta-item-value, .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-meta-item.cc-teaser-meta-item--email .cc-teaser-meta-item-value {
  font-weight: normal;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .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--person:hover {
  --v-teaser-background: #f8f8f8;
  --v-teaser-text-color: inherit;
  --v-teaser-border-color: inherit;
  --v-teaser-title-link-text-color: inherit;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:hover img {
  scale: 1;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:hover .cc-teaser-body-content .cc-teaser-title .cc-teaser-title-link {
  --v-teaser-title-link-underline-color: inherit;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:hover .cc-teaser-meta-item::before {
  color: inherit;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person: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--person {
  --v-default-item-spacing-level: 0.75;
}
.cc-page:where(:not(.u-is-designed)).cc-page--person .cc-page-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.cc-page:where(:not(.u-is-designed)).cc-page--person .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--person .u-width-wide--8 {
  gap: 2rem;
}
.cc-page:where(:not(.u-is-designed)).cc-page--person .u-width-wide--4 {
  padding: 2rem;
}
.cc-page:where(:not(.u-is-designed)).cc-page--person .cc-widget {
  gap: 1rem;
}
.cc-page:where(:not(.u-is-designed)).cc-page--person .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--person .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--person .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--person .cc-tag-list {
  margin-top: 0.5em;
  --v-tag-list-item-spacing: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--person .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--person .cc-show-more-container .cc-tag {
  --v-tag-background: #f8f8f8;
}

.frontpage .frontpage-top-section {
  position: relative;
}
@media screen and (min-width: 600px) {
  .frontpage .frontpage-top-section .wp-banner-image .banner-image {
    min-height: 480px;
  }
}
.frontpage .frontpage-top-section .wp-banner-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.frontpage .frontpage-top-section .wp-banner-box .webPartInnhold {
  width: calc(100% - 2rem);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 100%;
}
.frontpage .frontpage-top-section .wp-banner-box .webPartInnhold .vListe {
  padding: 0;
  margin: 0;
  list-style: none;
  --grid-column-count: 1;
  --grid-column-gap: 1.5rem;
  --grid-row-gap: 1.5rem;
  grid-template-columns: repeat(var(--grid-column-count), 1fr);
  -webkit-column-gap: var(--grid-column-gap);
     -moz-column-gap: var(--grid-column-gap);
          column-gap: var(--grid-column-gap);
  row-gap: var(--grid-row-gap);
  display: grid;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .frontpage .frontpage-top-section .wp-banner-box .webPartInnhold .vListe {
    --grid-column-count: 2;
  }
}
.frontpage .frontpage-top-section .wp-banner-box .webPartInnhold .vListe li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.frontpage .frontpage-top-section .wp-banner-box .webPartInnhold .vListe li a {
  padding: 1.5rem 2.75rem 1.5rem 1rem;
  background-color: rgba(0, 25, 59, 0.8);
  color: #ffffff;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 2px 10px 10px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 2px 10px 10px rgba(0, 0, 0, 0.1607843137);
  text-decoration: none;
  border-radius: 0.25rem;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 600px) {
  .frontpage .frontpage-top-section .wp-banner-box .webPartInnhold .vListe li a {
    padding: 3.5rem 7rem 3.5rem 3rem;
  }
}
.frontpage .frontpage-top-section .wp-banner-box .webPartInnhold .vListe li a::after {
  content: "";
  background-image: url(../images/icon-arrow-right.svg);
  background-position: 100% 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  width: 28px;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 600px) {
  .frontpage .frontpage-top-section .wp-banner-box .webPartInnhold .vListe li a::after {
    height: 56px;
    width: 56px;
    right: 3rem;
  }
}
.frontpage .frontpage-top-section .wp-banner-box .webPartInnhold .vListe li a > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.frontpage .frontpage-top-section .wp-banner-box .webPartInnhold .vListe li a .text {
  font-size: 1.675rem;
  font-weight: 400;
  line-height: 1.1;
}
@media screen and (min-width: 600px) {
  .frontpage .frontpage-top-section .wp-banner-box .webPartInnhold .vListe li a .text {
    font-size: 3rem;
  }
}
.frontpage .frontpage-top-section .wp-banner-box .webPartInnhold .vListe li a .text + .description {
  margin-top: 0.75rem;
}
.frontpage .frontpage-top-section .wp-banner-box .webPartInnhold .vListe li a .description {
  font-size: 1.125rem;
  font-weight: 400;
}
@media screen and (min-width: 600px) {
  .frontpage .frontpage-top-section .wp-banner-box .webPartInnhold .vListe li a .description {
    font-size: 2rem;
  }
}
.frontpage .frontpage-top-section .wp-banner-box .webPartInnhold .vListe li a:hover {
  border-color: #E0E622;
}
.frontpage .frontpage-top-section .wp-banner-box .webPartInnhold .vListe li a:hover .text {
  color: #E0E622;
}

@media screen and (min-width: 1400px) {
  .wp-knappemeny .webPartInnhold .vListe {
    --grid-column-count: 2;
  }
}
.wp-knappemeny .webPartInnhold .vListe li {
  container-type: inline-size;
}
.wp-knappemeny .webPartInnhold .vListe li:nth-child(even) a {
  border-color: #ffffff;
}
.wp-knappemeny .webPartInnhold .vListe a {
  border: 0.125rem solid #ffffff;
  background-color: #002455;
  padding: 1rem;
  position: relative;
}
@container (min-width: 500px) {
  .wp-knappemeny .webPartInnhold .vListe a {
    padding: 2rem 3rem;
  }
}
.wp-knappemeny .webPartInnhold .vListe a > span {
  padding-left: calc(42px + 1rem);
}
@container (min-width: 500px) {
  .wp-knappemeny .webPartInnhold .vListe a > span {
    padding-left: calc(96px + 3rem);
  }
}
.wp-knappemeny .webPartInnhold .vListe a .img {
  display: none;
}
.wp-knappemeny .webPartInnhold .vListe a img {
  position: absolute;
  width: 42px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@container (min-width: 500px) {
  .wp-knappemeny .webPartInnhold .vListe a img {
    width: 96px;
    height: 96px;
  }
}
.wp-knappemeny .webPartInnhold .vListe a .text {
  font-size: 1.5rem;
  font-weight: 500;
}
@container (min-width: 500px) {
  .wp-knappemeny .webPartInnhold .vListe a .text {
    font-size: 2rem;
  }
}
.wp-knappemeny .webPartInnhold .vListe a .description {
  font-size: 1rem;
}
@container (min-width: 500px) {
  .wp-knappemeny .webPartInnhold .vListe a .description {
    font-size: 1.125rem;
  }
}
.wp-knappemeny .webPartInnhold .vListe a:hover {
  border-color: #E0E622 !important;
  background-color: #002455;
}
.wp-knappemeny .webPartInnhold .vListe a:hover .text {
  color: #E0E622;
}