@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;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;
}

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: #022C44;
  --yellow: #FFDC0A;
  --blue: #243c97;
  --lightblue: #D2EFEF;
  --darkblue: #005686;
  --off-white: #f0f0f4;
  --green: #cde9e3;
  --emergency-alert: #FBB416;
  --important-alert: #fbdc00;
  --regular-alert: #cde9e3;
  --primary-background-color: var(--off-white);
  --primary-font-color: var(--black);
  --primary-button-color: var(--yellow);
  --header-background-color: var(--yellow);
  --link-color-hover: var(--darkblue);
  --search-background-color: var(--yellow);
  --banner-travelplanner-background: var(--yellow);
  --banner-travelplanner-text-color: var(--primary-font-color);
  --top-menu-background-color: var(--darkblue);
  --top-menu-background-color-hover: var(--yellow);
  --focus-field-background-color-light-blue: var(--lightblue);
  --focus-field-title-color-light-blue: var(--black);
  --focus-field-text-color-light-blue: var(--black);
  --focus-field-background-color-dark-blue: var(--blue);
  --focus-field-title-color-dark-blue: var(--white);
  --focus-field-text-color-dark-blue: var(--white);
  --focus-field-background-color-white: var(--white);
  --focus-field-title-color-white: var(--black);
  --focus-field-text-color-white: var(--black);
  --latest-articles-card-background-color: var(--white);
  --latest-articles-view-all-button-background-color: var(--yellow);
  --latest-articles-view-all-button-background-color-hover: var(--darkblue);
  --back-to-top-button-background-color: var(--darkblue);
  --back-to-top-button-background-color-hover: var(--yellow);
  --footer-background-color: var(--yellow);
  --lower-footer-background-color: var(--darkblue);
  --breadcrumbs-background-color: var(--lightblue);
  --transportpage-banner-background-color: var(--lightblue);
  --transportpage-title-background-color: var(--lightblue);
  --transportpage-background-color: var(--focusbeige);
  --primary-block-background-color: var(--yellow);
  --secondary-block-border-color: var(--darkblue);
  --faq-text-color: var(--white);
  --faq-background-color: var(--yellow);
  --faq-background-color-hover: var(--darkblue);
  --tablehead-background-color: var(--darkblue);
  --tablerow-background-color: rgba(0, 122, 181, 0.25);
  --table-text-color: var(--black);
  --image-description-background-color: var(--beige);
  --feedback-background-color: var(--lightbeige);
  --contact-person-background-color: var(--yellow);
  --contact-person-text-color: var(--white);
  --v-focus-border-width: 4px;
  --v-focus-border-style: solid;
  --v-focus-primary-border-color: #fff;
  --v-focus-secondary-border-color: #000;
}

:root {
  --border-radius-button: 0.5rem;
  --border-radius-image: 0.5rem;
  --border-radius-card: 0.5rem;
  --border-radius-focus-field: 0.5rem;
  --border-radius-block: 0.5rem;
  --border-radius-faq: 0.5rem;
  --border-radius-table: 0.5rem;
  --border-radius-webform-input: 0.5rem;
  --border-radius-search: 0.5rem;
}

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

:focus {
  outline: 2px dashed transparent;
}

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

.menu-open .search-box-toggle {
  opacity: 0;
  pointer-events: none;
}

.search-open .wp-header-links {
  opacity: 0;
  pointer-events: none;
}
.search-open .main-menu-toggle {
  opacity: 0;
  pointer-events: none;
}

.lang-box-open .search-box-toggle {
  opacity: 0;
  pointer-events: none;
}
.lang-box-open .wp-header-links li:not(.lang-selector) {
  opacity: 0;
  pointer-events: none;
}
.lang-box-open .wp-header-links li.lang-selector {
  border-color: transparent !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(0, 0, 0, 0.9);
}
.menu-open .opacity-layer, .search-open .opacity-layer {
  display: block;
}
@media screen and (min-width: 1230px) {
  .menu-open .opacity-layer, .search-open .opacity-layer {
    display: none;
  }
}

.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: -5rem;
  left: 50%;
  z-index: 10;
}
.back-to-top-button-wrapper .back-to-top-button {
  cursor: pointer;
  background: var(--back-to-top-button-background-color);
  border-radius: 8px;
  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: 4rem;
  height: 4rem;
  position: relative;
  text-decoration: none;
  color: var(--white);
}
.back-to-top-button-wrapper .back-to-top-button:after {
  font-family: "remixicon";
  content: "\ea76";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 1.25rem;
}
@media screen and (min-width: 900px) {
  .back-to-top-button-wrapper .back-to-top-button:after {
    font-size: 1.5rem;
  }
}
.back-to-top-button-wrapper .back-to-top-button span {
  display: none;
}
.back-to-top-button-wrapper .back-to-top-button:hover, .back-to-top-button-wrapper .back-to-top-button:focus {
  background: var(--back-to-top-button-background-color-hover);
}

.breadcrumbs {
  padding-top: 2rem;
}

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

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

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

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--footer-background-color);
  min-height: 23.875rem;
  color: #fff;
  position: relative;
  margin-top: 10rem;
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
}

.footer-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -3rem;
}
@media screen and (min-width: 900px) {
  .footer-columns {
    margin-left: -1rem;
  }
}
@media screen and (min-width: 1230px) {
  .footer-columns {
    margin-left: -1rem;
    margin-top: -1rem;
  }
}
.footer-columns .footer-column {
  width: 100%;
  margin-top: 3rem;
}
@media screen and (min-width: 900px) {
  .footer-columns .footer-column {
    width: calc(50% - 1rem);
    margin-left: 1rem;
  }
}
@media screen and (min-width: 1230px) {
  .footer-columns .footer-column {
    width: calc(25% - 1rem);
    margin-left: 1rem;
    margin-top: 1rem;
  }
}

.footer-bottom-some {
  width: 100%;
  color: #fff;
}

.header {
  background-color: var(--header-background-color);
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0 34px 9px 0 rgba(0, 0, 0, 0.01), 0 22px 9px 0 rgba(0, 0, 0, 0.02), 0 12px 7px 0 rgba(0, 0, 0, 0.09), 0 5px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 34px 9px 0 rgba(0, 0, 0, 0.01), 0 22px 9px 0 rgba(0, 0, 0, 0.02), 0 12px 7px 0 rgba(0, 0, 0, 0.09), 0 5px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  z-index: 52;
}

.header-inner {
  min-height: 57px;
  height: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

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

.header-right {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-logo a {
  display: block;
}
.header-logo img {
  height: 26px;
}

.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: 1230px) {
  .header-navigation-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header-navigation-links + .header-navigation-toggles {
  margin-left: 1.25rem;
}

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

.main-menu-toggle-wrapper,
.search-box-toggle-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-menu-toggle-wrapper + .main-menu-toggle-wrapper,
.search-box-toggle-wrapper + .main-menu-toggle-wrapper {
  margin-left: 1.5rem;
}

.main-menu-toggle,
.search-box-toggle {
  font-size: 0.9375rem;
  color: var(--primary-font-color);
  cursor: pointer;
  border: 0;
  padding: 0;
  background-color: transparent;
}
@media screen and (min-width: 900px) {
  .main-menu-toggle,
  .search-box-toggle {
    font-size: 1rem;
  }
}

.main-menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  -webkit-transition: opacity 0.45s;
  transition: opacity 0.45s;
}
.main-menu-toggle::after {
  font-family: "remixicon";
  content: "\ef3b";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 1.5rem;
  margin-left: 0rem;
}
.main-menu-toggle.open::after {
  font-family: "remixicon";
  content: "\eb96";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-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;
}
.main-menu-toggle span {
  display: none;
}
@media screen and (min-width: 1230px) {
  .main-menu-toggle {
    display: none;
  }
  .main-menu-toggle::after {
    margin-left: 0.5rem;
  }
  .main-menu-toggle span {
    display: block;
  }
}

.search-box-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  padding-block: 0.5rem;
  border-bottom: 1px solid transparent;
  -webkit-transition: opacity 0.45s;
  transition: opacity 0.45s;
}
.search-box-toggle::after {
  font-family: "remixicon";
  content: "\f0cd";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 1.5rem;
  margin-left: 0rem;
}
.search-box-toggle.open::after {
  font-family: "remixicon";
  content: "\eb96";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 1.5rem;
}
.search-box-toggle span {
  display: none;
}
@media screen and (min-width: 1230px) {
  .search-box-toggle:hover, .search-box-toggle:focus {
    border-color: currentColor;
  }
  .search-box-toggle::after {
    margin-left: 0.5rem;
    font-size: 1rem;
  }
  .search-box-toggle.open::after {
    font-size: 1rem;
  }
  .search-box-toggle span {
    display: block;
    line-height: 1;
  }
}

[lang=en] .hide-en {
  display: none;
}

[lang=nn] .hide-no {
  display: none;
}

.main-menu {
  padding: 0;
  width: 100%;
  height: 0;
  min-height: 0;
  -webkit-transition: height 0.45s;
  transition: height 0.45s;
  z-index: 100;
  background-color: var(--yellow);
  color: var(--primary-font-color);
  overflow: auto;
}
.main-menu .main-menu-inner {
  position: relative;
}
.main-menu .main-menu-inner .zone {
  padding-top: 4rem;
}
.main-menu .main-menu-inner .zone .webPart + .webPart {
  margin-top: 3rem;
}
.main-menu.open {
  background-color: var(--yellow);
}
.main-menu.open, .designMode .main-menu {
  height: 100vh;
  min-height: 100%;
}
.designMode .main-menu {
  min-height: 800px;
  height: 800px;
}

