.cookie-banner {
  background-color: var(--color-brand-primary);
  bottom: 0;
  display: none;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 1em;
  position: relative;
  width: 100%;
  z-index: 20
}

.cookie-banner a,
.cookie-banner p {
  color: #fff;
  margin: 0
}

.cookie-banner p {
  width: 90%
}

.cookie-banner__btn {
  border: 3px solid #fff;
  margin-top: 1em;
  padding: .5em 1em;
  text-align: center
}

.cookie-banner__btn:before {
  content: "";
  height: 0;
  -webkit-mask: none;
  mask: none;
  width: 0
}

.cookie-banner__btn:active,
.cookie-banner__btn:focus,
.cookie-banner__btn:hover {
  background-color: var(--color-button-bg-hover);
  color: var(--color-text-on-primary);
  transform: scale(1);
  transition: background-color var(--transition-std), background-position var(--transition-std), transform var(--transition-std)
}

.cookie-banner__btn:focus-visible {
  background-color: var(--color-button-bg);
  outline: var(--focus-outline-std)
}

.cookie-banner__reactivate {
  background-color: var(--color-brand-primary);
  border-radius: 3px 0;
  bottom: 0;
  color: var(--color-text-on-primary);
  left: 1em;
  padding: .5em;
  position: fixed;
  right: auto;
  top: auto;
  transition: top .3s ease-out;
  z-index: 99
}

@media(prefers-reduced-motion:reduce) {
  .cookie-banner__reactivate {
    transition: none
  }
}

@media screen and (min-width:1024px) {
  .cookie-banner {
    flex-direction: row
  }

  .cookie-banner__btn {
    margin-top: 0
  }

  .cookie-banner__reactivate {
    bottom: auto;
    left: 3em;
    right: auto;
    top: -2em
  }

  .cookie-banner__reactivate:hover {
    cursor: pointer;
    top: 0;
    transition: top .3s ease-out
  }
}

@media screen and (min-width:1024px)and (prefers-reduced-motion:reduce) {
  .cookie-banner__reactivate:hover {
    transition: none
  }
}

.column {
  box-sizing: border-box;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 1rem
}

.columns.is-mobile>.column.is-narrow {
  flex: none;
  width: unset
}

.columns.is-mobile>.column.is-full {
  flex: none;
  width: 100%
}

.columns.is-mobile>.column.is-0 {
  flex: none;
  width: 0
}

.columns.is-mobile>.column.is-offset-0 {
  margin-left: 0
}

.columns.is-mobile>.column.is-1 {
  flex: none;
  width: 8.3333333333%
}

.columns.is-mobile>.column.is-offset-1 {
  margin-left: 8.3333333333%
}

.columns.is-mobile>.column.is-2 {
  flex: none;
  width: 16.6666666667%
}

.columns.is-mobile>.column.is-offset-2 {
  margin-left: 16.6666666667%
}

.columns.is-mobile>.column.is-3 {
  flex: none;
  width: 25%
}

.columns.is-mobile>.column.is-offset-3 {
  margin-left: 25%
}

.columns.is-mobile>.column.is-4 {
  flex: none;
  width: 33.3333333333%
}

.columns.is-mobile>.column.is-offset-4 {
  margin-left: 33.3333333333%
}

.columns.is-mobile>.column.is-5 {
  flex: none;
  width: 41.6666666667%
}

.columns.is-mobile>.column.is-offset-5 {
  margin-left: 41.6666666667%
}

.columns.is-mobile>.column.is-6 {
  flex: none;
  width: 50%
}

.columns.is-mobile>.column.is-offset-6 {
  margin-left: 50%
}

.columns.is-mobile>.column.is-7 {
  flex: none;
  width: 58.3333333333%
}

.columns.is-mobile>.column.is-offset-7 {
  margin-left: 58.3333333333%
}

.columns.is-mobile>.column.is-8 {
  flex: none;
  width: 66.6666666667%
}

.columns.is-mobile>.column.is-offset-8 {
  margin-left: 66.6666666667%
}

.columns.is-mobile>.column.is-9 {
  flex: none;
  width: 75%
}

.columns.is-mobile>.column.is-offset-9 {
  margin-left: 75%
}

.columns.is-mobile>.column.is-10 {
  flex: none;
  width: 83.3333333333%
}

.columns.is-mobile>.column.is-offset-10 {
  margin-left: 83.3333333333%
}

.columns.is-mobile>.column.is-11 {
  flex: none;
  width: 91.6666666667%
}

.columns.is-mobile>.column.is-offset-11 {
  margin-left: 91.6666666667%
}

.columns.is-mobile>.column.is-12 {
  flex: none;
  width: 100%
}

.columns.is-mobile>.column.is-offset-12 {
  margin-left: 100%
}

@media screen and (max-width:767px) {
  .column.is-narrow-mobile {
    flex: none;
    width: unset
  }

  .column.is-full-mobile {
    flex: none;
    width: 100%
  }

  .column.is-0-mobile {
    flex: none;
    width: 0
  }

  .column.is-offset-0-mobile {
    margin-left: 0
  }

  .column.is-1-mobile {
    flex: none;
    width: 8.3333333333%
  }

  .column.is-offset-1-mobile {
    margin-left: 8.3333333333%
  }

  .column.is-2-mobile {
    flex: none;
    width: 16.6666666667%
  }

  .column.is-offset-2-mobile {
    margin-left: 16.6666666667%
  }

  .column.is-3-mobile {
    flex: none;
    width: 25%
  }

  .column.is-offset-3-mobile {
    margin-left: 25%
  }

  .column.is-4-mobile {
    flex: none;
    width: 33.3333333333%
  }

  .column.is-offset-4-mobile {
    margin-left: 33.3333333333%
  }

  .column.is-5-mobile {
    flex: none;
    width: 41.6666666667%
  }

  .column.is-offset-5-mobile {
    margin-left: 41.6666666667%
  }

  .column.is-6-mobile {
    flex: none;
    width: 50%
  }

  .column.is-offset-6-mobile {
    margin-left: 50%
  }

  .column.is-7-mobile {
    flex: none;
    width: 58.3333333333%
  }

  .column.is-offset-7-mobile {
    margin-left: 58.3333333333%
  }

  .column.is-8-mobile {
    flex: none;
    width: 66.6666666667%
  }

  .column.is-offset-8-mobile {
    margin-left: 66.6666666667%
  }

  .column.is-9-mobile {
    flex: none;
    width: 75%
  }

  .column.is-offset-9-mobile {
    margin-left: 75%
  }

  .column.is-10-mobile {
    flex: none;
    width: 83.3333333333%
  }

  .column.is-offset-10-mobile {
    margin-left: 83.3333333333%
  }

  .column.is-11-mobile {
    flex: none;
    width: 91.6666666667%
  }

  .column.is-offset-11-mobile {
    margin-left: 91.6666666667%
  }

  .column.is-12-mobile {
    flex: none;
    width: 100%
  }

  .column.is-offset-12-mobile {
    margin-left: 100%
  }
}

@media screen and (max-width:499px) {
  .column.is-narrow-mobile-small {
    flex: none;
    width: unset
  }

  .column.is-full-mobile-small {
    flex: none;
    width: 100%
  }

  .column.is-0-mobile-small {
    flex: none;
    width: 0
  }

  .column.is-offset-0-mobile-small {
    margin-left: 0
  }

  .column.is-1-mobile-small {
    flex: none;
    width: 8.3333333333%
  }

  .column.is-offset-1-mobile-small {
    margin-left: 8.3333333333%
  }

  .column.is-2-mobile-small {
    flex: none;
    width: 16.6666666667%
  }

  .column.is-offset-2-mobile-small {
    margin-left: 16.6666666667%
  }

  .column.is-3-mobile-small {
    flex: none;
    width: 25%
  }

  .column.is-offset-3-mobile-small {
    margin-left: 25%
  }

  .column.is-4-mobile-small {
    flex: none;
    width: 33.3333333333%
  }

  .column.is-offset-4-mobile-small {
    margin-left: 33.3333333333%
  }

  .column.is-5-mobile-small {
    flex: none;
    width: 41.6666666667%
  }

  .column.is-offset-5-mobile-small {
    margin-left: 41.6666666667%
  }

  .column.is-6-mobile-small {
    flex: none;
    width: 50%
  }

  .column.is-offset-6-mobile-small {
    margin-left: 50%
  }

  .column.is-7-mobile-small {
    flex: none;
    width: 58.3333333333%
  }

  .column.is-offset-7-mobile-small {
    margin-left: 58.3333333333%
  }

  .column.is-8-mobile-small {
    flex: none;
    width: 66.6666666667%
  }

  .column.is-offset-8-mobile-small {
    margin-left: 66.6666666667%
  }

  .column.is-9-mobile-small {
    flex: none;
    width: 75%
  }

  .column.is-offset-9-mobile-small {
    margin-left: 75%
  }

  .column.is-10-mobile-small {
    flex: none;
    width: 83.3333333333%
  }

  .column.is-offset-10-mobile-small {
    margin-left: 83.3333333333%
  }

  .column.is-11-mobile-small {
    flex: none;
    width: 91.6666666667%
  }

  .column.is-offset-11-mobile-small {
    margin-left: 91.6666666667%
  }

  .column.is-12-mobile-small {
    flex: none;
    width: 100%
  }

  .column.is-offset-12-mobile-small {
    margin-left: 100%
  }
}

