/* CssVars count: 9 */

:root {

/* webhostname.MetaData(CssVars) guid: 97e32647a48840d58803a34f0faf162d */

 --header-background-color: 0 0 0;
 --header-foreground-color: 255 255 255;
 --footer-background-color: 255 255 255;
 --footer-foreground-color: 0 0 0;
 --branding-primary-color: 128 186 255;
 --branding-cta-color: 255 99 13;
 --branding-cta-foreground-color: 0 0 0;
 --branding-primary-foreground-color: 0 0 0;
}


/* WebHostname.Css guid: 97e32647a48840d58803a34f0faf162d */

/* Dette er en kommentar fra Host Name 97e32647a48840d58803a34f0faf162d*/

@font-face {
    src: url('/admin/page-builder/web/fonts/poppins/Poppins-ExtraLight.ttf');
    font-display: swap;
    font-family: "poppins";
    font-weight: 200;
    font-style: normal;
}
@font-face {
    src: url('/admin/page-builder/web/fonts/poppins/Poppins-Light.ttf');
    font-display: swap;
    font-family: "poppins";
    font-weight: 300;
    font-style: normal;
}
@font-face {
    src: url('/admin/page-builder/web/fonts/poppins/Poppins-Regular.ttf');
    font-display: swap;
    font-family: "poppins";
    font-weight: 400;
    font-style: normal;
}
@font-face {
    src: url('/admin/page-builder/web/fonts/poppins/Poppins-Medium.ttf');
    font-display: swap;
    font-family: "poppins";
    font-weight: 500;
    font-style: normal;
}
@font-face {
    src: url('/admin/page-builder/web/fonts/poppins/Poppins-SemiBold.ttf');
    font-display: swap;
    font-family: "poppins";
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "poppins";
    src: url('/admin/page-builder/web/fonts/poppins/Poppins-Bold.ttf');
    font-display: swap;
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Anton';
    src: url('/admin/page-builder/web/fonts/anton/Anton-Regular.ttf') format('truetype');
    font-display: swap;
}

:root {
    --color-text-dark: 73 69 79;
    --font-heading: 'Anton';
}

* {
    font-family: "poppins", ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.section-title, 
.hero-item-content-title, 
.welcome-banner-mobile h1,
.animated-header-heading span {
    font-family: var(--font-heading), ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}


/* WebRouteTemplate.Css guid: d0a9fb3ca32742b5b759681c922c2c3c */

.sitemap-page {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 22px;
  padding-left: 22px;
}@media (min-width: 640px) {.sitemap-page {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}@media (min-width: 768px) {.sitemap-page {
    max-width: 768px;
  }
}@media (min-width: 1024px) {.sitemap-page {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}@media (min-width: 1280px) {.sitemap-page {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}@media (min-width: 1536px) {.sitemap-page {
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}.sitemap-page {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .sitemap-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.sitemap-page .sitemap-title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .sitemap-page .sitemap-title {
    margin-bottom: 25px;
  }
}
.sitemap-page .sitemap-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .sitemap-page .sitemap-container {
    gap: 40px;
    flex-direction: row;
  }
  .sitemap-page .sitemap-content {
    width: 50%;
  }
}
.sitemap-page .sitemap-section-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}
.sitemap-page .sitemap-group-list {
  background-color: color-mix(in oklab, rgb(var(--branding-primary-color)) 15%, transparent);
  padding: 20px 40px;
  border-radius: 20px;
}
.sitemap-page li {
  margin-bottom: 10px;
}