.search-box {
  padding: 0;
  width: 100%;
  height: 0;
  z-index: 51;
  position: relative;
  background-color: var(--search-background-color);
  overflow: hidden;
  border-radius: 0 0 48px 48px;
  -webkit-transition: height 0.35s;
  transition: height 0.35s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-box .search-box-inner {
  max-width: 705px;
  margin: 0 auto;
}
.search-box .search-box-inner .zone .webPart + .webPart {
  margin-top: 2rem;
  padding-top: 2rem;
}
.search-box .search-box-inner .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%;
}
.search-box .search-box-inner .wp-search .webPartTittel {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--primary-font-color);
}
@media screen and (min-width: 900px) {
  .search-box .search-box-inner .wp-search .webPartTittel {
    font-size: 2.25rem;
  }
}
.search-box .search-box-inner .wp-search .webPartTittel + .webPartInnhold {
  margin-top: 1rem;
}
.search-box .search-box-inner .wp-search input[type=text] {
  border: 2px solid var(--black);
  border-radius: var(--border-radius-search);
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  background-color: var(--white);
  color: var(--black);
  padding: 1.15rem 1rem;
  -webkit-transition: width 0.25s ease-in-out;
  transition: width 0.25s ease-in-out;
}
.search-box .search-box-inner .wp-search input[type=text]::-webkit-input-placeholder {
  font-size: 0.9375rem;
  color: var(--black);
  opacity: 1;
}
.search-box .search-box-inner .wp-search input[type=text]::-moz-placeholder {
  font-size: 0.9375rem;
  color: var(--black);
  opacity: 1;
}
.search-box .search-box-inner .wp-search input[type=text]:-ms-input-placeholder {
  font-size: 0.9375rem;
  color: var(--black);
  opacity: 1;
}
.search-box .search-box-inner .wp-search input[type=text]::-ms-input-placeholder {
  font-size: 0.9375rem;
  color: var(--black);
  opacity: 1;
}
.search-box .search-box-inner .wp-search input[type=text]::placeholder {
  font-size: 0.9375rem;
  color: var(--black);
  opacity: 1;
}
@media screen and (min-width: 900px) {
  .search-box .search-box-inner .wp-search input[type=text]::-webkit-input-placeholder {
    font-size: 1rem;
  }
  .search-box .search-box-inner .wp-search input[type=text]::-moz-placeholder {
    font-size: 1rem;
  }
  .search-box .search-box-inner .wp-search input[type=text]:-ms-input-placeholder {
    font-size: 1rem;
  }
  .search-box .search-box-inner .wp-search input[type=text]::-ms-input-placeholder {
    font-size: 1rem;
  }
  .search-box .search-box-inner .wp-search input[type=text]::placeholder {
    font-size: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .search-box .search-box-inner .wp-search input[type=text] {
    padding: 1.15rem 2.5rem;
  }
}
.search-box .search-box-inner .wp-search input[type=submit] {
  margin: 0 0 0 0.7rem;
  font-weight: 600;
  font-size: 1.25rem;
  border: 2px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  cursor: pointer;
  border-radius: var(--border-radius-button);
}
.search-box .search-box-inner .wp-search input[type=submit]:hover, .search-box .search-box-inner .wp-search input[type=submit]:focus {
  background-color: var(--blue);
}
.search-box.open, .designMode .search-box {
  height: 430px;
}

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

.lang-box {
  padding: 0 1rem;
  width: 100%;
  height: 0;
  z-index: 51;
  position: relative;
  background-color: var(--search-background-color);
  overflow: hidden;
  border-radius: 0 0 48px 48px;
  -webkit-transition: height 0.35s, visibility 0s;
  transition: height 0.35s, visibility 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lang-box .lang-box-inner {
  max-width: 705px;
  margin: 0 auto;
}
.lang-box .lang-box-inner .zone .webPart + .webPart {
  margin-top: 2rem;
  padding-top: 2rem;
}
.lang-box.open, .designMode .lang-box {
  height: 430px;
}

.frontpage .frontpage-top-section .frontpage-top-section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: relative;
  min-height: 600px;
  padding: 2rem;
}
@media screen and (min-width: 900px) {
  .frontpage .frontpage-top-section .frontpage-top-section-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.frontpage .frontpage-top-section .frontpage-top-section-inner .frontpage-top-section-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .frontpage .frontpage-top-section .frontpage-top-section-inner .frontpage-top-section-left {
    width: calc(100% - 511px - 2rem);
  }
}
.frontpage .frontpage-top-section .frontpage-top-section-inner .frontpage-top-section-left + .frontpage-top-section-right {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 900px) {
  .frontpage .frontpage-top-section .frontpage-top-section-inner .frontpage-top-section-left + .frontpage-top-section-right {
    margin-bottom: 0;
  }
}
.frontpage .frontpage-top-section .frontpage-top-section-inner .frontpage-top-section-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .frontpage .frontpage-top-section .frontpage-top-section-inner .frontpage-top-section-right {
    width: 511px;
  }
}
.frontpage .frontpage-top-section .frontpage-top-section-inner .frontpage-top-section-right .zone {
  width: 100%;
  position: relative;
  z-index: 20;
  background-color: var(--banner-travelplanner-background);
  color: var(--banner-travelplanner-text-color);
  padding: 2rem;
  border-radius: 48px;
}
@media screen and (min-width: 600px) {
  .frontpage .frontpage-top-section .frontpage-top-section-inner .frontpage-top-section-right .zone {
    padding: 3rem;
  }
}
@media screen and (min-width: 900px) {
  .frontpage .frontpage-top-section .frontpage-top-section-inner .frontpage-top-section-right .zone {
    border-radius: 16px 16px 48px 16px;
    padding: 2rem;
  }
}
@media screen and (min-width: 1230px) {
  .frontpage .frontpage-top-section .frontpage-top-section-inner .frontpage-top-section-right .zone {
    padding: 3rem;
  }
}
.frontpage .frontpage-top-section .frontpage-top-section-inner .frontpage-top-section-right .zone .webPart + .webPart {
  margin-top: 1.5rem;
}

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

.subpage .main-area {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.subpage .main-area .main-area-inner {
  width: 90%;
}
@media screen and (min-width: 600px) {
  .subpage .main-area .main-area-inner {
    width: 100%;
  }
}

.js-content-title {
  color: var(--darkblue);
}

.transportpage .wp-page-title {
  color: var(--darkblue);
}
.transportpage .breadcrumbs + * {
  margin-top: 2rem;
}
.transportpage .breadcrumbs + .sub-navigation {
  margin-top: 2rem;
}
.transportpage .page-title + * {
  margin-top: 1.5rem;
}
.transportpage .sub-navigation + * {
  margin-top: 3rem;
}
.transportpage main + .global-bottom-container {
  margin-top: 3rem;
}

body .legacy-content-block-wrapper {
  margin: 0;
}
body .legacy-content-block-wrapper[data-style=primary] > .legacy-content-block {
  background-color: var(--primary-block-background-color);
  border-radius: var(--border-radius-block);
  color: var(--white);
}
body .legacy-content-block-wrapper[data-style=primary] > .legacy-content-block .il-heading {
  color: var(--white);
}
body .legacy-content-block-wrapper[data-style=secondary] > .legacy-content-block {
  border-color: var(--secondary-block-border-color);
  border-radius: var(--border-radius-block);
  color: var(--darkblue);
}
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;
}

.cc-block:where(.u-is-designed) .cc-block-title--2 {
  font-size: var(--v-global-heading-2-font-size);
  font-weight: var(--v-global-heading-2-font-weight);
  line-height: var(--v-global-heading-2-line-height);
  --v-global-heading-2-font-size: 30px;
  --v-global-heading-2-font-weight: 500;
  --v-global-heading-2-line-height: 1.4;
}

blockquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
blockquote p {
  background-color: var(--darkblue);
  color: var(--white);
  padding: 2rem;
  border-radius: var(--border-radius-block);
}
blockquote::before {
  font-family: "remixicon";
  content: "\ec51";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 2.25rem;
  margin-right: 0.5rem;
  color: var(--darkblue);
}
@media screen and (min-width: 900px) {
  blockquote::before {
    font-size: 3rem;
  }
}

body .faqWrapper .divFaqOverskrift {
  font-weight: 600;
  color: var(--darkblue);
  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.25rem;
  font-weight: 600;
  background-color: var(--faq-background-color);
  border: none;
  border-radius: var(--border-radius-faq);
  cursor: pointer;
  color: var(--faq-text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  padding: 0.25rem 0.25rem 0.25rem 1.25rem;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 900px) {
  body .faqWrapper .divFaqSporsmal button {
    font-size: 1.5rem;
  }
}
@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::after {
  font-family: "remixicon";
  content: "\ea4c";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  padding: 0.65rem;
  margin-left: 1rem;
}
body .faqWrapper .divFaqSporsmal button:hover {
  background-color: var(--faq-background-color-hover);
}
body .faqWrapper .divFaqSporsmal.open {
  margin-bottom: 0;
}
body .faqWrapper .divFaqSporsmal.open button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
body .faqWrapper .divFaqSporsmal.open button::after {
  content: "\ea76";
}
body .faqWrapper .divFaqSporsmal.open button:hover {
  background-color: var(--faq-background-color-hover);
}
body .faqWrapper .divFaqSvar {
  padding: 1.75rem;
  border: 2px solid var(--yellow);
  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 > * + * {
  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.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: 600;
  color: var(--darkblue);
}

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: 1230px) {
  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: 1230px) {
  h2.il-heading--h2 {
    font-size: 2.25rem;
  }
}

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: 1230px) {
  h3.il-heading--h3 {
    font-size: 1.75rem;
  }
}

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: 1230px) {
  h4.il-heading--h4 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

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: 1230px) {
  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: 1230px) {
  h6.il-heading--h6 {
    font-size: 1rem;
  }
}

