@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Public+Sans:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Round");
@property --v-grid-column-count {
  syntax: "<integer>";
  inherits: false;
  initial-value: 1;
}
@property --v-grid-column-spacing-level {
  syntax: "<integer>";
  inherits: false;
  initial-value: 0;
}
@property --v-grid-row-spacing-level {
  syntax: "<integer>";
  inherits: false;
  initial-value: 0;
}
/*
    "icon-font-family"

    "is-external"

    "layout",

    "page",

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

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

    "forms.form",

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

    "teaser",

    "widget",

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

    "notifications.alert",

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

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

    "banner"
*/
/*
    "layout",

    "page",

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

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

    "forms.form",

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

    "teaser",

    "widget",

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

    "notifications.alert",

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

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

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

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

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

/* Box sizing. Fordi dette er åpenbart best... */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Alle rem-verdier vil kalkuleres utfra denne */
:root {
  font-size: 16px;
}

/* Fjerne default margin på en del block-elementer */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Del laaaaaange ord hvis de er lengre enn bredden på containeren de er inni */
* {
  overflow-wrap: break-word;
}

/* Default for lister er padding-left: 40px, så her nedjusterer vi bare litt */
ul,
ol {
  padding-left: 1.25rem;
}

/* Defaults for body for best resultat */
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;
  position: relative;
}

/* Ny default for tabell */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* La lenker arve fargen til teksten rundt som default slik at vi unngår den blåfargen */
a {
  color: inherit;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Gjør bilder lettere å jobbe med. Bildene vil aldri "flyte" utenfor containeren sin */
img {
  max-width: 100%;
  display: block;
}

/* Arv farger og fonter for inputs og buttons */
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

/* Fjerne ekkel styling i iOS */
select,
textarea,
input[type=text],
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}

/* Tekstformatering */
i,
em {
  font-style: italic;
}

strong,
b {
  font-weight: bold;
}

s {
  text-decoration: line-through;
}

/* Redusere animasjoner og transitions for personer som har 
dette som preferanse i nettleserinnstillingene */
@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;
  }
}
/***********************************************************
:::::::::::::MEDIA QUERIES::::::::::::::::::::::::::::::::::
//**********************************************************/
/***********************************************************
::::::::::::ARTICLE OVERVIEW::::::::::::::::::::::::::::::::
//**********************************************************/
/***********************************************************
:::::::::::::PAGINATION::::::::::::::::::::::::::::::::::
//**********************************************************/
/***********************************************************
:::::::::::::FILE GALLERY::::::::::::::::::::::::::::::::::
//**********************************************************/
/***********************************************************
:::::::::::::PERSON SEARCH::::::::::::::::::::::::::::::::::
//**********************************************************/
.js-item--clickable {
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .ac-content--content-list--person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ac-content--content-list--person div:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .ac-content--content-list--person div:nth-last-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .ac-content--content-list--person div:last-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.hide-check-box {
  display: none;
}

/* Farger */
/*
Farger skal alltid har prefix-en "c-". 
*/
@font-face {
  font-family: "lorenskog";
  src: url("../fonts/lorenskog.ttf?mli2xm") format("truetype"), url("../fonts/lorenskog.woff?mli2xm") format("woff"), url("../fonts/lorenskog.svg?mli2xm#lorenskog") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.minside::before, blockquote::before, .webPart li[class^=icon-] > a > span::before,
.webPart li[class*=" icon-"] > a > span::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lorenskog" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

blockquote::before, .webPart li[class^=icon-].icon-blockquote > a > span::before,
.webPart li[class*=" icon-"].icon-blockquote > a > span::before {
  content: "\e907";
}

.webPart li[class^=icon-].icon-menu > a > span::before,
.webPart li[class*=" icon-"].icon-menu > a > span::before {
  content: "\e900";
}

.minside::before, .webPart li[class^=icon-].icon-outline-account > a > span::before,
.webPart li[class*=" icon-"].icon-outline-account > a > span::before {
  content: "\e903";
}

.webPart li[class^=icon-].icon-twitter > a > span::before,
.webPart li[class*=" icon-"].icon-twitter > a > span::before {
  content: "\e901";
  color: #fff;
}

.webPart li[class^=icon-].icon-instagram > a > span::before,
.webPart li[class*=" icon-"].icon-instagram > a > span::before {
  content: "\e902";
  color: #fff;
}

.webPart li[class^=icon-].icon-facebook > a > span::before,
.webPart li[class*=" icon-"].icon-facebook > a > span::before {
  content: "\e904";
  color: #fff;
}

.webPart li[class^=icon-].icon-linkedin > a > span::before,
.webPart li[class*=" icon-"].icon-linkedin > a > span::before {
  content: "\e905";
  color: #fff;
}

.webPart li[class^=icon-].icon-youtube > a > span::before,
.webPart li[class*=" icon-"].icon-youtube > a > span::before {
  content: "\e906";
  color: #fff;
}

.webPart li[class^=icon-] > a > span::before,
.webPart li[class*=" icon-"] > a > span::before {
  margin-right: 0.5em;
  vertical-align: middle;
}
/* 
Responsive breakpoints

Legg til breakpoints i mapet.
Du kan endre verdien på breakpointsene, men husk at du IKKE trenger å tenke på spesifikke enheter,
f.eks. 768px fordi det er bredden på en iPad. Sjekk selv hvor designet brytes og hvor det da er behov for et nytt breakpoint. 

*/
/* 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 
*/
/* 
Mixin for vertikal rytme i en tekst, for eksempel i en brødtekst eller ingress. Sørger for at alle tekstelementer og innsatte elementer i teksten får en naturlig og lesbar rytme og at det blir luft mellom elementene. 
*/
/* 
Kan brukes når du skal skjule noe som likevel skal være tilgjengelig via tastaturnavigering. 
*/
.wp-sub-transport-menu ul li a:before, .wp-global-area-message .area-message-list-item::before, .wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item::before, a.InnholdLinkTekst:not(.il-custom-button).external-link[href*=http]:after, .il-custom-button.external-link[href*=http]:after,
.link-render-as-button.external-link[href*=http]:after,
a[href].InnholdLinkTekst.link-render-as-button.link-render-as-button.external-link[href*=http]:after, .faqWrapper .faq .divFaqSporsmal.open button:after, .faqWrapper .faq .divFaqSporsmal button:after, .sub-navigation ul li a.external-link[href*=http]:after, .sub-navigation ul li a:before, .wp-main-menu ul li a:before, .header .header-content .search-box-toggle-container button.open::before,
.header .header-content .main-menu-toggle-container button.open::before, .header .header-content .search-box-toggle-container button::before, .header .header-content .main-menu-toggle-container button::before, .breadcrumbs ul.breadcrumbs__list li.breadcrumbs__item:nth-last-child(2)::before, .breadcrumbs ul.breadcrumbs__list li.breadcrumbs__item::after {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 1.25em; /* Litt større enn teksten som ikonet ligger ved siden av */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-rendering: optimizeLegibility;
  speak: none;
  content: "";
}

body {
  font-family: "Public Sans", serif;
  color: #043d4e;
  -webkit-font-kerning: none;
          font-kerning: none;
}

:focus {
  outline: 0;
}

input:focus,
button:focus,
select:focus,
textarea:focus,
a:focus {
  outline: 0.25rem solid;
  outline-offset: 0.25rem;
}

.transport-page .breadcrumbs {
  background-color: #c1dad4;
}
.breadcrumbs .breadcrumbs-content {
  padding: 1.25rem 0;
  max-width: 95%;
  margin: 0 auto;
}
.breadcrumbs ul.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumbs ul.breadcrumbs__list li.breadcrumbs__item {
  display: none;
  margin-right: 0.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumbs ul.breadcrumbs__list li.breadcrumbs__item a span {
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .breadcrumbs ul.breadcrumbs__list li.breadcrumbs__item a span {
    font-size: 1.125rem;
  }
}
.breadcrumbs ul.breadcrumbs__list li.breadcrumbs__item::after {
  content: "\e315";
}
@media screen and (min-width: 900px) {
  .breadcrumbs ul.breadcrumbs__list li.breadcrumbs__item::after {
    margin-left: 0.75rem;
  }
}
.breadcrumbs ul.breadcrumbs__list li.breadcrumbs__item:nth-last-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumbs ul.breadcrumbs__list li.breadcrumbs__item:nth-last-child(2)::before {
  content: "\e315";
  margin-right: 0.5rem;
}
@media screen and (min-width: 900px) {
  .breadcrumbs ul.breadcrumbs__list li.breadcrumbs__item:nth-last-child(2)::before {
    display: none;
  }
}
.breadcrumbs ul.breadcrumbs__list li.breadcrumbs__item:nth-last-child(2):after {
  display: none;
}
@media screen and (min-width: 900px) {
  .breadcrumbs ul.breadcrumbs__list li.breadcrumbs__item:nth-last-child(2):after {
    display: block;
  }
}
.breadcrumbs ul.breadcrumbs__list li.breadcrumbs__item:last-child:after {
  display: none;
}
.breadcrumbs ul.breadcrumbs__list li.breadcrumbs__item:last-child a {
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 900px) {
  .breadcrumbs ul.breadcrumbs__list li.breadcrumbs__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.breadcrumbs ul.breadcrumbs__list li.breadcrumbs__item a {
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .breadcrumbs ul.breadcrumbs__list li.breadcrumbs__item a {
    font-size: 1.125rem;
  }
}
.breadcrumbs ul.breadcrumbs__list li.breadcrumbs__item a {
  text-decoration: none;
  -webkit-box-shadow: 0px 1px 0px 0px rgb(0, 0, 0);
          box-shadow: 0px 1px 0px 0px rgb(0, 0, 0);
}
@media screen and (min-width: 900px) {
  .breadcrumbs ul.breadcrumbs__list li.breadcrumbs__item a:hover, .breadcrumbs ul.breadcrumbs__list li.breadcrumbs__item a:focus {
    -webkit-box-shadow: 0px 2px 0px 0px rgb(0, 0, 0);
            box-shadow: 0px 2px 0px 0px rgb(0, 0, 0);
    text-decoration: none;
  }
}

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

.footer-gfx {
  position: relative;
  height: 100%;
  width: 100%;
}

.footer-gfx-container {
  background-image: url("../images/footer-gfx.svg");
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 100%;
  max-height: 100%;
  background-position: bottom;
  height: 150px;
}
@media screen and (min-width: 900px) {
  .footer-gfx-container {
    height: 100px;
  }
}
@media screen and (min-width: 1400px) {
  .footer-gfx-container {
    height: 250px;
  }
}

.footer {
  background-color: #083d4d;
  position: relative;
  padding: 3.75rem 0;
  color: white;
}
.footer .footer-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .footer-column #Sone8002 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1400px) {
  .footer .footer-column #Sone8002 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.footer .footer-column #Sone8002 > div {
  width: 100%;
  margin-bottom: 2rem;
}
.footer .footer-column #Sone8002 > div .webPartInnhold {
  margin-top: 1.5rem;
}
.footer .footer-column #Sone8002 > div h2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.footer .footer-column #Sone8002 > div h2 span {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.footer .footer-column #Sone8003 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer .footer-column #Sone8003 .wp-social-media {
  width: 33.3333333333%;
}
.footer .footer-column #Sone8003 .wp-social-media h2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.footer .footer-column #Sone8003 .wp-social-media h2 span {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.footer .footer-column #Sone8003 .wp-social-media h2:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  margin: 1rem 2.5rem;
  display: block;
  height: 5px;
  border-bottom: 2px solid white;
}

.cms-direkteredigering-login-bar {
  position: sticky !important;
  bottom: 1rem !important;
}

