/* CssVars count: 9 */

:root {

/* webhostname.MetaData(CssVars) guid: d7fced90899d4787a4019963e7a7b247 */

 --branding-primary-color: 0 0 0;
 --branding-cta-color: 255 3 186;
 --branding-cta-foreground-color: 255 255 255;
 --branding-primary-foreground-color: 255 255 255;
 --footer-background-color: 0 100 240;
 --footer-foreground-color: 255 255 255;
 --header-background-color: 0 100 240;
 --header-foreground-color: 255 255 255;
}


/* WebHostname.Css guid: d7fced90899d4787a4019963e7a7b247 */

/* 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;
}

* {
    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: 'Anton', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

:root {
    --color-text-dark: 73 69 79;
}


/* WebRouteTemplate.Css guid: d9c64932d091488b9a86110ccecea790 */

:root {
    --color-text-dark: 73 69 79;
}


/* WebSectionTemplate.Css guid: 9cef9e9016f34b81aa0ba78faa655a97 */

.class-display-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .class-display-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.class-display-section + .ungsys-section.no-bg,
.ungsys-section.no-bg + .class-display-section {
  padding-top: 20px;
}

.class-display-section:has(+ .ungsys-section.no-bg),
.ungsys-section.no-bg:has(+ .class-display-section) {
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .class-display-section + .ungsys-section.no-bg,
  .ungsys-section.no-bg + .class-display-section {
    padding-top: 40px;
  }
  .class-display-section:has(+ .ungsys-section.no-bg),
  .ungsys-section.no-bg:has(+ .class-display-section) {
    padding-bottom: 40px;
  }
}


/* WebSectionTemplate.Css guid: 88c14a85dffc482289190bfa46dfaeee */

.text-section {
  padding-top: 40px;
  padding-bottom: 40px;
  word-break: break-word;
}
.text-section-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 22px;
  padding-left: 22px;
}
@media (min-width: 640px) {
  .text-section-inner {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .text-section-inner {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .text-section-inner {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1280px) {
  .text-section-inner {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1536px) {
  .text-section-inner {
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
.text-section__center-aligned {
  text-align: center;
}
.text-section__left-aligned {
  text-align: left;
}
.text-section.no-bg:has(+ .no-bg) {
  padding-bottom: 12.5px;
}
.text-section.no-bg + .no-bg {
  padding-top: 12.5px;
}
.text-section.colored-bg {
  background-color: rgb(var(--branding-primary-color));
  color: rgb(var(--branding-primary-foreground-color));
}
.text-section.colored-bg:has(+ .colored-bg) {
  padding-bottom: 12.5px;
}
.text-section.colored-bg + .colored-bg {
  padding-top: 12.5px;
}
.text-section .section-title {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .text-section .section-title {
    margin-bottom: 25px;
  }
  .text-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .text-section .section-title {
    margin-bottom: 15px;
  }
  .text-section.no-bg:has(+ .no-bg) {
    padding-bottom: 25px;
  }
  .text-section.no-bg + .no-bg {
    padding-top: 25px;
  }
  .text-section.colored-bg:has(+ .colored-bg) {
    padding-bottom: 25px;
  }
  .text-section.colored-bg + .colored-bg {
    padding-top: 25px;
  }
}