.InnholdLinkTekst:not(.link-render-as-button) {
  font-weight: 400;
  color: var(--darkblue);
  -webkit-box-shadow: 0 1px 0 0 var(--darkblue);
          box-shadow: 0 1px 0 0 var(--darkblue);
  text-decoration: none;
}
.InnholdLinkTekst:not(.link-render-as-button):hover {
  background-color: var(--darkblue);
  color: var(--white);
}
.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;
}
footer .InnholdLinkTekst:not(.link-render-as-button) {
  color: var(--white);
  -webkit-box-shadow: 0 1px 0 0 var(--white);
          box-shadow: 0 1px 0 0 var(--white);
}
footer .InnholdLinkTekst:not(.link-render-as-button):hover {
  background-color: var(--transparent);
  -webkit-box-shadow: 0 2px 0 0 var(--white);
          box-shadow: 0 2px 0 0 var(--white);
}

body a[href].link-render-as-button.link-render-as-button,
.il-custom-button {
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: var(--border-radius-button);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 1rem 2rem;
  border: 2px solid;
  cursor: pointer;
  color: var(--white);
  background-color: var(--black);
  border-color: var(--black);
}
@media screen and (min-width: 900px) {
  body a[href].link-render-as-button.link-render-as-button,
  .il-custom-button {
    font-size: 1.25rem;
  }
}
body a[href].link-render-as-button.link-render-as-button.external[href^=http]:after,
.il-custom-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:hover, body a[href].link-render-as-button.link-render-as-button:focus,
.il-custom-button:hover,
.il-custom-button:focus {
  background-color: var(--blue);
}

.guidancewizard-widget .bc-guidancewizard-base .bc-heading--h2, .guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-guidance-wizard-title {
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1.4;
}
@media screen and (min-width: 900px) {
  .guidancewizard-widget .bc-guidancewizard-base .bc-heading--h2, .guidancewizard-widget .bc-guidancewizard-base .bc-guidancewizard-guidance-wizard-title {
    font-size: 1.875rem;
  }
}

.liste {
  width: 100%;
}
.liste .InnholdTabellCaption,
.liste .InnholdTekst {
  padding: 0;
  display: block;
}
.liste .InnholdTabellCaption {
  font-weight: 600;
  color: var(--darkblue);
}
.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(--white);
  font-size: 1.125rem;
  font-weight: 600;
}
@media screen and (min-width: 900px) {
  .il-table__head .tablesorter-header {
    font-size: 1.25rem;
  }
}

:root {
  --webform-title-font-size: 1rem;
  --webform-label-font-size: 1rem;
  --webform-button-text-size: 1rem;
  --webform-background-color: var(--white);
  --webform-border-color: var(--black);
  --webform-button-background-color: var(--black);
  --webform-button-border-color: var(--black);
  --webform-button-text-color: var(--white);
  --webform-input-field-background-color: var(--white);
  --webform-title-color: var(--black);
  --webform-background-border-radius: 0px;
  --webform-button-border-radius: 0px;
  --webform-input-border-radius: 8px;
  --webform-border-width: 1px;
  --webform-background-padding-mobile: 0rem;
  --webform-background-padding: 0rem;
}

.webskjema-widget {
  --bc-c-border-input: var(--webform-border-color);
  --bc-input-border-width: var(--webform-border-width);
  --bc-c-action-primary: var(--webform-button-background-color);
  --bc-c-action-primary-border: var(--webform-button-border-color);
  --bc-c-action-primary-foreground: var(--webform-button-text-color);
  --bc-border-radius: var(--webform-button-border-radius);
  padding: var(--webform-background-padding-mobile);
  background-color: var(--webform-background-color);
  border-radius: var(--webform-background-border-radius);
}
@media screen and (min-width: 900px) {
  .webskjema-widget {
    padding: var(--webform-background-padding);
  }
}
.webskjema-widget .bc-heading {
  margin-bottom: 1rem;
  font-size: var(--webform-title-font-size);
  font-weight: 600;
  color: var(--webform-title-color);
}
.webskjema-widget .bc-content-input-label,
.webskjema-widget .bc-content-textarea-label,
.webskjema-widget .bc-select-label,
.webskjema-widget .bc-checkboxgroup-label,
.webskjema-widget .bc-radiogroup-label,
.webskjema-widget .bc-singledatepicker-label {
  color: var(--webform-title-color);
  font-size: var(--webform-label-font-size);
  font-weight: 600 !important;
}
.webskjema-widget input,
.webskjema-widget textarea {
  border-radius: var(--webform-input-border-radius);
}
.webskjema-widget .button-container {
  --bc-background-color: var(--webform-input-field-background-color);
}
.webskjema-widget .button-container button {
  border: 2px solid var(--webform-border-color);
  border-radius: var(--webform-input-border-radius);
}
.webskjema-widget .bc-content-input .bc-content-input-container input {
  background-color: var(--webform-input-field-background-color);
}
.webskjema-widget .bc-content-textarea .bc-content-textarea-content {
  background-color: var(--webform-input-field-background-color);
}
.webskjema-widget .bc-content-form-checkbox-container {
  --bc-background-color: var(--transparent);
}
.webskjema-widget .bc-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.webskjema-widget .bc-content-button {
  padding: 1rem 2rem;
}
.webskjema-widget .bc-content-button .bc-content-button-text {
  font-size: var(--webform-button-text-size);
  font-weight: 600;
}
.webskjema-widget .checkbox-module__base_61-5_OXQdT label {
  line-height: 1.5;
}

:root {
  --webform-title-font-size: 1.75rem;
  --webform-label-font-size: 1.25rem;
  --webform-button-text-size: 1.125rem;
  --webform-background-color: var(--transparent);
  --webform-border-color: var(--darkblue);
  --webform-button-background-color: var(--darkblue);
  --webform-button-border-color: var(--darkblue);
  --webform-button-text-color: var(--white);
  --webform-input-field-background-color: var(--transparent);
  --webform-title-color: var(--darkblue);
  --webform-background-border-radius: var(--border-radius-webform-background);
  --webform-button-border-radius: var(--border-radius-button);
  --webform-input-border-radius: var(--border-radius-webform-input);
  --webform-border-width: 2px;
  --webform-background-padding-mobile: 1rem;
  --webform-background-padding: 0rem;
}

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

.artikkel header h1 {
  font-weight: 600;
  color: var(--darkblue);
  font-size: 2.25rem;
  line-height: 1.5;
}
@media screen and (min-width: 900px) {
  .artikkel header h1 {
    font-size: 3rem;
  }
}
.artikkel header h2 {
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.5;
}
@media screen and (min-width: 900px) {
  .artikkel header h2 {
    font-size: 2.25rem;
  }
}
.artikkel header h3 {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.5;
}
@media screen and (min-width: 900px) {
  .artikkel header h3 {
    font-size: 1.75rem;
  }
}
.artikkel header + .ingress {
  margin-top: 0.75em;
}
.artikkel header + .tekst {
  margin-top: 1em;
}
.artikkel header + * {
  margin-top: 1.5em;
}
.artikkel .ingress {
  font-size: 1.25rem;
  font-weight: 600;
}
.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 + * {
  margin-top: 1.75em;
}
.artikkel .tekst {
  font-size: 1rem;
}
.artikkel .tekst > * + * {
  margin-top: 1.25em;
}
.artikkel .tekst > * + h1, .artikkel .tekst > * + h2, .artikkel .tekst > * + h3, .artikkel .tekst > * + h4, .artikkel .tekst > * + h5, .artikkel .tekst > * + h6 {
  margin-top: 1.5em;
}
.artikkel .tekst > h1 + *, .artikkel .tekst > h2 + *, .artikkel .tekst > h3 + * {
  margin-top: 0.75em;
}
.artikkel .tekst > h4 + *, .artikkel .tekst > h5 + *, .artikkel .tekst > h6 + * {
  margin-top: 0.375em;
}
.artikkel .tekst > .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;
}
@media screen and (min-width: 900px) {
  .artikkel .tekst {
    font-size: 1.063rem;
  }
}
@media screen and (min-width: 1230px) {
  .artikkel .tekst {
    font-size: 1.125rem;
  }
}
.artikkel img {
  border-radius: var(--border-radius-image);
}
.artikkel .beskrivelse {
  padding: 1rem 0;
  border-bottom: 1px solid var(--darkblue);
}
.artikkel .beskrivelse span {
  font-style: normal;
  font-size: 16px;
}
.artikkel .fotograf {
  padding: 1rem 0;
}
.artikkel .fotograf .fotografText {
  background: none;
  text-indent: 0;
}
.artikkel .fotograf .fotografText::before {
  content: "Foto: ";
}
.artikkel .bc-carousel-caption {
  background-color: var(--transparent) !important;
  color: var(--black) !important;
}
.artikkel .indicators-module__indicator-item_61-9_o6vI8 {
  border: 2px solid var(--darkblue) !important;
}
.artikkel .file-gallery-title {
  color: var(--darkblue);
}

.ac-content-teaser-title {
  margin-bottom: 0.5rem !important;
}

.ArtikkelKategoriOverskrift {
  font-weight: 600;
  color: var(--darkblue);
  line-height: 1.25;
}
@media screen and (min-width: 900px) {
  .ArtikkelKategoriOverskrift {
    line-height: 1.125;
  }
}
@media screen and (min-width: 1230px) {
  .ArtikkelKategoriOverskrift {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1230px) and (min-width: 900px) {
  .ArtikkelKategoriOverskrift {
    font-size: 3rem;
  }
}
.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: 1230px) {
  .byline {
    font-size: 1rem;
  }
}
.byline .byline__published > * {
  display: inline-block;
  margin-right: 0.5rem;
}