.header {
  background-color: #9ac3ba;
}
.header .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 115px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-content .header-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .header-content .header-logo {
  margin-right: auto;
}
.header .header-content .header-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .header-content .header-logo .logo {
  max-height: 50px;
}
@media screen and (min-width: 900px) {
  .header .header-content .header-logo .logo {
    max-height: 75px;
  }
}
.header .header-content .main-menu-toggle-container button::before {
  content: "\e5d2";
}
.header .header-content .search-box-toggle-container button::before {
  content: "\e8b6";
}
.header .header-content .search-box-toggle-container,
.header .header-content .main-menu-toggle-container {
  margin-right: 0.9375rem;
}
.header .header-content .search-box-toggle-container:last-child,
.header .header-content .main-menu-toggle-container:last-child {
  margin-right: 0;
}
.header .header-content .search-box-toggle-container button,
.header .header-content .main-menu-toggle-container button {
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .header .header-content .search-box-toggle-container button,
  .header .header-content .main-menu-toggle-container button {
    font-size: 1.125rem;
  }
}
.header .header-content .search-box-toggle-container button,
.header .header-content .main-menu-toggle-container button {
  padding: 10px 10px;
  background: transparent;
  border: 0.125rem solid #173c4c;
  color: #173c4c;
  border-radius: 5px;
  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;
}
.header .header-content .search-box-toggle-container button span,
.header .header-content .main-menu-toggle-container button span {
  display: none;
}
@media screen and (min-width: 1400px) {
  .header .header-content .search-box-toggle-container button span,
  .header .header-content .main-menu-toggle-container button span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header .header-content .search-box-toggle-container button.open::before,
.header .header-content .main-menu-toggle-container button.open::before {
  content: "\e5cd";
}
@media screen and (min-width: 1400px) {
  .header .header-content .search-box-toggle-container button::before,
  .header .header-content .main-menu-toggle-container button::before {
    margin-right: 0.5em;
  }
}
@media screen and (min-width: 900px) {
  .header .header-content .search-box-toggle-container button,
  .header .header-content .main-menu-toggle-container button {
    padding: 11px 18px;
  }
}
.header .header-content .search-box-toggle-container:hover button, .header .header-content .search-box-toggle-container:focus button,
.header .header-content .main-menu-toggle-container:hover button,
.header .header-content .main-menu-toggle-container:focus button {
  background-color: #173c4c;
  color: #fff;
}

.wp-main-menu {
  padding: 1rem 0;
}
@media screen and (min-width: 900px) {
  .wp-main-menu {
    padding: 5rem 0 2rem 0;
  }
}
.wp-main-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-main-menu ul > * + * {
  margin-top: 0;
}
@supports (display: grid) {
  .wp-main-menu ul > * + * {
    margin-top: 0;
  }
  .wp-main-menu ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 0;
  }
}
@media screen and (min-width: 900px) {
  .wp-main-menu ul > * + * {
    margin-top: 0;
  }
  @supports (display: grid) {
    .wp-main-menu ul > * + * {
      margin-top: 0;
    }
    .wp-main-menu ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -webkit-column-gap: 3.5rem;
         -moz-column-gap: 3.5rem;
              column-gap: 3.5rem;
      row-gap: 0;
    }
  }
}
@media screen and (min-width: 1400px) {
  .wp-main-menu ul > * + * {
    margin-top: 0;
  }
  @supports (display: grid) {
    .wp-main-menu ul > * + * {
      margin-top: 0;
    }
    .wp-main-menu ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      -webkit-column-gap: 3.5rem;
         -moz-column-gap: 3.5rem;
              column-gap: 3.5rem;
      row-gap: 0;
    }
  }
}
.wp-main-menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  border-bottom: 2px solid #efefef;
  -webkit-box-shadow: 0 0.1875rem 0 transparent;
          box-shadow: 0 0.1875rem 0 transparent;
  padding: 20px 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.wp-main-menu ul li a:before {
  content: "\e5cc";
  margin-right: 1.5rem;
  font-size: 2.1875rem;
  color: #0a3d51;
}
.wp-main-menu ul li a span .text {
  font-size: 1.375rem;
}
@media screen and (min-width: 900px) {
  .wp-main-menu ul li a span .text {
    font-size: 1.625rem;
  }
}
.wp-main-menu ul li a:hover, .wp-main-menu ul li a:focus {
  border-bottom: 1px solid #0a3d51;
  -webkit-box-shadow: 0 0.1875rem 0 rgb(10, 61, 81);
          box-shadow: 0 0.1875rem 0 rgb(10, 61, 81);
}
.wp-main-menu ul li a:hover::before, .wp-main-menu ul li a:focus::before {
  -webkit-animation: arrow-bob 0.7s ease-in-out forwards;
          animation: arrow-bob 0.7s ease-in-out forwards;
}

.main-menu {
  display: none;
}
.main-menu.open, .designMode .main-menu {
  display: block;
}

.wp-search-box {
  padding: 5rem 1rem;
  background-color: #c1dad4;
}
.wp-search-box .webPartInnhold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-search-box .webPartInnhold > div {
  position: relative;
  max-width: 836px;
  width: 100%;
}
.wp-search-box .webPartInnhold > div input[type=text],
.wp-search-box .webPartInnhold > div input[type=submit],
.wp-search-box .webPartInnhold > div input[type=password],
.wp-search-box .webPartInnhold > div input[type=email],
.wp-search-box .webPartInnhold > div textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wp-search-box .webPartInnhold > div input[type=text] {
  -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 41, 0.2784313725);
          box-shadow: 0px 0px 6px 3px rgba(0, 0, 41, 0.2784313725);
  padding: 0.75rem 4.75rem 0.75rem 1.75rem;
  border-radius: 5px;
  height: 4rem;
  border: none;
  width: 100%;
  overflow-x: hidden;
  font-size: inherit;
  text-overflow: ellipsis;
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-search-box .webPartInnhold > div input[type=text] {
    font-size: 1.125rem;
  }
}
.wp-search-box .webPartInnhold > div input[type=text] {
  color: #043d4e;
}
.wp-search-box .webPartInnhold > div input[type=submit] {
  background-color: transparent;
  background-image: url("../images/icon-search-black.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  border-radius: 0;
  color: #fff;
  border: none;
  cursor: pointer;
  height: calc(100% - 1rem);
  position: absolute;
  right: 0.5rem;
  text-indent: -10000rem;
  top: 0.5rem;
  width: 3rem;
}

.search-box {
  display: none;
}
.search-box.open, .designMode .search-box {
  display: block;
}

.frontpage .banner-illustration {
  bottom: -3px;
  position: absolute;
  width: 100%;
  display: none;
}
@media screen and (min-width: 900px) {
  .frontpage .banner-illustration {
    display: block;
  }
}
@media screen and (min-width: 900px) {
  .frontpage .banner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 29vw;
    position: relative;
  }
}

.hero-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 1.7061rem;
}
@media screen and (min-width: 900px) {
  .hero-container {
    padding: 0;
  }
  .hero-container .landbruk {
    margin-top: calc(2vw + 0.6rem);
  }
}
@media screen and (min-width: 1400px) {
  .hero-container {
    position: relative;
  }
  .hero-container .wp-search-box--frontpage {
    margin-top: -2.5vw;
  }
  .hero-container .landbruk {
    margin-top: calc(2vw + 0.6rem);
  }
}

