/* style/font-faces.css */
@font-face {
  font-family: WorkSans;
  font-style: normal;
  font-weight: 400;
  src: url("../WorkSans-Regular-X4T7SI6P.ttf");
}
@font-face {
  font-family: WorkSans;
  font-style: normal;
  font-weight: 700;
  src: url("../WorkSans-Bold-KTFCCBJQ.ttf");
}
@font-face {
  font-family: WorkSans;
  font-style: normal;
  font-weight: 900;
  src: url("../WorkSans-Black-ES37NM6O.ttf");
}
@font-face {
  font-family: WorkSans;
  font-style: italic;
  font-weight: 400;
  src: url("../WorkSans-Italic-AO6GMNMU.ttf");
}
@font-face {
  font-family: fdficons;
  src: url("../fdficons-FKVSCS3U.woff");
}

/* style/colors.css */
:root {
  --fdf-bl\e5: #5F8CB4;
  --nat-bl\e5: #003255;
  --hvid: #FFFFFF;
  --efter\e5rsr\f8 d: #D22832;
  --syren: #9182C8;
  --korngul: #FFB91E;
  --gr\e6sgr\f8n: #7DC855;
  --s\f8 bl\e5: #4678C8;
  --granit: #7D878C;
  --flammefarvet: #FF733C;
  --syren: #9182C8;
  --syren-L: #ACA1D5;
  --syren-LL: #C8C0E3;
  --syren-LLL: #E3DFF1;
  --korngul: #FFB91E;
  --korngul-L: #FFCA56;
  --korngul-LL: #FFDC8E;
  --korngul-LLL: #FFEDC6;
  --efter\e5rsr\f8 d: #D22832;
  --efter\e5rsr\f8 d-L: #DD5D65;
  --efter\e5rsr\f8 d-LL: #E89398;
  --efter\e5rsr\f8 d-LLL: #F3C9CB;
  --gr\e6sgr\f8n: #7DC855;
  --gr\e6sgr\f8n-L: #9DD57F;
  --gr\e6sgr\f8n-LL: #BEE3AA;
  --gr\e6sgr\f8n-LLL: #DEF1D4;
  --s\f8 bl\e5: #4678C8;
  --s\f8 bl\e5-L: #7499D5;
  --s\f8 bl\e5-LL: #A2BBE3;
  --s\f8 bl\e5-LLL: #D0DDF1;
  --granit: #7D878C;
  --granit-L: #9DA5A8;
  --granit-LL: #BEC3C5;
  --granit-LLL: #DEE1E2;
  --flammefarvet: #FF733C;
  --flammefarvet-L: #FF966C;
  --flammefarvet-LL: #FFB99D;
  --flammefarvet-LLL: #FFDCCE;
  --nat-bl\e5: #003255;
  --nat-bl\e5-L: #3F657F;
  --nat-bl\e5-LL: #7F98AA;
  --nat-bl\e5-LLL: #BFCBD4;
  --fdf-bl\e5: #5F8CB4;
  --fdf-bl\e5-L: #87A8C6;
  --fdf-bl\e5-LL: #AFC5D9;
  --fdf-bl\e5-LLL: #D7E2EC;
}