@media print,
screen and (min-width:768px) {

  .column.is-narrow,
  .column.is-narrow-tablet {
    flex: none;
    width: unset
  }

  .column.is-full,
  .column.is-full-tablet {
    flex: none;
    width: 100%
  }

  .column.is-0,
  .column.is-0-tablet {
    flex: none;
    width: 0
  }

  .column.is-offset-0,
  .column.is-offset-0-tablet {
    margin-left: 0
  }

  .column.is-1,
  .column.is-1-tablet {
    flex: none;
    width: 8.3333333333%
  }

  .column.is-offset-1,
  .column.is-offset-1-tablet {
    margin-left: 8.3333333333%
  }

  .column.is-2,
  .column.is-2-tablet {
    flex: none;
    width: 16.6666666667%
  }

  .column.is-offset-2,
  .column.is-offset-2-tablet {
    margin-left: 16.6666666667%
  }

  .column.is-3,
  .column.is-3-tablet {
    flex: none;
    width: 25%
  }

  .column.is-offset-3,
  .column.is-offset-3-tablet {
    margin-left: 25%
  }

  .column.is-4,
  .column.is-4-tablet {
    flex: none;
    width: 33.3333333333%
  }

  .column.is-offset-4,
  .column.is-offset-4-tablet {
    margin-left: 33.3333333333%
  }

  .column.is-5,
  .column.is-5-tablet {
    flex: none;
    width: 41.6666666667%
  }

  .column.is-offset-5,
  .column.is-offset-5-tablet {
    margin-left: 41.6666666667%
  }

  .column.is-6,
  .column.is-6-tablet {
    flex: none;
    width: 50%
  }

  .column.is-offset-6,
  .column.is-offset-6-tablet {
    margin-left: 50%
  }

  .column.is-7,
  .column.is-7-tablet {
    flex: none;
    width: 58.3333333333%
  }

  .column.is-offset-7,
  .column.is-offset-7-tablet {
    margin-left: 58.3333333333%
  }

  .column.is-8,
  .column.is-8-tablet {
    flex: none;
    width: 66.6666666667%
  }

  .column.is-offset-8,
  .column.is-offset-8-tablet {
    margin-left: 66.6666666667%
  }

  .column.is-9,
  .column.is-9-tablet {
    flex: none;
    width: 75%
  }

  .column.is-offset-9,
  .column.is-offset-9-tablet {
    margin-left: 75%
  }

  .column.is-10,
  .column.is-10-tablet {
    flex: none;
    width: 83.3333333333%
  }

  .column.is-offset-10,
  .column.is-offset-10-tablet {
    margin-left: 83.3333333333%
  }

  .column.is-11,
  .column.is-11-tablet {
    flex: none;
    width: 91.6666666667%
  }

  .column.is-offset-11,
  .column.is-offset-11-tablet {
    margin-left: 91.6666666667%
  }

  .column.is-12,
  .column.is-12-tablet {
    flex: none;
    width: 100%
  }

  .column.is-offset-12,
  .column.is-offset-12-tablet {
    margin-left: 100%
  }
}

@media screen and (max-width:1023px) {
  .column.is-narrow-touch {
    flex: none;
    width: unset
  }

  .column.is-full-touch {
    flex: none;
    width: 100%
  }

  .column.is-0-touch {
    flex: none;
    width: 0
  }

  .column.is-offset-0-touch {
    margin-left: 0
  }

  .column.is-1-touch {
    flex: none;
    width: 8.3333333333%
  }

  .column.is-offset-1-touch {
    margin-left: 8.3333333333%
  }

  .column.is-2-touch {
    flex: none;
    width: 16.6666666667%
  }

  .column.is-offset-2-touch {
    margin-left: 16.6666666667%
  }

  .column.is-3-touch {
    flex: none;
    width: 25%
  }

  .column.is-offset-3-touch {
    margin-left: 25%
  }

  .column.is-4-touch {
    flex: none;
    width: 33.3333333333%
  }

  .column.is-offset-4-touch {
    margin-left: 33.3333333333%
  }

  .column.is-5-touch {
    flex: none;
    width: 41.6666666667%
  }

  .column.is-offset-5-touch {
    margin-left: 41.6666666667%
  }

  .column.is-6-touch {
    flex: none;
    width: 50%
  }

  .column.is-offset-6-touch {
    margin-left: 50%
  }

  .column.is-7-touch {
    flex: none;
    width: 58.3333333333%
  }

  .column.is-offset-7-touch {
    margin-left: 58.3333333333%
  }

  .column.is-8-touch {
    flex: none;
    width: 66.6666666667%
  }

  .column.is-offset-8-touch {
    margin-left: 66.6666666667%
  }

  .column.is-9-touch {
    flex: none;
    width: 75%
  }

  .column.is-offset-9-touch {
    margin-left: 75%
  }

  .column.is-10-touch {
    flex: none;
    width: 83.3333333333%
  }

  .column.is-offset-10-touch {
    margin-left: 83.3333333333%
  }

  .column.is-11-touch {
    flex: none;
    width: 91.6666666667%
  }

  .column.is-offset-11-touch {
    margin-left: 91.6666666667%
  }

  .column.is-12-touch {
    flex: none;
    width: 100%
  }

  .column.is-offset-12-touch {
    margin-left: 100%
  }
}

@media screen and (min-width:1024px) {
  .column.is-narrow-desktop {
    flex: none;
    width: unset
  }

  .column.is-full-desktop {
    flex: none;
    width: 100%
  }

  .column.is-0-desktop {
    flex: none;
    width: 0
  }

  .column.is-offset-0-desktop {
    margin-left: 0
  }

  .column.is-1-desktop {
    flex: none;
    width: 8.3333333333%
  }

  .column.is-offset-1-desktop {
    margin-left: 8.3333333333%
  }

  .column.is-2-desktop {
    flex: none;
    width: 16.6666666667%
  }

  .column.is-offset-2-desktop {
    margin-left: 16.6666666667%
  }

  .column.is-3-desktop {
    flex: none;
    width: 25%
  }

  .column.is-offset-3-desktop {
    margin-left: 25%
  }

  .column.is-4-desktop {
    flex: none;
    width: 33.3333333333%
  }

  .column.is-offset-4-desktop {
    margin-left: 33.3333333333%
  }

  .column.is-5-desktop {
    flex: none;
    width: 41.6666666667%
  }

  .column.is-offset-5-desktop {
    margin-left: 41.6666666667%
  }

  .column.is-6-desktop {
    flex: none;
    width: 50%
  }

  .column.is-offset-6-desktop {
    margin-left: 50%
  }

  .column.is-7-desktop {
    flex: none;
    width: 58.3333333333%
  }

  .column.is-offset-7-desktop {
    margin-left: 58.3333333333%
  }

  .column.is-8-desktop {
    flex: none;
    width: 66.6666666667%
  }

  .column.is-offset-8-desktop {
    margin-left: 66.6666666667%
  }

  .column.is-9-desktop {
    flex: none;
    width: 75%
  }

  .column.is-offset-9-desktop {
    margin-left: 75%
  }

  .column.is-10-desktop {
    flex: none;
    width: 83.3333333333%
  }

  .column.is-offset-10-desktop {
    margin-left: 83.3333333333%
  }

  .column.is-11-desktop {
    flex: none;
    width: 91.6666666667%
  }

  .column.is-offset-11-desktop {
    margin-left: 91.6666666667%
  }

  .column.is-12-desktop {
    flex: none;
    width: 100%
  }

  .column.is-offset-12-desktop {
    margin-left: 100%
  }
}

@media screen and (min-width:1192px) {
  .column.is-narrow-widescreen {
    flex: none;
    width: unset
  }

  .column.is-full-widescreen {
    flex: none;
    width: 100%
  }

  .column.is-0-widescreen {
    flex: none;
    width: 0
  }

  .column.is-offset-0-widescreen {
    margin-left: 0
  }

  .column.is-1-widescreen {
    flex: none;
    width: 8.3333333333%
  }

  .column.is-offset-1-widescreen {
    margin-left: 8.3333333333%
  }

  .column.is-2-widescreen {
    flex: none;
    width: 16.6666666667%
  }

  .column.is-offset-2-widescreen {
    margin-left: 16.6666666667%
  }

  .column.is-3-widescreen {
    flex: none;
    width: 25%
  }

  .column.is-offset-3-widescreen {
    margin-left: 25%
  }

  .column.is-4-widescreen {
    flex: none;
    width: 33.3333333333%
  }

  .column.is-offset-4-widescreen {
    margin-left: 33.3333333333%
  }

  .column.is-5-widescreen {
    flex: none;
    width: 41.6666666667%
  }

  .column.is-offset-5-widescreen {
    margin-left: 41.6666666667%
  }

  .column.is-6-widescreen {
    flex: none;
    width: 50%
  }

  .column.is-offset-6-widescreen {
    margin-left: 50%
  }

  .column.is-7-widescreen {
    flex: none;
    width: 58.3333333333%
  }

  .column.is-offset-7-widescreen {
    margin-left: 58.3333333333%
  }

  .column.is-8-widescreen {
    flex: none;
    width: 66.6666666667%
  }

  .column.is-offset-8-widescreen {
    margin-left: 66.6666666667%
  }

  .column.is-9-widescreen {
    flex: none;
    width: 75%
  }

  .column.is-offset-9-widescreen {
    margin-left: 75%
  }

  .column.is-10-widescreen {
    flex: none;
    width: 83.3333333333%
  }

  .column.is-offset-10-widescreen {
    margin-left: 83.3333333333%
  }

  .column.is-11-widescreen {
    flex: none;
    width: 91.6666666667%
  }

  .column.is-offset-11-widescreen {
    margin-left: 91.6666666667%
  }

  .column.is-12-widescreen {
    flex: none;
    width: 100%
  }

  .column.is-offset-12-widescreen {
    margin-left: 100%
  }
}