.wp-area-message-global .area-message-list-item .area-message-list-item__text {
  width: 90%;
  max-width: 1196px;
  margin-inline: auto;
  padding: 3rem 0;
}
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__title h2 {
  font-size: 1.1875rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (min-width: 900px) {
  .wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__title h2 {
    font-size: 1.375rem;
  }
}
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__title h2::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;
  margin-right: 0.75rem;
  font-size: 2rem;
}
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__title + .area-message-list-item__content {
  margin-top: 1rem;
}
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content {
  font-size: 1rem;
  font-weight: 400;
}
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content > * + * {
  margin-top: 1.25em;
}
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content > * + h1, .wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content > * + h2, .wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content > * + h3, .wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content > * + h4, .wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content > * + h5, .wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content > * + h6 {
  margin-top: 1.5em;
}
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content > h1 + *, .wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content > h2 + *, .wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content > h3 + * {
  margin-top: 0.75em;
}
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content > h4 + *, .wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content > h5 + *, .wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content > h6 + * {
  margin-top: 0.375em;
}
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content > .il-ul .il-li + .il-li,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content > .il-ul .il-li > .il-ul,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content > .il-ul .il-li > .il-ol, .wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content > .il-ol .il-li + .il-li,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content > .il-ol .il-li > .il-ul,
.wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content > .il-ol .il-li > .il-ol {
  margin-top: 0.5em;
}
@media screen and (min-width: 900px) {
  .wp-area-message-global .area-message-list-item .area-message-list-item__text .area-message-list-item__content {
    font-size: 1.125rem;
  }
}
.wp-area-message-global .InnholdLinkTekst:not(.link-render-as-button) {
  font-weight: 400;
  color: var(--black);
  -webkit-box-shadow: 0 1px 0 0 var(--black);
          box-shadow: 0 1px 0 0 var(--black);
  text-decoration: none;
}
.wp-area-message-global .InnholdLinkTekst:not(.link-render-as-button)::after {
  margin-left: 0.25rem;
  font-family: "remixicon";
  content: "\ea6c";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 16px;
}
.wp-area-message-global .InnholdLinkTekst:not(.link-render-as-button):hover {
  background-color: var(--transparent);
  -webkit-box-shadow: 0 2px 0 0 var(--black);
          box-shadow: 0 2px 0 0 var(--black);
  color: var(--black);
}
.wp-area-message-global .InnholdLinkTekst:not(.link-render-as-button).external[href^=http]::after {
  margin-left: 0.25rem;
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.wp-area-message-local {
  margin-bottom: 3rem;
}
.wp-area-message-local .area-message-list-item {
  width: 90%;
  max-width: 1196px;
  margin-inline: auto;
  border-radius: var(--border-radius-block);
}
.wp-area-message-local .area-message-list-item .area-message__text {
  padding: 3rem;
}
.wp-area-message-local .area-message-list-item .area-message__text .area-message__title h2 {
  font-size: 1.1875rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (min-width: 900px) {
  .wp-area-message-local .area-message-list-item .area-message__text .area-message__title h2 {
    font-size: 1.375rem;
  }
}
.wp-area-message-local .area-message-list-item .area-message__text .area-message__title h2::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;
  margin-right: 0.75rem;
  font-size: 2rem;
}
.wp-area-message-local .area-message-list-item .area-message__text .area-message__title + .area-message__content {
  margin-top: 1rem;
}
.wp-area-message-local .area-message-list-item .area-message__text .area-message__content {
  font-size: 1rem;
  font-weight: 400;
}
.wp-area-message-local .area-message-list-item .area-message__text .area-message__content > * + * {
  margin-top: 1.25em;
}
.wp-area-message-local .area-message-list-item .area-message__text .area-message__content > * + h1, .wp-area-message-local .area-message-list-item .area-message__text .area-message__content > * + h2, .wp-area-message-local .area-message-list-item .area-message__text .area-message__content > * + h3, .wp-area-message-local .area-message-list-item .area-message__text .area-message__content > * + h4, .wp-area-message-local .area-message-list-item .area-message__text .area-message__content > * + h5, .wp-area-message-local .area-message-list-item .area-message__text .area-message__content > * + h6 {
  margin-top: 1.5em;
}
.wp-area-message-local .area-message-list-item .area-message__text .area-message__content > h1 + *, .wp-area-message-local .area-message-list-item .area-message__text .area-message__content > h2 + *, .wp-area-message-local .area-message-list-item .area-message__text .area-message__content > h3 + * {
  margin-top: 0.75em;
}
.wp-area-message-local .area-message-list-item .area-message__text .area-message__content > h4 + *, .wp-area-message-local .area-message-list-item .area-message__text .area-message__content > h5 + *, .wp-area-message-local .area-message-list-item .area-message__text .area-message__content > h6 + * {
  margin-top: 0.375em;
}
.wp-area-message-local .area-message-list-item .area-message__text .area-message__content > .il-ul .il-li + .il-li,
.wp-area-message-local .area-message-list-item .area-message__text .area-message__content > .il-ul .il-li > .il-ul,
.wp-area-message-local .area-message-list-item .area-message__text .area-message__content > .il-ul .il-li > .il-ol, .wp-area-message-local .area-message-list-item .area-message__text .area-message__content > .il-ol .il-li + .il-li,
.wp-area-message-local .area-message-list-item .area-message__text .area-message__content > .il-ol .il-li > .il-ul,
.wp-area-message-local .area-message-list-item .area-message__text .area-message__content > .il-ol .il-li > .il-ol {
  margin-top: 0.5em;
}
@media screen and (min-width: 900px) {
  .wp-area-message-local .area-message-list-item .area-message__text .area-message__content {
    font-size: 1.125rem;
  }
}
.wp-area-message-local .InnholdLinkTekst:not(.link-render-as-button) {
  font-weight: 400;
  color: var(--black);
  -webkit-box-shadow: 0 1px 0 0 var(--black);
          box-shadow: 0 1px 0 0 var(--black);
  text-decoration: none;
}
.wp-area-message-local .InnholdLinkTekst:not(.link-render-as-button):after {
  margin-left: 0.25rem;
  font-family: "remixicon";
  content: "\ea6c";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 16px;
}
.wp-area-message-local .InnholdLinkTekst:not(.link-render-as-button):hover {
  background-color: var(--transparent);
  -webkit-box-shadow: 0 2px 0 0 var(--black);
          box-shadow: 0 2px 0 0 var(--black);
  color: var(--black);
}
.wp-area-message-local .InnholdLinkTekst:not(.link-render-as-button).external[href^=http]:after {
  margin-left: 0.25rem;
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}

.wp-area-message-global .area-message-list-item.emergency,
.wp-area-message-local .area-message-list-item.emergency {
  background-color: var(--emergency-alert);
  color: var(--black);
}
.wp-area-message-global .area-message-list-item.important,
.wp-area-message-local .area-message-list-item.important {
  background-color: var(--important-alert);
  color: var(--black);
}
.wp-area-message-global .area-message-list-item.regular,
.wp-area-message-local .area-message-list-item.regular {
  background-color: var(--regular-alert);
  color: var(--black);
}

.wp-custom-box-footer .webPartTittel {
  font-size: 1.25rem;
  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;
}

#allSitemaps h2 {
  color: var(--darkblue);
}

.main-content h1 {
  font-size: 2.25rem;
  font-weight: 600;
  color: var(--darkblue);
}
@media screen and (min-width: 900px) {
  .main-content h1 {
    font-size: 3rem;
  }
}

.guidancewizard-widget .bc-guidancewizard-guidance-wizard-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--darkblue);
  line-height: 1.5;
}
@media screen and (min-width: 900px) {
  .guidancewizard-widget .bc-guidancewizard-guidance-wizard-title {
    font-size: 1.75rem;
  }
}
.guidancewizard-widget .bc-guidancewizard-step-title-text {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--darkblue);
  line-height: 1.5;
}
@media screen and (min-width: 900px) {
  .guidancewizard-widget .bc-guidancewizard-step-title-text {
    font-size: 1.75rem;
  }
}
.guidancewizard-widget .bc-guidancewizard-guidancewizard-step-content::before {
  background-color: var(--off-white);
  border-color: var(--darkblue);
  color: var(--darkblue);
}
.guidancewizard-widget .bc-guidancewizard-step-choice-wrapper {
  border-bottom: 0.125rem solid var(--darkblue);
}
.guidancewizard-widget .bc-guidancewizard-step-choice-wrapper::after {
  border-left: 0.125rem solid var(--darkblue) !important;
}
.guidancewizard-widget .bc-guidancewizard-step-navigation button {
  border-radius: var(--border-radius-button);
}
.guidancewizard-widget .bc-guidancewizard-step-navigation::after {
  border-color: var(--darkblue);
}
.guidancewizard-widget .radio-module__base_511-8_uJZgS label > input[type=radio] + div {
  border-color: var(--darkblue);
}