.section-hero-content > div {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 90%;
}
.section-hero-content > div .zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 900px) {
  .section-hero-content > div .zone {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.section-hero-content {
  padding: 9rem 0;
}
@media screen and (min-width: 900px) {
  .section-hero-content {
    padding: 24rem 0;
  }
}
.section-hero-content {
  position: relative;
  background-color: #730433;
}
.section-hero-content:before {
  background-image: url("../images/wave-gfx.svg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 8.375rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
@media screen and (min-width: 900px) {
  .section-hero-content:before {
    height: 23.375rem;
  }
}
.section-hero-content:after {
  background-image: url("../images/wave-gfx.svg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -2px;
  content: "";
  height: 8.375rem;
  position: absolute;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 100%;
  z-index: 5;
}
@media screen and (min-width: 900px) {
  .section-hero-content:after {
    height: 23.375rem;
  }
}

.focus-field {
  padding: 4rem 0 4rem 0;
}
@media screen and (min-width: 1400px) {
  .focus-field {
    padding: 0;
  }
}
.focus-field .webpart:only-child {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.focus-field .zone {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
}
@media screen and (min-width: 900px) {
  .focus-field .zone {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 2.5rem;
  }
}

.subpage:not(.subpage-full-width) .artikkel {
  max-width: 52.375rem;
  margin: 0 auto;
}

.transport-page .page-title {
  background-color: #c1dad4;
  padding-top: 3.625rem;
  padding-bottom: 2.0625rem;
  font-size: 2.3125rem;
}
@media screen and (min-width: 900px) {
  .transport-page .page-title {
    font-size: 2.8125rem;
  }
}
.transport-page .page-title {
  font-weight: 500;
}
.transport-page .page-title h1 {
  font-size: 2.3125rem;
}
@media screen and (min-width: 900px) {
  .transport-page .page-title h1 {
    font-size: 2.8125rem;
  }
}
.transport-page .page-title h1 {
  font-weight: 300;
}

.sub-navigation {
  margin-top: 4.375rem;
}
.sub-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sub-navigation ul > * + * {
  margin-top: 0;
}
@supports (display: grid) {
  .sub-navigation ul > * + * {
    margin-top: 0;
  }
  .sub-navigation ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 0;
  }
}
@media screen and (min-width: 900px) {
  .sub-navigation ul > * + * {
    margin-top: 0;
  }
  @supports (display: grid) {
    .sub-navigation ul > * + * {
      margin-top: 0;
    }
    .sub-navigation ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -webkit-column-gap: 3.5rem;
         -moz-column-gap: 3.5rem;
              column-gap: 3.5rem;
      row-gap: 0;
    }
  }
}
.sub-navigation ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  border-bottom: 2px solid #0a3d51;
  -webkit-box-shadow: 0 0.1875rem 0 transparent;
          box-shadow: 0 0.1875rem 0 transparent;
  padding: 20px 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.sub-navigation ul li a:before {
  content: "\e5cc";
  margin-right: 1.5rem;
  font-size: 2.1875rem;
  color: #17907c;
}
.sub-navigation ul li a span .text {
  font-size: 1.375rem;
}
@media screen and (min-width: 900px) {
  .sub-navigation ul li a span .text {
    font-size: 1.625rem;
  }
}
.sub-navigation ul li a:hover, .sub-navigation ul li a:focus {
  border-bottom: 1px solid #0a3d51;
  -webkit-box-shadow: 0 3px 0 rgb(10, 61, 81);
          box-shadow: 0 3px 0 rgb(10, 61, 81);
}
.sub-navigation ul li a:hover::before, .sub-navigation ul li a:focus::before {
  -webkit-animation: arrow-bob 0.7s ease-in-out forwards;
          animation: arrow-bob 0.7s ease-in-out forwards;
}
.sub-navigation ul li a.external-link[href*=http]:after {
  content: "\e89e";
  margin-left: 0.3125rem;
}

.legacy-content-page--article-list .ArtikkelKategoriOverskrift {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.25;
}
@media only screen and (min-width: 769px) {
  .legacy-content-page--article-list .ArtikkelKategoriOverskrift {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 993px) {
  .legacy-content-page--article-list .ArtikkelKategoriOverskrift {
    font-size: 2.5rem;
  }
}
.legacy-content-page--article-list .article-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 769px) {
  .legacy-content-page--article-list .article-preview {
    margin-bottom: 2rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.legacy-content-page--article-list .article-preview-title {
  margin-bottom: 0.75rem;
  margin-top: 0 !important;
  position: relative;
}
.legacy-content-page--article-list .article-preview-image {
  width: auto;
}
.legacy-content-page--article-list .article-preview-image img {
  max-width: 100%;
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  .legacy-content-page--article-list .article-preview-image img {
    max-width: 212px;
    max-height: 119px;
  }
}
.legacy-content-page--article-list .article-preview-image + .article-preview-content {
  width: 100%;
}
@media (min-width: 768px) {
  .legacy-content-page--article-list .article-preview-image + .article-preview-content {
    margin-left: 2rem;
  }
}
.legacy-content-page--article-list .article-preview-excerpt {
  margin-bottom: 0.875rem;
}
.legacy-content-page--article-list .article-preview-excerpt > br:last-child {
  display: none;
}

form.right-column:not(.fullwidth-article)::after {
  content: "";
  display: table;
  clear: both;
}
form.right-column:not(.fullwidth-article) .middle-column {
  margin: 0 auto;
  max-width: 52.5rem;
}
@media screen and (min-width: 1400px) {
  form.right-column:not(.fullwidth-article) .middle-column {
    width: 100%;
    margin-top: 2rem;
    max-width: 52.5rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1400px) {
  form.right-column:not(.fullwidth-article) div.right-column {
    float: right;
    margin-top: 2rem;
    width: 100%;
  }
}

.article-preview-excerpt {
  line-height: 1.5;
}

.legacy-content-page.legacy-content-page--article-list .article-preview-list {
  margin-top: 2rem;
}

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

.ac-content-teaser--search .ac-url.ac-url--web:not(.ac-url--external) .ac-url-domain {
  display: none;
}
.ac-content-teaser--search .ac-url.ac-url--web:not(.ac-url--external) .ac-url-segment {
  display: none;
}
.ac-content-teaser--search .ac-url.ac-url--web:not(.ac-url--external) .ac-url-segment.ac-url-segment--2 {
  display: inline;
}
.ac-content-teaser--search .ac-url.ac-url--web:not(.ac-url--external) .ac-url-segment.ac-url-segment--1 {
  display: inline;
}
.ac-content-teaser--search .search-match,
.ac-content-teaser--search .ac-search-match {
  background-color: transparent;
  color: inherit;
}
.ac-content-teaser--search .ac-content-list-item--highlight:hover .search-match,
.ac-content-teaser--search .ac-content-list-item--highlight:hover .ac-search-match, .ac-content-teaser--search .ac-content-list-item--highlight:focus .search-match,
.ac-content-teaser--search .ac-content-list-item--highlight:focus .ac-search-match {
  color: inherit;
  background-color: inherit;
}
.ac-content-teaser--search .ac-content--content-list--search .ac-padding-top-3 {
  padding-top: 0;
}

.ac-content-page--person-list .ac-content-header {
  border-bottom: none;
}
.ac-content-page--person-list .ac-content-teaser--person-section-header {
  display: none;
}
.ac-content-page--person-list .ac-content-list .ac-content-list-item .ac-content-teaser--person {
  padding-top: calc(0.375rem * 4);
  padding-bottom: calc(0.375rem * 4);
  border-color: #cccccc;
  border-width: 0.0625rem 0 0 0;
  border-style: solid;
}
.ac-content-page--person-list .ac-content-list .ac-content-list-item .ac-content-teaser--person .ac-content-teaser-title-link:hover .ac-content-teaser-title-text, .ac-content-page--person-list .ac-content-list .ac-content-list-item .ac-content-teaser--person .ac-content-teaser-title-link:focus .ac-content-teaser-title-text {
  -webkit-box-shadow: 0 0.1875rem 0 0 currentColor;
          box-shadow: 0 0.1875rem 0 0 currentColor;
  text-decoration: none;
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
}
.ac-content-page--person-list .ac-content-list .ac-content-list-item .ac-content-teaser--person .ac-content-teaser-title-text {
  color: inherit;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  text-decoration: none;
  -webkit-box-shadow: 0 0.0625rem 0 0 currentColor;
          box-shadow: 0 0.0625rem 0 0 currentColor;
}
.ac-content-page--person-list .ac-content-list .ac-content-list-item .ac-content-teaser--person .ac-content-teaser-meta {
  margin-top: calc(0.375rem + 4px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ac-content-page--person-list .ac-content-list .ac-content-list-item .ac-content-teaser--person .ac-content-teaser-meta .ac-content-teaser-meta-property {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.375rem;
  margin-bottom: 0.375rem;
  font-size: 18px;
}
.ac-content-page--person-list .ac-content-list .ac-content-list-item .ac-content-teaser--person .ac-content-teaser-meta .ac-content-teaser-meta-property a[href] {
  text-decoration: none;
  -webkit-box-shadow: 0 0.0625rem 0 0 currentColor;
          box-shadow: 0 0.0625rem 0 0 currentColor;
  -webkit-transition: 0.025s ease-in-out;
  transition: 0.025s ease-in-out;
}
.ac-content-page--person-list .ac-content-list .ac-content-list-item .ac-content-teaser--person .ac-content-teaser-meta .ac-content-teaser-meta-property a[href]:hover, .ac-content-page--person-list .ac-content-list .ac-content-list-item .ac-content-teaser--person .ac-content-teaser-meta .ac-content-teaser-meta-property a[href]:focus {
  -webkit-box-shadow: 0 0.1875rem 0 0 currentColor;
          box-shadow: 0 0.1875rem 0 0 currentColor;
  text-decoration: none;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.ac-content-page--person-list .ac-content-list .ac-content-list-item .ac-content-teaser--person .ac-content-teaser-meta .ac-content-teaser-meta-property::after {
  content: " | ";
  margin-left: 0.5em;
}
.ac-content-page--person-list .ac-content-list .ac-content-list-item .ac-content-teaser--person .ac-content-teaser-meta .ac-content-teaser-meta-property:last-child::after {
  display: none;
}
.ac-content-page--person-list .ac-content-column form > .ac-content-form-row {
  margin-top: 0;
}
.ac-content-page--person-list .ac-content-column .ac-content-form-control .ac-content-form-label {
  display: none;
}
.ac-content-page--person-list .ac-content-column .ac-content-form-control .ac-content-form-textbox {
  border-color: #0e3b6c;
  border-width: 0.0625rem;
  border-style: solid;
}
.ac-content-page--person-list .ac-content-column .ac-content-form-control .ac-content-button {
  border-color: #0e3b6c;
  border-width: 0.0625rem;
  border-style: solid;
  background-color: #0e3b6c;
}
.ac-content-page--person-list .ac-content-column .ac-content-form-control .ac-content-button:hover, .ac-content-page--person-list .ac-content-column .ac-content-form-control .ac-content-button:focus {
  background-color: rgb(19.8524590164, 83.6639344262, 153.1475409836);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.ac-content-page--person-list .ac-content-column .ac-content-form-control .ac-content-button .ac-content-button-text {
  text-transform: initial;
}
.ac-content-page--person-list .ac-content-column .ac-content-filter .ac-collapsible-panel-content {
  border: none;
  padding-top: 0;
  padding-bottom: calc(0.375rem * 4);
  padding-left: 0;
}
.ac-content-page--person-list .ac-content-column .ac-content-filter .ac-collapsible-panel-content .ac-content-form-legend {
  font-size: 18px;
  position: relative;
  top: 0;
  margin-bottom: 1rem;
}
.ac-content-page--person-list .ac-content-column .ac-content-filter .ac-collapsible-panel-content .ac-content-form-fieldset {
  padding: 0;
  margin-top: calc(0.375rem * 4);
}
.ac-content-page--person-list .ac-content-column .ac-content-filter .ac-collapsible-panel-content .ac-content-form-fieldset .ac-content-form-radio-button:checked + label::before {
  border-color: #0e3b6c;
  background-color: #fff;
}
.ac-content-page--person-list .ac-content-column .ac-content-filter .ac-collapsible-panel-content .ac-content-form-fieldset .ac-content-form-radio-button + label::after {
  background: #0e3b6c;
}
.ac-content-page--person-list .ac-content-column .ac-content-filter .ac-collapsible-panel-content .ac-content-form-fieldset .ac-content-form-control label span {
  font-size: 18px;
}
.ac-content-page--person-list .ac-content-column .ac-content-filter .ac-collapsible-panel-toggle {
  display: none;
}
.ac-content-page--person-list .ac-content-button--link {
  background: #0e3b6c;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
}
.ac-content-page--person-list .ac-content-button--link::before {
  padding-right: 0.5rem;
  padding-left: 0;
}
.ac-content-page--person-list .ac-content-button--link:hover, .ac-content-page--person-list .ac-content-button--link:focus {
  background-color: rgb(19.8524590164, 83.6639344262, 153.1475409836);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  color: #fff;
}
.ac-content-page--person-list .ac-content-link--secondary .ac-content-link-text {
  display: none;
}

.bc-content--content-list--person .bc-content-teaser--person .bc-content-button.bc-content-button--appearance-link,
.bc-content--content-list--person .bc-content-section .bc-content-button.bc-content-button--appearance-link,
.bc-content .bc-content-teaser--person .bc-content-button.bc-content-button--appearance-link,
.bc-content .bc-content-section .bc-content-button.bc-content-button--appearance-link {
  min-height: initial;
}

/* Anker */
/* 
Må ikke forveksles med lenke. Ankeret er det punktet i teksten du lager som kan nås via en lenke,
så stylingen her gjelder ikke for selve lenken til ankeret. 

Hvis du skal f.eks. lage en visuaell markering på et element som er ankret, 
f.eks. h2[id^="#"], så kan du gjøre det her. 
*/
.legacy-content-block-wrapper[data-style=primary] > .legacy-content-block {
  background-color: #f6e3b1;
}
.legacy-content-block-wrapper[data-style=secondary] > .legacy-content-block {
  border-color: #ecc661;
}

/* Blokksitat */
/* 
NB! Denne får aldri et klassenavn, så vær forsiktig med stylingen. 
Vurder om du skal f.eks. skrive
   blockquote {
      .artikkel &,
      .egendef &, 
      .faq & {
         // styling
      }
   }
i stedet for å style direkte på elementet.
*/
blockquote {
  background-color: #fde8c4;
  font-size: 1.25rem;
}
@media screen and (min-width: 900px) {
  blockquote {
    font-size: 1.5rem;
  }
}
blockquote {
  position: relative;
  padding: 2.5rem 2.5rem 2.5rem 4rem;
}
@media screen and (min-width: 900px) {
  blockquote {
    padding: 3rem 3rem 1.5rem 6.9375rem;
  }
}
blockquote::before {
  position: absolute;
  left: 1.25rem;
  top: 2.8125rem;
}
@media screen and (min-width: 900px) {
  blockquote::before {
    left: 2.5rem;
    top: 3.5rem;
  }
}

.faqWrapper .divFaqOverskrift {
  margin: 0;
}
.faqWrapper .divFaqOverskrift span {
  display: block;
}
.faqWrapper .divFaqOverskrift span.skjulElement {
  display: none;
}
.faqWrapper .divFaqOverskrift + .divFaqIngress span:not(.skjulElement) {
  margin-top: 0.25em;
  margin-bottom: 0.5em;
}
.faqWrapper .divFaqIngress {
  margin: 0;
}
.faqWrapper .divFaqIngress span {
  display: block;
  font-weight: 300;
}
.faqWrapper .divFaqIngress span.skjulElement {
  display: none;
}
.faqWrapper .faq + .faq {
  margin-top: 0.75rem;
}
.faqWrapper .faq .divFaqSporsmal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
}
.faqWrapper .faq .divFaqSporsmal button {
  border-radius: 3px;
  background-color: #e9eff4;
  width: 100%;
  padding: 1rem;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-weight: 500;
  font-size: 1.1875rem;
}
@media screen and (min-width: 900px) {
  .faqWrapper .faq .divFaqSporsmal button {
    font-size: 1.375rem;
  }
}
.faqWrapper .faq .divFaqSporsmal button span {
  text-decoration: none;
  margin-right: auto;
}
.faqWrapper .faq .divFaqSporsmal button:after {
  content: "\e313";
  margin-right: 1rem;
}
.faqWrapper .faq .divFaqSporsmal.open {
  border: none;
}
.faqWrapper .faq .divFaqSporsmal.open button {
  background-color: #9ac3ba;
}
.faqWrapper .faq .divFaqSporsmal.open button:after {
  content: "\e316";
  margin-right: 1rem;
}
.faqWrapper .faq .divFaqSporsmal.open:after {
  content: "";
}
.faqWrapper .faq .divFaqSporsmal:hover button, .faqWrapper .faq .divFaqSporsmal:focus button {
  background-color: #9ac3ba;
}
.faqWrapper .faq .divFaqSporsmal:after {
  content: "";
}
.faqWrapper .faq .divFaqSvar > * + * {
  margin-top: 1.25em;
}
.faqWrapper .faq .divFaqSvar > * + h1, .faqWrapper .faq .divFaqSvar > * + h2, .faqWrapper .faq .divFaqSvar > * + h3, .faqWrapper .faq .divFaqSvar > * + h4, .faqWrapper .faq .divFaqSvar > * + h5, .faqWrapper .faq .divFaqSvar > * + h6 {
  margin-top: 1.5em;
}
.faqWrapper .faq .divFaqSvar > h1 + *, .faqWrapper .faq .divFaqSvar > h2 + *, .faqWrapper .faq .divFaqSvar > h3 + *, .faqWrapper .faq .divFaqSvar > h4 + *, .faqWrapper .faq .divFaqSvar > h5 + *, .faqWrapper .faq .divFaqSvar > h6 + * {
  margin-top: 0.75em;
}
.faqWrapper .faq .divFaqSvar > ul li + li,
.faqWrapper .faq .divFaqSvar > ul li > ul,
.faqWrapper .faq .divFaqSvar > ul li > ol, .faqWrapper .faq .divFaqSvar > ol li + li,
.faqWrapper .faq .divFaqSvar > ol li > ul,
.faqWrapper .faq .divFaqSvar > ol li > ol {
  margin-top: 0.75em;
}
.faqWrapper .faq .divFaqSvar {
  display: none;
  padding: 1rem;
  background-color: #c1dad4;
}
.faqWrapper .faq .divFaqSvar.open {
  display: block;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wp-article-top-image .emnekart-image {
  height: 412px;
  width: 1090px;
  padding: 0 1rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  max-height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-article-top-image .emnekart-image .banner-image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.legacy-content-block--image {
  margin-bottom: 1rem;
}
.legacy-content-block--image .artikkel-bilde-beskrivelse,
.legacy-content-block--image .artikkel-bilde-copyright {
  font-size: 0.9375rem;
}
@media screen and (min-width: 900px) {
  .legacy-content-block--image .artikkel-bilde-beskrivelse,
  .legacy-content-block--image .artikkel-bilde-copyright {
    font-size: 1rem;
  }
}
.legacy-content-block--image .artikkel-bilde-beskrivelse,
.legacy-content-block--image .artikkel-bilde-copyright {
  margin-top: 0.5rem;
  color: #000;
  font-style: italic;
}
.legacy-content-block--image .artikkel-bilde-beskrivelse {
  padding-bottom: 0.5rem;
}
.legacy-content-block--image .artikkel-bilde-copyright {
  padding-top: 0.5rem;
}
.legacy-content-block--image .artikkel-bilde-beskrivelse + .artikkel-bilde-copyright {
  margin-top: -1px;
  padding-bottom: 0.75rem;
  padding-top: 0;
  background-color: #fff;
}
.legacy-content-block--image .beskrivelse.BildeTekst {
  padding-top: 0.5rem;
  line-height: 1.733;
}
.legacy-content-block--image .fotografText {
  background: none;
  text-indent: 0;
}
.legacy-content-block--image .fotografText:before {
  content: "Foto:";
  font-weight: 400;
  padding-right: 0.25rem;
}

.il-custom-button,
.link-render-as-button,
a[href].InnholdLinkTekst.link-render-as-button.link-render-as-button {
  padding: 0.6875rem 1.125rem;
  background-color: #259b8c;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .il-custom-button,
  .link-render-as-button,
  a[href].InnholdLinkTekst.link-render-as-button.link-render-as-button {
    font-size: 1.125rem;
  }
}
.il-custom-button,
.link-render-as-button,
a[href].InnholdLinkTekst.link-render-as-button.link-render-as-button {
  border: 2px solid transparent;
}
.il-custom-button:hover, .il-custom-button:focus,
.link-render-as-button:hover,
.link-render-as-button:focus,
a[href].InnholdLinkTekst.link-render-as-button.link-render-as-button:hover,
a[href].InnholdLinkTekst.link-render-as-button.link-render-as-button:focus {
  background-color: transparent;
  border: 2px solid #259b8c;
  color: #259b8c;
}
.il-custom-button.external-link[href*=http]:after,
.link-render-as-button.external-link[href*=http]:after,
a[href].InnholdLinkTekst.link-render-as-button.link-render-as-button.external-link[href*=http]:after {
  content: "\e89e";
  margin-left: 0.125em;
  font-size: 1em;
}

a.InnholdLinkTekst:not(.il-custom-button) {
  font-weight: 700;
  text-decoration: underline;
}
a.InnholdLinkTekst:not(.il-custom-button):hover, a.InnholdLinkTekst:not(.il-custom-button):focus {
  -webkit-box-shadow: 0 2px 0px 0 #043d4e;
          box-shadow: 0 2px 0px 0 #043d4e;
  text-decoration: none;
}
a.InnholdLinkTekst:not(.il-custom-button).external-link[href*=http]:after {
  content: "\e89e";
  margin-left: 0.125em;
  font-size: 1em;
}

/* Lister i CKEditor */
.legacy-content-block--table .li-table__heading {
  font-size: 1.25rem;
}
@media screen and (min-width: 900px) {
  .legacy-content-block--table .li-table__heading {
    font-size: 1.5rem;
  }
}
.legacy-content-block--table .li-table__heading {
  font-weight: 600;
  padding-bottom: 1rem;
}
.legacy-content-block--table .li-table__description {
  padding-bottom: 1rem;
  display: block;
}

.il-table {
  display: block;
  width: 100%;
  overflow-x: auto;
}
.il-table thead tr {
  border-bottom: 2px solid #153453;
  background-color: #eaeced;
}
.il-table thead tr th {
  font-weight: 700;
  padding: 0.75rem;
}
.il-table tbody tr:nth-child(even) {
  background-color: #eaeced;
}
.il-table tbody tr:nth-child(odd) {
  background-color: #fff;
}
.il-table tbody tr td {
  font-weight: 400;
  padding: 0.75rem;
}

@media screen and (max-width: 900px) {
  .legacy-content-block--table table,
  .legacy-content-block--table thead,
  .legacy-content-block--table tbody,
  .legacy-content-block--table tr,
  .legacy-content-block--table th,
  .legacy-content-block--table td {
    display: block;
  }
  .legacy-content-block--table table {
    min-width: 0;
  }
  .legacy-content-block--table thead tr {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .legacy-content-block--table tr {
    border-bottom: 0 !important;
  }
  .legacy-content-block--table tr + tr {
    margin-top: 1rem;
  }
  .legacy-content-block--table tr::after {
    clear: both;
    content: "";
    display: table;
  }
  .legacy-content-block--table tr:nth-child(even) {
    background-color: #fff !important;
  }
  .legacy-content-block--table td {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    border: none;
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
    font-size: 0.9rem;
    padding: 0 !important;
    width: 100%;
  }
  .legacy-content-block--table td + td {
    border-top: 0 !important;
  }
  .legacy-content-block--table td::before,
  .legacy-content-block--table td span {
    padding: 1em;
  }
  .legacy-content-block--table td::before {
    content: attr(data-column-label);
    display: inline-block;
    font-weight: 700;
    padding-right: 0.5em;
    width: calc(50% - 1em);
    background-color: #eaeced;
    color: #000;
  }
  .legacy-content-block--table td {
    /*&:nth-child(n+2) {
            background-color: $table-odd-bg !important;
            color: $table-odd-text !important;

            &:nth-child(odd) {
                background-color: $table-even-bg !important;
                color: $table-even-text !important;
            }
        }*/
  }
  .legacy-content-block--table td span {
    border-left: 1px solid #ccc;
    display: block;
    float: right;
    overflow-wrap: break-word;
    padding-left: 0.5em;
    width: 50%;
    word-wrap: break-word;
  }
}

.il-webform-content {
  background-color: transparent;
  border-radius: 6px;
}
.il-webform-content .inputStyling {
  border: 2px solid #000;
  border-radius: 3px;
}

.il-webform-field + .il-webform-field {
  margin-top: 1.5em;
}

.il-webform-field-label {
  font-weight: 400;
}
.il-webform-field-label + * {
  margin-top: 0.25rem;
}

.il-webform-field-control-input {
  width: 100%;
  max-width: 100%;
  display: block;
  border: 2px solid currentColor;
  padding: 0.5rem;
}

.il-webform-field-control--location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.il-webform-field-control--location input {
  width: calc(66.6666666667% - 0.75rem);
}
.il-webform-field-control--location input:first-child {
  width: calc(33.3333333333% - 0.75rem);
}

.il-webform-field-control--textarea input {
  width: 100% !important;
  min-height: 120px;
}

.il-webform-field-control--drop-down-list select {
  background-image: url(../images/icon-expand-more.svg);
  background-position: right 0.5rem bottom 50%;
  background-size: 1.5rem;
  background-repeat: no-repeat;
}

.il-webform-field-control--date input {
  background-image: url(../images/icon-event.svg);
  background-position: 0.5rem 50%;
  background-size: 1.25rem;
  background-repeat: no-repeat;
  padding-left: 2.25rem;
}

.il-webform-field-control--checkbox-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.il-webform-field-control--checkbox-list ul li + li {
  margin-top: 1em;
}
.il-webform-field-control--checkbox-list ul li {
  position: relative;
}
.il-webform-field-control--checkbox-list ul li input {
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.il-webform-field-control--checkbox-list ul li input:focus {
  outline: 0;
}
.il-webform-field-control--checkbox-list ul li input:checked + label:before {
  color: #259b8c;
  background-color: #fff;
  border-color: #153453;
  content: "✓";
}
.il-webform-field-control--checkbox-list ul li label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2.25rem;
  cursor: pointer;
}
.il-webform-field-control--checkbox-list ul li label:before {
  font-size: 1.125rem;
}
@media screen and (min-width: 900px) {
  .il-webform-field-control--checkbox-list ul li label:before {
    font-size: 1.25rem;
  }
}
.il-webform-field-control--checkbox-list ul li label:before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 3px;
  border: 2px solid #153453;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.75rem;
}

.il-webform-field-control--radio-button-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.il-webform-field-control--radio-button-list ul li + li {
  margin-top: 1em;
}
.il-webform-field-control--radio-button-list ul li {
  position: relative;
}
.il-webform-field-control--radio-button-list ul li input {
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.il-webform-field-control--radio-button-list ul li input:focus {
  outline: 0;
}
.il-webform-field-control--radio-button-list ul li input:checked + label:before {
  color: #259b8c;
  background-color: #fff;
  border-color: #153453;
  content: "✓";
  background-color: #259b8c;
  border-color: #153453;
  content: "";
}
.il-webform-field-control--radio-button-list ul li label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2.25rem;
  cursor: pointer;
}
.il-webform-field-control--radio-button-list ul li label:before {
  font-size: 1.125rem;
}
@media screen and (min-width: 900px) {
  .il-webform-field-control--radio-button-list ul li label:before {
    font-size: 1.25rem;
  }
}
.il-webform-field-control--radio-button-list ul li label:before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 3px;
  border: 2px solid #153453;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.75rem;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 0 0.375rem #fff;
          box-shadow: inset 0 0 0 0.375rem #fff;
}

.il-webform-field-control--range ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.il-webform-field-control--range ul li + li {
  margin-top: 1em;
}
.il-webform-field-control--range ul li {
  position: relative;
}
.il-webform-field-control--range ul li input {
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.il-webform-field-control--range ul li input:focus {
  outline: 0;
}
.il-webform-field-control--range ul li input:checked + label:before {
  color: #259b8c;
  background-color: #fff;
  border-color: #153453;
  content: "✓";
  background-color: #259b8c;
  border-color: #153453;
  content: "";
}
.il-webform-field-control--range ul li label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2.25rem;
  cursor: pointer;
}
.il-webform-field-control--range ul li label:before {
  font-size: 1.125rem;
}
@media screen and (min-width: 900px) {
  .il-webform-field-control--range ul li label:before {
    font-size: 1.25rem;
  }
}
.il-webform-field-control--range ul li label:before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 3px;
  border: 2px solid #153453;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.75rem;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 0 0.375rem #fff;
          box-shadow: inset 0 0 0 0.375rem #fff;
}
.il-webform-field-control--range .labelRange {
  display: block;
  margin-top: 1em;
}

.checkboxWithLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5em;
  position: relative;
}
.checkboxWithLink input {
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.checkboxWithLink input:focus {
  outline: 0;
}
.checkboxWithLink input:checked + label:before {
  color: #259b8c;
  background-color: #fff;
  border-color: #153453;
  content: "✓";
}
.checkboxWithLink label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2.25rem;
  cursor: pointer;
}
.checkboxWithLink label:before {
  font-size: 1.125rem;
}
@media screen and (min-width: 900px) {
  .checkboxWithLink label:before {
    font-size: 1.25rem;
  }
}
.checkboxWithLink label:before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 3px;
  border: 2px solid #153453;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.75rem;
}

.il-webform-field-control--info {
  padding: 1.5rem;
  background-color: #fff;
}

.obligatoriskTekst {
  margin-top: 1.5em;
}

.inputskjemaSubmit {
  width: 100% !important;
  padding-top: 2.1875rem;
  border-top: 2px solid #153453;
}
.inputskjemaSubmit input[type=submit] {
  background-color: #259b8c;
  color: #fff !important;
  border-radius: 3px;
  padding: 0.5rem 0.75rem;
  border: 2px solid #259b8c !important;
}

/* 
Overstyring av p-tagger i en artikkel. 
Det finnes en css-fil som setter 
.artikkel p {
    margin-bottom: 1em;
} 
som default. 
*/
.artikkel > * + * {
  margin-top: 1.25em;
}
.artikkel > * + h1, .artikkel > * + h2, .artikkel > * + h3, .artikkel > * + h4, .artikkel > * + h5, .artikkel > * + h6 {
  margin-top: 1.5em;
}
.artikkel > h1 + *, .artikkel > h2 + *, .artikkel > h3 + *, .artikkel > h4 + *, .artikkel > h5 + *, .artikkel > h6 + * {
  margin-top: 0.75em;
}
.artikkel > ul li + li,
.artikkel > ul li > ul,
.artikkel > ul li > ol, .artikkel > ol li + li,
.artikkel > ol li > ul,
.artikkel > ol li > ol {
  margin-top: 0.75em;
}
.artikkel h1 {
  font-size: 2.25rem;
}
@media screen and (min-width: 900px) {
  .artikkel h1 {
    font-size: 3rem;
  }
}
.artikkel h1 {
  font-weight: 500;
  margin-top: 3rem;
}
.artikkel h2 {
  font-size: 1.5rem;
}
@media screen and (min-width: 900px) {
  .artikkel h2 {
    font-size: 2rem;
  }
}
.artikkel h2 {
  font-weight: 500;
}
.artikkel h3 {
  font-size: 1.375rem;
}
@media screen and (min-width: 900px) {
  .artikkel h3 {
    font-size: 1.625rem;
  }
}
.artikkel h3 {
  font-weight: 500;
}
.artikkel ul,
.artikkel ol {
  margin-left: 0.75rem;
}
.artikkel .ingress {
  font-size: 1.25rem;
}
@media screen and (min-width: 900px) {
  .artikkel .ingress {
    font-size: 1.5rem;
  }
}
.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 + *, .artikkel .ingress > h4 + *, .artikkel .ingress > h5 + *, .artikkel .ingress > h6 + * {
  margin-top: 0.75em;
}
.artikkel .ingress > ul li + li,
.artikkel .ingress > ul li > ul,
.artikkel .ingress > ul li > ol, .artikkel .ingress > ol li + li,
.artikkel .ingress > ol li > ul,
.artikkel .ingress > ol li > ol {
  margin-top: 0.75em;
}
.artikkel .ingress {
  font-weight: 300;
}
.artikkel .tekst {
  font-size: 1.125rem;
}
@media screen and (min-width: 900px) {
  .artikkel .tekst {
    font-size: 1.25rem;
  }
}
.artikkel .tekst {
  font-weight: 300;
}
.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 + *, .artikkel .tekst > h4 + *, .artikkel .tekst > h5 + *, .artikkel .tekst > h6 + * {
  margin-top: 0.75em;
}
.artikkel .tekst > ul li + li,
.artikkel .tekst > ul li > ul,
.artikkel .tekst > ul li > ol, .artikkel .tekst > ol li + li,
.artikkel .tekst > ol li > ul,
.artikkel .tekst > ol li > ol {
  margin-top: 0.75em;
}

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

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

body .artikkeloversikt .artikkeloversiktrad {
  border-top: 3px solid #ccc;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
body .artikkeloversikt .artikkeloversiktrad:last-child {
  border-bottom: 3px solid #ccc;
}
body .artikkeloversikt .artikkeloversiktrad .artikkelteaser .tittel {
  margin-right: 0;
}
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;
  margin-right: 0;
}
body .artikkeloversikt .artikkeloversiktrad .artikkelteaser .bilde_hoyre {
  padding-left: 0;
  width: 100%;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 600px) {
  body .artikkeloversikt .artikkeloversiktrad .artikkelteaser .bilde_hoyre {
    padding-left: 1rem;
    width: auto;
    margin-bottom: 0;
  }
}
body .artikkeloversikt .artikkeloversiktrad .artikkelteaser .bilde_hoyre img {
  width: 100%;
}
@media screen and (min-width: 600px) {
  body .artikkeloversikt .artikkeloversiktrad .artikkelteaser .bilde_hoyre img {
    width: auto;
  }
}

.byline {
  font-size: 0.9375rem;
}
@media screen and (min-width: 900px) {
  .byline {
    font-size: 1rem;
  }
}
.byline .byline__published-author-label,
.byline .byline__published-responsible-label,
.byline .byline__edited-author-label,
.byline .byline__published-date-label,
.byline .byline__edited-date-label {
  font-weight: 400;
}

.wp-local-area-message {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.wp-local-area-message .emnekart-area-message-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-local-area-message .emnekart-area-message-list .emnekart-area-message {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3%;
}
.wp-local-area-message .emnekart-area-message-list .emnekart-area-message:last-child {
  margin-right: 0;
}
.wp-local-area-message .emnekart-area-message-list .emnekart-area-message:only-child {
  width: 100%;
}
.wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item {
  max-width: 1280px;
  border-radius: 3px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item > * + * {
  margin-top: 1.25em;
}
.wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item > * + h1, .wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item > * + h2, .wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item > * + h3, .wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item > * + h4, .wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item > * + h5, .wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item > * + h6 {
  margin-top: 1.5em;
}
.wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item > h1 + *, .wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item > h2 + *, .wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item > h3 + *, .wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item > h4 + *, .wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item > h5 + *, .wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item > h6 + * {
  margin-top: 0.75em;
}
.wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item > ul li + li,
.wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item > ul li > ul,
.wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item > ul li > ol, .wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item > ol li + li,
.wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item > ol li > ul,
.wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item > ol li > ol {
  margin-top: 0.75em;
}
.wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item {
  padding: 2rem 1.5rem 1.5rem 1.5rem;
}
@media screen and (min-width: 900px) {
  .wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item {
    padding: 3.75rem;
  }
}
.wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item::before {
  content: "\e004";
  border-radius: 50%;
  width: 65px;
  font-size: 35px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -36px;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
}
.wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--emergency {
  border: 2px solid #ec8161;
}
.wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--emergency::before {
  background-color: #f6bcb1;
}
.wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--regular {
  border: 2px solid #ecc661;
}
.wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item.area-message--regular::before {
  background-color: #f6e3b1;
}
.wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > * + * {
  margin-top: 1.25em;
}
.wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > * + h1, .wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > * + h2, .wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > * + h3, .wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > * + h4, .wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > * + h5, .wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > * + h6 {
  margin-top: 1.5em;
}
.wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > h1 + *, .wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > h2 + *, .wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > h3 + *, .wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > h4 + *, .wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > h5 + *, .wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > h6 + * {
  margin-top: 0.75em;
}
.wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > ul li + li,
.wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > ul li > ul,
.wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > ul li > ol, .wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > ol li + li,
.wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > ol li > ul,
.wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content > ol li > ol {
  margin-top: 0.75em;
}
.wp-local-area-message .emnekart-area-message-list .emnekart-area-message .area-message-list-item .area-message-list-item__content {
  font-weight: 300;
}
.wp-local-area-message {
  margin-top: 4.6875rem;
}
.wp-local-area-message .area-message__content,
.wp-local-area-message .area-message__title {
  text-align: center;
}
.wp-local-area-message .area-message__title {
  font-size: 1.375rem;
}
@media screen and (min-width: 900px) {
  .wp-local-area-message .area-message__title {
    font-size: 1.75rem;
  }
}
.wp-local-area-message .area-message__title {
  margin-bottom: 20px;
}
.wp-local-area-message .area-message__content > * + * {
  margin-top: 1.25em;
}
.wp-local-area-message .area-message__content > * + h1, .wp-local-area-message .area-message__content > * + h2, .wp-local-area-message .area-message__content > * + h3, .wp-local-area-message .area-message__content > * + h4, .wp-local-area-message .area-message__content > * + h5, .wp-local-area-message .area-message__content > * + h6 {
  margin-top: 1.5em;
}
.wp-local-area-message .area-message__content > h1 + *, .wp-local-area-message .area-message__content > h2 + *, .wp-local-area-message .area-message__content > h3 + *, .wp-local-area-message .area-message__content > h4 + *, .wp-local-area-message .area-message__content > h5 + *, .wp-local-area-message .area-message__content > h6 + * {
  margin-top: 0.75em;
}
.wp-local-area-message .area-message__content > ul li + li,
.wp-local-area-message .area-message__content > ul li > ul,
.wp-local-area-message .area-message__content > ul li > ol, .wp-local-area-message .area-message__content > ol li + li,
.wp-local-area-message .area-message__content > ol li > ul,
.wp-local-area-message .area-message__content > ol li > ol {
  margin-top: 0.75em;
}
.wp-local-area-message .area-message__content {
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-local-area-message .area-message__content {
    font-size: 1.125rem;
  }
}
.wp-local-area-message .area-message__content {
  font-weight: 300;
}
.wp-local-area-message .area-message__text {
  width: 100%;
}
.subpage .wp-local-area-message {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.global-area-message .transport-page, .subpage .global-area-message {
  margin-top: 0;
}

.wp-global-area-message {
  padding-top: 3rem;
  padding-bottom: 2rem;
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.wp-global-area-message .area-message-list-item {
  max-width: 1280px;
  border-radius: 3px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wp-global-area-message .area-message-list-item > * + * {
  margin-top: 1.25em;
}
.wp-global-area-message .area-message-list-item > * + h1, .wp-global-area-message .area-message-list-item > * + h2, .wp-global-area-message .area-message-list-item > * + h3, .wp-global-area-message .area-message-list-item > * + h4, .wp-global-area-message .area-message-list-item > * + h5, .wp-global-area-message .area-message-list-item > * + h6 {
  margin-top: 1.5em;
}
.wp-global-area-message .area-message-list-item > h1 + *, .wp-global-area-message .area-message-list-item > h2 + *, .wp-global-area-message .area-message-list-item > h3 + *, .wp-global-area-message .area-message-list-item > h4 + *, .wp-global-area-message .area-message-list-item > h5 + *, .wp-global-area-message .area-message-list-item > h6 + * {
  margin-top: 0.75em;
}
.wp-global-area-message .area-message-list-item > ul li + li,
.wp-global-area-message .area-message-list-item > ul li > ul,
.wp-global-area-message .area-message-list-item > ul li > ol, .wp-global-area-message .area-message-list-item > ol li + li,
.wp-global-area-message .area-message-list-item > ol li > ul,
.wp-global-area-message .area-message-list-item > ol li > ol {
  margin-top: 0.75em;
}
.wp-global-area-message .area-message-list-item {
  padding: 2rem 1.5rem 1.5rem 1.5rem;
}
@media screen and (min-width: 900px) {
  .wp-global-area-message .area-message-list-item {
    padding: 3.75rem;
  }
}
.wp-global-area-message .area-message-list-item::before {
  content: "\e004";
  border-radius: 50%;
  width: 65px;
  font-size: 35px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -36px;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
}
.wp-global-area-message .area-message-list-item.area-message--emergency {
  border: 2px solid #ec8161;
}
.wp-global-area-message .area-message-list-item.area-message--emergency::before {
  background-color: #f6bcb1;
}
.wp-global-area-message .area-message-list-item.area-message--regular {
  border: 2px solid #ecc661;
}
.wp-global-area-message .area-message-list-item.area-message--regular::before {
  background-color: #f6e3b1;
}

.area-message-list-item__title {
  font-size: 1.375rem;
}
@media screen and (min-width: 900px) {
  .area-message-list-item__title {
    font-size: 1.75rem;
  }
}
.area-message-list-item__title {
  margin-bottom: 1.25rem;
  line-height: 1.2;
}

.area-message-list-item__content > * + * {
  margin-top: 1.25em;
}
.area-message-list-item__content > * + h1, .area-message-list-item__content > * + h2, .area-message-list-item__content > * + h3, .area-message-list-item__content > * + h4, .area-message-list-item__content > * + h5, .area-message-list-item__content > * + h6 {
  margin-top: 1.5em;
}
.area-message-list-item__content > h1 + *, .area-message-list-item__content > h2 + *, .area-message-list-item__content > h3 + *, .area-message-list-item__content > h4 + *, .area-message-list-item__content > h5 + *, .area-message-list-item__content > h6 + * {
  margin-top: 0.75em;
}
.area-message-list-item__content > ul li + li,
.area-message-list-item__content > ul li > ul,
.area-message-list-item__content > ul li > ol, .area-message-list-item__content > ol li + li,
.area-message-list-item__content > ol li > ul,
.area-message-list-item__content > ol li > ol {
  margin-top: 0.75em;
}

.area-message-list-item__text {
  width: 100%;
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .area-message-list-item__text {
    font-size: 1.125rem;
  }
}
.area-message-list-item__text {
  text-align: center;
}

.wp-hero-text {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .wp-hero-text {
    width: 56%;
  }
}
.wp-hero-text h2 {
  font-size: 1.625rem;
}
@media screen and (min-width: 900px) {
  .wp-hero-text h2 {
    font-size: 2.125rem;
  }
}
.wp-hero-text h2 {
  font-weight: 500;
  line-height: 2.5rem;
}
.wp-hero-text--2 {
  max-width: 383px;
  color: #fff;
}
.wp-hero-text p {
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-hero-text p {
    font-size: 1.125rem;
  }
}
.wp-hero-text p {
  font-weight: 300;
}

.webPart.egendef .webPartInnhold > * + * {
  margin-top: 1.25em;
}
.webPart.egendef .webPartInnhold > * + h1, .webPart.egendef .webPartInnhold > * + h2, .webPart.egendef .webPartInnhold > * + h3, .webPart.egendef .webPartInnhold > * + h4, .webPart.egendef .webPartInnhold > * + h5, .webPart.egendef .webPartInnhold > * + h6 {
  margin-top: 1.5em;
}
.webPart.egendef .webPartInnhold > h1 + *, .webPart.egendef .webPartInnhold > h2 + *, .webPart.egendef .webPartInnhold > h3 + *, .webPart.egendef .webPartInnhold > h4 + *, .webPart.egendef .webPartInnhold > h5 + *, .webPart.egendef .webPartInnhold > h6 + * {
  margin-top: 0.75em;
}
.webPart.egendef .webPartInnhold > ul li + li,
.webPart.egendef .webPartInnhold > ul li > ul,
.webPart.egendef .webPartInnhold > ul li > ol, .webPart.egendef .webPartInnhold > ol li + li,
.webPart.egendef .webPartInnhold > ol li > ul,
.webPart.egendef .webPartInnhold > ol li > ol {
  margin-top: 0.75em;
}

.wp-feedback {
  margin-bottom: 0 !important;
  padding: 3.5rem 0 2rem 0;
}
.wp-feedback #tilbakemelding {
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}
.wp-feedback #tilbakemelding .bc-feedback > h2 {
  float: none;
  display: block;
  text-align: center;
  font-weight: 500 !important;
  font-size: 1.5rem;
}
@media screen and (min-width: 900px) {
  .wp-feedback #tilbakemelding .bc-feedback > h2 {
    font-size: 2rem;
  }
}
.wp-feedback #tilbakemelding .bc-feedback > h2 {
  margin-top: 1rem;
}
.wp-feedback #tilbakemelding .bc-feedback-button-container {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin: 0;
  margin-top: 2rem;
}
.wp-feedback #tilbakemelding .bc-feedback-button-container button.bc-content-button {
  color: #043d4e;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border-radius: 5px;
  border: 2px solid #153453;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 4rem;
  padding: 0.5rem 1.5rem;
  position: relative;
  font-size: 1.125rem;
}
@media screen and (min-width: 900px) {
  .wp-feedback #tilbakemelding .bc-feedback-button-container button.bc-content-button {
    font-size: 1.25rem;
  }
}
.wp-feedback #tilbakemelding .bc-feedback-button-container button.bc-content-button:hover {
  background-color: #043d4e;
  border-color: #043d4e;
  color: #fff;
  outline: none;
}
@media screen and (min-width: 1400px) {
  .wp-feedback #tilbakemelding .bc-feedback-button-container button.bc-content-button {
    padding: 0.5rem 2rem;
    max-width: 5rem;
  }
}

.wp-hero-image {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 900px) {
  .wp-hero-image {
    width: 36%;
  }
}
@media screen and (min-width: 1400px) {
  .wp-hero-image {
    margin-bottom: 0;
  }
}
.wp-hero-image .banner-image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 238px;
  height: 238px;
  max-height: 438px;
  max-width: 438px;
}
@media screen and (min-width: 900px) {
  .wp-hero-image .banner-image {
    width: 338px;
    height: 338px;
  }
}
@media screen and (min-width: 1400px) {
  .wp-hero-image .banner-image {
    width: 438px;
    height: 438px;
  }
}

.wp-latest-articles {
  margin-top: 5.9375rem;
}
.wp-latest-articles .webPartTittel {
  font-size: 1.625rem;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles .webPartTittel {
    font-size: 2.125rem;
  }
}
.wp-latest-articles .webPartTittel {
  color: #043d4e;
  margin-bottom: 10px;
  font-weight: 500;
}
.wp-latest-articles .webPartInnhold ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-latest-articles .webPartInnhold ul > * + * {
  margin-top: 1.75rem;
}
@supports (display: grid) {
  .wp-latest-articles .webPartInnhold ul > * + * {
    margin-top: 0;
  }
  .wp-latest-articles .webPartInnhold ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 1.75rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-latest-articles .webPartInnhold ul > * + * {
    margin-top: 3.375rem;
  }
  @supports (display: grid) {
    .wp-latest-articles .webPartInnhold ul > * + * {
      margin-top: 0;
    }
    .wp-latest-articles .webPartInnhold ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -webkit-column-gap: 3.5rem;
         -moz-column-gap: 3.5rem;
              column-gap: 3.5rem;
      row-gap: 3.375rem;
    }
  }
}
@media screen and (min-width: 1400px) {
  .wp-latest-articles .webPartInnhold ul > * + * {
    margin-top: 3.375rem;
  }
  @supports (display: grid) {
    .wp-latest-articles .webPartInnhold ul > * + * {
      margin-top: 0;
    }
    .wp-latest-articles .webPartInnhold ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      -webkit-column-gap: 3.5rem;
         -moz-column-gap: 3.5rem;
              column-gap: 3.5rem;
      row-gap: 3.375rem;
    }
  }
}
.wp-latest-articles .webPartInnhold ul li {
  background-color: #e9eff4;
  border-radius: 5px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  border: 2px solid #fff;
}
.wp-latest-articles .webPartInnhold ul li:hover, .wp-latest-articles .webPartInnhold ul li:focus {
  border: 2px solid #043d4e;
  background-color: transparent;
}
.wp-latest-articles .webPartInnhold ul li .MargLink::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
}
.wp-latest-articles .webPartInnhold ul li .imgWrapper {
  margin-bottom: 32px;
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 56.25%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.wp-latest-articles .webPartInnhold ul li .imgWrapper img {
  position: absolute;
  width: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.wp-latest-articles .webPartInnhold ul li .tittel,
.wp-latest-articles .webPartInnhold ul li .ingress {
  display: block;
}
.wp-latest-articles .webPartInnhold ul li .tittel {
  font-size: 1.25rem;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles .webPartInnhold ul li .tittel {
    font-size: 1.5rem;
  }
}
.wp-latest-articles .webPartInnhold ul li .tittel {
  font-weight: 500;
  padding-right: 2.8125rem;
  padding-left: 2.8125rem;
  margin-top: 2.8125rem;
  padding-bottom: 1.125rem;
}
.wp-latest-articles .webPartInnhold ul li .ingress {
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles .webPartInnhold ul li .ingress {
    font-size: 1.125rem;
  }
}
.wp-latest-articles .webPartInnhold ul li .ingress {
  padding-right: 2.8125rem;
  padding-left: 2.875rem;
  margin-bottom: 3.8125rem;
  font-weight: 300;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.wp-latest-articles .webPartInnhold ul li .datoPublisert {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding-bottom: 0;
  position: absolute;
  left: 2.9375rem;
  bottom: 1rem;
}
.wp-latest-articles .webPartBunnLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-latest-articles .webPartBunnLink a {
  padding: 0.6875rem 1.125rem;
  background-color: #259b8c;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  border: 2px solid transparent;
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-latest-articles .webPartBunnLink a {
    font-size: 1.125rem;
  }
}
.wp-latest-articles .webPartBunnLink a {
  margin-top: 2rem;
}
.wp-latest-articles .webPartBunnLink a:focus, .wp-latest-articles .webPartBunnLink a:hover {
  border-color: #259b8c;
  color: #259b8c;
  background-color: transparent;
}

.wp-navigation-links {
  display: none;
}
@media screen and (min-width: 900px) {
  .wp-navigation-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.wp-navigation-links .webPartInnhold ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-navigation-links .webPartInnhold ul li {
  margin-right: 20px;
}
.wp-navigation-links .webPartInnhold ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-navigation-links .webPartInnhold ul li a {
    font-size: 1.125rem;
  }
}
.wp-navigation-links .webPartInnhold ul li a:hover, .wp-navigation-links .webPartInnhold ul li a:focus {
  -webkit-box-shadow: 0 0.1875rem 0 rgb(10, 61, 81);
          box-shadow: 0 0.1875rem 0 rgb(10, 61, 81);
}

.minside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.minside::before {
  font-size: 1.1875rem;
}
@media screen and (min-width: 900px) {
  .minside::before {
    font-size: 1.375rem;
  }
}
.minside::before {
  margin-right: 0.5em;
}

.wp-main-links {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-main-links .webPartInnhold {
    margin-bottom: 6.25rem;
  }
}
.wp-main-links .webPartInnhold ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-main-links .webPartInnhold ul > * + * {
  margin-top: 1.75rem;
}
@supports (display: grid) {
  .wp-main-links .webPartInnhold ul > * + * {
    margin-top: 0;
  }
  .wp-main-links .webPartInnhold ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 1.75rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-main-links .webPartInnhold ul > * + * {
    margin-top: 3.375rem;
  }
  @supports (display: grid) {
    .wp-main-links .webPartInnhold ul > * + * {
      margin-top: 0;
    }
    .wp-main-links .webPartInnhold ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -webkit-column-gap: 3.5rem;
         -moz-column-gap: 3.5rem;
              column-gap: 3.5rem;
      row-gap: 3.375rem;
    }
  }
}
@media screen and (min-width: 1400px) {
  .wp-main-links .webPartInnhold ul > * + * {
    margin-top: 3.375rem;
  }
  @supports (display: grid) {
    .wp-main-links .webPartInnhold ul > * + * {
      margin-top: 0;
    }
    .wp-main-links .webPartInnhold ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      -webkit-column-gap: 2.5rem;
         -moz-column-gap: 2.5rem;
              column-gap: 2.5rem;
      row-gap: 3.375rem;
    }
  }
}
.wp-main-links .webPartInnhold ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #043d4e;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wp-main-links .webPartInnhold ul li a:hover .text, .wp-main-links .webPartInnhold ul li a:focus .text {
  -webkit-box-shadow: 0 4px 0px 0 #043d4e;
          box-shadow: 0 4px 0px 0 #043d4e;
}
.wp-main-links .webPartInnhold ul li a span {
  position: relative;
  display: block;
}
.wp-main-links .webPartInnhold ul li a span .text {
  margin-bottom: 1.4375rem;
  font-size: 1.375rem;
}
@media screen and (min-width: 900px) {
  .wp-main-links .webPartInnhold ul li a span .text {
    font-size: 1.625rem;
  }
}
.wp-main-links .webPartInnhold ul li a span .text {
  -webkit-box-shadow: 0 2px 0px 0 #043d4e;
          box-shadow: 0 2px 0px 0 #043d4e;
  display: inline-block;
  font-weight: 500;
}
.wp-main-links .webPartInnhold ul li a span .description {
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-main-links .webPartInnhold ul li a span .description {
    font-size: 1.125rem;
  }
}
.wp-main-links .webPartInnhold ul li a span .description {
  font-weight: 300;
}
.wp-main-links .webPartInnhold ul li a span img {
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 50px;
  max-height: 50px;
}

