/* montserrat-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/montserrat-v26-latin-regular.woff2') format('woff2');
}
/* montserrat-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/montserrat-v26-latin-italic.woff2') format('woff2');
}
/* montserrat-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/montserrat-v26-latin-600.woff2') format('woff2');
}
/* montserrat-600italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  src: url('fonts/montserrat-v26-latin-600italic.woff2') format('woff2');
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/montserrat-v26-latin-700.woff2') format('woff2');
}
/* montserrat-700italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/montserrat-v26-latin-700italic.woff2') format('woff2');
}
html {
  font-size: 62.5%;
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  background: #eef6f6;
  font-size: 1.6em;
  line-height: 1.45;
  color: #4a4a4a;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
::-moz-selection {
  background: #18428b;
  color: #fff;
}
::selection {
  background: #18428b;
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
p {
  margin: 0 0 1em;
}
p + p {
  margin-top: 1em;
}
/* Screen-Reader only */
.scr {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
}
.debug-animations *,
.debug-animations ::after,
.debug-animations ::before {
  transition-duration: 2s !important;
  animation-duration: 2s !important;
}
main {
  margin-right: auto;
  margin-left: auto;
  display: block;
}
main > * {
  margin-right: auto;
  margin-left: auto;
  max-width: 1180px;
}
main > * + * {
  margin-top: 4em;
}
main .breaking,
main .frontpagehero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  max-width: none;
}
main .topbar {
  position: relative;
  z-index: 10;
  height: 175px;
  text-align: center;
  padding-top: 20px;
}
main .topbar .topnavigation {
  margin-top: 20px;
  margin-bottom: 20px;
}
main .pageimage {
  text-align: center;
}
main .listview {
  padding-top: 60px;
}
main .listview > * + * {
  margin-top: 20px;
}
@media only screen and (max-width: 736px) {
  main {
    margin-left: 15px;
    margin-right: 15px;
  }
  main .topbar {
    height: 125px;
  }
  main .subnavigation {
    display: none;
  }
}
@supports (display: grid) {
  [data-layout] main > * + * {
    margin-top: unset;
  }
}
@media only screen and (min-width: 737px) {
  [data-layout="frontpage"] .everydaycounts {
    padding-bottom: 422px;
  }
  [data-layout="frontpage"] .we-are,
  [data-layout="frontpage"] .we-are-video {
    margin-top: 300px;
    margin-bottom: 135px;
  }
  [data-layout="frontpage"] .widget-panel {
    padding-bottom: 145px;
  }
}
@media only screen and (max-width: 736px) {
  [data-layout="frontpage"] .everydaycounts {
    padding-bottom: 100px;
  }
  [data-layout="frontpage"] .everydaycounts .text {
    margin-right: 15px;
    margin-left: 15px;
  }
  [data-layout="frontpage"] .we-are,
  [data-layout="frontpage"] .we-are-video {
    margin-bottom: 80px;
  }
  [data-layout="frontpage"] .widget-panel {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@supports (display: grid) {
  [data-layout="landingpage"] main {
    max-width: 1180px;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  [data-layout="landingpage"] main > * {
    grid-column: 1 / -1;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  [data-layout="landingpage"] .topbar {
    grid-column: 2 / -2;
    align-self: start;
  }
  [data-layout="landingpage"] .pageheader {
    grid-column: 3 / span 8;
  }
  [data-layout="landingpage"] .pageheader .teaser {
    margin-left: 38.46153846%;
  }
  [data-layout="landingpage"] .pageimage {
    grid-column: 1 / span 7;
  }
  [data-layout="landingpage"] .text {
    grid-column: 6 / span 6;
    padding-bottom: 3.125em;
  }
  [data-layout="landingpage"] .topicsboxpanel {
    margin-right: auto;
    margin-left: auto;
    max-width: 1180px;
  }
  [data-layout="landingpage"] .linkboxpanel {
    grid-row: 5;
    grid-column: 2 / -2;
  }
  @media only screen and (max-width: 736px) {
    [data-layout="landingpage"] .topbar {
      height: 140px;
    }
    [data-layout="landingpage"] main {
      grid-template-columns: 1fr;
    }
    [data-layout="landingpage"] main > * {
      grid-column: 1 !important;
    }
    [data-layout="landingpage"] .trackslider {
      margin-left: -15px;
      margin-right: -15px;
    }
    [data-layout="landingpage"] .pageheader .teaser {
      margin-left: 0;
    }
    [data-layout="landingpage"] .pageimage {
      grid-column: 1 / -1 !important;
    }
    [data-layout="landingpage"] .text {
      margin-right: 0;
    }
  }
  @media only screen and (min-width: 1600px) {
    [data-layout="landingpage"] main {
      max-width: 1580px;
      grid-template-columns: repeat(16, 1fr);
    }
    [data-layout="landingpage"] main > * {
      grid-column: 3 / -3;
    }
    [data-layout="landingpage"] main .pageheader {
      grid-column: 3 / span 11;
    }
    [data-layout="landingpage"] main .pageheader .teaser {
      margin-left: 37.03703704%;
    }
    [data-layout="landingpage"] main .pageimage {
      grid-column: 1 / span 9;
    }
    [data-layout="landingpage"] main .pageimage img {
      width: 100%;
      height: auto;
    }
    [data-layout="landingpage"] main .text {
      grid-column: 7 / span 8;
    }
  }
}
@supports (display: grid) {
  [data-layout="textpage"] main {
    max-width: 1180px;
    display: grid;
    grid-gap: 0 20px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  [data-layout="textpage"] main > * {
    grid-column: 2 / -2;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  [data-layout="textpage"] .pageheader {
    grid-column: 2 / span 10;
    padding-bottom: 50px;
  }
  [data-layout="textpage"] .pageheader .teaser {
    margin-left: 30.6122%;
    max-width: 48.9796%;
  }
  [data-layout="textpage"] .pageimage {
    grid-column: 5 / span 7;
  }
  [data-layout="textpage"] .pageimage img {
    width: 100%;
    height: auto;
  }
  [data-layout="textpage"] .text {
    grid-column: 4 / span 6;
  }
  [data-layout="textpage"] .pageheader + .text,
  [data-layout="textpage"] .pageimage + .text {
    grid-column-start: 5;
  }
  [data-layout="textpage"] .listview {
    grid-column: 5 / span 6;
  }
  [data-layout="textpage"] .subnavigation {
    grid-row: 3 / span 2;
    grid-column: 2 / span 3;
  }
  [data-layout="textpage"] .linkboxpanel {
    grid-column: 1 / -1 !important;
    margin-top: 80px;
    margin-bottom: 80px;
  }
  [data-layout="textpage"] .tiles-panel {
    grid-column: 1 / -1 !important;
  }
  [data-layout="textpage"] .gallery-panel {
    grid-column: 1 / -1 !important;
    margin-top: 120px;
  }
  [data-layout="textpage"] .widget-panel {
    grid-column: 1 / -1 !important;
  }
  @media only screen and (max-width: 736px) {
    [data-layout="textpage"] main {
      margin-right: 0;
      margin-left: 0;
      grid-template-columns: 15px 1fr 15px;
      gap: 0;
    }
    [data-layout="textpage"] main > * {
      grid-column: 2 !important;
    }
    [data-layout="textpage"] main .topbar {
      height: 140px;
    }
    [data-layout="textpage"] main .pageheader .teaser {
      margin-left: 0;
      max-width: none;
    }
  }
  @media only screen and (min-width: 737px) {
    [data-layout="textpage"] .extrude {
      width: 100vw;
      margin-left: calc(50% - 50vw);
    }
  }
  @media only screen and (min-width: 1600px) {
    [data-layout="textpage"] main .pageheader,
    [data-layout="textpage"] main .subnavigation {
      grid-column-start: 1;
    }
    [data-layout="textpage"] main .pageimage {
      grid-column: 4 / -1;
    }
    [data-layout="textpage"] main .text {
      grid-column: 4 / -2;
    }
  }
}
@supports (display: grid) {
  [data-layout="textpagewide"] main {
    max-width: 1180px;
    display: grid;
    grid-gap: 0 20px;
    grid-template-columns: repeat(16, minmax(0, 1fr));
  }
  [data-layout="textpagewide"] main > * {
    grid-column: 2 / -2;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  [data-layout="textpagewide"] .pageheader {
    grid-column: 2 / span 10;
    padding-bottom: 50px;
  }
  [data-layout="textpagewide"] .pageheader .teaser {
    margin-left: calc(((80 + 20) * 2) / 980 * 100%);
    max-width: calc(((80 * 7) + (20 * 6)) / 980 * 100%);
  }
  [data-layout="textpagewide"] .pageimage {
    grid-column: 4 / span 11;
  }
  [data-layout="textpagewide"] .pageimage img {
    width: 100%;
    height: auto;
  }
  [data-layout="textpagewide"] .text {
    grid-column: 4 / span 10;
  }
  [data-layout="textpagewide"] .text:has(.umbraco-forms-form),
  [data-layout="textpagewide"] .text .umbraco-forms-form,
  [data-layout="textpagewide"] .text .umbraco-forms-form form,
  [data-layout="textpagewide"] .text .umbraco-forms-page {
    grid-column: 1 / -1;
  }
  [data-layout="textpagewide"] .umbraco-forms-navigation {
    text-align: center;
  }
  [data-layout="textpagewide"] .umbraco-forms-navigation .btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  [data-layout="textpagewide"] .text .grid-wrapper {
    max-width: 1180px;
    display: grid;
    grid-gap: 0 20px;
    grid-template-columns: repeat(16, 1fr);
  }
  [data-layout="textpagewide"] .text .grid-wrapper legend {
    font-family: "neutraface-text-alt", "Avenir", sans-serif;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    display: inline;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.09em;
    font-size: 28px;
    font-size: 2.8rem;
    margin: 0 0 0.6em;
    line-height: 1.10714286;
    -webkit-hyphens: auto;
            hyphens: auto;
    grid-column: 4 / span 10;
    color: #e53750;
  }
  [data-layout="textpagewide"] .text .grid-wrapper .umbraco-forms-field {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 0 20px;
    grid-column: 4 / span 10;
    align-items: flex-start;
  }
  [data-layout="textpagewide"] .text .grid-wrapper .umbraco-forms-field > label,
  [data-layout="textpagewide"] .text .grid-wrapper .umbraco-forms-field .umbraco-forms-tooltip {
    color: #4a4a4a;
    font-weight: 600;
    line-height: 28px;
  }
  [data-layout="textpagewide"] .text .grid-wrapper .umbraco-forms-field.singlechoice > label,
  [data-layout="textpagewide"] .text .grid-wrapper .umbraco-forms-field.multiplechoice > label {
    display: none;
  }
  [data-layout="textpagewide"] .text .grid-wrapper .umbraco-forms-field.singlechoice:has(> label .umbraco-forms-indicator) .umbraco-forms-tooltip::after,
  [data-layout="textpagewide"] .text .grid-wrapper .umbraco-forms-field.multiplechoice:has(> label .umbraco-forms-indicator) .umbraco-forms-tooltip::after {
    content: "\a0 *";
    display: inline-block;
    color: #e53750;
  }
  [data-layout="textpagewide"] .text .grid-wrapper .umbraco-forms-field.singlechoice:has(.multi-column) .umbraco-forms-tooltip,
  [data-layout="textpagewide"] .text .grid-wrapper .umbraco-forms-field.singlechoice:has(.multi-column) .umbraco-forms-field-wrapper {
    grid-column: 1 / -1;
  }
  [data-layout="textpagewide"] .text .grid-wrapper .umbraco-forms-field.singlechoice .umbraco-forms-tooltip {
    grid-column: 1 / span 5;
    margin-top: 0;
  }
  [data-layout="textpagewide"] .text .grid-wrapper .umbraco-forms-field.singlechoice .umbraco-forms-field-wrapper {
    grid-column: 6 / span 6;
  }
  [data-layout="textpagewide"] .text .grid-wrapper .umbraco-forms-field.singlechoice .radiobuttonlist {
    display: flex;
    align-items: center;
  }
  [data-layout="textpagewide"] .text .grid-wrapper .umbraco-forms-field.singlechoice .radiobuttonlist.multi-column {
    display: block;
    -moz-column-count: 2;
         column-count: 2;
    margin-block-start: 10px;
  }
  [data-layout="textpagewide"] .text .grid-wrapper .umbraco-forms-field.singlechoice .radiobuttonlist.multi-column span {
    margin-block: 10px;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  [data-layout="textpagewide"] .text .grid-wrapper .umbraco-forms-field.singlechoice .radiobuttonlist.multi-column span:first-child {
    margin-block-start: 0;
  }
  [data-layout="textpagewide"] .text .grid-wrapper .umbraco-forms-field.singlechoice .radiobuttonlist span {
    margin-block: 0px;
  }
  [data-layout="textpagewide"] .text .grid-wrapper .umbraco-forms-field.singlechoice input[type="radio"] + label {
    height: auto;
  }
  [data-layout="textpagewide"] .text .grid-wrapper .umbraco-forms-field.singlechoice input[type="radio"] + label::before {
    transition: 0.2s ease-in-out;
    transition-property: background-color, border-color;
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-inline-start: 10px;
    border: 2px solid #4a4a4a;
    border-radius: 0;
    background: #fff;
    flex-grow: 0;
    flex-shrink: 0;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.12);
  }
  [data-layout="textpagewide"] .text .grid-wrapper .umbraco-forms-field.singlechoice input[type="radio"]:checked + label {
    color: #18428b;
  }
  [data-layout="textpagewide"] .text .grid-wrapper .umbraco-forms-field.singlechoice input[type="radio"]:checked + label::before {
    border-color: #18428b;
    background: #18428b url(icon-checked.svg) center no-repeat;
    box-shadow: none;
  }
  [data-layout="textpagewide"] .text .grid-wrapper .umbraco-forms-field.multiplechoice {
    padding-top: 0px;
  }
  [data-layout="textpagewide"] .text .grid-wrapper .umbraco-forms-field.multiplechoice:has(.multi-column) .umbraco-forms-tooltip,
  [data-layout="textpagewide"] .text .grid-wrapper .umbraco-forms-field.multiplechoice:has(.multi-column) .umbraco-forms-field-wrapper {
    grid-column: 1 / -1;
  }
  [data-layout="textpagewide"] .text .grid-wrapper .umbraco-forms-field.multiplechoice .umbraco-forms-tooltip {
    margin-top: 0;
  }
  [data-layout="textpagewide"] .text .grid-wrapper .umbraco-forms-field.multiplechoice .umbraco-forms-tooltip,
  [data-layout="textpagewide"] .text .grid-wrapper .umbraco-forms-field.multiplechoice .umbraco-forms-field-wrapper {
    grid-column: 1 / -1;
  }
  [data-layout="textpagewide"] .text .grid-wrapper .umbraco-forms-field.multiplechoice .checkboxlist.multi-column {
    display: block;
    -moz-column-count: 2;
         column-count: 2;
  }
  [data-layout="textpagewide"] .text .grid-wrapper .umbraco-forms-field.multiplechoice .checkboxlist.multi-column span {
    margin-block: 10px;
  }
  [data-layout="textpagewide"] .text .grid-wrapper .umbraco-forms-field.multiplechoice input[type="radio"] + label {
    height: auto;
  }
  [data-layout="textpagewide"] .text .grid-wrapper .umbraco-forms-field.titleanddescription {
    grid-column: 3 / span 10;
  }
  [data-layout="textpagewide"] .text .grid-wrapper .umbraco-forms-field .umbraco-forms-tooltip {
    color: #4a4a4a;
    line-height: 22px;
  }
  [data-layout="textpagewide"] .text .grid-wrapper .umbraco-forms-field label {
    grid-column: 1 / span 2;
  }
  [data-layout="textpagewide"] .text .grid-wrapper .umbraco-forms-field .umbraco-forms-field-wrapper {
    grid-column: 3 / span 8;
  }
  [data-layout="textpagewide"] .accordionelement {
    grid-column: 4 / span 10;
    margin-block: 115px;
  }
  [data-layout="textpagewide"] .accordionelement:first-child {
    margin-block-start: 0;
  }
  [data-layout="textpagewide"] .accordionelement:last-child {
    margin-block-end: 0;
  }
  [data-layout="textpagewide"] .listview {
    grid-column: 5 / span 6;
  }
  [data-layout="textpagewide"] .subnavigation {
    grid-row: 3 / span 2;
    grid-column: 2 / span 3;
  }
  [data-layout="textpagewide"] .linkboxpanel {
    grid-column: 1 / -1 !important;
    margin-top: 80px;
    margin-bottom: 80px;
  }
  [data-layout="textpagewide"] .tiles-panel {
    grid-column: 1 / -1 !important;
  }
  [data-layout="textpagewide"] .gallery-panel {
    grid-column: 1 / -1 !important;
    margin-top: 120px;
  }
  [data-layout="textpagewide"] .widget-panel {
    grid-column: 1 / -1 !important;
  }
  @media only screen and (max-width: 736px) {
    [data-layout="textpagewide"] main {
      margin-right: 0;
      margin-left: 0;
      grid-template-columns: 15px 1fr 15px;
      gap: 0;
    }
    [data-layout="textpagewide"] main > * {
      grid-column: 2 !important;
    }
    [data-layout="textpagewide"] main .topbar {
      height: 140px;
    }
    [data-layout="textpagewide"] main .pageheader .teaser {
      margin-left: 0;
      max-width: none;
    }
  }
  @media only screen and (min-width: 737px) {
    [data-layout="textpagewide"] .extrude {
      width: 100vw;
      margin-left: calc(50% - 50vw);
    }
  }
  @media only screen and (min-width: 1600px) {
    [data-layout="textpagewide"] main .pageheader,
    [data-layout="textpagewide"] main .subnavigation {
      grid-column-start: 1;
    }
    [data-layout="textpagewide"] main .pageimage {
      grid-column: 4 / -1;
    }
    [data-layout="textpagewide"] main .text {
      grid-column: 4 / -2;
    }
  }
  [data-layout="textpagewide"] .text .umbraco-forms-fieldset,
  [data-layout="textpagewide"] .text .grid-wrapper,
  [data-layout="textpagewide"] .text .grid-wrapper .umbraco-forms-field {
    display: block;
  }
  @media (min-width: 1280px) {
    [data-layout="textpagewide"] .text .grid-wrapper,
    [data-layout="textpagewide"] .text .grid-wrapper .umbraco-forms-field {
      display: grid;
    }
  }
}
@supports (display: grid) {
  [data-layout] .umbraco-forms-fieldset {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 10px 20px;
    border: none;
    padding-bottom: 0;
  }
  [data-layout] .umbraco-forms-fieldset::after {
    grid-column: span 6;
    content: "";
    display: block;
    height: 30px;
    border-bottom: 2px solid #fff;
  }
  [data-layout] .umbraco-forms-field {
    grid-column: span 6;
  }
  [data-layout] .umbraco-forms-field.shortanswer input,
  [data-layout] .umbraco-forms-field.longanswer input,
  [data-layout] .umbraco-forms-field.shortanswer textarea,
  [data-layout] .umbraco-forms-field.longanswer textarea {
    width: 100%;
    min-width: 0;
  }
  [data-layout] .umbraco-forms-field.shortanswer.invalid,
  [data-layout] .umbraco-forms-field.longanswer.invalid {
    grid-column: span 8;
  }
  [data-layout] .umbraco-forms-field.shortanswer.invalid .umbraco-forms-field-wrapper,
  [data-layout] .umbraco-forms-field.longanswer.invalid .umbraco-forms-field-wrapper {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 0 20px;
    align-items: start;
  }
  [data-layout] .umbraco-forms-field.shortanswer.invalid .umbraco-forms-field-wrapper input,
  [data-layout] .umbraco-forms-field.longanswer.invalid .umbraco-forms-field-wrapper input,
  [data-layout] .umbraco-forms-field.shortanswer.invalid .umbraco-forms-field-wrapper textarea,
  [data-layout] .umbraco-forms-field.longanswer.invalid .umbraco-forms-field-wrapper textarea {
    grid-column: span 6;
  }
  [data-layout] .umbraco-forms-field.shortanswer.invalid .umbraco-forms-field-wrapper .field-validation-error,
  [data-layout] .umbraco-forms-field.longanswer.invalid .umbraco-forms-field-wrapper .field-validation-error {
    grid-column: span 2;
  }
  [data-layout] .umbraco-forms-field.shortanswer.invalid.postnr .umbraco-forms-field-wrapper,
  [data-layout] .umbraco-forms-field.longanswer.invalid.postnr .umbraco-forms-field-wrapper,
  [data-layout] .umbraco-forms-field.shortanswer.invalid.by .umbraco-forms-field-wrapper,
  [data-layout] .umbraco-forms-field.longanswer.invalid.by .umbraco-forms-field-wrapper {
    display: block;
  }
  [data-layout] .umbraco-forms-field.shortanswer + .umbraco-forms-field,
  [data-layout] .umbraco-forms-field.longanswer + .umbraco-forms-field {
    margin-block-start: 1em;
  }
  [data-layout] .umbraco-forms-field.shortanswer.postnr {
    grid-column: 1 / 3;
  }
  [data-layout] .umbraco-forms-field.shortanswer.postnr + .shortanswer.by {
    grid-column: span 4 / -3;
  }
  [data-layout] .umbraco-forms-field.dropdown,
  [data-layout] .umbraco-forms-field.multiplechoice {
    padding-top: 20px;
    padding-bottom: 10px;
    display: grid;
    grid-template-columns: 4fr 5fr;
    grid-gap: 0 20px;
  }
  [data-layout] .umbraco-forms-field.dropdown .umbraco-forms-label,
  [data-layout] .umbraco-forms-field.multiplechoice .umbraco-forms-label {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  [data-layout] .umbraco-forms-field.dropdown {
    align-items: center;
  }
  [data-layout] .umbraco-forms-field.dropdown select {
    width: 100%;
  }
}
.listview.wide {
  margin-top: 6rem;
}
.listview.wide img {
  max-width: 100%;
  height: auto;
  margin-bottom: 3rem;
}
.listview.wide .colorwrap {
  padding-left: 20px;
  padding-right: 20px;
}
.listview.wide .colorwrap > * {
  margin-right: auto;
  margin-left: auto;
  max-width: 1180px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@supports (display: grid) {
  @media only screen and (min-width: 737px) {
    .listview.wide .colorwrap {
      display: grid;
      grid-template-columns: repeat(14, minmax(20px, 80px));
      gap: 0 1.4%;
      justify-content: center;
      padding-left: 0;
      padding-right: 0;
    }
    .listview.wide .colorwrap > * {
      margin: unset;
      max-width: none;
      align-items: flex-start;
    }
    .listview.wide .colorwrap:nth-child(odd) > * {
      grid-column: 2 / -3;
      flex-direction: row;
    }
    .listview.wide .colorwrap:nth-child(even) > * {
      grid-column: 3 / -2;
      flex-direction: row-reverse;
    }
  }
}
.skema {
  container: skema / inline-size;
  grid-column: 1 / -1 !important;
  inline-size: 100%;
  padding: 8px 0;
  margin-block: 1rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media only screen and (max-width: 736px) {
  .skema .week-day > header {
    block-size: 6rem;
    display: none;
    justify-content: center;
    align-items: center;
    margin-inline: 0;
  }
  .skema .week-day .lesson-topics {
    display: none;
  }
  .skema .active + .week-days .week-day > header,
  .skema .active ~ .week-day > header,
  .skema .active + .week-days .week-day .lesson-topics,
  .skema .active ~ .week-day .lesson-topics {
    display: flex;
  }
}
.skema .week-days {
  display: flex;
  overflow: auto clip;
  scroll-snap-type: x mandatory;
}
.skema .week-days .week-day {
  flex: 1 0 100%;
  scroll-snap-align: start;
}
@media (min-width: 720px) {
  .skema {
    display: grid;
    grid-template-columns: 150px repeat(5, minmax(min-content, max-content));
    gap: 8px 2px;
    overflow: auto;
    scroll-snap-type: x mandatory;
    scroll-padding: 152px;
  }
  .skema .skema-lesson,
  .skema .skema-break {
    grid-column: 1 / -1;
    grid-template-columns: subgrid;
  }
  .skema .lessoninfo {
    position: sticky;
    inset-inline-start: 0;
  }
  .skema .week-days {
    display: contents;
  }
  .skema .week-day {
    flex: auto;
  }
  .skema .skema-break .week-day header,
  .skema .skema-lesson:not(.first) .week-day header {
    display: none;
  }
}
.widget-panel,
.hashtag,
.breaking {
  perspective: 1000px;
}
.breaking .content {
  transform-origin: center top;
}
.linkbutton {
  font-size: 15px;
  font-size: 1.5rem;
  transition: 0.3s cubic-bezier(0.38, 0.91, 0.66, 1.02);
  transition-property: color, background-size;
  font-weight: 700;
  display: inline-block;
  line-height: 2.8;
  padding: 0 1em;
  border: 2px solid #18428b;
  color: #18428b;
  text-decoration: none;
  text-align: center;
  background: transparent linear-gradient(to top, #18428b, #18428b) no-repeat;
  background-position: center bottom;
  background-size: 100% 0;
}
.linkbutton:hover,
.linkbutton:focus {
  color: #fff;
  background-size: 100% 100%;
}
.linkbutton.alt {
  background-color: #fff;
}
.linkbox {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 30px 40px;
  background: #fff;
}
.linkbox h2 {
  font-size: 28px;
  font-size: 2.8rem;
  margin: 0 0 0.6em;
  line-height: 1.10714286;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.linkbox p {
  margin-bottom: 30px;
}
@supports (display: grid) {
  .linkbox {
    display: grid;
    grid-template-rows: auto 1fr 60px;
    grid-template-columns: 1fr;
  }
  .linkbox .linkbutton {
    align-self: end;
    justify-self: start;
  }
}
.pageheader {
  font-size: 18px;
  font-size: 1.8rem;
  color: #e53750;
}
.pageheader h1 {
  font-family: "neutraface-text-alt", "Avenir", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  display: inline;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.09em;
  background-position: center bottom 0.2em;
}
.pageheader .teaser {
  line-height: 1.3;
  margin: 1em 0;
}
@media only screen and (min-width: 737px) {
  .pageheader {
    font-size: 20px;
    font-size: 2rem;
  }
  .pageheader h1 {
    font-size: 60px;
    font-size: 6rem;
  }
}
.text a:not(.linkbutton) {
  background-color: rgba(254, 230, 179, 0);
  transition: 0.5s cubic-bezier(0.21, 1.67, 0, 0.48);
  transition-property: background-color, box-shadow;
  color: inherit;
}
.text a:not(.linkbutton):hover,
.text a:not(.linkbutton):focus {
  background-color: #fee6b3;
  box-shadow: 0 0 0 4px #fee6b3;
}
.text h2 {
  font-size: 20px;
  font-size: 2rem;
}
.text h3 {
  font-size: 16px;
  font-size: 1.6rem;
}
.text ul,
.text ol {
  margin: 25px 0;
  padding: 0 0 0 1.4em;
}
.text ul li,
.text ol li {
  line-height: 1.5;
}
.text ul {
  list-style-type: square;
}
.text img {
  max-width: 100% !important;
  height: auto !important;
}
.pageimage + .text {
  padding-top: 5%;
}
.pageimage img {
  max-width: 100%;
  height: auto;
}
.subnavigation {
  color: #4a4a4a;
}
.subnavigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.88;
}
.subnavigation ul a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.subnavigation ul li {
  padding-left: 20px;
  position: relative;
}
.subnavigation ul li a {
  max-width: 260px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.subnavigation ul li.selected {
  background: linear-gradient(#e53750, #e53750) no-repeat;
  background-size: 1ch 4px;
  background-position: 14px 50%;
}
.subnavigation ul li.selected a {
  font-weight: bold;
  text-indent: 1ch;
}
.subnavigation ul li a::before {
  transition: opacity 0.3s ease-in;
  opacity: 0;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 4px solid #e53750;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.subnavigation ul li:hover a::before,
.subnavigation ul li.selected a::before,
.subnavigation ul li a:focus::before {
  opacity: 1;
}
.subnavigation .selected-parent {
  font-family: "neutraface-text-alt", "Avenir", sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 0.7em;
  padding-left: 0;
  line-height: 1;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(74, 74, 74, 0);
}
.topbar .open-menu {
  display: block;
  width: 40px;
  height: 40px;
  background: url(navbar-trigger.png) center no-repeat;
  background-size: 20px;
  position: absolute;
  left: 5px;
  top: 26px;
}
@media only screen and (min-width: 737px) {
  .topbar .open-menu {
    display: none;
  }
}
@media only screen and (min-width: 737px) {
  .topnavigation {
    font-size: 17px;
    font-size: 1.7rem;
    color: #18428b;
  }
  .topnavigation > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    align-content: stretch;
  }
  .topnavigation > ul a {
    display: block;
    text-decoration: none;
    color: inherit;
  }
  .topnavigation > ul > li + li {
    margin-left: 30px;
  }
  .topnavigation > ul .sub {
    font-size: 16px;
    font-size: 1.6rem;
    position: absolute;
    left: 50%;
    top: 3.2em;
    transform: translateX(-50%);
    display: none;
    z-index: 10;
  }
  .topnavigation > ul .sub a {
    white-space: nowrap;
  }
  .topnavigation > ul > li {
    position: relative;
    z-index: 0;
  }
  .topnavigation > ul > li > a {
    position: relative;
    z-index: 4;
  }
  .topnavigation > ul > li > a::after {
    transition: opacity 0.3s ease-in;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
    background: currentColor;
    opacity: 0;
  }
  .topnavigation > ul > li.selected > a::after,
  .topnavigation > ul > li:hover > a::after,
  .topnavigation > ul > li > a:focus::after {
    opacity: 1;
  }
  .topnavigation > ul > li::before {
    content: '';
    position: absolute;
    width: 120%;
    height: 300%;
    display: block;
    left: 0;
    top: 0;
    z-index: 0;
    transform: translate(-8%, 0);
  }
  .debug .topnavigation > ul > li::before {
    background: rgba(0, 0, 0, 0.2);
  }
  .topnavigation > ul > li:hover > .sub,
  .topnavigation > ul > li:focus-within > .sub {
    display: block;
  }
  .topnavigation .socialbar,
  .topnavigation .close,
  .topnavigation .close-menu,
  .topnavigation .sub-label {
    display: none;
  }
}
@media only screen and (max-width: 736px) {
  .topnavigation {
    transition: left 0.4s ease-in-out;
    text-align: left;
    margin: 0 !important;
    position: absolute;
    top: 0;
    left: -200%;
    width: 100vw;
    min-height: 100vh;
    overflow-y: auto;
    z-index: 100;
    background: #18428b;
    color: #eef6f6;
    padding: 20px;
  }
  .topnavigation.showing {
    left: -15px;
  }
  .topnavigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    transition: left 0.4s ease-in-out;
  }
  .topnavigation ul a {
    display: block;
    text-decoration: none;
    color: inherit;
  }
  .topnavigation ul a {
    font-size: inherit;
    font-weight: bold;
    line-height: 1.6471;
    color: inherit;
  }
  .topnavigation ul.sub,
  .topnavigation ul div.sub {
    font-size: 24px;
    font-size: 2.4rem;
    min-height: 100%;
    width: 100%;
    background: #18428b;
    color: #f9ccb8;
    position: absolute;
    left: -200%;
    top: 0;
    padding-bottom: 100px;
  }
  .topnavigation ul.sub a,
  .topnavigation ul div.sub a {
    font-weight: normal;
    line-height: 2.0833;
  }
  .topnavigation ul.sub .backlink,
  .topnavigation ul div.sub .backlink {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 2em;
  }
  .topnavigation ul.sub .backlink a,
  .topnavigation ul div.sub .backlink a {
    color: rgba(249, 204, 184, 0.5);
    padding: 5px 0 5px 38px;
    background: url(icon-back.png) left center no-repeat;
    background-size: 30px;
  }
  .topnavigation ul.sub.showing,
  .topnavigation ul div.sub.showing {
    left: 0;
  }
  .topnavigation .sub-label {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    position: absolute;
    top: 18px;
    left: 40px;
    right: 40px;
    height: 20px;
    text-align: center;
    color: #eef6f6;
    opacity: 1;
    transition: opacity 0.2s linear;
  }
  .topnavigation .sub-label.label-updating {
    opacity: 0;
  }
  .topnavigation .sub-label.label-updated {
    opacity: 1;
  }
  .topnavigation .close-menu {
    display: block;
    width: 16px;
    height: 16px;
    background: url(icon-close.svg);
    background-size: 100%;
  }
  .topnavigation > ul {
    font-size: 34px;
    font-size: 3.4rem;
    position: relative;
    margin-top: 40px;
    padding-left: 10px;
  }
  .topnavigation div.sub {
    padding-left: 10px;
  }
  .topnavigation div.sub h2 {
    font-size: 34px;
    font-size: 3.4rem;
    margin-top: 1em;
    margin-bottom: 0.3em;
    color: #fff;
  }
  .topnavigation div.sub .static-sub {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .topnavigation div.sub > ul .static-sub {
    margin: 20px auto 40px 25px;
  }
  .topnavigation .socialbar {
    display: none;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .topnavigation .socialbar::before {
    content: "";
    display: block;
    width: calc(100vw - 40px);
    height: 4px;
    background: #eef6f6;
    position: absolute;
    top: -30px;
  }
  .topnavigation .socialbar a[data-target="instagram"] {
    background-image: url(share-instagram.svg);
  }
  .topnavigation .socialbar a[data-target="snapchat"] {
    background-image: url(share-snapchat.svg);
  }
  .topnavigation .socialbar a[data-target="facebook"] {
    background-image: url(share-facebook.svg);
  }
}
.no-scroll {
  height: 100vh;
  overflow: hidden;
}
.no-scroll .topnavigation {
  -webkit-overflow-scrolling: touch;
}
.trackbox {
  background: #fff;
  max-width: 480px;
  box-shadow: 0 51px 34px rgba(0, 0, 0, 0.1);
  padding: 0 0 30px;
}
.trackbox > *:not(picture) {
  margin-left: 100px;
  margin-right: 30px;
}
.trackbox header {
  position: relative;
}
.trackbox h2 {
  font-family: "neutraface-text-alt", "Avenir", sans-serif;
  font-weight: 700;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
  text-transform: uppercase;
  display: inline;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.09em;
  font-size: 32px;
  font-size: 3.2rem;
  background-position: center bottom 0.2em;
  line-height: 1.2;
  color: #18428b;
}
.trackbox picture {
  display: block;
  margin: 0 0 20px;
}
.trackbox picture img {
  max-width: 100%;
  height: auto;
}
.trackbox p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 1.7857em;
  margin-bottom: 1.7857em;
}
.trackbox .icon {
  position: absolute;
  left: -50px;
  top: 5px;
  transform: translateX(-50%);
}
.trackbox.track-fodbold {
  position: relative;
}
.trackbox.track-fodbold::before {
  font-size: 45px;
  font-size: 4.5rem;
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  content: "";
  background: #badace;
  background: #badace url('sticker_f.png') center no-repeat;
  background-size: 36px;
  color: #18428b;
}
.trackbox.track-musik {
  position: relative;
}
.trackbox.track-musik::before {
  font-size: 45px;
  font-size: 4.5rem;
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  content: "";
  background: #badace;
  background: #fee6b3 url('sticker_m.png') center no-repeat;
  background-size: 36px;
  color: #18428b;
}
.trackbox.track-volley {
  position: relative;
}
.trackbox.track-volley::before {
  font-size: 45px;
  font-size: 4.5rem;
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  content: "";
  background: #badace;
  background: #f9ccb8 url('sticker_v.png') center no-repeat;
  background-size: 36px;
  color: #18428b;
}
.trackbox.track-blandet-guld {
  position: relative;
}
.trackbox.track-blandet-guld::before {
  font-size: 45px;
  font-size: 4.5rem;
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  content: "";
  background: #badace;
  background: #badace url('sticker_g.png') center no-repeat;
  background-size: 36px;
  color: #18428b;
}
.trackbox.track-esport {
  position: relative;
}
.trackbox.track-esport::before {
  font-size: 45px;
  font-size: 4.5rem;
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  content: "";
  background: #badace;
  background: #fee6b3 url('sticker_e.png') center no-repeat;
  background-size: 36px;
  color: #18428b;
}
.trackbox .linkbutton::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 736px) {
  .trackbox {
    max-width: 85vw;
    padding-bottom: 40px;
  }
  .trackbox > *:not(img) {
    margin-left: 40px;
    margin-right: 40px;
  }
  .trackbox header {
    padding-top: 50px;
  }
  .trackbox h2 {
    font-size: 26px;
    font-size: 2.6rem;
    display: block;
    background: none;
    text-decoration: underline;
    text-align: center;
  }
  .trackbox .icon {
    left: 50%;
  }
  .trackbox p {
    display: none;
  }
  .trackbox a.linkbutton {
    margin: 40px auto 0;
    display: block;
    max-width: 22ch;
  }
}
@supports (--constant: 5) {
  @media only screen and (min-width: 737px) {
    .trackslider .trackbox,
    .paths-panel .pathbox {
      --rotateMax: 4;
      --mouseX: 0;
      --mouseY: 0;
      transform: perspective(800px) rotateX(0) rotateY(0);
    }
    .trackslider .trackbox:hover,
    .paths-panel .pathbox:hover {
      transform: perspective(800px) rotateX(calc(-1deg * var(--mouseY) * var(--rotateMax))) rotateY(calc(1deg * var(--mouseX) * var(--rotateMax)));
    }
  }
}
.trackslider {
  padding: 50px 0 200px 130px;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.trackslider > header {
  text-align: center;
}
.trackslider > header h2 {
  font-family: "neutraface-text-alt", "Avenir", sans-serif;
  font-weight: 700;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1;
  text-transform: uppercase;
  display: inline;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.09em;
  color: #18428b;
}
.trackslider > nav {
  padding: 40px 0 90px;
}
.trackslider > nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  align-content: stretch;
  display: flex;
  height: 30px;
}
.trackslider > nav ul a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.trackslider > nav ul > li + li {
  margin-left: 30px;
}
.trackslider > nav ul a {
  font-family: "neutraface-text-alt", "Avenir", sans-serif;
  font-weight: 700;
  transition: opacity 0.2s linear;
  text-transform: uppercase;
  color: #18428b;
  line-height: 30px;
}
.trackslider > nav ul [href="#prev"],
.trackslider > nav ul [href="#next"] {
  transition: background-color 0.2s ease-in-out;
  position: absolute;
  top: 360px;
  z-index: 8;
  width: 80px;
  height: 80px;
  background-size: 31px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(24, 66, 139, 0.4);
}
.trackslider > nav ul [href="#prev"]:hover,
.trackslider > nav ul [href="#next"]:hover {
  background-color: rgba(24, 66, 139, 0.8);
}
.trackslider > nav ul [href="#prev"] {
  background-image: url(trackslider-prev.png);
  left: 100px;
}
.trackslider > nav ul [href="#next"] {
  background-image: url(trackslider-next.png);
  right: 100px;
}
.trackslider .tracks {
  width: 2500px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.trackslider .tracks .trackbox {
  margin-right: 20px;
}
.trackslider .tracks {
  position: relative;
  left: 0;
  transition: left 0.3s ease-in-out;
}
@media only screen and (max-width: 736px) {
  .trackslider {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 20px;
    padding-right: 0;
    padding-bottom: 130px;
    width: 100vw;
    max-width: none;
  }
  .trackslider > header {
    display: none;
  }
  .trackslider .tracks .trackbox {
    margin-right: 10px;
  }
  .trackslider > nav {
    display: none;
  }
}
.sticker,
.widesticker {
  font-size: 45px;
  font-size: 4.5rem;
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  content: "";
  background: #badace;
  color: #18428b;
}
.borderbox {
  border-top: 6px solid #fff;
  padding-top: 1em;
}
.sitelogo {
  display: block;
  margin-left: 0;
  transition: margin-left 0.2s ease-in-out;
}
.sitelogo svg #figures {
  fill: #18428b;
}
.sitelogo svg #letters {
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
}
.scrolled .topbar .sitelogo,
.debug .topbar .sitelogo {
  margin-left: 55px;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%) scale(0.75);
  transform-origin: 20px 0;
}
.scrolled .topbar .sitelogo svg #letters,
.debug .topbar .sitelogo svg #letters {
  opacity: 0;
}
.scrolled .component .sitelogo {
  position: static;
  transform: none;
}
.linkbanner,
.linkbanner-video {
  position: relative;
}
.linkbanner img,
.linkbanner-video img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.linkbanner .content,
.linkbanner-video .content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 60px;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.linkbanner .content h2,
.linkbanner-video .content h2 {
  font-size: 60px;
  font-size: 6rem;
  font-family: "neutraface-text-alt", "Avenir", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  display: inline;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.09em;
  text-align: center;
  max-width: 80%;
  color: #fff;
  margin-bottom: 1em;
}
.linkbanner .content .linkbutton,
.linkbanner-video .content .linkbutton {
  pointer-events: auto;
}
@media only screen and (max-width: 736px) {
  .linkbanner,
  .linkbanner-video {
    margin-left: -15px;
    margin-right: -15px;
  }
  .linkbanner .content h2,
  .linkbanner-video .content h2 {
    font-size: 42px;
    font-size: 4.2rem;
  }
  .linkbanner .content.lengthy h2,
  .linkbanner-video .content.lengthy h2 {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.linkbanner-video .video-container {
  height: 0;
  padding-bottom: 56.25%;
}
.breaking {
  margin-right: auto;
  margin-left: auto;
  background: #fff;
  color: #e53750;
  padding: 50px 40px 40px 60px;
  position: relative;
  z-index: 0;
}
.breaking h2 {
  font-family: "neutraface-text-alt", "Avenir", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  display: inline;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.09em;
  font-size: 32px;
  font-size: 3.2rem;
  background-position: center bottom 0.15em;
}
.breaking p {
  margin-top: 1em;
  margin-bottom: 0;
}
.breaking::before,
.breaking::after {
  content: "";
  display: block;
  height: 16px;
  transform: skewX(-18deg);
  background: linear-gradient(to right, #e53750 6px, transparent 0) center repeat;
  background-size: 12px 16px;
}
@media only screen and (max-width: 736px) {
  .breaking .content {
    margin: 1em 0;
  }
  .breaking .content .text + .linkbutton {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 737px) {
  .breaking {
    display: flex;
    justify-content: space-between;
  }
  .breaking .content {
    flex: 1 60%;
    max-width: 780px;
    display: flex;
    align-items: flex-end;
  }
  .breaking .content .text {
    padding-left: 72px;
  }
  .breaking .content .linkbutton {
    white-space: nowrap;
    margin-left: 20px;
  }
  .breaking::before,
  .breaking::after {
    flex: 0 1 131px;
  }
}
@keyframes typing {
  from {
    max-width: 0;
  }
  to {
    max-width: 100%;
  }
}
@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: currentcolor;
  }
}
@media only screen and (min-width: 737px) {
  .everydaycounts,
  .everydaycountshere {
    max-width: 980px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
}
.everydaycounts header,
.everydaycountshere header {
  overflow: hidden;
}
.everydaycounts header h1,
.everydaycountshere header h1,
.everydaycounts header h2,
.everydaycountshere header h2 {
  font-family: "neutraface-text-alt", "Avenir", sans-serif;
  font-weight: 700;
  font-size: 110px;
  font-size: 11rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #f9ccb8;
}
.everydaycounts header h1 data,
.everydaycountshere header h1 data,
.everydaycounts header h2 data,
.everydaycountshere header h2 data,
.everydaycounts header h1 span,
.everydaycountshere header h1 span,
.everydaycounts header h2 span,
.everydaycountshere header h2 span {
  line-height: 1;
  text-transform: uppercase;
  display: inline;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.09em;
  background-position: center bottom 0.05em;
}
.everydaycounts header h1 data,
.everydaycountshere header h1 data,
.everydaycounts header h2 data,
.everydaycountshere header h2 data {
  border-right: 0.2em solid;
  animation: blink-caret 0.8s step-end infinite;
  color: #18428b;
  --border-color: currentcolor;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
}
.everydaycounts header h1 data.writing,
.everydaycountshere header h1 data.writing,
.everydaycounts header h2 data.writing,
.everydaycountshere header h2 data.writing {
  overflow: hidden;
  border-right: 0.2em solid;
  white-space: nowrap;
  margin-right: auto;
  letter-spacing: unset;
  animation: typing 0.5s steps(var(--chars, 50), end), blink-caret 0.8s step-end infinite;
}
.everydaycounts .text,
.everydaycountshere .text {
  font-size: 20px;
  font-size: 2rem;
  color: #18428b !important;
  margin: 0 30px 1.5em;
  flex: 0 0 40%;
}
@media only screen and (max-width: 736px) {
  .everydaycounts header,
  .everydaycountshere header {
    margin-bottom: 3em;
  }
  .everydaycounts header h1,
  .everydaycountshere header h1,
  .everydaycounts header h2,
  .everydaycountshere header h2 {
    font-size: 62px;
    font-size: 6.2rem;
    align-items: center;
    text-align: center;
  }
  .everydaycounts header h1 data.writing,
  .everydaycountshere header h1 data.writing,
  .everydaycounts header h2 data.writing,
  .everydaycountshere header h2 data.writing {
    margin-left: auto;
  }
  .everydaycounts .linkbutton,
  .everydaycountshere .linkbutton {
    margin-right: auto;
    margin-left: auto;
    max-width: -moz-max-content;
    max-width: max-content;
    display: block;
  }
}
@supports (display: grid) {
  @media only screen and (min-width: 737px) {
    .everydaycounts {
      display: grid;
      grid-template-columns: 6fr 4fr;
      grid-gap: 20px;
    }
    .everydaycounts header {
      align-self: start;
    }
    .everydaycounts .text {
      align-self: end;
      padding-top: 6.1em;
      margin: 0;
    }
  }
}
.bigfoot {
  background: #badace;
  position: relative;
}
.bigfoot::before {
  content: "";
  display: block;
  width: 40px;
  height: 64px;
  background: url(logo_element.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bigfoot > div {
  margin-right: auto;
  margin-left: auto;
  padding: 70px 0 50px;
  max-width: 1180px;
}
.bigfoot > div > * + * {
  margin-top: 20px;
}
.bigfoot > div a {
  color: inherit;
}
.bigfoot > div h3 {
  font-size: 1em;
  margin-bottom: 0.6em;
}
.bigfoot > div .vcard,
.bigfoot > div .auxnavigation {
  font-size: 14px;
  font-size: 1.4rem;
}
.bigfoot > div .footer-contact .socialbar {
  max-width: 60%;
}
.bigfoot > div .vcard .adr {
  margin-bottom: 1em;
}
.bigfoot > div .auxnavigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.2857;
}
.bigfoot > div .auxnavigation ul a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.bigfoot > div .auxnavigation ul a {
  text-decoration: underline;
}
.bigfoot > div .about {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #18428b;
}
.bigfoot > div .about p {
  padding-right: 40px;
}
@media only screen and (max-width: 736px) {
  .bigfoot > div {
    padding: 60px 20px 20px;
  }
  .bigfoot > div .about p {
    padding-right: 0;
  }
  .bigfoot > div .vcard {
    text-align: center;
  }
  .bigfoot > div .auxnavigation h3 {
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0;
    font-size: 0;
  }
  .bigfoot > div .auxnavigation ul {
    margin: 2em 0 1em;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
    height: 6em;
  }
  .bigfoot > div .auxnavigation ul li a {
    padding: 10px 1.5em;
  }
}
@supports (display: grid) {
  [data-layout] .bigfoot > div {
    display: grid;
    max-width: 1180px;
    grid-template-columns: 3fr 5fr 12fr;
    grid-gap: 20px;
    grid-template-areas: "signup signup  about" "nav    address about";
  }
  [data-layout] .bigfoot > div .auxnavigation {
    grid-area: nav;
  }
  [data-layout] .bigfoot > div .about {
    grid-area: about;
  }
  [data-layout] .bigfoot > div .vcard {
    grid-area: address;
  }
  [data-layout] .bigfoot > div .footer-contact {
    grid-area: signup;
  }
  @media only screen and (max-width: 736px) {
    [data-layout] .bigfoot > div {
      grid-template-columns: 1fr;
      grid-template-areas: "signup" "about" "nav" "address";
    }
    [data-layout] .bigfoot > div > * + * {
      margin: 0;
    }
    [data-layout] .bigfoot > div .auxnavigation ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 1em;
      justify-items: center;
    }
    [data-layout] .bigfoot > div .auxnavigation ul li a {
      padding: 0;
    }
  }
  @media only screen and (min-width: 1180px) {
    [data-layout] .bigfoot > div {
      max-width: none;
      grid-template-columns: 1fr 180px 280px 680px 1fr;
      grid-template-areas: "... signup signup  about about" "nav nav    address about about";
    }
    [data-layout] .bigfoot > div .auxnavigation {
      display: grid;
      grid-template-columns: 1fr 180px;
      grid-auto-rows: min-content;
    }
    [data-layout] .bigfoot > div .auxnavigation > * {
      grid-column: 2;
    }
    [data-layout] .bigfoot > div .about {
      display: grid;
      grid-template-columns: 680px 1fr;
    }
    [data-layout] .bigfoot > div .about > * {
      grid-column: 1;
    }
  }
}
.footer-contact {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.footer-contact .linkbutton {
  width: 40%;
  color: #18428b;
}
.footer-contact .linkbutton:hover {
  color: #fff;
}
.footer-contact .socialbar {
  width: 60%;
}
@media only screen and (max-width: 736px) {
  .footer-contact .linkbutton {
    width: 50%;
  }
  .footer-contact .socialbar {
    width: 50%;
    justify-content: flex-end;
  }
  .footer-contact .socialbar > * + * {
    margin-left: 20px;
  }
  .footer-contact [type="submit"] span {
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0;
    font-size: 0;
  }
}
.hashtag {
  text-align: center;
  min-height: 20em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.we-are,
.we-are-video {
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  color: #badace;
  background: #e53750;
  padding: 0 30px 60px;
  --adorn-unit: 50;
}
@media only screen and (min-width: 737px) {
  .we-are,
  .we-are-video {
    background: url(track-fodbold-green.png) 10% 70% no-repeat, url(track-volley-green.png) 5% 40% no-repeat, url(track-esport-green.png) right 5% bottom 5% no-repeat, url(track-blandselv-green.png) right 5% top 20% no-repeat, url(track-musik-green.png) right 13% top 65% no-repeat, #e53750;
    background-size: 42px, 31px, 31px, 26px, 24px;
  }
}
.we-are header,
.we-are-video header {
  text-align: center;
  transform: translateY(-250px);
  margin-bottom: -250px;
}
.we-are header h2,
.we-are-video header h2 {
  font-family: "neutraface-text-alt", "Avenir", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  display: inline;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.09em;
  font-size: 60px;
  font-size: 6rem;
  background-position: center bottom 0.2em;
  position: relative;
  top: -0.4em;
  margin-bottom: 0;
}
.we-are img,
.we-are-video img {
  margin-right: auto;
  margin-left: auto;
  display: block;
  max-width: 100%;
}
.we-are p,
.we-are-video p {
  margin-right: auto;
  margin-left: auto;
  max-width: 50ch;
  margin-top: 0;
  padding: 10px;
  background: rgba(229, 55, 80, 0.6);
}
.we-are .actions,
.we-are-video .actions {
  margin-top: 3.75em;
  text-align: center;
}
.we-are .actions .linkbutton,
.we-are-video .actions .linkbutton {
  margin: 10px;
}
.we-are .adorn1,
.we-are-video .adorn1 {
  width: calc(var(--adorn-unit) * 5px);
  height: calc(var(--adorn-unit) * 3px);
  position: absolute;
  left: calc(var(--adorn-unit) * 1px);
  bottom: calc(var(--adorn-unit) * -1px);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
.we-are .adorn1::before,
.we-are-video .adorn1::before {
  grid-column: 1 / span 3;
  grid-row: 1 / span 2;
}
.we-are .adorn1::after,
.we-are-video .adorn1::after {
  grid-column: 2 / -1;
  grid-row: span 1 / -1;
}
.we-are .adorn1::before,
.we-are-video .adorn1::before,
.we-are .adorn1::after,
.we-are-video .adorn1::after {
  content: "";
  background: #badace;
}
.we-are .adorn2,
.we-are-video .adorn2 {
  width: calc(var(--adorn-unit) * 1px);
  height: calc(var(--adorn-unit) * 2px);
  position: absolute;
  display: block;
  background: #badace;
  right: 0;
  top: calc(var(--adorn-unit) * -1px);
}
.we-are .adorn1,
.we-are-video .adorn1,
.we-are .adorn2,
.we-are-video .adorn2 {
  z-index: 0;
}
.we-are .linkbutton,
.we-are-video .linkbutton,
.we-are .actions,
.we-are-video .actions,
.we-are header,
.we-are-video header {
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 736px) {
  .we-are,
  .we-are-video {
    margin-left: -15px;
    margin-right: -15px;
  }
  .we-are header,
  .we-are-video header {
    transform: translateY(-50px);
    margin-bottom: -50px;
  }
  .we-are header h2,
  .we-are-video header h2 {
    font-size: 42px;
    font-size: 4.2rem;
  }
  .we-are p,
  .we-are-video p {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .we-are .actions,
  .we-are-video .actions {
    margin-top: 1em;
  }
  .we-are .actions .linkbutton,
  .we-are-video .actions .linkbutton {
    min-width: 22ch;
  }
  .we-are .adorn1,
  .we-are-video .adorn1,
  .we-are .adorn2,
  .we-are-video .adorn2 {
    display: none;
  }
}
.we-are-video .video-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 75%;
}
.we-are-video .video-container .videoscreen {
  height: 0;
  padding-bottom: 75%;
}
.teaserbox {
  background-color: #18428b;
  background-size: cover;
  background-position: center top;
  padding: 65px 50px 50px;
  color: #fff;
  max-width: 60ch;
}
.teaserbox h2 {
  font-size: 60px;
  font-size: 6rem;
  font-family: "neutraface-text-alt", "Avenir", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  display: inline;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.09em;
  background-position: center bottom 0.2em;
  color: #badace;
}
.teaserbox p {
  margin-top: 1.25em;
}
.teaserbox .actions {
  margin-top: 1.875em;
}
.teaserbox.alt {
  background-color: #fee6b3;
  color: #18428b;
}
.teaserbox.alt h2 {
  color: inherit;
}
.topicsfeature {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.topicsfeature .linkbutton {
  color: #f9ccb8;
  background-color: transparent;
  background-image: linear-gradient(to top, #f9ccb8, #f9ccb8);
  border-color: #f9ccb8;
}
.topicsfeature .linkbutton:hover,
.topicsfeature .linkbutton :focus {
  color: #18428b;
}
.topicsfeature h2 {
  line-height: 1;
  text-transform: uppercase;
  display: inline;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.09em;
  font-size: 60px;
  font-size: 6rem;
  font-family: "neutraface-text-alt", "Avenir", sans-serif;
  font-weight: 700;
  color: #f9ccb8;
}
.topicsfeature .text {
  margin-top: 2em;
  color: #fff;
}
.topicsfeature > img {
  margin-left: 20px;
}
.components .topicsfeature {
  background: #18428b;
}
.closebutton {
  max-width: -moz-max-content;
  max-width: max-content;
  transition: opacity 0.3s linear;
  text-decoration: none;
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  margin: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.closebutton .txt {
  opacity: 0.5;
  transition: inherit;
}
.closebutton .icon {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.closebutton:hover .txt {
  opacity: 1;
}
#topics-overlay .closebutton {
  color: #f9ccb8;
}
#topics-overlay .closebutton .icon {
  background: #f9ccb8;
  margin-right: 10px;
}
#topics-overlay .closebutton svg {
  stroke: #18428b;
}
#discover-overlay .closebutton {
  flex-direction: row-reverse;
  color: #4a4a4a;
}
#discover-overlay .closebutton .icon {
  background: #e53750;
  margin-left: 10px;
}
#discover-overlay .closebutton svg {
  stroke: #f9ccb8;
}
@media only screen and (max-width: 736px) {
  .closebutton .txt {
    display: none;
  }
  .closebutton .icon {
    width: 40px;
    height: 40px;
    margin: 0 !important;
  }
  .closebutton .icon svg {
    width: 13px;
    height: 13px;
  }
  #topics-overlay .closebutton .icon {
    background: #18428b;
  }
  #topics-overlay .closebutton svg {
    stroke: #f9ccb8;
  }
}
.overlay-trigger {
  font-size: 20px;
  font-size: 2rem;
  font-family: "neutraface-text-alt", "Avenir", sans-serif;
  font-weight: 700;
  width: 80px;
  min-height: 5em;
  height: 100%;
  background: #fff;
  color: #4a4a4a;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.overlay-trigger a {
  display: block;
  position: relative;
  height: 100px;
  width: 100%;
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  line-height: 100px;
}
.overlay-trigger a::before {
  content: "";
  display: block;
  width: 22px;
  height: 28px;
  background: url(overlay-arrow.png);
  background-repeat: no-repeat;
  background-size: 28px;
  position: absolute;
  top: 0;
}
#topics-overlay .overlay-trigger a::before {
  left: 0;
  background-position: left top;
  transform: rotate(180deg);
}
#topics-overlay.showing .overlay-trigger a::before,
#topics-overlay:target .overlay-trigger a::before {
  transform: none;
  background-position: right top;
}
#discover-overlay .overlay-trigger a::before {
  right: 0;
  background-position: left top;
  transform: none;
}
#discover-overlay.showing .overlay-trigger a::before,
#discover-overlay:target .overlay-trigger a::before {
  background-position: right top;
  transform: rotate(180deg);
}
@keyframes reveal {
  0% {
    display: none;
    opacity: 0;
  }
  10% {
    display: block;
    opacity: 0;
  }
  90% {
    display: block;
    opacity: 1;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.overlay {
  transition: right 0.2s ease-in-out;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  top: 0;
  right: calc(100vw - 80px);
  z-index: 100;
}
.overlay .sitelogo {
  margin-right: auto;
  margin-left: auto;
  width: -moz-max-content;
  width: max-content;
  padding-top: 20px;
  transform: translateX(40px);
}
.overlay > .content {
  overflow: auto;
}
.overlay .pageheader {
  margin-right: auto;
  margin-left: auto;
  margin-top: 80px;
  max-width: 580px;
}
.overlay .pageheader > div {
  text-align: center;
}
.overlay.showing,
.overlay:target {
  right: 0;
  z-index: 110;
}
.overlay.showing .content,
.overlay:target .content {
  animation: reveal 0.2s ease-in-out;
}
#topics-overlay {
  background: #18428b;
  left: 0;
}
#topics-overlay .sitelogo svg #figures,
#topics-overlay .sitelogo svg #letters * {
  fill: #f9ccb8;
}
#topics-overlay .pageheader {
  color: #fff;
}
#topics-overlay .pageheader h1 {
  color: #f9ccb8;
}
#topics-overlay .trackfeature {
  height: 640px;
  margin-top: 80px;
}
#topics-overlay .topicsfeature {
  margin-right: auto;
  margin-left: auto;
  max-width: 980px;
}
#discover-overlay {
  right: 0;
}
@supports (display: grid) {
  .overlay {
    display: grid;
    grid-template-columns: 1fr minmax(auto, 80px);
  }
  .overlay > .content {
    grid-column: 1;
    display: grid;
    grid-template-rows: 180px 200px;
    grid-auto-rows: minmax(100px, min-content);
    grid-template-columns: 80px 1fr;
  }
  .overlay > .content .closebutton {
    grid-row: 1;
    grid-column: 1 / span 2;
    align-self: start;
    justify-self: start;
  }
  .overlay > .content .sitelogo {
    grid-row: 1;
    grid-column: 2;
    align-self: start;
    justify-self: center;
  }
  .overlay > .content .pageheader {
    grid-row: 2;
    grid-column: 2;
  }
  .overlay > .content .trackfeature {
    grid-row: 3;
    grid-column: 2;
  }
  .overlay > .content .topicsfeature {
    grid-row: 4;
    grid-column: 2;
  }
  .overlay .overlay-trigger {
    grid-column: 2;
  }
}
.contactwidget {
  padding: 20px;
  background: #fff;
  display: inline-block;
  max-width: 580px;
}
.contactwidget h2 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  text-transform: uppercase;
  display: inline;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.09em;
  font-family: "neutraface-text-alt", "Avenir", sans-serif;
  font-weight: 700;
  background-position: center bottom 0.2em;
  color: #e53750;
}
.contactwidget .info {
  color: #18428b;
  padding-top: 1em;
}
.contactwidget .linkbutton {
  margin-top: 1em;
}
@supports (display: grid) {
  .contactwidget {
    display: grid;
    grid-template-columns: 6fr 1fr 4fr;
    grid-template-rows: repeat(3, 1fr);
  }
  .contactwidget > picture {
    grid-column: 1 / span 2;
    grid-row: 1 / -1;
  }
  .contactwidget > header {
    grid-column: 2 / span 2;
    grid-row: 2;
    align-self: center;
  }
  .contactwidget .info {
    grid-column: 3;
    grid-row: 3;
  }
  @media only screen and (max-width: 736px) {
    .contactwidget {
      grid-template-columns: 15fr 1fr 2fr 12fr;
    }
    .contactwidget > header {
      grid-column: 2 / span 3;
    }
    .contactwidget > header h2 {
      font-size: 30px;
      font-size: 3rem;
    }
    .contactwidget > picture {
      max-width: 100%;
      height: auto;
    }
    .contactwidget .info {
      grid-column: 4;
      font-size: 14px;
      font-size: 1.4rem;
    }
  }
}
input,
select,
label,
textarea {
  font-family: inherit;
  color: inherit;
}
input[type="submit"] {
  font-size: 15px;
  font-size: 1.5rem;
  transition: 0.3s cubic-bezier(0.38, 0.91, 0.66, 1.02);
  transition-property: color, background-size;
  font-weight: 700;
  display: inline-block;
  line-height: 2.8;
  padding: 0 1em;
  border: 2px solid #18428b;
  color: #18428b;
  text-decoration: none;
  text-align: center;
  background: transparent linear-gradient(to top, #18428b, #18428b) no-repeat;
  background-position: center bottom;
  background-size: 100% 0;
  background-color: #fff;
}
input[type="submit"]:hover,
input[type="submit"]:focus {
  color: #fff;
  background-size: 100% 100%;
}
.invalid input,
.invalid textarea,
.invalid select,
.invalid input[type="checkbox"] + label {
  box-shadow: 0 0 0 4px rgba(255, 135, 152, 0.2);
}
.umbraco-forms-page {
  padding-bottom: 40px;
}
.umbraco-forms-page input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
.umbraco-forms-fieldset {
  border: none;
  padding: 0 0 40px;
  margin: 0 0 40px;
  border-bottom: 2px solid #fff;
}
.umbraco-forms-label {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  display: block;
  height: 1.6666em;
}
.umbraco-forms-indicator {
  color: #e53750;
}
.field-validation-error {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  color: #ff8798;
}
.umbraco-forms-tooltip {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  margin-block: 1rem;
  color: #8d8d8d;
}
.umbraco-forms-field.checkbox {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-block: 1em;
}
.umbraco-forms-field.checkbox label {
  font-size: 14px;
  font-size: 1.4rem;
}
.checkbox input[type="checkbox"],
.checkboxlist input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
}
.checkbox input[type="checkbox"] + label,
.checkboxlist input[type="checkbox"] + label {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  height: 20px;
  margin-right: 20px;
}
.checkbox input[type="checkbox"] + label::before,
.checkboxlist input[type="checkbox"] + label::before {
  transition: all 0.2s ease-in-out;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #4a4a4a;
  background: #fff;
  flex-grow: 0;
  flex-shrink: 0;
}
.checkbox input[type="checkbox"]:checked + label::before,
.checkboxlist input[type="checkbox"]:checked + label::before {
  box-shadow: 0 0 0 3px #fff inset;
  background: #4a4a4a;
}
.multiplechoice > label {
  font-size: 14px;
  font-size: 1.4rem;
}
.multiplechoice .checkboxlist span {
  display: block;
  margin-bottom: 10px;
  max-width: -moz-max-content;
  max-width: max-content;
}
.multiplechoice .checkboxlist label {
  font-size: 14px;
  font-size: 1.4rem;
}
.umbraco-forms-field.singlechoice,
.umbraco-forms-field.dataconsent {
  font-size: 14px;
  font-size: 1.4rem;
}
.umbraco-forms-field.singlechoice > label,
.umbraco-forms-field.dataconsent > label {
  margin-block-end: 0.8em;
}
.umbraco-forms-field.singlechoice input[type="radio"],
.umbraco-forms-field.dataconsent input[type="radio"] {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
}
.umbraco-forms-field.singlechoice input[type="radio"] + label,
.umbraco-forms-field.dataconsent input[type="radio"] + label {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  height: 20px;
  margin-right: 20px;
}
.umbraco-forms-field.singlechoice input[type="radio"] + label::before,
.umbraco-forms-field.dataconsent input[type="radio"] + label::before {
  transition: all 0.2s ease-in-out;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #4a4a4a;
  background: #fff;
  flex-grow: 0;
  flex-shrink: 0;
}
.umbraco-forms-field.singlechoice input[type="radio"] + label::before,
.umbraco-forms-field.dataconsent input[type="radio"] + label::before {
  border-radius: 50%;
}
.umbraco-forms-field.singlechoice input[type="radio"]:checked + label::before,
.umbraco-forms-field.dataconsent input[type="radio"]:checked + label::before {
  box-shadow: 0 0 0 3px #fff inset;
  background: #4a4a4a;
}
.umbraco-forms-field.singlechoice .radiobuttonlist span,
.umbraco-forms-field.dataconsent .radiobuttonlist span {
  display: block;
  margin-bottom: 10px;
  max-width: -moz-max-content;
  max-width: max-content;
}
.umbraco-forms-field.shortanswer input {
  font-size: 16px;
  font-size: 1.6rem;
  min-width: 30ch;
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #4a4a4a;
}
.dropdown select {
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 30ch;
  padding: 10px 15px;
  border: 1px solid #4a4a4a;
  border-radius: 0;
  background: #fff;
  background: url(chevron-down.png) right 12px top 50% no-repeat, linear-gradient(to bottom, #4a4a4a, #4a4a4a) right 40px top 50% repeat-y, #fff;
  background-size: 14px, 1px 100%;
}
.umbraco-forms-field.longanswer textarea {
  font-size: 14px;
  font-size: 1.4rem;
  min-width: 30ch;
  min-height: 8em;
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #4a4a4a;
}
.socialbar {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.socialbar > * + * {
  margin-left: 40px;
}
.socialbar:hover button,
.socialbar:hover a {
  opacity: 0.2;
}
.socialbar button,
.socialbar a {
  transition: opacity 0.2s ease-in;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 28px;
  height: 28px;
  border: none;
  background: transparent center no-repeat;
  background-size: contain;
  cursor: pointer;
}
.socialbar button[data-target="instagram"],
.socialbar a[data-target="instagram"] {
  background-image: url(share-instagram.png);
}
.socialbar button[data-target="snapchat"],
.socialbar a[data-target="snapchat"] {
  background-image: url(share-snapchat.png);
}
.socialbar button[data-target="facebook"],
.socialbar a[data-target="facebook"] {
  background-image: url(share-facebook.png);
}
.socialbar button:hover,
.socialbar a:hover {
  opacity: 1;
}
.emailform {
  padding: 0 0 2em;
  margin: 0;
}
.emailform fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.emailform legend,
.emailform label {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
}
.emailform p {
  color: #18428b;
  line-height: 1.375;
  margin: 2em 0 1em;
}
.emailform .controls {
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  border: 2px solid #18428b;
}
.emailform .controls [type="email"],
.emailform .controls [type="submit"] {
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  padding: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  color: #18428b;
}
.emailform .controls [type="email"] {
  width: 60%;
}
.emailform .controls [type="email"]:invalid:not(:-moz-placeholder) {
  background: rgba(255, 135, 152, 0.2);
}
.emailform .controls [type="email"]:invalid:not(:placeholder-shown) {
  background: rgba(255, 135, 152, 0.2);
}
.emailform .controls [type="email"]::-webkit-input-placeholder {
  color: #18428b;
  opacity: 0.5;
}
.emailform .controls [type="submit"] {
  font-size: 15px;
  font-size: 1.5rem;
  transition: 0.3s cubic-bezier(0.38, 0.91, 0.66, 1.02);
  transition-property: color, background-size;
  font-weight: 700;
  display: inline-block;
  line-height: 2.8;
  padding: 0 1em;
  border: 2px solid #18428b;
  color: #18428b;
  text-decoration: none;
  text-align: center;
  background: transparent linear-gradient(to top, #18428b, #18428b) no-repeat;
  background-position: center bottom;
  background-size: 100% 0;
  width: 40%;
  font-weight: bold;
  border-left: 2px solid #18428b;
  background-color: #fff;
  cursor: pointer;
  border-width: 0 0 0 2px;
}
.emailform .controls [type="submit"]:hover,
.emailform .controls [type="submit"]:focus {
  color: #fff;
  background-size: 100% 100%;
}
.calendarwidget {
  background: #fee6b3;
  padding: 40px;
  color: #18428b;
}
.calendarwidget header {
  background: #eef6f6;
  padding: 20px 120px 20px 20px;
}
.calendarwidget header h2 {
  font-family: "neutraface-text-alt", "Avenir", sans-serif;
  font-weight: 700;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  text-transform: uppercase;
  display: inline;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.09em;
  background-position: center bottom 0.2em;
}
.calendarwidget time {
  font-size: 28px;
  font-size: 2.8rem;
  padding-top: 16px;
  padding-left: 20px;
  padding-bottom: 20px;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  border-bottom: 4px solid #eef6f6;
  margin-bottom: 60px;
}
.calendarwidget time .day {
  font-size: 78px;
  font-size: 7.8rem;
  line-height: 0.9;
  display: block;
}
.calendarwidget .actions {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.calendarwidget .actions .cal-link {
  font-size: 15px;
  font-size: 1.5rem;
  color: inherit;
}
.contactcard:not(.detailed) {
  background: #fff;
  color: #18428b;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.contactcard:not(.detailed) img {
  width: 180px;
  height: 250px;
  flex-shrink: 0;
}
.contactcard:not(.detailed) .info {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 22px 22px 22px 30px;
}
.contactcard:not(.detailed) h2 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  text-transform: uppercase;
  display: inline;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.09em;
  font-family: "neutraface-text-alt", "Avenir", sans-serif;
  font-weight: 700;
  background-position: center bottom 0.05em;
  color: #e53750;
}
.contactcard:not(.detailed) p {
  margin: 0;
}
.contactcard:not(.detailed) p + p {
  margin-top: 1em;
}
.contactcard:not(.detailed) .jobtitle {
  margin: 20px 0 0;
}
.contactcard:not(.detailed) .email {
  margin: 0;
}
.contactcard:not(.detailed) .email a {
  color: inherit;
}
@media only screen and (max-width: 736px) {
  .contactcard:not(.detailed) h2 {
    font-size: 30px;
    font-size: 3rem;
  }
  .contactcard:not(.detailed) picture {
    max-width: 25%;
  }
  .contactcard:not(.detailed) picture img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contactcard:not(.detailed) .info {
    padding-bottom: 0;
  }
}
.contactcard.detailed {
  display: flex;
  flex-wrap: wrap;
  gap: 8.3%;
}
.contactcard.detailed img {
  flex: 1;
  aspect-ratio: 1;
  border-radius: 50%;
  flex-shrink: 0;
}
.contactcard.detailed .info {
  flex: 2;
  color: #4a4a4a;
}
.contactcard.detailed .info > * + * {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid;
}
.contactcard.detailed .info h2,
.contactcard.detailed .info .jobtitle {
  color: #18428b;
  line-height: 1;
  text-transform: uppercase;
  display: inline;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.09em;
  font-family: "neutraface-text-alt", "Avenir", sans-serif;
  font-weight: 700;
  background-position: center bottom 0.05em;
  color: #e53750;
}
.contactcard.detailed .info h2.peachy,
.contactcard.detailed .info .jobtitle.peachy {
  color: #f9ccb8;
}
.contactcard.detailed .info h2.redish,
.contactcard.detailed .info .jobtitle.redish {
  color: #e53750;
}
.contactcard.detailed .info h2.blueish,
.contactcard.detailed .info .jobtitle.blueish {
  color: #18428b;
}
.contactcard.detailed .info h2.greenish,
.contactcard.detailed .info .jobtitle.greenish {
  color: #badace;
}
.contactcard.detailed .info h2.yellowish,
.contactcard.detailed .info .jobtitle.yellowish {
  color: #fee6b3;
}
.contactcard.detailed .info h2.whiteish,
.contactcard.detailed .info .jobtitle.whiteish {
  color: #fff;
}
.contactcard.detailed .info h2.blackish,
.contactcard.detailed .info .jobtitle.blackish {
  color: #212121;
}
.contactcard.detailed .info h2 {
  font-size: 44px;
  font-size: 4.4rem;
}
.contactcard.detailed .info .jobtitle {
  font-size: 24px;
  font-size: 2.4rem;
  display: block;
  margin-top: 0.7em;
  margin-bottom: 1.3em;
}
.contactcard.detailed .info .email {
  margin: 0;
}
.contactcard.detailed .info .email a {
  color: inherit;
}
.contactcard.detailed.redish .info,
.contactcard.detailed.blueish .info,
.contactcard.detailed.blackish .info,
.redish .contactcard.detailed .info,
.blueish .contactcard.detailed .info,
.blackish .contactcard.detailed .info {
  color: #fff;
}
.components .contactcard.detailed.blueish .meta-main * {
  color: #f9ccb8;
}
.components .contactcard.detailed.redish .meta-main * {
  color: #badace;
}
.calendarcard a {
  transition: box-shadow 0.2s ease-in;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  background: #fff;
  color: #18428b;
  padding: 25px 30px 20px;
  cursor: pointer;
}
.calendarcard a:hover,
.calendarcard a:focus {
  box-shadow: 0 6px 8px rgba(24, 66, 139, 0.5);
}
.calendarcard a h2 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 1.2em;
  font-weight: normal;
}
.calendarcard a time {
  font-size: 50px;
  font-size: 5rem;
  font-family: "neutraface-text-alt", "Avenir", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  display: inline;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.09em;
  background-position: center bottom 0.05em;
  text-transform: none;
  font-variant: small-caps;
  color: #e53750;
  order: -1;
}
.topicsbox {
  background: #fff;
  padding-bottom: 40px;
}
.topicsbox header {
  padding: 30px 40px;
  height: 15.625em;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  background-position: center;
  background-size: cover;
  background-color: #fee6b3;
  color: #18428b;
}
.topicsbox header h2 {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1;
  text-transform: uppercase;
  display: inline;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.09em;
  background-position: center bottom 0.1em;
}
.topicsbox header > div {
  max-width: 100%;
}
.topicsbox.topics-ude header {
  background-color: #18428b;
  color: #badace;
}
.topicsbox.topics-sport header {
  background-color: #e53750;
  color: #18428b;
}
.topicsbox.topics-fordybe header {
  background-color: #4a4a4a;
  color: #fff;
}
.topicsbox.topics-kreativ header {
  background-color: #e53750;
  color: #badace;
}
.topicsbox.topics-musik header {
  background-color: #badace;
  color: #fff;
}
.topicsbox.topics-laermere header {
  background-color: #badace;
  color: #fee6b3;
}
.topicsbox > p {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 30px 40px;
  min-height: 8em;
  padding-bottom: 30px;
  border-bottom: 2px solid #dbdbdb;
}
.topicsbox ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 30px;
  line-height: 42px;
}
.topicsbox ul a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.topicsbox ul li + li {
  border-top: 1px solid rgba(74, 74, 74, 0.2);
}
.topicsbox ul a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}
.topicsbox ul a:hover {
  text-decoration: underline;
}
.topicsbox ul a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(icon-topic-arrow.png) center no-repeat;
  background-size: 17px;
}
.quotewidget {
  background: #18428b;
  color: #fff;
  padding: 0 55px 70px;
  position: relative;
}
.quotewidget::before {
  content: "";
  display: block;
  width: 200px;
  height: 135px;
  background: url(citat.svg) center top no-repeat;
  margin: auto;
  transform: translateY(-40px);
}
.quotewidget blockquote {
  font-size: 28px;
  font-size: 2.8rem;
  max-width: 28ch;
  font-weight: bold;
  text-align: center;
  margin: auto auto 1em;
}
.quotewidget cite {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 40px;
  display: block;
  font-weight: normal;
  font-style: normal;
}
.quotewidget img {
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  max-width: 140px;
}
@media only screen and (max-width: 736px) {
  .quotewidget::before {
    width: 120px;
    height: 80px;
    background-size: 120px;
    transform: translateY(-20px);
  }
  .quotewidget blockquote {
    font-size: 20px;
    font-size: 2rem;
  }
  .quotewidget cite {
    margin-top: 20px;
  }
  .quotewidget img {
    max-width: 100px;
  }
}
.somewidget {
  padding: 10px 10px 50px;
  background: #fff;
  color: #18428b;
}
.somewidget header {
  text-align: center;
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.somewidget header::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2em;
  height: 4em;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
}
.somewidget header h2 {
  font-size: 44px;
  font-size: 4.4rem;
  font-family: "neutraface-text-alt", "Avenir", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  display: inline;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.09em;
  transform: translateY(-50%);
}
.somewidget header img {
  max-width: 100%;
  display: block;
}
.somewidget p {
  padding: 10px 20px 30px;
}
.somewidget .socialbar button,
.somewidget a {
  width: 40px;
  height: 40px;
}
.trackfeature > nav {
  font-family: "neutraface-text-alt", "Avenir", sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 70px;
}
.trackfeature > nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  align-content: stretch;
  align-items: flex-end;
}
.trackfeature > nav ul a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.trackfeature > nav ul > li + li {
  margin-left: 30px;
}
.trackfeature > nav ul a {
  display: block;
  opacity: 0.4;
}
.trackfeature > nav ul a::before {
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  background-position: center bottom 20px;
  background-repeat: no-repeat;
  background-size: auto 30px;
}
.trackfeature > nav ul .selected a {
  font-size: 20px;
  font-size: 2rem;
  opacity: 1;
}
.trackfeature > nav ul .selected a::before {
  background-size: auto 40px;
}
.trackfeature > nav ul a[href*="-fodbold"]::before {
  background-image: url(track-fodbold-white.svg);
}
.trackfeature > nav ul a[href*="-musik"]::before {
  background-image: url(track-musik-white.svg);
}
.trackfeature > nav ul a[href*="-volley"]::before {
  background-image: url(track-volley-white.svg);
}
.trackfeature > nav ul a[href*="-esport"]::before {
  background-image: url(track-esport-white.svg);
}
.trackfeature > nav ul a[href*="-blandselv"]::before,
.trackfeature > nav ul a[href*="-guld"]::before {
  background-image: url(track-blandselv-white.svg);
}
.trackfeature .tracks {
  position: relative;
}
.trackfeature .trackcontent {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  color: #fff;
  width: 100%;
}
.trackfeature .trackcontent h2 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  text-transform: uppercase;
  display: inline;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.09em;
  font-family: "neutraface-text-alt", "Avenir", sans-serif;
  font-weight: 700;
  background-position: center bottom 0.15em;
  color: #f9ccb8;
}
.trackfeature .trackcontent > img {
  width: 680px;
  margin-bottom: 1em;
}
.trackfeature .trackcontent .text {
  margin-top: 1em;
  max-width: 50ch;
}
.trackfeature .trackcontent.showing {
  display: block;
}
.trackfeature .linkbutton {
  color: #f9ccb8;
  background-color: transparent;
  background-image: linear-gradient(to top, #f9ccb8, #f9ccb8);
  border-color: #f9ccb8;
}
.trackfeature .linkbutton:hover,
.trackfeature .linkbutton :focus {
  color: #18428b;
}
.components .trackfeature {
  background: #18428b;
}
.components .trackfeature .trackcontent {
  background: #18428b;
}
@supports (display: grid) {
  .trackfeature .trackcontent {
    grid-template-rows: 2fr 2fr 1fr;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 20px;
  }
  .trackfeature .trackcontent > img {
    grid-row: 1 / span 2;
    grid-column: 2 / span 6;
    width: auto;
    margin: 0;
  }
  .trackfeature .trackcontent header {
    grid-row: 1;
    grid-column: 8 / span 4;
    align-self: end;
    margin-left: 40px;
  }
  .trackfeature .trackcontent .text {
    grid-row: 2 / span 2;
    grid-column: span 4 / -1;
    margin-left: 20px;
  }
  .trackfeature .trackcontent.showing {
    display: grid;
  }
}
.texttile {
  background-color: #18428b;
  padding: 75px 2em;
}
.texttile.peachy {
  background-color: #f9ccb8;
}
.texttile.redish {
  background-color: #e53750;
}
.texttile.blueish {
  background-color: #18428b;
}
.texttile.greenish {
  background-color: #badace;
}
.texttile.yellowish {
  background-color: #fee6b3;
}
.texttile.whiteish {
  background-color: #fff;
}
.texttile.blackish {
  background-color: #212121;
}
.texttile .content {
  max-width: 580px;
}
.texttile .content > * + * {
  margin-top: 1.5em;
}
.texttile .content h2 {
  font-size: 42px;
  font-size: 4.2rem;
  font-family: "neutraface-text-alt", "Avenir", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  display: inline;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.09em;
  color: #f9ccb8;
}
.texttile .content h2.peachy {
  color: #f9ccb8;
}
.texttile .content h2.redish {
  color: #e53750;
}
.texttile .content h2.blueish {
  color: #18428b;
}
.texttile .content h2.greenish {
  color: #badace;
}
.texttile .content h2.yellowish {
  color: #fee6b3;
}
.texttile .content h2.whiteish {
  color: #fff;
}
.texttile .content h2.blackish {
  color: #212121;
}
.texttile .content .text {
  color: #fff;
}
.texttile.peachy .text,
.texttile.greenish .text,
.texttile.yellowish .text,
.texttile.whiteish .text {
  color: #212121;
}
.texttile.peachy h2,
.texttile.greenish h2,
.texttile.yellowish h2,
.texttile.whiteish h2 {
  color: #18428b;
}
.texttile:only-child .content {
  margin-right: auto;
  margin-left: auto;
}
.texttile:only-child .content h2 {
  display: inline-block;
  text-align: center;
}
.texttile:only-child .linkbutton {
  margin-right: auto;
  margin-left: auto;
  display: block;
  max-width: 25em;
}
@media only screen and (min-width: 737px) {
  .texttile .content h2 {
    font-size: 42px;
    font-size: 4.2rem;
  }
  .texttile:nth-child(odd):last-child .content {
    margin-right: auto;
    margin-left: auto;
  }
  .texttile:nth-child(odd):last-child .content h2 {
    display: inline-block;
    text-align: center;
  }
  .texttile:nth-child(odd):last-child .linkbutton {
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width: 25em;
  }
}
@media only screen and (min-width: 920px) {
  .texttile .content h2 {
    font-size: 60px;
    font-size: 6rem;
  }
}
.picture {
  background-color: rgba(186, 218, 206, 0.1);
  overflow: hidden;
}
.picture picture,
.picture img {
  display: block;
  width: 100%;
  height: auto;
}
.galleryslider {
  position: relative;
  width: 780px;
  height: 590px;
  --slide-width: 780;
  --slide-height: 590;
  width: calc(var(--slide-width, 780) * 1px);
  height: calc(var(--slide-height, 590) * 1px);
}
.galleryslider .screen {
  overflow: hidden;
  width: 780px;
  height: 590px;
  width: calc(var(--slide-width, 780) * 1px);
  height: calc(var(--slide-height, 590) * 1px);
}
.galleryslider .screen::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
  border: 4px solid #18428b;
  z-index: 0;
}
.galleryslider .slides {
  position: relative;
  left: 0;
  transition: left 0.3s ease-in-out;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 500%;
  width: calc(var(--slide-width) * var(--slide-count, 5) * 1px);
  height: 100%;
}
.galleryslider .slides .slide {
  width: calc(var(--slide-width, 780) * 1px);
  height: 100%;
}
.galleryslider .slides .slide .picture,
.galleryslider .slides .slide picture {
  width: 100%;
  height: 100%;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .galleryslider .slides .slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.galleryslider .tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.galleryslider .tabs a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.galleryslider .tabs li:not(:first-child):not(:last-child) {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
}
.galleryslider .tabs [href="#prev"],
.galleryslider .tabs [href="#next"] {
  transition: opacity 0.2s ease-in-out;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 8;
  width: 98px;
  height: 98px;
  background-size: 57px;
  border-radius: 50%;
  background-image: url(icon-slider-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.galleryslider .tabs [href="#prev"] {
  left: 0;
  transform: translate(-50%, -50%) rotate(180deg);
}
.galleryslider .tabs [href="#next"] {
  right: 0;
  transform: translate(50%, -50%);
}
.galleryslider.at-start .tabs [href="#prev"],
.galleryslider.at-end .tabs [href="#next"] {
  filter: opacity(0.4);
}
.video {
  padding-bottom: 56.25%;
  position: relative;
}
.video > img,
.video > picture,
.video > video,
.video > div {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video > img,
.video > picture,
.video > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video.external .video-container,
.video.external .videoscreen {
  width: 100%;
  height: 100%;
}
.video video,
.video .video-container {
  visibility: hidden;
}
.video video.loading,
.video .video-container.loading,
.video video.playing,
.video .video-container.playing,
.video video.paused,
.video .video-container.paused {
  visibility: visible;
}
.video video.loading ~ *,
.video .video-container.loading ~ *,
.video video.playing ~ *,
.video .video-container.playing ~ *,
.video video.paused ~ *,
.video .video-container.paused ~ * {
  display: none;
}
.video > button {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: 6px solid #18428b;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.video > button span {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
}
.video > button::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(icon-play.svg) 57% 50% no-repeat;
  background-size: 34px 44px;
  position: absolute;
  top: 0;
  left: 0;
}
.video > .picture picture,
.video > .picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video > *:empty {
  background: #fee6b3;
}
.video::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
  border: 4px solid #18428b;
  z-index: 0;
}
@media only screen and (min-width: 737px) {
  .sub,
  .topicdescription {
    padding: 0;
    list-style: none;
    position: relative;
    background: #fff;
    color: #18428b;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 10px 6px 16px 3px;
    margin: 0;
    text-align: left;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.13);
    border-radius: 4px;
  }
  .sub a {
    display: block;
    text-decoration: none;
    color: inherit;
  }
  .sub li.backlink ~ li + li {
    border-top: 1px solid #eef6f6;
  }
  .sub a {
    line-height: 2.5;
    padding: 0 1.25em;
    position: relative;
  }
  .sub a:hover,
  .sub a:focus {
    color: #e53750;
  }
  .sub a:hover::before,
  .sub a:focus::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentcolor;
    position: absolute;
    top: calc(50% - 3px);
    left: calc(0.625em - 3px);
  }
  .sub li.selected a {
    color: #18428b;
    font-weight: bold;
  }
  .sub li.selected a::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentcolor;
    position: absolute;
    top: calc(50% - 3px);
    left: calc(0.625em - 3px);
  }
  .sub li.selected a:hover,
  .sub li.selected a:focus {
    color: #e53750;
  }
  .sub .sub,
  .sub .backlink {
    display: none;
  }
  .sub::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: inherit;
    transform: translate(-50%, -5px) rotate(45deg);
    position: absolute;
    left: 50%;
    top: 0;
  }
}
@media only screen and (min-width: 737px) {
  .topics-sub .compact-only {
    display: none;
  }
  .topics-sub h2 {
    font-size: inherit;
  }
  .topics-sub h2 a {
    border-top: 3px solid #eef6f6;
    font-weight: normal;
  }
  .topics-sub h2 a.selected {
    color: #18428b;
    font-weight: bold;
  }
  .topics-sub h2 a.selected::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentcolor;
    position: absolute;
    top: calc(50% - 3px);
    left: calc(0.625em - 3px);
  }
  .topics-sub h2 a.selected:hover,
  .topics-sub h2 a.selected:focus {
    color: #e53750;
  }
  .topics-sub ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .topics-sub ul a {
    display: block;
    text-decoration: none;
    color: inherit;
  }
  .topics-sub ul li + li {
    border-top: 1px solid #eef6f6;
  }
  .topics-sub ul + .compact-only + ul > li:first-child {
    border-top: 3px solid #eef6f6;
  }
  .topics-sub .static-sub {
    display: none;
  }
}
.widesticker {
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: #fff;
  border-radius: 90px;
}
.widesticker::before,
.widesticker::after {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
}
.widesticker::before {
  content: "";
  left: 0;
  transform: translate(16px, -50%);
  background: transparent center no-repeat;
}
.widesticker.go10,
.widesticker.sport10 {
  width: 180px;
}
.widesticker.go10::after,
.widesticker.sport10::after {
  content: "";
  right: 0;
  transform: translate(-16px, -50%);
  background-color: #18428b;
  background-position: center;
  background-repeat: no-repeat;
}
.widesticker.yellowish {
  background: #fee6b3;
}
.widesticker.greenish {
  background: #badace;
}
.widesticker.paths::before {
  background-image: url(icon-paths.svg);
}
.widesticker.tracks::before {
  background-image: url(icon-tracks.svg);
}
.widesticker.go10::after {
  background-image: url(spor-ikon-go10.svg);
}
.widesticker.sport10::after {
  background-image: url(spor-ikon-sport10.svg);
}
@media only screen and (max-width: 736px) {
  .widesticker {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
  }
  .widesticker::before,
  .widesticker::after {
    width: 45px;
    height: 45px;
  }
  .widesticker::before {
    transform: translate(8px, -50%);
  }
  .widesticker.go10,
  .widesticker.sport10 {
    width: 130px;
  }
  .widesticker.go10::before,
  .widesticker.sport10::before {
    transform: translate(12px, -50%);
  }
  .widesticker.go10::after,
  .widesticker.sport10::after {
    transform: translate(-8px, -50%);
  }
}
.pathbox {
  position: relative;
  background: #fff;
  max-width: 580px;
  box-shadow: 0 51px 34px rgba(0, 0, 0, 0.1);
  padding: 0 0 30px;
}
.pathbox > *:not(picture,.widesticker) {
  margin-left: 100px;
  margin-right: 30px;
}
.pathbox header {
  position: relative;
}
.pathbox h2 {
  font-family: "neutraface-text-alt", "Avenir", sans-serif;
  font-weight: 700;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
  text-transform: uppercase;
  display: inline;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.09em;
  font-size: 32px;
  font-size: 3.2rem;
  background-position: center bottom 0.2em;
  line-height: 1.2;
  color: #18428b;
}
.pathbox picture {
  display: block;
  margin: 0 0 20px;
}
.pathbox picture img {
  max-width: 100%;
  height: auto;
}
.pathbox p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 1.7857em;
  margin-bottom: 1.7857em;
}
.pathbox .linkbutton::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.spacer {
  display: block;
}
.spacer,
.spacer.medium {
  height: 80px;
}
.spacer.large {
  height: 200px;
}
@media only screen and (min-width: 737px) {
  .spacer,
  .spacer.medium {
    height: 170px;
  }
  .spacer.large {
    height: 400px;
  }
}
.frontpagehero .content {
  position: relative;
}
.frontpagehero .content > picture img,
.frontpagehero .content > video {
  width: 100%;
  height: auto;
  display: block;
}
.frontpagehero .content::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(24, 66, 139, 0.5);
  position: absolute;
}
.frontpagehero .everydaycountshere header {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  padding: 6% 50px 80px;
}
.frontpagehero .everydaycountshere h1,
.frontpagehero .everydaycountshere h2 {
  font-size: calc(11 * 1.5vw);
  align-items: flex-start;
}
.frontpagehero .everydaycountshere data {
  color: #fff;
}
@media only screen and (max-width: 736px) {
  .frontpagehero video + .everydaycountshere header h1,
  .frontpagehero video + .everydaycountshere header h2 {
    font-size: 3em;
  }
}
.frontpagehero .text {
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  margin: 0 20px;
  padding: 30px;
  background: #badace;
  color: #18428b;
}
.frontpagehero .linkbutton {
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-top: 3em;
}
.frontpagehero .scrollindicator {
  position: absolute;
  right: calc(50vw - 16px);
  bottom: 20px;
  opacity: 1;
  z-index: 10;
  pointer-events: none;
  transition: opacity 800ms linear;
}
.scrolled .frontpagehero .scrollindicator,
.no-scroll .frontpagehero .scrollindicator {
  opacity: 0;
}
@media only screen and (max-width: 736px) {
  .breaking + .frontpagehero .scrollindicator {
    position: fixed;
    top: 100px;
    bottom: auto;
    color: #e53750;
  }
  .breaking + .frontpagehero .scrollindicator::after {
    filter: invert();
  }
}
@media only screen and (min-width: 737px) {
  .frontpagehero {
    --adorn-unit: 30;
  }
  .frontpagehero .scrollindicator {
    position: fixed;
    right: 20px;
    bottom: 20px;
  }
  .frontpagehero .everydaycountshere header h1 {
    max-width: 780px;
    margin: 0 auto;
    padding-left: 72px;
    padding-right: 72px;
    font-size: calc(4 * 1.5vw);
  }
  .frontpagehero .text {
    margin-right: auto;
    margin-left: auto;
    transform: translateY(-35%);
    max-width: 780px;
    padding: 30px 72px;
  }
  .frontpagehero .adorn1,
  .frontpagehero .adorn2 {
    position: absolute;
    display: grid;
  }
  .frontpagehero .adorn1::before,
  .frontpagehero .adorn2::before,
  .frontpagehero .adorn1::after,
  .frontpagehero .adorn2::after {
    content: "";
    background: #f9ccb8;
  }
  .frontpagehero .adorn1 {
    width: calc(var(--adorn-unit) * 3px);
    height: calc(var(--adorn-unit) * 5px);
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(5, 1fr);
    left: calc(var(--adorn-unit) * -2px);
    top: calc(35% - (var(--adorn-unit) * 2px));
  }
  .frontpagehero .adorn1::before {
    grid-column: 3;
    grid-row: 1 / span 4;
  }
  .frontpagehero .adorn1::after {
    grid-column: 1 / 3;
    grid-row: 3 / -1;
  }
  .frontpagehero .adorn2 {
    width: calc(var(--adorn-unit) * 3px);
    height: calc(var(--adorn-unit) * 3px);
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    right: 0;
    top: calc(100% - (var(--adorn-unit) * 1px));
  }
  .frontpagehero .adorn2::before {
    grid-column: 1 / -1;
    grid-row: 1 / 3;
  }
  .frontpagehero .adorn2::after {
    grid-column: 1;
    grid-row: 3;
  }
}
@media only screen and (min-width: 950px) {
  .frontpagehero .text {
    transform: translateY(-50%);
  }
  .frontpagehero .adorn1 {
    top: calc(50% - (var(--adorn-unit) * 2px));
  }
}
.scrollindicator {
  position: relative;
  color: #f9ccb8;
  border: 2px solid;
  width: 32px;
  height: 56px;
  border-radius: 24px;
}
.scrollindicator::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 22px;
  height: 22px;
  transform: translateX(-50%);
  background: url(scroll-pil.svg) center no-repeat;
  background-size: 100%;
  animation: sliding 1.1s ease-in-out infinite alternate;
}
@media only screen and (min-width: 737px) {
  .scrollindicator {
    width: 40px;
    height: 70px;
    border-radius: 30px;
  }
  .scrollindicator::after {
    width: 26px;
    height: 26px;
  }
}
@keyframes sliding {
  0% {
    bottom: 12px;
    opacity: 1;
  }
  100% {
    bottom: 6px;
    opacity: 0.6;
  }
}
.timeslot {
  display: flex;
  gap: 2px;
}
.timeslot .lessoninfo {
  padding: 0.5em;
}
.timeslot .content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.timeslot .content > * {
  padding-block: 0.4em;
  padding-inline: 1ch;
}
.lessoninfo {
  container: infobar / inline-size;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  color: #fff;
  background-color: #18428b;
  padding: 20px;
  position: relative;
}
.lessoninfo.break {
  color: #4a4a4a;
  background-color: #badace;
}
.lessoninfo .indicator {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #f9ccb8;
  padding: 7px;
}
.lessoninfo .indicator span {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 24px;
  transform-origin: 50% 50%;
  background-color: #18428b;
  transition: transform 0.2s ease-in-out, opacity 0s 0.2s;
}
.lessoninfo .indicator span:last-child {
  transform: rotate(90deg);
}
.lessoninfo.active .indicator :last-child {
  transform: rotate(0deg) translateY(-1px);
}
@container infobar (inline-size < 160px) {
  .indicator {
    display: none;
  }
}
@media only screen and (max-width: 736px) {
  .lessoninfo:hover {
    cursor: pointer;
  }
}
.topicoption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: #4a4a4a;
  background: #fff;
  min-block-size: 60px;
}
.topicoption.readonly {
  color: #8d8d8d;
}
.topicoption.readonly label {
  pointer-events: none;
}
.topicoption.readonly:not(:has(input)) label::after {
  display: none;
}
.topicoption.gold {
  border-inline-start: 4px solid #eabf3e;
}
.topicoption.gold label {
  margin-inline-start: 16px;
}
.topicoption.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.topicoption.disabled * {
  cursor: not-allowed;
}
.topicoption input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
}
.topicoption label {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  inline-size: 100%;
  margin-inline: 20px;
  line-height: normal;
  cursor: pointer;
}
.topicoption label::after {
  transition: 0.2s ease-in-out;
  transition-property: background-color, border-color;
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-inline-start: 10px;
  border: 2px solid #4a4a4a;
  background: #fff;
  flex-grow: 0;
  flex-shrink: 0;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.12);
}
.topicoption:has(:checked) {
  color: #18428b;
}
.topicoption:has(:checked) label::after {
  border-color: #18428b;
  background: #18428b url(icon-checked.svg) center no-repeat;
  box-shadow: none;
}
.topicoption.dupe {
  color: #8d8d8d;
}
.topicoption.dupe label::after {
  border-color: transparent;
  background-color: transparent;
  box-shadow: none;
}
.topicoption.dupe:has(:checked) label::after {
  background-image: url(icon-checked-dupe.svg);
}
.topicdescription {
  font-weight: semibold;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  font-size: 1.3rem;
  max-inline-size: 30ch;
  color: #4a4a4a;
  background-color: #f9ccb8;
  padding: 1.25em;
}
.topicdescription a.readmore-link {
  display: inline-block;
  color: #18428b;
  text-decoration: underline;
  margin-block-start: 1.3em;
}
.topicdescription::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: inherit;
  transform: translate(-50%, -5px) rotate(45deg);
  position: absolute;
  left: 50%;
  top: 0;
}
.topicdescription:popover-open {
  --dx: calc(var(--desc-x, 20) * 1px);
  --dy: calc(var(--desc-y, 20) * 1px);
  overflow: visible;
  border: none;
  position: absolute;
  inset: unset;
  inset-inline-start: var(--dx);
  inset-block-start: var(--dy);
  transform: translate(20px, 55px);
}
@media only screen and (min-width: 737px) {
  .topicdescription:popover-open {
    transform: translate(-20px, 55px);
  }
}
.week-day header {
  margin-inline-start: 20px;
  font-weight: 600;
  block-size: 3rem;
}
.week-day .lesson-topics {
  display: flex;
  gap: 2px;
  flex-direction: column;
  align-items: stretch;
  block-size: 100%;
}
.first .week-day .lesson-topics {
  block-size: calc(100% - 30px);
}
.week-day .lesson-topics:has(.topicoption:last-child:first-of-type) {
  background: #fff;
  justify-content: center;
}
.skema-lesson,
.skema-break {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@container skema (inline-size >= 720px) {
  .skema-lesson,
  .skema-break {
    display: grid;
    grid-template-columns: minmax(150px, 1fr) repeat(5, 1fr);
    gap: 2px;
  }
  .skema-lesson.first .lessoninfo,
  .skema-break.first .lessoninfo {
    margin-block-start: 3rem;
  }
}
.accordionelement details {
  background: #18428b;
  margin-block-end: 8px;
}
.accordionelement details:hover {
  cursor: pointer;
}
.accordionelement details summary {
  color: #fff;
  list-style: none;
  padding: 8px 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordionelement details summary::-webkit-details-marker {
  display: none;
}
.accordionelement details summary div {
  position: relative;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  background-color: #f9ccb8;
}
.accordionelement details summary div span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #18428b;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
}
.accordionelement details summary div span:first-child {
  transition: transform 200ms ease-in-out;
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordionelement details summary + div {
  background-color: #f9ccb8;
  color: #18428b;
  padding: 22px 16px 46px;
}
.accordionelement details[open] summary div span:first-child {
  transform: translate(-50%, -50%) rotate(0deg);
}
@media only screen and (min-width: 737px) {
  .tiles-panel {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    padding-top: 150px;
    padding-bottom: 120px;
  }
  .tiles-panel > * {
    flex-basis: 50%;
    z-index: 2;
  }
  .tiles-panel > *:nth-child(even) {
    transform: translateY(-80px);
  }
  .tiles-panel > *:nth-child(odd):last-child:not(.picture) {
    flex-basis: 100%;
    transform: translateY(-80px);
    z-index: 1;
    padding-top: 150px;
  }
}
@supports (display: grid) {
  @media only screen and (min-width: 737px) {
    .tiles-panel {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }
    .tiles-panel > *:nth-child(1),
    .tiles-panel > *:nth-child(2) {
      align-self: end;
    }
    .tiles-panel > *:nth-child(3),
    .tiles-panel > *:nth-child(4) {
      align-self: start;
    }
    .tiles-panel > *:nth-child(odd):last-child {
      grid-column: 1 / -1;
    }
    .tiles-panel > *:nth-child(odd):last-child.picture {
      grid-column: span 1 / -1;
      transform: translateY(-80px);
    }
  }
}
.linkboxpanel {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.linkboxpanel > * {
  margin: 0 10px 10px;
  flex: 1 1 250px;
}
.linkboxpanel.colored .linkbox h2 {
  font-family: "neutraface-text-alt", "Avenir", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  display: inline;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.09em;
  font-size: 26px;
  font-size: 2.6rem;
  background-position: center bottom 0.15em;
  line-height: 1.2;
}
.linkboxpanel.colored .linkbox p {
  margin: 1em 0 1.5em;
}
.linkboxpanel.colored .linkbox .linkbutton {
  background-color: #fff;
}
.linkboxpanel.colored .linkbox:nth-child(1),
.linkboxpanel.colored .linkbox:nth-child(5),
.linkboxpanel.colored .linkbox:nth-child(9) {
  background: #fee6b3;
  color: #e53750;
}
.linkboxpanel.colored .linkbox:nth-child(2),
.linkboxpanel.colored .linkbox:nth-child(6),
.linkboxpanel.colored .linkbox:nth-child(7) {
  background: #badace;
  color: #e53750;
}
.linkboxpanel.colored .linkbox:nth-child(3),
.linkboxpanel.colored .linkbox:nth-child(4),
.linkboxpanel.colored .linkbox:nth-child(8) {
  background: #f9ccb8;
  color: #18428b;
}
@supports (display: grid) {
  .linkboxpanel {
    display: grid;
    grid-auto-rows: minmax(270px, auto);
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 20px;
  }
  .linkboxpanel > * {
    margin: 0;
  }
}
.widget-panel {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media only screen and (max-width: 736px) {
  .widget-panel {
    flex-direction: column;
  }
}
@media only screen and (min-width: 737px) {
  .widget-panel {
    padding-top: 80px;
  }
}
@supports (display: grid) {
  [data-layout] .widget-panel {
    display: grid;
    grid-gap: 20px 0;
  }
  @media only screen and (max-width: 736px) {
    [data-layout] .widget-panel {
      grid-template-rows: auto;
      grid-template-columns: 1fr;
      grid-gap: 0;
    }
  }
  @media only screen and (min-width: 737px) {
    [data-layout] .widget-panel {
      grid-gap: 0;
      grid-template-rows: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr;
    }
    [data-layout] .widget-panel > *:first-child {
      grid-row: 1 / span 2;
      align-self: start;
    }
    [data-layout] .widget-panel > *:last-child {
      grid-row: 2 / span 2;
      align-self: end;
    }
  }
}
.topicsboxpanel {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.topicsboxpanel > header {
  width: 100%;
  text-align: center;
  padding-bottom: 60px;
}
.topicsboxpanel > header h2 {
  font-size: 34px;
  font-size: 3.4rem;
  font-family: "neutraface-text-alt", "Avenir", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  display: inline;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.09em;
  color: #18428b;
}
.topicsboxpanel .topicsbox {
  width: 32%;
  margin-bottom: 20px;
}
@supports (display: grid) {
  .topicsboxpanel {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    grid-gap: 20px;
  }
  .topicsboxpanel > header {
    grid-column: 1 / -1;
  }
  .topicsboxpanel .topicsbox {
    width: auto;
    margin: 0;
  }
}
.gallery-panel .galleryslider {
  width: 500px;
  height: 378px;
  --slide-width: 500;
  --slide-height: 378;
}
@media only screen and (min-width: 1180px) {
  .gallery-panel {
    display: flex;
    flex-wrap: wrap;
  }
  .gallery-panel > *:first-child {
    flex-basis: 380px;
    flex-grow: 1;
  }
  .gallery-panel > *:last-child {
    flex-basis: 0;
    flex-grow: 999;
    min-width: 50%;
  }
  .gallery-panel > *:first-child {
    flex-basis: 380px;
    flex-grow: 1;
  }
  .gallery-panel > *:last-child {
    flex-basis: 0;
    flex-grow: 999;
  }
  .gallery-panel .galleryslider {
    width: 780px;
    height: 590px;
    --slide-width: 780;
    --slide-height: 590;
  }
}
.gallery-panel > div:first-child {
  background-color: #e53750;
  background: #f9ccb8;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.gallery-panel > div:first-child.peachy {
  background-color: #f9ccb8;
}
.gallery-panel > div:first-child.redish {
  background-color: #e53750;
}
.gallery-panel > div:first-child.blueish {
  background-color: #18428b;
}
.gallery-panel > div:first-child.greenish {
  background-color: #badace;
}
.gallery-panel > div:first-child.yellowish {
  background-color: #fee6b3;
}
.gallery-panel > div:first-child.whiteish {
  background-color: #fff;
}
.gallery-panel > div:first-child.blackish {
  background-color: #212121;
}
.gallery-panel > div:first-child .inner {
  color: #18428b;
  padding: 30px;
}
.gallery-panel > div:first-child .inner.peachy {
  color: #f9ccb8;
}
.gallery-panel > div:first-child .inner.redish {
  color: #e53750;
}
.gallery-panel > div:first-child .inner.blueish {
  color: #18428b;
}
.gallery-panel > div:first-child .inner.greenish {
  color: #badace;
}
.gallery-panel > div:first-child .inner.yellowish {
  color: #fee6b3;
}
.gallery-panel > div:first-child .inner.whiteish {
  color: #fff;
}
.gallery-panel > div:first-child .inner.blackish {
  color: #212121;
}
.gallery-panel > div:first-child .inner > * + * {
  margin-top: 1.2em;
}
.gallery-panel > div:first-child .inner h2 {
  font-family: "neutraface-text-alt", "Avenir", sans-serif;
  font-weight: 700;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1;
  text-transform: uppercase;
  display: inline;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.09em;
}
.gallery-panel > div:last-child {
  padding-right: 20px;
}
.video-panel {
  background-color: #e53750;
  align-items: center;
  padding: 40px 20px;
}
.video-panel.peachy {
  background-color: #f9ccb8;
}
.video-panel.redish {
  background-color: #e53750;
}
.video-panel.blueish {
  background-color: #18428b;
}
.video-panel.greenish {
  background-color: #badace;
}
.video-panel.yellowish {
  background-color: #fee6b3;
}
.video-panel.whiteish {
  background-color: #fff;
}
.video-panel.blackish {
  background-color: #212121;
}
.video-panel.blueish > header {
  color: #fee6b3;
}
.video-panel > header {
  color: #18428b;
  padding-bottom: 30px;
}
.video-panel > header.peachy {
  color: #f9ccb8;
}
.video-panel > header.redish {
  color: #e53750;
}
.video-panel > header.blueish {
  color: #18428b;
}
.video-panel > header.greenish {
  color: #badace;
}
.video-panel > header.yellowish {
  color: #fee6b3;
}
.video-panel > header.whiteish {
  color: #fff;
}
.video-panel > header.blackish {
  color: #212121;
}
.video-panel > header h2 {
  font-family: "neutraface-text-alt", "Avenir", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  display: inline;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.09em;
}
@media only screen and (min-width: 737px) {
  .video-panel {
    display: flex;
    flex-wrap: wrap;
    padding: 80px 100px;
  }
  .video-panel > *:first-child {
    flex-basis: 30rem;
    flex-grow: 1;
  }
  .video-panel > *:last-child {
    flex-basis: 0;
    flex-grow: 999;
    min-width: 50%;
  }
  .video-panel > *:first-child {
    flex-basis: 30rem;
    flex-grow: 1;
  }
  .video-panel > *:last-child {
    flex-basis: 0;
    flex-grow: 999;
  }
  .video-panel > header {
    padding-right: 70px;
  }
  .video-panel > header h2 {
    font-size: 60px;
    font-size: 6rem;
  }
}
@media only screen and (max-width: 736px) {
  .video-panel .video::before {
    content: none;
    display: none;
  }
}
.paths-panel {
  padding-bottom: 200px;
}
.paths-panel > header {
  margin-right: auto;
  margin-left: auto;
  color: #18428b;
  max-width: 48ch;
  text-align: center;
  padding-bottom: 4.3em;
}
.paths-panel > header h2 {
  font-family: "neutraface-text-alt", "Avenir", sans-serif;
  font-weight: 700;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1;
  text-transform: uppercase;
  display: inline;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.09em;
}
.paths-panel > header h2 + * {
  margin-top: 1.5em;
}
.paths-panel .links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 80px 20px;
  margin: 0 10px;
}
.paths-panel .links > * {
  flex: 1 1 45%;
  min-width: 400px;
}
@media only screen and (max-width: 736px) {
  .paths-panel {
    padding-bottom: 100px;
  }
}
.colorwrap {
  background-color: #e53750;
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
}
.colorwrap.peachy {
  background-color: #f9ccb8;
}
.colorwrap.redish {
  background-color: #e53750;
}
.colorwrap.blueish {
  background-color: #18428b;
}
.colorwrap.greenish {
  background-color: #badace;
}
.colorwrap.yellowish {
  background-color: #fee6b3;
}
.colorwrap.whiteish {
  background-color: #fff;
}
.colorwrap.blackish {
  background-color: #212121;
}
.lesson .topicoption {
  min-height: 60px;
}
.lesson .gestures {
  display: none;
}
.lesson .weekdays > div {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 2px;
}
.lesson .weekdays > div div {
  flex-grow: 1;
  background: #fff;
}
.lesson h3 {
  margin-inline: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 60px;
}
@media (max-width: 1279px) {
  .lesson .gestures {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 60px;
  }
  .lesson .gestures p {
    margin: 0 10px;
    color: #888888;
  }
  .lesson .gestures .gesture {
    transform-origin: 50% 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
  .lesson .gestures .swipe-right {
    transform: scaleX(-1);
  }
  .lesson .lesson-wrapper {
    max-height: 85px;
    overflow-y: hidden;
    transition: max-height 0.2s ease-in-out;
  }
  .lesson .lesson-wrapper:has(.active) {
    max-height: 1000px;
  }
  .lesson .weekdays {
    overflow-x: auto;
    display: flex;
    scroll-snap-type: x mandatory;
  }
  .lesson .weekdays > div {
    min-width: 100%;
    scroll-snap-align: start;
  }
  .lesson h3 {
    text-align: center;
  }
}
@media (min-width: 1280px) {
  .lesson .lesson-wrapper {
    display: grid;
    gap: 1px;
    grid-template-columns: 148px 1fr;
  }
  .lesson .weekdays {
    display: flex;
    align-items: stretch;
    gap: 1px;
  }
  .lesson .weekdays h3 {
    display: none;
  }
}
.week {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.week > header {
  margin-inline-start: 148px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
}
.week > header h3 {
  margin-inline: 20px;
  font-size: 1em;
  font-weight: 600;
  line-height: 60px;
}
@media (max-width: 1280px) {
  .week > header {
    display: none;
  }
}
.debug :not(picture) > img {
  outline: 2px solid #f41006;
}
.debug :not(picture) > img[srcset] {
  outline: 2px solid #f46b08;
}
.debug picture > img {
  outline: 2px solid #f7d209;
}
.debug picture > source[type="image/webp"] ~ img {
  outline: none;
}
.debug .components {
  max-width: none;
}
.debug .spacer,
.components .spacer {
  background: rgba(200, 0, 0, 0.3);
  outline: 3px dashed rgba(200, 0, 0, 0.6);
  position: relative;
}
.debug .spacer::before,
.components .spacer::before {
  content: '[ ' attr(class) ' ]';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