.wp-travelplanner .travel-planner-form .travel-planner-form-group .travel-planner-form-field .travel-planner-form-field-label {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.wp-travelplanner .travel-planner-form .travel-planner-form-group .travel-planner-form-field + .travel-planner-form-field {
  margin-top: 1rem;
}
.wp-travelplanner .travel-planner-form .travel-planner-form-group--from-to {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.wp-travelplanner .travel-planner-form .travel-planner-form-group--from-to .travel-planner-form-field {
  width: 100%;
  margin-right: 0;
}
.wp-travelplanner .travel-planner-form .travel-planner-form-group--from-to .travel-planner-form-field input {
  font-size: 1rem;
  font-weight: 400;
  border-radius: 8px;
  border: 1px solid var(--black);
  padding: 1rem;
  color: var(--primary-font-color);
  width: 100%;
}
@media screen and (min-width: 900px) {
  .wp-travelplanner .travel-planner-form .travel-planner-form-group--from-to .travel-planner-form-field input {
    font-size: 1.125rem;
  }
}
.wp-travelplanner .travel-planner-form .travel-planner-form-group--from-to .travel-planner-form-field input::-webkit-input-placeholder {
  color: var(--primary-font-color);
  opacity: 1;
}
.wp-travelplanner .travel-planner-form .travel-planner-form-group--from-to .travel-planner-form-field input::-moz-placeholder {
  color: var(--primary-font-color);
  opacity: 1;
}
.wp-travelplanner .travel-planner-form .travel-planner-form-group--from-to .travel-planner-form-field input:-ms-input-placeholder {
  color: var(--primary-font-color);
  opacity: 1;
}
.wp-travelplanner .travel-planner-form .travel-planner-form-group--from-to .travel-planner-form-field input::-ms-input-placeholder {
  color: var(--primary-font-color);
  opacity: 1;
}
.wp-travelplanner .travel-planner-form .travel-planner-form-group--from-to .travel-planner-form-field input::placeholder {
  color: var(--primary-font-color);
  opacity: 1;
}
.wp-travelplanner .travel-planner-form .travel-planner-form-group--search {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.wp-travelplanner .travel-planner-form .travel-planner-form-group--search .travel-planner-form-field-search-button {
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: var(--border-radius-button);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 1rem 2rem;
  border: 2px solid;
  cursor: pointer;
  color: var(--white);
  background-color: var(--black);
  border-color: var(--black);
}
@media screen and (min-width: 900px) {
  .wp-travelplanner .travel-planner-form .travel-planner-form-group--search .travel-planner-form-field-search-button {
    font-size: 1.25rem;
  }
}
.wp-travelplanner .travel-planner-form .travel-planner-form-group--search .travel-planner-form-field-search-button.external[href^=http]:after {
  margin-left: 0.25rem;
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}
.wp-travelplanner .travel-planner-form .travel-planner-form-group--search .travel-planner-form-field-search-button:hover, .wp-travelplanner .travel-planner-form .travel-planner-form-group--search .travel-planner-form-field-search-button:focus {
  background-color: var(--blue);
}

.wp-feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
}
.wp-feedback .il-feedback-form,
.wp-feedback .tilbakemelding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wp-feedback .il-feedback-form-heading,
.wp-feedback .fantDuLabel {
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (min-width: 900px) {
  .wp-feedback .il-feedback-form-heading,
  .wp-feedback .fantDuLabel {
    font-size: 1.375rem;
    font-weight: 600;
  }
}
.wp-feedback .il-feedback-form-heading + .il-feedback-form-options, .wp-feedback .il-feedback-form-heading + .fantDuDetDuLetteEtter,
.wp-feedback .fantDuLabel + .il-feedback-form-options,
.wp-feedback .fantDuLabel + .fantDuDetDuLetteEtter {
  margin-top: 1rem;
}
.wp-feedback .il-feedback-form-options,
.wp-feedback .fantDuDetDuLetteEtter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-feedback .il-feedback-form-options .il-feedback-form-option,
.wp-feedback .fantDuDetDuLetteEtter .il-feedback-form-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3rem;
}
.wp-feedback .il-feedback-form-options .il-feedback-form-option .il-feedback-form-button,
.wp-feedback .fantDuDetDuLetteEtter .il-feedback-form-option .il-feedback-form-button {
  color: var(--black);
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  width: initial;
  height: initial;
  font-size: 1.125rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid transparent;
  border-radius: 0;
}
.wp-feedback .il-feedback-form-options .il-feedback-form-option .il-feedback-form-button::after,
.wp-feedback .fantDuDetDuLetteEtter .il-feedback-form-option .il-feedback-form-button::after {
  margin-left: 0.25rem;
}
@media screen and (min-width: 900px) {
  .wp-feedback .il-feedback-form-options .il-feedback-form-option .il-feedback-form-button,
  .wp-feedback .fantDuDetDuLetteEtter .il-feedback-form-option .il-feedback-form-button {
    font-size: 1.25rem;
  }
}
.wp-feedback .il-feedback-form-options .il-feedback-form-option .il-feedback-form-button:hover,
.wp-feedback .fantDuDetDuLetteEtter .il-feedback-form-option .il-feedback-form-button:hover {
  border-color: var(--black);
}
.wp-feedback .il-feedback-form-options .il-feedback-form-option .il-feedback-form-button.il-feedback-form-button--yes::after,
.wp-feedback .fantDuDetDuLetteEtter .il-feedback-form-option .il-feedback-form-button.il-feedback-form-button--yes::after {
  font-family: "remixicon";
  content: "\eb81";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}
.wp-feedback .il-feedback-form-options .il-feedback-form-option .il-feedback-form-button.il-feedback-form-button--no::after,
.wp-feedback .fantDuDetDuLetteEtter .il-feedback-form-option .il-feedback-form-button.il-feedback-form-button--no::after {
  font-family: "remixicon";
  content: "\eb97";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}
.wp-feedback .il-feedback-form-options .il-feedback-form-option + .il-feedback-form-option,
.wp-feedback .fantDuDetDuLetteEtter .il-feedback-form-option + .il-feedback-form-option {
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 2px solid var(--black);
}

.article-banner-image-container {
  width: 100%;
  height: 100%;
  margin-bottom: 3rem;
}
.article-banner-image-container .webPartInnhold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.article-banner-image-container .banner-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: var(--border-radius-image);
  width: 335px;
  height: 200px;
}
@media screen and (min-width: 600px) {
  .article-banner-image-container .banner-image {
    width: 590px;
    height: 290px;
  }
}

.wp-banner-image .banner-image {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0 0 48px 48px;
  -webkit-box-shadow: 0 34px 9px 0 rgba(0, 0, 0, 0.01), 0 22px 9px 0 rgba(0, 0, 0, 0.02), 0 12px 7px 0 rgba(0, 0, 0, 0.09), 0 5px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 34px 9px 0 rgba(0, 0, 0, 0.01), 0 22px 9px 0 rgba(0, 0, 0, 0.02), 0 12px 7px 0 rgba(0, 0, 0, 0.09), 0 5px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.wp-latest-articles {
  margin-top: 4rem;
}
.wp-latest-articles .webPartTittel {
  font-size: 1.75rem;
  line-height: 1.1;
  color: var(--darkblue);
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles .webPartTittel {
    font-size: 2.25rem;
  }
}
.wp-latest-articles .webPartInnhold {
  padding: 0;
}
.wp-latest-articles ul {
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: 1fr;
  gap: 2rem;
  display: grid;
}
@media screen and (min-width: 1230px) {
  .wp-latest-articles ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.wp-latest-articles li {
  border-radius: var(--border-radius-card);
  padding: 1.5rem;
  min-height: 532px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background: var(--latest-articles-card-background-color);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.wp-latest-articles li:hover .tittel, .wp-latest-articles li:focus-within .tittel {
  color: var(--yellow);
  text-decoration: underline;
}
.wp-latest-articles li a {
  display: block;
  width: 100%;
  outline: none !important;
  text-decoration: none;
}
.wp-latest-articles li a .tittel {
  display: block;
}
.wp-latest-articles li .imgWrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius-image);
  width: 100%;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles li .imgWrapper img {
    aspect-ratio: 1.569;
  }
}
.wp-latest-articles li .imgWrapper + .tittel {
  margin: 1.5rem 0 1.5rem 0;
}
.wp-latest-articles li .tittel {
  font-size: 1.25rem;
  color: var(--darkblue);
  margin: 8rem 0 1.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  position: relative;
  padding-right: 3rem;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles li .tittel {
    font-size: 1.5rem;
  }
}
.wp-latest-articles li .tittel::after {
  font-family: "remixicon";
  content: "\ea6c";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 41px;
  margin-left: 0.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 900px) {
  .wp-latest-articles li .tittel {
    margin: 10rem 0 1.5rem 0;
  }
}
@media screen and (min-width: 1230px) {
  .wp-latest-articles li .tittel {
    margin: 7rem 0 1.5rem 0;
  }
}
.wp-latest-articles .webPartBunnLink {
  margin-top: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-latest-articles .webPartBunnLink a {
  font-size: 1.125rem;
  font-weight: 600;
  background-color: var(--latest-articles-view-all-button-background-color);
  border-radius: var(--border-radius-button);
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 1rem 2rem;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles .webPartBunnLink a {
    font-size: 1.25rem;
  }
}
.wp-latest-articles .webPartBunnLink a:hover, .wp-latest-articles .webPartBunnLink a:focus {
  background-color: var(--latest-articles-view-all-button-background-color-hover);
  color: var(--white);
}

.wp-header-links {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.wp-header-links .webPartInnhold ul.vListe {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wp-header-links .webPartInnhold ul.vListe li {
  -webkit-transition: opacity 0.45s;
  transition: opacity 0.45s;
  line-height: 1;
}
.wp-header-links .webPartInnhold ul.vListe li + li {
  margin-left: 1.5rem;
}
.wp-header-links .webPartInnhold ul.vListe li.lang-selector {
  margin-left: 2rem;
  padding-left: 2rem;
  border-left: 1px solid var(--primary-font-color);
}
.wp-header-links .webPartInnhold ul.vListe li.lang-selector a::after {
  font-family: "remixicon";
  content: "\ec7a";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 1rem;
  margin-left: 0.5rem;
}
.wp-header-links .webPartInnhold ul.vListe li.lang-selector a.open::after {
  font-family: "remixicon";
  content: "\eb96";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-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: 1rem;
}
.wp-header-links .webPartInnhold ul.vListe a {
  font-size: 0.9375rem;
  font-weight: 400;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--primary-font-color);
  height: 100%;
  padding-block: 0.5rem;
  border-bottom: 1px solid transparent;
}
@media screen and (min-width: 900px) {
  .wp-header-links .webPartInnhold ul.vListe a {
    font-size: 1rem;
  }
}
.wp-header-links .webPartInnhold ul.vListe a:hover {
  border-color: currentColor;
}

.wp-lang-links .il-linkcategory-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--primary-font-color);
}
@media screen and (min-width: 900px) {
  .wp-lang-links .il-linkcategory-title {
    font-size: 2.25rem;
  }
}
.wp-lang-links .il-linkcategory-title + .vListe {
  margin-top: 1.5rem;
}
.wp-lang-links ul.vListe {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-lang-links ul.vListe li + li {
  margin-left: 1rem;
}
.wp-lang-links ul.vListe li a {
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: var(--border-radius-button);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 1rem 2rem;
  border: 2px solid;
  cursor: pointer;
  color: var(--black);
  background-color: var(--transparent);
  border-color: var(--black);
}
@media screen and (min-width: 900px) {
  .wp-lang-links ul.vListe li a {
    font-size: 1.25rem;
  }
}
.wp-lang-links ul.vListe li a.external[href^=http]:after {
  margin-left: 0.25rem;
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}
.wp-lang-links ul.vListe li a:hover, .wp-lang-links ul.vListe li a:focus {
  background-color: var(--black);
  color: var(--white);
}

.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-top-menu {
  margin: 4rem 0;
  width: 100%;
}
.wp-top-menu .webPartInnhold {
  width: 100%;
}
.wp-top-menu .webPartInnhold .vListe {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
.wp-top-menu .webPartInnhold .vListe .toplevel {
  width: 100%;
}
.wp-top-menu .webPartInnhold .vListe .toplevel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  border-radius: var(--border-radius-button);
  background-color: var(--top-menu-background-color);
  color: var(--white);
  width: 100%;
  padding: 2rem;
  font-size: 1.25rem;
}
.wp-top-menu .webPartInnhold .vListe .toplevel a::after {
  font-family: "remixicon";
  content: "\ea6c";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 2.5rem;
}
.wp-top-menu .webPartInnhold .vListe .toplevel a:hover {
  background-color: var(--top-menu-background-color-hover);
}

.wp-mobile-navigation .vListe {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-mobile-navigation .vListe .toplevel {
  margin-bottom: 1rem;
}
.wp-mobile-navigation .vListe .toplevel a {
  font-size: 1.5rem;
  text-decoration: none;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wp-mobile-navigation .vListe .toplevel a::after {
  font-family: "remixicon";
  content: "\ea6c";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 2.5rem;
}

.wp-mobile-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.wp-mobile-language .webPartInnhold .il-linkcategory-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--primary-font-color);
  text-align: right;
}
@media screen and (min-width: 900px) {
  .wp-mobile-language .webPartInnhold .il-linkcategory-title {
    font-size: 2.25rem;
  }
}
.wp-mobile-language .webPartInnhold .il-linkcategory-title + .vListe {
  margin-top: 1rem;
}
.wp-mobile-language .webPartInnhold ul.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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.wp-mobile-language .webPartInnhold ul.vListe li + li {
  margin-top: 1rem;
}
.wp-mobile-language .webPartInnhold ul.vListe a {
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: var(--border-radius-button);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 1rem 2rem;
  border: 2px solid;
  cursor: pointer;
  color: var(--black);
  background-color: var(--transparent);
  border-color: var(--black);
  padding: 0.75rem 1rem;
}
@media screen and (min-width: 900px) {
  .wp-mobile-language .webPartInnhold ul.vListe a {
    font-size: 1.25rem;
  }
}
.wp-mobile-language .webPartInnhold ul.vListe a.external[href^=http]:after {
  margin-left: 0.25rem;
  font-family: "remixicon";
  content: "\ecaf";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
}
.wp-mobile-language .webPartInnhold ul.vListe a:hover, .wp-mobile-language .webPartInnhold ul.vListe a:focus {
  background-color: var(--black);
  color: var(--white);
}

.article-links .ac-banner-field-title {
  font-size: 1.75rem;
  color: var(--darkblue);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (min-width: 900px) {
  .article-links .ac-banner-field-title {
    font-size: 2.25rem;
  }
}
.article-links .ac-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.article-links .ac-menu .ac-menu-item {
  margin-bottom: 0.5rem;
}
.article-links .ac-menu .ac-menu-item .ac-menu-item-link {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--darkblue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  background-color: var(--white);
  padding: 2rem;
  border-radius: var(--border-radius-button);
}
@media screen and (min-width: 900px) {
  .article-links .ac-menu .ac-menu-item .ac-menu-item-link {
    font-size: 1.5rem;
  }
}
.article-links .ac-menu .ac-menu-item .ac-menu-item-link:after {
  margin-left: 0.25rem;
  font-family: "remixicon";
  content: "\ea6c";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 32px;
  color: var(--darkblue);
}
.article-links .ac-menu .ac-menu-item .ac-menu-item-link:hover {
  background-color: rgba(0, 122, 181, 0.25);
}

.page-title .responsive-container {
  max-width: 790px;
}

.wp-page-title {
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.25;
  color: var(--darkblue);
}
@media screen and (min-width: 900px) {
  .wp-page-title {
    font-size: 2rem;
    line-height: 1.125;
  }
}
@media screen and (min-width: 1230px) {
  .wp-page-title {
    font-size: 3rem;
  }
}

.transportpage .page-title .responsive-container,
.subpage-full-width .page-title .responsive-container {
  max-width: 1196px;
}

.ac-content-page .js-content-title,
.content--module.content--datasource .bc-content-header > .bc-content-title,
.client-content-widget--filtervisning .bc-content-header > .bc-content-title,
.module-page--min-side--startpage .ac-content-page > .ac-content .js-content-title {
  display: none !important;
}

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

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

.subpage:has(.cc-page--calendar-event) .js-page-title, .subpage-full-width:has(.cc-page--calendar-event) .js-page-title {
  display: none;
}

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

.wp-contact-person {
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}
.wp-contact-person .webPartTittel {
  font-size: 1.25rem;
  color: var(--contact-person-text-color);
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .wp-contact-person .webPartTittel {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-contact-person .webPartTittel {
    text-align: start;
  }
}
.wp-contact-person .webPartInnhold .emnekart-item {
  background-color: var(--contact-person-background-color);
  border-radius: var(--border-radius-block);
  margin-bottom: 1rem;
  padding: 3rem;
}
.wp-contact-person .webPartInnhold .emnekart-item .person-name,
.wp-contact-person .webPartInnhold .emnekart-item .person-title {
  color: var(--contact-person-text-color);
  font-weight: 600;
}
.wp-contact-person .webPartInnhold .emnekart-item .person-name {
  font-size: 1.25rem;
  border-bottom: 1px solid var(--white);
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 900px) {
  .wp-contact-person .webPartInnhold .emnekart-item .person-name {
    font-size: 1.5rem;
  }
}
.wp-contact-person .webPartInnhold .emnekart-item .person-title {
  font-size: 1.125rem;
  margin-bottom: 1rem;
  padding-top: 0.5rem;
}
@media screen and (min-width: 900px) {
  .wp-contact-person .webPartInnhold .emnekart-item .person-title {
    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 {
  font-size: 1rem;
  color: var(--white);
  line-height: 2;
}
@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.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;
}

.emnekart-client-content-widget + .emnekart-client-content-widget {
  margin-top: 4rem;
}

.wp-travel-planner--text .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 2.25rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .wp-travel-planner--text .text-box {
    font-size: 3rem;
  }
}
.wp-travel-planner--text .text-box span {
  font-size: 1.375rem;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .wp-travel-planner--text .text-box span {
    font-size: 1.75rem;
  }
}

.wp-focus-field {
  padding: 4rem 0;
}

.ac-banner {
  height: 100%;
}
.ac-banner .ac-banner-content--outer {
  height: 100%;
}
.ac-banner .ac-banner-content--outer .ac-banner-content--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 900px) {
  .ac-banner .ac-banner-content--outer .ac-banner-content--inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.ac-banner.ac-banner--text-image .ac-banner-field--image {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
}
@media screen and (min-width: 900px) {
  .ac-banner.ac-banner--text-image .ac-banner-field--image {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.ac-banner.ac-banner--text-image .ac-banner-field--image .ac-banner-field-body {
  height: 100%;
}
.ac-banner.ac-banner--text-image .ac-banner-field--image .ac-banner-field-body .ac-picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.ac-banner.ac-banner--text-image .ac-banner-field--image .ac-banner-field-body .ac-picture .ac-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  border-radius: var(--border-radius-focus-field) var(--border-radius-focus-field) 0px 0px;
}
@media screen and (min-width: 900px) {
  .ac-banner.ac-banner--text-image .ac-banner-field--image .ac-banner-field-body .ac-picture .ac-image {
    aspect-ratio: 1.832;
    border-radius: var(--border-radius-focus-field) 0px 0px var(--border-radius-focus-field);
  }
}
.ac-banner.ac-banner--text-image .ac-banner-field--text {
  padding: 2.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border-radius: 0px 0px var(--border-radius-focus-field) var(--border-radius-focus-field);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 900px) {
  .ac-banner.ac-banner--text-image .ac-banner-field--text {
    width: 50%;
    border-radius: 0px var(--border-radius-focus-field) var(--border-radius-focus-field) 0px;
  }
}
.ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-title {
  font-size: 1.375rem;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 900px) {
  .ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-title {
    font-size: 1.75rem;
  }
}
.ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt {
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt {
    font-size: 1.125rem;
  }
}
.ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + * {
  margin-top: 1.25em;
}
.ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h1, .ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h2, .ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h3, .ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h4, .ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h5, .ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h6 {
  margin-top: 1.5em;
}
.ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h1 + *, .ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h2 + *, .ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h3 + * {
  margin-top: 0.75em;
}
.ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h4 + *, .ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h5 + *, .ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h6 + * {
  margin-top: 0.375em;
}
.ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > ul li + li,
.ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > ul li > ul,
.ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > ul li > ol, .ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > ol li + li,
.ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > ol li > ul,
.ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > ol li > ol {
  margin-top: 0.5em;
}
.ac-banner.ac-banner--text-image .ac-banner-field--text .ac-banner-field-body + .ac-banner-field-footer {
  margin-top: 1.5rem;
}
.ac-banner.ac-banner--text-image.ac-banner--field-order-1 .ac-banner-field--text {
  border-radius: var(--border-radius-focus-field) var(--border-radius-focus-field) 0 0;
}
@media screen and (min-width: 900px) {
  .ac-banner.ac-banner--text-image.ac-banner--field-order-1 .ac-banner-field--text {
    width: 50%;
    border-radius: var(--border-radius-focus-field) 0 0 var(--border-radius-focus-field);
  }
}
.ac-banner.ac-banner--text-image.ac-banner--field-order-1 .ac-banner-field--image .ac-banner-field-body .ac-picture .ac-image {
  border-radius: 0 0 var(--border-radius-focus-field) var(--border-radius-focus-field);
}
@media screen and (min-width: 900px) {
  .ac-banner.ac-banner--text-image.ac-banner--field-order-1 .ac-banner-field--image .ac-banner-field-body .ac-picture .ac-image {
    border-radius: 0 var(--border-radius-focus-field) var(--border-radius-focus-field) 0;
  }
}
.ac-banner.ac-banner--text .ac-banner-field--text {
  padding: 2.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border-radius: var(--border-radius-focus-field);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-title {
  font-size: 1.375rem;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 900px) {
  .ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-title {
    font-size: 1.75rem;
  }
}
.ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt {
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt {
    font-size: 1.125rem;
  }
}
.ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + * {
  margin-top: 1.25em;
}
.ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h1, .ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h2, .ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h3, .ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h4, .ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h5, .ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > * + h6 {
  margin-top: 1.5em;
}
.ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h1 + *, .ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h2 + *, .ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h3 + * {
  margin-top: 0.75em;
}
.ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h4 + *, .ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h5 + *, .ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > h6 + * {
  margin-top: 0.375em;
}
.ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > ul li + li,
.ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > ul li > ul,
.ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > ul li > ol, .ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > ol li + li,
.ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > ol li > ul,
.ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body .ac-banner-field-excerpt > ol li > ol {
  margin-top: 0.5em;
}
.ac-banner.ac-banner--text .ac-banner-field--text .ac-banner-field-body + .ac-banner-field-footer {
  margin-top: 1.5rem;
}
.ac-banner.dark-blue .ac-banner-field--text {
  background-color: var(--focus-field-background-color-dark-blue);
}
.ac-banner.dark-blue .ac-banner-field--text .ac-banner-field-title {
  color: var(--focus-field-title-color-dark-blue);
}
.ac-banner.dark-blue .ac-banner-field--text .ac-banner-field-excerpt {
  color: var(--focus-field-text-color-dark-blue);
}
.ac-banner.dark-blue .ac-content-link--button {
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: var(--border-radius-button);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 1rem 2rem;
  border: 2px solid;
  cursor: pointer;
  color: var(--white);
  background-color: var(--transparent);
  border-color: var(--white);
}
@media screen and (min-width: 900px) {
  .ac-banner.dark-blue .ac-content-link--button {
    font-size: 1.25rem;
  }
}
.ac-banner.dark-blue .ac-content-link--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;
}
.ac-banner.dark-blue .ac-content-link--button:hover, .ac-banner.dark-blue .ac-content-link--button:focus {
  background-color: var(--white);
  color: var(--black);
}
.ac-banner.light-blue .ac-banner-field--text {
  background-color: var(--focus-field-background-color-light-blue);
}
.ac-banner.light-blue .ac-banner-field--text .ac-banner-field-title {
  color: var(--focus-field-title-color-light-blue);
}
.ac-banner.light-blue .ac-banner-field--text .ac-banner-field-excerpt {
  color: var(--focus-field-text-color-light-blue);
}
.ac-banner.light-blue .ac-content-link--button {
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: var(--border-radius-button);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 1rem 2rem;
  border: 2px solid;
  cursor: pointer;
  color: var(--black);
  background-color: var(--transparent);
  border-color: var(--black);
}
@media screen and (min-width: 900px) {
  .ac-banner.light-blue .ac-content-link--button {
    font-size: 1.25rem;
  }
}
.ac-banner.light-blue .ac-content-link--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;
}
.ac-banner.light-blue .ac-content-link--button:hover, .ac-banner.light-blue .ac-content-link--button:focus {
  background-color: var(--black);
  color: var(--white);
}
.ac-banner.white .ac-banner-field--text {
  background-color: var(--focus-field-background-color-white);
}
.ac-banner.white .ac-banner-field--text .ac-banner-field-title {
  color: var(--focus-field-title-color-white);
}
.ac-banner.white .ac-banner-field--text .ac-banner-field-excerpt {
  color: var(--focus-field-text-color-white);
}
.ac-banner.white .ac-content-link--button {
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: var(--border-radius-button);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 1rem 2rem;
  border: 2px solid;
  cursor: pointer;
  color: var(--black);
  background-color: var(--transparent);
  border-color: var(--black);
}
@media screen and (min-width: 900px) {
  .ac-banner.white .ac-content-link--button {
    font-size: 1.25rem;
  }
}
.ac-banner.white .ac-content-link--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;
}
.ac-banner.white .ac-content-link--button:hover, .ac-banner.white .ac-content-link--button:focus {
  background-color: var(--black);
  color: var(--white);
}

.wp-banner-focus-field {
  position: relative;
  z-index: 20;
}
.wp-banner-focus-field .ac-banner.ac-banner--text .ac-banner-field--text {
  border-radius: 48px;
  padding: 2rem;
  text-align: left;
}
@media screen and (min-width: 600px) {
  .wp-banner-focus-field .ac-banner.ac-banner--text .ac-banner-field--text {
    padding: 3rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-banner-focus-field .ac-banner.ac-banner--text .ac-banner-field--text {
    border-radius: 16px 48px 8px 16px;
    padding: 2rem;
  }
}
@media screen and (min-width: 1230px) {
  .wp-banner-focus-field .ac-banner.ac-banner--text .ac-banner-field--text {
    padding: 3rem;
  }
}

.wp-search {
  width: 100%;
  max-width: 581px;
  margin-left: auto;
  margin-right: auto;
}
.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: 1rem;
}
.wp-search input[type=submit] {
  padding: 1rem 1rem;
}
@media screen and (min-width: 600px) {
  .wp-search input[type=submit] {
    padding: 1rem 2rem;
  }
}

.wp-sub-navigation,
.sub-navigation {
  margin-top: 3rem;
}
.wp-sub-navigation .webPartInnhold ul.vListe,
.sub-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-sub-navigation .webPartInnhold ul.vListe,
  .sub-navigation .webPartInnhold ul.vListe {
    margin-left: -1rem;
  }
}
.wp-sub-navigation .webPartInnhold li,
.sub-navigation .webPartInnhold li {
  width: 100%;
  margin-top: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation .webPartInnhold li,
  .sub-navigation .webPartInnhold li {
    width: calc(50% - 1rem);
    margin-left: 1rem;
  }
}
@media screen and (min-width: 1230px) {
  .wp-sub-navigation .webPartInnhold li,
  .sub-navigation .webPartInnhold li {
    width: calc(50% - 1rem);
  }
}
.wp-sub-navigation .webPartInnhold a,
.sub-navigation .webPartInnhold a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem;
  background-color: var(--white);
  border-radius: var(--border-radius-button);
  color: var(--darkblue);
  text-decoration: none;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-sub-navigation .webPartInnhold a:after,
.sub-navigation .webPartInnhold a:after {
  font-family: "remixicon";
  content: "\ea6c";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 1.5rem;
  display: inline-block;
  padding-left: 1rem;
  font-size: 1.375em;
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation .webPartInnhold a:after,
  .sub-navigation .webPartInnhold a:after {
    font-size: 2rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation .webPartInnhold a,
  .sub-navigation .webPartInnhold a {
    font-size: 1.125rem;
  }
}
.wp-sub-navigation .webPartInnhold a:hover,
.sub-navigation .webPartInnhold a:hover {
  background-color: rgba(0, 122, 181, 0.25);
}
.wp-sub-navigation .webPartInnhold a > span,
.sub-navigation .webPartInnhold a > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wp-sub-navigation .webPartInnhold a .text,
.sub-navigation .webPartInnhold a .text {
  font-size: 1.25rem;
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation .webPartInnhold a .text,
  .sub-navigation .webPartInnhold a .text {
    font-size: 1.5rem;
  }
}
.wp-sub-navigation .webPartInnhold a .description,
.sub-navigation .webPartInnhold a .description {
  font-size: 1.125rem;
  margin-top: 1rem;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--black);
}
@media screen and (min-width: 900px) {
  .wp-sub-navigation .webPartInnhold a .description,
  .sub-navigation .webPartInnhold a .description {
    font-size: 1.25rem;
  }
}

.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: 1230px) {
  .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;
  align-items: center;
}
.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-social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: var(--lower-footer-background-color);
}
@media screen and (min-width: 900px) {
  .wp-social-media {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.wp-social-media .webPartTittel {
  font-size: 1.125rem;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .wp-social-media .webPartTittel {
    font-size: 1.25rem;
  }
}
.wp-social-media .webPartTittel + .webPartInnhold {
  margin-top: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-social-media .webPartTittel + .webPartInnhold {
    margin-top: 0;
    margin-left: 2rem;
  }
}
.wp-social-media .vListe {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wp-social-media .vListe .toplevel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.wp-social-media .vListe .toplevel a {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.wp-social-media .vListe .toplevel a .text,
.wp-social-media .vListe .toplevel a span {
  text-indent: -9999rem;
}
.wp-social-media .vListe .toplevel + li {
  margin-left: 1rem;
}
.wp-social-media .vListe .toplevel.facebook a:before {
  font-family: "remixicon";
  content: "\ecb8";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-size: 1.5rem;
}
@media screen and (min-width: 900px) {
  .wp-social-media .vListe .toplevel.facebook a:before {
    font-size: 2rem;
  }
}
.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: 1.5rem;
}
@media screen and (min-width: 900px) {
  .wp-social-media .vListe .toplevel.facebook a:hover:before {
    font-size: 2rem;
  }
}
.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: 1.5rem;
}
@media screen and (min-width: 900px) {
  .wp-social-media .vListe .toplevel.youtube a:before {
    font-size: 2rem;
  }
}
.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: 1.5rem;
}
@media screen and (min-width: 900px) {
  .wp-social-media .vListe .toplevel.youtube a:hover:before {
    font-size: 2rem;
  }
}
.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: 1.5rem;
}
@media screen and (min-width: 900px) {
  .wp-social-media .vListe .toplevel.instagram a:before {
    font-size: 2rem;
  }
}
.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: 1.5rem;
}
@media screen and (min-width: 900px) {
  .wp-social-media .vListe .toplevel.instagram a:hover:before {
    font-size: 2rem;
  }
}
.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: 1.5rem;
}
@media screen and (min-width: 900px) {
  .wp-social-media .vListe .toplevel.snapchat a:before {
    font-size: 2rem;
  }
}
.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: 1.5rem;
}
@media screen and (min-width: 900px) {
  .wp-social-media .vListe .toplevel.snapchat a:hover:before {
    font-size: 2rem;
  }
}
.wp-social-media .vListe .toplevel.x 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: 1.5rem;
}
@media screen and (min-width: 900px) {
  .wp-social-media .vListe .toplevel.x a:before {
    font-size: 2rem;
  }
}
.wp-social-media .vListe .toplevel.x a:hover:before {
  font-family: "remixicon";
  content: "\f3e7";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-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;
}
@media screen and (min-width: 900px) {
  .wp-social-media .vListe .toplevel.x a:hover:before {
    font-size: 2rem;
  }
}
.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: 1.5rem;
}
@media screen and (min-width: 900px) {
  .wp-social-media .vListe .toplevel.linkedin a:before {
    font-size: 2rem;
  }
}
.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: 1.5rem;
}
@media screen and (min-width: 900px) {
  .wp-social-media .vListe .toplevel.linkedin a:hover:before {
    font-size: 2rem;
  }
}

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

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

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