.wp-search-box-links .webPartInnhold ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-search-box-links .webPartInnhold ul li {
  margin-right: 1.25rem;
}
.wp-search-box-links .webPartInnhold ul li a {
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-search-box-links .webPartInnhold ul li a {
    font-size: 1.125rem;
  }
}
.wp-search-box-links .webPartInnhold ul li a {
  color: #fff;
  background-color: #008372;
  border-radius: 3px;
  text-decoration: none;
  padding: 0.6875rem 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  border: 2px solid transparent;
}
.wp-search-box-links .webPartInnhold ul li a:focus, .wp-search-box-links .webPartInnhold ul li a:hover {
  color: #008372;
  background-color: transparent;
  border-color: #008372;
}

.wp-hero-link-collection {
  margin-top: 2rem;
}
@media screen and (min-width: 1400px) {
  .wp-hero-link-collection {
    margin-top: 0;
  }
}
.wp-hero-link-collection {
  max-width: 400px;
  width: 100%;
}
.wp-hero-link-collection .webPartInnhold ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wp-hero-link-collection .webPartInnhold ul li {
  margin-bottom: 2.1875rem;
}
.wp-hero-link-collection .webPartInnhold ul li a {
  display: inline;
  color: #fff;
  font-size: 1.25rem;
}
@media screen and (min-width: 900px) {
  .wp-hero-link-collection .webPartInnhold ul li a {
    font-size: 1.5rem;
  }
}
.wp-hero-link-collection .webPartInnhold ul li a {
  text-decoration: none;
  -webkit-box-shadow: 0px 1px 0px 0px rgb(255, 255, 255);
          box-shadow: 0px 1px 0px 0px rgb(255, 255, 255);
}
.wp-hero-link-collection .webPartInnhold ul li a:hover, .wp-hero-link-collection .webPartInnhold ul li a:focus {
  -webkit-box-shadow: 0px 2px 0px 0px rgb(255, 255, 255);
          box-shadow: 0px 2px 0px 0px rgb(255, 255, 255);
}

