/* CssVars count: 9 */

:root {

/* webhostname.MetaData(CssVars) guid: c34faf9fac064f47a3199da83859d8b2 */

 --branding-primary-color: 255 107 107;
 --branding-cta-color: 255 107 107;
 --branding-cta-foreground-color: 0 0 0;
 --branding-primary-foreground-color: 0 0 0;
 --footer-background-color: 37 37 37;
 --footer-foreground-color: 255 255 255;
 --header-background-color: 255 107 107;
 --header-foreground-color: 0 0 0;
}


/* WebHostname.Css guid: c34faf9fac064f47a3199da83859d8b2 */

@font-face {
    font-family: "KBH";
    src: url("/admin/page-builder/web/fonts/kk/KBH-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "KBH";
    src: url("/admin/page-builder/web/fonts/kk/KBH-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "KBH";
    src: url("/admin/page-builder/web/fonts/kk/KBH-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "KBH";
    src: url("/admin/page-builder/web/fonts/kk/KBH-Black.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "KBH Tekst";
    src: url("/admin/page-builder/web/fonts/kk/KBHTekst.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "KBH Tekst";
    src: url("/admin/page-builder/web/fonts/kk/KBHTekst-Italic.woff2") format("woff2");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "KBH Tekst";
    src: url("/admin/page-builder/web/fonts/kk/KBHTekst-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

:root {
    --color-text-dark: 73 69 79;
    --font-heading: 'KBH';
}

* {
    font-family: 'KBH Tekst', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'KBH', , 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';
}

#nav-menu.open {
    left: 0;
}


/* WebRouteTemplate.Css guid: d9c64932d091488b9a86110ccecea790 */

:root {
    --color-text-dark: 73 69 79;
}


/* WebSectionTemplate.Css guid: 0a2c84e1cf254fcda5e9f9d14df2ef3f */

.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;
  }
}


