@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@property --v-grid-column-count {
  syntax: "<integer>";
  inherits: false;
  initial-value: 1;
}
@property --v-grid-column-spacing-level {
  syntax: "<integer>";
  inherits: false;
  initial-value: 0;
}
@property --v-grid-row-spacing-level {
  syntax: "<integer>";
  inherits: false;
  initial-value: 0;
}
/*
    "icon-font-family"

    "is-external"

    "layout",

    "page",

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

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

    "forms.form",

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

    "teaser",

    "widget",

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

    "notifications.alert",

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

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

    "banner"
*/
/*
    "layout",

    "page",

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

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

    "forms.form",

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

    "teaser",

    "widget",

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

    "notifications.alert",

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

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

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

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

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

*,
*::before,
*::after {
  -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;
  }
}
*[id],
.anchor-target,
.js-anchor-target {
  --v-default-scroll-margin: 110px;
  scroll-margin-top: var(--v-default-scroll-margin);
}

:root {
  --transparent: transparent;
  --white: #fff;
  --black: #000;
  --theme-color-1: #fdf4eb;
  --theme-color-2: #fff1ca;
  --theme-color-3: #405689;
  --theme-color-4: #f1b87f;
  --theme-color-5: rgba(255, 255, 255, 0.75);
  --theme-color-6: rgba(253, 244, 235, 0.8);
  --text-color: #222221;
  --linear-gradient-1: linear-gradient(180deg, #dceceb 0%, #e6e8df 100%);
  --linear-gradient-2: linear-gradient(180deg, #e6e8df 0%, #fde5b5 100%);
  --linear-gradient-3: linear-gradient(352deg, #fee6b1 0%, #f9e1ca 32.69%, #d8edef 100%);
  --primary-background-color: var(--theme-color-1);
  --primary-font-color: var(--text-color);
  --header-frontpage-background-color: var(--theme-color-5);
  --header-subpage-background-color: var(--theme-color-1);
  --middle-section-background-color-upper: var(--linear-gradient-1);
  --middle-section-background-color-lower: var(--linear-gradient-2);
  --focus-field-background-color: rgba(243, 239, 237, 0.6);
  --footer-background-color: var(--transparent);
  --footer-button-background-color: var(--theme-color-3);
  --footer-button-border-color: var(--theme-color-3);
  --footer-font-color: var(--theme-color-3);
  --transportpage-subnavigation-background-color: var(--linear-gradient-2);
  --main-menu-background-color: var(--linear-gradient-3);
  --article-background-color: transparent linear-gradient(352deg, #fee6b1 0%, #f9e1ca 32.69%, #d8edef 100%) 0% 0%
      no-repeat;
  --article-text-color: var(--primary-font-color);
  --article-button-border-color: var(--primary-font-color);
  --article-button-color: var(--theme-color-1);
  --article-button-color-hover: var(--primary-font-color);
  --article-button-background-color: var(--primary-font-color);
  --article-button-background-color-hover: var(--transparent);
  --faq-text-color: var(--primary-font-color);
  --faq-background-color: var(--theme-color-1);
  --faq-background-color-hover: var(--primary-font-color);
  --faq-answer-background-color-open: var(--transparent);
  --article-widget-light-background: var(--theme-color-1);
  --article-widget-transparent-background: var(--transparent);
  --tablehead-background-color: var(--theme-color-4);
  --tablerow-background-color: var(--theme-color-1);
  --table-text-color: var(--primary-font-color);
  --contact-person-background-color: var(--theme-color-2);
}

:root {
  --border-radius-primary: 32px;
  --border-radius-faq: 32px;
  --border-radius-table: 32px;
  --border-radius-header: 32px;
  --border-radius-article-image: 32px;
  --border-radius-image: 32px;
  --border-radius-transportpage-banner: 32px;
  --border-radius-banner-text: 32px;
  --border-radius-button: 32px;
  --border-radius-banner-text: 32px;
  --border-radius-image-links: 32px;
  --border-radius-middle-section: 32px;
  --border-radius-focus-field: 32px;
  --border-radius-content-field: 32px;
  --transportpage-banner-image--aspect-ratio--mobile: 1.41;
  --transportpage-banner-image--aspect-ratio--desktop: 3.62;
}

/* Mixin for en responsiv font-størrelses-skala. 
 Denne kan brukes for å sette en font-størrelse én plass og sikre at font-størrelsen vil bli riktig på alle skjermflater basert på skaleringen som er satt opp her 
*/
@view-transition {
  navigation: auto;
}
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  min-height: 100vh;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--primary-background-color);
}

.page-form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.designMode .main {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
}

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

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

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

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

::placeholder {
  opacity: 1;
}

:focus {
  outline: 2px dashed transparent;
}

.tabbing input:focus,
.tabbing button:focus,
.tabbing select:focus,
.tabbing textarea:focus,
.tabbing a:focus {
  outline: 3px solid #000;
  -webkit-box-shadow: 0 0 0 6px #fff !important;
          box-shadow: 0 0 0 6px #fff !important;
}

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

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

.menu-open .global-top-container,
.menu-open .main,
.menu-open .footer,
.menu-open .back-to-top-button-wrapper,
.menu-open .wp-feedback {
  display: none;
}

.client-content-widget--filtervisning {
  min-height: 0;
}

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

