/* 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: 57 73 171;
 --branding-cta-color: 0 120 165;
 --branding-cta-foreground-color: 255 255 255;
 --branding-primary-foreground-color: 255 255 255;
}


/* 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: 20904dbfcb6f457ba371a87a6b1cf08b */

.subjectclass-list-page .all-subjectclasses-banner .banner-container {
  height: 194px;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .subjectclass-list-page .all-subjectclasses-banner .banner-container {
    height: 320px;
  }
}
@media (min-width: 1024px) {
  .subjectclass-list-page .all-subjectclasses-banner .banner-container {
    height: 500px;
  }
}
.subjectclass-list-page .all-subjectclasses-banner .banner-title-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.subjectclass-list-page .all-subjectclasses-banner .banner-title {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .subjectclass-list-page .all-subjectclasses-banner .banner-title {
    font-size: 48px;
  }
}
@media (min-width: 1024px) {
  .subjectclass-list-page .all-subjectclasses-banner .banner-title {
    font-size: 60px;
  }
}
.subjectclass-list-page .all-subjectclasses-banner .banner-search-container {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 5;
}
.subjectclass-list-page .all-subjectclasses-banner .banner-search-form {
  width: 300px;
  height: 50px;
  margin: 0;
  background-color: #ffffff;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(var(--branding-primary-color));
  border-radius: 9999px;
  display: flex;
  align-items: center;
  padding: 4px;
  position: absolute;
  bottom: -25px;
}
@media (min-width: 768px) {
  .subjectclass-list-page .all-subjectclasses-banner .banner-search-form {
    width: 384px;
  }
}
@media (min-width: 1024px) {
  .subjectclass-list-page .all-subjectclasses-banner .banner-search-form {
    width: 450px;
  }
}
.subjectclass-list-page .all-subjectclasses-banner .banner-search-icon {
  height: 43px;
  width: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.subjectclass-list-page .all-subjectclasses-banner .banner-search-input {
  height: 100%;
  flex-grow: 1;
  border: none;
  outline: none;
  box-shadow: none;
}
.subjectclass-list-page .all-subjectclasses-banner .banner-search-input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(73 69 79 / var(--tw-text-opacity, 1));
  font-size: 18px;
}
.subjectclass-list-page .all-subjectclasses-banner .banner-search-input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(73 69 79 / var(--tw-text-opacity, 1));
  font-size: 18px;
}
.subjectclass-list-page .all-subjectclasses-banner .banner-filter-button {
  height: 40px;
  width: 40px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subjectclass-list-page .all-subjectclasses-banner .banner-filter-button-icon {
  font-size: 20px;
}
.subjectclass-list-page .all-subjectclasses-filter {
  position: fixed;
  bottom: 0;
  width: 100vw;
  max-height: 0;
  overflow: hidden;
  background-color: white;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  transition: all 0.7s ease-in-out;
  z-index: 10;
  visibility: hidden;
}
.subjectclass-list-page .all-subjectclasses-filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .subjectclass-list-page .all-subjectclasses-filter {
    right: -600px;
    width: 600px;
    max-height: 78vh;
  }
  .subjectclass-list-page .all-subjectclasses-filter.open {
    right: 0px;
  }
}
.subjectclass-list-page .all-subjectclasses-filter.open {
  max-height: 78vh;
  visibility: visible;
}
.subjectclass-list-page .all-subjectclasses-filter-container {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.subjectclass-list-page .all-subjectclasses-filter .filter-header-container {
  height: 73px;
  border-bottom-width: 6px;
  border-bottom-color: rgb(var(--branding-primary-color)/0.2);
  border-bottom-style: solid;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subjectclass-list-page .all-subjectclasses-filter .filter-header {
  flex-grow: 1;
  position: relative;
  padding: 1.25rem;
  text-align: center;
}
.subjectclass-list-page .all-subjectclasses-filter .filter-header-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}
.subjectclass-list-page .all-subjectclasses-filter .filter-toggle-button {
  position: absolute;
  right: 28px;
}
.subjectclass-list-page .all-subjectclasses-filter .filter-toggle-button span {
  font-size: 18px;
  vertical-align: middle;
  color: rgb(var(--branding-primary-color));
}
.subjectclass-list-page .all-subjectclasses-filter .filter-content-container {
  padding: 24px;
  overflow: auto;
  height: calc(78vh - 146px);
  flex-grow: 1;
}
.subjectclass-list-page .all-subjectclasses-filter .filter-type-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.subjectclass-list-page .all-subjectclasses-filter .filter-type-container fieldset {
  display: flex;
  flex-direction: column;
}
.subjectclass-list-page .all-subjectclasses-filter .filter-type-header {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  margin-bottom: 24px;
}
.subjectclass-list-page .all-subjectclasses-filter .filter-type-header .clear-filter-button {
  color: rgb(var(--branding-primary-color));
  font-size: 12px;
}
.subjectclass-list-page .all-subjectclasses-filter .filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.subjectclass-list-page .all-subjectclasses-filter .filter-list li {
  position: relative;
}
.subjectclass-list-page .all-subjectclasses-filter .filter-list input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: 1;
}
.subjectclass-list-page .all-subjectclasses-filter .filter-list input[type=checkbox] + label {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: inline-block;
  padding: 10px;
  font-size: 12px;
  border-radius: 9px;
  border: 1px solid rgb(var(--branding-primary-color));
  cursor: pointer;
}
.subjectclass-list-page .all-subjectclasses-filter .filter-list input[type=checkbox]:checked + label {
  color: rgb(var(--branding-primary-foreground-color));
  background-color: rgb(var(--branding-primary-color));
}
.subjectclass-list-page .all-subjectclasses-filter .filter-list input[type=checkbox]:hover:not(:disabled):not(:checked) + label, .subjectclass-list-page .all-subjectclasses-filter .filter-list input[type=checkbox]:focus-visible:not(:disabled):not(:checked) + label {
  background-color: rgba(var(--branding-primary-color)/0.12);
  border: 1px solid color-mix(in srgb, rgb(var(--branding-primary-color)) 80%, black);
}
.subjectclass-list-page .all-subjectclasses-filter .filter-list input[type=checkbox]:checked:hover + label, .subjectclass-list-page .all-subjectclasses-filter .filter-list input[type=checkbox]:focus-visible + label {
  background-color: color-mix(in srgb, rgb(var(--branding-primary-color)) 80%, black);
}
.subjectclass-list-page .all-subjectclasses-filter .filter-list input[type=checkbox]:disabled + label {
  border-color: #585858;
  color: #585858;
  text-decoration: line-through;
  cursor: not-allowed;
}
.subjectclass-list-page .all-subjectclasses-filter .filter-footer-container {
  padding: 24px;
  height: 73px;
  width: 100%;
  border-top: 6px solid rgb(var(--branding-primary-color)/0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.subjectclass-list-page .all-subjectclasses-filter #filter-submit-button {
  display: flex;
  gap: 5px;
}
.subjectclass-list-page .active-filter-container {
  margin-top: 65px;
  margin-left: 12px;
  margin-right: 12px;
  display: none;
}
@media (min-width: 768px) {
  .subjectclass-list-page .active-filter-container {
    margin-left: 24px;
    margin-right: 24px;
  }
}
@media (min-width: 1024px) {
  .subjectclass-list-page .active-filter-container {
    margin-top: 112px;
  }
}
.subjectclass-list-page .active-filter-container .active-filter-title {
  font-size: 14px;
  margin-bottom: 8px;
}
.subjectclass-list-page .active-filter-container .active-filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 8px;
}
.subjectclass-list-page .active-filter-container .active-filter-list .active-filter-list-item {
  font-size: 11px;
  background-color: #efefef;
  border-radius: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}
.subjectclass-list-page .active-filter-container .active-filter-list .active-filter-list-item span {
  cursor: pointer;
  color: #ef4444;
  font-size: 14px;
}
.subjectclass-list-page .active-filter-container:has(.active-filter-list-item) ~ div.class-display-section:not(.hidden) {
  opacity: 1;
  transform: unset;
}


/* WebSectionTemplate.Css guid: f46dd259805941739b550b4e996c3b97 */

.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: 09232181fd484201af846586c0605c22 */

.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: e264ca579f77429c92336cac238696ff */

.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: 5015d348a7684472876b6ad3873683d3 */

.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;
  }
}