.wp-main-menu-links {
  margin-bottom: 4rem;
}
.wp-main-menu-links .webPartTittel {
  font-size: 1.375rem;
}
@media screen and (min-width: 900px) {
  .wp-main-menu-links .webPartTittel {
    font-size: 1.75rem;
  }
}
.wp-main-menu-links .webPartTittel {
  margin-bottom: 2rem;
  font-weight: 500;
}
.wp-main-menu-links .webPartInnhold ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-main-menu-links .webPartInnhold ul li {
  margin-right: 1.25rem;
}
.wp-main-menu-links .webPartInnhold ul li a {
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-main-menu-links .webPartInnhold ul li a {
    font-size: 1.125rem;
  }
}
.wp-main-menu-links .webPartInnhold ul li a {
  color: #fff;
  background-color: #138e7a;
  border-radius: 3px;
  text-decoration: none;
  padding: 0.6875rem 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  border: 2px solid transparent;
}
.wp-main-menu-links .webPartInnhold ul li a:focus, .wp-main-menu-links .webPartInnhold ul li a:hover {
  color: #138e7a;
  background-color: transparent;
  border-color: #138e7a;
}

.wp-sub-transport-menu {
  margin-top: 2rem;
}
.wp-sub-transport-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-sub-transport-menu ul > * + * {
  margin-top: 1rem;
}
@supports (display: grid) {
  .wp-sub-transport-menu ul > * + * {
    margin-top: 0;
  }
  .wp-sub-transport-menu ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 1rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-sub-transport-menu ul > * + * {
    margin-top: 2rem;
  }
  @supports (display: grid) {
    .wp-sub-transport-menu ul > * + * {
      margin-top: 0;
    }
    .wp-sub-transport-menu ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -webkit-column-gap: 3.5rem;
         -moz-column-gap: 3.5rem;
              column-gap: 3.5rem;
      row-gap: 2rem;
    }
  }
}
.wp-sub-transport-menu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-sub-transport-menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 20px 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-color: #ecf3f1;
  border-radius: 5px;
  border: 2px solid #ecf3f1;
  height: 100%;
  width: 100%;
}
.wp-sub-transport-menu ul li a:before {
  content: "\e5cc";
  margin-right: 0.5rem;
  margin-left: 1rem;
  font-size: 2.1875rem;
  color: #17907c;
}
.wp-sub-transport-menu ul li a span .text {
  font-size: 1.375rem;
}
@media screen and (min-width: 900px) {
  .wp-sub-transport-menu ul li a span .text {
    font-size: 1.625rem;
  }
}
.wp-sub-transport-menu ul li a:hover {
  border-color: #0a3d51;
}