.client-content-widget--trafikkmeldinger {
  --bc-input-font-size: 1em;
}

.client-content-widget--trafikkmeldinger .bc-content-detail-list .bc-content-detail-list-body .bc-content-detail-list-item {
  border: none;
  margin-bottom: 1.25rem;
  background-color: var(--white);
  border: 1px solid var(--yellow);
  border-radius: 7px;
}
.client-content-widget--trafikkmeldinger .bc-content-detail-list .bc-content-detail-list-body .bc-content-detail-list-item .bc-content-detail-list-item-header-column-description-date {
  display: none !important;
}
.client-content-widget--trafikkmeldinger .bc-content-detail-list .bc-content-detail-list-body .bc-content-detail-list-item .bc-content-detail-list-item-header {
  border: none;
  position: relative;
  padding: 1.25rem 2rem;
  padding-left: 4.5rem;
  border-radius: 5px;
  color: var(--white);
  background-color: var(--yellow);
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.client-content-widget--trafikkmeldinger .bc-content-detail-list .bc-content-detail-list-body .bc-content-detail-list-item .bc-content-detail-list-item-header:hover {
  background-color: var(--darkblue);
}
.client-content-widget--trafikkmeldinger .bc-content-detail-list .bc-content-detail-list-body .bc-content-detail-list-item .bc-content-detail-list-item-header .bc-content-detail-list-item-header-column .bc-content-detail-list-item-header-column-description {
  margin-top: 1rem;
  margin-left: -3rem;
}
.client-content-widget--trafikkmeldinger .bc-content-detail-list .bc-content-detail-list-body .bc-content-detail-list-item .bc-content-detail-list-item-header:before {
  content: "";
  background-image: url("../images/trafikkmeldinger-buss.svg");
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0.75rem;
  left: 2rem;
}
.client-content-widget--trafikkmeldinger .bc-content-detail-list .bc-content-detail-list-body .bc-content-detail-list-item .bc-content-detail-list-item-header:after {
  font-family: "remixicon";
  content: "\ea4c";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  padding-top: 2px;
  font-size: 1.87rem;
  font-weight: 600;
}
.client-content-widget--trafikkmeldinger .bc-content-detail-list .bc-content-detail-list-body .bc-content-detail-list-item .bc-content-detail-list-item-header .bc-content-detail-list-item-header-column {
  padding: 0 0.75rem;
}
.client-content-widget--trafikkmeldinger .bc-content-detail-list .bc-content-detail-list-body .bc-content-detail-list-item:hover {
  border-color: var(--darkblue);
}
.client-content-widget--trafikkmeldinger .bc-content-detail-list .bc-content-detail-list-body .bc-content-detail-list-item.is-expanded .bc-content-detail-list-item-header {
  border-radius: 5px;
}
.client-content-widget--trafikkmeldinger .bc-content-detail-list .bc-content-detail-list-body .bc-content-detail-list-item.is-expanded .bc-content-detail-list-item-header:before {
  content: "";
  background-image: url("../images/trafikkmeldinger-buss.svg");
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0.75rem;
  left: 2rem;
}
.client-content-widget--trafikkmeldinger .bc-content-detail-list .bc-content-detail-list-body .bc-content-detail-list-item.is-expanded .bc-content-detail-list-item-header:after {
  font-family: "remixicon";
  content: "\ea76";
  speak: none;
  font-size: calc(1em * var(--v-global-icon-scale-factor));
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  padding-top: 2px;
  font-size: 1.87rem;
  font-weight: 600;
}
.client-content-widget--trafikkmeldinger .bc-content-detail-list .bc-content-detail-list-body .bc-content-detail-list-item.is-expanded .bc-content-detail-list-item-header:hover, .client-content-widget--trafikkmeldinger .bc-content-detail-list .bc-content-detail-list-body .bc-content-detail-list-item.is-expanded .bc-content-detail-list-item-header:focus {
  background-color: var(--yellow);
}
.client-content-widget--trafikkmeldinger .bc-content-detail-list .bc-content-detail-list-body .bc-content-detail-list-item.is-expanded:hover {
  border-color: var(--yellow);
}
.client-content-widget--trafikkmeldinger .bc-content-detail-list .bc-content-detail-list-body .bc-content-detail-list-item.bc-content-detail-list-item--boat .bc-content-detail-list-item-header::before {
  content: " ";
  background-image: url("../images/trafikkmeldinger-hurtigbaat.svg");
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0.75rem;
  left: 2rem;
}
.client-content-widget--trafikkmeldinger .bc-content-detail-list .bc-content-detail-list-body .bc-content-detail-list-item.bc-content-detail-list-item--boat.is-expanded .bc-content-detail-list-item-header::before {
  content: "";
  background-image: url("../images/trafikkmeldinger-hurtigbaat.svg");
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0.75rem;
  left: 2rem;
}
.client-content-widget--trafikkmeldinger .bc-content-detail-list .bc-content-detail-list-body .bc-content-detail-list-item.bc-content-detail-list-item--bus .bc-content-detail-list-item-header::before {
  content: "";
  background-image: url("../images/trafikkmeldinger-buss.svg");
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0.75rem;
  left: 2rem;
}
.client-content-widget--trafikkmeldinger .bc-content-detail-list .bc-content-detail-list-body .bc-content-detail-list-item.bc-content-detail-list-item--bus.is-expanded .bc-content-detail-list-item-header::before {
  content: "";
  background-image: url("../images/trafikkmeldinger-buss.svg");
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0.75rem;
  left: 2rem;
}
.client-content-widget--trafikkmeldinger .bc-content-detail-list .bc-content-detail-list-body .bc-content-detail-list-item.bc-content-detail-list-item--ferry .bc-content-detail-list-item-header::before {
  content: "";
  background-image: url("../images/trafikkmeldinger-ferge.svg");
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0.75rem;
  left: 2rem;
}
.client-content-widget--trafikkmeldinger .bc-content-detail-list .bc-content-detail-list-body .bc-content-detail-list-item.bc-content-detail-list-item--ferry.is-expanded .bc-content-detail-list-item-header::before {
  content: "";
  background-image: url("../images/trafikkmeldinger-ferge.svg");
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0.75rem;
  left: 2rem;
}
.client-content-widget--trafikkmeldinger .bc-content-detail-list .bc-content-detail-list-body .bc-content-detail-list-item .bc-content-detail-list-item-body.is-open {
  padding: 1rem 2rem;
  border-radius: 7px;
}
.client-content-widget--trafikkmeldinger .bc-content-detail-list .bc-content-detail-list-body .bc-content-detail-list-item .bc-content-detail-list-item-body.is-open .bc-content-property-list-item:last-child .bc-content-property-list-item-label {
  display: inline-block;
  margin-right: 0.5rem;
}
.client-content-widget--trafikkmeldinger .bc-content-detail-list .bc-content-detail-list-body .bc-content-detail-list-item .bc-content-detail-list-item-body.is-open .bc-content-property-list-item:last-child .bc-content-property-list-item-value {
  display: inline-block;
}

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

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

body {
  --v-global-link-text-color: #005686;
  --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: #005686;
  --v-global-link-font-weight: 400;
  --v-content-link-background-color: transparent;
  --v-teaser-title-link-background-color: transparent;
}
body a:hover {
  --v-global-link-text-color: #ffffff;
  --v-global-link-underline-line: underline;
  --v-global-link-underline-style: solid;
  --v-global-link-underline-width: auto;
  --v-global-link-underline-offset: auto;
  --v-global-link-underline-color: #ffffff;
  --v-global-link-font-weight: 400;
  --v-content-link-background-color: #005686;
  --v-teaser-title-link-background-color: #005686;
}

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

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

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

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

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

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