.breadcrumbs {
  width: 90%;
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 900px) {
  .breadcrumbs {
    padding-top: 1rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.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 {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (min-width: 900px) {
  .breadcrumbs__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.breadcrumbs__item {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .breadcrumbs__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.breadcrumbs__item a {
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .breadcrumbs__item a {
    font-size: 1.125rem;
  }
}
.breadcrumbs__item a {
  display: inline-block;
  font-weight: 300;
  color: var(--primary-font-color);
  text-decoration: none;
}
@media screen and (min-width: 900px) {
  .breadcrumbs__item a {
    color: var(--black);
  }
}
.breadcrumbs__item a:hover {
  -webkit-box-shadow: 0 1px 0 0 currentColor;
          box-shadow: 0 1px 0 0 currentColor;
}
.breadcrumbs__item:last-child a {
  font-weight: 600;
}
.breadcrumbs__item:nth-last-child(2) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 2px solid var(--primary-font-color);
  border-radius: var(--border-radius-button);
  padding: 0.75rem 1.5rem;
}
@media screen and (min-width: 900px) {
  .breadcrumbs__item:nth-last-child(2) {
    padding: 0;
    border-radius: 0;
    border: none;
  }
}
.breadcrumbs__item:nth-last-child(2)::before {
  font-family: "remixicon";
  content: "\ea64";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 1.5rem;
  color: var(--primary-font-color);
  width: 20px;
  height: 20px;
  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;
  margin-right: 0.25rem;
}
@media screen and (min-width: 900px) {
  .breadcrumbs__item:nth-last-child(2)::before {
    margin-left: 0;
    background-color: var(--transparent);
    width: initial;
    height: initial;
  }
}
@media screen and (min-width: 900px) {
  .breadcrumbs__item:first-child::before {
    display: none;
  }
}
.breadcrumbs__item:first-child a {
  border-bottom: 0 none;
}
@media screen and (min-width: 900px) {
  .breadcrumbs__item:first-child a > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media screen and (min-width: 900px) {
  .breadcrumbs__item + .breadcrumbs__item::before {
    content: "/";
    color: var(--primary-font-color);
    margin-inline: 0.25rem;
  }
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6.5rem;
  margin-bottom: 6.5rem;
  padding-top: 2rem;
  padding-bottom: 6rem;
  color: var(--primary-font-color);
  position: relative;
}

.footer-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-logo {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-logo .vListe {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-logo .vListe .toplevel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-logo .vListe .toplevel a img {
  width: 200px;
}
.footer-logo .vListe .toplevel a .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-liv-laga-logo {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-liv-laga-logo .vListe {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-liv-laga-logo .vListe .toplevel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-liv-laga-logo .vListe .toplevel a img {
  width: 200px;
}
.wp-liv-laga-logo .vListe .toplevel a .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;
}

.header {
  background-color: var(--header-frontpage-background-color);
  border-radius: var(--border-radius-header);
  position: absolute;
  backdrop-filter: blur(16px);
  top: 1.563rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  min-height: 61px;
  z-index: 1;
  width: 92.5vw;
}
.transportpage .header, .subpage .header {
  width: 90%;
  max-width: 1088px;
  position: relative;
  border-radius: 0;
  backdrop-filter: blur(0px);
  top: 0;
  background-color: var(--header-subpage-background-color);
}
@media screen and (min-width: 1200px) {
  .transportpage .header, .subpage .header {
    width: 100%;
  }
}
.transportpage .header .header-inner, .subpage .header .header-inner {
  padding: 1.5rem 0;
}
.subpage-full-width .header {
  width: 90%;
  max-width: 1291px;
  position: relative;
  border-radius: 0;
  backdrop-filter: blur(0px);
  top: 0;
  background-color: var(--header-subpage-background-color);
}
@media screen and (min-width: 1400px) {
  .subpage-full-width .header {
    width: 100%;
  }
}
.subpage-full-width .header .header-inner {
  padding: 1.5rem 0;
}

.header-inner {
  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;
  padding: 0.75rem 2rem;
  position: relative;
}
@media screen and (min-width: 900px) {
  .header-inner {
    padding: 0.75rem 5.313rem;
  }
}

.header-logo {
  position: relative;
  z-index: 1000;
}
.header-logo a {
  display: block;
  text-decoration: none;
}
.header-logo a .header-logo-title {
  font-size: 19px;
  font-weight: 600;
}
.header-logo img {
  height: 65px;
}

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

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

.wp-language-menu-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.wp-language-menu-mobile .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-language-menu-mobile .webPartInnhold ul.vListe li {
  margin-left: 0.5rem;
}
.wp-language-menu-mobile .webPartInnhold ul.vListe li:first-child {
  border-right: 2px solid var(--black);
  padding-right: 0.5rem;
}
.wp-language-menu-mobile .webPartInnhold ul.vListe li a {
  text-decoration: none;
}
.wp-language-menu-mobile .webPartInnhold ul.vListe li:hover {
  text-underline-offset: 8px;
  text-decoration: underline;
}
@media screen and (min-width: 600px) {
  .wp-language-menu-mobile {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 900px) {
  .wp-language-menu-mobile {
    display: none;
  }
}

.header-navigation-toggles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-menu-toggle-wrapper {
  margin-left: 2rem;
}

.main-menu-toggle {
  cursor: pointer;
  padding: 0;
  margin-top: 13px;
  border: 0;
  border-top: 3px solid var(--black);
  border-bottom: 3px solid var(--black);
  width: 51px;
  height: 15px;
  -webkit-transition: height 0.25s;
  transition: height 0.25s;
  background-color: transparent;
}
.main-menu-toggle > span {
  text-indent: -9999rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.main-menu-toggle:hover {
  height: 19px;
}

[lang=en] .english {
  font-weight: 700;
}

[lang=nb] .norsk {
  font-weight: 700;
}

.historiske-avaldsnes .header-logo img {
  height: 80px;
}
.historiske-avaldsnes.frontpage .header-inner {
  max-height: 64px;
}

.main-menu {
  visibility: hidden;
  padding: 2rem;
  position: fixed;
  bottom: -100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: 100;
  background: var(--main-menu-background-color);
  color: var(--primary-font-color);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (min-width: 600px) {
  .main-menu {
    padding: 2rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .main-menu {
    border-radius: 14px;
    width: 92.5vw;
    height: 70%;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.main-menu .main-menu-inner {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.main-menu .main-menu-inner .zone {
  padding: 0;
}
@media screen and (min-width: 600px) {
  .main-menu .main-menu-inner .zone {
    padding: 4rem 0 0 2rem;
  }
}
.main-menu .main-menu-inner .zone .webPart + .webPart {
  margin-top: 1rem;
}
.main-menu .main-menu-inner .zone .webPart + .wp-main-menu-shortcuts {
  margin-top: 1rem;
}
@media screen and (min-width: 1200px) {
  .main-menu .main-menu-inner .zone .webPart + .wp-main-menu-shortcuts {
    margin-top: 23rem;
  }
}
.main-menu.open, .designMode .main-menu {
  bottom: 0;
  visibility: visible;
}
@media screen and (min-width: 1200px) {
  .main-menu.open, .designMode .main-menu {
    left: 50%;
    top: 2%;
  }
}
.designMode .main-menu {
  min-height: 800px;
}
.main-menu .main-menu-toggle-open-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.main-menu .main-menu-toggle-open-wrapper button {
  border: 0 none;
  background: transparent;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-menu .main-menu-toggle-open-wrapper button::after {
  font-family: "remixicon";
  content: "\eb99";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 2rem;
  margin-left: 0.25rem;
}
@media screen and (min-width: 1200px) {
  .main-menu .main-menu-toggle-open-wrapper button::after {
    font-size: 3rem;
  }
}
.main-menu .main-menu-toggle-open-wrapper button > span {
  font-size: 1.125rem;
}
@media screen and (min-width: 900px) {
  .main-menu .main-menu-toggle-open-wrapper button > span {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .main-menu .main-menu-toggle-open-wrapper button > span {
    text-transform: uppercase;
  }
}
.main-menu .wp-search {
  display: block;
  margin-top: 2rem;
  width: 100%;
  max-width: 623px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .main-menu .wp-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.main-menu .wp-search .webPartInnhold > div > .js-searchform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  width: 100%;
  max-width: 623px;
  margin: 0 auto;
}
.main-menu .wp-search .webPartInnhold > div > .js-searchform input[type=text] {
  border: 2px solid var(--primary-font-color);
  border-radius: 34px;
  height: 100%;
  width: 100%;
  max-width: 623px;
  background-color: var(--theme-color-1);
  padding: 1em 4.5rem 1em 1em;
  -webkit-transition: width 0.25s ease-in-out;
  transition: width 0.25s ease-in-out;
}
.main-menu .wp-search .webPartInnhold > div > .js-searchform input[type=text]::-webkit-input-placeholder {
  color: var(--primary-font-color);
}
.main-menu .wp-search .webPartInnhold > div > .js-searchform input[type=text]::-moz-placeholder {
  color: var(--primary-font-color);
}
.main-menu .wp-search .webPartInnhold > div > .js-searchform input[type=text]:-ms-input-placeholder {
  color: var(--primary-font-color);
}
.main-menu .wp-search .webPartInnhold > div > .js-searchform input[type=text]::-ms-input-placeholder {
  color: var(--primary-font-color);
}
.main-menu .wp-search .webPartInnhold > div > .js-searchform input[type=text]::placeholder {
  color: var(--primary-font-color);
}
@media screen and (min-width: 600px) {
  .main-menu .wp-search .webPartInnhold > div > .js-searchform input[type=text] {
    width: 623px;
  }
}
.main-menu .wp-search .webPartInnhold > div > .js-searchform input[type=submit] {
  font-size: 1.125rem;
}
@media screen and (min-width: 900px) {
  .main-menu .wp-search .webPartInnhold > div > .js-searchform input[type=submit] {
    font-size: 1.25rem;
  }
}
.main-menu .wp-search .webPartInnhold > div > .js-searchform input[type=submit] {
  margin: 0;
  border: 0;
  padding-right: 1rem;
  padding-left: 2rem;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--transparent);
  color: var(--primary-font-color);
  cursor: pointer;
  background-image: url("../images/search-2-line.svg");
  background-size: 2rem;
  background-repeat: no-repeat;
  background-position: left;
  text-indent: -9999px;
}
.main-menu .wp-main-menu-links .webPartTittel {
  font-size: 1.25rem;
}
@media screen and (min-width: 900px) {
  .main-menu .wp-main-menu-links .webPartTittel {
    font-size: 1.5rem;
  }
}
.main-menu .wp-main-menu-links .webPartTittel {
  font-weight: 400;
  color: var(--primary-font-color);
  margin-bottom: 1rem;
  text-align: right;
}
@media screen and (min-width: 600px) {
  .main-menu .wp-main-menu-links .webPartTittel {
    text-align: start;
  }
}
.main-menu .wp-main-menu-links .webPartInnhold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-menu .wp-main-menu-links .webPartInnhold .vListe {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 680px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 600px) {
  .main-menu .wp-main-menu-links .webPartInnhold .vListe {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.main-menu .wp-main-menu-links .webPartInnhold .vListe .toplevel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.main-menu .wp-main-menu-links .webPartInnhold .vListe .toplevel a {
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .main-menu .wp-main-menu-links .webPartInnhold .vListe .toplevel a {
    font-size: 1.125rem;
  }
}
.main-menu .wp-main-menu-links .webPartInnhold .vListe .toplevel a {
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  background-color: var(--transparent);
  border: 2px solid var(--primary-font-color);
  border-radius: var(--border-radius-button);
  color: var(--primary-font-color);
  max-height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-menu .wp-main-menu-links .webPartInnhold .vListe .toplevel a:hover {
  background-color: var(--primary-font-color);
  color: var(--theme-color-1);
}
.main-menu .wp-main-menu-view-all .vListe {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 600px) {
  .main-menu .wp-main-menu-view-all .vListe {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.main-menu .wp-main-menu-view-all .vListe .toplevel a {
  font-size: 0.875rem;
}
@media screen and (min-width: 900px) {
  .main-menu .wp-main-menu-view-all .vListe .toplevel a {
    font-size: 0.875rem;
  }
}
.main-menu .wp-main-menu-view-all .vListe .toplevel a {
  color: var(--primary-font-color);
}
.main-menu .wp-main-menu-view-all .vListe .toplevel a:hover {
  text-decoration: none;
}
.main-menu .wp-main-menu-shortcuts {
  position: relative;
}
.main-menu .wp-main-menu-shortcuts::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
  display: none;
}
.main-menu .wp-main-menu-shortcuts::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24rem;
  height: 6rem;
  background: url("../images/liv_laga_liggende_bla.svg") center/contain no-repeat;
  pointer-events: none;
  z-index: 0;
}
@media screen and (min-width: 600px) {
  .main-menu .wp-main-menu-shortcuts::after {
    width: 28rem;
    height: 7rem;
  }
}
@media screen and (min-width: 1200px) {
  .main-menu .wp-main-menu-shortcuts::after {
    width: 32rem;
    height: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .main-menu .wp-main-menu-shortcuts::after {
    display: none;
  }
  .main-menu .wp-main-menu-shortcuts::before {
    display: block;
    top: -10rem;
    right: -2rem;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 20rem;
    height: 6rem;
    background: url("../images/liv_laga_liggende_bla.svg") center/contain no-repeat;
    pointer-events: none;
    z-index: 1;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .main-menu .wp-main-menu-shortcuts::before {
    width: 24rem;
    height: 8rem;
  }
}
.main-menu .wp-main-menu-shortcuts .webPartInnhold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.main-menu .wp-main-menu-shortcuts .webPartInnhold .vListe {
  padding: 0;
  margin: 0;
  list-style: none;
  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;
}
@media screen and (min-width: 600px) {
  .main-menu .wp-main-menu-shortcuts .webPartInnhold .vListe {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.main-menu .wp-main-menu-shortcuts .webPartInnhold .vListe .toplevel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.main-menu .wp-main-menu-shortcuts .webPartInnhold .vListe .toplevel:last-child {
  margin-right: 0;
}
.main-menu .wp-main-menu-shortcuts .webPartInnhold .vListe .toplevel a {
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .main-menu .wp-main-menu-shortcuts .webPartInnhold .vListe .toplevel a {
    font-size: 1.125rem;
  }
}
.main-menu .wp-main-menu-shortcuts .webPartInnhold .vListe .toplevel a {
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  background-color: var(--theme-color-3);
  border: 2px solid var(--theme-color-3);
  border-radius: var(--border-radius-button);
  color: var(--theme-color-1);
  max-height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-menu .wp-main-menu-shortcuts .webPartInnhold .vListe .toplevel a:hover {
  background-color: var(--primary-font-color);
  border-color: var(--primary-font-color);
}

.search-box {
  display: none;
  padding: 2rem 3rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  z-index: 100;
  background-color: #DDD;
  color: #000;
}
@media screen and (min-width: 900px) {
  .search-box {
    width: 60vw;
  }
}
@media screen and (min-width: 1400px) {
  .search-box {
    width: 50vw;
  }
}
.search-box .search-box-inner .zone {
  padding-top: 4rem;
}
.search-box .search-box-inner .zone .webPart + .webPart {
  margin-top: 2rem;
  border-top: 2px solid gray;
  padding-top: 2rem;
}
@media screen and (min-width: 1400px) {
  .search-box .search-box-inner .zone {
    max-width: calc(640px - 6rem);
  }
}
.search-box.open, .designMode .search-box {
  display: block;
}
.designMode .search-box {
  min-height: 800px;
}

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

.frontpage-top-section {
  position: relative;
  width: 100%;
  max-width: 95vw;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.frontpage-middle-section .frontpage-middle-section-upper {
  width: 90%;
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
  background: var(--middle-section-background-color-upper);
  padding: 0 1rem;
}
.frontpage-middle-section .frontpage-middle-section-lower {
  width: 90%;
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
  background: var(--middle-section-background-color-lower);
  border-radius: var(--border-radius-middle-section);
}
@media screen and (min-width: 1200px) {
  .frontpage-middle-section .frontpage-middle-section-lower {
    border-radius: 0 0 var(--border-radius-middle-section) var(--border-radius-middle-section);
  }
}

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

.subpage .sub-navigation {
  display: none;
}
.subpage .main-area {
  width: 90%;
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
  background: var(--article-background-color);
  border-radius: 0 0 var(--border-radius-content-field) var(--border-radius-content-field);
  padding: 1rem 0 3rem 0;
}
.subpage .main-area .main-area-inner {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
}
@media screen and (min-width: 900px) {
  .subpage .main-area .main-area-inner {
    padding: 0;
  }
}
.subpage .page-title .page-title-inner {
  width: 90%;
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
}

.subpage-full-width .main {
  width: 90%;
  max-width: 1291px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem;
}
.subpage-full-width .breadcrumbs {
  width: 90%;
  max-width: 1291px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

.transportpage .breadcrumbs + .sub-navigation {
  margin-top: 2rem;
}
.transportpage .page-title + * {
  margin-top: 1.5rem;
}
.transportpage .sub-navigation + * {
  margin-top: 4rem;
}
.transportpage main + .global-bottom-container {
  margin-top: 4rem;
}
.transportpage main {
  width: 90%;
  max-width: 1088px;
  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: var(--theme-color-1);
  border-radius: var(--border-radius-content-field);
  color: var(--primary-font-color);
}
body .legacy-content-block-wrapper[data-style=primary] > .legacy-content-block a[href].link-render-as-button.link-render-as-button,
body .legacy-content-block-wrapper[data-style=primary] > .legacy-content-block .il-custom-button {
  padding: 0.5em 1em;
  border: 2px solid var(--primary-font-color);
  border-radius: var(--border-radius-button);
  display: inline-block;
  background-color: var(--transparent);
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
}
body .legacy-content-block-wrapper[data-style=primary] > .legacy-content-block a[href].link-render-as-button.link-render-as-button:hover, body .legacy-content-block-wrapper[data-style=primary] > .legacy-content-block a[href].link-render-as-button.link-render-as-button:focus,
body .legacy-content-block-wrapper[data-style=primary] > .legacy-content-block .il-custom-button:hover,
body .legacy-content-block-wrapper[data-style=primary] > .legacy-content-block .il-custom-button:focus {
  background-color: var(--primary-font-color);
  color: var(--white);
}
body .legacy-content-block-wrapper[data-style=primary] > .legacy-content-block a[href].link-render-as-button.link-render-as-button.external[href^=http]:after,
body .legacy-content-block-wrapper[data-style=primary] > .legacy-content-block .il-custom-button.external[href^=http]:after {
  content: " ↗";
}
body .legacy-content-block-wrapper[data-style=secondary] > .legacy-content-block {
  border: 2px solid var(--primary-font-color);
  border-radius: var(--border-radius-content-field);
  color: var(--primary-font-color);
}
body .legacy-content-block-wrapper[data-style=secondary] > .legacy-content-block a[href].link-render-as-button.link-render-as-button,
body .legacy-content-block-wrapper[data-style=secondary] > .legacy-content-block .il-custom-button {
  padding: 0.5em 1em;
  border: 2px solid var(--primary-font-color);
  border-radius: var(--border-radius-button);
  display: inline-block;
  background-color: var(--transparent);
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
}
body .legacy-content-block-wrapper[data-style=secondary] > .legacy-content-block a[href].link-render-as-button.link-render-as-button:hover, body .legacy-content-block-wrapper[data-style=secondary] > .legacy-content-block a[href].link-render-as-button.link-render-as-button:focus,
body .legacy-content-block-wrapper[data-style=secondary] > .legacy-content-block .il-custom-button:hover,
body .legacy-content-block-wrapper[data-style=secondary] > .legacy-content-block .il-custom-button:focus {
  background-color: var(--primary-font-color);
  color: var(--white);
}
body .legacy-content-block-wrapper[data-style=secondary] > .legacy-content-block a[href].link-render-as-button.link-render-as-button.external[href^=http]:after,
body .legacy-content-block-wrapper[data-style=secondary] > .legacy-content-block .il-custom-button.external[href^=http]:after {
  content: " ↗";
}
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 > .il-ul .il-li + .il-li,
body .content-block-body-column > .il-ul .il-li > .il-ul,
body .content-block-body-column > .il-ul .il-li > .il-ol, body .content-block-body-column > .il-ol .il-li + .il-li,
body .content-block-body-column > .il-ol .il-li > .il-ul,
body .content-block-body-column > .il-ol .il-li > .il-ol {
  margin-top: 0.5em;
}

blockquote {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1.25em;
  margin-left: 5.2188em;
  font-size: 1.25em;
  border-left: 4px solid currentColor;
  font-weight: 600;
}

body .faqWrapper .divFaqOverskrift {
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
@media screen and (min-width: 900px) {
  body .faqWrapper .divFaqOverskrift {
    font-size: 2rem;
  }
}
body .faqWrapper .divFaqOverskrift span:not(:empty) {
  display: block;
  margin-bottom: 0.5em;
}
body .faqWrapper .divFaqIngress span:not(:empty) {
  display: block;
}
body .faqWrapper .divFaqSporsmal {
  background-color: var(--transparent);
  cursor: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--white);
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
}
body .faqWrapper .divFaqSporsmal:after {
  display: none;
}
body .faqWrapper .divFaqSporsmal button {
  font-size: 1.125rem;
}
@media screen and (min-width: 900px) {
  body .faqWrapper .divFaqSporsmal button {
    font-size: 1.25rem;
  }
}
body .faqWrapper .divFaqSporsmal button {
  background-color: var(--faq-background-color);
  border: 2px solid var(--primary-font-color);
  border-radius: var(--border-radius-faq);
  cursor: pointer;
  color: var(--faq-text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  padding: 0.25rem;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 900px) {
  body .faqWrapper .divFaqSporsmal button {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
body .faqWrapper .divFaqSporsmal button span {
  padding-left: 1rem;
  padding-right: 1rem;
}
body .faqWrapper .divFaqSporsmal button::before {
  font-family: "remixicon";
  content: "\ea0f";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: 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;
  padding: 0.65rem;
}
body .faqWrapper .divFaqSporsmal button:hover {
  background-color: var(--faq-background-color-hover);
  color: var(--theme-color-1);
}
body .faqWrapper .divFaqSporsmal.open {
  margin-bottom: 0;
}
body .faqWrapper .divFaqSporsmal.open button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: var(--theme-color-1);
  color: var(--primary-font-color);
}
body .faqWrapper .divFaqSporsmal.open button::before {
  content: "\eb84";
}
body .faqWrapper .divFaqSporsmal.open button:hover {
  background-color: var(--primary-font-color);
  color: var(--theme-color-1);
}
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 > .il-ul .il-li + .il-li,
body .faqWrapper .divFaqSvar > .il-ul .il-li > .il-ul,
body .faqWrapper .divFaqSvar > .il-ul .il-li > .il-ol, body .faqWrapper .divFaqSvar > .il-ol .il-li + .il-li,
body .faqWrapper .divFaqSvar > .il-ol .il-li > .il-ul,
body .faqWrapper .divFaqSvar > .il-ol .il-li > .il-ol {
  margin-top: 0.5em;
}
body .faqWrapper .divFaqSvar {
  padding: 1.75rem;
  background-color: var(--faq-answer-background-color-open);
  border: 2px solid var(--primary-font-color);
  border-bottom-left-radius: var(--border-radius-faq);
  border-bottom-right-radius: var(--border-radius-faq);
  border-top: 0;
  margin-bottom: 1rem;
}
body .faqWrapper .divFaqSvar.open {
  display: block;
}

h1.il-heading--h1,
h2.il-heading--h2,
h3.il-heading--h3,
h4.il-heading--h4,
h5.il-heading--h5,
h6.il-heading--h6 {
  font-weight: 300;
  text-align: center;
  -ms-hyphens: auto;
      hyphens: auto;
}

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: 3rem;
  }
}

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

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

.bc-carousel .bc-carousel-caption {
  background-color: var(--transparent) !important;
  border-bottom: 2px solid var(--primary-font-color) !important;
  color: var(--primary-font-color) !important;
  font-weight: 300 !important;
}

.bc-carousel-next button,
.bc-carousel-previous button {
  background-color: var(--primary-font-color) !important;
  border-radius: 10px !important;
  color: var(--white) !important;
  border-color: var(--primary-font-color) !important;
}

.bc-carousel-indicators .bc-carousel-indicator-item {
  border: 1px solid var(--primary-font-color) !important;
}
.bc-carousel-indicators .bc-carousel-indicator-item.active {
  background-color: var(--primary-font-color) !important;
}

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

body a[href].link-render-as-button.link-render-as-button,
.il-custom-button {
  padding: 0.5em 1em;
  border: 2px solid var(--article-button-border-color);
  border-radius: var(--border-radius-button);
  display: inline-block;
  background-color: var(--article-button-background-color);
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
  color: var(--article-button-color);
}
body a[href].link-render-as-button.link-render-as-button:hover, body a[href].link-render-as-button.link-render-as-button:focus,
.il-custom-button:hover,
.il-custom-button:focus {
  background-color: var(--article-button-background-color-hover);
  color: var(--article-button-color-hover);
}
body a[href].link-render-as-button.link-render-as-button.external[href^=http]:after,
.il-custom-button.external[href^=http]:after {
  content: " ↗";
}

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

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

.il-table.listeSort {
  display: block;
  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;
}
.il-table.listeSort tr:nth-child(even) {
  background-color: var(--tablerow-background-color);
}
.il-table.listeSort tr:nth-child(even) :first-child {
  border-top-left-radius: var(--border-radius-table);
  border-bottom-left-radius: var(--border-radius-table);
}
.il-table.listeSort tr:nth-child(even) :last-child {
  border-top-right-radius: var(--border-radius-table);
  border-bottom-right-radius: var(--border-radius-table);
}

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

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

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

.artikkel {
  color: var(--article-text-color);
}
@media screen and (min-width: 900px) {
  .artikkel {
    padding: 0;
  }
}
.artikkel header h1 {
  margin-top: 4.75rem;
  font-size: 2.2rem;
}
@media screen and (min-width: 900px) {
  .artikkel header h1 {
    font-size: 4rem;
  }
}
.artikkel header h1 {
  font-weight: 300;
  line-height: 1.4;
  border-top: 2px solid var(--article-text-color);
  border-bottom: 2px solid var(--article-text-color);
  text-align: center;
  padding: 1.5rem;
  -ms-hyphens: auto;
      hyphens: auto;
}
.artikkel header h2 {
  font-weight: 600;
  font-size: 1.75rem;
}
@media screen and (min-width: 900px) {
  .artikkel header h2 {
    font-size: 1.875rem;
  }
}
.artikkel header h2 {
  line-height: 1.4;
}
.artikkel header h3 {
  font-weight: 600;
  font-size: 1.25rem;
}
@media screen and (min-width: 900px) {
  .artikkel header h3 {
    font-size: 1.5rem;
  }
}
.artikkel header h3 {
  line-height: 1.4;
}
.artikkel header + .ingress {
  margin-top: 0.75em;
}
.artikkel header + .tekst {
  margin-top: 1em;
}
.artikkel header + * {
  margin-top: 1.5em;
}
.artikkel .ingress {
  font-style: italic;
  text-align: center;
}
.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 > .il-ul .il-li + .il-li,
.artikkel .ingress > .il-ul .il-li > .il-ul,
.artikkel .ingress > .il-ul .il-li > .il-ol, .artikkel .ingress > .il-ol .il-li + .il-li,
.artikkel .ingress > .il-ol .il-li > .il-ul,
.artikkel .ingress > .il-ol .il-li > .il-ol {
  margin-top: 0.5em;
}
.artikkel .ingress {
  font-size: 1.25rem;
}
@media screen and (min-width: 900px) {
  .artikkel .ingress {
    font-size: 1.313rem;
  }
}
@media screen and (min-width: 1200px) {
  .artikkel .ingress {
    font-size: 1.375rem;
  }
}
.artikkel .ingress + * {
  margin-top: 1.75em;
}
.artikkel .tekst > * + * {
  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 > .il-ul .il-li + .il-li,
.artikkel .tekst > .il-ul .il-li > .il-ul,
.artikkel .tekst > .il-ul .il-li > .il-ol, .artikkel .tekst > .il-ol .il-li + .il-li,
.artikkel .tekst > .il-ol .il-li > .il-ul,
.artikkel .tekst > .il-ol .il-li > .il-ol {
  margin-top: 0.5em;
}
.artikkel .tekst {
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .artikkel .tekst {
    font-size: 1.063rem;
  }
}
@media screen and (min-width: 1200px) {
  .artikkel .tekst {
    font-size: 1.125rem;
  }
}
.artikkel .tekst .il-ol {
  padding: 0;
}
.artikkel .tekst .il-ol .il-li {
  counter-increment: ol-counter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding-left: 3rem;
  min-height: 2.25rem;
}
.artikkel .tekst .il-ol .il-li::before {
  content: "" counter(ol-counter);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  background-color: var(--primary-font-color);
  border-radius: 50%;
  font-size: 1.125rem;
}
@media screen and (min-width: 900px) {
  .artikkel .tekst .il-ol .il-li::before {
    font-size: 1.25rem;
  }
}
.artikkel .tekst .il-ol .il-li::before {
  color: var(--theme-color-1);
  position: absolute;
  left: 0;
}
.artikkel .beskrivelse {
  font-size: 0.9375rem;
}
@media screen and (min-width: 900px) {
  .artikkel .beskrivelse {
    font-size: 1rem;
  }
}
.artikkel .beskrivelse {
  font-weight: 300;
  padding: 1rem 3rem 0 0;
}
.artikkel .fotograf {
  padding-top: 0.5rem;
  font-size: 0.9375rem;
}
@media screen and (min-width: 900px) {
  .artikkel .fotograf {
    font-size: 1rem;
  }
}
.artikkel .fotograf {
  font-style: italic;
  position: relative;
}
.artikkel .fotograf::before {
  content: "Foto: ";
  position: absolute;
  font-weight: 300;
}
.artikkel .fotograf .fotografText {
  padding-left: 1.5rem;
  background: none;
  font-weight: 300;
}
.artikkel img {
  border-radius: var(--border-radius-image);
}

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

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

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

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

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

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

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

.wp-area-message {
  max-width: 724px;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.wp-area-message .area-message-list-item {
  background-color: var(--theme-color-4);
  border-radius: var(--border-radius-content-field);
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-area-message .area-message-list-item::before {
  font-family: "remixicon";
  content: "\eca1";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 2rem;
  color: var(--primary-font-color);
  margin-right: 1rem;
}
.wp-area-message .area-message-list-item .area-message__text .area-message__title {
  font-size: 1.125rem;
}
@media screen and (min-width: 900px) {
  .wp-area-message .area-message-list-item .area-message__text .area-message__title {
    font-size: 1.25rem;
  }
}
.wp-area-message .area-message-list-item .area-message__text .area-message__title {
  font-weight: 500;
  color: var(--primary-font-color);
}
.wp-area-message .area-message-list-item .area-message__text .area-message__content p {
  font-size: 0.9375rem;
}
@media screen and (min-width: 900px) {
  .wp-area-message .area-message-list-item .area-message__text .area-message__content p {
    font-size: 1rem;
  }
}
.wp-area-message .area-message-list-item .area-message__text .area-message__content p {
  font-weight: 500;
  color: var(--primary-font-color);
}

.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 > .il-ul .il-li + .il-li,
.wp-custom-box-footer .webPartInnhold > .il-ul .il-li > .il-ul,
.wp-custom-box-footer .webPartInnhold > .il-ul .il-li > .il-ol, .wp-custom-box-footer .webPartInnhold > .il-ol .il-li + .il-li,
.wp-custom-box-footer .webPartInnhold > .il-ol .il-li > .il-ul,
.wp-custom-box-footer .webPartInnhold > .il-ol .il-li > .il-ol {
  margin-top: 0.5em;
}

.wp-instagram-feed {
  padding-bottom: 2.75rem;
}

.guidancewizard-widget .bc-guidancewizard-guidance-wizard-title {
  font-size: 1.375rem;
}
@media screen and (min-width: 900px) {
  .guidancewizard-widget .bc-guidancewizard-guidance-wizard-title {
    font-size: 1.75rem;
  }
}
.guidancewizard-widget .bc-guidancewizard-guidance-wizard-title {
  font-weight: 600;
  color: var(--darkgreee);
  line-height: 1.5;
}
.guidancewizard-widget .bc-guidancewizard-step-title-text {
  font-size: 1.375rem;
}
@media screen and (min-width: 900px) {
  .guidancewizard-widget .bc-guidancewizard-step-title-text {
    font-size: 1.75rem;
  }
}
.guidancewizard-widget .bc-guidancewizard-step-title-text {
  font-weight: 600;
  color: var(--darkbgreen);
  line-height: 1.5;
}
.guidancewizard-widget .bc-guidancewizard-guidancewizard-step-content::before {
  background-color: var(--theme-color-1);
  border-color: var(--primary-font-color);
  color: var(--primary-font-color);
}
.guidancewizard-widget .bc-guidancewizard-step-choice-wrapper {
  border-bottom: 0.125rem solid var(--primary-font-color);
  margin-bottom: 2rem;
}
.guidancewizard-widget .bc-guidancewizard-step-choice-wrapper .bc-content-radio {
  margin: 2rem 0;
}
.guidancewizard-widget .Step_stepContent__Nqskd::after {
  border-left: 0.125rem solid var(--primary-font-color) !important;
}
.guidancewizard-widget .bc-guidancewizard-step-navigation button {
  border-radius: var(--border-radius-button);
  background-color: var(--transparent);
  border-color: var(--primary-font-color);
  color: var(--primary-font-color);
  width: 100%;
  max-height: 53px;
}
.guidancewizard-widget .bc-guidancewizard-step-navigation button:hover {
  background-color: var(--primary-font-color);
  border-color: var(--primary-font-color);
}
.guidancewizard-widget .bc-guidancewizard-step-navigation::after {
  border-color: var(--primary-font-color);
}
.guidancewizard-widget .radio-module__base_511-8_uJZgS label > input[type=radio] + div {
  border-color: var(--primary-font-color);
}

.artikkel .light-background.ac-banner--field-order-1 .ac-banner-content--outer {
  background: var(--article-widget-light-background);
  border-radius: var(--border-radius-content-field);
  padding: 2rem;
}
@media screen and (min-width: 900px) {
  .artikkel .light-background.ac-banner--field-order-1 .ac-banner-content--outer {
    padding: 3.5rem;
  }
}
.artikkel .light-background.ac-banner--field-order-1 .ac-banner-content--outer .ac-banner-content--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 900px) {
  .artikkel .light-background.ac-banner--field-order-1 .ac-banner-content--outer .ac-banner-content--inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.artikkel .light-background.ac-banner--field-order-1 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 900px) {
  .artikkel .light-background.ac-banner--field-order-1 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    width: 50%;
  }
}
.artikkel .light-background.ac-banner--field-order-1 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-title {
  font-size: 1.375rem;
}
@media screen and (min-width: 900px) {
  .artikkel .light-background.ac-banner--field-order-1 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-title {
    font-size: 1.625rem;
  }
}
.artikkel .light-background.ac-banner--field-order-1 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-title {
  font-weight: 400;
  color: var(--primary-font-color);
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .artikkel .light-background.ac-banner--field-order-1 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-title {
    text-align: left;
  }
}
.artikkel .light-background.ac-banner--field-order-1 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text p {
  color: var(--primary-font-color);
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .artikkel .light-background.ac-banner--field-order-1 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text p {
    text-align: left;
  }
}
.artikkel .light-background.ac-banner--field-order-1 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 900px) {
  .artikkel .light-background.ac-banner--field-order-1 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.artikkel .light-background.ac-banner--field-order-1 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer .ac-content-link--button {
  padding: 0.75rem 1.5rem;
  border-radius: var(--border-radius-button);
  border: 2px solid var(--primary-font-color);
  color: var(--primary-font-color);
  text-decoration: none;
}
.artikkel .light-background.ac-banner--field-order-1 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer .ac-content-link--button:hover {
  background-color: var(--primary-font-color);
  color: var(--theme-color-1);
}
.artikkel .light-background.ac-banner--field-order-1 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 242px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 900px) {
  .artikkel .light-background.ac-banner--field-order-1 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--image {
    width: 50%;
  }
}
.artikkel .light-background.ac-banner--field-order-1 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--image .ac-image {
  width: 100%;
  border-radius: 32px;
}
.artikkel .light-background.ac-banner--field-order-2 .ac-banner-content--outer {
  background: var(--article-widget-transparent-background);
  border-radius: var(--border-radius-content-field);
  padding: 2rem;
}
@media screen and (min-width: 900px) {
  .artikkel .light-background.ac-banner--field-order-2 .ac-banner-content--outer {
    padding: 3.5rem;
  }
}
.artikkel .light-background.ac-banner--field-order-2 .ac-banner-content--outer .ac-banner-content--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 900px) {
  .artikkel .light-background.ac-banner--field-order-2 .ac-banner-content--outer .ac-banner-content--inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.artikkel .light-background.ac-banner--field-order-2 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 900px) {
  .artikkel .light-background.ac-banner--field-order-2 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    width: 50%;
  }
}
.artikkel .light-background.ac-banner--field-order-2 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-title {
  font-size: 1.375rem;
}
@media screen and (min-width: 900px) {
  .artikkel .light-background.ac-banner--field-order-2 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-title {
    font-size: 1.625rem;
  }
}
.artikkel .light-background.ac-banner--field-order-2 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-title {
  font-weight: 400;
  color: var(--primary-font-color);
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .artikkel .light-background.ac-banner--field-order-2 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-title {
    text-align: left;
  }
}
.artikkel .light-background.ac-banner--field-order-2 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text p {
  color: var(--primary-font-color);
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .artikkel .light-background.ac-banner--field-order-2 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text p {
    text-align: left;
  }
}
.artikkel .light-background.ac-banner--field-order-2 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 900px) {
  .artikkel .light-background.ac-banner--field-order-2 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.artikkel .light-background.ac-banner--field-order-2 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer .ac-content-link--button {
  padding: 0.75rem 1.5rem;
  border-radius: var(--border-radius-button);
  border: 2px solid var(--primary-font-color);
  color: var(--primary-font-color);
  text-decoration: none;
}
.artikkel .light-background.ac-banner--field-order-2 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer .ac-content-link--button:hover {
  background-color: var(--primary-font-color);
  color: var(--theme-color-1);
}
.artikkel .light-background.ac-banner--field-order-2 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 242px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 900px) {
  .artikkel .light-background.ac-banner--field-order-2 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--image {
    width: 50%;
  }
}
.artikkel .light-background.ac-banner--field-order-2 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--image .ac-image {
  width: 100%;
  border-radius: 32px;
}
.artikkel .transparent-background.ac-banner--field-order-1 .ac-banner-content--outer {
  background: var(--article-widget-transparent-background);
  border-radius: var(--border-radius-content-field);
  padding: 2rem;
  border: 1px solid var(--primary-font-color);
}
@media screen and (min-width: 900px) {
  .artikkel .transparent-background.ac-banner--field-order-1 .ac-banner-content--outer {
    padding: 3.5rem;
  }
}
.artikkel .transparent-background.ac-banner--field-order-1 .ac-banner-content--outer .ac-banner-content--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 900px) {
  .artikkel .transparent-background.ac-banner--field-order-1 .ac-banner-content--outer .ac-banner-content--inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.artikkel .transparent-background.ac-banner--field-order-1 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 900px) {
  .artikkel .transparent-background.ac-banner--field-order-1 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    width: 50%;
  }
}
.artikkel .transparent-background.ac-banner--field-order-1 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-title {
  font-size: 1.375rem;
}
@media screen and (min-width: 900px) {
  .artikkel .transparent-background.ac-banner--field-order-1 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-title {
    font-size: 1.625rem;
  }
}
.artikkel .transparent-background.ac-banner--field-order-1 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-title {
  font-weight: 400;
  color: var(--primary-font-color);
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .artikkel .transparent-background.ac-banner--field-order-1 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-title {
    text-align: left;
  }
}
.artikkel .transparent-background.ac-banner--field-order-1 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text p {
  color: var(--primary-font-color);
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .artikkel .transparent-background.ac-banner--field-order-1 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text p {
    text-align: left;
  }
}
.artikkel .transparent-background.ac-banner--field-order-1 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 900px) {
  .artikkel .transparent-background.ac-banner--field-order-1 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.artikkel .transparent-background.ac-banner--field-order-1 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer .ac-content-link--button {
  padding: 0.75rem 1.5rem;
  border-radius: var(--border-radius-button);
  border: 2px solid var(--primary-font-color);
  color: var(--primary-font-color);
  text-decoration: none;
}
.artikkel .transparent-background.ac-banner--field-order-1 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer .ac-content-link--button:hover {
  background-color: var(--primary-font-color);
  color: var(--theme-color-1);
}
.artikkel .transparent-background.ac-banner--field-order-1 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 242px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 900px) {
  .artikkel .transparent-background.ac-banner--field-order-1 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--image {
    width: 50%;
  }
}
.artikkel .transparent-background.ac-banner--field-order-1 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--image .ac-image {
  width: 100%;
  border-radius: 32px;
}
.artikkel .transparent-background.ac-banner--field-order-2 .ac-banner-content--outer {
  background: var(--article-widget-transparent-background);
  border-radius: var(--border-radius-content-field);
  padding: 2rem;
  border: 1px solid var(--primary-font-color);
}
@media screen and (min-width: 900px) {
  .artikkel .transparent-background.ac-banner--field-order-2 .ac-banner-content--outer {
    padding: 3.5rem;
  }
}
.artikkel .transparent-background.ac-banner--field-order-2 .ac-banner-content--outer .ac-banner-content--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 900px) {
  .artikkel .transparent-background.ac-banner--field-order-2 .ac-banner-content--outer .ac-banner-content--inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.artikkel .transparent-background.ac-banner--field-order-2 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 900px) {
  .artikkel .transparent-background.ac-banner--field-order-2 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    width: 50%;
  }
}
.artikkel .transparent-background.ac-banner--field-order-2 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-title {
  font-size: 1.375rem;
}
@media screen and (min-width: 900px) {
  .artikkel .transparent-background.ac-banner--field-order-2 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-title {
    font-size: 1.625rem;
  }
}
.artikkel .transparent-background.ac-banner--field-order-2 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-title {
  font-weight: 400;
  color: var(--primary-font-color);
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .artikkel .transparent-background.ac-banner--field-order-2 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-title {
    text-align: left;
  }
}
.artikkel .transparent-background.ac-banner--field-order-2 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text p {
  color: var(--primary-font-color);
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .artikkel .transparent-background.ac-banner--field-order-2 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text p {
    text-align: left;
  }
}
.artikkel .transparent-background.ac-banner--field-order-2 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 900px) {
  .artikkel .transparent-background.ac-banner--field-order-2 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.artikkel .transparent-background.ac-banner--field-order-2 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer .ac-content-link--button {
  padding: 0.75rem 1.5rem;
  border-radius: var(--border-radius-button);
  border: 2px solid var(--primary-font-color);
  color: var(--primary-font-color);
  text-decoration: none;
}
.artikkel .transparent-background.ac-banner--field-order-2 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer .ac-content-link--button:hover {
  background-color: var(--primary-font-color);
  color: var(--theme-color-1);
}
.artikkel .transparent-background.ac-banner--field-order-2 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 242px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 900px) {
  .artikkel .transparent-background.ac-banner--field-order-2 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--image {
    width: 50%;
  }
}
.artikkel .transparent-background.ac-banner--field-order-2 .ac-banner-content--outer .ac-banner-content--inner .ac-banner-field--image .ac-image {
  width: 100%;
  border-radius: 32px;
}
.artikkel .article-widget {
  position: relative;
  min-height: 458px;
}
.artikkel .article-widget.ac-banner--field-order-1 .ac-banner-content--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .artikkel .article-widget.ac-banner--field-order-1 .ac-banner-content--inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.artikkel .article-widget.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--text {
  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;
  position: relative;
  background-color: var(--focus-field-background-color);
  backdrop-filter: blur(10px);
  border-radius: var(--border-radius-focus-field);
  padding: 1.5rem 3rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
  margin-top: -5rem;
}
@media screen and (min-width: 1200px) {
  .artikkel .article-widget.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--text {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .artikkel .article-widget.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--text {
    text-align: right;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    left: 5%;
    right: 42%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
  }
}
.artikkel .article-widget.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-title {
  font-size: 0.813rem;
}
@media screen and (min-width: 900px) {
  .artikkel .article-widget.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-title {
    font-size: 0.813rem;
  }
}
.artikkel .article-widget.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-title {
  font-weight: 900;
  color: var(--primary-font-color);
  margin-bottom: 0.5rem;
}
.artikkel .article-widget.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--text .il-heading {
  font-size: 1.25rem;
}
@media screen and (min-width: 900px) {
  .artikkel .article-widget.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--text .il-heading {
    font-size: 1.5rem;
  }
}
.artikkel .article-widget.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--text .il-heading {
  font-weight: 300;
  color: var(--primary-font-color);
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1200px) {
  .artikkel .article-widget.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--text .il-heading {
    text-align: right;
  }
}
.artikkel .article-widget.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--text p {
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .artikkel .article-widget.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--text p {
    font-size: 1.125rem;
  }
}
.artikkel .article-widget.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--text p {
  margin-bottom: 1.5rem;
}
.artikkel .article-widget.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--text p em {
  font-size: 0.875rem;
}
@media screen and (min-width: 900px) {
  .artikkel .article-widget.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--text p em {
    font-size: 0.875rem;
  }
}
.artikkel .article-widget.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--text p em {
  color: var(--primary-font-color);
}
.artikkel .article-widget.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 900px) {
  .artikkel .article-widget.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.artikkel .article-widget.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer .ac-content-link--button {
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .artikkel .article-widget.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer .ac-content-link--button {
    font-size: 1.125rem;
  }
}
.artikkel .article-widget.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer .ac-content-link--button {
  text-decoration: none;
  padding: 1rem 2.25rem;
  border: 2px solid var(--primary-font-color);
  border-radius: var(--border-radius-button);
  background-color: var(--transparent);
  color: var(--primary-font-color);
  max-height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.artikkel .article-widget.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer .ac-content-link--button:hover {
  background-color: var(--primary-font-color);
  color: var(--theme-color-1);
}
.artikkel .article-widget.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--image .ac-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  aspect-ratio: 0.69;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius-focus-field);
}
@media screen and (min-width: 900px) {
  .artikkel .article-widget.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--image .ac-image {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    aspect-ratio: 1.57;
  }
}
.artikkel .article-widget.ac-banner--field-order-2 .ac-banner-content--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .artikkel .article-widget.ac-banner--field-order-2 .ac-banner-content--inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.artikkel .article-widget.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--text {
  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;
  position: relative;
  background-color: var(--focus-field-background-color);
  backdrop-filter: blur(10px);
  border-radius: var(--border-radius-focus-field);
  padding: 1.5rem 3rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
  margin-top: -5rem;
}
@media screen and (min-width: 1200px) {
  .artikkel .article-widget.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--text {
    text-align: right;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .artikkel .article-widget.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--text {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    right: 5%;
    left: 42%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
  }
}
.artikkel .article-widget.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-title {
  font-size: 0.813rem;
}
@media screen and (min-width: 900px) {
  .artikkel .article-widget.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-title {
    font-size: 0.813rem;
  }
}
.artikkel .article-widget.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-title {
  font-weight: 900;
  color: var(--primary-font-color);
  margin-bottom: 0.5rem;
}
.artikkel .article-widget.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--text .il-heading {
  font-size: 1.25rem;
}
@media screen and (min-width: 900px) {
  .artikkel .article-widget.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--text .il-heading {
    font-size: 1.5rem;
  }
}
.artikkel .article-widget.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--text .il-heading {
  font-weight: 300;
  color: var(--primary-font-color);
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1200px) {
  .artikkel .article-widget.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--text .il-heading {
    text-align: right;
  }
}
.artikkel .article-widget.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--text p {
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .artikkel .article-widget.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--text p {
    font-size: 1.125rem;
  }
}
.artikkel .article-widget.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--text p {
  margin-bottom: 1.5rem;
}
.artikkel .article-widget.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--text p em {
  font-size: 0.875rem;
}
@media screen and (min-width: 900px) {
  .artikkel .article-widget.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--text p em {
    font-size: 0.875rem;
  }
}
.artikkel .article-widget.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--text p em {
  color: var(--primary-font-color);
}
.artikkel .article-widget.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 900px) {
  .artikkel .article-widget.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.artikkel .article-widget.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer .ac-content-link--button {
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .artikkel .article-widget.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer .ac-content-link--button {
    font-size: 1.125rem;
  }
}
.artikkel .article-widget.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer .ac-content-link--button {
  text-decoration: none;
  padding: 1rem 2.25rem;
  border: 2px solid var(--primary-font-color);
  border-radius: var(--border-radius-button);
  color: var(--primary-font-color);
  background-color: var(--transparent);
  max-height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.artikkel .article-widget.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer .ac-content-link--button:hover {
  background-color: var(--primary-font-color);
  color: var(--theme-color-1);
}
.artikkel .article-widget.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--image .ac-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  aspect-ratio: 0.69;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius-focus-field);
}
@media screen and (min-width: 900px) {
  .artikkel .article-widget.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--image .ac-image {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    aspect-ratio: 1.57;
  }
}

.ac-banner--text.fun-fact {
  --funfact-widget-icon--background--width: 48px;
  --funfact-widget-icon--background--width-negative: -48px;
  --funfact-widget-icon--background--height: 56px;
  --funfact-widget-icon--background--height-negative: -56px;
}
@media screen and (min-width: 600px) {
  .ac-banner--text.fun-fact {
    --funfact-widget-icon--background--width: 72px;
    --funfact-widget-icon--background--width-negative: -72px;
    --funfact-widget-icon--background--height: 79.5px;
    --funfact-widget-icon--background--height-negative: -79.5px;
  }
}
.ac-banner--text.fun-fact .ac-banner-field-header {
  color: var(--funfact-widget-header--text);
  margin-left: calc(var(--funfact-widget-icon--background--width) + 0.25rem);
}
@media screen and (min-width: 600px) {
  .ac-banner--text.fun-fact .ac-banner-field-header {
    margin-left: calc(var(--funfact-widget-icon--background--width) + 0.75rem);
  }
}
.ac-banner--text.fun-fact .ac-banner-field-header .ac-banner-field-title {
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 900;
}
@media screen and (min-width: 600px) {
  .ac-banner--text.fun-fact .ac-banner-field-header .ac-banner-field-title {
    font-size: 1.5rem;
  }
}
.ac-banner--text.fun-fact .ac-banner-field-header + .ac-banner-field-body {
  margin-top: 0.25rem;
}
.ac-banner--text.fun-fact .ac-banner-field-body {
  background-color: var(--funfact-widget-body--background);
  color: var(--funfact-widget-body--text);
  border-radius: var(--border-radius-focus-field);
  padding: 2rem 1.5rem;
  font-size: 1rem;
  margin-left: calc(var(--funfact-widget-icon--background--width) / 2);
  position: relative;
}
@media screen and (min-width: 600px) {
  .ac-banner--text.fun-fact .ac-banner-field-body {
    padding: 2.5rem;
  }
}
.ac-banner--text.fun-fact .ac-banner-field-body::before {
  font-family: "remixicon";
  content: "\eea9";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: 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: 2rem;
  color: var(--funfact-widget-icon);
  background: var(--funfact-widget-icon--background);
  width: var(--funfact-widget-icon--background--width);
  height: var(--funfact-widget-icon--background--height);
  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;
  border-radius: 14px;
  position: absolute;
  left: calc(var(--funfact-widget-icon--background--width-negative) / 2);
  top: calc(var(--funfact-widget-icon--background--height-negative) / 2);
}
@media screen and (min-width: 600px) {
  .ac-banner--text.fun-fact .ac-banner-field-body::before {
    font-size: 2.25rem;
    border-radius: 20px;
  }
}

.wp-feedback {
  padding: 3rem 0;
  margin: 0;
  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 .bc-feedback > h2 {
  font-size: 1.25rem;
}
@media screen and (min-width: 900px) {
  .wp-feedback #tilbakemelding .bc-feedback > h2 {
    font-size: 1.5rem;
  }
}
.wp-feedback #tilbakemelding .bc-feedback > h2 {
  font-weight: 400;
  float: none;
  display: block;
  margin-right: 0;
  margin-top: 0;
  text-align: center;
}
.wp-feedback #tilbakemelding .bc-feedback-button-container {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  margin: 0;
  margin-top: 1.75rem;
}
.wp-feedback #tilbakemelding .bc-feedback-button-container .bc-content-button {
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-feedback #tilbakemelding .bc-feedback-button-container .bc-content-button {
    font-size: 1.125rem;
  }
}
.wp-feedback #tilbakemelding .bc-feedback-button-container .bc-content-button {
  background-color: var(--transparent);
  border: 2px solid var(--primary-font-color);
  color: var(--primary-text-color);
  border-radius: var(--border-radius-primary);
  padding: 1rem 2rem;
  -webkit-transition: none;
  transition: none;
}
.wp-feedback #tilbakemelding .bc-feedback-button-container .bc-content-button:hover {
  outline: none;
}
.wp-feedback #tilbakemelding .bc-feedback-button-container .bc-content-button.bc-feedback-button-yes::after {
  font-family: "remixicon";
  content: "\f207";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.5rem;
}
.wp-feedback #tilbakemelding .bc-feedback-button-container .bc-content-button.bc-feedback-button-yes:hover {
  background-color: var(--primary-font-color);
  color: var(--theme-color-1);
}
.wp-feedback #tilbakemelding .bc-feedback-button-container .bc-content-button.bc-feedback-button-yes:hover::after {
  color: var(--theme-color-1);
}
.wp-feedback #tilbakemelding .bc-feedback-button-container .bc-content-button.bc-feedback-button-no::after {
  font-family: "remixicon";
  content: "\f205";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-left: 0.5rem;
}
.wp-feedback #tilbakemelding .bc-feedback-button-container .bc-content-button.bc-feedback-button-no:hover {
  background-color: var(--primary-font-color);
  color: var(--theme-color-1);
}
.wp-feedback #tilbakemelding .bc-feedback-button-container .bc-content-button.bc-feedback-button-no:hover::after {
  color: var(--theme-color-1);
}

.wp-latest-articles {
  width: 90%;
  max-width: 928px;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 0;
}
@media screen and (min-width: 1200px) {
  .wp-latest-articles {
    padding: 6.25rem 0;
  }
}
.wp-latest-articles .webPartTittel {
  font-size: 2.25rem;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles .webPartTittel {
    font-size: 3rem;
  }
}
.wp-latest-articles .webPartTittel {
  font-weight: 400;
  color: var(--primary-font-color);
  text-align: center;
  margin-bottom: 2rem;
}
.wp-latest-articles ul > * + * {
  margin-top: 1rem;
}
@supports (display: grid) {
  .wp-latest-articles ul > * + * {
    margin-top: 0;
  }
  .wp-latest-articles ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    row-gap: 1rem;
  }
}
.wp-latest-articles ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles ul > * + * {
    margin-top: 1rem;
  }
  @supports (display: grid) {
    .wp-latest-articles ul > * + * {
      margin-top: 0;
    }
    .wp-latest-articles ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -webkit-column-gap: 2rem;
         -moz-column-gap: 2rem;
              column-gap: 2rem;
      row-gap: 1rem;
    }
  }
}
@media screen and (min-width: 1200px) {
  .wp-latest-articles ul > * + * {
    margin-top: 1rem;
  }
  @supports (display: grid) {
    .wp-latest-articles ul > * + * {
      margin-top: 0;
    }
    .wp-latest-articles ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      -webkit-column-gap: 2rem;
         -moz-column-gap: 2rem;
              column-gap: 2rem;
      row-gap: 1rem;
    }
  }
}
.wp-latest-articles ul li a {
  display: block;
  position: relative;
  padding: 0;
  overflow: hidden;
  border-radius: var(--border-radius-button) var(--border-radius-button) 0 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.wp-latest-articles ul li a span img {
  width: 100%;
  aspect-ratio: 0.58;
  border-radius: var(--border-radius-button) var(--border-radius-button) 0 0;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles ul li a span img {
    aspect-ratio: 0.56;
    opacity: 0.66;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
  }
}
.wp-latest-articles ul li a .tittel {
  font-size: 1.125rem;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles ul li a .tittel {
    font-size: 1.25rem;
  }
}
.wp-latest-articles ul li a .tittel {
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 0.5rem;
  width: calc(100% - 1rem);
  color: var(--primary-font-color);
  background-color: var(--theme-color-6);
  border-radius: var(--border-radius-button) var(--border-radius-button) 0 0;
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles ul li a .tittel {
    left: 0.5rem;
    width: calc(100% - 1rem);
  }
}
@media screen and (min-width: 900px) {
  .wp-latest-articles ul li a:hover img {
    opacity: 1;
  }
}
.wp-latest-articles .webPartBunnLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}
.wp-latest-articles .webPartBunnLink .MargLink {
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles .webPartBunnLink .MargLink {
    font-size: 1.125rem;
  }
}
.wp-latest-articles .webPartBunnLink .MargLink {
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  border: 2px solid var(--primary-font-color);
  border-radius: var(--border-radius-button);
  color: var(--primary-font-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wp-latest-articles .webPartBunnLink .MargLink:hover {
  background-color: var(--primary-font-color);
  color: var(--theme-color-1);
}

.wp-header-links .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-header-links .webPartInnhold ul.vListe li {
  margin-left: 0.5rem;
}
.wp-header-links .webPartInnhold ul.vListe li:first-child {
  border-right: 2px solid var(--black);
  padding-right: 0.5rem;
}
.wp-header-links .webPartInnhold ul.vListe a {
  font-size: 0.875rem;
}
@media screen and (min-width: 900px) {
  .wp-header-links .webPartInnhold ul.vListe a {
    font-size: 0.875rem;
  }
}
.wp-header-links .webPartInnhold ul.vListe a {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
}
.wp-header-links .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-popular-links {
  margin: 4rem 0;
  max-width: 1021px;
  margin-left: auto;
  margin-right: auto;
}
.wp-popular-links .webPartTittel {
  font-size: 1.375rem;
}
@media screen and (min-width: 900px) {
  .wp-popular-links .webPartTittel {
    font-size: 1.625rem;
  }
}
.wp-popular-links .webPartTittel {
  text-align: center;
  font-weight: 300;
  color: var(--primary-font-color);
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-popular-links .webPartTittel::before {
  font-family: "remixicon";
  content: "\ee0f";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  margin-right: 0.5rem;
}
.wp-popular-links .vListe > * + * {
  margin-top: 1rem;
}
@supports (display: grid) {
  .wp-popular-links .vListe > * + * {
    margin-top: 0;
  }
  .wp-popular-links .vListe {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    row-gap: 1rem;
  }
}
.wp-popular-links .vListe {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 900px) {
  .wp-popular-links .vListe > * + * {
    margin-top: 1rem;
  }
  @supports (display: grid) {
    .wp-popular-links .vListe > * + * {
      margin-top: 0;
    }
    .wp-popular-links .vListe {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -webkit-column-gap: 2rem;
         -moz-column-gap: 2rem;
              column-gap: 2rem;
      row-gap: 1rem;
    }
  }
}
@media screen and (min-width: 1200px) {
  .wp-popular-links .vListe > * + * {
    margin-top: 1rem;
  }
  @supports (display: grid) {
    .wp-popular-links .vListe > * + * {
      margin-top: 0;
    }
    .wp-popular-links .vListe {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      -webkit-column-gap: 2rem;
         -moz-column-gap: 2rem;
              column-gap: 2rem;
      row-gap: 1rem;
    }
  }
}
.wp-popular-links .vListe .toplevel a {
  display: block;
  position: relative;
  padding: 0;
  overflow: hidden;
  border-radius: var(--border-radius-button) var(--border-radius-button) 0 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.wp-popular-links .vListe .toplevel a span img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: var(--border-radius-button) var(--border-radius-button) 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 900px) {
  .wp-popular-links .vListe .toplevel a span img {
    aspect-ratio: 0.82;
    opacity: 0.66;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
  }
}
.wp-popular-links .vListe .toplevel a .text {
  font-size: 1.125rem;
}
@media screen and (min-width: 900px) {
  .wp-popular-links .vListe .toplevel a .text {
    font-size: 1.25rem;
  }
}
.wp-popular-links .vListe .toplevel a .text {
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 0.5rem;
  width: calc(100% - 1rem);
  color: var(--primary-font-color);
  background-color: var(--theme-color-6);
  border-radius: var(--border-radius-button) var(--border-radius-button) 0 0;
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 900px) {
  .wp-popular-links .vListe .toplevel a .text {
    left: 0.5rem;
    width: calc(100% - 1rem);
    padding: 1.25rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-popular-links .vListe .toplevel a:hover img {
    opacity: 1;
  }
}

.wp-interest-links {
  padding-bottom: 3rem;
}
@media screen and (min-width: 900px) {
  .wp-interest-links {
    padding-bottom: 10rem;
  }
}
.wp-interest-links .webPartTittel {
  font-size: 1.375rem;
}
@media screen and (min-width: 900px) {
  .wp-interest-links .webPartTittel {
    font-size: 1.625rem;
  }
}
.wp-interest-links .webPartTittel {
  font-weight: 300;
  color: var(--primary-font-color);
  text-align: center;
  margin-bottom: 1.5rem;
}
.wp-interest-links .webPartInnhold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-interest-links .webPartInnhold .vListe {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 680px;
  margin-left: 1.5rem;
}
.wp-interest-links .webPartInnhold .vListe .toplevel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
.wp-interest-links .webPartInnhold .vListe .toplevel a {
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-interest-links .webPartInnhold .vListe .toplevel a {
    font-size: 1.125rem;
  }
}
.wp-interest-links .webPartInnhold .vListe .toplevel a {
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  background-color: var(--theme-color-3);
  border: 2px solid var(--theme-color-3);
  border-radius: var(--border-radius-button);
  color: var(--theme-color-1);
  max-height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-interest-links .webPartInnhold .vListe .toplevel a:hover {
  background-color: var(--transparent);
  color: var(--theme-color-3);
}

.wp-footer-buttons {
  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;
}
.wp-footer-buttons .webPartTittel {
  font-size: 1.5rem;
}
@media screen and (min-width: 900px) {
  .wp-footer-buttons .webPartTittel {
    font-size: 2rem;
  }
}
.wp-footer-buttons .webPartTittel {
  font-weight: 600;
  color: var(--theme-color-3);
}
.wp-footer-buttons .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-type: none;
  padding: 0;
  margin: 2rem 0 0 0;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .wp-footer-buttons .vListe {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.wp-footer-buttons .vListe .toplevel + .toplevel {
  margin-top: 1rem;
  margin-left: 0;
}
@media screen and (min-width: 900px) {
  .wp-footer-buttons .vListe .toplevel + .toplevel {
    margin-left: 1rem;
    margin-top: 0rem;
  }
}
.wp-footer-buttons .vListe .toplevel a {
  font-size: 1.125rem;
}
@media screen and (min-width: 900px) {
  .wp-footer-buttons .vListe .toplevel a {
    font-size: 1.25rem;
  }
}
.wp-footer-buttons .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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  background-color: var(--transparent);
  border: 2px solid var(--footer-button-border-color);
  border-radius: 37px;
  padding: 0.75rem 1.5rem;
  max-height: 45px;
  color: var(--footer-font-color);
}
.wp-footer-buttons .vListe .toplevel a:hover {
  background-color: var(--footer-button-background-color);
  color: var(--white);
}

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

.wp-page-title {
  font-size: 2.25rem;
}
@media screen and (min-width: 900px) {
  .wp-page-title {
    font-size: 3rem;
  }
}
.wp-page-title {
  font-weight: 300;
  line-height: 1.25;
  margin-top: 3.25rem;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .wp-page-title {
    line-height: 1.125;
    text-align: start;
    margin-top: 4.25rem;
  }
}
.subpage-full-width .wp-page-title {
  display: none;
}

.wp-contact-person {
  margin-top: 2rem;
  max-width: 840px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wp-contact-person .webPartTittel {
  font-size: 1.5rem;
}
@media screen and (min-width: 900px) {
  .wp-contact-person .webPartTittel {
    font-size: 2rem;
  }
}
.wp-contact-person .webPartTittel {
  font-weight: 700;
  color: var(--seagreen);
  margin-bottom: 1rem;
}
.wp-contact-person .webPartInnhold .emnekart-item {
  background-color: var(--contact-person-background-color);
  border-radius: var(--border-radius-focus-field);
  margin-bottom: 1rem;
  padding: 3rem;
}
.wp-contact-person .webPartInnhold .emnekart-item .person-name,
.wp-contact-person .webPartInnhold .emnekart-item .person-title {
  font-size: 1.25rem;
}
@media screen and (min-width: 900px) {
  .wp-contact-person .webPartInnhold .emnekart-item .person-name,
  .wp-contact-person .webPartInnhold .emnekart-item .person-title {
    font-size: 1.5rem;
  }
}
.wp-contact-person .webPartInnhold .emnekart-item .person-name,
.wp-contact-person .webPartInnhold .emnekart-item .person-title {
  font-weight: 700;
}
.wp-contact-person .webPartInnhold .emnekart-item .person-title {
  margin-bottom: 1rem;
}
.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;
}
@media screen and (min-width: 900px) {
  .wp-contact-person .webPartInnhold .emnekart-item .person-email,
  .wp-contact-person .webPartInnhold .emnekart-item .person-phone,
  .wp-contact-person .webPartInnhold .emnekart-item .person-mobile,
  .wp-contact-person .webPartInnhold .emnekart-item .person-info {
    font-size: 1.25rem;
  }
}
.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 {
  line-height: 2;
}
.wp-contact-person .webPartInnhold .emnekart-item .person-email .person-property-label::after,
.wp-contact-person .webPartInnhold .emnekart-item .person-phone .person-property-label::after,
.wp-contact-person .webPartInnhold .emnekart-item .person-mobile .person-property-label::after,
.wp-contact-person .webPartInnhold .emnekart-item .person-info .person-property-label::after {
  content: ":";
  padding-right: 0.5rem;
  margin-left: -0.125rem;
}
.wp-contact-person .webPartInnhold .emnekart-item .person-email .external,
.wp-contact-person .webPartInnhold .emnekart-item .person-phone .external,
.wp-contact-person .webPartInnhold .emnekart-item .person-mobile .external,
.wp-contact-person .webPartInnhold .emnekart-item .person-info .external {
  text-decoration: none;
  -webkit-box-shadow: 0 1px 0 0 currentColor;
          box-shadow: 0 1px 0 0 currentColor;
}
.wp-contact-person .webPartInnhold .emnekart-item .person-email .external:hover,
.wp-contact-person .webPartInnhold .emnekart-item .person-phone .external:hover,
.wp-contact-person .webPartInnhold .emnekart-item .person-mobile .external:hover,
.wp-contact-person .webPartInnhold .emnekart-item .person-info .external:hover {
  -webkit-box-shadow: 0 2px 0 0 currentColor;
          box-shadow: 0 2px 0 0 currentColor;
}
.wp-contact-person .webPartInnhold .emnekart-item .person-email .person-property-value a > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  visibility: hidden;
  text-indent: -9999rem;
  overflow: hidden;
}
.wp-contact-person .webPartInnhold .emnekart-item .person-email .person-property-value a > span > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  visibility: visible;
  text-indent: 0;
  text-decoration: underline;
}
@media screen and (min-width: 600px) {
  .wp-contact-person .webPartInnhold .emnekart-item .person-email .person-property-value a > span > span {
    margin-left: -22px;
  }
}

.wp-banner-text {
  position: absolute;
  bottom: 10%;
  right: 2px;
  bottom: 1px;
}
@media screen and (min-width: 600px) {
  .wp-banner-text {
    right: 1px;
    bottom: 1px;
  }
}
.article-banner-image .wp-banner-text {
  bottom: 0;
  right: 0;
}
.transportpage .article-banner-image .wp-banner-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  aspect-ratio: var(--transportpage-banner-image--aspect-ratio--mobile);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 900px) {
  .transportpage .article-banner-image .wp-banner-text {
    aspect-ratio: var(--transportpage-banner-image--aspect-ratio--desktop);
  }
}
.wp-banner-text .ac-banner-field-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 600px) {
  .wp-banner-text .ac-banner-field-header {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.wp-banner-text .ac-banner-field-header .ac-banner-field-title {
  font-size: 1.1875rem;
}
@media screen and (min-width: 900px) {
  .wp-banner-text .ac-banner-field-header .ac-banner-field-title {
    font-size: 1.375rem;
  }
}
.wp-banner-text .ac-banner-field-header .ac-banner-field-title {
  background-color: var(--theme-color-6);
  backdrop-filter: blur(16px);
  border-top-right-radius: var(--border-radius-banner-text);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 3rem;
  font-weight: 300;
  color: var(--primary-font-color);
  text-transform: uppercase;
}
@media screen and (min-width: 600px) {
  .wp-banner-text .ac-banner-field-header .ac-banner-field-title {
    border-top-left-radius: var(--border-radius-banner-text);
  }
}
.wp-banner-text .ac-banner-field-body {
  font-size: 0.9375rem;
}
@media screen and (min-width: 900px) {
  .wp-banner-text .ac-banner-field-body {
    font-size: 1rem;
  }
}
.wp-banner-text .ac-banner-field-body {
  background-color: var(--theme-color-6);
  backdrop-filter: blur(16px);
  color: var(--primary-font-color);
  font-weight: 300;
  padding: 1.5rem 3rem;
  text-align: left;
  border-top-left-radius: var(--border-radius-banner-text);
  border-bottom-right-radius: var(--border-radius-banner-text);
  -webkit-transform: translate(1px, 1px);
      -ms-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
}
@media screen and (min-width: 600px) {
  .wp-banner-text .ac-banner-field-body {
    text-align: right;
    max-width: 555px;
  }
}
.article-banner-image .wp-banner-text .ac-banner-field-body {
  border-bottom-right-radius: 0;
}

.wp-popular-text {
  padding-top: 4rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 810px;
}
@media screen and (min-width: 900px) {
  .wp-popular-text {
    padding-top: 7rem;
  }
}
.wp-popular-text .text-box {
  font-size: 2.25rem;
}
@media screen and (min-width: 900px) {
  .wp-popular-text .text-box {
    font-size: 3rem;
  }
}
.wp-popular-text .text-box {
  color: var(--primary-font-color);
}

.wp-focus-field .emnekart-client-content-widget {
  margin-bottom: 2.25rem;
}
.wp-focus-field .emnekart-client-content-widget:last-child {
  margin-bottom: 0rem;
}
.wp-focus-field .emnekart-client-content-widget .ac-banner {
  position: relative;
}
.wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-1 .ac-banner-content--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-1 .ac-banner-content--inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--text {
  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;
  position: relative;
  background-color: var(--focus-field-background-color);
  backdrop-filter: blur(10px);
  border-radius: var(--border-radius-focus-field) var(--border-radius-focus-field) 0 0;
  padding: 3rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
  margin-top: -5rem;
}
@media screen and (min-width: 900px) {
  .wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--text {
    text-align: left;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--text {
    border-radius: 0 var(--border-radius-focus-field) var(--border-radius-focus-field) 0;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    max-width: 90vw;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
  }
}
@media screen and (min-width: 1400px) {
  .wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--text {
    max-width: 60vw;
    padding: 3rem 3rem 3rem 10rem;
  }
}
@media screen and (min-width: 1600px) {
  .wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--text {
    max-width: 42vw;
    padding: 3rem 3rem 3rem 10rem;
  }
}
.wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-title {
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-title {
    font-size: 1.188rem;
  }
}
.wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-title {
  font-weight: 900;
  color: var(--primary-font-color);
  margin-bottom: 0.5rem;
}
.wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--text .il-heading {
  font-size: 2.125rem;
}
@media screen and (min-width: 900px) {
  .wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--text .il-heading {
    font-size: 2.5rem;
  }
}
.wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--text .il-heading {
  font-weight: 300;
  color: var(--primary-font-color);
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 900px) {
  .wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--text .il-heading {
    text-align: left;
  }
}
.wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--text p {
  font-size: 1.125rem;
}
@media screen and (min-width: 900px) {
  .wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--text p {
    font-size: 1.25rem;
  }
}
.wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--text p {
  margin-bottom: 1.5rem;
}
.wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--text p em {
  font-size: 0.875rem;
}
@media screen and (min-width: 900px) {
  .wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--text p em {
    font-size: 0.875rem;
  }
}
.wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--text p em {
  color: var(--primary-font-color);
}
.wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 900px) {
  .wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer .ac-content-link--button {
  font-size: 1.125rem;
}
@media screen and (min-width: 900px) {
  .wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer .ac-content-link--button {
    font-size: 1.25rem;
  }
}
.wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer .ac-content-link--button {
  text-decoration: none;
  padding: 1rem 2.25rem;
  border: 2px solid var(--primary-font-color);
  border-radius: var(--border-radius-button);
  color: var(--primary-font-color);
  background-color: var(--transparent);
  max-height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer .ac-content-link--button:hover {
  background-color: var(--primary-font-color);
  color: var(--theme-color-1);
}
.wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--image {
  width: 100vw;
}
@media screen and (min-width: 900px) {
  .wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--image {
    width: 95vw;
  }
}
.wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--image .ac-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  aspect-ratio: 0.69;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius-focus-field) var(--border-radius-focus-field) 0 0;
}
@media screen and (min-width: 900px) {
  .wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-1 .ac-banner-content--inner .ac-banner-field--image .ac-image {
    border-radius: 0 var(--border-radius-focus-field) var(--border-radius-focus-field) 0;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    aspect-ratio: 2.474;
  }
}
.wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-2 .ac-banner-content--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-2 .ac-banner-content--inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--text {
  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;
  position: relative;
  background-color: var(--focus-field-background-color);
  backdrop-filter: blur(10px);
  border-radius: var(--border-radius-focus-field) 0 0 var(--border-radius-focus-field);
  padding: 3rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
  margin-top: -5rem;
}
@media screen and (min-width: 900px) {
  .wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--text {
    text-align: right;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--text {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    max-width: 90vw;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
  }
}
@media screen and (min-width: 1400px) {
  .wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--text {
    max-width: 60vw;
    padding: 3rem 10rem 3rem 3rem;
  }
}
@media screen and (min-width: 1600px) {
  .wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--text {
    max-width: 42vw;
    padding: 3rem 10rem 3rem 3rem;
  }
}
.wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-title {
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-title {
    font-size: 1.188rem;
  }
}
.wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-title {
  font-weight: 900;
  color: var(--primary-font-color);
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 900px) {
  .wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-title {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--text .il-heading {
  font-size: 2.125rem;
}
@media screen and (min-width: 900px) {
  .wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--text .il-heading {
    font-size: 2.5rem;
  }
}
.wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--text .il-heading {
  font-weight: 300;
  color: var(--primary-font-color);
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 900px) {
  .wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--text .il-heading {
    text-align: right;
  }
}
.wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--text p {
  font-size: 1.125rem;
}
@media screen and (min-width: 900px) {
  .wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--text p {
    font-size: 1.25rem;
  }
}
.wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--text p {
  margin-bottom: 1.5rem;
}
.wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--text p em {
  font-size: 0.875rem;
}
@media screen and (min-width: 900px) {
  .wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--text p em {
    font-size: 0.875rem;
  }
}
.wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--text p em {
  color: var(--primary-font-color);
}
.wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 900px) {
  .wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer .ac-content-link--button {
  font-size: 1.125rem;
}
@media screen and (min-width: 900px) {
  .wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer .ac-content-link--button {
    font-size: 1.25rem;
  }
}
.wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer .ac-content-link--button {
  text-decoration: none;
  padding: 1rem 2.25rem;
  border: 2px solid var(--primary-font-color);
  border-radius: var(--border-radius-button);
  color: var(--primary-font-color);
  background-color: var(--transparent);
  max-height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--text .ac-banner-field-footer .ac-content-link--button:hover {
  background-color: var(--primary-font-color);
  color: var(--theme-color-1);
}
.wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--image {
  width: 100vw;
}
@media screen and (min-width: 900px) {
  .wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--image {
    margin-left: auto;
    width: 95vw;
  }
}
.wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--image .ac-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  aspect-ratio: 0.69;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius-focus-field) var(--border-radius-focus-field) 0 0;
}
@media screen and (min-width: 900px) {
  .wp-focus-field .emnekart-client-content-widget .ac-banner.ac-banner--field-order-2 .ac-banner-content--inner .ac-banner-field--image .ac-image {
    border-radius: var(--border-radius-focus-field) 0 0 var(--border-radius-focus-field);
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    aspect-ratio: 2.474;
  }
}

.wp-search {
  width: 100%;
}
.wp-search div > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
}
.wp-search input[type=text] {
  border: none;
  height: 100%;
  width: 100px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  background-color: #fff;
  padding: 1em;
}
.wp-search input[type=submit] {
  margin: 0;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  color: #fff;
  padding: 1em;
  cursor: pointer;
}

.wp-sub-navigation,
.sub-navigation {
  background: var(--transportpage-subnavigation-background-color);
  border-radius: 0 0 var(--border-radius-button) var(--border-radius-button);
  padding: 0 2rem 5rem 2rem;
}
.wp-sub-navigation .webPartInnhold,
.sub-navigation .webPartInnhold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 940px;
  margin: 0 auto;
}
.wp-sub-navigation .webPartInnhold ul.vListe,
.sub-navigation .webPartInnhold ul.vListe {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-sub-navigation .webPartInnhold ul.vListe > * + *,
.sub-navigation .webPartInnhold ul.vListe > * + * {
  margin-top: 2rem;
}
@supports (display: grid) {
  .wp-sub-navigation .webPartInnhold ul.vListe > * + *,
  .sub-navigation .webPartInnhold ul.vListe > * + * {
    margin-top: 0;
  }
  .wp-sub-navigation .webPartInnhold ul.vListe,
  .sub-navigation .webPartInnhold ul.vListe {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    row-gap: 2rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation .webPartInnhold ul.vListe > * + *,
  .sub-navigation .webPartInnhold ul.vListe > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-sub-navigation .webPartInnhold ul.vListe > * + *,
    .sub-navigation .webPartInnhold ul.vListe > * + * {
      margin-top: 0;
    }
    .wp-sub-navigation .webPartInnhold ul.vListe,
    .sub-navigation .webPartInnhold ul.vListe {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -webkit-column-gap: 2rem;
         -moz-column-gap: 2rem;
              column-gap: 2rem;
      row-gap: 2rem;
    }
  }
}
@media screen and (min-width: 1200px) {
  .wp-sub-navigation .webPartInnhold ul.vListe > * + *,
  .sub-navigation .webPartInnhold ul.vListe > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-sub-navigation .webPartInnhold ul.vListe > * + *,
    .sub-navigation .webPartInnhold ul.vListe > * + * {
      margin-top: 0;
    }
    .wp-sub-navigation .webPartInnhold ul.vListe,
    .sub-navigation .webPartInnhold ul.vListe {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      -webkit-column-gap: 2rem;
         -moz-column-gap: 2rem;
              column-gap: 2rem;
      row-gap: 2rem;
    }
  }
}
.wp-sub-navigation .webPartInnhold a,
.sub-navigation .webPartInnhold a {
  display: block;
  position: relative;
  padding: 0;
  overflow: hidden;
  border-radius: var(--border-radius-button) var(--border-radius-button) 0 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 100%;
}
.wp-sub-navigation .webPartInnhold a img,
.sub-navigation .webPartInnhold a img {
  aspect-ratio: 1.47;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.66;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.wp-sub-navigation .webPartInnhold a .text,
.sub-navigation .webPartInnhold a .text {
  font-size: 1.125rem;
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation .webPartInnhold a .text,
  .sub-navigation .webPartInnhold a .text {
    font-size: 1.25rem;
  }
}
.wp-sub-navigation .webPartInnhold a .text,
.sub-navigation .webPartInnhold a .text {
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 0.5rem;
  width: calc(100% - 1rem);
  color: var(--primary-font-color);
  background-color: var(--theme-color-6);
  border-radius: var(--border-radius-button) var(--border-radius-button) 0 0;
  padding: 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation .webPartInnhold a .text,
  .sub-navigation .webPartInnhold a .text {
    left: 0.5rem;
    width: calc(100% - 1rem);
  }
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation .webPartInnhold a:hover img,
  .sub-navigation .webPartInnhold a:hover img {
    opacity: 1;
  }
}

.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: #fff;
  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-calendar {
  padding: 0rem 2rem 6.25rem 2rem;
}
.wp-calendar .webPartTittel {
  font-size: 2.25rem;
}
@media screen and (min-width: 900px) {
  .wp-calendar .webPartTittel {
    font-size: 3rem;
  }
}
.wp-calendar .webPartTittel {
  font-weight: 400;
  color: var(--primary-font-color);
  text-align: center;
  margin-bottom: 2rem;
}

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

.wp-banner-image {
  width: 100%;
  height: 100%;
}
.wp-banner-image .webPartInnhold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-banner-image .banner-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0 0 var(--border-radius-content-field) var(--border-radius-content-field);
  width: 95vw;
  height: 95vh;
}
.designMode .wp-banner-image .banner-image {
  height: 10vh;
}

.wp-banner-video {
  width: 100%;
  height: 75vh;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 var(--border-radius-content-field) var(--border-radius-content-field);
}
@media screen and (min-width: 900px) {
  .wp-banner-video {
    height: auto;
    aspect-ratio: 1.78;
  }
}
.wp-banner-video div,
.wp-banner-video iframe {
  width: 300vw;
  height: 100%;
  -webkit-transform: translateX(-20vw);
      -ms-transform: translateX(-20vw);
          transform: translateX(-20vw);
  border-radius: 0 0 var(--border-radius-content-field) var(--border-radius-content-field);
  pointer-events: none;
}
@media screen and (min-width: 900px) {
  .wp-banner-video div,
  .wp-banner-video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.wp-banner-video p {
  height: 100%;
}

.wp-article-banner-image .webPartInnhold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-article-banner-image .emnekart-image .artikkel-bilde-container img {
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius-article-image) var(--border-radius-article-image) 0 0;
  aspect-ratio: 0.72;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 900px) {
  .wp-article-banner-image .emnekart-image .artikkel-bilde-container img {
    aspect-ratio: 4;
  }
}

.subpage .article-banner-image .zone {
  position: relative;
  width: 90%;
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
}

.transportpage .article-banner-image {
  position: relative;
}

.wp-transportpage-banner-section .ac-banner .ac-banner-field--image .ac-image {
  border-radius: var(--border-radius-transportpage-banner) var(--border-radius-transportpage-banner) 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: var(--transportpage-banner-image--aspect-ratio--mobile);
}
@media screen and (min-width: 900px) {
  .wp-transportpage-banner-section .ac-banner .ac-banner-field--image .ac-image {
    aspect-ratio: var(--transportpage-banner-image--aspect-ratio--desktop);
  }
}
.wp-transportpage-banner-section .ac-banner .ac-banner-field--text {
  padding: 4rem 2rem;
  background: var(--linear-gradient-1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: var(--border-radius-content-field) var(--border-radius-content-field) 0 0;
}
.wp-transportpage-banner-section .ac-banner .ac-banner-field--text .il-heading {
  font-size: 1.5rem;
}
@media screen and (min-width: 900px) {
  .wp-transportpage-banner-section .ac-banner .ac-banner-field--text .il-heading {
    font-size: 2rem;
  }
}
.wp-transportpage-banner-section .ac-banner .ac-banner-field--text .il-heading {
  color: var(--primary-font-color);
  margin-bottom: 1rem;
}
.wp-transportpage-banner-section .ac-banner .ac-banner-field--text p {
  font-size: 0.9375rem;
}
@media screen and (min-width: 900px) {
  .wp-transportpage-banner-section .ac-banner .ac-banner-field--text p {
    font-size: 1rem;
  }
}
.wp-transportpage-banner-section .ac-banner .ac-banner-field--text p {
  max-width: 560px;
  color: var(--primary-font-color);
  text-align: center;
}
.wp-transportpage-banner-section .ac-banner-field--image + .ac-banner-field--text {
  border-radius: 0;
}

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

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

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

body {
  --v-global-html-content-element-top-margin: 0.75em;
  --v-global-title-font-size: 2.2rem;
  --v-global-title-font-weight: 300;
  --v-global-title-line-height: 1.4;
  --v-global-lead-font-size: 1.25rem;
  --v-global-lead-font-weight: 400;
  --v-global-lead-line-height: 1.5;
  --v-global-body-font-size: 1rem;
  --v-global-body-font-weight: 400;
  --v-global-body-line-height: 1.5;
  --v-global-heading-1-font-size: 1.75em;
  --v-global-heading-1-font-weight: 300;
  --v-global-heading-1-line-height: 1.25;
  --v-global-heading-2-font-size: 1.38em;
  --v-global-heading-2-font-weight: 300;
  --v-global-heading-2-line-height: 1.25;
  --v-global-heading-3-font-size: 1.13em;
  --v-global-heading-3-font-weight: 300;
  --v-global-heading-3-line-height: 1.5;
  --v-global-heading-4-font-size: 1em;
  --v-global-heading-4-font-weight: 300;
  --v-global-heading-4-line-height: 1.5;
  --v-global-heading-5-font-size: 0.88em;
  --v-global-heading-5-font-weight: 300;
  --v-global-heading-5-line-height: 1.5;
  --v-global-heading-6-font-size: 0.75em;
  --v-global-heading-6-font-weight: 300;
  --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.75em;
    --v-global-title-font-size: 2.2rem;
    --v-global-title-font-weight: 300;
    --v-global-title-line-height: 1.4;
    --v-global-lead-font-size: 1.25rem;
    --v-global-lead-font-weight: 400;
    --v-global-lead-line-height: 1.5;
    --v-global-body-font-size: 1rem;
    --v-global-body-font-weight: 400;
    --v-global-body-line-height: 1.5;
    --v-global-heading-1-font-size: 1.75em;
    --v-global-heading-1-font-weight: 300;
    --v-global-heading-1-line-height: 1.25;
    --v-global-heading-2-font-size: 1.38em;
    --v-global-heading-2-font-weight: 300;
    --v-global-heading-2-line-height: 1.25;
    --v-global-heading-3-font-size: 1.13em;
    --v-global-heading-3-font-weight: 300;
    --v-global-heading-3-line-height: 1.5;
    --v-global-heading-4-font-size: 1em;
    --v-global-heading-4-font-weight: 300;
    --v-global-heading-4-line-height: 1.5;
    --v-global-heading-5-font-size: 0.88em;
    --v-global-heading-5-font-weight: 300;
    --v-global-heading-5-line-height: 1.5;
    --v-global-heading-6-font-size: 0.75em;
    --v-global-heading-6-font-weight: 300;
    --v-global-heading-6-line-height: 1.5;
  }
}
@media only screen and (min-width: 1025px) {
  body {
    --v-global-html-content-element-top-margin: 0.84em;
    --v-global-title-font-size: 4rem;
    --v-global-title-font-weight: 300;
    --v-global-title-line-height: 1.4;
    --v-global-lead-font-size: 1.38rem;
    --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: 2.25em;
    --v-global-heading-1-font-weight: 300;
    --v-global-heading-1-line-height: 1.13;
    --v-global-heading-2-font-size: 3em;
    --v-global-heading-2-font-weight: 300;
    --v-global-heading-2-line-height: 1.13;
    --v-global-heading-3-font-size: 1.125rem;
    --v-global-heading-3-font-weight: 300;
    --v-global-heading-3-line-height: 1.38;
    --v-global-heading-4-font-size: 1.25em;
    --v-global-heading-4-font-weight: 300;
    --v-global-heading-4-line-height: 1.38;
    --v-global-heading-5-font-size: 1.13em;
    --v-global-heading-5-font-weight: 300;
    --v-global-heading-5-line-height: 1.5;
    --v-global-heading-6-font-size: 1em;
    --v-global-heading-6-font-weight: 300;
    --v-global-heading-6-line-height: 1.5;
  }
}

body {
  --v-global-link-text-color: transparent;
  --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: transparent;
  --v-global-link-font-weight: 400;
}
body a:hover {
  --v-global-link-text-color: #ecf4ed;
  --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: #ecf4ed;
  --v-global-link-background-color: transparent;
  --v-global-link-font-weight: 400;
}

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

.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event {
  height: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.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 {
  --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: 32px;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event.cc-teaser--vertical {
  --v-teaser-image-border-radius: 32px 32px 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--horizontal {
  --v-teaser-image-border-radius: 32px 0 0 32px;
}
.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: 32px 0 0 32px;
  --v-teaser-image-border-radius: 32px 0 0 32px;
  -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: 32px 32px 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 {
  --v-teaser-text-color: var(--primary-font-color);
  --v-teaser-background: var(--theme-color-1);
  --v-teaser-title-link-text-color: var(--primary-font-color);
  --v-teaser-font-size: 0.875rem;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-teaser-body-content .cc-teaser-title .cc-teaser-title-link {
  --v-teaser-title-link-underline-color: var(--primary-font-color);
}
.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 {
  --v-teaser-text-padding: 1.5rem;
}
.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: var(--primary-font-color);
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event .cc-tag {
  --v-tag-border-width: 2px;
  --v-tag-border-color: var(--primary-font-color);
  --v-tag-border-radius: 32px;
  --v-tag-padding: 0.25em 1em;
  --v-tag-text-color: inherit;
  --v-tag-background: transparent;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:hover {
  --v-teaser-background: var(--theme-color-2);
  --v-teaser-text-color: var(--primary-font-color);
  --v-teaser-border-color: inherit;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:hover img {
  scale: 1.1;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:hover {
  --v-teaser-title-link-text-color: var(--primary-font-color);
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:hover .cc-teaser-body-content .cc-teaser-title .cc-teaser-title-link {
  --v-teaser-title-link-underline-color: var(--primary-font-color);
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:hover .cc-teaser-meta-item::before {
  color: var(--primary-font-color);
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:hover .cc-teaser-meta-item-label-prefix::before {
  color: var(--primary-font-color);
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--calendar-event:hover .cc-tag {
  --v-tag-text-color: inherit;
  --v-tag-background: transparent;
  --v-tag-border-color: var(--primary-font-color);
}

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

.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: 0.75rem 1.5rem;
  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);
}

.cc-anchor--view-all,
.calendar-event-list-widget-footer-view-all-link {
  background-color: transparent;
  color: var(--primary-font-color);
  border: 2px solid var(--primary-font-color);
  border-radius: 32px;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.125rem;
  font-weight: var(--fw-regular);
}
.cc-anchor--view-all:hover,
.calendar-event-list-widget-footer-view-all-link:hover {
  background-color: var(--primary-font-color);
  border-color: var(--primary-font-color);
  outline: none;
  -webkit-box-shadow: inset 0 0 0 0px var(--primary-font-color);
          box-shadow: inset 0 0 0 0px var(--primary-font-color);
  color: var(--theme-color-1);
  font-weight: var(--fw-regular);
  box-shadow: inset 0 0 0 0px var(--primary-font-color);
}
.cc-anchor--view-all:hover:focus,
.calendar-event-list-widget-footer-view-all-link:hover:focus {
  color: var(--theme-color-1);
}

.client-content-widget--filtervisning--person .filtervisning-item-list {
  padding-top: 1rem;
}
.client-content-widget--filtervisning--person .shouldHaveSeparator {
  row-gap: 0;
}
.client-content-widget--filtervisning--person .shouldHaveSeparator .cc-grid-list-item:not(:first-child) {
  border-top: 1px solid #666;
}
.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;
}
.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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.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 {
  --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;
}
.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 .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--horizontal {
  --v-teaser-image-border-radius: 0 0 0 0;
}
.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: 400px) {
  .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: 400px) {
    .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: 400px) {
    .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: 400px) {
    .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 {
  --v-teaser-text-color: inherit;
  --v-teaser-background: ;
  --v-teaser-title-link-text-color: inherit;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-body-content .cc-heading .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 {
  --v-teaser-text-padding: 1.5rem;
}
.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.cc-teaser-meta-item--information {
  display: none;
}
.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: ;
  --v-teaser-text-color: inherit;
  --v-teaser-border-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 {
  --v-teaser-title-link-text-color: inherit;
}
.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;
}