.wp-footer-links {
  margin-bottom: 2rem;
}
.wp-footer-links .webPartTittel {
  color: #fff;
  font-size: 1.375rem;
}
@media screen and (min-width: 900px) {
  .wp-footer-links .webPartTittel {
    font-size: 1.75rem;
  }
}
.wp-footer-links .webPartTittel {
  margin-bottom: 2rem;
  font-weight: 500;
}
.wp-footer-links .webPartInnhold ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-footer-links .webPartInnhold ul li {
  margin-right: 1.25rem;
  margin-bottom: 0.5rem;
}
.wp-footer-links .webPartInnhold ul li:last-child {
  margin-right: 0;
}
.wp-footer-links .webPartInnhold ul li a {
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  padding: 0.6875rem 1.125rem;
  border: 2px solid #fff;
  font-size: 1.125rem;
}
@media screen and (min-width: 900px) {
  .wp-footer-links .webPartInnhold ul li a {
    font-size: 1.25rem;
  }
}
.wp-footer-links .webPartInnhold ul li a:hover, .wp-footer-links .webPartInnhold ul li a:focus {
  background-color: #fff;
  color: #043d4e;
}

.wp-meta-links .webPartInnhold ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-meta-links .webPartInnhold ul li {
  margin-right: 1.25rem;
}
.wp-meta-links .webPartInnhold ul li:last-child {
  margin-right: 0;
}
.wp-meta-links .webPartInnhold ul li a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9375rem;
}
@media screen and (min-width: 900px) {
  .wp-meta-links .webPartInnhold ul li a {
    font-size: 1rem;
  }
}
.wp-meta-links .webPartInnhold ul li a {
  text-decoration: none;
  -webkit-box-shadow: 0px 1px 0px 0px rgb(255, 255, 255);
          box-shadow: 0px 1px 0px 0px rgb(255, 255, 255);
}
.wp-meta-links .webPartInnhold ul li a:hover, .wp-meta-links .webPartInnhold ul li a:focus {
  -webkit-box-shadow: 0px 2px 0px 0px rgb(255, 255, 255);
          box-shadow: 0px 2px 0px 0px rgb(255, 255, 255);
}