@media screen and (min-width:1384px) {
  .column.is-narrow-fullhd {
    flex: none;
    width: unset
  }

  .column.is-full-fullhd {
    flex: none;
    width: 100%
  }

  .column.is-0-fullhd {
    flex: none;
    width: 0
  }

  .column.is-offset-0-fullhd {
    margin-left: 0
  }

  .column.is-1-fullhd {
    flex: none;
    width: 8.3333333333%
  }

  .column.is-offset-1-fullhd {
    margin-left: 8.3333333333%
  }

  .column.is-2-fullhd {
    flex: none;
    width: 16.6666666667%
  }

  .column.is-offset-2-fullhd {
    margin-left: 16.6666666667%
  }

  .column.is-3-fullhd {
    flex: none;
    width: 25%
  }

  .column.is-offset-3-fullhd {
    margin-left: 25%
  }

  .column.is-4-fullhd {
    flex: none;
    width: 33.3333333333%
  }

  .column.is-offset-4-fullhd {
    margin-left: 33.3333333333%
  }

  .column.is-5-fullhd {
    flex: none;
    width: 41.6666666667%
  }

  .column.is-offset-5-fullhd {
    margin-left: 41.6666666667%
  }

  .column.is-6-fullhd {
    flex: none;
    width: 50%
  }

  .column.is-offset-6-fullhd {
    margin-left: 50%
  }

  .column.is-7-fullhd {
    flex: none;
    width: 58.3333333333%
  }

  .column.is-offset-7-fullhd {
    margin-left: 58.3333333333%
  }

  .column.is-8-fullhd {
    flex: none;
    width: 66.6666666667%
  }

  .column.is-offset-8-fullhd {
    margin-left: 66.6666666667%
  }

  .column.is-9-fullhd {
    flex: none;
    width: 75%
  }

  .column.is-offset-9-fullhd {
    margin-left: 75%
  }

  .column.is-10-fullhd {
    flex: none;
    width: 83.3333333333%
  }

  .column.is-offset-10-fullhd {
    margin-left: 83.3333333333%
  }

  .column.is-11-fullhd {
    flex: none;
    width: 91.6666666667%
  }

  .column.is-offset-11-fullhd {
    margin-left: 91.6666666667%
  }

  .column.is-12-fullhd {
    flex: none;
    width: 100%
  }

  .column.is-offset-12-fullhd {
    margin-left: 100%
  }
}

.columns {
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: -1rem;
  width: calc(100% + 2rem)
}

.columns:last-child {
  margin-bottom: -1rem
}

main>.columns:last-child {
  margin-bottom: 3.5rem
}

.columns:not(:last-child) {
  margin-bottom: 1rem
}

.columns.is-centered {
  justify-content: center
}

.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0
}

.columns.is-gapless>.column {
  margin: 0;
  padding: 0 !important
}

.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem
}

.columns.is-gapless:last-child {
  margin-bottom: 0
}

.columns.is-mobile {
  display: flex
}

.columns.is-multiline {
  flex-wrap: wrap
}

.columns.is-vcentered {
  align-items: center
}

@media print,
screen and (min-width:768px) {
  .columns:not(.is-desktop) {
    display: flex
  }
}

@media screen and (min-width:1024px) {
  .columns.is-desktop {
    display: flex
  }
}

:root {
  --color-brand-primary: #009898;
  --color-brand-primary-dark: #006b6b;
  --color-brand-primary-darkest: #005252;
  --color-brand-primary-light: #5cb9b7;
  --color-brand-primary-lightest: #b3e1e0;
  --color-brand-primary-text: var(--color-brand-primary);
  --color-brand-secondary: #ffe500;
  --color-grey: #d7d7d7;
  --color-grey-light: #ededed;
  --color-grey-dark: #888;
  --color-white: #fff;
  --color-white-bg: var(--color-white);
  --color-white-text: var(--color-white);
  --color-white-inverted: #1a1b1b;
  --color-text: #333;
  --color-text-on-primary: var(--color-white);
  --color-menu-hover: #0c6b6b;
  --color-menu-active: var(--color-menu-hover);
  --color-submenu-hover: #084b4b;
  --color-submenu-active: var(--color-submenu-hover);
  --color-button: var(--color-text-on-primary);
  --color-button-hover: var(--color-white-text);
  --color-button-bg: var(--color-brand-primary);
  --color-button-bg-hover: var(--color-brand-primary-dark);
  --color-footer: var(--color-white-text);
  --color-error: #e50000;
  --color-error-bg: #0000;
  --color-error-hover: #aa1919;
  --color-error-border: var(--color-error);
  --color-error-outline: #e6000040;
  --color-headings: var(--color-brand-primary-text);
  --color-link: var(--color-brand-primary);
  --color-link-hover: #084b4b;
  --font-family-body: "Roboto", sans-serif;
  --font-family-secondary: "Roboto Condensed", sans-serif;
  --base-spacing: 2rem;
  --teaser-padding: 1.25rem;
  --teaser-margin: 1.25rem;
  --focus-outline-std: 5px solid #000;
  --focus-outline-offset-std: 5px;
  --focus-box-shadow-std: 0 0 8px 8px #0006;
  --transition-std: none;
  color-scheme: light dark
}

@media screen and (min-width:768px) {
  :root {
    --teaser-padding: 2rem;
    --teaser-margin: 2rem
  }
}

@media(prefers-reduced-motion:no-preference) {
  :root {
    --transition-std: 0.3s ease
  }
}

@media(prefers-color-scheme:dark) {
  :root {
    --color-brand-primary: #035959;
    --color-brand-primary-text: #009898;
    --color-brand-primary-light: #569f9e;
    --color-brand-primary-lightest: #04171a;
    --color-text-on-primary: #d8d8d8;
    --color-grey: #353535;
    --color-grey-light: #242424;
    --color-white: #d8d8d8;
    --color-white-bg: #1a1b1b;
    --color-white-text: var(--color-text);
    --color-white-inverted: var(--color-white);
    --color-button-bg: var(--color-brand-primary);
    --color-button-bg-hover: #0b8989;
    --color-error: #da95a1;
    --color-error-border: #cf6679;
    --color-link: var(--color-brand-primary-text);
    --color-menu-hover: #163a3a;
    --color-menu-active: var(--color-menu-hover);
    --color-submenu-hover: #0d1f20;
    --color-submenu-active: var(--color-submenu-hover);
    --color-text: #bcbcbc;
    --focus-outline-std: 4px solid #fff
  }
}

*,
:after,
:before {
  box-sizing: border-box
}

:focus-visible {
  z-index: 100
}

@media(prefers-reduced-motion:no-preference) {
  html {
    scroll-behavior: smooth
  }
}

body {
  background-color: var(--color-white-bg);
  margin: 0
}

main>:last-child {
  margin-bottom: 4.5rem
}

main>.background-grey:last-child {
  margin-bottom: 0;
  padding-bottom: 4.5rem
}

img {
  height: auto;
  vertical-align: middle;
  width: 100%
}

.sr-only {
  display: none
}

main>a {
  display: block
}

main>.background-grey>:not(.column, .columns),
main>:not(nav, .hero, .column, .columns, .background-grey) {
  margin-left: auto;
  margin-right: auto;
  max-width: 840px
}

.background-grey {
  background-color: var(--color-grey-light);
  margin: 3rem calc(-50vw + 50%);
  padding: 3rem 0;
  width: 100vw
}

.background-grey+.background-grey {
  margin-top: -3rem
}

.background-grey>.columns,
.hero-start .columns,
.nav-a11y>ul,
.nav-breadcrumb,
.nav-main>ul,
footer .content,
header figure,
main {
  margin: 0 auto;
  max-width: calc(1280px + 2rem);
  padding-left: 1rem;
  padding-right: 1rem;
  width: auto
}

.background-grey>.columns {
  padding-left: 0;
  padding-right: 0
}

@media screen and (min-width:768px) {

  .background-grey>.columns,
  .hero-start .columns,
  .nav-a11y>ul,
  .nav-breadcrumb,
  .nav-main>ul,
  footer .content,
  header figure,
  main {
    max-width: calc(1280px + 4rem);
    padding-left: 2rem;
    padding-right: 2rem
  }

  .background-grey>.columns {
    padding-left: 1rem;
    padding-right: 1rem
  }
}