/* style/core.css */
* {
  box-sizing: border-box;
}
html {
  font-family: WorkSans, sans-serif;
  font-size: 16px;
}
body {
  background-color: var(--hvid);
  margin: 0px;
}
main {
  margin: 10px 20px 10px 20px;
}
@media (width < 700px) {
  main {
    margin: 5px 5px 5px 5px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  page-break-after: avoid;
  page-break-inside: avoid;
  margin-block-start: 8px;
  margin-block-end: 3px;
  font-weight: 900;
  color: var(--nat-bl\e5);
}
h1 {
  font-size: 1.6em;
  margin-block-start: 15px;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1.3em;
}
h5 {
  font-size: 1.2em;
}
h6 {
  font-size: 1.1em;
}
a {
  color: var(--s\f8 bl\e5);
  cursor: pointer;
}
a:visited {
}
a.subdued-link {
  color: inherit;
  text-decoration: inherit;
}
a.subdued-link:hover {
  text-decoration: underline;
}
a.subdued-link:hover:after {
  content: "\2197";
  color: var(--granit);
  position: absolute;
}
.columns {
  column-count: 2;
}
.break {
  page-break-before: always;
  break-before: page;
}
section {
  border-bottom: 1px solid var(--fdf-bl\e5-LL);
  margin-bottom: 1em;
  padding: 0.5em 0em 0.5em 0em;
}
ul {
  padding-left: 2em;
}

/* style/table.css */
table {
  border-style: hidden hidden none hidden;
  position: relative;
  border-spacing: 0px;
}
table > thead {
  position: sticky;
  inset-block-start: 0px;
  background-color: var(--hvid);
}
table > thead > tr {
  border-bottom: 1px solid #5F8CB450;
}
table > thead > tr > th {
  font-weight: 600;
  border-bottom: 1px solid #5F8CB450;
  background-color: var(--hvid);
}
table > tbody > tr {
}
table > tbody {
  border-top: 1px solid #5F8CB430;
}
table > thead > tr > th,
table > tbody > tr > td {
  padding-left: 5px;
  padding-right: 5px;
}
table > tbody > tr:first-child > td {
  padding-top: 10px;
}
table > tbody > tr:last-child > td {
  padding-bottom: 4px;
}
table > tbody > tr:first-child > th {
  padding-top: 10px;
  padding-bottom: 5px;
  border-top: 1px solid #5F8CB430;
}
table > tbody:first-of-type > tr:first-child > th {
  border-top: 0px;
}
table > tbody:last-child > tr:last-child > td {
  padding-bottom: 0px;
}
table > tbody > tr:nth-child(even) {
  background-color: #5F8CB420;
}
table > tbody > tr:hover {
  background-color: var(--fdf-bl\e5);
  background-color: #5F8CB430;
}

/* style/icons.css */
.fdficon {
  font-family: fdficons !important;
}
.fdficon.red {
  color: var(--efter\e5rsr\f8 d);
}
.fdficon.yellow {
  color: var(--korngul);
}
.fdficon.green {
  color: var(--gr\e6sgr\f8n);
}

/* style/button.css */
button {
  cursor: pointer;
  font-family: WorkSans;
  font-size: 1em;
}
button:disabled {
  color: var(--granit-L);
}
button:disabled:hover {
  filter: blur(1px) !important;
  color: var(--granit-LL) !important;
}
button.normal {
  padding: 0.5em 1em;
  border-radius: 5px;
  border: 0px transparent;
  background-color: var(--fdf-bl\e5);
  cursor: pointer;
  font-weight: 900;
  color: var(--hvid);
}
button.normal:hover {
  filter: brightness(1.2);
  box-shadow: 2px 2px 5px var(--nat-bl\e5);
  transform: translateY(-2px);
  transition: transform 0.1s ease;
}
button.normal:active {
  filter: brightness(0.8);
  box-shadow: 0px 0px 2px var(--nat-bl\e5);
  transform: translateY(0);
  transition: transform 0.1s ease;
}
button.icon {
  background-color: transparent;
  display: inline;
  padding: 0px;
  border: 0px;
  font-family: WorkSans;
  font-size: 1em;
}
button.icon:hover {
  filter: brightness(1.2);
  font-weight: 900;
  text-shadow: 0px 0px 2px var(--fdf-bl\e5);
}

/* style/checkbox.css */
input[type=checkbox] {
  appearance: none;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  display: inline-grid;
  place-content: center;
}
input[type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform linear;
  transition: 120ms transform ease-out;
  box-shadow: inset 1em 1em var(--fdf-bl\e5);
  transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0% 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
input[type=checkbox]:checked::before {
  transform: scale(1);
}
input[type=checkbox]:focus {
  outline: max(2px, 0.15em) solid var(--fdf-bl\e5);
  outline-offset: max(2px, 0.15em);
}
input[type=checkbox]:disabled {
  color: var(--granit);
  cursor: not-allowed;
}
input[type=checkbox]:disabled::before {
  box-shadow: inset 1em 1em var(--granit);
}

/* style/ui-main-menu--wide.css */
@media (width >= 700px) {
  .ui-main-menu {
    background-color: var(--fdf-bl\e5);
    color: var(--hvid);
    padding-left: 6px;
    display: flex;
    gap: 20px;
  }
  .ui-main-menu a {
    display: block;
    color: var(--hvid);
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
  }
  .ui-main-menu a.title {
  }
  .ui-main-menu a.title:hover {
    text-decoration: 1px solid underline;
  }
  .ui-main-menu a.title > .text {
    font-weight: 900;
    font-size: 2em;
  }
  .ui-main-menu a.title > .year {
    font-weight: 900;
    margin-top: -10px;
  }
  .ui-main-menu nav {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
  }
  .ui-main-menu .topmenu {
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }
  .ui-main-menu .topmenu .dropdownwrapper {
    position: relative;
  }
  .ui-main-menu .topmenu .dropdown {
    position: absolute;
    background-color: var(--fdf-bl\e5);
    border-radius: 0px 0px 40px 4px;
    margin: 0px;
    padding: 10px 20px 20px 20px;
    width: max-content;
    z-index: 1;
  }
  .ui-main-menu .topmenu .dropdown > .submenu {
    margin-top: 10px;
  }
  .ui-main-menu .topmenu .dropdown > a {
    margin-top: 10px;
  }
  .ui-main-menu .topmenu .dropdown > a:first-child {
    margin-top: 0px;
  }
  .ui-main-menu .topmenu .dropdown > .submenu:first-child {
    margin-top: 0px;
  }
  .ui-main-menu .topmenu .dropdown > a:hover {
    text-decoration: underline;
  }
  .ui-main-menu nav .spacer {
    flex-grow: 1;
  }
  .ui-main-menu .submenu .content {
  }
  .ui-main-menu .submenu .content > a {
    padding-left: 20px;
    padding-top: 10px;
  }
  .ui-main-menu .topmenu > a.header {
    text-align: center;
    font-weight: 900;
    line-height: 48px;
  }
  .ui-main-menu .submenu > a.header {
    font-weight: 900;
  }
  .ui-main-menu .submenu > a.header:hover {
    text-decoration: underline;
  }
  .ui-main-menu .submenu.open > a.header::after {
    content: " -";
  }
  .ui-main-menu .submenu.closed > a.header::after {
    content: " +";
  }
  .ui-main-menu a.menuitem {
    font-weight: 700;
  }
  .ui-main-menu a.menuitem:hover {
    text-decoration: underline;
  }
  .ui-main-menu .disabled {
    filter: blur(1.3px);
  }
  .ui-main-menu hr {
    border-top: 0px solid var(--fdf-bl\e5-L);
    border-bottom: 1px solid var(--hvid);
  }
}

/* style/ui-main-menu--narrow.css */
@media (width < 700px) {
  @keyframes ui-main-menu-slide-in {
    0% {
      opacity: 0;
      transform: translateX(-100px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  .ui-main-menu {
    background-color: var(--fdf-bl\e5);
    color: var(--hvid);
    padding-left: 6px;
  }
  .ui-main-menu a {
    display: block;
    color: var(--hvid);
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
  }
  .ui-main-menu .titlebox {
    display: flex;
  }
  .ui-main-menu a.title {
    display: inline-block;
  }
  .ui-main-menu a.title:hover {
    text-decoration: 1px solid underline;
  }
  .ui-main-menu a.title > .text {
    font-weight: 900;
    font-size: 2em;
  }
  .ui-main-menu a.title > .year {
    font-weight: 900;
    margin-top: -10px;
  }
  .ui-main-menu nav {
    display: flex;
    flex-direction: column;
    align-items: left;
    gap: 10px;
    animation: main-menu-slide-in 0.4s ease;
  }
  .ui-main-menu .topmenu .dropdown {
    margin-left: -6px;
    padding-left: 14px;
    background-color: #ffffff20;
    background-color: #ffffff15;
    animation: main-menu-slide-in 0.4s ease;
  }
  .ui-main-menu .submenu .content {
    animation: main-menu-slide-in 0.2s ease;
  }
  .ui-main-menu .submenu .content > a {
    padding-left: 8px;
    padding-top: 10px;
  }
  .ui-main-menu nav spacer {
    display: none;
  }
  .ui-main-menu .topmenu > a.header {
    font-weight: 900;
  }
  .ui-main-menu .submenu > a.header {
    font-weight: 900;
    line-height: 24px;
  }
  .ui-main-menu .topmenu > a.header:hover,
  .ui-main-menu .submenu > a.header:hover {
    text-decoration: underline;
  }
  .ui-main-menu .topmenu.open > a.header::after,
  .ui-main-menu .submenu.open > a.header::after {
    content: " -";
  }
  .ui-main-menu .topmenu.closed > a.header::after,
  .ui-main-menu .submenu.closed > a.header::after {
    content: " +";
  }
  .ui-main-menu a.menuitem {
    font-weight: 700;
    line-height: 24px;
  }
  .ui-main-menu a.menuitem:hover {
    text-decoration: underline;
  }
  .ui-main-menu .disabled {
    filter: blur(1.3px);
  }
  .ui-main-menu hr {
    border-top: 0px solid var(--fdf-bl\e5-L);
    border-bottom: 1px solid var(--hvid);
  }
}

/* style/ui-main-menu--hamburger-menu.css */
@media (width < 700px) {
  .ui-main-menu .hamburger-menu {
    margin: 8px 8px 0px 0px;
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .ui-main-menu .hamburger-menu > span {
    display: block;
    position: absolute;
    width: 32px;
    height: 4px;
    margin-bottom: 7.5px;
    background-color: var(--granit);
    border-radius: 3px;
    z-index: 1;
    transition: transform 0.8s ease, background-color 3s ease;
  }
  .ui-main-menu .hamburger-menu.close > span {
    background-color: var(--granit);
    background-color: var(--nat-bl\e5);
  }
  .ui-main-menu .hamburger-menu.open > span {
    background-color: #cccccc;
  }
  .ui-main-menu .hamburger-menu.close > span:nth-child(1) {
    transform: translate(0px, 4px) rotate(0deg);
  }
  .ui-main-menu .hamburger-menu.close > span:nth-child(2) {
    transform: translate(0px, 14px) rotate(0deg);
  }
  .ui-main-menu .hamburger-menu.close > span:nth-child(3) {
    transform: translate(0px, 24px) rotate(0deg);
  }
  .ui-main-menu .hamburger-menu.open > span:nth-child(1) {
    transform: translate(0px, 14px) rotate(405deg);
  }
  .ui-main-menu .hamburger-menu.open > span:nth-child(2) {
    transform: translate(0px, 14px) rotate(180deg) scale(0.01);
  }
  .ui-main-menu .hamburger-menu.open > span:nth-child(3) {
    transform: translate(0px, 14px) rotate(-405deg);
  }
}

/* style/ui-days.css */
.ui-days {
  font-family: monospace;
}

/* style/ui-modal.css */
.ui-modal.modal-base {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #7D878Cee;
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.ui-modal.modal {
  background: white;
  min-width: 800px;
  min-height: 400px;
  padding: 20px 10px 20px 10px;
  border-radius: 10px;
  box-shadow: 10px 10px 20px var(--nat-bl\e5);
  overflow: scroll;
}
.ui-modal.modal.fitted {
  min-height: inherit;
  min-width: inherit;
  width: fit-content;
  height: fit-content;
}

/* style/ui-breakable.css */
.ui-breakable {
  cursor: pointer;
}
.ui-breakable:hover {
}
.ui-breakable.break {
  page-break-before: always;
  break-before: page;
}
.ui-breakable.break:after {
  content: "\2936";
  font-size: max(0.5em, 16px);
  position: absolute;
  transform: translateY(0.5em);
}
.ui-breakable.no-break:hover:after {
  content: "\2936";
  font-size: max(0.5em, 16px);
  opacity: 30%;
  position: absolute;
  transform: translateY(0.5em);
}

/* style/ui-tabs.css */
.ui-tabs {
}
.ui-tabs > nav {
  display: flex;
  border-bottom: 1px solid var(--fdf-bl\e5-LL);
}
.ui-tabs > section {
  border-bottom: 1px solid var(--fdf-bl\e5-LL);
  margin-bottom: 1em;
  padding: 0.5em 0em 0.5em 0em;
}
.ui-tabs > nav > button {
  padding: 0.75em 1em 0.75em 1em;
  border: 0px;
  border-radius: 8px 8px 0px 0px;
  background-color: transparent;
  margin-right: 4px;
  font-weight: 900;
}
.ui-tabs > nav > button:hover {
  background-color: var(--fdf-bl\e5-LLL);
}
.ui-tabs > nav > button.active {
  background-color: var(--fdf-bl\e5-LL);
}

/* style/ui-autosuggest.css */
.ui-autosuggest {
  width: max-content;
  min-width: 300px;
}
.ui-autosuggest > input {
  width: 100%;
  height: 30px;
  border: 2px solid var(--fdf-bl\e5);
  border-radius: 8px;
}
.ui-autosuggest > ul.suggestions {
  padding-inline-start: 0;
  margin-block-start: 0;
  border: 1px solid var(--fdf-bl\e5);
}
.ui-autosuggest > ul.suggestions > li.suggestion {
  list-style-type: none;
  cursor: pointer;
}
.ui-autosuggest > ul.suggestions > li.suggestion.active {
  background-color: #5F8CB430;
}

/* style/ui-livgruppe-tilmelding.css */
.ui-livgruppe-tilmelding {
  font-size: 0.75em;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  background-color: black;
  width: fit-content;
}
.ui-livgruppe-tilmelding > * {
}
.ui-livgruppe-tilmelding {
  > * {
    border-collapse: collapse;
    background-color: white;
  }
  > .day {
    background-color: var(--fdf-bl\e5-L);
    text-align: center;
  }
  > .header {
    background-color: var(--fdf-bl\e5-L);
    text-align: center;
  }
  > .periode {
    > .not-livgruppe {
      background-color: var(--granit-LL);
      width: 100%;
      height: 100%;
    }
    > .livgruppe {
      padding: 0px 5px 5px 5px;
      > .name {
        font-weight: 600;
        text-align: center;
      }
      > .periode {
        text-align: center;
      }
      > button.slot {
        height: 15px;
      }
      > .available {
        display: flex;
        justify-content: center;
      }
      > .taken {
      }
      > .slot {
        border-bottom: 1px solid black;
        position: relative;
        width: 100%;
        > .rolle {
          font-size: 0.6em;
          color: var(--granit);
          position: absolute;
          top: -2px;
          right: -0px;
        }
        > .lock {
          float: right;
        }
        > button.tilmeld {
          color: var(--fdf-bl\e5);
          display: inline-block;
          width: 100%;
          height: 100%;
          background-color: var(--fdf-bl\e5-LLL);
          border-radius: 5px;
        }
        > button.tilmeld:hover {
          background-color: var(--fdf-bl\e5-LL);
        }
        > button.afmeld {
          float: right;
          color: var(--efter\e5rsr\f8 d);
        }
      }
    }
  }
}

/* style/page-program.css */
.page-program {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  font-size: 0.9em;
  div {
    border: 1px solid black;
  }
  .dag {
    background-color: var(--fdf-bl\e5-L);
  }
  .andet {
    background-color: var(--granit-LLL);
  }
  .aktivitet {
  }
}

/* style/print.css */
body {
  counter-reset: page;
}
@media screen {
  .print {
    display: none;
  }
}
@media print {
  @page {
    size: A4;
  }
  html {
    font-size: 11px;
  }
  .ui-main-menu > .titlebox,
  .ui-main-menu > nav {
    display: none;
  }
  .ui-main-menu > .print {
    font-weight: 600;
    font-weight: 900;
    font-size: 1.5em;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-evenly;
    justify-content: space-around;
  }
  .main-menu > .print > .title {
    font-weight: 900;
    font-size: 1.2em;
  }
  table > thead {
    page-break-after: avoid;
  }
  table > tbody {
    page-break-inside: avoid;
  }
  table > tbody > tr:first-child > td {
    padding-top: 5px;
  }
  table > tbody > tr:last-child > td {
    padding-bottom: 5px;
  }
  .ui-breakable.break:after {
    content: none;
    font-size: max(0.5em, 16px);
  }
  .ui-breakable.no-break:hover:after {
    content: none;
    font-size: max(0.5em, 16px);
    opacity: 30%;
  }
  @page a3-landscape {
    size: a3 landscape;
  }
  .a3-landscape {
    page: a3-landscape;
    page-break-before: always;
    break-before: page;
  }
}

/* style/index.css */
/*# sourceMappingURL=index.css.map */