.wp-social-media {
  margin-top: 2rem;
}
@media screen and (min-width: 1400px) {
  .wp-social-media {
    margin-top: 0;
  }
}
.wp-social-media .webPartTittel {
  font-size: 1.375rem;
}
@media screen and (min-width: 900px) {
  .wp-social-media .webPartTittel {
    font-size: 1.75rem;
  }
}
.wp-social-media .webPartTittel {
  color: #fff;
  font-weight: 500;
  margin-bottom: 2rem;
}
.wp-social-media .webPartInnhold ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.wp-social-media .webPartInnhold ul li a {
  text-decoration: none;
}
.wp-social-media .webPartInnhold ul li a > span:before {
  font-size: 2rem;
  display: inline-block;
}
.wp-social-media .webPartInnhold ul li a .text {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.wp-social-media .webPartInnhold ul li a:hover > span:before {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}

.wp-contact-cards {
  margin: 0 auto;
  max-width: 52.375rem;
}
.wp-contact-cards .webPartTittel {
  font-size: 1.5rem;
}
@media screen and (min-width: 900px) {
  .wp-contact-cards .webPartTittel {
    font-size: 2rem;
  }
}
.wp-contact-cards .webPartTittel {
  margin-bottom: 1.75rem;
  font-weight: 400;
}
.wp-contact-cards .webPartInnhold {
  background-color: #c1dad4;
  padding: 4.5rem;
}
.wp-contact-cards .webPartInnhold .person-text .person-name {
  font-size: 1.25rem;
}
@media screen and (min-width: 900px) {
  .wp-contact-cards .webPartInnhold .person-text .person-name {
    font-size: 1.5rem;
  }
}
.wp-contact-cards .webPartInnhold .person-text .person-name {
  font-weight: 500;
}
.wp-contact-cards .webPartInnhold .person-text .person-title {
  font-size: 1.25rem;
}
@media screen and (min-width: 900px) {
  .wp-contact-cards .webPartInnhold .person-text .person-title {
    font-size: 1.5rem;
  }
}
.wp-contact-cards .webPartInnhold .person-text .person-title {
  margin-bottom: 1rem;
}
.wp-contact-cards .webPartInnhold .person-text .person-email,
.wp-contact-cards .webPartInnhold .person-text .person-phone,
.wp-contact-cards .webPartInnhold .person-text .person-info,
.wp-contact-cards .webPartInnhold .person-text .person-mobile {
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-contact-cards .webPartInnhold .person-text .person-email,
  .wp-contact-cards .webPartInnhold .person-text .person-phone,
  .wp-contact-cards .webPartInnhold .person-text .person-info,
  .wp-contact-cards .webPartInnhold .person-text .person-mobile {
    font-size: 1.125rem;
  }
}
.wp-contact-cards .webPartInnhold .person-text .person-property-value {
  font-weight: 500;
}
.wp-contact-cards .webPartInnhold .person-text .person-property-value a {
  -webkit-box-shadow: 0 1px 0px 0 #043d4e;
          box-shadow: 0 1px 0px 0 #043d4e;
  text-decoration: none;
}
.wp-contact-cards .webPartInnhold .person-text .person-property-value a:hover, .wp-contact-cards .webPartInnhold .person-text .person-property-value a:focus {
  -webkit-box-shadow: 0 2px 0px 0 #043d4e;
          box-shadow: 0 2px 0px 0 #043d4e;
}

.text-box > * + * {
  margin-top: 1.25em;
}
.text-box > * + h1, .text-box > * + h2, .text-box > * + h3, .text-box > * + h4, .text-box > * + h5, .text-box > * + h6 {
  margin-top: 1.5em;
}
.text-box > h1 + *, .text-box > h2 + *, .text-box > h3 + *, .text-box > h4 + *, .text-box > h5 + *, .text-box > h6 + * {
  margin-top: 0.75em;
}
.text-box > ul li + li,
.text-box > ul li > ul,
.text-box > ul li > ol, .text-box > ol li + li,
.text-box > ol li > ul,
.text-box > ol li > ol {
  margin-top: 0.75em;
}

.wp-search-box--frontpage {
  margin-bottom: 1.6875rem;
}
.wp-search-box--frontpage .webPartTittel {
  font-size: 32px;
}
@media screen and (min-width: 900px) {
  .wp-search-box--frontpage .webPartTittel {
    font-size: 40px;
  }
}
.wp-search-box--frontpage .webPartTittel {
  margin-bottom: 2rem;
  line-height: 1.2;
  font-weight: 500;
}
.wp-search-box--frontpage .webPartInnhold > div {
  position: relative;
  max-width: 836px;
}
.wp-search-box--frontpage .webPartInnhold > div input[type=text],
.wp-search-box--frontpage .webPartInnhold > div input[type=submit],
.wp-search-box--frontpage .webPartInnhold > div input[type=password],
.wp-search-box--frontpage .webPartInnhold > div input[type=email],
.wp-search-box--frontpage .webPartInnhold > div textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wp-search-box--frontpage .webPartInnhold > div input[type=text] {
  padding: 0.75rem 4.75rem 0.75rem 1.75rem;
  border-radius: 5px;
  height: 4rem;
  width: 100%;
  overflow-x: hidden;
  font-size: inherit;
  text-overflow: ellipsis;
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-search-box--frontpage .webPartInnhold > div input[type=text] {
    font-size: 1.125rem;
  }
}
.wp-search-box--frontpage .webPartInnhold > div input[type=text] {
  color: #043d4e;
  border: 2px solid #043d4e;
}
.wp-search-box--frontpage .webPartInnhold > div input[type=text]::-webkit-input-placeholder {
  color: #043d4e;
}
.wp-search-box--frontpage .webPartInnhold > div input[type=text]::-moz-placeholder {
  color: #043d4e;
}
.wp-search-box--frontpage .webPartInnhold > div input[type=text]:-ms-input-placeholder {
  color: #043d4e;
}
.wp-search-box--frontpage .webPartInnhold > div input[type=text]::-ms-input-placeholder {
  color: #043d4e;
}
.wp-search-box--frontpage .webPartInnhold > div input[type=text]::placeholder {
  color: #043d4e;
}
.wp-search-box--frontpage .webPartInnhold > div input[type=submit] {
  background-color: transparent;
  background-image: url("../images/icon-search-black.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  border-radius: 0;
  color: #fff;
  border: none;
  cursor: pointer;
  height: calc(100% - 1rem);
  position: absolute;
  right: 0.5rem;
  text-indent: -10000rem;
  top: 0.5rem;
  width: 3rem;
}

.wp-calendar {
  margin-top: 0;
}
@media screen and (min-width: 1400px) {
  .wp-calendar {
    margin-top: 118px;
  }
}
.wp-calendar .webPartTittel {
  font-size: 1.625rem;
}
@media screen and (min-width: 900px) {
  .wp-calendar .webPartTittel {
    font-size: 2.125rem;
  }
}
.wp-calendar .webPartTittel {
  color: #043d4e;
  margin-bottom: 10px;
  font-weight: 500;
}
.wp-calendar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-calendar ul > * + * {
  margin-top: 1rem;
}
@supports (display: grid) {
  .wp-calendar ul > * + * {
    margin-top: 0;
  }
  .wp-calendar ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 1rem;
  }
}
@media screen and (min-width: 900px) {
  .wp-calendar ul > * + * {
    margin-top: 1.75rem;
  }
  @supports (display: grid) {
    .wp-calendar ul > * + * {
      margin-top: 0;
    }
    .wp-calendar ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -webkit-column-gap: 3.5rem;
         -moz-column-gap: 3.5rem;
              column-gap: 3.5rem;
      row-gap: 1.75rem;
    }
  }
}
.wp-calendar ul .event {
  border-bottom: 2px solid #ea9baf;
  border-top: 2px solid #ea9baf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.875rem 0;
  position: relative;
}
.wp-calendar ul .event:first-child {
  margin-top: 2px solid #ea9baf;
}
.wp-calendar ul .event:nth-child(3) {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (min-width: 900px) {
  .wp-calendar ul .event:nth-child(3) {
    border-bottom: 2px solid #ea9baf;
  }
}
.wp-calendar ul .event:nth-child(1), .wp-calendar ul .event:nth-child(2) {
  border-bottom: none;
  padding-bottom: 0;
}
.wp-calendar ul .event:hover .event-title, .wp-calendar ul .event:focus .event-title {
  text-decoration-color: #b70b63;
}
.wp-calendar ul .event:hover .event-date, .wp-calendar ul .event:focus .event-date {
  background-color: #ea9baf;
}
.wp-calendar ul .event:hover .event-date-day,
.wp-calendar ul .event:hover .event-date-month, .wp-calendar ul .event:focus .event-date-day,
.wp-calendar ul .event:focus .event-date-month {
  color: #730433;
}
.wp-calendar ul .event:hover .event-text a, .wp-calendar ul .event:focus .event-text a {
  text-decoration: none;
}
.wp-calendar ul .event:hover .event-text .event-title, .wp-calendar ul .event:focus .event-text .event-title {
  color: #b70b63;
}
.wp-calendar ul .event:hover .event-text .event-title::after, .wp-calendar ul .event:focus .event-text .event-title::after {
  width: 100%;
}
.wp-calendar ul .event .event-time {
  padding-left: 0.3rem;
}
.wp-calendar ul .event .event-location::after {
  content: " | ";
}
.wp-calendar ul .event .event-date {
  background-color: #b70b63;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 5.6875rem;
  height: 5.6875rem;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.8rem;
}
@media screen and (min-width: 1400px) {
  .wp-calendar ul .event .event-date {
    margin-right: 2.5rem;
  }
}
.wp-calendar ul .event .event-date {
  font-size: 1.1875rem;
}
@media screen and (min-width: 900px) {
  .wp-calendar ul .event .event-date {
    font-size: 1.375rem;
  }
}
.wp-calendar ul .event .event-date {
  color: #fff;
}
.wp-calendar ul .event .event-date .event-date-day {
  line-height: 0.7;
}
.wp-calendar ul .event .event-date .event-date-day,
.wp-calendar ul .event .event-date .event-date-month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-calendar ul .event .event-text {
  margin-top: 0.5rem;
}
.wp-calendar ul .event .event-text a::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
}
.wp-calendar ul .event .event-text .event-title {
  display: inline-block;
  text-decoration: underline;
  font-size: 1.1875rem;
}
@media screen and (min-width: 900px) {
  .wp-calendar ul .event .event-text .event-title {
    font-size: 1.375rem;
  }
}
.wp-calendar ul .event .event-text .event-title {
  color: #730433;
  margin-bottom: 0.875rem;
}
.wp-calendar ul .event .event-text .event-details {
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .wp-calendar ul .event .event-text .event-details {
    font-size: 1.125rem;
  }
}
.wp-calendar ul .event .event-text .event-details {
  color: #043d4e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-calendar ul .event .event-text .event-details .event-item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 900px) {
  .wp-calendar ul .event .event-text .event-details .event-item-meta {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.wp-calendar ul .event .event-text .event-details .event-item-meta div {
  margin-right: 0.75rem;
}
.wp-calendar ul .event .event-text .event-details .event-item-meta div:last-child {
  margin-right: 0;
}
.wp-calendar ul .event .event-text .event-details .event-item-meta .event-item-meta-property {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 900px) {
  .wp-calendar ul .event .event-text .event-details .event-item-meta .event-item-meta-property {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.wp-calendar ul .event .event-text .event-details .event-item-meta .event-item-meta-property--date {
  display: none;
}
.wp-calendar ul .event .event-text .event-details .event-item-meta .event-item-meta-property--time, .wp-calendar ul .event .event-text .event-details .event-item-meta .event-item-meta-property--location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 900px) {
  .wp-calendar ul .event .event-text .event-details .event-item-meta .event-item-meta-property--time, .wp-calendar ul .event .event-text .event-details .event-item-meta .event-item-meta-property--location {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.wp-calendar .calWPFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.3125rem;
}
.wp-calendar .calWPFooter a {
  font-size: 1.125rem;
}
@media screen and (min-width: 900px) {
  .wp-calendar .calWPFooter a {
    font-size: 1.25rem;
  }
}
.wp-calendar .calWPFooter a {
  background-color: #138e7a;
  border-radius: 5px;
  border: 2px solid transparent;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.6875rem 1.125rem;
  text-decoration: none;
  margin: 0 auto;
}
.wp-calendar .calWPFooter a:focus, .wp-calendar .calWPFooter a:hover {
  border-color: #259b8c;
  color: #259b8c;
  background-color: transparent;
}

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

.hidden:not(.il-skip-to-links) {
  display: none;
}

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

.il-leseweb-controls {
  margin: 1rem 0;
}
@media print {
  .il-leseweb-controls {
    display: none !important;
  }
}

.il-leseweb-button {
  background: #259b8c;
  border: 2px solid currentColor;
  border-radius: 0;
  color: #fff;
  padding: 0.75em 1em;
  font-family: inherit;
  font-size: 1rem;
  -webkit-transition: background 0.15s ease-in-out, color 0.15s ease-in-out, opacity 0.15s ease-in-out;
  transition: background 0.15s ease-in-out, color 0.15s ease-in-out, opacity 0.15s ease-in-out;
}
.il-leseweb-button:not(:disabled) {
  cursor: pointer;
}
.il-leseweb-button:not(:disabled):hover, .il-leseweb-button:not(:disabled):focus {
  background: #fff;
  color: #259b8c;
}
.il-leseweb-button:disabled {
  opacity: 0.5;
}

.il-leseweb-button {
  border-radius: 5px;
}

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

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

body {
  --v-global-link-text-color: #043d4e;
  --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: #043d4e;
  --v-global-link-font-weight: 700;
}
body a:hover {
  --v-global-link-text-color: #043d4e;
  --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: #043d4e;
  --v-global-link-font-weight: 700;
}

:root {
  --v-content-button-border-width: 0.125rem;
  --v-content-button-border-color: rgba(0, 0, 0, 0);
  --v-content-button-border-radius: 0.3125rem;
  --v-content-button-padding: 0.6875rem 1.125rem;
  --v-content-button-text-color: #ffffff;
  --v-content-button-background: #259b8c;
  --v-content-button-hover-border-color: rgba(37, 155, 140, 0.77);
  --v-content-button-hover-text-color: #58b2a7;
  --v-content-button-hover-background: rgba(37, 155, 140, 0.23);
}

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

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

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

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

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

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

.client-content-widget--filtervisning--person .filtervisning-item-list {
  padding-top: 1rem;
}
.client-content-widget--filtervisning--person .shouldHaveSeparator {
  row-gap: 0;
}
.client-content-widget--filtervisning--person .shouldHaveSeparator .cc-grid-list-item:not(:first-child) {
  border-top: 1px solid #666;
}
.client-content-widget--filtervisning--person div.filtervisning-item {
  height: 100%;
}
.client-content-widget--filtervisning--person div.filtervisning-item > div.bc-dangerousHtml {
  height: 100%;
}

.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person {
  height: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-body,
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-body-content,
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-text-content {
  height: 100%;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-image {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-title-text,
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-text-column {
  word-break: break-word;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-text-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person {
  --v-teaser-text-child-gap: 1em;
  --v-teaser-child-gap: 0;
  --v-teaser-border-width: 0;
  --v-teaser-border-color: inherit;
  --v-teaser-border-radius: 0;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person.cc-teaser--vertical {
  --v-teaser-image-border-radius: 0 0 0 0;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person.cc-teaser--horizontal .cc-teaser-body-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person.cc-teaser--horizontal .cc-teaser-image {
  width: 33%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person.cc-teaser--horizontal .cc-teaser-image-content {
  height: 100%;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person.cc-teaser--horizontal {
  --v-teaser-image-border-radius: 0 0 0 0;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-image-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-image-content .cc-picture {
  height: 100%;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--horizontal {
  --v-teaser-image-border-radius: 0 0 0 0;
  --v-teaser-image-border-radius: 0 0 0 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--horizontal .cc-teaser-image {
  padding: 1rem;
  width: calc(var(--v-date-badge-width, 8rem) + 2rem);
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--horizontal:has(.cc-picture) .cc-teaser-image {
  width: 33%;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--horizontal .cc-teaser-text {
  width: 67%;
}
@container (max-width: 400px) {
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--horizontal:has(.cc-picture) .cc-teaser-image {
    width: 100%;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--horizontal .cc-teaser-text {
    width: 100%;
  }
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--vertical {
  --v-teaser-image-border-radius: 0 0 0 0;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--vertical .cc-teaser-image-content {
  width: 100%;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation--vertical .cc-picture {
  width: 100%;
}
@container (max-width: 600px) {
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal .cc-teaser-image {
    width: calc(var(--v-date-badge-width, 8rem) + 2rem);
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal:has(.cc-picture) .cc-teaser-image {
    width: 33%;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal .cc-teaser-text {
    width: 67%;
  }
  @container (max-width: 400px) {
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal .cc-teaser-image {
      width: 100%;
    }
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal .cc-teaser-text {
      width: 100%;
    }
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--vertical .cc-teaser-image-content {
    width: 100%;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-narrow--vertical .cc-picture {
    width: 100%;
  }
}
@container (min-width: 601px) and (max-width: 900px) {
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal .cc-teaser-image {
    width: calc(var(--v-date-badge-width, 8rem) + 2rem);
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal:has(.cc-picture) .cc-teaser-image {
    width: 33%;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal .cc-teaser-text {
    width: 67%;
  }
  @container (max-width: 400px) {
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal .cc-teaser-image {
      width: 100%;
    }
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal .cc-teaser-text {
      width: 100%;
    }
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--vertical .cc-teaser-image-content {
    width: 100%;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-normal--vertical .cc-picture {
    width: 100%;
  }
}
@container (min-width: 901px) {
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal .cc-teaser-image {
    width: calc(var(--v-date-badge-width, 8rem) + 2rem);
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal:has(.cc-picture) .cc-teaser-image {
    width: 33%;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal .cc-teaser-text {
    width: 67%;
  }
  @container (max-width: 400px) {
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal .cc-teaser-image {
      width: 100%;
    }
    .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal .cc-teaser-text {
      width: 100%;
    }
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--vertical .cc-teaser-image-content {
    width: 100%;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:has(.cc-teaser-image) .cc-teaser-body-content.u-orientation.u-orientation-wide--vertical .cc-picture {
    width: 100%;
  }
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:not(:has(.cc-teaser-image)) .cc-teaser-body-content.u-orientation.u-orientation--horizontal .cc-teaser-text-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@container (max-width: 600px) {
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:not(:has(.cc-teaser-image)) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal .cc-teaser-text-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:not(:has(.cc-teaser-image)) .cc-teaser-body-content.u-orientation.u-orientation-narrow--horizontal .cc-teaser-text-column {
    width: 50%;
  }
}
@container (min-width: 601px) and (max-width: 900px) {
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:not(:has(.cc-teaser-image)) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal .cc-teaser-text-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:not(:has(.cc-teaser-image)) .cc-teaser-body-content.u-orientation.u-orientation-normal--horizontal .cc-teaser-text-column {
    width: 50%;
  }
}
@container (min-width: 901px) {
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:not(:has(.cc-teaser-image)) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal .cc-teaser-text-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:not(:has(.cc-teaser-image)) .cc-teaser-body-content.u-orientation.u-orientation-wide--horizontal .cc-teaser-text-column {
    width: 50%;
  }
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person {
  --v-teaser-text-color: inherit;
  --v-teaser-background: ;
  --v-teaser-title-link-text-color: inherit;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-body-content .cc-heading .cc-teaser-title-link {
  --v-teaser-title-link-underline-color: inherit;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person img {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person {
  --v-teaser-text-padding: 1.5rem;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-meta--primary {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-meta-item.cc-teaser-meta-item--information .cc-teaser-meta-item-label-text {
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-meta-item.cc-teaser-meta-item--phone .cc-teaser-meta-item-label-text, .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-meta-item.cc-teaser-meta-item--mobile .cc-teaser-meta-item-label-text, .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-meta-item.cc-teaser-meta-item--email .cc-teaser-meta-item-label-text {
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-meta-item.cc-teaser-meta-item--phone .cc-teaser-meta-item-value, .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-meta-item.cc-teaser-meta-item--mobile .cc-teaser-meta-item-value, .cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-teaser-meta-item.cc-teaser-meta-item--email .cc-teaser-meta-item-value {
  font-weight: normal;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person .cc-tag {
  --v-tag-border-width: 0;
  --v-tag-border-color: inherit;
  --v-tag-border-radius: 0;
  --v-tag-padding: 0.25em 1em;
  --v-tag-text-color: inherit;
  --v-tag-background: white;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:hover {
  --v-teaser-background: ;
  --v-teaser-text-color: inherit;
  --v-teaser-border-color: inherit;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:hover img {
  scale: 1;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:hover {
  --v-teaser-title-link-text-color: inherit;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:hover .cc-teaser-body-content .cc-teaser-title .cc-teaser-title-link {
  --v-teaser-title-link-underline-color: inherit;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:hover .cc-teaser-meta-item::before {
  color: inherit;
}
.cc-teaser:where(:not(.u-is-designed)).cc-teaser--person:hover .cc-tag {
  --v-tag-text-color: inherit;
  --v-tag-background: white;
  --v-tag-border-color: inherit;
}

.cc-page:where(:not(.u-is-designed)).cc-page--person {
  --v-default-item-spacing-level: 0.75;
}
.cc-page:where(:not(.u-is-designed)).cc-page--person .cc-page-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.cc-page:where(:not(.u-is-designed)).cc-page--person .cc-page-header-content .cc-image {
  aspect-ratio: 3;
  -o-object-fit: cover;
     object-fit: cover;
}
.cc-page:where(:not(.u-is-designed)).cc-page--person .u-width-wide--8 {
  gap: 2rem;
}
.cc-page:where(:not(.u-is-designed)).cc-page--person .u-width-wide--4 {
  padding: 2rem;
}
.cc-page:where(:not(.u-is-designed)).cc-page--person .cc-widget {
  gap: 1rem;
}
.cc-page:where(:not(.u-is-designed)).cc-page--person .cc-property-list--event-details {
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  padding: 2rem 0;
}
.cc-page:where(:not(.u-is-designed)).cc-page--person .cc-property-list-item-label {
  --v-property-list-item-label-font-size: 0.8em;
  --v-property-list-item-label-font-weight: 700;
  --v-property-list-item-label-line-height: 1.5;
}
.cc-page:where(:not(.u-is-designed)).cc-page--person .cc-property-list-item {
  --v-property-list-item-font-size: 1em;
  --v-property-list-item-font-weight: 400;
  --v-property-list-item-line-height: 1.5;
}
.cc-page:where(:not(.u-is-designed)).cc-page--person .cc-tag-list {
  margin-top: 0.5em;
  --v-tag-list-item-spacing: 1em;
}
.cc-page:where(:not(.u-is-designed)).cc-page--person .cc-tag {
  color: #4C5063;
  --v-tag-border-width: 2px;
  --v-tag-border-color: #f8f8f8;
  --v-tag-border-radius: 4px;
  --v-tag-padding: 0.25rem 1rem;
  --v-tag-text-color: #4C5063;
  --v-tag-background: transparent;
}
.cc-page:where(:not(.u-is-designed)).cc-page--person .cc-show-more-container .cc-tag {
  --v-tag-background: #f8f8f8;
}

:root {
  --v-faq-question-border-color: #043d4e;
  --v-faq-question-border-radius: 0.188rem;
  --v-faq-question-padding: 1rem;
  --v-faq-question-text-color: #043d4e;
  --v-faq-question-background: #e9eff4;
  --v-faq-question-icon-color: #043d4e;
  --v-faq-answer-border-color: #043d4e;
  --v-faq-answer-padding: 1rem;
  --v-faq-answer-text-color: #043d4e;
  --v-faq-answer-background: #c1dad4;
}

[open] {
  --v-faq-question-border-radius: 0.188rem;
  --v-faq-question-padding: 1rem;
  --v-faq-question-background: #9ac3ba;
  --v-faq-question-icon-color: #043d4e;
}

:root {
  --v-table-border-radius: 0;
  --v-table-header-background: #eaeced;
  --v-table-header-column-border-width: 0;
  --v-table-header-column-border-color: #043d4e;
  --v-table-header-border-radius: 0;
  --v-table-column-padding: 0.75rem;
  --v-table-header-text-color: #043d4e;
  --v-table-column-border-width: 0;
  --v-table-column-border-color: #043d4e;
  --v-table-row-border-radius: 0;
  --v-table-row-background-odd: #ffffff;
  --v-table-row-background-even: #eaeced;
}