@font-face {
  font-display: swap;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: url(../dist/assets/font/b009a76a.woff2) format("woff2"), url(../dist/assets/font/f1e2a767.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family: Roboto;
  font-style: italic;
  font-weight: 400;
  src: url(../dist/assets/font/e10742db.woff2) format("woff2"), url(../dist/assets/font/d037cb47.woff) format("woff")
}


@font-face {
  font-display: swap;
  font-family: Roboto;
  font-style: italic;
  font-weight: 700;
  src: url(../dist/assets/font/d92a5d14.woff2) format("woff2"), url(../dist/assets/font/da9edd2f.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family: Roboto Condensed;
  font-style: normal;
  font-weight: 400;
  src: url(../dist/assets/font/bb7a4e73.woff2) format("woff2"), url(../dist/assets/font/6edcf4ae.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family: Roboto Condensed;
  font-style: italic;
  font-weight: 400;
  src: url(../dist/assets/font/12ce041d.woff2) format("woff2"), url(../dist/assets/font/c1e7bf23.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family: Roboto Condensed;
  font-style: normal;
  font-weight: 700;
  src: url(../dist/assets/font/6c26e7ba.woff2) format("woff2"), url(../dist/assets/font/45d1ce7e.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family: Roboto Condensed;
  font-style: italic;
  font-weight: 700;
  src: url(../dist/assets/font/b28cd0e3.woff2) format("woff2"), url(../dist/assets/font/926f0580.woff) format("woff")
}

html {
  font-size: 1.1rem
}

body {
  color: var(--color-text);
  font-family: var(--font-family-body);
  line-height: 1.8
}

a {
  color: var(--color-link);
  overflow-wrap: break-word;
  text-decoration: none
}

a:active,
a:focus,
a:hover {
  color: var(--color-link-hover);
  text-decoration: none
}

a:focus-visible {
  color: var(--color-brand-primary-text);
  outline: 4px solid var(--color-brand-primary-text)
}

address,
ol,
p,
ul {
  margin-bottom: 1rem
}

address:last-child,
ol:last-child,
p:last-child,
ul:last-child {
  margin-bottom: 0
}

address a,
ol a,
p a,
ul a {
  text-decoration: underline
}

address a:active,
address a:focus,
address a:hover,
ol a:active,
ol a:focus,
ol a:hover,
p a:active,
p a:focus,
p a:hover,
ul a:active,
ul a:focus,
ul a:hover {
  text-decoration: underline
}

address {
  font-style: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-headings);
  font-family: var(--font-family-secondary);
  margin: 0
}

.columns>.column:only-child>h1:only-child,
.columns>.column:only-child>h2:only-child,
.columns>.column:only-child>h3:only-child,
.columns>.column:only-child>h4:only-child,
.columns>.column:only-child>h5:only-child,
.columns>.column:only-child>h6:only-child,
h1 .columns>.column:only-child>div:only-child>h1:only-child,
h2 .columns>.column:only-child>div:only-child>h1:only-child,
h3 .columns>.column:only-child>div:only-child>h1:only-child,
h4 .columns>.column:only-child>div:only-child>h1:only-child,
h5 .columns>.column:only-child>div:only-child>h1:only-child,
h6 .columns>.column:only-child>div:only-child>h1:only-child {
  margin-bottom: 0
}

h1 {
  font-size: 2.3rem;
  line-height: 1.3
}

h1:after {
  content: "";
  display: block;
  margin-bottom: 1.6rem
}

h1+h2,
h1+h3,
h1+h4,
h1+h5,
h1+h6 {
  margin-top: -.8rem
}

h2 {
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 1.25rem
}

h3 {
  font-size: 1.3rem;
  line-height: 1.45
}

h4 {
  color: var(--color-text);
  font-family: var(--font-family-body);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.58
}

p {
  margin: 0 0 1rem
}

main :not(nav)>ul,
main>ul {
  padding: 0
}

main :not(nav)>ul ul>li:first-child,
main>ul ul>li:first-child {
  margin-top: 1rem
}

main :not(nav)>ul li,
main>ul li {
  list-style: none;
  margin-bottom: 1rem;
  margin-left: 1em;
  padding-left: 1.5rem;
  position: relative
}

main :not(nav)>ul li:before,
main>ul li:before {
  background-color: var(--color-brand-primary-text);
  content: "";
  display: block;
  height: 10px;
  left: 2px;
  position: absolute;
  top: .6rem;
  width: 10px
}

main :not(nav)>ul li>ul,
main>ul li>ul {
  padding-left: .5em
}

@media screen and (min-width:768px) {
  html {
    font-size: 1.25rem
  }
}

.skip-to-content {
  height: auto;
  padding: 10px
}

.skip-to-content:not(:focus, :focus-within) {
  height: 0;
  padding: 0;
  position: absolute
}

.skip-to-content a:active,
.skip-to-content a:focus,
.skip-to-content a:focus-visible,
.skip-to-content a:hover {
  transform: none
}

.btn,
button {
  background-color: var(--color-button-bg);
  border: none;
  color: var(--color-text-on-primary);
  cursor: pointer;
  display: table;
  font-family: var(--font-family-secondary);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  min-height: 60px;
  padding: .9rem 3rem .9rem 1rem;
  position: relative;
  text-align: left;
  text-decoration: none;
  transform: scale(1);
  transition: background-color var(--transition-std), box-shadow var(--transition-std), background-position var(--transition-std), transform var(--transition-std);
  width: auto
}

.btn:before,
button:before {
  background-color: currentcolor;
  bottom: 0;
  content: "";
  height: 22px;
  -webkit-mask: url(../dist/assets/img/7e000632.svg);
  mask: url(../dist/assets/img/7e000632.svg);
  -webkit-mask-size: 22px 22px;
  mask-size: 22px 22px;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 22px
}

.btn button,
.btn+.btn,
button button,
button+.btn {
  margin-top: 1rem
}

p+.btn,
p+button {
  margin-top: .5rem
}

.btn:active,
.btn:focus,
.btn:hover,
button:active,
button:focus,
button:hover {
  background-color: var(--color-button-bg-hover);
  color: var(--color-text-on-primary);
  transition: background-color var(--transition-std), background-position var(--transition-std), transform var(--transition-std)
}

@media(prefers-reduced-motion:no-preference) {

  .btn:active,
  .btn:focus,
  .btn:hover,
  button:active,
  button:focus,
  button:hover {
    background-position: right .75rem center;
    transform: scale(1.07)
  }
}

.btn:focus-visible,
button:focus-visible {
  background-color: var(--color-button-bg);
  outline: var(--focus-outline-std);
  outline-offset: -1px
}

@media screen and (min-width:768px) {

  .btn,
  button {
    font-size: 1.3rem;
    padding: .5rem 3rem .5rem 1rem
  }
}

figure,
picture {
  display: block;
  margin: 0;
  position: relative
}

.column>figure:not(:last-child),
.column>picture:not(:last-child) {
  margin: 0 0 var(--base-spacing)
}

.column>figure:not(:last-child)+.caption,
.column>picture:not(:last-child)+.caption {
  margin-top: calc(var(--base-spacing)*-1)
}

figure[class*=float-],
picture[class*=float-] {
  margin: .5rem 0 var(--base-spacing)
}

@media screen and (min-width:768px) {

  figure[class*=float-],
  picture[class*=float-] {
    float: left;
    margin-right: var(--base-spacing);
    width: 48.5%
  }

  figure[class*=float-]+*,
  picture[class*=float-]+* {
    margin-top: 0
  }
}

@media screen and (min-width:768px) {

  figure.float-right,
  picture.float-right {
    float: right;
    margin-left: var(--base-spacing);
    margin-right: 0
  }
}

.copyright {
  background: #00000080;
  bottom: 0;
  color: #fff;
  font-size: .5em;
  margin: 0;
  padding: .25em .5em;
  position: absolute;
  right: 0;
  text-align: right;
  width: 100%
}

.img-fullwidth {
  margin: 1.5em 0;
  position: relative
}

.img-fullwidth>img {
  height: auto;
  width: 100%
}

.caption {
  border-left: 3px solid var(--color-grey);
  line-height: 1.4;
  margin-bottom: var(--base-spacing);
  padding: .6rem .75rem 0
}

@media(prefers-color-scheme:light)or (prefers-color-scheme:no-preference) {
  .caption {
    font-weight: 700
  }
}

label {
  display: block;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 1.5rem;
  padding-bottom: .25rem
}

input:not([type=submit], [type=radio], [type=checkbox]),
select,
textarea {
  border: 2px solid var(--color-grey-dark);
  border-radius: 0;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  padding: .75rem;
  width: 100%
}

input:not([type=submit], [type=radio], [type=checkbox])[aria-invalid=true],
select[aria-invalid=true],
textarea[aria-invalid=true] {
  border-color: var(--color-error-border)
}

input:not([type=submit], [type=radio], [type=checkbox])[aria-invalid=true]:focus,
select[aria-invalid=true]:focus,
textarea[aria-invalid=true]:focus {
  border-color: var(--color-error-border);
  outline-color: var(--color-error-border)
}

input,
select,
textarea {
  background-color: var(--color-white-bg);
  color: var(--color-text)
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--color-brand-primary);
  outline: 5px solid var(--color-brand-primary-lightest);
  outline-offset: 0
}

@media(prefers-color-scheme:dark) {

  input:focus,
  select:focus,
  textarea:focus {
    border-color: var(--color-brand-primary-text);
    outline: 5px solid var(--color-brand-primary)
  }
}

input[type=checkbox],
input[type=radio] {
  display: inline-block;
  height: 48px;
  margin-top: 0;
  position: relative;
  vertical-align: middle;
  width: 48px
}

input[type=checkbox]+label,
input[type=radio]+label {
  display: inline-block;
  margin-top: .5rem
}

input[type=checkbox]:before,
input[type=radio]:before {
  background: var(--color-white-bg) none no-repeat center center;
  border: 2px solid var(--color-grey-dark);
  content: "";
  display: block;
  height: 48px;
  position: absolute;
  width: 48px
}

input[type=checkbox]:checked:before,
input[type=checkbox]:focus:before,
input[type=radio]:checked:before,
input[type=radio]:focus:before {
  border-color: var(--color-brand-primary)
}

input[type=checkbox][aria-invalid=true]:before,
input[type=checkbox][aria-invalid=true]:focus,
input[type=radio][aria-invalid=true]:before,
input[type=radio][aria-invalid=true]:focus {
  border-color: var(--color-error-border);
  outline-color: var(--color-error-outline)
}

.field.radio {
  height: 48px;
  margin-top: 1.5rem
}

input[type=radio] {
  margin: 0
}

input[type=radio]+label {
  padding-left: .75rem
}

input[type=radio]+label:not(:last-child) {
  padding-right: 1.5rem
}

input[type=radio]:before {
  border-radius: 50%
}

input[type=radio]:checked:after {
  background-color: var(--color-brand-primary);
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 28px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 28px
}

input[type=radio]:focus {
  outline: none
}

input[type=radio]:focus:before {
  box-shadow: 0 0 0 5px var(--color-brand-primary-lightest)
}

.field.checkbox {
  margin-top: 1.5rem;
  min-height: 48px;
  padding-left: calc(48px + .75rem);
  position: relative
}

input[type=checkbox] {
  left: 0;
  margin: 0;
  position: absolute
}

input[type=checkbox]:checked:before {
  background-image: url(../dist/assets/img/8f5418c8.svg);
  background-size: 24px 24px
}

select {
  appearance: none;
  background: url(../dist/assets/img/c521b48c.svg) no-repeat center right 1rem;
  background-size: 24px 24px
}

button[type=submit] {
  margin-left: auto;
  margin-top: 2rem;
  text-align: center;
  width: 100%
}

form .error,
form .error a {
  color: var(--color-error)
}

form .error a:focus-visible,
form .error:focus-visible {
  outline: 6px solid var(--color-error-outline)
}

form .error a:active,
form .error a:focus,
form .error a:hover {
  color: var(--color-error-hover)
}

form .error ul li {
  margin-bottom: .5rem
}

form .error ul li:before {
  background-color: currentcolor
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0
}

nav a,
nav a:active,
nav a:focus,
nav a:hover {
  color: var(--color-text-on-primary);
  text-decoration: none
}

.nav-mobile-opener {
  border: 4px solid var(--color-white-bg);
  margin: 0 -4px 0 0;
  position: fixed;
  right: 1rem;
  top: 1rem;
  z-index: 10
}

.nav-mobile-opener .mobile-menu-icon-lines {
  bottom: 0;
  height: 18px;
  margin: 0 0 0 .5rem;
  position: absolute;
  right: 2rem;
  top: 21px
}

.nav-mobile-opener .mobile-menu-icon-lines .line {
  background-color: currentcolor;
  display: block;
  height: 3px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  transition: all var(--transition-std);
  width: 22px
}

.nav-mobile-opener .mobile-menu-icon-lines .line:first-child {
  top: 0
}

.nav-mobile-opener .mobile-menu-icon-lines .line:nth-child(2) {
  top: 9px;
  transform: translateY(-50%)
}

.nav-mobile-opener .mobile-menu-icon-lines .line:last-child {
  bottom: 0
}

.nav-mobile-opener.is-open {
  background-color: var(--color-brand-primary)
}

.nav-mobile-opener.is-open .mobile-menu-icon-lines .line:first-child {
  left: -3px;
  top: 8px;
  transform: rotate(45deg);
  width: 29px
}

.nav-mobile-opener.is-open .mobile-menu-icon-lines .line:nth-child(2) {
  left: 11px;
  right: 11px;
  width: 0
}

.nav-mobile-opener.is-open .mobile-menu-icon-lines .line:last-child {
  bottom: 7px;
  left: -3px;
  transform: rotate(-45deg);
  width: 29px
}

.nav-mobile-opener:before {
  content: none
}

.nav-mobile-opener:active,
.nav-mobile-opener:focus,
.nav-mobile-opener:hover {
  background-position: center right 1rem;
  transform: none
}

body.menu-open {
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none
}

.nav-main {
  background-color: var(--color-brand-primary);
  display: none;
  font-family: var(--font-family-secondary);
  line-height: 1.4;
  margin-top: 1rem
}

.nav-main.is-open {
  display: block
}

.nav-main a {
  display: block;
  flex: 1 1
}

.nav-main a:focus-visible {
  outline: var(--focus-outline-std);
  outline-offset: -1px;
  z-index: 3
}

.nav-main>ul>li:first-child>a {
  text-indent: -9999px
}

.nav-main>ul>li:first-child>a:after {
  background: #0000 url(../dist/assets/img/3b445de4.svg) no-repeat 50%;
  background-size: 22px 22px;
  content: "";
  height: 100%;
  left: 0;
  min-height: 28px;
  min-width: 28px;
  position: absolute;
  top: 0;
  width: 100%
}

.nav-main>ul>li {
  position: relative
}

.nav-main>ul>li:active,
.nav-main>ul>li:focus,
.nav-main>ul>li:hover {
  background-color: var(--color-menu-hover)
}

.nav-main>ul>li>a {
  z-index: 2
}

.nav-main>ul>li>a:active,
.nav-main>ul>li>a:focus,
.nav-main>ul>li>a:hover {
  background-color: var(--color-menu-hover)
}

.nav-main>ul>li.active>a,
.nav-main>ul>li.current>a {
  background-color: var(--color-menu-active)
}

.nav-main>ul>li.active>a:active,
.nav-main>ul>li.active>a:focus,
.nav-main>ul>li.active>a:hover,
.nav-main>ul>li.current>a:active,
.nav-main>ul>li.current>a:focus,
.nav-main>ul>li.current>a:hover {
  background-color: var(--color-menu-active)
}

.nav-main>ul>li>ul {
  background-color: var(--color-menu-hover);
  display: none;
  z-index: 1
}

.nav-main>ul>li>ul>li.active>a,
.nav-main>ul>li>ul>li.current>a {
  background-color: var(--color-submenu-active)
}

.nav-main>ul>li>ul>li>a:active,
.nav-main>ul>li>ul>li>a:focus,
.nav-main>ul>li>ul>li>a:hover {
  background-color: var(--color-submenu-active)
}

.nav-main>ul>li>ul.is-open {
  display: block
}

.sub-nav-button {
  background-color: #0000;
  background-position: right .5rem center;
  bottom: 0;
  flex: 0 0 48px;
  line-height: 1;
  margin: 0;
  min-height: unset;
  padding: 0;
  text-indent: -9999px
}

@media(prefers-reduced-motion:no-preference) {
  .sub-nav-button {
    transition: transform var(--transition-std)
  }
}

.sub-nav-button:active,
.sub-nav-button:focus,
.sub-nav-button:hover {
  background-color: #0000
}

@media(prefers-reduced-motion:no-preference) {

  .sub-nav-button:active,
  .sub-nav-button:focus,
  .sub-nav-button:hover {
    transition: transform var(--transition-std)
  }
}

@media screen and (min-width:768px) {
  .nav-mobile-opener {
    right: 2rem;
    top: 2rem
  }
}

@media screen and (max-width:1023px) {
  .sub-nav-button {
    bottom: 0;
    height: 48px;
    position: absolute;
    right: 1rem;
    top: 2px;
    width: 48px;
    z-index: 10
  }

  .sub-nav-button:before {
    right: .7rem
  }

  .sub-nav-button.is-open {
    transform: rotate(90deg)
  }

  .nav-main {
    box-shadow: 0 0 15px #0009;
    font-size: 1.1rem;
    margin: 0;
    max-height: 100vh;
    overflow-y: scroll;
    padding: calc(80px + 2rem) 0 1rem;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateY(100%);
    width: 100%
  }

  .nav-main.is-open {
    transform: translateX(0)
  }
}

@media screen and (max-width:1023px)and (prefers-reduced-motion:no-preference) {
  .nav-main {
    transition: transform .3s ease
  }
}

@media screen and (max-width:1023px) {
  .nav-main ul {
    max-width: none;
    padding: 0;
    width: 100%
  }

  .nav-main ul>li>ul {
    padding-left: 1rem
  }

  .nav-main ul>li>ul>li>a:focus-visible {
    outline-offset: calc(var(--focus-outline-offset-std)*-1)
  }

  .nav-main ul>li>ul>li>a:focus-visible:after,
  .nav-main ul>li>ul>li>a:focus-visible:before {
    background-color: #0000
  }

  .nav-main a {
    padding: .71rem 1rem calc(.71rem - 2px) 1rem
  }

  .nav-main>ul>li:first-child>a:after {
    background-position-x: 1rem
  }

  .nav-main>ul>li {
    align-items: stretch;
    position: relative
  }

  .nav-main>ul>li>a:before {
    background: var(--color-brand-primary-light);
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
  }

  .nav-main>ul>li>ul {
    box-shadow: inset 0 15px 15px -15px #0000004d;
    flex: 0 0 100%
  }

  .nav-main>ul>li>ul.is-open {
    display: block
  }

  .nav-main>ul>li>ul>li {
    position: relative
  }

  .nav-main>ul>li>ul>li a {
    padding-left: 1rem
  }

  .nav-main>ul>li>ul>li a:focus-visible:after,
  .nav-main>ul>li>ul>li a:focus-visible:before {
    background-color: #0000
  }

  .nav-main>ul>li>ul>li a:before,
  .nav-main>ul>li>ul>li:not(:last-child) a:after {
    background-color: var(--color-brand-primary-light);
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: auto
  }

  .nav-main>ul>li>ul>li a:before {
    top: 0
  }

  .nav-main>ul>li>ul>li:first-child a:before {
    height: 2px;
    left: -1rem
  }

  .nav-main>ul>li>ul>li:not(:last-child) a:after {
    bottom: 0
  }

  .nav-main>ul>li>ul>li:last-child>a {
    padding-bottom: 1rem
  }
}

@media screen and (min-width:1024px) {
  .nav-mobile-opener {
    display: none
  }

  .nav-main {
    display: block;
    margin-top: 1.5rem
  }

  .nav-main a {
    padding: .6rem 1.5rem;
    position: relative
  }

  .nav-main>ul>li:first-child>a {
    width: 80px
  }

  .nav-main>ul>li:first-child>a:before {
    background-size: 28px 28px
  }

  .nav-main>ul {
    display: flex
  }

  .nav-main>ul>li:hover>ul {
    display: block
  }

  .nav-main>ul>li>ul {
    position: absolute
  }

  .nav-main>ul>li>ul:focus-within {
    z-index: 10
  }

  .nav-main>ul>li>ul>li {
    min-width: 350px
  }

  .nav-main>ul>li>ul>li a:focus-visible {
    position: relative
  }

  .nav-main>ul>li>ul>li a:focus-visible:after,
  .nav-main>ul>li>ul>li a:focus-visible:before {
    background-color: #0000
  }

  .nav-main>ul>li>ul>li:first-child a {
    padding-top: 1.25rem
  }

  .nav-main>ul>li>ul>li:last-child a {
    padding-bottom: 1.25rem
  }

  .nav-main>ul>li>ul>li:last-child a:after {
    content: none
  }

  .nav-main>ul>li>ul>li+li a:before,
  .nav-main>ul>li>ul>li>a:after {
    background-color: var(--color-grey);
    content: "";
    display: block;
    height: 1px;
    left: 1.5rem;
    opacity: 50%;
    position: absolute;
    right: 1.5rem
  }
}

@media screen and (min-width:1024px)and (prefers-color-scheme:dark) {

  .nav-main>ul>li>ul>li+li a:before,
  .nav-main>ul>li>ul>li>a:after {
    background-color: var(--color-brand-primary-light)
  }
}

@media screen and (min-width:1024px) {
  .nav-main>ul>li>ul>li+li a:before {
    top: 0
  }

  .nav-main>ul>li>ul>li>a:after {
    bottom: 0
  }

  .sub-nav-button {
    background: var(--color-brand-primary);
    bottom: 0;
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    transform: scale(0);
    width: 100%
  }

  .sub-nav-button:before {
    display: block;
    height: 18px;
    left: 0;
    margin: 0 auto;
    -webkit-mask: url(../dist/assets/img/6e20474e.svg);
    mask: url(../dist/assets/img/6e20474e.svg);
    right: 0;
    top: 0;
    transform: none;
    transition: transform var(--transition-std);
    width: 18px
  }

  .sub-nav-button.is-open:before {
    transform: rotate(-180deg);
    transition: transform var(--transition-std)
  }

  .sub-nav-button:focus-visible {
    background: var(--color-menu-active);
    height: 18px;
    transform: scale(1);
    z-index: 10
  }

  .sub-nav-button:focus-visible:before {
    display: block
  }

  .sub-nav-button:before {
    height: auto
  }
}

.nav-breadcrumb {
  font-size: .9rem;
  line-height: 2.5;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  position: relative
}

@media(prefers-color-scheme:light)or (prefers-color-scheme:no-preference) {
  .nav-breadcrumb {
    font-weight: 700
  }
}

.nav-breadcrumb:before {
  background: var(--color-grey);
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin: 0 calc(-50vw + 50%);
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw
}

.nav-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0
}

.nav-breadcrumb li {
  display: flex;
  justify-items: center
}

.nav-breadcrumb .separator {
  color: var(--color-link);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.6;
  margin-right: .5rem;
  padding: 0 0 0 .5rem
}

.nav-breadcrumb a {
  color: var(--color-link);
  font-weight: 400
}

.nav-breadcrumb a:after {
  background-color: currentcolor;
  content: "";
  display: block;
  height: 2px;
  margin-top: -10px
}

.nav-breadcrumb a:active,
.nav-breadcrumb a:focus,
.nav-breadcrumb a:hover {
  color: var(--color-link-hover)
}

.nav-breadcrumb a:focus-visible {
  color: var(--color-brand-primary-text);
  outline: var(--focus-outline-std);
  outline-color: var(--color-brand-primary-text)
}

.nav-breadcrumb li:first-child a:after {
  margin-left: 0
}

@media screen and (min-width:1024px) {
  .nav-breadcrumb:before {
    content: none
  }
}

.on-site {
  background: #38a169;
  box-shadow: 0 0 .2em #0000001a, 0 .1em .4em #0000004d;
  color: #fff;
  line-height: 1;
  padding: .7em .8em;
  position: absolute;
  right: 0;
  text-decoration: none;
  z-index: 2
}

.on-site:hover {
  color: #ececec;
  cursor: pointer
}

.on-site:hover .on-site__tooltip {
  visibility: visible
}

.on-site__tooltip {
  visibility: hidden
}

.icon {
  fill: currentColor;
  height: 1em;
  vertical-align: middle;
  width: 1em
}

.nav-a11y {
  display: flex;
  margin-bottom: 1rem
}

.nav-a11y>ul {
  display: inline-flex;
  flex-direction: column;
  gap: .5em;
  justify-content: left;
  width: calc(1280px + 4rem)
}

.nav-a11y>ul>li {
  align-items: center;
  display: flex;
  gap: .4em
}

.nav-a11y>ul>li>img {
  height: 32px;
  width: 32px
}

.nav-a11y>ul>li>a {
  color: var(--color-headings);
  font-size: 1rem
}

.nav-a11y>ul>li>a:focus-visible {
  outline: var(--focus-outline-std);
  outline-offset: -1px;
  z-index: 3
}

@media screen and (min-width:1024px) {
  .nav-a11y {
    margin-bottom: 0
  }

  .nav-a11y>ul {
    flex-direction: row;
    gap: 1.25em;
    justify-content: right
  }
}

header {
  background-color: var(--color-white-bg);
  color: var(--color-brand-primary-text);
  font-family: var(--font-family-secondary);
  padding-bottom: 1rem;
  padding-top: 1rem;
  position: relative;
  z-index: 20
}

header .logo {
  display: flex;
  flex-direction: column;
  gap: .8rem;
  line-height: 1.4
}

header .logo a {
  display: block;
  width: max-content
}

header .logo a:focus-visible {
  outline: 5px solid var(--color-brand-primary);
  outline-offset: 10px
}

@media(prefers-color-scheme:dark) {
  header .logo a:focus-visible {
    outline-color: #fff
  }
}

header .logo img {
  height: 60px
}

header .logo figcaption {
  font-size: 1rem
}

@media screen and (min-width:500px) {
  header .logo img {
    height: auto;
    max-width: 220px
  }
}

@media screen and (min-width:768px) {
  header {
    font-size: 1.3rem;
    padding-top: 1rem
  }
}

@media screen and (min-width:1024px) {
  header {
    border-bottom: none
  }
}

@media screen and (min-width:1024px) {
  header {
    padding-bottom: 0
  }

  header .logo {
    align-items: flex-end;
    flex-direction: row;
    gap: 3rem;
    padding-right: 2rem
  }

  header .logo img {
    width: auto
  }

  header .logo figcaption {
    font-size: 1.3rem;
    margin-bottom: -.5rem
  }
}

footer {
  background-color: var(--color-brand-primary)
}

footer * {
  color: var(--color-text-on-primary)
}

footer a:focus-visible {
  color: var(--color-text-on-primary);
  outline: var(--focus-outline-std);
  outline-offset: 4px
}

footer a[href^="mailto:"],
footer a[href^="tel:"] {
  display: inline-block;
  position: relative;
  text-decoration: none
}

footer a[href^="mailto:"]:after,
footer a[href^="tel:"]:after {
  background-color: currentcolor;
  bottom: 3px;
  content: "";
  display: inline-block;
  height: 3px;
  left: 0;
  position: absolute;
  width: 0
}

@media(prefers-reduced-motion:no-preference) {

  footer a[href^="mailto:"]:after,
  footer a[href^="tel:"]:after {
    transition: width var(--transition-std)
  }
}

footer a[href^="mailto:"]:active,
footer a[href^="mailto:"]:focus,
footer a[href^="mailto:"]:hover,
footer a[href^="tel:"]:active,
footer a[href^="tel:"]:focus,
footer a[href^="tel:"]:hover {
  color: currentcolor
}

footer a[href^="mailto:"]:active:after,
footer a[href^="mailto:"]:focus:after,
footer a[href^="mailto:"]:hover:after,
footer a[href^="tel:"]:active:after,
footer a[href^="tel:"]:focus:after,
footer a[href^="tel:"]:hover:after {
  width: 100%
}

@media(prefers-reduced-motion:no-preference) {

  footer a[href^="mailto:"]:active,
  footer a[href^="mailto:"]:focus,
  footer a[href^="mailto:"]:hover,
  footer a[href^="tel:"]:active,
  footer a[href^="tel:"]:focus,
  footer a[href^="tel:"]:hover {
    transition: width var(--transition-std)
  }
}

footer>.content {
  font-family: var(--font-family-secondary);
  padding-bottom: 2rem;
  padding-top: 1.5rem
}

footer .column.brand {
  align-items: flex-start;
  display: flex;
  gap: 1rem;
  line-height: 1.6
}

footer .column.brand strong {
  font-size: 1.2rem
}

footer .column.brand img {
  width: -moz-fit-content;
  width: fit-content
}

footer .column.address {
  line-height: 1.75
}

footer aside {
  background-color: var(--color-white-bg);
  font-size: .8rem
}

footer aside .content {
  padding-bottom: 2rem;
  padding-top: 1.5rem
}

footer aside img {
  margin: 0 0 -1rem 4px;
  max-height: 60px
}

footer aside * {
  color: var(--color-text)
}

.nav-footer {
  font-size: 1.2rem;
  font-weight: 700
}

.nav-footer ul {
  align-items: baseline;
  column-gap: 1.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1.4
}

.nav-footer a {
  display: inline-block;
  margin-bottom: .9rem
}

.nav-footer a:not([href*=facebook]):after {
  background-color: currentcolor;
  content: "";
  display: block;
  height: 4px;
  width: 0
}

@media(prefers-reduced-motion:no-preference) {
  .nav-footer a:not([href*=facebook]):after {
    transition: width var(--transition-std)
  }
}

.nav-footer a:not([href*=facebook]):active:after,
.nav-footer a:not([href*=facebook]):focus:after,
.nav-footer a:not([href*=facebook]):hover:after {
  width: 100%
}

.nav-footer a[href*=facebook] {
  display: block;
  line-height: 1.5;
  margin-top: .25em;
  position: relative;
  text-indent: -9999px;
  transform: scale(1);
  width: 48px
}

.nav-footer a[href*=facebook]:active,
.nav-footer a[href*=facebook]:focus,
.nav-footer a[href*=facebook]:hover {
  transform: scale(1.28)
}

@media(prefers-reduced-motion:no-preference) {
  .nav-footer a[href*=facebook] {
    transition: transform var(--transition-std)
  }

  .nav-footer a[href*=facebook]:active,
  .nav-footer a[href*=facebook]:focus,
  .nav-footer a[href*=facebook]:hover {
    transition: transform var(--transition-std)
  }
}

.nav-footer a[href*=facebook]:before {
  background-color: currentcolor;
  content: "";
  height: 36px;
  left: 0;
  -webkit-mask-image: url(../dist/assets/img/d68c5fe3.svg);
  mask-image: url(../dist/assets/img/d68c5fe3.svg);
  position: absolute;
  top: -.3rem;
  width: 36px
}

@media screen and (min-width:768px) {
  footer>.content {
    font-size: 1.3rem;
    padding-top: 3.5rem
  }

  footer .column.brand {
    column-gap: 2rem
  }

  footer .column.brand strong {
    font-size: 1.6rem
  }

  footer .column.brand p {
    margin-top: -.6rem
  }

  footer .column.brand img {
    max-width: 100%;
    width: auto
  }

  footer aside {
    font-size: 1rem
  }

  footer aside .content {
    padding-bottom: 2.5rem
  }

  footer aside img {
    margin: 0
  }

  .nav-footer {
    font-size: 1.6rem
  }

  .nav-footer a[href*=facebook]:before {
    height: 48px;
    top: 0;
    width: 48px
  }
}

@media screen and (min-width:1192px) {
  .nav-footer ul {
    align-items: flex-start;
    flex-direction: column;
    gap: 0
  }
}

.link-jump-to-top {
  background-color: var(--color-button-bg);
  border: 4px solid var(--color-white);
  border-radius: 50%;
  bottom: 2rem;
  color: var(--color-text-on-primary);
  display: none;
  height: 56px;
  overflow: hidden;
  position: fixed;
  right: 2rem;
  text-indent: -9999px;
  width: 56px;
  z-index: 10
}

@media(prefers-color-scheme:light)or (prefers-color-scheme:no-preference) {
  .link-jump-to-top {
    box-shadow: 0 0 10px 0 #0009
  }
}

.link-jump-to-top:focus-visible {
  color: var(--color-text-on-primary);
  outline: var(--focus-outline-std);
  outline-offset: -4px;
  transform: scale(1.35)
}

.link-jump-to-top:active,
.link-jump-to-top:hover {
  background-color: var(--color-button-bg-hover);
  color: var(--color-text-on-primary)
}

@media(prefers-reduced-motion:no-preference) {
  .link-jump-to-top:active {
    bottom: 1.8rem
  }
}

.link-jump-to-top svg {
  display: block;
  margin: 20%
}

.hero {
  position: relative
}

.hero .columns {
  max-width: calc(1280px + 4rem)
}

.hero-start {
  display: flex;
  flex-direction: column;
  margin: 0 calc(-50vw + 50%) 3rem;
  width: 100vw
}

.hero-start .columns {
  left: 0;
  margin: 0 auto;
  max-width: calc(1280px + 4rem);
  order: 2;
  position: relative;
  right: 0;
  z-index: 10
}

.hero-start .columns>.column {
  padding: 0
}

.hero-start picture>.copyright {
  width: -moz-fit-content;
  width: fit-content
}

.hero-start .text {
  background-color: var(--color-grey-light);
  margin-top: -1.5rem;
  padding: calc(var(--teaser-padding)*.75) var(--teaser-padding) var(--teaser-padding)
}

.hero-start h1 {
  border: none;
  display: block;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: .5rem
}

.hero-start h1:after {
  content: none
}

.hero-start .btn {
  margin-top: 0
}

.hero-start>picture {
  position: static
}

.hero-subpage {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 1.5rem
}

.hero-subpage img {
  height: 100%;
  max-width: 100%;
  order: 1
}

.hero-subpage h1 {
  align-items: flex-end;
  background-color: #009898f2;
  border: none;
  color: var(--color-white-text);
  display: flex;
  font-size: 1.5rem;
  height: 100%;
  -webkit-hyphens: auto;
  hyphens: auto;
  line-height: 1.26;
  order: 2;
  padding: .75rem 1rem;
  z-index: 1
}

@media(prefers-color-scheme:dark) {
  .hero-subpage h1 {
    background-color: #024b4bf2
  }
}

.hero-subpage h1:after {
  content: none
}

@media screen and (min-width:768px) {
  .hero-subpage {
    margin-bottom: 2.5rem
  }

  .hero-subpage h1 {
    font-size: 1.9rem;
    padding: 1rem 1.5rem
  }
}

@media screen and (min-width:1024px) {
  .hero-start {
    display: block
  }

  .hero-start img {
    bottom: 0;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
  }

  .hero-start .columns>.column {
    padding: 2rem 0
  }

  .hero-start .text {
    margin-top: 0
  }

  @media(prefers-color-scheme:light)or (prefers-color-scheme:no-preference) {
    .hero-start .text {
      background-color: var(--color-white-bg)
    }
  }

  .hero-subpage h1 {
    font-size: 2.14rem;
    padding: 1.5rem 2rem;
    position: absolute
  }
}

.teaser {
  background-color: var(--color-grey-light);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
  padding: var(--teaser-padding);
  position: relative
}

.teaser h1,
.teaser h2,
.teaser h3,
.teaser h4,
.teaser h5,
.teaser h6 {
  width: 100%
}

.teaser h2 {
  font-size: 1.3rem;
  line-height: 1.45;
  margin-bottom: 1rem;
  margin-top: .25em
}

.teaser>:first-child:not(picture, img) {
  margin-top: 0
}

.teaser+.teaser {
  margin-top: var(--teaser-margin)
}

.column>a:focus-visible .teaser {
  outline: var(--focus-outline-std)
}

.column>a:focus-visible .teaser.teaser-highlighted {
  background-color: var(--color-brand-primary)
}

a>.teaser {
  padding-bottom: calc(var(--teaser-padding) + 1.5rem);
  text-decoration: none;
  transition: transform var(--transition-std), background-color var(--transition-std)
}

a>.teaser:after {
  background-color: currentcolor;
  bottom: var(--teaser-padding);
  content: "";
  display: block;
  height: 1.5rem;
  mask-size: 1.5rem 1.5rem;
  -webkit-mask-size: 1.5rem 1.5rem;
  -webkit-mask: url(../dist/assets/img/7e000632.svg);
  mask: url(../dist/assets/img/7e000632.svg);
  position: absolute;
  right: var(--teaser-padding);
  width: 1.5rem
}

a:active .teaser>*,
a:focus .teaser>*,
a:hover .teaser>* {
  color: var(--color-brand-primary-dark)
}

a:active .teaser,
a:hover .teaser {
  transition: transform var(--transition-std), background-color var(--transition-std)
}

@media(prefers-reduced-motion:reduce) {

  a:active .teaser,
  a:hover .teaser {
    color: var(--color-brand-primary-dark)
  }
}

@media(prefers-reduced-motion:no-preference) {

  a:active .teaser,
  a:hover .teaser {
    transform: scale(1.08)
  }

  .is-full>a:active .teaser,
  .is-full>a:hover .teaser {
    transform: scale(1.04)
  }
}

a:active .teaser,
a:active .teaser *,
a:hover .teaser,
a:hover .teaser * {
  text-decoration: none
}

.teaser-default>img,
.teaser-default>picture {
  margin-bottom: calc(var(--teaser-padding)*.75);
  margin-left: calc(var(--teaser-padding)*-1);
  margin-top: calc(var(--teaser-padding)*-1);
  order: -1;
  width: calc(100% + var(--teaser-padding)*2)
}

.teaser-default>picture img {
  width: 100%
}

.teaser-highlighted {
  align-items: center;
  background-color: var(--color-brand-primary);
  box-shadow: 1rem 1rem 0 var(--color-brand-primary-lightest);
  flex-direction: unset;
  height: calc(100% - 1rem);
  justify-content: space-between;
  width: calc(100% - 1rem)
}

@media(prefers-color-scheme:dark) {
  .teaser-highlighted {
    box-shadow: 1rem 1rem 0 var(--color-brand-primary-text)
  }
}

.teaser-highlighted * {
  color: var(--color-text-on-primary)
}

a:active>.teaser-highlighted,
a:focus>.teaser-highlighted,
a:hover>.teaser-highlighted {
  background-color: var(--color-brand-primary-dark)
}

a>.teaser-highlighted:after {
  content: none
}

.teaser-highlighted h2 {
  font-size: 1.3rem;
  line-height: 1.45
}

.teaser-highlighted .headline-short {
  border-bottom: 2px solid currentcolor;
  display: inline-block;
  font-family: var(--font-family-secondary);
  font-size: 1.3rem;
  line-height: 1.45;
  margin: 0 auto .7rem 0;
  padding-bottom: .25rem;
  width: auto
}

.teaser-highlighted .text p {
  display: inline-block
}

.teaser-highlighted .text p>a:not(.btn) {
  color: var(--color-text-on-primary)
}

.teaser-highlighted .text:after {
  background: #0000 url(../dist/assets/img/7e000632.svg) no-repeat 50%;
  background-size: contain;
  bottom: var(--teaser-padding);
  content: "";
  display: inline-block;
  height: 1.5rem;
  margin-left: .5rem;
  position: absolute;
  right: var(--teaser-padding);
  vertical-align: text-bottom;
  width: 1.5rem
}

.teaser-highlighted img {
  margin: 1rem 0 2rem;
  max-width: 340px;
  min-width: 200px;
  width: 100%
}

.teaser-sponsors img {
  border: 2px solid var(--color-grey);
  margin-bottom: calc(var(--teaser-padding)*.75)
}

.teaser-sponsors img,
.teaser-sponsors picture {
  display: block;
  height: auto;
  max-width: 400px;
  order: -1;
  width: 100%
}

.teaser-sponsors h2 {
  border-bottom: 2px solid currentcolor;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.45;
  margin: 0 auto 1rem 0;
  padding-bottom: .4rem;
  width: auto
}

.teaser-sponsors h3 {
  color: var(--color-text);
  font-family: var(--font-family-body);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.58;
  margin-bottom: 1rem
}

.background-grey .teaser-default,
.background-grey .teaser-sponsors {
  background-color: var(--color-white-bg);
  box-shadow: 0 0 1rem #0000001a
}

@media screen and (min-width:768px) {
  .column.is-full .teaser-default {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: var(--base-spacing)
  }

  .column.is-full .teaser-default img {
    height: calc(100% + 3rem + var(--teaser-padding));
    margin-bottom: calc(var(--teaser-padding)*-1 - 3rem);
    object-fit: cover
  }

  .column.is-full .teaser-sponsors {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: var(--base-spacing)
  }

  .column.is-full .teaser-highlighted {
    flex-wrap: nowrap;
    gap: calc(var(--teaser-padding)/2);
    padding-bottom: var(--teaser-padding)
  }

  .column.is-full .teaser-highlighted h2 {
    display: inline
  }

  .column.is-full .teaser-highlighted h2:before {
    content: "";
    display: block;
    width: 100%
  }

  .column.is-full .teaser-highlighted .text:after {
    background-size: 28px 28px;
    content: " ";
    display: inline;
    padding: .75rem;
    position: static;
    vertical-align: top;
    white-space: pre
  }

  .column.is-full .teaser-highlighted img,
  .column.is-full .teaser-highlighted picture {
    margin-bottom: 0;
    margin-top: 0
  }
}

.box {
  margin-bottom: var(--teaser-margin);
  margin-top: var(--teaser-margin);
  padding: var(--teaser-padding);
  position: relative
}

.box .text:only-child :only-child {
  margin-bottom: 0
}

.box img {
  border: 5px solid var(--color-white-text);
  width: 100%
}

.box .copyright {
  margin: 5px;
  width: auto
}

.background-grey>.columns:first-child>.is-full:first-child>.box {
  margin-top: 0
}

.background-grey>.columns:first-child>.is-full:first-child>.box:only-child {
  margin-bottom: 0
}

.column:not(.is-full) .box>.columns>.column {
  flex: 0 0 100%
}

.column:not(.is-full) .box>.columns>.column:first-child {
  position: relative
}

.column:not(.is-full) .box>.columns>.column h2:before {
  content: none
}

.box-green {
  background-color: var(--color-brand-primary);
  box-shadow: 1rem 1rem 0 var(--color-brand-primary-lightest);
  color: var(--color-text-on-primary);
  width: calc(100% - 1rem)
}

@media(prefers-color-scheme:dark) {
  .box-green {
    box-shadow: 1rem 1rem 0 var(--color-brand-primary-text)
  }
}

.box-green h1,
.box-green h2,
.box-green h3,
.box-green h4,
.box-green h5,
.box-green h6 {
  color: var(--color-text-on-primary)
}

.box-green>.columns>.column>.text>p>a:not(.btn) {
  color: var(--color-white-text)
}

.box-green>.text>p>a:not(.btn) {
  color: var(--color-white-text)
}

.box-green .btn,
.box-green button {
  background-color: var(--color-white-bg);
  box-shadow: 0 0 0 var(--color-brand-primary-dark);
  color: var(--color-brand-primary)
}

.box-green .btn:active,
.box-green .btn:focus,
.box-green .btn:hover,
.box-green button:active,
.box-green button:focus,
.box-green button:hover {
  box-shadow: .6rem .6rem 0 currentcolor;
  color: var(--color-brand-primary-dark)
}

.box-green .btn:focus-visible,
.box-green button:focus-visible {
  box-shadow: .8rem .8rem 0 currentcolor;
  outline-color: var(--color-brand-primary-lightest)
}

@media(prefers-color-scheme:dark) {

  .box-green .btn,
  .box-green button {
    background-color: var(--color-white-text);
    box-shadow: 0 0 0 #00000073
  }

  .box-green .btn:active,
  .box-green .btn:focus,
  .box-green .btn:hover,
  .box-green button:active,
  .box-green button:focus,
  .box-green button:hover {
    box-shadow: .6rem .6rem 0 #00000073;
    color: var(--color-brand-primary)
  }

  .box-green .btn:focus-visible,
  .box-green button:focus-visible {
    box-shadow: .8rem .8rem 0 #00000073;
    outline-color: var(--color-brand-primary-light)
  }
}

.box-grey {
  background-color: var(--color-grey-light)
}

@media screen and (max-width:767px) {
  .box img {
    border: none
  }

  .box-grey {
    border-top: 10px solid var(--color-brand-primary)
  }
}

@media screen and (max-width:767px) {
  .box>.columns {
    display: flex
  }

  .box>.columns>.column {
    flex: 0 0 100%
  }

  .box>.columns>.column:first-child {
    order: 2
  }

  .box>.columns>.column:nth-child(2) {
    order: 1
  }
}

@media screen and (min-width:768px) {
  .column.is-6-tablet+.column.is-6-tablet .box-grey {
    margin-left: 15px
  }

  .box-grey .text>h1:first-child,
  .box-grey .text>h2:first-child,
  .box-grey .text>h3:first-child,
  .box-grey .text>h4:first-child,
  .box-grey .text>h5:first-child,
  .box-grey .text>h6:first-child {
    position: relative
  }

  .box-grey .text>h1:first-child:before,
  .box-grey .text>h2:first-child:before,
  .box-grey .text>h3:first-child:before,
  .box-grey .text>h4:first-child:before,
  .box-grey .text>h5:first-child:before,
  .box-grey .text>h6:first-child:before {
    background-color: currentcolor;
    content: "";
    display: block;
    height: calc(100% + var(--teaser-padding));
    left: calc(var(--teaser-padding)*-1 - 15px);
    position: absolute;
    top: calc(var(--teaser-padding)*-1);
    width: 15px
  }
}

@media print {
  :root {
    --color-text-print: #000;
    --color-grey: #b1b3b4;
    --color-white-text: var(--color-text-print);
    --color-text-on-primary: var(--color-text-print)
  }

  .link-jump-to-top,
  .nav-footer,
  .nav-mobile-opener {
    display: none !important
  }

  .hero-start .column,
  .hero-start .columns {
    display: block;
    padding: 0;
    width: 100%
  }

  .background-grey {
    margin: 0;
    padding: 0
  }

  a.btn,
  button {
    border: 2px solid var(--color-brand-primary);
    color: var(--color-brand-primary)
  }

  .box,
  .teaser,
  .teaser-highlighted {
    box-shadow: 0 0 1rem #0000001a
  }

  .box-grey img {
    border: 1px solid var(--color-grey)
  }

  .teaser-highlighted {
    display: block;
    height: 100%;
    width: 100%
  }

  .teaser-highlighted * {
    color: var(--color-brand-primary)
  }

  .teaser-highlighted img {
    margin-top: 1rem
  }

  footer {
    border-top: 1px solid var(--color-grey);
    margin-top: 1rem
  }

  footer * {
    color: var(--color-text-print)
  }

  footer .column {
    padding-bottom: 0
  }

  footer .content {
    padding-bottom: 0
  }
}

/*# sourceMappingURL=main.css.map*/