@charset "UTF-8";
/* ----------------------------------------------------------------------------

CORE CSS

Entry point for site wide styling, most all of our css goes in here.

Every file within this directory acts as an entry point and
gets compiled to dist. Feel free to add more entry point files
within this directory i.e. for page specific styles.

---------------------------------------------------------------------------- */
/*-----------------------------------------------------------------------------

SETTINGS

Global variables for things that are shared across the site,
for example color palettes or typographic scales.
Variables that are only used by a single component don’t belong here.

Variables should follow the `$component-property-state-size` formula,
for example `$nav-link-color-hover` or `$box-shadow-xs`.

* This layer must not output any CSS. *

---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------

HELPER

Mixins and functions that implement either logic and calculations
or common styling used across various elements and components.

This layer should not output any CSS.

---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------

BREAKPOINTS

Media queries to create breakpoints for our layouts and interfaces.
These breakpoints are mostly based on minimum viewport widths and allow us
to scale up elements as the viewport changes. Taken from Bootstrap.

See: https://getbootstrap.com/docs/4.1/layout/overview/#responsive-breakpoints

---------------------------------------------------------------------------- */
/*-----------------------------------------------------------------------------

SETTINGS

Global variables for things that are shared across the site,
for example color palettes or typographic scales.
Variables that are only used by a single component don’t belong here.

Variables should follow the `$component-property-state-size` formula,
for example `$nav-link-color-hover` or `$box-shadow-xs`.

* This layer must not output any CSS. *

---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------

GRID

Slightly adapted version of Bootstrap’s grid system.

See: https://getbootstrap.com/docs/4.1/layout/grid/

---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------

ELEMENTS

Mostly resets for browser defaults and fixes for vendor specific quirks.
Styling targets bare HTML elements only, absolutely no classes* in here!

*See: MEW, Band 21, Berlin 1962. S. 25–173

---------------------------------------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("//fast.fonts.net/t/1.css?apiType=css&projectid=ea275886-c7b5-4132-88c0-78e12b8b85ea");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

sup,
sub {
  position: relative;
  font-size: inherit;
  font-size: 65%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  inset-block-start: -0.5em;
}

sup {
  inset-block-start: -0.5em;
}

sub {
  inset-block-end: -0.25em;
}

@supports (font-variant-position: sub) {
  sup,
  sub {
    vertical-align: baseline;
    align-items: baseline;
    font-size: 100%;
    line-height: inherit;
  }
  sup {
    font-variant-position: super;
    inset-block-start: 0;
  }
  sub {
    font-variant-position: sub;
    inset-block-end: 0;
  }
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
          appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
          appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
          appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

figure {
  margin: 0;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

a {
  text-decoration: none;
}

a:link:hover {
  text-decoration: none;
}

button *,
a * {
  pointer-events: none;
}

ul {
  margin: 0;
  padding: 0;
}

/*-----------------------------------------------------------------------------

SETTINGS

Global variables for things that are shared across the site,
for example color palettes or typographic scales.
Variables that are only used by a single component don’t belong here.

Variables should follow the `$component-property-state-size` formula,
for example `$nav-link-color-hover` or `$box-shadow-xs`.

* This layer must not output any CSS. *

---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------

HELPER

Mixins and functions that implement either logic and calculations
or common styling used across various elements and components.

This layer should not output any CSS.

---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------

BREAKPOINTS

Media queries to create breakpoints for our layouts and interfaces.
These breakpoints are mostly based on minimum viewport widths and allow us
to scale up elements as the viewport changes. Taken from Bootstrap.

See: https://getbootstrap.com/docs/4.1/layout/overview/#responsive-breakpoints

---------------------------------------------------------------------------- */
/*-----------------------------------------------------------------------------

SETTINGS

Global variables for things that are shared across the site,
for example color palettes or typographic scales.
Variables that are only used by a single component don’t belong here.

Variables should follow the `$component-property-state-size` formula,
for example `$nav-link-color-hover` or `$box-shadow-xs`.

* This layer must not output any CSS. *

---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------

GRID

Slightly adapted version of Bootstrap’s grid system.

See: https://getbootstrap.com/docs/4.1/layout/grid/

---------------------------------------------------------------------------- */
html {
  box-sizing: border-box;
  color: #000;
  font-size: 100%;
  line-height: 1.5;
  font-family: "Corporate S", Arial, sans-serif;
  background-color: #fff;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 14rem;
}

html::after {
  content: "xxs: (min-width: 0) | xs: (min-width: 400px) | sm: (min-width: 480px) | md: (min-width: 720px) | lg: (min-width: 960px) | xl: (min-width: 1200px) | xxl: (min-width: 1440px)";
  display: none;
}

html *,
html *::before,
html *::after {
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

small {
  font-size: inherit;
}

strong {
  font-weight: 700;
}

blockquote {
  margin: 0;
}

address {
  font-style: normal;
}

sup,
sub {
  position: relative;
  font-size: inherit;
  font-size: 65%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  inset-block-start: -0.5em;
}

sub {
  inset-block-end: -0.25em;
}

@supports (font-variant-position: sub) {
  sup,
  sub {
    vertical-align: baseline;
    align-items: baseline;
    font-size: 100%;
    line-height: inherit;
  }
  sup {
    font-variant-position: super;
    inset-block-start: 0;
  }
  sub {
    font-variant-position: sub;
    inset-block-end: 0;
  }
}

/*-----------------------------------------------------------------------------

SETTINGS

Global variables for things that are shared across the site,
for example color palettes or typographic scales.
Variables that are only used by a single component don’t belong here.

Variables should follow the `$component-property-state-size` formula,
for example `$nav-link-color-hover` or `$box-shadow-xs`.

* This layer must not output any CSS. *

---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------

HELPER

Mixins and functions that implement either logic and calculations
or common styling used across various elements and components.

This layer should not output any CSS.

---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------

BREAKPOINTS

Media queries to create breakpoints for our layouts and interfaces.
These breakpoints are mostly based on minimum viewport widths and allow us
to scale up elements as the viewport changes. Taken from Bootstrap.

See: https://getbootstrap.com/docs/4.1/layout/overview/#responsive-breakpoints

---------------------------------------------------------------------------- */
/*-----------------------------------------------------------------------------

SETTINGS

Global variables for things that are shared across the site,
for example color palettes or typographic scales.
Variables that are only used by a single component don’t belong here.

Variables should follow the `$component-property-state-size` formula,
for example `$nav-link-color-hover` or `$box-shadow-xs`.

* This layer must not output any CSS. *

---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------

GRID

Slightly adapted version of Bootstrap’s grid system.

See: https://getbootstrap.com/docs/4.1/layout/grid/

---------------------------------------------------------------------------- */
.aspect-ratio {
  position: relative;
}

.aspect-ratio::before {
  content: '';
  display: block;
  height: 0;
  width: 100%;
}

.aspect-ratio > * {
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-start: 0;
  height: 100%;
  width: 100%;
}

.aspect-ratio--2x1 {
  position: relative;
}

.aspect-ratio--2x1::before {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-block-start: 50%;
}

.aspect-ratio--2x1 > * {
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-start: 0;
  height: 100%;
  width: 100%;
}

.aspect-ratio--1x2 {
  position: relative;
}

.aspect-ratio--1x2::before {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-block-start: 200%;
}

.aspect-ratio--1x2 > * {
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-start: 0;
  height: 100%;
  width: 100%;
}

.aspect-ratio--16x9 {
  position: relative;
}

.aspect-ratio--16x9::before {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-block-start: 56.25%;
}

.aspect-ratio--16x9 > * {
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-start: 0;
  height: 100%;
  width: 100%;
}

.aspect-ratio--9x16 {
  position: relative;
}

.aspect-ratio--9x16::before {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-block-start: 177.77778%;
}

.aspect-ratio--9x16 > * {
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-start: 0;
  height: 100%;
  width: 100%;
}

.aspect-ratio--3x4 {
  position: relative;
}

.aspect-ratio--3x4::before {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-block-start: 133.33333%;
}

.aspect-ratio--3x4 > * {
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-start: 0;
  height: 100%;
  width: 100%;
}

.aspect-ratio--4x3 {
  position: relative;
}

.aspect-ratio--4x3::before {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-block-start: 75%;
}

.aspect-ratio--4x3 > * {
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-start: 0;
  height: 100%;
  width: 100%;
}

.aspect-ratio--3x2 {
  position: relative;
}

.aspect-ratio--3x2::before {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-block-start: 66.66667%;
}

.aspect-ratio--3x2 > * {
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-start: 0;
  height: 100%;
  width: 100%;
}

.aspect-ratio--2x3 {
  position: relative;
}

.aspect-ratio--2x3::before {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-block-start: 150%;
}

.aspect-ratio--2x3 > * {
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-start: 0;
  height: 100%;
  width: 100%;
}

.aspect-ratio--1x1 {
  position: relative;
}

.aspect-ratio--1x1::before {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-block-start: 100%;
}

.aspect-ratio--1x1 > * {
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-start: 0;
  height: 100%;
  width: 100%;
}

/*-----------------------------------------------------------------------------

SETTINGS

Global variables for things that are shared across the site,
for example color palettes or typographic scales.
Variables that are only used by a single component don’t belong here.

Variables should follow the `$component-property-state-size` formula,
for example `$nav-link-color-hover` or `$box-shadow-xs`.

* This layer must not output any CSS. *

---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------

HELPER

Mixins and functions that implement either logic and calculations
or common styling used across various elements and components.

This layer should not output any CSS.

---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------

BREAKPOINTS

Media queries to create breakpoints for our layouts and interfaces.
These breakpoints are mostly based on minimum viewport widths and allow us
to scale up elements as the viewport changes. Taken from Bootstrap.

See: https://getbootstrap.com/docs/4.1/layout/overview/#responsive-breakpoints

---------------------------------------------------------------------------- */
/*-----------------------------------------------------------------------------

SETTINGS

Global variables for things that are shared across the site,
for example color palettes or typographic scales.
Variables that are only used by a single component don’t belong here.

Variables should follow the `$component-property-state-size` formula,
for example `$nav-link-color-hover` or `$box-shadow-xs`.

* This layer must not output any CSS. *

---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------

GRID

Slightly adapted version of Bootstrap’s grid system.

See: https://getbootstrap.com/docs/4.1/layout/grid/

---------------------------------------------------------------------------- */
.content {
  position: relative;
  display: block;
  padding-block-start: 5rem;
}

@media (min-width: 720px) {
  .content {
    padding-block-start: 5rem;
  }
}

@media (min-width: 960px) {
  .content {
    padding-block-start: 13.625rem;
  }
}

.page-geschlechtsspezifische-gewalt .content {
  padding-block-start: 5rem;
}

@media (min-width: 720px) {
  .page-geschlechtsspezifische-gewalt .content {
    padding-block-start: 5rem;
  }
}

@media (min-width: 960px) {
  .page-geschlechtsspezifische-gewalt .content {
    padding-block-start: 5rem;
  }
}

/* --------------------------------

Context grid

-------------------------------- */
/*-----------------------------------------------------------------------------

SETTINGS

Global variables for things that are shared across the site,
for example color palettes or typographic scales.
Variables that are only used by a single component don’t belong here.

Variables should follow the `$component-property-state-size` formula,
for example `$nav-link-color-hover` or `$box-shadow-xs`.

* This layer must not output any CSS. *

---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------

HELPER

Mixins and functions that implement either logic and calculations
or common styling used across various elements and components.

This layer should not output any CSS.

---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------

BREAKPOINTS

Media queries to create breakpoints for our layouts and interfaces.
These breakpoints are mostly based on minimum viewport widths and allow us
to scale up elements as the viewport changes. Taken from Bootstrap.

See: https://getbootstrap.com/docs/4.1/layout/overview/#responsive-breakpoints

---------------------------------------------------------------------------- */
/*-----------------------------------------------------------------------------

SETTINGS

Global variables for things that are shared across the site,
for example color palettes or typographic scales.
Variables that are only used by a single component don’t belong here.

Variables should follow the `$component-property-state-size` formula,
for example `$nav-link-color-hover` or `$box-shadow-xs`.

* This layer must not output any CSS. *

---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------

GRID

Slightly adapted version of Bootstrap’s grid system.

See: https://getbootstrap.com/docs/4.1/layout/grid/

---------------------------------------------------------------------------- */
.context::after {
  content: "";
  display: block;
  clear: both;
}

.context__aside {
  width: 100%;
  margin: 0.35rem auto 1rem;
}

.context__aside--size-xxs {
  width: 10%;
}

.context__aside--size-xs {
  width: 20%;
}

.context__aside--size-sm {
  width: 30%;
}

.context__aside--size-md {
  width: 40%;
}

.context__aside--size-lg {
  width: 50%;
}

.context__aside--size-xl {
  width: 60%;
}

.context__aside--size-full {
  width: 100%;
}

html[dir='rtl'] .context__aside--left {
  float: right;
}

@supports (float: inline-start) {
  html[dir='rtl'] .context__aside--left {
    float: inline-start;
  }
}

html[dir='rtl'] .context__aside--right {
  float: left;
}

@supports (float: inline-end) {
  html[dir='rtl'] .context__aside--right {
    float: inline-end;
  }
}

.context__aside--left {
  float: left;
  margin-inline-end: 16px;
  margin-inline-start: 0;
}

@supports (float: inline-start) {
  .context__aside--left {
    float: inline-start;
  }
}

@media (min-width: 960px) {
  .context__aside--left {
    margin-inline-end: 32px;
  }
}

.context__aside--right {
  float: right;
  margin-inline-end: 0;
  margin-inline-start: 16px;
}

@supports (float: inline-end) {
  .context__aside--right {
    float: inline-end;
  }
}

@media (min-width: 960px) {
  .context__aside--right {
    margin-inline-start: 32px;
  }
}

.context__aside--pull.context__aside--left {
  margin-inline-start: calc(((1 / 12) * (12 / 12) * -100%));
}

@media (min-width: 720px) {
  .context__aside--pull.context__aside--left {
    margin-inline-start: calc(((1 / 12) * (12 / 10) * -100%));
  }
}

@media (min-width: 960px) {
  .context__aside--pull.context__aside--left {
    margin-inline-start: calc(((1 / 12) * (12 / 9) * -100%));
  }
}

.context__aside--pull.context__aside--right {
  margin-inline-end: calc(((1 / 12) * (12 / 12) * -100%));
}

@media (min-width: 720px) {
  .context__aside--pull.context__aside--right {
    margin-inline-end: calc(((1 / 12) * (12 / 10) * -100%));
  }
}

@media (min-width: 960px) {
  .context__aside--pull.context__aside--right {
    margin-inline-end: calc(((1 / 12) * (12 / 9) * -100%));
  }
}

.context--above {
  display: flex;
  flex-direction: column;
}

.context--above .context__aside--left {
  margin-inline-start: 0;
}

.context--above .context__aside--right {
  margin-inline-end: 0;
  margin-inline-start: auto;
}

.context--below {
  display: flex;
  flex-direction: column-reverse;
}

.context--below .context__aside--left {
  margin-inline-start: 0;
}

.context--below .context__aside--right {
  margin-inline-end: 0;
  margin-inline-start: auto;
}

@media (min-width: 720px) {
  .context--top,
  .context--bottom,
  .context--v-middle {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
  }
  .context--top .context__main,
  .context--bottom .context__main,
  .context--v-middle .context__main {
    order: 0;
  }
  .context--top .context__aside,
  .context--bottom .context__aside,
  .context--v-middle .context__aside {
    float: none;
    flex: 0 0 auto;
  }
  .context--top .context__aside--right,
  .context--bottom .context__aside--right,
  .context--v-middle .context__aside--right {
    float: none;
    order: 1;
  }
  .context--bottom {
    align-content: flex-end;
    align-items: flex-end;
  }
  .context--v-middle {
    align-content: center;
    align-items: center;
  }
}

.textrow__media {
  margin: 0 auto 1rem;
}

.textrow__media--size-xxs {
  width: 8.33333%;
}

@media (min-width: 720px) {
  .textrow__media--size-xxs {
    width: 10%;
  }
}

.textrow__media--size-xs {
  width: 16.66667%;
}

@media (min-width: 720px) {
  .textrow__media--size-xs {
    width: 20%;
  }
}

.textrow__media--size-sm {
  width: 25%;
}

@media (min-width: 720px) {
  .textrow__media--size-sm {
    width: 30%;
  }
}

.textrow__media--size-md {
  width: 33.33333%;
}

@media (min-width: 720px) {
  .textrow__media--size-md {
    width: 40%;
  }
}

.textrow__media--size-lg {
  width: 41.66667%;
}

@media (min-width: 720px) {
  .textrow__media--size-lg {
    width: 50%;
  }
}

.textrow__media--size-xl {
  width: 50%;
}

@media (min-width: 720px) {
  .textrow__media--size-xl {
    width: 60%;
  }
}

.textrow__media--full-width {
  width: 100%;
}

html[dir='rtl'] .textrow__media--left {
  float: right;
}

@supports (float: inline-start) {
  html[dir='rtl'] .textrow__media--left {
    float: inline-start;
  }
}

html[dir='rtl'] .textrow__media--right {
  float: left;
}

@supports (float: inline-end) {
  html[dir='rtl'] .textrow__media--right {
    float: inline-end;
  }
}

.textrow__media--left {
  float: left;
  margin-inline-end: 16px;
  margin-inline-start: 0;
}

@supports (float: inline-start) {
  .textrow__media--left {
    float: inline-start;
  }
}

@media (min-width: 960px) {
  .textrow__media--left {
    margin-inline-end: 32px;
  }
}

.textrow__media--right {
  float: right;
  margin-inline-end: 0;
  margin-inline-start: 16px;
}

@supports (float: inline-end) {
  .textrow__media--right {
    float: inline-end;
  }
}

@media (min-width: 960px) {
  .textrow__media--right {
    margin-inline-start: 32px;
  }
}

.textrow__media--pull.textrow__media--left,
.textrow__media--wide.textrow__media--left {
  margin-inline-start: calc(((1 / 12) * (12 / 12) * -100%));
}

@media (min-width: 720px) {
  .textrow__media--pull.textrow__media--left,
  .textrow__media--wide.textrow__media--left {
    margin-inline-start: calc(((1 / 12) * (12 / 10) * -100%));
  }
}

@media (min-width: 960px) {
  .textrow__media--pull.textrow__media--left,
  .textrow__media--wide.textrow__media--left {
    margin-inline-start: calc(((1 / 12) * (12 / 9) * -100%));
  }
}

.textrow__media--pull.textrow__media--right,
.textrow__media--wide.textrow__media--right {
  margin-inline-end: calc(((1 / 12) * (12 / 12) * -100%));
}

@media (min-width: 720px) {
  .textrow__media--pull.textrow__media--right,
  .textrow__media--wide.textrow__media--right {
    margin-inline-end: calc(((1 / 12) * (12 / 10) * -100%));
  }
}

@media (min-width: 960px) {
  .textrow__media--pull.textrow__media--right,
  .textrow__media--wide.textrow__media--right {
    margin-inline-end: calc(((1 / 12) * (12 / 9) * -100%));
  }
}

/*-----------------------------------------------------------------------------

SETTINGS

Global variables for things that are shared across the site,
for example color palettes or typographic scales.
Variables that are only used by a single component don’t belong here.

Variables should follow the `$component-property-state-size` formula,
for example `$nav-link-color-hover` or `$box-shadow-xs`.

* This layer must not output any CSS. *

---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------

HELPER

Mixins and functions that implement either logic and calculations
or common styling used across various elements and components.

This layer should not output any CSS.

---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------

BREAKPOINTS

Media queries to create breakpoints for our layouts and interfaces.
These breakpoints are mostly based on minimum viewport widths and allow us
to scale up elements as the viewport changes. Taken from Bootstrap.

See: https://getbootstrap.com/docs/4.1/layout/overview/#responsive-breakpoints

---------------------------------------------------------------------------- */
/*-----------------------------------------------------------------------------

SETTINGS

Global variables for things that are shared across the site,
for example color palettes or typographic scales.
Variables that are only used by a single component don’t belong here.

Variables should follow the `$component-property-state-size` formula,
for example `$nav-link-color-hover` or `$box-shadow-xs`.

* This layer must not output any CSS. *

---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------

GRID

Slightly adapted version of Bootstrap’s grid system.

See: https://getbootstrap.com/docs/4.1/layout/grid/

---------------------------------------------------------------------------- */
.container {
  padding-inline: 1rem;
  margin-inline-end: auto;
  margin-inline-start: auto;
  width: 100%;
}

@media (min-width: 480px) {
  .container {
    padding-inline: 1rem;
  }
}

@media (min-width: 960px) {
  .container {
    padding-inline: 2rem;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}

@media (min-width: 960px) {
  .container {
    padding-inline: 0.5rem;
  }
}

@media (min-width: 960px) and (min-width: 480px) {
  .container {
    padding-inline: 0.5rem;
  }
}

@media (min-width: 960px) and (min-width: 960px) {
  .container {
    padding-inline: 1rem;
  }
}

.container-fluid {
  padding-inline: 1rem;
  margin-inline-end: auto;
  margin-inline-start: auto;
  width: 100%;
}

@media (min-width: 480px) {
  .container-fluid {
    padding-inline: 1rem;
  }
}

@media (min-width: 960px) {
  .container-fluid {
    padding-inline: 2rem;
  }
}

.container .container,
.container .container-fluid {
  padding-inline: 0.5rem;
  padding: 0 !important;
}

@media (min-width: 480px) {
  .container .container,
  .container .container-fluid {
    padding-inline: 0.5rem;
  }
}

@media (min-width: 960px) {
  .container .container,
  .container .container-fluid {
    padding-inline: 1rem;
  }
}

.container-wide {
  margin-inline-start: auto;
  margin-inline-end: auto;
  width: 100%;
  max-width: 1800px;
}

@font-face {
  font-family: "Corporate S";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/CorporateS-PanEUR/Fonts/fee45cfc-85f5-4534-b3d8-647b70ffa4c1.woff2") format("woff2"), url("../fonts/CorporateS-PanEUR/Fonts/b050f78a-c76a-47e7-adba-3dd831ae0a34.woff") format("woff");
}

@font-face {
  font-family: "Corporate S";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/CorporateS-PanEUR/Fonts/09b258dc-aa92-4e45-95e7-e020c83313f2.woff2") format("woff2"), url("../fonts/CorporateS-PanEUR/Fonts/56fe70b5-9d43-483b-a425-9c0b2a69eb8f.woff") format("woff");
}

@font-face {
  font-family: "Corporate S";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/CorporateS-PanEUR/Fonts/7aa205a4-b2cf-4b27-a266-01969d614079.woff2") format("woff2"), url("../fonts/CorporateS-PanEUR/Fonts/068302a7-5b9b-4e6c-b3f8-2fead1e2188d.woff") format("woff");
}

@font-face {
  font-family: "Corporate S";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/CorporateS-PanEUR/Fonts/55d73961-5cbf-49a6-8532-c1666b900a54.woff2") format("woff2"), url("../fonts/CorporateS-PanEUR/Fonts/57bde7d6-e23f-4826-96d5-17049d4616bc.woff") format("woff");
}

@font-face {
  font-family: "Corporate S";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/CorporateS-PanEUR/Fonts/a07bb1bf-dd1b-4d0b-ac5b-79b26b01aaaa.woff2") format("woff2"), url("../fonts/CorporateS-PanEUR/Fonts/72d81fbe-1771-4064-9bdf-fa4d86dfb441.woff") format("woff");
}

@font-face {
  font-family: "Corporate S";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/CorporateS-PanEUR/Fonts/a4c14c04-7f99-4bf1-a31e-fb502cbb074f.woff2") format("woff2"), url("../fonts/CorporateS-PanEUR/Fonts/a73fa3a3-6f88-4943-b8b8-e53fca0aafde.woff") format("woff");
}

/* ----------------------------------------------------------------------------

GRID

Slightly adapted version of Bootstrap’s grid system.

See: https://getbootstrap.com/docs/4.1/layout/grid/

---------------------------------------------------------------------------- */
/*-----------------------------------------------------------------------------

SETTINGS

Global variables for things that are shared across the site,
for example color palettes or typographic scales.
Variables that are only used by a single component don’t belong here.

Variables should follow the `$component-property-state-size` formula,
for example `$nav-link-color-hover` or `$box-shadow-xs`.

* This layer must not output any CSS. *

---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------

HELPER

Mixins and functions that implement either logic and calculations
or common styling used across various elements and components.

This layer should not output any CSS.

---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------

BREAKPOINTS

Media queries to create breakpoints for our layouts and interfaces.
These breakpoints are mostly based on minimum viewport widths and allow us
to scale up elements as the viewport changes. Taken from Bootstrap.

See: https://getbootstrap.com/docs/4.1/layout/overview/#responsive-breakpoints

---------------------------------------------------------------------------- */
/*-----------------------------------------------------------------------------

SETTINGS

Global variables for things that are shared across the site,
for example color palettes or typographic scales.
Variables that are only used by a single component don’t belong here.

Variables should follow the `$component-property-state-size` formula,
for example `$nav-link-color-hover` or `$box-shadow-xs`.

* This layer must not output any CSS. *

---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------

GRID

Slightly adapted version of Bootstrap’s grid system.

See: https://getbootstrap.com/docs/4.1/layout/grid/

---------------------------------------------------------------------------- */
.row {
  margin-inline: -0.5rem;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 480px) {
  .row {
    margin-inline: -0.5rem;
  }
}

@media (min-width: 960px) {
  .row {
    margin-inline: -1rem;
  }
}

.row-flush {
  margin-inline: -0.5rem;
  display: flex;
  flex-wrap: wrap;
  margin-inline-end: 0;
  margin-inline-start: 0;
}

@media (min-width: 480px) {
  .row-flush {
    margin-inline: -0.5rem;
  }
}

@media (min-width: 960px) {
  .row-flush {
    margin-inline: -1rem;
  }
}

.row-flush > .col,
.row-flush > [class*='col-'] {
  padding-inline-end: 0;
  padding-inline-start: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs,
.col-xs-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  padding-inline: 0.5rem;
  position: relative;
  width: 100%;
}

@media (min-width: 480px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs,
  .col-xs-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
  .col-xxl-auto {
    padding-inline: 0.5rem;
  }
}

@media (min-width: 960px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs,
  .col-xs-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
  .col-xxl-auto {
    padding-inline: 1rem;
  }
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-inline-start: 8.33333%;
}

.offset-2 {
  margin-inline-start: 16.66667%;
}

.offset-3 {
  margin-inline-start: 25%;
}

.offset-4 {
  margin-inline-start: 33.33333%;
}

.offset-5 {
  margin-inline-start: 41.66667%;
}

.offset-6 {
  margin-inline-start: 50%;
}

.offset-7 {
  margin-inline-start: 58.33333%;
}

.offset-8 {
  margin-inline-start: 66.66667%;
}

.offset-9 {
  margin-inline-start: 75%;
}

.offset-10 {
  margin-inline-start: 83.33333%;
}

.offset-11 {
  margin-inline-start: 91.66667%;
}

@media (min-width: 400px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xs-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xs-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xs-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xs-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xs-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xs-first {
    order: -1;
  }
  .order-xs-last {
    order: 13;
  }
  .order-xs-0 {
    order: 0;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-5 {
    order: 5;
  }
  .order-xs-6 {
    order: 6;
  }
  .order-xs-7 {
    order: 7;
  }
  .order-xs-8 {
    order: 8;
  }
  .order-xs-9 {
    order: 9;
  }
  .order-xs-10 {
    order: 10;
  }
  .order-xs-11 {
    order: 11;
  }
  .order-xs-12 {
    order: 12;
  }
  .offset-xs-0 {
    margin-inline-start: 0;
  }
  .offset-xs-1 {
    margin-inline-start: 8.33333%;
  }
  .offset-xs-2 {
    margin-inline-start: 16.66667%;
  }
  .offset-xs-3 {
    margin-inline-start: 25%;
  }
  .offset-xs-4 {
    margin-inline-start: 33.33333%;
  }
  .offset-xs-5 {
    margin-inline-start: 41.66667%;
  }
  .offset-xs-6 {
    margin-inline-start: 50%;
  }
  .offset-xs-7 {
    margin-inline-start: 58.33333%;
  }
  .offset-xs-8 {
    margin-inline-start: 66.66667%;
  }
  .offset-xs-9 {
    margin-inline-start: 75%;
  }
  .offset-xs-10 {
    margin-inline-start: 83.33333%;
  }
  .offset-xs-11 {
    margin-inline-start: 91.66667%;
  }
}

@media (min-width: 480px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-inline-start: 0;
  }
  .offset-sm-1 {
    margin-inline-start: 8.33333%;
  }
  .offset-sm-2 {
    margin-inline-start: 16.66667%;
  }
  .offset-sm-3 {
    margin-inline-start: 25%;
  }
  .offset-sm-4 {
    margin-inline-start: 33.33333%;
  }
  .offset-sm-5 {
    margin-inline-start: 41.66667%;
  }
  .offset-sm-6 {
    margin-inline-start: 50%;
  }
  .offset-sm-7 {
    margin-inline-start: 58.33333%;
  }
  .offset-sm-8 {
    margin-inline-start: 66.66667%;
  }
  .offset-sm-9 {
    margin-inline-start: 75%;
  }
  .offset-sm-10 {
    margin-inline-start: 83.33333%;
  }
  .offset-sm-11 {
    margin-inline-start: 91.66667%;
  }
}

@media (min-width: 720px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-inline-start: 0;
  }
  .offset-md-1 {
    margin-inline-start: 8.33333%;
  }
  .offset-md-2 {
    margin-inline-start: 16.66667%;
  }
  .offset-md-3 {
    margin-inline-start: 25%;
  }
  .offset-md-4 {
    margin-inline-start: 33.33333%;
  }
  .offset-md-5 {
    margin-inline-start: 41.66667%;
  }
  .offset-md-6 {
    margin-inline-start: 50%;
  }
  .offset-md-7 {
    margin-inline-start: 58.33333%;
  }
  .offset-md-8 {
    margin-inline-start: 66.66667%;
  }
  .offset-md-9 {
    margin-inline-start: 75%;
  }
  .offset-md-10 {
    margin-inline-start: 83.33333%;
  }
  .offset-md-11 {
    margin-inline-start: 91.66667%;
  }
}

@media (min-width: 960px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-inline-start: 0;
  }
  .offset-lg-1 {
    margin-inline-start: 8.33333%;
  }
  .offset-lg-2 {
    margin-inline-start: 16.66667%;
  }
  .offset-lg-3 {
    margin-inline-start: 25%;
  }
  .offset-lg-4 {
    margin-inline-start: 33.33333%;
  }
  .offset-lg-5 {
    margin-inline-start: 41.66667%;
  }
  .offset-lg-6 {
    margin-inline-start: 50%;
  }
  .offset-lg-7 {
    margin-inline-start: 58.33333%;
  }
  .offset-lg-8 {
    margin-inline-start: 66.66667%;
  }
  .offset-lg-9 {
    margin-inline-start: 75%;
  }
  .offset-lg-10 {
    margin-inline-start: 83.33333%;
  }
  .offset-lg-11 {
    margin-inline-start: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-inline-start: 0;
  }
  .offset-xl-1 {
    margin-inline-start: 8.33333%;
  }
  .offset-xl-2 {
    margin-inline-start: 16.66667%;
  }
  .offset-xl-3 {
    margin-inline-start: 25%;
  }
  .offset-xl-4 {
    margin-inline-start: 33.33333%;
  }
  .offset-xl-5 {
    margin-inline-start: 41.66667%;
  }
  .offset-xl-6 {
    margin-inline-start: 50%;
  }
  .offset-xl-7 {
    margin-inline-start: 58.33333%;
  }
  .offset-xl-8 {
    margin-inline-start: 66.66667%;
  }
  .offset-xl-9 {
    margin-inline-start: 75%;
  }
  .offset-xl-10 {
    margin-inline-start: 83.33333%;
  }
  .offset-xl-11 {
    margin-inline-start: 91.66667%;
  }
}

@media (min-width: 1440px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-inline-start: 0;
  }
  .offset-xxl-1 {
    margin-inline-start: 8.33333%;
  }
  .offset-xxl-2 {
    margin-inline-start: 16.66667%;
  }
  .offset-xxl-3 {
    margin-inline-start: 25%;
  }
  .offset-xxl-4 {
    margin-inline-start: 33.33333%;
  }
  .offset-xxl-5 {
    margin-inline-start: 41.66667%;
  }
  .offset-xxl-6 {
    margin-inline-start: 50%;
  }
  .offset-xxl-7 {
    margin-inline-start: 58.33333%;
  }
  .offset-xxl-8 {
    margin-inline-start: 66.66667%;
  }
  .offset-xxl-9 {
    margin-inline-start: 75%;
  }
  .offset-xxl-10 {
    margin-inline-start: 83.33333%;
  }
  .offset-xxl-11 {
    margin-inline-start: 91.66667%;
  }
}

.row--equal-height-cols {
  display: flex;
  align-items: stretch;
}

.row--equal-height-cols > * {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.no-js [data-aos^=fade][data-aos^=fade] {
  opacity: 1;
}

.main[data-aos=fade-up] {
  transform: translate3d(0, 30px, 0);
}

.blockquote {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
}

@media (min-width: 720px) {
  .blockquote blockquote {
    width: 83.333333%;
    margin: 0 auto;
  }
}

.blockquote__image {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-block-end: 2.5rem;
  width: 100%;
}

.blockquote__image .image {
  width: 5rem;
  margin: 0 !important;
  background-color: transparent !important;
  position: unset;
}

@media (min-width: 480px) {
  .blockquote__image .image {
    width: 5.5rem;
  }
}

@media (min-width: 960px) {
  .blockquote__image .image {
    width: 6.875rem;
  }
}

.blockquote__image .image img {
  margin: 0 !important;
  border-radius: 50%;
  overflow: hidden;
}

.blockquote__image .image .credits {
  opacity: 1;
  border-radius: 0;
  height: auto;
  width: auto;
  padding-block-start: 0.25rem;
  padding-block-end: 0;
  padding-inline: 0;
  text-align: center;
  background: none;
  color: #000;
  inset-inline-start: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
  inset-block-start: 100%;
  box-shadow: none;
  font-size: 0.825rem;
  font-weight: normal;
}

.blockquote__image--lg .image {
  width: 6.875rem;
}

@media (min-width: 480px) {
  .blockquote__image--lg .image {
    width: 8.75rem;
  }
}

@media (min-width: 960px) {
  .blockquote__image--lg .image {
    width: 11.25rem;
  }
}

.blockquote__image--xl .image {
  width: 8.75rem;
  width: 11.25rem;
}

@media (min-width: 480px) {
  .blockquote__image--xl .image {
    width: 16.75rem;
  }
}

@media (min-width: 960px) {
  .blockquote__image--xl .image {
    width: 22.5rem;
  }
}

.blockquote__text {
  flex: 0 0 100%;
  text-align: center;
}

.blockquote__text blockquote p {
  font-size: 1.3125rem;
  line-height: 1.2381;
  font-weight: 700;
  line-height: 1.5 !important;
  color: #000;
  display: inline;
  padding-block: 0.095em;
  padding-inline: 0;
  background-color: #defcb5;
  box-shadow: 0.25em 0 0 #defcb5, -0.25em 0 0 #defcb5;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

@media (min-width: 720px) {
  .blockquote__text blockquote p {
    font-size: 2rem;
    line-height: 1.0625;
  }
}

@media (min-width: 1200px) {
  .blockquote__text blockquote p {
    font-size: 2.375rem;
    line-height: 1.15789;
  }
}

.blockquote__text footer {
  font-size: 0.9375rem;
  line-height: 1.33333;
  color: #000;
  margin-block-start: 2rem;
}

@media (min-width: 720px) {
  .blockquote__text footer {
    font-size: 1rem;
    line-height: 1.25;
  }
}

@media (min-width: 1200px) {
  .blockquote__text footer {
    font-size: 1.0625rem;
    line-height: 1.52941;
  }
}

.blockquote__text footer strong {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}

@media (min-width: 720px) {
  .blockquote__text footer strong {
    font-size: 1.0625rem;
    line-height: 1.52941;
  }
}

@media (min-width: 1200px) {
  .blockquote__text footer strong {
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}

.theme-yellow .blockquote__text blockquote p {
  background-color: #ffed92;
  box-shadow: 0.25em 0 0 #ffed92, -0.25em 0 0 #ffed92;
}

.theme-beige .blockquote__text blockquote p {
  background-color: #c3bab1;
  box-shadow: 0.25em 0 0 #c3bab1, -0.25em 0 0 #c3bab1;
}

.blockquote__text--sm blockquote p {
  font-size: 1.3125rem;
  line-height: 1.2381;
}

@media (min-width: 720px) {
  .blockquote__text--sm blockquote p {
    font-size: 1.3125rem;
    line-height: 1.33333;
  }
}

@media (min-width: 1200px) {
  .blockquote__text--sm blockquote p {
    font-size: 1.625rem;
    line-height: 1.23077;
  }
}

.button,
.db--overlay-submit {
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  padding: 0;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: 3.25rem;
  margin: 0;
  padding-block: 0;
  padding-inline: 3em;
  text-align: center;
  text-transform: none;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s ease;
  border-width: 1px;
  border-radius: 0;
  border-style: solid;
  box-shadow: 0;
  color: #fff;
  background-color: #004f7c;
  border-color: #004f7c;
}

@media (min-width: 720px) {
  .button,
  .db--overlay-submit {
    font-size: 1.0625rem;
    line-height: 1.2;
  }
}

@media (min-width: 1200px) {
  .button,
  .db--overlay-submit {
    font-size: 1.1875rem;
    line-height: 1.2;
  }
}

.input-is-keyboard .button:focus, .input-is-keyboard
.db--overlay-submit:focus {
  box-shadow: 0 0 0 4px #a1e703 !important;
  outline: none;
  z-index: 900;
}

@media (min-width: 480px) {
  .button,
  .db--overlay-submit {
    white-space: nowrap;
  }
}

.button:link, .button:visited,
.db--overlay-submit:link,
.db--overlay-submit:visited {
  text-decoration: none;
}

.button:hover, .button:active,
.db--overlay-submit:hover,
.db--overlay-submit:active {
  color: #06324b;
  background-color: #a1e703;
  border-color: #a1e703;
}

.theme-yellow .button:hover,
.theme-yellow .button:active, .theme-yellow
.db--overlay-submit:hover,
.theme-yellow
.db--overlay-submit:active {
  background-color: #fec400;
  border-color: #fec400;
}

.theme-beige .button:hover,
.theme-beige .button:active, .theme-beige
.db--overlay-submit:hover,
.theme-beige
.db--overlay-submit:active {
  background-color: #9f9184;
  border-color: #9f9184;
}

.button--loading {
  color: #fff;
  background-color: #004f7c;
  border-color: #004f7c;
  justify-content: center;
}

.button--loading:hover, .button--loading:active {
  color: #fff;
  background-color: #004f7c;
  border-color: #004f7c;
  justify-content: center;
  cursor: not-allowed;
}

.button__badge {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.42857;
  margin-inline-start: 1rem;
  display: inline-block;
  padding-block: 0.25em;
  padding-inline: 0.5em;
  color: #000;
  background-color: #defcb5;
  border-radius: 2px;
}

@media (min-width: 720px) {
  .button__badge {
    font-size: 0.875rem;
    line-height: 1.42857;
  }
}

@media (min-width: 1200px) {
  .button__badge {
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}

.theme-beige .button__badge {
  background-color: #c3bab1;
}

.button--sm {
  font-size: 0.9375rem;
  line-height: 1.2;
  padding-block: 0.5rem;
  padding-inline: 1.5em;
  min-height: 0;
}

@media (min-width: 720px) {
  .button--sm {
    font-size: 1rem;
    line-height: 1.2;
  }
}

@media (min-width: 1200px) {
  .button--sm {
    font-size: 1.0625rem;
    line-height: 1.2;
  }
}

.button--md {
  font-size: 1rem;
  line-height: 1.2;
  min-height: 0;
  padding-block: 0.675rem;
  padding-inline: 2em;
}

@media (min-width: 720px) {
  .button--md {
    font-size: 1.0625rem;
    line-height: 1.2;
  }
}

@media (min-width: 1200px) {
  .button--md {
    font-size: 1.1875rem;
    line-height: 1.2;
  }
}

.button--lg {
  font-size: 1.0625rem;
  line-height: 1.2;
  min-height: 0;
  padding-block: 1.5rem;
  padding-inline: 3em;
}

@media (min-width: 720px) {
  .button--lg {
    font-size: 1.1875rem;
    line-height: 1.2;
  }
}

@media (min-width: 1200px) {
  .button--lg {
    font-size: 1.3125rem;
    line-height: 1.2;
  }
}

.button--full-width {
  display: flex;
  width: 100%;
}

.button--min-width {
  min-width: 16rem;
}

.button--square {
  display: flex;
  width: 3.25rem;
  padding: 0;
}

.button--icon-inset-inline-end:not(.button--loading),
.button--icon-left:not(.button--loading) {
  justify-content: space-between;
}

.button--icon-only:not(.button--full-width) {
  padding: 0;
  width: 3.25rem;
}

.button.button--round {
  border-radius: 50%;
}

.button--loading .button__text {
  display: none;
}

.button--icon-only .button__text {
  position: absolute;
  height: 1px;
  width: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

.button__icon,
.button > .icon {
  color: inherit;
  flex-shrink: 0;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  display: flex;
  align-items: center;
}

.button--sm .button__icon,
.button--sm > .icon {
  font-size: 1.2em;
}

.button--icon-left .button__icon,
.button--icon-left > .icon {
  margin-inline-end: calc(3em * 0.25);
  margin-inline-start: calc(3em * -0.25);
}

.button--icon-left.button--sm .button__icon,
.button--icon-left.button--sm > .icon {
  margin-inline-end: calc(3em * 0.125);
}

.button--icon-right .button__icon,
.button--icon-right > .icon {
  order: 666;
  margin-inline-start: calc(3em * 0.25);
  margin-inline-end: calc(3em * -0.25);
}

.button--icon-right.button--sm .button__icon,
.button--icon-right.button--sm > .icon {
  margin-inline-start: calc(3em * 0.125);
}

.button--narrow {
  padding-block: 0;
  padding-inline: 1em;
}

.button--loading .button__icon {
  display: none;
}

.button__icon--loading {
  display: none;
  margin: 0 !important;
}

.button__icon--loading .icon {
  animation: rotate 1.8s linear infinite;
  transform-origin: center;
}

.button--loading .button__icon--loading {
  display: block;
}

@keyframes rotate {
  to {
    transform: rotate(1turn);
  }
}

.button--secondary,
.button--green,
.db--overlay-submit {
  color: #06324b;
  background-color: #a1e703;
  border-color: #a1e703;
}

.button--secondary:hover, .button--secondary:active,
.button--green:hover,
.button--green:active,
.db--overlay-submit:hover,
.db--overlay-submit:active {
  color: #fff;
  background-color: #004f7c;
  border-color: #004f7c;
}

.theme-yellow .button--secondary, .theme-yellow
.button--green, .theme-yellow
.db--overlay-submit {
  color: #06324b;
  background-color: #ffed92;
  border-color: #ffed92;
}

.theme-yellow .button--secondary:hover,
.theme-yellow .button--secondary:active, .theme-yellow
.button--green:hover,
.theme-yellow
.button--green:active, .theme-yellow
.db--overlay-submit:hover,
.theme-yellow
.db--overlay-submit:active {
  color: #06324b;
  background-color: #fec400;
  border-color: #fec400;
}

.theme-beige .button--secondary, .theme-beige
.button--green, .theme-beige
.db--overlay-submit {
  color: #06324b;
  background-color: #c3bab1;
  border-color: #c3bab1;
}

.theme-beige .button--secondary:hover,
.theme-beige .button--secondary:active, .theme-beige
.button--green:hover,
.theme-beige
.button--green:active, .theme-beige
.db--overlay-submit:hover,
.theme-beige
.db--overlay-submit:active {
  color: #06324b;
  background-color: #9f9184;
  border-color: #9f9184;
}

.button--tertiary,
.button--blue-lighter {
  color: #06324b;
  background-color: #d9f1fd;
  border-color: #d9f1fd;
}

.button--blue-light {
  color: #06324b;
  background-color: #d9f1fd;
  border-color: #d9f1fd;
}

.button--blue-lightest {
  color: #06324b;
  background-color: #f2f6f8;
  border-color: #f2f6f8;
}

.button--white {
  color: #004f7c;
  background-color: #fff;
  border-color: #fff;
}

.button--white:hover, .button--white:active {
  color: #004f7c;
  background-color: #d9f1fd;
  border-color: #d9f1fd;
}

.theme-yellow .button--white,
.theme-beige .button--white {
  color: #004f7c;
}

.theme-yellow .button--white:hover,
.theme-yellow .button--white:active {
  color: #004f7c;
  background-color: #ffed92;
  border-color: #ffed92;
}

.theme-beige .button--white:hover,
.theme-beige .button--white:active {
  color: #004f7c;
  background-color: #c3bab1;
  border-color: #c3bab1;
}

.button.button--ghost {
  color: #000;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

.button.button--ghost:hover, .button.button--ghost:active {
  color: #000;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

.button--warning {
  color: #fff;
  background-color: #b5001f;
  border-color: #b5001f;
}

.button--warning:hover, .button--warning:active {
  color: #fff;
  background-color: #4f000e;
  border-color: #4f000e;
}

.button--success {
  color: #fff;
  background-color: #a1e703;
  border-color: #a1e703;
}

.button--success:hover, .button--success:active {
  color: #fff;
  background-color: #5b8202;
  border-color: #5b8202;
}

.button--disabled, .button--disabled:link, .button--disabled:hover, .button--disabled:focus, .button--disabled:active,
.button.is-disabled,
.button.is-disabled:link,
.button.is-disabled:hover,
.button.is-disabled:focus,
.button.is-disabled:active,
.button[disabled='disabled'],
.button[disabled='disabled']:link,
.button[disabled='disabled']:hover,
.button[disabled='disabled']:focus,
.button[disabled='disabled']:active,
.button[disabled],
.button[disabled]:link,
.button[disabled]:hover,
.button[disabled]:focus,
.button[disabled]:active,
.button[aria-disabled='true'],
.button[aria-disabled='true']:link,
.button[aria-disabled='true']:hover,
.button[aria-disabled='true']:focus,
.button[aria-disabled='true']:active {
  color: #afabab !important;
  background-color: #f3f2f2 !important;
  border-color: #f3f2f2 !important;
  outline: none;
  cursor: not-allowed;
  pointer-events: none;
}

.caption {
  font-size: 0.9375rem;
  line-height: 1.33333;
  color: #000;
  padding-block-start: 0.5rem;
  padding-block-end: 0;
  padding-inline: 0;
}

@media (min-width: 720px) {
  .caption {
    font-size: 1rem;
    line-height: 1.25;
  }
}

@media (min-width: 1200px) {
  .caption {
    font-size: 1.0625rem;
    line-height: 1.52941;
  }
}

.caption a {
  color: inherit;
  text-decoration: underline;
}

.caption a:hover {
  color: inherit;
  text-decoration: none;
}

.caption__text {
  padding-inline-end: 5px;
}

.caption__credits {
  color: #635f5f;
}

.input-is-keyboard .caption__credits a:focus {
  color: #000 !important;
  background-color: #defcb5 !important;
  box-shadow: 0 -2px 0 2px #defcb5, 0 2px 0 2px #000 !important;
  z-index: 900 !important;
  text-decoration: none !important;
  outline: none !important;
  background-image: none;
}

.credits,
.image__credits {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.5;
  position: absolute;
  inset-block-start: auto;
  inset-block-end: 0;
  inset-inline-end: auto;
  inset-inline-start: 0;
  width: auto;
  height: auto;
  padding-block: 0.25em;
  padding-inline: 0.5em;
  display: inline-block;
  color: #fff;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (min-width: 720px) {
  .credits,
  .image__credits {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

@media (min-width: 1200px) {
  .credits,
  .image__credits {
    font-size: 0.8125rem;
    line-height: 1.38462;
  }
}

html.input-is-mouse a:focus,
html.input-is-mouse a:active:focus,
html.input-is-mouse button:focus,
html.input-is-mouse button:active:focus,
html.input-is-mouse input:focus,
html.input-is-mouse input:active:focus,
html.input-is-mouse select:focus,
html.input-is-mouse select:active:focus,
html.input-is-mouse summary:focus,
html.input-is-mouse summary:active:focus,
html.input-is-mouse textarea:focus,
html.input-is-mouse textarea:active:focus,
html.input-is-mouse *[tabindex='0']:focus,
html.input-is-mouse *[tabindex='0']:active:focus {
  outline: 3px solid transparent;
}

.radio,
.checkbox,
.form-check {
  margin: 0;
  padding: 0;
  margin-block-end: 0;
  position: relative;
}

.radio.radio-inline, .radio.checkbox-inline, .radio.form-check--inline,
.checkbox.radio-inline,
.checkbox.checkbox-inline,
.checkbox.form-check--inline,
.form-check.radio-inline,
.form-check.checkbox-inline,
.form-check.form-check--inline {
  margin-inline-end: 2rem;
  display: inline-block;
}

.radio input[type='checkbox'],
.radio input[type='radio'],
.checkbox input[type='checkbox'],
.checkbox input[type='radio'],
.form-check input[type='checkbox'],
.form-check input[type='radio'] {
  position: absolute;
  inset-inline-start: 8px;
  inset-block-start: 8px;
  margin: 0;
}

.radio input[type='checkbox']:disabled:hover + label, .radio input[type='checkbox']:disabled:active + label, .radio input[type='checkbox']:disabled:focus + label, .radio input[type='checkbox'][readonly]:hover + label, .radio input[type='checkbox'][readonly]:active + label, .radio input[type='checkbox'][readonly]:focus + label,
.radio input[type='radio']:disabled:hover + label,
.radio input[type='radio']:disabled:active + label,
.radio input[type='radio']:disabled:focus + label,
.radio input[type='radio'][readonly]:hover + label,
.radio input[type='radio'][readonly]:active + label,
.radio input[type='radio'][readonly]:focus + label,
.checkbox input[type='checkbox']:disabled:hover + label,
.checkbox input[type='checkbox']:disabled:active + label,
.checkbox input[type='checkbox']:disabled:focus + label,
.checkbox input[type='checkbox'][readonly]:hover + label,
.checkbox input[type='checkbox'][readonly]:active + label,
.checkbox input[type='checkbox'][readonly]:focus + label,
.checkbox input[type='radio']:disabled:hover + label,
.checkbox input[type='radio']:disabled:active + label,
.checkbox input[type='radio']:disabled:focus + label,
.checkbox input[type='radio'][readonly]:hover + label,
.checkbox input[type='radio'][readonly]:active + label,
.checkbox input[type='radio'][readonly]:focus + label,
.form-check input[type='checkbox']:disabled:hover + label,
.form-check input[type='checkbox']:disabled:active + label,
.form-check input[type='checkbox']:disabled:focus + label,
.form-check input[type='checkbox'][readonly]:hover + label,
.form-check input[type='checkbox'][readonly]:active + label,
.form-check input[type='checkbox'][readonly]:focus + label,
.form-check input[type='radio']:disabled:hover + label,
.form-check input[type='radio']:disabled:active + label,
.form-check input[type='radio']:disabled:focus + label,
.form-check input[type='radio'][readonly]:hover + label,
.form-check input[type='radio'][readonly]:active + label,
.form-check input[type='radio'][readonly]:focus + label {
  cursor: not-allowed;
}

.radio input[type='checkbox']:disabled:hover + label::before, .radio input[type='checkbox']:disabled:active + label::before, .radio input[type='checkbox']:disabled:focus + label::before, .radio input[type='checkbox'][readonly]:hover + label::before, .radio input[type='checkbox'][readonly]:active + label::before, .radio input[type='checkbox'][readonly]:focus + label::before,
.radio input[type='radio']:disabled:hover + label::before,
.radio input[type='radio']:disabled:active + label::before,
.radio input[type='radio']:disabled:focus + label::before,
.radio input[type='radio'][readonly]:hover + label::before,
.radio input[type='radio'][readonly]:active + label::before,
.radio input[type='radio'][readonly]:focus + label::before,
.checkbox input[type='checkbox']:disabled:hover + label::before,
.checkbox input[type='checkbox']:disabled:active + label::before,
.checkbox input[type='checkbox']:disabled:focus + label::before,
.checkbox input[type='checkbox'][readonly]:hover + label::before,
.checkbox input[type='checkbox'][readonly]:active + label::before,
.checkbox input[type='checkbox'][readonly]:focus + label::before,
.checkbox input[type='radio']:disabled:hover + label::before,
.checkbox input[type='radio']:disabled:active + label::before,
.checkbox input[type='radio']:disabled:focus + label::before,
.checkbox input[type='radio'][readonly]:hover + label::before,
.checkbox input[type='radio'][readonly]:active + label::before,
.checkbox input[type='radio'][readonly]:focus + label::before,
.form-check input[type='checkbox']:disabled:hover + label::before,
.form-check input[type='checkbox']:disabled:active + label::before,
.form-check input[type='checkbox']:disabled:focus + label::before,
.form-check input[type='checkbox'][readonly]:hover + label::before,
.form-check input[type='checkbox'][readonly]:active + label::before,
.form-check input[type='checkbox'][readonly]:focus + label::before,
.form-check input[type='radio']:disabled:hover + label::before,
.form-check input[type='radio']:disabled:active + label::before,
.form-check input[type='radio']:disabled:focus + label::before,
.form-check input[type='radio'][readonly]:hover + label::before,
.form-check input[type='radio'][readonly]:active + label::before,
.form-check input[type='radio'][readonly]:focus + label::before {
  border-color: #635f5f;
}

.radio label,
.checkbox label,
.form-check label {
  font-size: 1rem;
  padding-block: 4px;
  padding-inline-start: 44px;
  padding-inline-end: 0;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-block;
  margin-block-end: 0.5rem;
}

.radio label::before,
.checkbox label::before,
.form-check label::before {
  content: '';
  display: block;
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  margin: 0;
  border-style: solid;
  border-color: #635f5f;
  border-width: 1px;
  width: 2rem;
  height: 2rem;
  background: #fff;
  transition: all 0.2s ease;
  border-radius: 0;
}

.radio label a, .radio label a:visited,
.checkbox label a,
.checkbox label a:visited,
.form-check label a,
.form-check label a:visited {
  display: inline;
  color: var(--animated-underline-color-text, #000);
  text-decoration: none;
  background-image: linear-gradient(var(--animated-underline-color-underline, #000), var(--animated-underline-color-underline, #000)), linear-gradient(var(--animated-underline-color-underline-hover, #a1e703), var(--animated-underline-color-underline-hover, #a1e703));
  background-position-x: calc(100% + var(--animated-underline-offset-x, 0%)), calc(0% + var(--animated-underline-offset-x, 0%));
  background-position-y: calc(100% + var(--animated-underline-offset-y, 0%)), calc(100% + var(--animated-underline-offset-y, 0%));
  background-size: 100% var(--width-underline, 2px), 0% var(--width-underline, 2px);
  background-repeat: no-repeat;
  will-change: background-size;
  transition: background-size 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.radio label a:hover, .radio label a:active, .radio label a[aria-current],
.checkbox label a:hover,
.checkbox label a:active,
.checkbox label a[aria-current],
.form-check label a:hover,
.form-check label a:active,
.form-check label a[aria-current] {
  color: var(--animated-underline-color-text-hover, #004f7c);
  background-size: 0% var(--width-underline, 2px), 100% var(--width-underline, 2px);
}

.radio label:focus, .radio label:hover, .radio label:active,
.checkbox label:focus,
.checkbox label:hover,
.checkbox label:active,
.form-check label:focus,
.form-check label:hover,
.form-check label:active {
  color: #000;
}

.radio label:focus::before, .radio label:hover::before, .radio label:active::before,
.checkbox label:focus::before,
.checkbox label:hover::before,
.checkbox label:active::before,
.form-check label:focus::before,
.form-check label:hover::before,
.form-check label:active::before {
  border-color: #000;
}

.radio input[type='checkbox'] + label::before, .radio input[type='checkbox'] + label::after,
.radio input[type='radio'] + label::before,
.radio input[type='radio'] + label::after,
.checkbox input[type='checkbox'] + label::before,
.checkbox input[type='checkbox'] + label::after,
.checkbox input[type='radio'] + label::before,
.checkbox input[type='radio'] + label::after,
.form-check input[type='checkbox'] + label::before,
.form-check input[type='checkbox'] + label::after,
.form-check input[type='radio'] + label::before,
.form-check input[type='radio'] + label::after {
  transition: all 0.2s ease;
}

.radio input[type='checkbox'] + label::after,
.checkbox input[type='checkbox'] + label::after,
.form-check input[type='checkbox'] + label::after {
  content: url("/frontend/assets/icons/intermediate/check-24.svg");
  filter: invert(1);
  position: absolute;
  inset-inline-start: 0.25rem;
  inset-block-start: 0.25rem;
  height: 1.5rem;
  width: 1.5rem;
  transform: scale(0);
}

.radio input[type='checkbox']:checked + label::after,
.checkbox input[type='checkbox']:checked + label::after,
.form-check input[type='checkbox']:checked + label::after {
  transform: scale(1);
}

.radio input[type='checkbox']:checked + label::before,
.checkbox input[type='checkbox']:checked + label::before,
.form-check input[type='checkbox']:checked + label::before {
  background-color: #004f7c;
}

.radio input[type='checkbox']:checked + label::after,
.checkbox input[type='checkbox']:checked + label::after,
.form-check input[type='checkbox']:checked + label::after {
  transform: scale(1);
}

.radio input[type='radio'] + label::before,
.checkbox input[type='radio'] + label::before,
.form-check input[type='radio'] + label::before {
  border-radius: 50%;
}

.radio input[type='radio'] + label::after,
.checkbox input[type='radio'] + label::after,
.form-check input[type='radio'] + label::after {
  content: '';
  display: block;
  border-radius: 50%;
  position: absolute;
  inset-block-start: 0.5rem;
  inset-inline-start: 0.5rem;
  width: 1rem;
  height: 1rem;
  background: #fff;
}

.radio input[type='radio']:checked + label::after,
.checkbox input[type='radio']:checked + label::after,
.form-check input[type='radio']:checked + label::after {
  background: #004f7c;
}

.radio input[type='checkbox']:checked + label::before,
.radio input[type='radio']:checked + label::before,
.checkbox input[type='checkbox']:checked + label::before,
.checkbox input[type='radio']:checked + label::before,
.form-check input[type='checkbox']:checked + label::before,
.form-check input[type='radio']:checked + label::before {
  border-color: #004f7c;
}

.radio input[type='checkbox']:focus + label::before,
.radio input[type='radio']:focus + label::before,
.checkbox input[type='checkbox']:focus + label::before,
.checkbox input[type='radio']:focus + label::before,
.form-check input[type='checkbox']:focus + label::before,
.form-check input[type='radio']:focus + label::before {
  border-width: 2px;
  box-shadow: 0 0 0 3px #a1e703 !important;
}

.form__group--check .form__label .form__mandatory,
.form__group--check .form__label .form__description,
.form__group--radio .form__label .form__mandatory,
.form__group--radio .form__label .form__description {
  font-weight: 300;
}

.combo,
.combo__tags-list {
  --color-foreground: #000;
  --color-foreground-mute: #afabab;
  --color-foreground-invert: #fff;
  --color-background: #004f7c;
  --color-filter-background: #d9f1fd;
  --color-menu-foreground: #000;
  --color-menu-background: #f2f6f8;
  --border-radius-menu: 4px;
  --color-menu-background-active: #004f7c;
  --color-menu-foreground-active: var(--color-foreground-invert);
  --color-pill-foreground: #fff;
  --color-pill-background: #004f7c;
  --color-focus-ring: #6a9603;
}

.combo {
  display: block;
  position: relative;
}

.combo__tags-list + .combo {
  margin-top: 0.5rem;
}

.combo::after {
  content: '';
  display: block;
  border-bottom: 2px solid var(--color-foreground);
  border-right: 2px solid var(--color-foreground);
  height: 0.5rem;
  width: 0.5rem;
  pointer-events: none;
  position: absolute;
  inset-inline-end: 1rem;
  inset-block-start: 50%;
  transform: translate(0, -65%) rotate(45deg);
}

.combo.is-open::after {
  transform: translate(0, -35%) rotate(225deg);
}

.combo__input {
  position: relative;
}

.is-open .combo__input {
  border-radius: var(--border-radius-menu) var(--border-radius-menu) 0 0;
}

.combo__input:focus {
  border-color: var(--color-focus-ring);
  box-shadow: 0 0 0 2px var(--color-focus-ring);
  outline: 5px solid transparent;
  z-index: unset !important;
}

.combo__listbox {
  font-size: 1rem;
  background-color: var(--color-menu-background);
  border: 1px solid var(--color-foreground);
  border-radius: 0 0 var(--border-radius-menu) var(--border-radius-menu);
  display: none;
  max-height: 20rem;
  overflow-y: scroll;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 100;
}

.is-open .combo__listbox {
  display: block;
}

.combo__option {
  padding-block: 0.625em 0.75em;
  padding-inline: 0.75em;
}

.combo__option.is-selected {
  padding-right: 30px;
  position: relative;
}

.combo__option.is-selected::after {
  border-bottom: 2px solid var(--color-menu-foreground);
  border-right: 2px solid var(--color-menu-foreground);
  content: '';
  height: 1rem;
  position: absolute;
  inset-inline-end: 1rem;
  inset-block-start: 50%;
  transform: translate(0, -50%) rotate(45deg);
  width: 0.5rem;
}

.combo__option.is-active, .combo__option:hover {
  color: var(--color-menu-foreground-active);
  background-color: var(--color-menu-background-active);
}

.combo__option.is-active::after, .combo__option:hover::after {
  border-color: var(--color-menu-foreground-active);
}

.combo__option + .combo__option {
  border-block-start: 1px solid var(--color-foreground);
}

.combo__tags-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  gap: 0.325em;
}

.combo__tag {
  display: flex;
}

.combo__tag-remove {
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-pill-background);
  border: 2px solid var(--color-pill-background);
  border-radius: 3px;
  color: var(--color-pill-foreground);
  font-size: 0.825rem;
  line-height: 1;
  font-weight: bold;
  padding-block: 0.25em 0.5em;
  padding-inline: 0.5em 1.5em;
  position: relative;
}

.combo__tag-remove:focus {
  border-color: var(--color-filter-background);
  box-shadow: 0 0 0 4px var(--color-focus-ring);
  outline: 2px solid transparent;
}

.combo__tag-remove::before, .combo__tag-remove::after {
  border-right: 1px solid var(--color-pill-foreground);
  content: '';
  height: 0.75em;
  right: 0.75em;
  position: absolute;
  top: 50%;
}

.combo__tag-remove::before {
  transform: translate(0, -50%) rotate(45deg);
}

.combo__tag-remove::after {
  transform: translate(0, -50%) rotate(-45deg);
}

.filter--blue .form__element:focus {
  box-shadow: 0 0 0 4px var(--color-focus-ring);
}

html .filter--blue .form__element:not(.SumoUnder):focus {
  box-shadow: 0 0 0 4px var(--color-focus-ring) !important;
  outline: transparent;
}

.uploaded-logo {
  background: #fff;
  margin-inline-end: 20px;
  padding: 20px;
  float: inline-start;
  border: 1px solid #ccc;
}

.upload {
  position: relative;
  display: block;
  overflow: hidden;
}

.upload label {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0;
  display: block;
}

.upload label::before, .upload label::after {
  display: block;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
}

.upload label::before {
  inset-block-start: 50%;
  transform: translateY(-50%);
  width: auto;
  transition: all 0.2s ease-in-out;
  background-color: white;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  border: 1px solid #ccc;
  color: #fff;
  content: attr(data-select-text);
  font-size: 1.125rem;
  font-weight: 400;
  inset-inline-start: 25px;
  padding-block: 7px;
  padding-inline: 15px;
  position: absolute;
  text-align: center;
  width: 170px;
  z-index: 2;
  color: #fff;
  background-color: #004f7c;
  border-color: #004f7c;
}

.upload label::after {
  position: relative;
  width: 100%;
  margin-block-start: 0;
  padding: 20px;
  padding-inline-start: 220px;
  line-height: 24px;
  height: auto;
  background: white;
  content: attr(data-input-value);
  text-align: start;
  font-size: 1rem;
  font-weight: 300;
  border: 1px solid #ccc;
  color: #000;
}

.upload:hover label::before {
  color: white;
  background-color: #004f7c;
  border-color: #004f7c;
}

.upload input[type='file'] {
  position: absolute;
  inset-block-start: 100%;
  margin-block-start: -280px;
  z-index: 1;
  height: 280px;
  width: 100%;
  opacity: 0;
}

.upload input[type='file']:not(.empty):valid + label::before {
  content: attr(data-remove-text);
}

.upload input[type='file']:not(.empty):valid + label::after {
  color: #000;
}

.upload input[type='file']:invalid + label::after,
.upload input[type='file'].empty + label::after {
  content: attr(data-drag-text);
}

@media (max-width: 959.98px) {
  .upload label::before {
    inset-block-start: 20px;
    transform: unset;
    inset-inline-start: 20px;
  }
  .upload label::after {
    padding-block-start: 80px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
    padding-block-end: 20px;
    background-image: none;
  }
}

.SumoSelect {
  width: 100%;
  display: block;
  transition: all 0.2s ease;
}

.SumoSelect li::before {
  display: none;
}

.SumoSelect label {
  margin-block-end: 0;
}

.SumoSelect > .optWrapper {
  border-color: #635f5f;
  box-shadow: 0;
  border-radius: 0;
  inset-block-start: calc(3.125rem - 1px) !important;
}

.SumoSelect > .optWrapper .select-all,
.SumoSelect > .optWrapper .options li.opt,
.SumoSelect > .optWrapper .no-match {
  height: 3.125rem !important;
  padding-block: 0.65rem !important;
  padding-inline: 1rem !important;
  font-size: 1.125rem !important;
  line-height: 1.5 !important;
  border-radius: 0 !important;
  font-weight: 400;
  border-color: #d9f1fd;
  transition: all 0.2s ease;
}

.SumoSelect > .optWrapper .select-all label,
.SumoSelect > .optWrapper .options li.opt label,
.SumoSelect > .optWrapper .no-match label {
  margin-block-end: 0;
  height: 100%;
}

.SumoSelect > .optWrapper .no-match {
  padding-block-start: 0.65rem;
  padding-inline-end: 1rem;
  padding-block-end: 0.65rem;
  padding-inline-start: 1rem;
  font-size: 1.125rem;
  line-height: 1.2;
  border-radius: 0;
  height: auto !important;
  min-height: 3.125rem;
  color: #b5001f;
  pointer-events: none;
}

.SumoSelect > .optWrapper .options li.opt.selected {
  color: #fff;
  background-color: #004f7c !important;
}

.SumoSelect > .optWrapper.selall .select-all,
.SumoSelect > .optWrapper.selall > .options li.opt, .SumoSelect > .optWrapper.multiple .select-all,
.SumoSelect > .optWrapper.multiple > .options li.opt {
  height: 3.125rem;
  padding-block-start: 0.65rem;
  padding-inline-end: 1rem;
  padding-block-end: 0.65rem;
  padding-inline-start: 1rem;
  font-size: 1.125rem;
  line-height: 1.2;
  border-radius: 0;
}

.SumoSelect > .optWrapper.selall .select-all span,
.SumoSelect > .optWrapper.selall > .options li.opt span, .SumoSelect > .optWrapper.multiple .select-all span,
.SumoSelect > .optWrapper.multiple > .options li.opt span {
  width: auto;
  margin: 0;
}

.SumoSelect > .optWrapper.selall .select-all span i,
.SumoSelect > .optWrapper.selall > .options li.opt span i, .SumoSelect > .optWrapper.multiple .select-all span i,
.SumoSelect > .optWrapper.multiple > .options li.opt span i {
  position: absolute;
  margin: auto;
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  height: 1.25rem;
  width: 1.25rem;
  border: 1px solid #635f5f;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
}

.SumoSelect > .optWrapper.selall .select-all label,
.SumoSelect > .optWrapper.selall > .options li.opt label, .SumoSelect > .optWrapper.multiple .select-all label,
.SumoSelect > .optWrapper.multiple > .options li.opt label {
  margin-inline-start: 2rem;
  margin-block-end: 0;
  height: 100%;
}

.SumoSelect > .optWrapper.selall > .options li.opt.selected span i,
.SumoSelect > .optWrapper.selall .select-all.selected span i, .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect > .optWrapper.multiple .select-all.selected span i {
  background-image: none;
  background-color: #fff;
  border-color: #635f5f;
}

.SumoSelect > .optWrapper.selall > .options li.opt.selected span i::after,
.SumoSelect > .optWrapper.selall .select-all.selected span i::after, .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i::after,
.SumoSelect > .optWrapper.multiple .select-all.selected span i::after {
  content: url("/frontend/assets/icons/intermediate/check-24.svg");
  position: absolute;
  inset-inline-start: -3px;
  inset-block-start: -5px;
  height: auto;
  transform: scale(0.75);
}

.SumoSelect > .optWrapper.selall .select-all.partial span i, .SumoSelect > .optWrapper.multiple .select-all.partial span i {
  background-color: #fff;
}

.SumoSelect > .optWrapper.selall .select-all.partial span i span i::after, .SumoSelect > .optWrapper.multiple .select-all.partial span i span i::after {
  display: none;
}

.SumoSelect.open .search-txt {
  transition: all 0.2s ease;
  color: #000;
  height: 3.125rem;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 400;
  border-radius: 0;
  background: #fff;
  padding-block: 0.65rem;
  padding-inline-start: 3rem;
  padding-inline-end: 3rem;
}

.SumoSelect.open .search-txt:-ms-input-placeholder {
  color: #000;
}

.SumoSelect.open .search-txt::placeholder {
  color: #000;
}

.SumoSelect.open .search::after {
  content: url("/frontend/assets/icons/intermediate/search-24.svg");
  position: absolute;
  inset-inline-start: 13px;
  inset-block-start: 12px;
  height: auto;
  z-index: 1;
}

.SumoSelect > .CaptionCont {
  transition: all 0.2s ease;
  padding-block: 0.65rem;
  padding-inline: 1rem;
  line-height: 1.4;
  font-size: 1.125rem;
  font-weight: 400;
  color: #000;
  border-width: 1px;
  border-radius: 0;
  border-color: #635f5f;
  height: 3.125rem;
  background: #fff;
}

.SumoSelect > .CaptionCont span {
  cursor: pointer;
  font-size: 1.125rem;
}

.SumoSelect > .CaptionCont span.placeholder {
  font-style: normal;
  color: #afabab;
}

.SumoSelect > .CaptionCont label {
  width: auto;
  margin: 0;
  padding-block: 0;
  padding-inline: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.SumoSelect > .CaptionCont label::before {
  align-self: center;
  font-size: 1rem;
  color: #004f7c;
  z-index: 999;
  transition: all 0.2s ease;
}

.SumoSelect > .CaptionCont label::after {
  content: url("/frontend/assets/icons/intermediate/chevron-down-24.svg");
  height: 1.5rem;
  width: 1.5rem;
  transition: all 0.3s ease;
}

.SumoSelect > .CaptionCont label i {
  display: none;
}

.SumoSelect:hover > .CaptionCont {
  box-shadow: none;
  border-color: #000;
}

.SumoSelect:hover > .CaptionCont label {
  visibility: visible;
}

.SumoSelect:focus > .CaptionCont,
.SumoSelect.open > .CaptionCont {
  color: #000;
  background: #fff;
  box-shadow: none;
  border-color: #000;
}

.SumoSelect.open > .CaptionCont label {
  z-index: 9999;
  visibility: visible;
}

.SumoSelect.open > .CaptionCont label::before {
  transform: rotate(180deg);
}

.SumoSelect.open .CaptionCont > label::after {
  transform: rotate(180deg);
}

.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #d9f1fd;
}

.SumoSelect > .optWrapper .select-all,
.SumoSelect > .optWrapper .options li.opt,
.SumoSelect > .optWrapper .no-match {
  border-color: #635f5f;
}

.SumoSelect[role='button'] {
  color: #000;
  background: #fff;
  border-color: #000;
}

.input-is-keyboard .SumoSelect[role='button']:focus {
  box-shadow: 0 0 0 4px #a1e703 !important;
  outline: none;
  z-index: 900;
}

.input-is-keyboard .SumoSelect:focus > .CaptionCont:focus {
  box-shadow: 0 0 0 4px #a1e703 !important;
  outline: none;
  z-index: 900;
}

.options {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.SumoSelect > .optWrapper > .options li.group {
  padding: 0;
  font-size: 1.125rem;
  line-height: 1.2;
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.group > label {
  margin: 0;
  height: 100%;
  border-color: #635f5f;
  padding: 1rem !important;
  border-block-end: 1px solid #635f5f;
}

.form-control, .form__element:not(.SumoUnder) {
  display: block;
  min-height: 3.125rem;
  width: 100%;
  padding-block: 0.65rem;
  padding-inline: 1rem;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #635f5f;
  border-radius: 0;
}

.form-control::-ms-expand, .form__element:not(.SumoUnder)::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-ms-input-placeholder, .form__element:not(.SumoUnder):-ms-input-placeholder {
  color: #afabab;
  opacity: 1;
}

.form-control::placeholder, .form__element:not(.SumoUnder)::placeholder {
  color: #afabab;
  opacity: 1;
}

.form-control:disabled, .form__element:disabled:not(.SumoUnder), .form-control[readonly], .form__element[readonly]:not(.SumoUnder) {
  background-color: #e1e0e0;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]), select.form__element:not([size]):not([multiple]):not(.SumoUnder) {
  height: 3.125rem;
}

select.form-control:focus::-ms-value, select.form__element:not(.SumoUnder):focus::-ms-value {
  color: #000;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-block-start: calc(0.65rem + 1px);
  padding-block-end: calc(0.65rem + 1px);
  margin-block-end: 0;
  font-size: inherit;
  line-height: 1.2;
}

.col-form-label-lg {
  padding-block-start: calc(1rem + 1px);
  padding-block-end: calc(1rem + 1px);
  font-size: 1.5rem;
  line-height: 1.2;
}

.col-form-label-sm {
  padding-block-start: calc(1rem + 1px);
  padding-block-end: calc(1rem + 1px);
  font-size: 1rem;
  line-height: 1.2;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-block-start: 0.65rem;
  padding-block-end: 0.65rem;
  margin-block-end: 0;
  line-height: 1.2;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-inline-end: 0;
  padding-inline-start: 0;
}

.form-group, .form__group {
  margin-block-end: 1rem;
}

.form-text {
  display: block;
  margin-block-start: 1rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-inline-end: -5px;
  margin-inline-start: -5px;
}

.form-row > .col,
.form-row > [class*='col-'] {
  padding-inline-end: 5px;
  padding-inline-start: 5px;
}

.form-check {
  position: relative;
  display: block;
}

.form-check-input {
  position: absolute;
  margin-block-start: 1rem;
  margin-inline-start: -1rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #afabab;
}

.form-check-label {
  margin-block-end: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-inline-start: 0;
  margin-inline-end: 1rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-block-start: 0;
  margin-inline-end: 1rem;
  margin-inline-start: 0;
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

@media (min-width: 480px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-block-end: 0;
  }
  .form-inline .form-group, .form-inline .form__group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-block-end: 0;
  }
  .form-inline .form-control, .form-inline .form__element:not(.SumoUnder) {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-inline-start: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-block-start: 0;
    margin-inline-end: 1rem;
    margin-inline-start: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-block-end: 0;
  }
}

.form-inline .form-check {
  width: 100%;
}

.form-control, .form__element:not(.SumoUnder) {
  font-weight: 400;
  transition: all 0.2s ease;
}

.form-control:hover, .form__element:hover:not(.SumoUnder), .form-control:active, .form__element:active:not(.SumoUnder), .form-control:focus, .form__element:focus:not(.SumoUnder) {
  border-color: #000;
}

.form-group, .form__group {
  margin-block-end: 1.5rem;
}

.form--powermail {
  /* Hide HTML5 Up and Down arrows. */
  /* Mehrstufige Formulare */
}

.form--powermail input[type='number']::-webkit-outer-spin-button,
.form--powermail input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

.form--powermail input[type='number'] {
  -webkit-appearance: textfield;
          appearance: textfield;
}

.form--powermail .btn-group {
  margin-block-end: 40px;
  border-bottom: 1px solid #ccc;
}

.form--powermail .btn-group .btn {
  margin-block-end: -1px;
  margin-inline-start: -1px;
}

.form--powermail .btn-group .btn:first-of-type {
  margin-inline-start: 0;
}

.form--powermail .powermail_tab_navigation {
  padding-inline-start: 15px;
  padding-inline-end: 15px;
  padding-block-start: 15px;
  position: relative;
  width: 100%;
  float: inline-start;
}

.form--powermail .powermail_tab_navigation::before {
  content: '';
  inset-block-start: 0;
  inset-inline-start: 15px;
  inset-inline-end: 15px;
  position: absolute;
  display: block;
  background: url("../images/bg_dots_xs.png") left top repeat-x;
  height: 2px;
}

.form--powermail .form__group--content .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
  margin-inline-start: 0;
}

.form--powermail .form__group--content .col-12 [class*='margin-bottom-'] {
  margin-block-end: 0 !important;
}

.form__group {
  margin-block-end: 1.5rem;
}

.form-group--label-margin-top,
.form__group--label-margin-top {
  padding-block-start: 1.75rem;
}

.form__label {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  margin-block-end: 0.5rem;
  display: inline-block;
}

.form__label p {
  margin: 0;
  display: inline;
}

.form__label a, .form__label a:visited {
  display: inline;
  color: var(--animated-underline-color-text, #000);
  text-decoration: none;
  background-image: linear-gradient(var(--animated-underline-color-underline, transparent), var(--animated-underline-color-underline, transparent)), linear-gradient(var(--animated-underline-color-underline-hover, #a1e703), var(--animated-underline-color-underline-hover, #a1e703));
  background-position-x: calc(100% + var(--animated-underline-offset-x, 0%)), calc(0% + var(--animated-underline-offset-x, 0%));
  background-position-y: calc(100% + var(--animated-underline-offset-y, 0%)), calc(100% + var(--animated-underline-offset-y, 0%));
  background-size: 100% var(--width-underline, 2px), 0% var(--width-underline, 2px);
  background-repeat: no-repeat;
  will-change: background-size;
  transition: background-size 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.form__label a:hover, .form__label a:active, .form__label a[aria-current] {
  color: var(--animated-underline-color-text-hover, #004f7c);
  background-size: 0% var(--width-underline, 2px), 100% var(--width-underline, 2px);
}

.form__label--icon {
  color: #004f7c;
  display: flex;
  align-items: center;
}

.icon.icon--label {
  margin-inline-end: 0.25em;
  font-size: 1.5em;
}

legend {
  font-weight: 400;
}

label[for] {
  cursor: pointer;
}

.form__element:not(.SumoUnder) {
  border-style: solid !important;
  border-color: #635f5f;
  border-width: 1px;
}

.input-is-keyboard .form__element:not(.SumoUnder):focus {
  box-shadow: 0 0 0 4px #a1e703 !important;
  outline: none;
  z-index: 900;
}

.form__element:not(.SumoUnder).is-disabled, .form__element:not(.SumoUnder):disabled, .form__element:not(.SumoUnder)[readonly] {
  cursor: not-allowed;
}

.form__element--textarea:not(.SumoUnder) {
  border-bottom-right-radius: 0;
  min-height: 50px;
}

.form__description {
  font-weight: 400;
  display: block;
}

.form__element .form__info {
  margin-block-start: 0.25rem;
}

.form__mandatory {
  display: none;
}

.form__optional {
  font-weight: 400;
}

.form__captchaimage {
  padding-inline-end: 20px;
  float: inline-start;
  height: 42px;
  width: auto;
}

.form__element--captcha {
  float: inline-start;
  width: 80px;
  text-align: center;
  font-weight: 700;
}

.table-striped {
  margin-block-end: 15px;
}

.table-striped > tbody > tr:nth-of-type(2n + 1) {
  background: url("../images/bg_pattern.png") center center repeat;
}

.table-hover > tbody > tr:hover {
  background-color: transparent;
}

.form__confirmation-navigation {
  padding-block-start: 15px;
  position: relative;
}

.form__confirmation-navigation::before {
  content: '';
  inset-block-start: 0;
  inset-inline-start: 15px;
  inset-inline-end: 15px;
  position: absolute;
  display: block;
  background: url("../images/bg_dots_xs.png") left top repeat-x;
  height: 2px;
}

.form__element.parsley-error,
.form__element.powermail_field_error {
  border-color: #b5001f;
}

.error,
.parsley-errors-list,
.powermail-errors-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1rem;
  color: #b5001f;
  font-weight: 700;
}

.error.filled,
.parsley-errors-list.filled,
.powermail-errors-list.filled {
  padding-block-start: 0.25rem;
}

.form__group--checkbox .parsley-errors-list.filled,
.form__group--checkbox .powermail-errors-list.filled,
.form__group--radio .parsley-errors-list.filled,
.form__group--radio .powermail-errors-list.filled {
  padding-block-start: 0;
}

.checkbox__error-container label.error {
  margin: -1rem 0 1.5rem;
  position: relative;
  display: block;
}

.radio__error-container label.error {
  margin: -0.5rem 0 0;
  position: relative;
  display: block;
}

.form--blue {
  padding: 1.5rem;
  background-color: #d9f1fd;
}

@media (min-width: 720px) {
  .form--blue {
    padding: 1.5rem;
  }
}

@media (min-width: 960px) {
  .form--blue {
    padding: 1.5rem;
  }
}

@media (max-width: 719.98px) {
  .form--blue {
    padding: 1rem !important;
  }
}

.theme-high-contrast .form--blue {
  outline: 1px solid #000;
  background-color: #fff;
}

.theme-dark .form--blue {
  background-color: #05283c;
}

/* --------------------------------

headings

-------------------------------- */
.h1,
.heading-1, .copytext h1 {
  font-size: 1.625rem;
  line-height: 1.23077;
  font-weight: 700;
  margin-block-end: 0.5em;
}

@media (min-width: 720px) {
  .h1,
  .heading-1, .copytext h1 {
    font-size: 2.625rem;
    line-height: 1.09524;
  }
}

@media (min-width: 1200px) {
  .h1,
  .heading-1, .copytext h1 {
    font-size: 3rem;
    line-height: 1.20833;
  }
}

.h2,
.heading-2, .copytext h2 {
  font-size: 1.3125rem;
  line-height: 1.2381;
  font-weight: 700;
  margin-block-end: 0.5em;
}

@media (min-width: 720px) {
  .h2,
  .heading-2, .copytext h2 {
    font-size: 2rem;
    line-height: 1.0625;
  }
}

@media (min-width: 1200px) {
  .h2,
  .heading-2, .copytext h2 {
    font-size: 2.375rem;
    line-height: 1.15789;
  }
}

.h3,
.heading-3, .copytext h3 {
  font-size: 1.3125rem;
  line-height: 1.33333;
  font-weight: 700;
  margin-block-end: 0.5em;
}

@media (min-width: 720px) {
  .h3,
  .heading-3, .copytext h3 {
    font-size: 1.625rem;
    line-height: 1.23077;
  }
}

@media (min-width: 1200px) {
  .h3,
  .heading-3, .copytext h3 {
    font-size: 2rem;
    line-height: 1.1875;
  }
}

.h4,
.heading-4, .copytext h4 {
  font-size: 1.3125rem;
  line-height: 1.2381;
  font-weight: 700;
  margin-block-end: 0.5em;
}

@media (min-width: 720px) {
  .h4,
  .heading-4, .copytext h4 {
    font-size: 1.3125rem;
    line-height: 1.33333;
  }
}

@media (min-width: 1200px) {
  .h4,
  .heading-4, .copytext h4 {
    font-size: 1.625rem;
    line-height: 1.23077;
  }
}

.h5,
.heading-5, .copytext h5 {
  font-size: 1.0625rem;
  line-height: 1.47059;
  font-weight: 700;
  margin-block-end: 0.5em;
}

@media (min-width: 720px) {
  .h5,
  .heading-5, .copytext h5 {
    font-size: 1.1875rem;
    line-height: 1.36842;
  }
}

@media (min-width: 1200px) {
  .h5,
  .heading-5, .copytext h5 {
    font-size: 1.3125rem;
    line-height: 1.52381;
  }
}

.h6,
.heading-6, .copytext h6 {
  font-size: 0.9375rem;
  line-height: 1.33333;
  font-weight: 700;
  margin-block-end: 1em;
}

@media (min-width: 720px) {
  .h6,
  .heading-6, .copytext h6 {
    font-size: 1rem;
    line-height: 1.25;
  }
}

@media (min-width: 1200px) {
  .h6,
  .heading-6, .copytext h6 {
    font-size: 1.0625rem;
    line-height: 1.52941;
  }
}

.heading--underline {
  display: inline-block;
  position: relative;
  padding-block-end: 0.5em;
}

.heading--underline::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  height: 0.25em;
  background-color: #a1e703;
}

.icon {
  color: inherit;
  display: inline-block;
  fill: currentColor;
  font-size: 1em;
  height: 1em;
  overflow: hidden;
  vertical-align: top;
  width: 1em;
}

[dir='rtl'] .icon--open-in-new-24, [dir='rtl']
.icon--arrow-right-24, [dir='rtl']
.icon--arrow-left-24, [dir='rtl']
.icon--arrow-right-48, [dir='rtl']
.icon--arrow-left-48, [dir='rtl']
.icon--chevron-right-24, [dir='rtl']
.icon--chevron-left-24, [dir='rtl']
.icon--chevron-right-48, [dir='rtl']
.icon--chevron-left-48, [dir='rtl']
.icon--flip-on-rtl {
  transform: scaleX(-1);
}

[dir='rtl'] .slideshow .icon--open-in-new-24,
[dir='rtl'] .fancybox-container .icon--open-in-new-24, [dir='rtl'] .slideshow
.icon--arrow-right-24,
[dir='rtl'] .fancybox-container
.icon--arrow-right-24, [dir='rtl'] .slideshow
.icon--arrow-left-24,
[dir='rtl'] .fancybox-container
.icon--arrow-left-24, [dir='rtl'] .slideshow
.icon--arrow-right-48,
[dir='rtl'] .fancybox-container
.icon--arrow-right-48, [dir='rtl'] .slideshow
.icon--arrow-left-48,
[dir='rtl'] .fancybox-container
.icon--arrow-left-48, [dir='rtl'] .slideshow
.icon--chevron-right-24,
[dir='rtl'] .fancybox-container
.icon--chevron-right-24, [dir='rtl'] .slideshow
.icon--chevron-left-24,
[dir='rtl'] .fancybox-container
.icon--chevron-left-24, [dir='rtl'] .slideshow
.icon--chevron-right-48,
[dir='rtl'] .fancybox-container
.icon--chevron-right-48, [dir='rtl'] .slideshow
.icon--chevron-left-48,
[dir='rtl'] .fancybox-container
.icon--chevron-left-48, [dir='rtl'] .slideshow
.icon--flip-on-rtl,
[dir='rtl'] .fancybox-container
.icon--flip-on-rtl {
  transform: unset;
}

.icon--xs {
  font-size: 1rem;
}

.icon--sm {
  font-size: 1.5rem;
}

.icon--md {
  font-size: 2rem;
}

.icon--lg {
  font-size: 3rem;
}

.icon--xl {
  font-size: 4rem;
}

audio,
.audio,
video,
.video {
  position: relative;
  width: 100%;
  display: block;
}

.input-is-keyboard audio:focus, .input-is-keyboard
.audio:focus, .input-is-keyboard
video:focus, .input-is-keyboard
.video:focus {
  box-shadow: 0 0 0 4px #a1e703 !important;
  outline: none;
  z-index: 900;
}

.image {
  position: relative;
  display: block;
}

.image img,
.image picture,
.image picture source {
  display: block;
  height: auto;
  width: 100%;
  max-width: 100%;
}

.image--rounded {
  border-radius: 50%;
  overflow: hidden;
}

.image--shadow {
  padding-block-start: 10px;
}

.image--shadow > * {
  box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);
}

.image--border > * {
  border: 1px solid #e1e0e0;
  box-sizing: border-box;
}

.image--center .aspect-ratio > * {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.image--center .aspect-ratio img {
  max-width: 100%;
  height: auto;
  width: auto;
  max-height: 100%;
  display: inline-block;
}

.js :not(.aos-init) .lazyload,
.js :not(.aos-init) .lazyloading,
.js :not(.aos-init) .lazyload + .image__credits,
.js :not(.aos-init) .lazyloading + .image__credits {
  opacity: 0;
}

.lazyloaded,
.lazyloaded + .image__credits {
  opacity: initial;
  transition: all 0.4s ease-out;
}

img.lazyload[data-sizes='auto'] {
  display: block;
}

img.lazyload:not([src]) {
  visibility: hidden;
}

html.js::after {
  content: "xxs: (min-width: 0) | xs: (min-width: 400px) | sm: (min-width: 480px) | md: (min-width: 720px) | lg: (min-width: 960px) | xl: (min-width: 1200px) | xxl: (min-width: 1440px)";
  display: none;
}

/* --------------------------------

Links in body text

// Silent class is used to group class name and corresponding
// HTML element inside prose wrapper via '@extend'.
// Please don’t '@extend' anywhere else, it's too error prone.

-------------------------------- */
.pseudo-icon {
  --animated-underline-offset-x: 1.125em;
  position: relative;
  padding-inline-start: 1.125em;
}

.pseudo-icon::before, .pseudo-icon::after {
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0.3em;
  transition: inherit;
  background-size: 1em;
  background-position: center;
  background-repeat: no-repeat;
}

.pseudo-icon:link:hover::before, .pseudo-icon::after {
  opacity: 0;
}

.pseudo-icon::before, .pseudo-icon:link:hover::after {
  opacity: 1;
}

.pseudo-icon--link::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6.03 13.49H17.5l-5.01 4.82a.97.97 0 000 1.4c.4.39 1.04.39 1.44 0l6.77-6.5c.4-.4.4-1.02 0-1.4l-6.76-6.52a1.05 1.05 0 00-1.44 0c-.4.38-.4 1 0 1.4l5 4.82H6.03c-.57 0-1.03.45-1.03.99s.46.99 1.03.99z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.pseudo-icon--link::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23004f7c' d='M6.03 13.49H17.5l-5.01 4.82a.97.97 0 000 1.4c.4.39 1.04.39 1.44 0l6.77-6.5c.4-.4.4-1.02 0-1.4l-6.76-6.52a1.05 1.05 0 00-1.44 0c-.4.38-.4 1 0 1.4l5 4.82H6.03c-.57 0-1.03.45-1.03.99s.46.99 1.03.99z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.pseudo-icon--link-external::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M19 19H5V5h5V3H5a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2v-5h-2v5zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.pseudo-icon--link-external::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23004f7c' d='M19 19H5V5h5V3H5a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2v-5h-2v5zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.pseudo-icon--email::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M22 6a2 2 0 00-2-2H4a2 2 0 00-2 2v12c0 1.1.9 2 2 2h16a2 2 0 002-2V6zm-2 0l-8 4.99-8-5h16zm0 12H4V8l8 5 8-5v10z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.pseudo-icon--email::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23004f7c' d='M22 6a2 2 0 00-2-2H4a2 2 0 00-2 2v12c0 1.1.9 2 2 2h16a2 2 0 002-2V6zm-2 0l-8 4.99-8-5h16zm0 12H4V8l8 5 8-5v10z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.pseudo-icon--phone::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd' stroke='none' stroke-width='1'%3E%3Cpath fill='%23000' d='M6.54 5c.06.89.2 1.76.45 2.59l-1.2 1.2c-.41-1.2-.67-2.47-.76-3.8h1.5zm9.86 12.02c.85.24 1.72.4 2.6.45v1.5c-1.32-.1-2.59-.36-3.8-.76l1.2-1.19zM7.5 3H4a1 1 0 0 0-1 1 17 17 0 0 0 17 17 1 1 0 0 0 1-1v-3.49a1 1 0 0 0-1-1c-1.24 0-2.45-.2-3.57-.57a1.02 1.02 0 0 0-1.02.24l-2.2 2.2a15.15 15.15 0 0 1-6.6-6.6l2.2-2.2a1 1 0 0 0 .26-1.01A11.37 11.37 0 0 1 8.5 4a1 1 0 0 0-1-1z'/%3E%3C/g%3E%3C/svg%3E");
}

.pseudo-icon--phone::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd' stroke='none' stroke-width='1'%3E%3Cpath fill='%23004f7c' d='M6.54 5c.06.89.2 1.76.45 2.59l-1.2 1.2c-.41-1.2-.67-2.47-.76-3.8h1.5zm9.86 12.02c.85.24 1.72.4 2.6.45v1.5c-1.32-.1-2.59-.36-3.8-.76l1.2-1.19zM7.5 3H4a1 1 0 0 0-1 1 17 17 0 0 0 17 17 1 1 0 0 0 1-1v-3.49a1 1 0 0 0-1-1c-1.24 0-2.45-.2-3.57-.57a1.02 1.02 0 0 0-1.02.24l-2.2 2.2a15.15 15.15 0 0 1-6.6-6.6l2.2-2.2a1 1 0 0 0 .26-1.01A11.37 11.37 0 0 1 8.5 4a1 1 0 0 0-1-1z'/%3E%3C/g%3E%3C/svg%3E");
}

.pseudo-icon--download::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd' stroke='none' stroke-width='1'%3E%3Cpath fill='%23000' d='M19 14v5H5v-5H3v5c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2v-5h-2zm-6-1.33l2.59-2.58L17 11.5l-5 5-5-5 1.41-1.41L11 12.67V3h2v9.67z'/%3E%3C/g%3E%3C/svg%3E");
}

.pseudo-icon--download::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd' stroke='none' stroke-width='1'%3E%3Cpath fill='%23004f7c' d='M19 14v5H5v-5H3v5c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2v-5h-2zm-6-1.33l2.59-2.58L17 11.5l-5 5-5-5 1.41-1.41L11 12.67V3h2v9.67z'/%3E%3C/g%3E%3C/svg%3E");
}

.input-is-keyboard .link:focus {
  color: #000 !important;
  background-color: #defcb5 !important;
  box-shadow: 0 -2px 0 2px #defcb5, 0 2px 0 2px #000 !important;
  z-index: 900 !important;
  text-decoration: none !important;
  outline: none !important;
  background-image: none;
}

.link, .link:visited {
  display: inline;
  color: var(--animated-underline-color-text, #000);
  text-decoration: none;
  background-image: linear-gradient(var(--animated-underline-color-underline, transparent), var(--animated-underline-color-underline, transparent)), linear-gradient(var(--animated-underline-color-underline-hover, #a1e703), var(--animated-underline-color-underline-hover, #a1e703));
  background-position-x: calc(100% + var(--animated-underline-offset-x, 0%)), calc(0% + var(--animated-underline-offset-x, 0%));
  background-position-y: calc(100% + var(--animated-underline-offset-y, 0%)), calc(100% + var(--animated-underline-offset-y, 0%));
  background-size: 100% var(--width-underline, 2px), 0% var(--width-underline, 2px);
  background-repeat: no-repeat;
  will-change: background-size;
  transition: background-size 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.link:hover, .link:active, .link[aria-current] {
  color: var(--animated-underline-color-text-hover, #004f7c);
  background-size: 0% var(--width-underline, 2px), 100% var(--width-underline, 2px);
}

.link--auto-icon {
  --animated-underline-offset-x: 1.125em;
  position: relative;
  padding-inline-start: 1.125em;
}

.link--auto-icon::before, .link--auto-icon::after {
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0.3em;
  transition: inherit;
  background-size: 1em;
  background-position: center;
  background-repeat: no-repeat;
}

.link--auto-icon:link:hover::before, .link--auto-icon::after {
  opacity: 0;
}

.link--auto-icon::before, .link--auto-icon:link:hover::after {
  opacity: 1;
}

.link--auto-icon:not([href^='http://']):not([href^='https://']):not([href^='//']):not([href^='mailto:']):not([href^='javascript:linkTo_UnCryptMailto']):not([href^='tel:']):not([href*='/fileadmin/']):not([name])::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6.03 13.49H17.5l-5.01 4.82a.97.97 0 000 1.4c.4.39 1.04.39 1.44 0l6.77-6.5c.4-.4.4-1.02 0-1.4l-6.76-6.52a1.05 1.05 0 00-1.44 0c-.4.38-.4 1 0 1.4l5 4.82H6.03c-.57 0-1.03.45-1.03.99s.46.99 1.03.99z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.link--auto-icon:not([href^='http://']):not([href^='https://']):not([href^='//']):not([href^='mailto:']):not([href^='javascript:linkTo_UnCryptMailto']):not([href^='tel:']):not([href*='/fileadmin/']):not([name])::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23004f7c' d='M6.03 13.49H17.5l-5.01 4.82a.97.97 0 000 1.4c.4.39 1.04.39 1.44 0l6.77-6.5c.4-.4.4-1.02 0-1.4l-6.76-6.52a1.05 1.05 0 00-1.44 0c-.4.38-.4 1 0 1.4l5 4.82H6.03c-.57 0-1.03.45-1.03.99s.46.99 1.03.99z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.link--auto-icon[href^='http://']::before, .link--auto-icon[href^='https://']::before, .link--auto-icon[href^='//']::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M19 19H5V5h5V3H5a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2v-5h-2v5zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.link--auto-icon[href^='http://']::after, .link--auto-icon[href^='https://']::after, .link--auto-icon[href^='//']::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23004f7c' d='M19 19H5V5h5V3H5a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2v-5h-2v5zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.link--auto-icon[href^='mailto:']::before, .link--auto-icon[href^='javascript:linkTo_UnCryptMailto']::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M22 6a2 2 0 00-2-2H4a2 2 0 00-2 2v12c0 1.1.9 2 2 2h16a2 2 0 002-2V6zm-2 0l-8 4.99-8-5h16zm0 12H4V8l8 5 8-5v10z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.link--auto-icon[href^='mailto:']::after, .link--auto-icon[href^='javascript:linkTo_UnCryptMailto']::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23004f7c' d='M22 6a2 2 0 00-2-2H4a2 2 0 00-2 2v12c0 1.1.9 2 2 2h16a2 2 0 002-2V6zm-2 0l-8 4.99-8-5h16zm0 12H4V8l8 5 8-5v10z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.link--auto-icon[href^='tel:']::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd' stroke='none' stroke-width='1'%3E%3Cpath fill='%23000' d='M6.54 5c.06.89.2 1.76.45 2.59l-1.2 1.2c-.41-1.2-.67-2.47-.76-3.8h1.5zm9.86 12.02c.85.24 1.72.4 2.6.45v1.5c-1.32-.1-2.59-.36-3.8-.76l1.2-1.19zM7.5 3H4a1 1 0 0 0-1 1 17 17 0 0 0 17 17 1 1 0 0 0 1-1v-3.49a1 1 0 0 0-1-1c-1.24 0-2.45-.2-3.57-.57a1.02 1.02 0 0 0-1.02.24l-2.2 2.2a15.15 15.15 0 0 1-6.6-6.6l2.2-2.2a1 1 0 0 0 .26-1.01A11.37 11.37 0 0 1 8.5 4a1 1 0 0 0-1-1z'/%3E%3C/g%3E%3C/svg%3E");
}

.link--auto-icon[href^='tel:']::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd' stroke='none' stroke-width='1'%3E%3Cpath fill='%23004f7c' d='M6.54 5c.06.89.2 1.76.45 2.59l-1.2 1.2c-.41-1.2-.67-2.47-.76-3.8h1.5zm9.86 12.02c.85.24 1.72.4 2.6.45v1.5c-1.32-.1-2.59-.36-3.8-.76l1.2-1.19zM7.5 3H4a1 1 0 0 0-1 1 17 17 0 0 0 17 17 1 1 0 0 0 1-1v-3.49a1 1 0 0 0-1-1c-1.24 0-2.45-.2-3.57-.57a1.02 1.02 0 0 0-1.02.24l-2.2 2.2a15.15 15.15 0 0 1-6.6-6.6l2.2-2.2a1 1 0 0 0 .26-1.01A11.37 11.37 0 0 1 8.5 4a1 1 0 0 0-1-1z'/%3E%3C/g%3E%3C/svg%3E");
}

.link--auto-icon[href*='/fileadmin/']::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd' stroke='none' stroke-width='1'%3E%3Cpath fill='%23000' d='M19 14v5H5v-5H3v5c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2v-5h-2zm-6-1.33l2.59-2.58L17 11.5l-5 5-5-5 1.41-1.41L11 12.67V3h2v9.67z'/%3E%3C/g%3E%3C/svg%3E");
}

.link--auto-icon[href*='/fileadmin/']::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd' stroke='none' stroke-width='1'%3E%3Cpath fill='%23004f7c' d='M19 14v5H5v-5H3v5c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2v-5h-2zm-6-1.33l2.59-2.58L17 11.5l-5 5-5-5 1.41-1.41L11 12.67V3h2v9.67z'/%3E%3C/g%3E%3C/svg%3E");
}

/* --------------------------------

List

-------------------------------- */
.list, .copytext ul:not([class]),
.copytext ol:not([class]), .teaser__text ul,
.teaser__text ol {
  font-size: 1.0625rem;
  line-height: 1.47059;
  margin-block-end: 1em;
  padding-inline-start: 0;
  list-style-type: none;
}

@media (min-width: 720px) {
  .list, .copytext ul:not([class]),
  .copytext ol:not([class]), .teaser__text ul,
  .teaser__text ol {
    font-size: 1.1875rem;
    line-height: 1.36842;
  }
}

@media (min-width: 1200px) {
  .list, .copytext ul:not([class]),
  .copytext ol:not([class]), .teaser__text ul,
  .teaser__text ol {
    font-size: 1.3125rem;
    line-height: 1.52381;
  }
}

.list > li:last-of-type, .copytext ul:not([class]) > li:last-of-type, .copytext ol:not([class]) > li:last-of-type, .teaser__text ul > li:last-of-type, .teaser__text ol > li:last-of-type {
  margin-block-end: 0;
}

.list .list, .copytext ul:not([class]) .list, .copytext ol:not([class]) .list, .teaser__text ul .list, .teaser__text ol .list, .list .copytext ul:not([class]), .copytext .list ul:not([class]), .copytext ul:not([class]) ul:not([class]), .copytext ol:not([class]) ul:not([class]), .teaser__text ul .copytext ul:not([class]), .copytext .teaser__text ul ul:not([class]), .teaser__text ol .copytext ul:not([class]), .copytext .teaser__text ol ul:not([class]),
.list .copytext ol:not([class]), .copytext .list ol:not([class]),
.copytext ul:not([class]) ol:not([class]),
.copytext ol:not([class]) ol:not([class]),
.teaser__text ul .copytext ol:not([class]), .copytext .teaser__text ul ol:not([class]),
.teaser__text ol .copytext ol:not([class]), .copytext .teaser__text ol ol:not([class]), .list .teaser__text ul, .teaser__text .list ul, .copytext ul:not([class]) .teaser__text ul, .teaser__text .copytext ul:not([class]) ul, .copytext ol:not([class]) .teaser__text ul, .teaser__text .copytext ol:not([class]) ul, .teaser__text ul ul, .teaser__text ol ul,
.list .teaser__text ol, .teaser__text .list ol,
.copytext ul:not([class]) .teaser__text ol, .teaser__text .copytext ul:not([class]) ol,
.copytext ol:not([class]) .teaser__text ol, .teaser__text .copytext ol:not([class]) ol,
.teaser__text ul ol,
.teaser__text ol ol {
  margin-block-end: 0;
}

.list .list > li:last-of-type, .copytext ul:not([class]) .list > li:last-of-type, .copytext ol:not([class]) .list > li:last-of-type, .teaser__text ul .list > li:last-of-type, .teaser__text ol .list > li:last-of-type, .list .copytext ul:not([class]) > li:last-of-type, .copytext .list ul:not([class]) > li:last-of-type, .copytext ul:not([class]) ul:not([class]) > li:last-of-type, .copytext ol:not([class]) ul:not([class]) > li:last-of-type, .teaser__text ul .copytext ul:not([class]) > li:last-of-type, .teaser__text ol .copytext ul:not([class]) > li:last-of-type, .list .copytext ol:not([class]) > li:last-of-type, .copytext .list ol:not([class]) > li:last-of-type, .copytext ul:not([class]) ol:not([class]) > li:last-of-type, .copytext ol:not([class]) ol:not([class]) > li:last-of-type, .teaser__text ul .copytext ol:not([class]) > li:last-of-type, .teaser__text ol .copytext ol:not([class]) > li:last-of-type, .list .teaser__text ul > li:last-of-type, .teaser__text .list ul > li:last-of-type, .copytext ul:not([class]) .teaser__text ul > li:last-of-type, .copytext ol:not([class]) .teaser__text ul > li:last-of-type, .teaser__text ul ul > li:last-of-type, .teaser__text ol ul > li:last-of-type, .list .teaser__text ol > li:last-of-type, .teaser__text .list ol > li:last-of-type, .copytext ul:not([class]) .teaser__text ol > li:last-of-type, .copytext ol:not([class]) .teaser__text ol > li:last-of-type, .teaser__text ul ol > li:last-of-type, .teaser__text ol ol > li:last-of-type {
  margin-block-end: 0;
}

.list--bullet > li, .copytext ul:not([class]) > li, .copytext--sm ul:not([class]) > li, .copytext--xs ul:not([class]) > li, .copytext--lg ul:not([class]) > li, .teaser__text ul > li {
  position: relative;
  padding-inline-start: 1em;
  overflow: hidden;
}

.list--bullet > li::before, .copytext ul:not([class]) > li::before, .copytext--sm ul:not([class]) > li::before, .copytext--xs ul:not([class]) > li::before, .copytext--lg ul:not([class]) > li::before, .teaser__text ul > li::before {
  content: '';
  display: block;
  position: absolute;
  inset-block-start: 0.6em;
  inset-inline-start: 0;
  width: 0.3em;
  height: 0.3em;
  border-radius: 50%;
  background: #000;
}

.list--bullet > li li::before, .copytext ul:not([class]) > li li::before, .copytext--sm ul:not([class]) > li li::before, .copytext--xs ul:not([class]) > li li::before, .copytext--lg ul:not([class]) > li li::before, .teaser__text ul > li li::before {
  margin-inline-start: 0 !important;
}

.list--number,
.copytext ol:not([class]), .copytext--sm ol:not([class]), .copytext--xs ol:not([class]), .copytext--lg ol:not([class]),
.teaser__text ol {
  counter-reset: item;
}

.list--number > li, .copytext ol:not([class]) > li, .copytext--sm ol:not([class]) > li, .copytext--xs ol:not([class]) > li, .copytext--lg ol:not([class]) > li, .teaser__text ol > li {
  counter-increment: item;
  position: relative;
  padding-inline-start: 1.5em;
  overflow: hidden;
}

.list--number > li::before, .copytext ol:not([class]) > li::before, .copytext--sm ol:not([class]) > li::before, .copytext--xs ol:not([class]) > li::before, .copytext--lg ol:not([class]) > li::before, .teaser__text ol > li::before {
  content: counters(item, ".") ".";
  display: inline-block;
  color: #000;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  margin-inline-start: -1.5em;
  position: absolute;
}

.list--number > li ol li, .copytext ol:not([class]) > li ol li, .copytext--sm ol:not([class]) > li ol li, .copytext--xs ol:not([class]) > li ol li, .copytext--lg ol:not([class]) > li ol li, .teaser__text ol > li ol li {
  padding-inline-start: 2.5em;
}

.list--number > li ol li::before, .copytext ol:not([class]) > li ol li::before, .copytext--sm ol:not([class]) > li ol li::before, .copytext--xs ol:not([class]) > li ol li::before, .copytext--lg ol:not([class]) > li ol li::before, .teaser__text ol > li ol li::before {
  margin-inline-start: -2.5em;
}

.list--number > li ol li ol li, .copytext ol:not([class]) > li ol li ol li, .copytext--sm ol:not([class]) > li ol li ol li, .copytext--xs ol:not([class]) > li ol li ol li, .copytext--lg ol:not([class]) > li ol li ol li, .teaser__text ol > li ol li ol li {
  padding-inline-start: 3.5em;
}

.list--number > li ol li ol li::before, .copytext ol:not([class]) > li ol li ol li::before, .copytext--sm ol:not([class]) > li ol li ol li::before, .copytext--xs ol:not([class]) > li ol li ol li::before, .copytext--lg ol:not([class]) > li ol li ol li::before, .teaser__text ol > li ol li ol li::before {
  margin-inline-start: -3.5em;
}

.list--number > li ul li, .copytext ol:not([class]) > li ul li, .copytext--sm ol:not([class]) > li ul li, .copytext--xs ol:not([class]) > li ul li, .copytext--lg ol:not([class]) > li ul li, .teaser__text ol > li ul li {
  padding-inline-start: 1em !important;
}

.list--number > li ul li::before, .copytext ol:not([class]) > li ul li::before, .copytext--sm ol:not([class]) > li ul li::before, .copytext--xs ol:not([class]) > li ul li::before, .copytext--lg ol:not([class]) > li ul li::before, .teaser__text ol > li ul li::before {
  margin-inline-start: 0 !important;
}

.copytext--xs ul:not([class]), .copytext--xs ol:not([class]) {
  font-size: 0.9375rem;
  line-height: 1.33333;
}

@media (min-width: 720px) {
  .copytext--xs ul:not([class]), .copytext--xs ol:not([class]) {
    font-size: 1rem;
    line-height: 1.25;
  }
}

@media (min-width: 1200px) {
  .copytext--xs ul:not([class]), .copytext--xs ol:not([class]) {
    font-size: 1.0625rem;
    line-height: 1.52941;
  }
}

.list--sm, .copytext--sm ul:not([class]), .copytext--sm ol:not([class]) {
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 720px) {
  .list--sm, .copytext--sm ul:not([class]), .copytext--sm ol:not([class]) {
    font-size: 1.0625rem;
    line-height: 1.52941;
  }
}

@media (min-width: 1200px) {
  .list--sm, .copytext--sm ul:not([class]), .copytext--sm ol:not([class]) {
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}

.list--lg, .copytext--lg ul:not([class]), .copytext--lg ol:not([class]) {
  font-size: 1.3125rem;
  line-height: 1.2381;
}

@media (min-width: 720px) {
  .list--lg, .copytext--lg ul:not([class]), .copytext--lg ol:not([class]) {
    font-size: 1.3125rem;
    line-height: 1.33333;
  }
}

@media (min-width: 1200px) {
  .list--lg, .copytext--lg ul:not([class]), .copytext--lg ol:not([class]) {
    font-size: 1.625rem;
    line-height: 1.23077;
  }
}

.list--truncate {
  flex: 1;
  width: 100%;
  min-width: 0;
  max-width: 100ch;
}

.list--truncate .list__item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.logo-primary {
  display: block;
  text-decoration: none;
}

.input-is-keyboard .logo-primary:focus {
  box-shadow: 0 0 0 4px #a1e703 !important;
  outline: none;
  z-index: 900;
}

.logo-primary__image {
  max-width: 100%;
  height: auto;
  width: auto;
}

.logo-primary--has-inline-svg {
  position: relative;
}

.logo-primary--has-inline-svg::after {
  content: '';
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
}

.logo-primary--has-inline-svg .logo-primary__image {
  pointer-events: none;
}

/* --------------------------------

Article Copy Text

-------------------------------- */
.copy-xs {
  font-size: 0.875rem;
  line-height: 1.42857;
  margin-block-end: 1em;
}

@media (min-width: 720px) {
  .copy-xs {
    font-size: 0.875rem;
    line-height: 1.42857;
  }
}

@media (min-width: 1200px) {
  .copy-xs {
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}

.copy-sm, .copytext small {
  font-size: 0.9375rem;
  line-height: 1.33333;
  margin-block-end: 1em;
}

@media (min-width: 720px) {
  .copy-sm, .copytext small {
    font-size: 1rem;
    line-height: 1.25;
  }
}

@media (min-width: 1200px) {
  .copy-sm, .copytext small {
    font-size: 1.0625rem;
    line-height: 1.52941;
  }
}

.copy-md, .copytext p, .copytext--lg small {
  font-size: 1.0625rem;
  line-height: 1.47059;
  margin-block-end: 1em;
}

@media (min-width: 720px) {
  .copy-md, .copytext p, .copytext--lg small {
    font-size: 1.1875rem;
    line-height: 1.36842;
  }
}

@media (min-width: 1200px) {
  .copy-md, .copytext p, .copytext--lg small {
    font-size: 1.3125rem;
    line-height: 1.52381;
  }
}

.copy-lg, .copytext--lg p {
  font-size: 1.3125rem;
  line-height: 1.2381;
  margin-block-end: 1em;
  line-height: 1.5 !important;
}

@media (min-width: 720px) {
  .copy-lg, .copytext--lg p {
    font-size: 1.3125rem;
    line-height: 1.33333;
  }
}

@media (min-width: 1200px) {
  .copy-lg, .copytext--lg p {
    font-size: 1.625rem;
    line-height: 1.23077;
  }
}

.pseudo-icon {
  --animated-underline-offset-x: 1.125em;
  position: relative;
  padding-inline-start: 1.125em;
}

.pseudo-icon::before, .pseudo-icon::after {
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0.3em;
  transition: inherit;
  background-size: 1em;
  background-position: center;
  background-repeat: no-repeat;
}

.pseudo-icon:link:hover::before, .pseudo-icon::after {
  opacity: 0;
}

.pseudo-icon::before, .pseudo-icon:link:hover::after {
  opacity: 1;
}

.pseudo-icon--link::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6.03 13.49H17.5l-5.01 4.82a.97.97 0 000 1.4c.4.39 1.04.39 1.44 0l6.77-6.5c.4-.4.4-1.02 0-1.4l-6.76-6.52a1.05 1.05 0 00-1.44 0c-.4.38-.4 1 0 1.4l5 4.82H6.03c-.57 0-1.03.45-1.03.99s.46.99 1.03.99z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.pseudo-icon--link::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23004f7c' d='M6.03 13.49H17.5l-5.01 4.82a.97.97 0 000 1.4c.4.39 1.04.39 1.44 0l6.77-6.5c.4-.4.4-1.02 0-1.4l-6.76-6.52a1.05 1.05 0 00-1.44 0c-.4.38-.4 1 0 1.4l5 4.82H6.03c-.57 0-1.03.45-1.03.99s.46.99 1.03.99z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.pseudo-icon--link-external::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M19 19H5V5h5V3H5a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2v-5h-2v5zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.pseudo-icon--link-external::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23004f7c' d='M19 19H5V5h5V3H5a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2v-5h-2v5zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.pseudo-icon--email::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M22 6a2 2 0 00-2-2H4a2 2 0 00-2 2v12c0 1.1.9 2 2 2h16a2 2 0 002-2V6zm-2 0l-8 4.99-8-5h16zm0 12H4V8l8 5 8-5v10z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.pseudo-icon--email::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23004f7c' d='M22 6a2 2 0 00-2-2H4a2 2 0 00-2 2v12c0 1.1.9 2 2 2h16a2 2 0 002-2V6zm-2 0l-8 4.99-8-5h16zm0 12H4V8l8 5 8-5v10z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.pseudo-icon--phone::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd' stroke='none' stroke-width='1'%3E%3Cpath fill='%23000' d='M6.54 5c.06.89.2 1.76.45 2.59l-1.2 1.2c-.41-1.2-.67-2.47-.76-3.8h1.5zm9.86 12.02c.85.24 1.72.4 2.6.45v1.5c-1.32-.1-2.59-.36-3.8-.76l1.2-1.19zM7.5 3H4a1 1 0 0 0-1 1 17 17 0 0 0 17 17 1 1 0 0 0 1-1v-3.49a1 1 0 0 0-1-1c-1.24 0-2.45-.2-3.57-.57a1.02 1.02 0 0 0-1.02.24l-2.2 2.2a15.15 15.15 0 0 1-6.6-6.6l2.2-2.2a1 1 0 0 0 .26-1.01A11.37 11.37 0 0 1 8.5 4a1 1 0 0 0-1-1z'/%3E%3C/g%3E%3C/svg%3E");
}

.pseudo-icon--phone::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd' stroke='none' stroke-width='1'%3E%3Cpath fill='%23004f7c' d='M6.54 5c.06.89.2 1.76.45 2.59l-1.2 1.2c-.41-1.2-.67-2.47-.76-3.8h1.5zm9.86 12.02c.85.24 1.72.4 2.6.45v1.5c-1.32-.1-2.59-.36-3.8-.76l1.2-1.19zM7.5 3H4a1 1 0 0 0-1 1 17 17 0 0 0 17 17 1 1 0 0 0 1-1v-3.49a1 1 0 0 0-1-1c-1.24 0-2.45-.2-3.57-.57a1.02 1.02 0 0 0-1.02.24l-2.2 2.2a15.15 15.15 0 0 1-6.6-6.6l2.2-2.2a1 1 0 0 0 .26-1.01A11.37 11.37 0 0 1 8.5 4a1 1 0 0 0-1-1z'/%3E%3C/g%3E%3C/svg%3E");
}

.pseudo-icon--download::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd' stroke='none' stroke-width='1'%3E%3Cpath fill='%23000' d='M19 14v5H5v-5H3v5c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2v-5h-2zm-6-1.33l2.59-2.58L17 11.5l-5 5-5-5 1.41-1.41L11 12.67V3h2v9.67z'/%3E%3C/g%3E%3C/svg%3E");
}

.pseudo-icon--download::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd' stroke='none' stroke-width='1'%3E%3Cpath fill='%23004f7c' d='M19 14v5H5v-5H3v5c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2v-5h-2zm-6-1.33l2.59-2.58L17 11.5l-5 5-5-5 1.41-1.41L11 12.67V3h2v9.67z'/%3E%3C/g%3E%3C/svg%3E");
}

/* ---------------------------------------------------------


Section Break

Thematic break between paragraph-level elements.
Use on <hr> to convey its appearance semanticly.


--------------------------------------------------------- */
.section-break, hr, .copytext hr {
  border: none;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 720px) {
  .section-break, hr, .copytext hr {
    margin-top: 2.5rem;
  }
}

@media (min-width: 960px) {
  .section-break, hr, .copytext hr {
    margin-top: 2.5rem;
  }
}

@media (min-width: 720px) {
  .section-break, hr, .copytext hr {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 960px) {
  .section-break, hr, .copytext hr {
    margin-bottom: 2.5rem;
  }
}

.section-break--sm {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 720px) {
  .section-break--sm {
    margin-top: 2rem;
  }
}

@media (min-width: 960px) {
  .section-break--sm {
    margin-top: 2rem;
  }
}

@media (min-width: 720px) {
  .section-break--sm {
    margin-bottom: 2rem;
  }
}

@media (min-width: 960px) {
  .section-break--sm {
    margin-bottom: 2rem;
  }
}

.section-break--lg {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

@media (min-width: 720px) {
  .section-break--lg {
    margin-top: 4rem;
  }
}

@media (min-width: 960px) {
  .section-break--lg {
    margin-top: 4rem;
  }
}

@media (min-width: 720px) {
  .section-break--lg {
    margin-bottom: 4rem;
  }
}

@media (min-width: 960px) {
  .section-break--lg {
    margin-bottom: 4rem;
  }
}

.section-break--visible, .copytext hr {
  border-bottom: 8px solid #f2f6f8;
}

.section-break hr {
  display: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table hr {
  display: none;
}

table td,
table th {
  vertical-align: top;
  text-align: start;
}

.copytext table {
  margin-block-end: 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.copytext table hr {
  display: none;
}

.copytext table td,
.copytext table th {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  vertical-align: top;
  text-align: start;
  padding: 0.5em 1em 0.5em 0;
}

@media (min-width: 720px) {
  .copytext table td,
  .copytext table th {
    font-size: 1.0625rem;
    line-height: 1.52941;
  }
}

@media (min-width: 1200px) {
  .copytext table td,
  .copytext table th {
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}

@media (min-width: 960px) {
  .copytext table td,
  .copytext table th {
    padding: 1em 1em 1em 0;
  }
}

.copytext table td p,
.copytext table td li,
.copytext table th p,
.copytext table th li {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  margin-block-end: 0 !important;
}

@media (min-width: 720px) {
  .copytext table td p,
  .copytext table td li,
  .copytext table th p,
  .copytext table th li {
    font-size: 1.0625rem;
    line-height: 1.52941;
  }
}

@media (min-width: 1200px) {
  .copytext table td p,
  .copytext table td li,
  .copytext table th p,
  .copytext table th li {
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}

.copytext table td h1,
.copytext table td h2,
.copytext table td h3,
.copytext table td h4,
.copytext table td h5,
.copytext table td h6,
.copytext table td p,
.copytext table td .h1,
.copytext table td .h2,
.copytext table td .h3,
.copytext table td .h4,
.copytext table td .h5,
.copytext table td .h6,
.copytext table th h1,
.copytext table th h2,
.copytext table th h3,
.copytext table th h4,
.copytext table th h5,
.copytext table th h6,
.copytext table th p,
.copytext table th .h1,
.copytext table th .h2,
.copytext table th .h3,
.copytext table th .h4,
.copytext table th .h5,
.copytext table th .h6 {
  margin-block-end: 0 !important;
}

.copytext table td h1 a,
.copytext table td h2 a,
.copytext table td h3 a,
.copytext table td h4 a,
.copytext table td h5 a,
.copytext table td h6 a,
.copytext table td p a,
.copytext table td .h1 a,
.copytext table td .h2 a,
.copytext table td .h3 a,
.copytext table td .h4 a,
.copytext table td .h5 a,
.copytext table td .h6 a,
.copytext table th h1 a,
.copytext table th h2 a,
.copytext table th h3 a,
.copytext table th h4 a,
.copytext table th h5 a,
.copytext table th h6 a,
.copytext table th p a,
.copytext table th .h1 a,
.copytext table th .h2 a,
.copytext table th .h3 a,
.copytext table th .h4 a,
.copytext table th .h5 a,
.copytext table th .h6 a {
  text-decoration: underline;
}

.copytext table td h1 a:hover,
.copytext table td h2 a:hover,
.copytext table td h3 a:hover,
.copytext table td h4 a:hover,
.copytext table td h5 a:hover,
.copytext table td h6 a:hover,
.copytext table td p a:hover,
.copytext table td .h1 a:hover,
.copytext table td .h2 a:hover,
.copytext table td .h3 a:hover,
.copytext table td .h4 a:hover,
.copytext table td .h5 a:hover,
.copytext table td .h6 a:hover,
.copytext table th h1 a:hover,
.copytext table th h2 a:hover,
.copytext table th h3 a:hover,
.copytext table th h4 a:hover,
.copytext table th h5 a:hover,
.copytext table th h6 a:hover,
.copytext table th p a:hover,
.copytext table th .h1 a:hover,
.copytext table th .h2 a:hover,
.copytext table th .h3 a:hover,
.copytext table th .h4 a:hover,
.copytext table th .h5 a:hover,
.copytext table th .h6 a:hover {
  text-decoration: none;
}

.copytext table th {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 720px) {
  .copytext table th {
    font-size: 1.0625rem;
    line-height: 1.52941;
  }
}

@media (min-width: 1200px) {
  .copytext table th {
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}

.copytext table thead td,
.copytext table thead th {
  background: #004f7c;
  color: #fff;
  padding: 0.5em;
}

@media (min-width: 960px) {
  .copytext table thead td,
  .copytext table thead th {
    padding: 1em 0.5em;
  }
}

.copytext table thead td {
  background: #d9f1fd;
  color: #000;
}

.tag {
  font-size: 0.875rem;
  line-height: 1.42857;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  display: inline-block;
  color: #000;
  background-color: #d9f1fd;
  padding: 0.25em 0.75em;
  margin: 0;
}

@media (min-width: 720px) {
  .tag {
    font-size: 0.875rem;
    line-height: 1.42857;
  }
}

@media (min-width: 1200px) {
  .tag {
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}

.theme-yellow .tag {
  background-color: #fef6d4;
}

.theme-beige .tag {
  background-color: #ebe8e5;
}

.tag--white {
  background-color: #fff;
}

.a11y-bar {
  margin: 0 -1em;
}

.a11y-bar__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 3rem;
  justify-content: flex-end;
}

.a11y-bar__item {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.42857;
  display: flex;
}

@media (min-width: 720px) {
  .a11y-bar__item {
    font-size: 0.875rem;
    line-height: 1.42857;
  }
}

@media (min-width: 1200px) {
  .a11y-bar__item {
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}

.a11y-bar__action {
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0 1em;
  color: var(--animated-underline-color-text);
}

.input-is-keyboard .a11y-bar__action:focus {
  box-shadow: 0 0 0 4px #a1e703 !important;
  outline: none;
  z-index: 900;
}

.a11y-bar__action .a11y-bar__text,
.a11y-bar__action:visited .a11y-bar__text {
  display: inline;
  color: var(--animated-underline-color-text, #000);
  text-decoration: none;
  background-image: linear-gradient(var(--animated-underline-color-underline, transparent), var(--animated-underline-color-underline, transparent)), linear-gradient(var(--animated-underline-color-underline-hover, #a1e703), var(--animated-underline-color-underline-hover, #a1e703));
  background-position-x: calc(100% + var(--animated-underline-offset-x, 0%)), calc(0% + var(--animated-underline-offset-x, 0%));
  background-position-y: calc(100% + var(--animated-underline-offset-y, 0%)), calc(100% + var(--animated-underline-offset-y, 0%));
  background-size: 100% var(--width-underline, 2px), 0% var(--width-underline, 2px);
  background-repeat: no-repeat;
  will-change: background-size;
  transition: background-size 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.a11y-bar__action:hover .a11y-bar__text,
.a11y-bar__action:active .a11y-bar__text,
.a11y-bar__action[aria-current] .a11y-bar__text {
  color: var(--animated-underline-color-text-hover, #004f7c);
  background-size: 0% var(--width-underline, 2px), 100% var(--width-underline, 2px);
}

.theme-dark .a11y-bar__action[aria-checked='true'] {
  background-color: #06324b;
}

.theme-high-contrast .a11y-bar__action[aria-checked='true'] {
  --animated-underline-color-text: #fff;
  --animated-underline-color-text-hover: #fff;
  --animated-underline-color-underline-hover: #fff;
  color: #fff !important;
  background-color: #000 !important;
}

.a11y-bar__icon {
  margin-inline-end: 0.25em;
  font-size: 1.5em;
  color: inherit;
}

.accordion.is-ready .accordion__heading,
.accordion--is-ready .accordion__heading {
  cursor: pointer;
}

.accordion.is-ready .accordion__panel,
.accordion--is-ready .accordion__panel {
  visibility: hidden;
}

.accordion.is-ready .accordion__panel,
.accordion--is-ready .accordion__panel {
  overflow: hidden;
}

.accordion.is-ready .accordion__panel[aria-hidden='true'],
.accordion--is-ready .accordion__panel[aria-hidden='true'] {
  visibility: hidden;
  height: 0;
}

.accordion.is-ready .accordion__panel[aria-hidden='false'],
.accordion--is-ready .accordion__panel[aria-hidden='false'] {
  visibility: visible;
  overflow: visible;
}

.accordion__heading {
  margin: 0;
  padding-block-start: 1.25rem;
  padding-inline-end: 3rem;
  padding-block-end: 1.25rem;
  padding-inline-start: 0;
  position: relative;
}

.accordion__heading .accordion__title,
.accordion__heading .accordion__sub-heading {
  margin: 0;
}

.accordion__icon {
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 50%;
  transform: translateY(-50%) rotate(0);
  transition: all 0.2s ease-out;
  font-size: 2rem;
  color: #004f7c;
}

.accordion__heading {
  border-bottom: 2px solid #f2f6f8;
  position: relative;
}

.input-is-keyboard .accordion__heading:focus {
  box-shadow: 0 0 0 4px #a1e703 !important;
  outline: none;
  z-index: 900;
}

.accordion__heading:first-of-type {
  border-top: 8px solid #f2f6f8;
}

.accordion__heading:hover .accordion__icon {
  transform: translateY(-50%) rotate(0);
}

.accordion__heading[aria-expanded='true'] {
  border-bottom-color: transparent;
}

.accordion__heading[aria-expanded='true']::after {
  display: none;
}

.accordion__heading[aria-expanded='true'] .accordion__icon {
  transform: translateY(-50%) rotate(135deg);
}

.accordion__title {
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.2381;
  display: inline;
}

@media (min-width: 720px) {
  .accordion__title {
    font-size: 1.3125rem;
    line-height: 1.33333;
  }
}

@media (min-width: 1200px) {
  .accordion__title {
    font-size: 1.625rem;
    line-height: 1.23077;
  }
}

.accordion__title, .accordion__title:visited {
  display: inline;
  color: var(--animated-underline-color-text, #000);
  text-decoration: none;
  background-image: linear-gradient(var(--animated-underline-color-underline, transparent), var(--animated-underline-color-underline, transparent)), linear-gradient(var(--animated-underline-color-underline-hover, #a1e703), var(--animated-underline-color-underline-hover, #a1e703));
  background-position-x: calc(100% + var(--animated-underline-offset-x, 0%)), calc(0% + var(--animated-underline-offset-x, 0%));
  background-position-y: calc(100% + var(--animated-underline-offset-y, 0%)), calc(100% + var(--animated-underline-offset-y, 0%));
  background-size: 100% var(--width-underline, 2px), 0% var(--width-underline, 2px);
  background-repeat: no-repeat;
  will-change: background-size;
  transition: background-size 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.accordion__title:hover, .accordion__title:active, .accordion__title[aria-current] {
  color: var(--animated-underline-color-text-hover, #004f7c);
  background-size: 0% var(--width-underline, 2px), 100% var(--width-underline, 2px);
}

.accordion--dbgg .accordion__title {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 720px) {
  .accordion--dbgg .accordion__title {
    font-size: 1.0625rem;
    line-height: 1.52941;
  }
}

@media (min-width: 1200px) {
  .accordion--dbgg .accordion__title {
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}

.accordion__icon {
  display: block;
}

.accordion__panel {
  transition: all 0.2s ease-out;
}

.input-is-keyboard .accordion__panel:focus {
  box-shadow: 0 0 0 4px #a1e703 !important;
  outline: none;
  z-index: 900;
}

.accordion__panel[aria-hidden='false'] {
  border-bottom: 2px solid #f2f6f8;
}

.accordion__inner {
  padding-block-start: 0;
  padding-block-end: 2rem;
  padding-inline: 0;
}

.accordion__inner p:last-of-type {
  margin-block-end: 0;
}

.context__aside--left.context__aside--pull {
  margin-inline-start: 0 !important;
}

.context__aside--right.context__aside--pull {
  margin-inline-end: 0 !important;
}

.accordion.accordion--filter {
  margin-inline-start: -1rem;
  margin-inline-end: -1rem;
}

@media (min-width: 720px) {
  .accordion.accordion--filter {
    margin-inline-start: -1.5rem;
    margin-inline-end: -1.5rem;
  }
}

.accordion.accordion--filter .accordion__heading {
  padding-block: 1.25rem !important;
  padding-inline-end: 3rem !important;
  padding-inline-start: 1.5rem !important;
}

.accordion.accordion--filter .accordion__heading:first-of-type {
  border-top: 2px solid #f2f6f8;
}

.accordion.accordion--filter .accordion__inner {
  padding-block-start: 0;
  padding-block-end: 2rem;
  padding-inline: 1.5rem;
}

.accordion.accordion--filter .accordion__icon {
  inset-inline-end: 1.5rem;
}

.accordion__sub-heading {
  font-weight: 400;
  font-size: 1.3125rem;
  line-height: 1.2381;
  padding-block-start: 0.25em;
  display: block;
}

@media (min-width: 720px) {
  .accordion__sub-heading {
    font-size: 1.3125rem;
    line-height: 1.33333;
  }
}

@media (min-width: 1200px) {
  .accordion__sub-heading {
    font-size: 1.625rem;
    line-height: 1.23077;
  }
}

@media (min-width: 720px) {
  .accordion__sub-heading {
    position: absolute;
    inset-inline-start: calc(50% + (32px / 2));
    inset-block-start: 50%;
    transform: translateY(-50%);
    padding: 0;
    width: 50%;
  }
}

.accordion__icon-list {
  margin-block-start: 1rem;
}

.accordion__icon-list .icon-list__item:first-of-type {
  border-top: 0 !important;
}

.accordion__icon-list .icon-list__item:last-of-type {
  border-bottom: 0;
}

.accordion--faq {
  padding-block: 0;
  padding-inline: 1.5rem;
}

.accordion--faq .accordion__heading:first-of-type {
  border-top: 0;
}

.accordion--faq .accordion__heading:last-of-type {
  border-bottom: 0;
}

.accordion--faq .accordion__title {
  font-size: 1.0625rem;
  line-height: 1.47059;
  font-weight: 400;
}

@media (min-width: 720px) {
  .accordion--faq .accordion__title {
    font-size: 1.1875rem;
    line-height: 1.36842;
  }
}

@media (min-width: 1200px) {
  .accordion--faq .accordion__title {
    font-size: 1.3125rem;
    line-height: 1.52381;
  }
}

.article-header {
  --color: #fff;
  --background-color: #004f7c;
  font-size: 1.0625rem;
  line-height: 1.47059;
  flex-direction: row;
  flex-wrap: wrap;
  margin-block-end: 0;
  color: var(--color);
}

@media (min-width: 720px) {
  .article-header {
    font-size: 1.1875rem;
    line-height: 1.36842;
  }
}

@media (min-width: 1200px) {
  .article-header {
    font-size: 1.3125rem;
    line-height: 1.52381;
  }
}

.theme-yellow .article-header, .article-header.article-header--kompass {
  --background-color: #e26300;
}

.theme-beige .article-header, .article-header.article-header--geburtsurkunde {
  --color: #000;
  --background-color: #ebe8e5;
}

.article-header--large:not(.article-header--geburtsurkunde) {
  text-align: center;
}

.article-header--convex {
  -webkit-clip-path: ellipse(180% 100% at 50.02% 1px);
          clip-path: ellipse(180% 100% at 50.02% 1px);
  margin-block-end: 4rem;
}

@media (min-width: 480px) {
  .article-header--convex {
    -webkit-clip-path: ellipse(160% 100% at 50.02% 1px);
            clip-path: ellipse(160% 100% at 50.02% 1px);
  }
}

@media (min-width: 720px) {
  .article-header--convex {
    -webkit-clip-path: ellipse(110% 100% at 50.02% 1px);
            clip-path: ellipse(110% 100% at 50.02% 1px);
  }
}

.article-header--geburtsurkunde {
  --background-color: #ebe8e5;
  --background-image-url: url('/frontend/assets/images/dimr-rag-illustration-1.svg');
  width: 100%;
  max-width: 86rem;
  margin-inline: auto;
  background-repeat: no-repeat;
  background-image: var(--background-image-url);
  background-position: 75% 50%;
  background-size: auto 110%;
  background-color: var(--background-color);
}

.article-header--geburtsurkunde.article-header--large {
  --background-color: #c3bab1;
  background-size: 60%;
  background-position: 100% 100%;
}

@media (min-width: 480px) {
  .article-header--geburtsurkunde.article-header--large {
    background-size: 50%;
    background-position: 100% 110%;
  }
}

@media (min-width: 720px) {
  .article-header--geburtsurkunde.article-header--large {
    background-size: 50%;
    background-position: 100% 150%;
  }
}

@media (min-width: 960px) {
  .article-header--geburtsurkunde.article-header--large {
    background-size: 50%;
    background-position: 100% 120%;
  }
}

@media (min-width: 1200px) {
  .article-header--geburtsurkunde.article-header--large {
    background-size: contain;
    background-position: 100% 50%;
  }
}

[dir='rtl'] .article-header--geburtsurkunde {
  transform: scaleX(-1);
}

[dir="rtl"] .article-header--geburtsurkunde .article-header__container {
  transform: scaleX(-1);
}

.article-header__body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  background-color: var(--background-color);
  min-height: 11.125rem;
  padding-block-start: 1rem;
  padding-block-end: 1rem;
}

@media (min-width: 720px) {
  .article-header__body {
    min-height: 13rem;
    padding-block-start: 2rem;
    padding-block-end: 2rem;
  }
}

.article-header--large .article-header__body {
  justify-content: center;
  padding-block-start: 3rem;
  padding-block-end: 6rem;
}

@media (min-width: 720px) {
  .article-header--large .article-header__body {
    min-height: 24rem;
  }
}

@media (min-width: 960px) {
  .article-header--large .article-header__body {
    min-height: 32rem;
  }
}

.article-header:not(.article-header--convex) .article-header__body {
  padding-inline-end: 2rem;
  -webkit-clip-path: ellipse(100% 320% at 0 50%);
          clip-path: ellipse(100% 320% at 0 50%);
}

[dir='rtl'] .article-header:not(.article-header--convex) .article-header__body {
  -webkit-clip-path: ellipse(100% 320% at 100% 50%);
          clip-path: ellipse(100% 320% at 100% 50%);
}

.article-header--large:not(.article-header--convex) .article-header__body {
  -webkit-clip-path: ellipse(100% 220% at 0 50%);
          clip-path: ellipse(100% 220% at 0 50%);
}

[dir='rtl'] .article-header--large:not(.article-header--convex) .article-header__body {
  -webkit-clip-path: ellipse(100% 220% at 100% 50%);
          clip-path: ellipse(100% 220% at 100% 50%);
}

.article-header:not(.article-header--geburtsurkunde) .article-header__body::before {
  content: '';
  position: absolute;
  inset-inline-end: 100%;
  inset-block-start: 0;
  inset-block-end: 0;
  width: 100%;
  background-color: inherit;
}

.article-header--kompass.article-header--large .article-header__body,
.article-header--kompass.article-header--large .article-header__body::before {
  background-image: url("/frontend/assets/images/stage.svg");
  background-size: 100%;
}

.article-header--kompass.article-header--large .article-header__body {
  background-position: 0 0;
}

.article-header--kompass.article-header--large .article-header__body::before {
  background-position: 0 100%;
}

.article-header--geburtsurkunde .article-header__body {
  --background-color: transparent;
  padding-block-start: 4rem;
  padding-block-end: 6rem;
  width: 100%;
}

@media (min-width: 720px) {
  .article-header--geburtsurkunde .article-header__body {
    width: 75%;
  }
}

@media (min-width: 960px) {
  .article-header--geburtsurkunde .article-header__body {
    width: 50%;
  }
}

.article-header--has-media .article-header__body {
  padding-block-end: 4rem;
}

.article-header__body > * {
  z-index: 1;
}

.article-header__decor {
  display: none;
}

.article-header__heading,
.article-header__overline,
.article-header__category,
.article-header__meta-list {
  font-weight: 700;
  color: var(--color);
}

.article-header--large .article-header__heading, .article-header--large
.article-header__overline, .article-header--large
.article-header__category, .article-header--large
.article-header__meta-list {
  justify-content: center;
}

.article-header__category {
  --color: #a1e703;
  margin-block-end: auto;
}

.theme-yellow .article-header__category {
  --color: #ffed92;
}

.theme-beige .article-header__category {
  --color: #000;
}

.article-header__meta-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-self: flex-end;
  color: inherit;
  margin-block-start: auto;
  margin-block-end: 0.5em;
}

.article-header__category + .article-header__meta-list {
  margin-block-start: 1.5rem;
}

@media (min-width: 720px) {
  .article-header__category + .article-header__meta-list {
    margin-block-start: 3rem;
  }
}

.page-geschlechtsspezifische-gewalt .article-header__meta-list {
  margin-block-start: 0;
  margin-block-end: auto;
}

.article-header__meta-item + .article-header__meta-item {
  padding-inline-start: 1rem;
}

.page-geschlechtsspezifische-gewalt .article-header__meta-item {
  --color: #a1e703;
  margin-block-end: auto;
  color: var(--color);
}

.theme-yellow .page-geschlechtsspezifische-gewalt .article-header__meta-item {
  --color: #ffed92;
}

.theme-beige .page-geschlechtsspezifische-gewalt .article-header__meta-item {
  --color: #000;
}

.article-header__overline {
  font-size: 1.0625rem;
  line-height: 1.47059;
  display: block;
  margin-block-start: auto;
  margin-block-end: 0.5em;
}

@media (min-width: 720px) {
  .article-header__overline {
    font-size: 1.1875rem;
    line-height: 1.36842;
  }
}

@media (min-width: 1200px) {
  .article-header__overline {
    font-size: 1.3125rem;
    line-height: 1.52381;
  }
}

.article-header__subline {
  margin: 1em 0 0;
}

.article-header__heading {
  margin-block-end: 0;
  justify-self: flex-end;
  margin-block-start: auto;
}

.article-header__meta-list + .article-header__heading {
  margin-block-start: 0;
}

.article-header__category + .article-header__heading {
  margin-block-start: 3rem;
}

.article-header--large .article-header__heading {
  margin-block-start: 0;
}

.article-header--large:not(.article-header--geburtsurkunde) .article-header__heading {
  font-size: 1.625rem;
}

@media (min-width: 480px) {
  .article-header--large:not(.article-header--geburtsurkunde) .article-header__heading {
    font-size: 2.5rem;
  }
}

@media (min-width: 720px) {
  .article-header--large:not(.article-header--geburtsurkunde) .article-header__heading {
    font-size: 3rem;
  }
}

@media (min-width: 960px) {
  .article-header--large:not(.article-header--geburtsurkunde) .article-header__heading {
    font-size: 3.5rem;
  }
}

@media (min-width: 1200px) {
  .article-header--large:not(.article-header--geburtsurkunde) .article-header__heading {
    font-size: 4rem;
  }
}

.article-header__text {
  margin-block-start: 1em;
  max-width: 60ch;
}

.article-header__media {
  position: relative;
  margin-block-start: -3rem;
}

.article-header__buttons {
  margin-block-start: 3em;
  flex-direction: column;
}

@media (min-width: 960px) {
  .article-header__buttons {
    flex-direction: row;
  }
}

.author {
  display: flex;
  position: relative;
  padding: 0;
  padding-inline-end: 20px;
  align-items: center;
}

.author .author__image {
  min-width: 40px;
  padding-inline-end: 10px;
}

.author .author__image img {
  border-radius: 50%;
  display: block;
}

.author .author__logo {
  padding-inline-end: 10px;
}

.author .author__name {
  font-weight: 700;
  color: #000;
}

.headline__author {
  margin-inline-start: auto;
  margin-inline-end: auto;
  flex-direction: column;
  padding: 0;
}

.headline__author .author__image {
  width: 120px;
  padding-inline-end: 0;
}

.headline__author .author__name {
  font-weight: 400;
  color: #b5001f;
}

.authorinfo {
  display: flex;
  flex-flow: column nowrap;
  outline: 3px dashed #004f7c;
  outline-offset: -10px;
  padding-block-start: 20px;
  padding-block-end: 40px;
  padding-inline: 20px;
  position: relative;
  background-color: #f2f6f8;
}

@media (min-width: 720px) {
  .authorinfo {
    outline-offset: -20px;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding-block-start: 30px;
    padding-block-end: 40px;
    padding-inline: 50px;
  }
}

.authorinfo p {
  color: #004f7c;
}

.breadcrumb {
  margin-bottom: 3rem;
  margin-block-start: 1em;
  display: flex;
}

@media (min-width: 720px) {
  .breadcrumb {
    margin-bottom: 3rem;
  }
}

@media (min-width: 960px) {
  .breadcrumb {
    margin-bottom: 3rem;
  }
}

.article-header--kompass.article-header--large + .container .breadcrumb,
.article-header--no-breadcrumb + .container .breadcrumb {
  display: none;
}

.breadcrumb__label {
  position: absolute;
  height: 1px;
  width: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

.breadcrumb__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumb__item {
  font-size: 0.875rem;
  line-height: 1.42857;
  display: flex;
  align-items: center;
  color: #000;
}

@media (min-width: 720px) {
  .breadcrumb__item {
    font-size: 0.875rem;
    line-height: 1.42857;
  }
}

@media (min-width: 1200px) {
  .breadcrumb__item {
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}

.breadcrumb__link {
  padding: 0.25em;
}

.input-is-keyboard .breadcrumb__link:focus {
  color: #000 !important;
  background-color: #defcb5 !important;
  box-shadow: 0 -2px 0 2px #defcb5, 0 2px 0 2px #000 !important;
  z-index: 900 !important;
  text-decoration: none !important;
  outline: none !important;
  background-image: none;
}

.breadcrumb__link:link {
  position: relative;
}

.breadcrumb__link:link::after {
  content: '';
  position: absolute;
  inset-block-end: calc(0.25em - 2px);
  inset-inline-start: 0.25em;
  height: 2px;
  width: 0;
  background-color: #a1e703;
  transition: all 0.2s ease;
}

.breadcrumb__link:link:hover, .breadcrumb__link:link:active {
  cursor: pointer;
  color: #004f7c;
  text-decoration: none !important;
}

.breadcrumb__link:link:hover::after, .breadcrumb__link:link:active::after {
  width: calc(100% - 0.5em);
}

.breadcrumb__item:first-of-type .breadcrumb__link {
  padding-inline-start: 0;
}

.breadcrumb__item:first-of-type .breadcrumb__link:link::after {
  inset-inline-start: 0;
}

.breadcrumb__item:first-of-type .breadcrumb__link:link:hover::after, .breadcrumb__item:first-of-type .breadcrumb__link:link:active::after {
  width: calc(100% - 0.25em);
}

.theme-yellow .breadcrumb__link:link::after {
  background-color: #fec400;
}

.breadcrumb__icon {
  font-size: 1em;
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.button-group > * {
  margin-inline-end: 1rem;
  margin-block-end: 1rem;
}

.button-group > *:last-child {
  margin-inline-end: 0;
}

.button-group--right {
  justify-content: flex-end;
}

.button-group--right > * {
  margin-inline-end: 0;
  margin-inline-start: 1rem;
}

.button-group--right > *:first-child {
  margin-inline-start: 0;
}

.button-group--center {
  justify-content: center;
}

.button-group--space-between {
  justify-content: space-between;
}

.button-group--space-around {
  justify-content: space-around;
}

.button-group .button--full-width {
  margin-inline-end: 0;
}

.calendar-list {
  position: relative;
  background-color: #f2f6f8;
  margin-block-end: 2rem;
  padding-block-start: 3rem;
}

@media (min-width: 960px) {
  .calendar-list {
    display: flex;
    flex-flow: row nowrap;
    padding-block-start: 0;
  }
}

.calendar-list__date {
  background-color: #e75113;
  color: #fff;
  display: inline-block;
  padding-block: 0.5rem;
  padding-inline: 1rem;
  margin-block-end: 1rem;
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  z-index: 1;
}

@media (min-width: 960px) {
  .calendar-list__date {
    position: relative;
    left: auto;
    top: auto;
    min-width: 135px;
    min-height: 135px;
    max-height: 135px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
}

.calendar-list__day {
  font-weight: bold;
  margin-inline-end: 0.5rem;
}

@media (min-width: 960px) {
  .calendar-list__day {
    font-size: 4rem;
    line-height: 1;
    margin-inline-end: 0;
  }
}

.calendar-list__month {
  text-transform: uppercase;
}

@media (min-width: 960px) {
  .calendar-list__month {
    font-size: 1.25rem;
    letter-spacing: 2px;
  }
}

.calendar-list__image {
  position: relative;
  z-index: 0;
  margin-block-start: -1.8rem;
}

.calendar-list__image::before {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-block-start: 56.25%;
}

.calendar-list__image > * {
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-start: 0;
  height: 100%;
  width: 100%;
}

@media (min-width: 480px) {
  .calendar-list__image {
    max-width: 50%;
    margin-inline-start: 1rem;
  }
}

@media (min-width: 960px) {
  .calendar-list__image {
    flex: 0 0 240px;
    margin: 0;
    margin-inline-end: 0.5rem;
    align-self: flex-start;
  }
}

.calendar-list__meta {
  padding-block: 0.5rem;
  padding-inline: 1rem;
}

@media (min-width: 960px) {
  .calendar-list__meta {
    padding-block-end: 0;
    margin-block-start: 0.5rem;
  }
}

.calendar-list__content {
  flex: 0 1 auto;
}

.calendar-list__type {
  display: block;
  text-transform: uppercase;
  color: #004f7c;
}

@media (min-width: 720px) {
  .calendar-list__type {
    display: inline-block;
    margin-inline-end: 1rem;
  }
}

.calendar-list__city {
  display: block;
  color: #004f7c;
  font-weight: 900;
}

@media (min-width: 720px) {
  .calendar-list__city {
    display: inline-block;
  }
}

.calendar-list__headline {
  font-size: 1.3125rem;
  line-height: 1.33333;
  font-weight: 900;
  color: #004f7c;
  padding-block-start: 0.5rem;
  padding-block-end: 0;
  padding-inline: 1rem;
}

@media (min-width: 720px) {
  .calendar-list__headline {
    font-size: 1.625rem;
    line-height: 1.23077;
  }
}

@media (min-width: 1200px) {
  .calendar-list__headline {
    font-size: 2rem;
    line-height: 1.1875;
  }
}

@media (min-width: 960px) {
  .calendar-list__headline {
    padding-block-start: 0.5rem;
    padding-block-end: 1rem;
    padding-inline: 1rem;
  }
}

.calendar-list__more {
  padding-block: 0.5rem;
  padding-inline: 1rem;
  transition: all 0.2s ease;
}

@media (min-width: 960px) {
  .calendar-list__more {
    margin-inline-start: auto;
    align-self: center !important;
  }
}

.calendar-list:hover .calendar-list__more {
  color: #004f7c;
  transform: translateX(10%);
  transition: all 0.2s ease;
}

.contact-set--blue {
  padding: 1.5rem;
  background-color: #d9f1fd;
}

@media (min-width: 720px) {
  .contact-set--blue {
    padding: 1.5rem;
  }
}

@media (min-width: 960px) {
  .contact-set--blue {
    padding: 1.5rem;
  }
}

.contact-set__topic {
  margin: -1.5rem -1.5rem 2rem;
}

.contact-set__topic span::after {
  background-color: #d9f1fd;
}

.contact--sm {
  display: flex;
  flex-direction: row;
}

.contact__image {
  margin-block-end: 1rem;
  flex: 0 0 100%;
}

.contact--lg .contact__image {
  background-color: #d9f1fd;
}

.contact--lg .contact__image .image img {
  max-height: 100%;
  width: auto;
  height: 100%;
  transform: none !important;
}

.contact--lg .contact__image .image .credits {
  background: #d9f1fd;
  color: #000;
  inset-block-end: auto;
  line-height: 1.125;
  position: absolute;
  bottom: 0;
  top: auto;
}

.contact--sm .contact__image {
  max-width: 120px;
  flex: 0 0 120px;
}

@media (min-width: 720px) {
  .contact--sm .contact__image {
    max-width: 136px;
    flex: 0 0 136px;
    padding-inline-end: 0.5rem;
  }
}

.contact--sm .contact__image .image img {
  max-height: 100%;
  width: auto;
  height: 100%;
  transform: none !important;
}

.contact--sm .contact__image .image .credits {
  inset-inline-end: 0;
  inset-inline-start: auto;
  background: transparent;
  color: #000;
  inset-block-end: auto;
  padding-block-start: 0.25rem;
  padding-block-end: 0;
  padding-inline: 0;
  line-height: 1.125;
  position: relative;
}

.contact--sm .contact__text {
  padding-inline-start: 1rem;
  padding-inline-end: 1rem;
}

.contact__text > * + * {
  margin-block-start: 0.25em;
}

.contact__item {
  font-size: 0.9375rem;
  line-height: 1.33333;
}

@media (min-width: 720px) {
  .contact__item {
    font-size: 1rem;
    line-height: 1.25;
  }
}

@media (min-width: 1200px) {
  .contact__item {
    font-size: 1.0625rem;
    line-height: 1.52941;
  }
}

.contact__item .icon-text {
  padding-inline-start: 1.5em;
}

.contact__item .icon-text .icon {
  inset-block-start: 0.25em;
  transform: none;
}

.contact__item > a, .contact__item > a:visited {
  display: inline;
  color: var(--animated-underline-color-text, #000);
  text-decoration: none;
  background-image: linear-gradient(var(--animated-underline-color-underline, transparent), var(--animated-underline-color-underline, transparent)), linear-gradient(var(--animated-underline-color-underline-hover, #a1e703), var(--animated-underline-color-underline-hover, #a1e703));
  background-position-x: calc(100% + var(--animated-underline-offset-x, 1.5em)), calc(0% + var(--animated-underline-offset-x, 1.5em));
  background-position-y: calc(100% + var(--animated-underline-offset-y, 0%)), calc(100% + var(--animated-underline-offset-y, 0%));
  background-size: 100% var(--width-underline, 2px), 0% var(--width-underline, 2px);
  background-repeat: no-repeat;
  will-change: background-size;
  transition: background-size 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.contact__item > a:hover, .contact__item > a:active, .contact__item > a[aria-current] {
  color: var(--animated-underline-color-text-hover, #004f7c);
  background-size: 0% var(--width-underline, 2px), 100% var(--width-underline, 2px);
}

.contact__item--title {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}

@media (min-width: 720px) {
  .contact__item--title {
    font-size: 1.0625rem;
    line-height: 1.52941;
  }
}

@media (min-width: 1200px) {
  .contact__item--title {
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}

.contact__item--title + .contact__item--address,
.contact__item--title + .contact__item--telephone,
.contact__item--title + .contact__item--fax,
.contact__item--title + .contact__item--mail,
.contact__item--jobtitle + .contact__item--address,
.contact__item--jobtitle + .contact__item--telephone,
.contact__item--jobtitle + .contact__item--fax,
.contact__item--jobtitle + .contact__item--mail,
.contact__item--department + .contact__item--address,
.contact__item--department + .contact__item--telephone,
.contact__item--department + .contact__item--fax,
.contact__item--department + .contact__item--mail {
  margin-block-start: 1em;
}

.contact__item--address + .contact__item {
  margin-block-start: 1em;
}

.contact__item--profile {
  margin-block-start: 1em;
}

.contact__value {
  color: #000;
}

.contact__label {
  padding-inline-end: 5px;
}

.contact__button {
  margin-block-start: 1rem;
}

.theme-high-contrast .cookie-consent-container {
  --box-shadow: 0 0 0 2px hsl(0, 0%, 0%);
  --color-text: #000;
  --color-background: #fff;
  --color-button-text: #fff;
  --color-button-text--hover: #fff;
  --color-button-background: #000;
  --color-button-background--hover: #4f4f4f;
  --color-checkbox-check: #fff;
  --color-checkbox-check-disabled: #000;
  --color-checkbox-border: #000;
  --color-checkbox-border-disabled: transparent;
  --color-checkbox-background: #fff;
  --color-checkbox-background-checked: #000;
  --color-checkbox-background-disabled: #fff;
}

.theme-high-contrast .cookie-consent-container .details {
  --color-text: #fff;
  --color-background: #fff;
}

.theme-high-contrast .cookie-consent-container .option-wrapper {
  --color-text: #fff;
  --color-background: #4f4f4f;
}

.theme-high-contrast .cookie-consent-container .option-detail {
  --color-text: #fff;
  --color-background: #000;
  --color-checkbox-check: #000;
  --color-checkbox-check-disabled: #fff;
  --color-checkbox-border: #fff;
  --color-checkbox-border-disabled: transparent;
  --color-checkbox-background: #000;
  --color-checkbox-background-checked: #fff;
  --color-checkbox-background-disabled: #000;
}

.theme-dark .cookie-consent-container {
  --box-shadow: 0 20px 20px hsla(0, 0%, 0%, 1);
  --color-text: #fff;
  --color-background: #004f7c;
  --color-button-text: #fff;
  --color-button-text--hover: #fff;
  --color-button-background: #3e7aa3;
  --color-button-background--hover: #05283c;
  --color-checkbox-check: #004f7c;
  --color-checkbox-check-disabled: #fff;
  --color-checkbox-border: #d9f1fd;
  --color-checkbox-border-disabled: transparent;
  --color-checkbox-background: #004f7c;
  --color-checkbox-background-checked: #d9f1fd;
  --color-checkbox-background-disabled: #004f7c;
}

.theme-dark .cookie-consent-container .details {
  --color-text: #fff;
  --color-background: #004f7c;
}

.theme-dark .cookie-consent-container .option-wrapper {
  --color-text: #fff;
  --color-background: #00446b;
}

.theme-dark .cookie-consent-container .option-detail {
  --color-text: #fff;
  --color-background: #05283c;
  --color-checkbox-check: #004f7c;
  --color-checkbox-check-disabled: #d9f1fd;
  --color-checkbox-border: #d9f1fd;
  --color-checkbox-border-disabled: transparent;
  --color-checkbox-background: #05283c;
  --color-checkbox-background-checked: #d9f1fd;
  --color-checkbox-background-disabled: #05283c;
}

.cookie-consent-container {
  --box-shadow: 0 20px 20px hsla(0, 0%, 0%, 0.15);
  --color-text: #000;
  --color-background: #d9f1fd;
  --color-button-text: #fff;
  --color-button-text--hover: #fff;
  --color-button-background: #004f7c;
  --color-button-background--hover: #05283c;
  --color-checkbox-check: #d9f1fd;
  --color-checkbox-check-disabled: #004f7c;
  --color-checkbox-border: #004f7c;
  --color-checkbox-border-disabled: transparent;
  --color-checkbox-background: #d9f1fd;
  --color-checkbox-background-checked: #004f7c;
  --color-checkbox-background-disabled: #d9f1fd;
}

.cookie-consent-container .details {
  --color-text: #fff;
  --color-background: #004f7c;
}

.cookie-consent-container .option-wrapper {
  --color-text: #fff;
  --color-background: #004f7c;
}

.cookie-consent-container .option-detail {
  --color-text: #fff;
  --color-background: #06324b;
  --color-checkbox-check: #004f7c;
  --color-checkbox-check-disabled: #d9f1fd;
  --color-checkbox-border: #d9f1fd;
  --color-checkbox-border-disabled: transparent;
  --color-checkbox-background: #06324b;
  --color-checkbox-background-checked: #d9f1fd;
  --color-checkbox-background-disabled: #06324b;
}

.cookie-consent-container {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: fixed;
  inset: 0;
  background-color: transparent;
  z-index: 999;
  overflow: hidden;
  pointer-events: none;
}

.consent-modal {
  font-size: 0.9375rem;
  line-height: 1.33333;
  padding: 1.5rem;
  pointer-events: all;
  display: flex;
  flex-direction: column;
  height: auto;
  max-height: 100vh;
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  box-shadow: var(--box-shadow);
  color: var(--color-text);
  background-color: var(--color-background);
}

@media (min-width: 720px) {
  .consent-modal {
    font-size: 1rem;
    line-height: 1.25;
  }
}

@media (min-width: 1200px) {
  .consent-modal {
    font-size: 1.0625rem;
    line-height: 1.52941;
  }
}

@media (min-width: 720px) {
  .consent-modal {
    padding: 1.5rem;
  }
}

@media (min-width: 960px) {
  .consent-modal {
    padding: 1.5rem;
  }
}

@media (min-width: 720px) {
  .consent-modal {
    width: 32rem;
    max-width: calc(100vw - calc(2 * 1.5rem));
    max-height: calc(100vh - 1.5rem);
    margin: 1.5rem;
  }
}

@media (min-width: 960px) {
  .consent-modal {
    width: 36rem;
  }
}

.consent-modal .options {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-block-start: 1.5rem;
  gap: 1rem;
}

.consent-modal .options li {
  flex: 1 0 auto;
}

.consent-modal .label {
  font-size: 0.9375rem;
  line-height: 1.33333;
  color: inherit;
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: 1;
}

@media (min-width: 720px) {
  .consent-modal .label {
    font-size: 1rem;
    line-height: 1.25;
  }
}

@media (min-width: 1200px) {
  .consent-modal .label {
    font-size: 1.0625rem;
    line-height: 1.52941;
  }
}

.consent-modal .label[for='modal-option-necessary'] {
  cursor: default;
}

.consent-modal .details .label::before {
  content: '';
  position: absolute;
  inset-block-start: 0;
  bottom: 0;
  right: 0;
  inset-inline-start: 0;
}

.consent-modal [type='checkbox'] {
  position: absolute;
  height: 1px;
  width: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

.consent-modal .checkmark {
  order: -1;
  position: relative;
  height: 1.75em;
  width: 1.75em;
  margin-inline-end: 0.75em;
  border-style: solid;
  border-width: 2px;
  border-radius: 2px;
  background-color: var(--color-checkbox-background);
  border-color: var(--color-checkbox-border);
  color: var(--color-checkbox-check);
}

.consent-modal :checked ~ .checkmark,
.consent-modal .partially-checked .checkmark {
  background-color: var(--color-checkbox-background-checked);
  color: var(--color-checkbox-check);
}

.consent-modal :disabled ~ .checkmark,
.consent-modal :disabled:checked ~ .checkmark {
  background-color: var(--color-checkbox-background-disabled);
  border-color: var(--color-checkbox-border-disabled);
  color: var(--color-checkbox-check-disabled);
  margin-inline-end: 0.25em;
}

.consent-modal :focus-visible ~ .checkmark {
  outline-style: solid;
  outline-offset: 2px;
  outline-width: 2px;
  outline-color: var(--color-text);
}

.consent-modal .checkmark::after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  position: absolute;
  inset-inline-start: 50%;
  inset-block-start: 45%;
  transform: translate(-50%, -50%) rotate(45deg) scale(0.5);
  transition: opacity 0.2s ease-in;
  border-color: currentColor;
  border-style: solid;
  border-width: 0 0.125em 0.125em 0;
  opacity: 0;
}

.consent-modal input:checked ~ .checkmark::after,
.consent-modal .partially-checked .checkmark::after {
  opacity: 1;
}

.consent-modal input:checked ~ .checkmark::after {
  transform: translate(-50%, -50%) rotate(45deg) scale(1);
  opacity: 1;
}

.consent-modal .partially-checked .checkmark::after {
  inset-block-start: 50%;
  transform: translate(-50%, -50%) rotate(0);
  width: 0.825em;
  height: 0.125em;
  background-color: currentColor;
  border-width: 0;
}

.consent-modal .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-block-start: 2rem;
  gap: 1rem;
}

.consent-modal .buttons .button {
  background-color: var(--color-button-background) !important;
  border-color: var(--color-button-background) !important;
  color: var(--color-button-text) !important;
}

@media (min-width: 720px) {
  .consent-modal .buttons .button {
    min-width: 12rem;
  }
}

.consent-modal .buttons .button:hover {
  background-color: var(--color-button-background--hover) !important;
  border-color: var(--color-button-background--hover) !important;
  color: var(--color-button-text--hover) !important;
}

.consent-modal .bottom-bar {
  margin-block-start: 1.5rem;
  display: flex;
}

@media (min-width: 720px) {
  .consent-modal .bottom-bar {
    margin-block-start: 1.5rem;
  }
}

@media (min-width: 960px) {
  .consent-modal .bottom-bar {
    margin-block-start: 1.5rem;
  }
}

.consent-modal .show-details {
  display: inline-block !important;
  position: relative;
  padding-inline-start: 1em;
  margin-inline-end: auto;
}

.consent-modal .show-details::before {
  content: '';
  display: block;
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  border-inline-end: 2px solid currentColor;
  border-block-end: 2px solid currentColor;
  transform: rotate(45deg);
  inset-inline-start: 0;
  inset-block-start: 0.5em;
}

.consent-modal .show-details.open::before {
  transform: rotate(-135deg);
}

.consent-modal .show-details:focus-visible {
  outline-style: solid;
  outline-offset: 5px;
  outline-width: 2px;
  outline-color: var(--color-text);
}

.consent-modal .footer-link, .consent-modal .footer-link:visited {
  display: inline;
  color: var(--animated-underline-color-text, #000);
  text-decoration: none;
  background-image: linear-gradient(var(--animated-underline-color-underline, transparent), var(--animated-underline-color-underline, transparent)), linear-gradient(var(--animated-underline-color-underline-hover, #a1e703), var(--animated-underline-color-underline-hover, #a1e703));
  background-position-x: calc(100% + var(--animated-underline-offset-x, 0%)), calc(0% + var(--animated-underline-offset-x, 0%));
  background-position-y: calc(100% + var(--animated-underline-offset-y, 0%)), calc(100% + var(--animated-underline-offset-y, 0%));
  background-size: 100% var(--width-underline, 2px), 0% var(--width-underline, 2px);
  background-repeat: no-repeat;
  will-change: background-size;
  transition: background-size 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.consent-modal .footer-link:hover, .consent-modal .footer-link:active, .consent-modal .footer-link[aria-current] {
  color: var(--animated-underline-color-text-hover, #004f7c);
  background-size: 0% var(--width-underline, 2px), 100% var(--width-underline, 2px);
}

.consent-modal .footer-link + .footer-link {
  margin-inline-start: 1em;
}

.consent-modal .details {
  font-size: 0.9375rem;
  line-height: 1.33333;
}

@media (min-width: 720px) {
  .consent-modal .details {
    font-size: 1rem;
    line-height: 1.25;
  }
}

@media (min-width: 1200px) {
  .consent-modal .details {
    font-size: 1.0625rem;
    line-height: 1.52941;
  }
}

.consent-modal .detail {
  display: flex;
  flex-direction: column;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out, visibility 0s linear 0.2s;
  will-change: max-height;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

.consent-modal .detail.open {
  padding-block-start: 1.5rem;
  visibility: visible;
  max-height: 3000px;
  overflow: visible;
  transition: max-height 0.2s ease-in, visibility 0s linear;
}

@media (min-width: 720px) {
  .consent-modal .detail.open {
    padding-block-start: 1.5rem;
  }
}

@media (min-width: 960px) {
  .consent-modal .detail.open {
    padding-block-start: 1.5rem;
  }
}

.consent-modal .option-wrapper {
  padding-block: 3rem;
  padding-inline: 1.5rem;
  color: var(--color-text);
  background-color: var(--color-background);
}

@media (min-width: 720px) {
  .consent-modal .option-wrapper {
    padding-block: 3rem;
  }
}

@media (min-width: 960px) {
  .consent-modal .option-wrapper {
    padding-block: 3rem;
  }
}

@media (min-width: 720px) {
  .consent-modal .option-wrapper {
    padding-inline: 1.5rem;
  }
}

@media (min-width: 960px) {
  .consent-modal .option-wrapper {
    padding-inline: 1.5rem;
  }
}

.consent-modal .option-wrapper + .option-wrapper {
  margin-block-start: 1.5rem;
}

@media (min-width: 720px) {
  .consent-modal .option-wrapper + .option-wrapper {
    margin-block-start: 1.5rem;
  }
}

@media (min-width: 960px) {
  .consent-modal .option-wrapper + .option-wrapper {
    margin-block-start: 1.5rem;
  }
}

.consent-modal .option-detail-wrapper {
  margin-block-start: 3rem;
}

@media (min-width: 720px) {
  .consent-modal .option-detail-wrapper {
    margin-block-start: 3rem;
  }
}

@media (min-width: 960px) {
  .consent-modal .option-detail-wrapper {
    margin-block-start: 3rem;
  }
}

.consent-modal .option-detail {
  font-size: 0.875rem;
  line-height: 1.42857;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

@media (min-width: 720px) {
  .consent-modal .option-detail {
    font-size: 0.875rem;
    line-height: 1.42857;
  }
}

@media (min-width: 1200px) {
  .consent-modal .option-detail {
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}

.consent-modal .option-detail.cookie-option {
  font-weight: 700;
  position: relative;
  color: var(--color-text);
  background-color: var(--color-background);
  padding: 0.75em;
}

.consent-modal .option-detail + .option-detail {
  margin-block-start: 1rem;
}

@media (min-width: 720px) {
  .consent-modal .option-detail + .option-detail {
    margin-block-start: 1rem;
  }
}

@media (min-width: 960px) {
  .consent-modal .option-detail + .option-detail {
    margin-block-start: 1rem;
  }
}

.consent-modal .option-title {
  flex: 0 0 100%;
  font-weight: 400;
}

@media (min-width: 720px) {
  .consent-modal .option-title {
    flex: 0 0 33.333%;
  }
}

.consent-modal .option-value {
  flex: 1 0 100%;
}

@media (min-width: 720px) {
  .consent-modal .option-value {
    flex: 1 0 66.666%;
  }
}

.consent-modal .option-headline {
  font-size: 1.0625rem;
  line-height: 1.47059;
  font-weight: 700;
  margin-block-end: 0.75em;
}

@media (min-width: 720px) {
  .consent-modal .option-headline {
    font-size: 1.1875rem;
    line-height: 1.36842;
  }
}

@media (min-width: 1200px) {
  .consent-modal .option-headline {
    font-size: 1.3125rem;
    line-height: 1.52381;
  }
}

.revoke-cookieconsent {
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  padding: 0;
}

.consent-facade {
  --aspect-ratio: unset;
  --space: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f6f8;
  aspect-ratio: var(--aspect-ratio);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 720px) {
  .consent-facade {
    --space: 1.5rem;
    --aspect-ratio: 16/9;
  }
}

@media (min-width: 1200px) {
  .consent-facade {
    --space: 2rem;
  }
}

.consent-facade__hint {
  display: flex;
  flex-direction: column;
  gap: var(--space);
  padding: var(--space);
}

.consent-facade__text {
  max-width: 60ch;
}

.consent-facade__button {
  align-self: start;
}

/* --------------------------------

Article

-------------------------------- */
.pseudo-icon {
  --animated-underline-offset-x: 1.125em;
  position: relative;
  padding-inline-start: 1.125em;
}

.pseudo-icon::before, .pseudo-icon::after {
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0.3em;
  transition: inherit;
  background-size: 1em;
  background-position: center;
  background-repeat: no-repeat;
}

.pseudo-icon:link:hover::before, .pseudo-icon::after {
  opacity: 0;
}

.pseudo-icon::before, .pseudo-icon:link:hover::after {
  opacity: 1;
}

.pseudo-icon--link::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6.03 13.49H17.5l-5.01 4.82a.97.97 0 000 1.4c.4.39 1.04.39 1.44 0l6.77-6.5c.4-.4.4-1.02 0-1.4l-6.76-6.52a1.05 1.05 0 00-1.44 0c-.4.38-.4 1 0 1.4l5 4.82H6.03c-.57 0-1.03.45-1.03.99s.46.99 1.03.99z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.pseudo-icon--link::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23004f7c' d='M6.03 13.49H17.5l-5.01 4.82a.97.97 0 000 1.4c.4.39 1.04.39 1.44 0l6.77-6.5c.4-.4.4-1.02 0-1.4l-6.76-6.52a1.05 1.05 0 00-1.44 0c-.4.38-.4 1 0 1.4l5 4.82H6.03c-.57 0-1.03.45-1.03.99s.46.99 1.03.99z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.pseudo-icon--link-external::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M19 19H5V5h5V3H5a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2v-5h-2v5zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.pseudo-icon--link-external::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23004f7c' d='M19 19H5V5h5V3H5a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2v-5h-2v5zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.pseudo-icon--email::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M22 6a2 2 0 00-2-2H4a2 2 0 00-2 2v12c0 1.1.9 2 2 2h16a2 2 0 002-2V6zm-2 0l-8 4.99-8-5h16zm0 12H4V8l8 5 8-5v10z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.pseudo-icon--email::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23004f7c' d='M22 6a2 2 0 00-2-2H4a2 2 0 00-2 2v12c0 1.1.9 2 2 2h16a2 2 0 002-2V6zm-2 0l-8 4.99-8-5h16zm0 12H4V8l8 5 8-5v10z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.pseudo-icon--phone::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd' stroke='none' stroke-width='1'%3E%3Cpath fill='%23000' d='M6.54 5c.06.89.2 1.76.45 2.59l-1.2 1.2c-.41-1.2-.67-2.47-.76-3.8h1.5zm9.86 12.02c.85.24 1.72.4 2.6.45v1.5c-1.32-.1-2.59-.36-3.8-.76l1.2-1.19zM7.5 3H4a1 1 0 0 0-1 1 17 17 0 0 0 17 17 1 1 0 0 0 1-1v-3.49a1 1 0 0 0-1-1c-1.24 0-2.45-.2-3.57-.57a1.02 1.02 0 0 0-1.02.24l-2.2 2.2a15.15 15.15 0 0 1-6.6-6.6l2.2-2.2a1 1 0 0 0 .26-1.01A11.37 11.37 0 0 1 8.5 4a1 1 0 0 0-1-1z'/%3E%3C/g%3E%3C/svg%3E");
}

.pseudo-icon--phone::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd' stroke='none' stroke-width='1'%3E%3Cpath fill='%23004f7c' d='M6.54 5c.06.89.2 1.76.45 2.59l-1.2 1.2c-.41-1.2-.67-2.47-.76-3.8h1.5zm9.86 12.02c.85.24 1.72.4 2.6.45v1.5c-1.32-.1-2.59-.36-3.8-.76l1.2-1.19zM7.5 3H4a1 1 0 0 0-1 1 17 17 0 0 0 17 17 1 1 0 0 0 1-1v-3.49a1 1 0 0 0-1-1c-1.24 0-2.45-.2-3.57-.57a1.02 1.02 0 0 0-1.02.24l-2.2 2.2a15.15 15.15 0 0 1-6.6-6.6l2.2-2.2a1 1 0 0 0 .26-1.01A11.37 11.37 0 0 1 8.5 4a1 1 0 0 0-1-1z'/%3E%3C/g%3E%3C/svg%3E");
}

.pseudo-icon--download::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd' stroke='none' stroke-width='1'%3E%3Cpath fill='%23000' d='M19 14v5H5v-5H3v5c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2v-5h-2zm-6-1.33l2.59-2.58L17 11.5l-5 5-5-5 1.41-1.41L11 12.67V3h2v9.67z'/%3E%3C/g%3E%3C/svg%3E");
}

.pseudo-icon--download::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd' stroke='none' stroke-width='1'%3E%3Cpath fill='%23004f7c' d='M19 14v5H5v-5H3v5c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2v-5h-2zm-6-1.33l2.59-2.58L17 11.5l-5 5-5-5 1.41-1.41L11 12.67V3h2v9.67z'/%3E%3C/g%3E%3C/svg%3E");
}

.copytext {
  --animated-underline-color-underline: currentColor;
  max-width: 898px;
}

.copytext::after {
  content: "";
  display: block;
  clear: both;
}

.copytext h1 {
  margin-block-end: 1em;
}

.copytext h2 {
  margin-block-end: 1em;
}

.copytext * + h1,
.copytext * + h2,
.copytext * + h3,
.copytext * + h4,
.copytext * + h5,
.copytext * + h6 {
  margin-block-start: 1.5em !important;
}

.copytext blockquote {
  padding-inline-start: 1.75rem;
  border-left: 8px solid #a1e703;
  overflow: hidden;
  display: block;
  margin-block-end: 1rem;
}

.copytext blockquote > :last-child {
  margin-block-end: 0;
}

.copytext a, .copytext a:visited {
  display: inline;
  color: var(--animated-underline-color-text, #000);
  text-decoration: none;
  background-image: linear-gradient(var(--animated-underline-color-underline, transparent), var(--animated-underline-color-underline, transparent)), linear-gradient(var(--animated-underline-color-underline-hover, #a1e703), var(--animated-underline-color-underline-hover, #a1e703));
  background-position-x: calc(100% + var(--animated-underline-offset-x, 0%)), calc(0% + var(--animated-underline-offset-x, 0%));
  background-position-y: calc(100% + var(--animated-underline-offset-y, 0%)), calc(100% + var(--animated-underline-offset-y, 0%));
  background-size: 100% var(--width-underline, 2px), 0% var(--width-underline, 2px);
  background-repeat: no-repeat;
  will-change: background-size;
  transition: background-size 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.copytext a:hover, .copytext a:active, .copytext a[aria-current] {
  color: var(--animated-underline-color-text-hover, #004f7c);
  background-size: 0% var(--width-underline, 2px), 100% var(--width-underline, 2px);
}

.copytext--center {
  text-align: center;
}

.copytext--sm p,
.copytext--sm small {
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 720px) {
  .copytext--sm p,
  .copytext--sm small {
    font-size: 1.0625rem;
    line-height: 1.52941;
  }
}

@media (min-width: 1200px) {
  .copytext--sm p,
  .copytext--sm small {
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}

.copytext--xs p,
.copytext--xs small {
  font-size: 0.9375rem;
  line-height: 1.33333;
}

@media (min-width: 720px) {
  .copytext--xs p,
  .copytext--xs small {
    font-size: 1rem;
    line-height: 1.25;
  }
}

@media (min-width: 1200px) {
  .copytext--xs p,
  .copytext--xs small {
    font-size: 1.0625rem;
    line-height: 1.52941;
  }
}

.copytext--auto-icon a {
  --animated-underline-offset-x: 1.125em;
  position: relative;
  padding-inline-start: 1.125em;
}

.copytext--auto-icon a::before, .copytext--auto-icon a::after {
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0.3em;
  transition: inherit;
  background-size: 1em;
  background-position: center;
  background-repeat: no-repeat;
}

.copytext--auto-icon a:link:hover::before, .copytext--auto-icon a::after {
  opacity: 0;
}

.copytext--auto-icon a::before, .copytext--auto-icon a:link:hover::after {
  opacity: 1;
}

.copytext--auto-icon a:not([href^='http://']):not([href^='https://']):not([href^='mailto:']):not([href^='javascript:linkTo_UnCryptMailto']):not([href^='tel:']):not([href*='/fileadmin/'])::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6.03 13.49H17.5l-5.01 4.82a.97.97 0 000 1.4c.4.39 1.04.39 1.44 0l6.77-6.5c.4-.4.4-1.02 0-1.4l-6.76-6.52a1.05 1.05 0 00-1.44 0c-.4.38-.4 1 0 1.4l5 4.82H6.03c-.57 0-1.03.45-1.03.99s.46.99 1.03.99z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.copytext--auto-icon a:not([href^='http://']):not([href^='https://']):not([href^='mailto:']):not([href^='javascript:linkTo_UnCryptMailto']):not([href^='tel:']):not([href*='/fileadmin/'])::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23004f7c' d='M6.03 13.49H17.5l-5.01 4.82a.97.97 0 000 1.4c.4.39 1.04.39 1.44 0l6.77-6.5c.4-.4.4-1.02 0-1.4l-6.76-6.52a1.05 1.05 0 00-1.44 0c-.4.38-.4 1 0 1.4l5 4.82H6.03c-.57 0-1.03.45-1.03.99s.46.99 1.03.99z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.copytext--auto-icon a[href^='http://']::before,
.copytext--auto-icon a[href^='https://']::before,
.copytext--auto-icon a[href^='//']::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M19 19H5V5h5V3H5a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2v-5h-2v5zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.copytext--auto-icon a[href^='http://']::after,
.copytext--auto-icon a[href^='https://']::after,
.copytext--auto-icon a[href^='//']::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23004f7c' d='M19 19H5V5h5V3H5a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2v-5h-2v5zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.copytext--auto-icon a[href^='mailto:']::before,
.copytext--auto-icon a[href^='javascript:linkTo_UnCryptMailto']::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M22 6a2 2 0 00-2-2H4a2 2 0 00-2 2v12c0 1.1.9 2 2 2h16a2 2 0 002-2V6zm-2 0l-8 4.99-8-5h16zm0 12H4V8l8 5 8-5v10z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.copytext--auto-icon a[href^='mailto:']::after,
.copytext--auto-icon a[href^='javascript:linkTo_UnCryptMailto']::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23004f7c' d='M22 6a2 2 0 00-2-2H4a2 2 0 00-2 2v12c0 1.1.9 2 2 2h16a2 2 0 002-2V6zm-2 0l-8 4.99-8-5h16zm0 12H4V8l8 5 8-5v10z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.copytext--auto-icon a[href^='tel:']::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd' stroke='none' stroke-width='1'%3E%3Cpath fill='%23000' d='M6.54 5c.06.89.2 1.76.45 2.59l-1.2 1.2c-.41-1.2-.67-2.47-.76-3.8h1.5zm9.86 12.02c.85.24 1.72.4 2.6.45v1.5c-1.32-.1-2.59-.36-3.8-.76l1.2-1.19zM7.5 3H4a1 1 0 0 0-1 1 17 17 0 0 0 17 17 1 1 0 0 0 1-1v-3.49a1 1 0 0 0-1-1c-1.24 0-2.45-.2-3.57-.57a1.02 1.02 0 0 0-1.02.24l-2.2 2.2a15.15 15.15 0 0 1-6.6-6.6l2.2-2.2a1 1 0 0 0 .26-1.01A11.37 11.37 0 0 1 8.5 4a1 1 0 0 0-1-1z'/%3E%3C/g%3E%3C/svg%3E");
}

.copytext--auto-icon a[href^='tel:']::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd' stroke='none' stroke-width='1'%3E%3Cpath fill='%23004f7c' d='M6.54 5c.06.89.2 1.76.45 2.59l-1.2 1.2c-.41-1.2-.67-2.47-.76-3.8h1.5zm9.86 12.02c.85.24 1.72.4 2.6.45v1.5c-1.32-.1-2.59-.36-3.8-.76l1.2-1.19zM7.5 3H4a1 1 0 0 0-1 1 17 17 0 0 0 17 17 1 1 0 0 0 1-1v-3.49a1 1 0 0 0-1-1c-1.24 0-2.45-.2-3.57-.57a1.02 1.02 0 0 0-1.02.24l-2.2 2.2a15.15 15.15 0 0 1-6.6-6.6l2.2-2.2a1 1 0 0 0 .26-1.01A11.37 11.37 0 0 1 8.5 4a1 1 0 0 0-1-1z'/%3E%3C/g%3E%3C/svg%3E");
}

.copytext--auto-icon a[href*='/fileadmin/']::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd' stroke='none' stroke-width='1'%3E%3Cpath fill='%23000' d='M19 14v5H5v-5H3v5c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2v-5h-2zm-6-1.33l2.59-2.58L17 11.5l-5 5-5-5 1.41-1.41L11 12.67V3h2v9.67z'/%3E%3C/g%3E%3C/svg%3E");
}

.copytext--auto-icon a[href*='/fileadmin/']::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd' stroke='none' stroke-width='1'%3E%3Cpath fill='%23004f7c' d='M19 14v5H5v-5H3v5c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2v-5h-2zm-6-1.33l2.59-2.58L17 11.5l-5 5-5-5 1.41-1.41L11 12.67V3h2v9.67z'/%3E%3C/g%3E%3C/svg%3E");
}

.copytext--auto-icon a.back::before,
.copytext--auto-icon a.back::after {
  transform: rotate(180deg);
}

.copytext--auto-icon a.glossary-link::before,
.copytext--auto-icon a.glossary-link:hover::before,
.copytext--auto-icon a[href*='#term-']::before,
.copytext--auto-icon a[href*='#term-']:hover::before {
  background-image: none !important;
  opacity: 1 !important;
  border-radius: 50%;
  content: 'i';
  line-height: 100%;
  text-align: center;
  font-family: 'Times New Roman';
  font-style: italic;
  background: #004f7c;
  color: white;
}

.copytext--auto-icon a.glossary-link::after,
.copytext--auto-icon a.glossary-link:hover::after,
.copytext--auto-icon a[href*='#term-']::after,
.copytext--auto-icon a[href*='#term-']:hover::after {
  opacity: 0 !important;
}

.teaser--green .copytext--auto-icon a.glossary-link::before,
.teaser--green .copytext--auto-icon a.glossary-link:hover::before,
.teaser--green .copytext--auto-icon a[href*='#term-']::before,
.teaser--green .copytext--auto-icon a[href*='#term-']:hover::before {
  color: #defcb5;
}

.teaser--blue .copytext--auto-icon a.glossary-link::before,
.teaser--blue .copytext--auto-icon a.glossary-link:hover::before,
.teaser--blue .copytext--auto-icon a[href*='#term-']::before,
.teaser--blue .copytext--auto-icon a[href*='#term-']:hover::before {
  color: #d9f1fd;
}

@media (max-width: 719.98px) {
  .tableWrapOuter {
    overflow: hidden;
    margin-block-end: 1.5em;
  }
  .tableWrapOuter table,
  .tableWrapOuter table.contenttable,
  .tableWrapOuter table.ce-table {
    margin-block-end: 0;
  }
  .tableWrapOuter .tableWrapInner {
    position: relative;
    overflow-x: auto;
  }
}

.details {
  font-size: 0.9375rem;
  line-height: 1.33333;
  display: block;
}

@media (min-width: 720px) {
  .details {
    font-size: 1rem;
    line-height: 1.25;
  }
}

@media (min-width: 1200px) {
  .details {
    font-size: 1.0625rem;
    line-height: 1.52941;
  }
}

.details--dbgg {
  margin-top: -1.85em;
}

@media (min-width: 720px) {
  .details--dbgg {
    margin-top: -2em;
  }
}

.details__summary {
  font-weight: 700;
  color: #000;
  display: inline-flex;
  align-items: center;
  padding-block: 0.5em;
  padding-inline-end: 0.5em;
  cursor: pointer;
}

.input-is-keyboard .details__summary:focus {
  color: #000 !important;
  background-color: #defcb5 !important;
  box-shadow: 0 -2px 0 2px #defcb5, 0 2px 0 2px #000 !important;
  z-index: 900 !important;
  text-decoration: none !important;
  outline: none !important;
  background-image: none;
}

.details__summary::-webkit-details-marker {
  display: none;
}

.details__summary::after {
  content: '';
  width: 0.425em;
  height: 0.425em;
  display: inline-block;
  margin-inline-start: 0.5em;
  border-inline-end: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transition: all 0.2s ease;
  transform: rotate(45deg);
}

.details__summary:hover::after {
  border-bottom-color: #004f7c;
}

.details[open] .details__summary::after {
  transform: translate(0, 0.15em) rotate(-135deg);
}

.details__summary-text, .details__summary-text:visited {
  display: inline;
  color: var(--animated-underline-color-text, #000);
  text-decoration: none;
  background-image: linear-gradient(var(--animated-underline-color-underline, transparent), var(--animated-underline-color-underline, transparent)), linear-gradient(var(--animated-underline-color-underline-hover, #a1e703), var(--animated-underline-color-underline-hover, #a1e703));
  background-position-x: calc(100% + var(--animated-underline-offset-x, 0%)), calc(0% + var(--animated-underline-offset-x, 0%));
  background-position-y: calc(100% + var(--animated-underline-offset-y, 0%)), calc(100% + var(--animated-underline-offset-y, 0%));
  background-size: 100% var(--width-underline, 2px), 0% var(--width-underline, 2px);
  background-repeat: no-repeat;
  will-change: background-size;
  transition: background-size 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.details__summary-text:hover, .details__summary-text:active, .details__summary-text[aria-current] {
  color: var(--animated-underline-color-text-hover, #004f7c);
  background-size: 0% var(--width-underline, 2px), 100% var(--width-underline, 2px);
}

.details__body {
  padding: 1.5rem 1.5rem 2rem;
  background-color: #d9f1fd;
  width: 100%;
}

.details--dbgg .details__body {
  padding-inline: 0;
  background-color: transparent;
}

.theme-yellow .details__body {
  background-color: #fef6d4;
}

@media (min-width: 480px) {
  .exercise-summary {
    display: flex;
  }
}

.exercise-summary__links,
.exercise-summary__meta {
  padding: 2rem;
}

@media (min-width: 720px) {
  .exercise-summary__links,
  .exercise-summary__meta {
    padding: 2rem;
  }
}

@media (min-width: 960px) {
  .exercise-summary__links,
  .exercise-summary__meta {
    padding: 2rem;
  }
}

@media (min-width: 480px) {
  .exercise-summary__links,
  .exercise-summary__meta {
    flex: 0 0 50%;
  }
}

.exercise-summary__links {
  background-color: #ffed92;
}

.exercise-summary__meta {
  background-color: #fef6d4;
}

.exercise-summary__link-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: bold;
}

@media (min-width: 720px) {
  .exercise-summary__link-list {
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media (min-width: 1200px) {
  .exercise-summary__link-list {
    font-size: 1.0625rem;
    line-height: 1.5;
  }
}

.exercise-summary__link-item {
  flex: 1 0 100%;
  display: flex;
}

.exercise-summary__link-item + .exercise-summary__link-item {
  margin-block-start: 0.25em;
}

.exercise-summary__link {
  display: inline-flex !important;
  align-items: center;
}

.exercise-summary__link .exercise-summary__link-label,
.exercise-summary__link:visited .exercise-summary__link-label {
  display: inline;
  color: var(--animated-underline-color-text, #000);
  text-decoration: none;
  background-image: linear-gradient(var(--animated-underline-color-underline, transparent), var(--animated-underline-color-underline, transparent)), linear-gradient(var(--animated-underline-color-underline-hover, #a1e703), var(--animated-underline-color-underline-hover, #a1e703));
  background-position-x: calc(100% + var(--animated-underline-offset-x, 0%)), calc(0% + var(--animated-underline-offset-x, 0%));
  background-position-y: calc(100% + var(--animated-underline-offset-y, 0%)), calc(100% + var(--animated-underline-offset-y, 0%));
  background-size: 100% var(--width-underline, 2px), 0% var(--width-underline, 2px);
  background-repeat: no-repeat;
  will-change: background-size;
  transition: background-size 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.exercise-summary__link:hover .exercise-summary__link-label,
.exercise-summary__link:active .exercise-summary__link-label,
.exercise-summary__link[aria-current] .exercise-summary__link-label {
  color: var(--animated-underline-color-text-hover, #004f7c);
  background-size: 0% var(--width-underline, 2px), 100% var(--width-underline, 2px);
}

.exercise-summary__link-label {
  display: inline-block;
}

.exercise-summary__topic-icon,
.exercise-summary__link-icon {
  margin-inline-end: 0.25em;
  flex-shrink: 0;
}

.exercise-summary__topic-icon {
  color: #e75113;
  font-size: 3.5em;
}

.exercise-summary__link-icon {
  font-size: 1.25em;
}

/* --------------------------------

Facts List

-------------------------------- */
.facts-list {
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
}

@media (min-width: 720px) {
  .facts-list {
    font-size: 1.0625rem;
    line-height: 1.52941;
  }
}

@media (min-width: 1200px) {
  .facts-list {
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}

.facts-list__item {
  padding-block-start: 0.75em;
  padding-block-end: 0.75em;
  display: flex;
  flex-direction: column;
  border-bottom: 2px solid #f2f6f8;
  position: relative;
}

@media (min-width: 720px) {
  .facts-list__item {
    padding-block-start: 1.25em;
    padding-block-end: 1.25em;
  }
}

@media (min-width: 960px) {
  .facts-list__item {
    flex-direction: row;
  }
}

.facts-list__item:first-of-type {
  border-top: 8px solid #f2f6f8;
}

.facts-list--alterning-rows .facts-list__item {
  padding-inline-end: 1rem;
  padding-inline-start: 1rem;
  border-bottom: 0;
}

.facts-list--alterning-rows .facts-list__item:nth-of-type(even) {
  background-color: #ebe8e5;
}

.facts-list__term,
.facts-list__description {
  flex: 0 0 100%;
  max-width: 100%;
  margin-block-end: 0;
}

.facts-list__term {
  font-size: 1.0625rem;
  line-height: 1.47059;
  font-weight: 700;
}

@media (min-width: 720px) {
  .facts-list__term {
    font-size: 1.1875rem;
    line-height: 1.36842;
  }
}

@media (min-width: 1200px) {
  .facts-list__term {
    font-size: 1.3125rem;
    line-height: 1.52381;
  }
}

@media (min-width: 960px) {
  .facts-list__term {
    flex: 0 0 30%;
    max-width: 30%;
    padding-inline-end: 1rem;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
}

.facts-list__description {
  margin: 0;
}

@media (min-width: 960px) {
  .facts-list__description {
    flex: 0 0 70%;
    max-width: 70%;
  }
}

.facts-list__description :last-child {
  margin-block-end: 0 !important;
}

@media (min-width: 960px) {
  .facts-list--stacked .facts-list__item {
    flex-direction: column;
  }
  .facts-list--stacked .facts-list__term,
  .facts-list--stacked .facts-list__description {
    flex: 0 0 100%;
    max-width: 100%;
    margin-block-end: 0;
  }
}

.fancy-toc {
  border: 1px solid #c3bab1;
}

.fancy-toc__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  background-color: #c3bab1;
}

.fancy-toc__item {
  display: flex;
  flex: 1 0 49%;
  min-width: 14rem;
  background-color: #fff;
}

.fancy-toc__link {
  font-size: 1.0625rem;
  line-height: 1.47059;
  flex-grow: 1;
  display: block;
  font-weight: 700;
  padding-block: 1.75em;
  padding-inline: 2em;
  max-width: 100%;
}

@media (min-width: 720px) {
  .fancy-toc__link {
    font-size: 1.1875rem;
    line-height: 1.36842;
  }
}

@media (min-width: 1200px) {
  .fancy-toc__link {
    font-size: 1.3125rem;
    line-height: 1.52381;
  }
}

.fancy-toc__link:hover {
  background-color: #ebe8e5;
}

.faq {
  box-shadow: 0 5px 16px 0 rgba(26, 46, 74, 0.15);
  background-color: #fff;
}

.figures {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.figures__item {
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  font-size: 2.5rem;
}

@media (min-width: 720px) {
  .figures__item {
    font-size: 3rem;
  }
}

@media (min-width: 960px) {
  .figures__item {
    font-size: 4rem;
  }
}

@media (min-width: 1200px) {
  .figures__item {
    font-size: 5rem;
  }
}

@media (min-width: 720px) {
  .figures__item + .figures__item {
    border-left: 1px solid #ad3b0c;
  }
}

.figures__image {
  width: 100%;
  max-width: 2.8em;
}

.figures__image img {
  background-color: transparent;
}

.figures__figure {
  text-align: center;
  font-weight: 900;
  font-size: 1em;
}

.figures__label {
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.33333;
  text-align: center;
  margin-block-end: 1rem;
}

@media (min-width: 720px) {
  .figures__label {
    font-size: 1.625rem;
    line-height: 1.23077;
  }
}

@media (min-width: 1200px) {
  .figures__label {
    font-size: 2rem;
    line-height: 1.1875;
  }
}

.solr {
  margin-block-end: 2rem;
}

.solr-facet-filter {
  border-bottom: 4px solid #d9f1fd;
}

.solr-results {
  border-bottom: 1px solid #d9f1fd;
}

.solr-type-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
  margin-block-end: 0;
}

.solr-type-list__label {
  flex: 1 0 100%;
  font-size: 1rem;
  padding-block-start: 1rem;
  margin-block-end: 0.5em;
  font-weight: 700;
}

@media (min-width: 720px) {
  .solr-type-list__label {
    flex: 0 0 7rem;
    max-width: 7rem;
    padding-block-start: 0.125em;
    margin: 0;
  }
}

.solr-type-list__item {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-block-end: 1.5rem;
}

@media (min-width: 720px) {
  .solr-type-list__item {
    flex-wrap: nowrap;
  }
}

.facet-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.facet-list__item {
  margin-block-end: 0.5rem;
  display: block;
}

.facet-list__item a,
.facet-list__item > span {
  font-size: 1rem;
  position: relative;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding-block: 0.125em;
  padding-inline: 0.75rem;
  line-height: 1.5rem;
  background: #fff;
  color: #000;
}

.facet-list__item a span,
.facet-list__item > span span {
  font-weight: 400;
  display: inline-block;
  padding-inline-start: 0.5rem;
}

.facet-list__item a:hover, .facet-list__item a:focus, .facet-list__item a:active {
  text-decoration: none;
  background: #004f7c;
  color: #fff;
}

.facet-list__item.facet-list__item--is-active a {
  padding-inline-end: 2.5rem;
  text-decoration: none;
  background: #004f7c;
  color: #fff;
}

.facet-list__item.facet-list__item--is-active a .facet-list__icon {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  inset-inline-end: 0;
  width: 2rem;
  line-height: 2rem;
}

.facet-list__item.facet-list__item--is-active a .facet-list__icon .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  transition: all 0.2s ease;
}

.facet-list__item.facet-list__item--is-active a .facet-list__icon .icon--cross-24 {
  opacity: 0;
}

.facet-list__item.facet-list__item--is-active a:hover .facet-list__icon .icon--check-24, .facet-list__item.facet-list__item--is-active a:focus .facet-list__icon .icon--check-24, .facet-list__item.facet-list__item--is-active a:active .facet-list__icon .icon--check-24 {
  opacity: 0;
}

.facet-list__item.facet-list__item--is-inactive span {
  color: #383a45;
}

.solr__status {
  display: flex;
  flex-flow: column nowrap;
  padding-block: 1.5rem;
  padding-inline: 1rem;
  background-color: #f9fafb;
}

@media (min-width: 720px) {
  .solr__status {
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }
}

.solr__results {
  margin-block-end: 1rem;
}

@media (min-width: 720px) {
  .solr__results {
    margin-block-end: 0;
  }
}

.solr__sorting {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 480px) {
  .solr__sorting {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 720px) {
  .solr__sorting {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.solr__meta {
  padding-block-start: 2rem;
  position: relative;
}

.solr__meta::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 8px;
  inset-inline-end: 8px;
  height: 4px;
  background: #e1e0e0;
}

.btn-showall-accessible {
  margin-block-end: 2rem;
  padding-inline-start: 3rem;
}

.btn-reset--solr {
  margin-block-end: 1rem;
}

.status__result-count {
  font-size: 1rem;
}

.results-highlight {
  background: #f3f2f2;
  padding-block: 3px;
  padding-inline: 4px;
}

.facet-list--only-active .facet-list__item {
  margin-block-end: 0.5rem;
  display: none;
  float: inline-start;
  margin-inline-end: 0.5rem;
}

.facet-list--only-active .facet-list__item a {
  padding-inline-end: 2.5rem;
  text-decoration: none;
  background: #fff;
  color: #000;
}

.facet-list--only-active .facet-list__item a .facet-list__text {
  padding: 0;
  font-weight: 700;
}

.facet-list--only-active .facet-list__item a .facet-list__icon {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  inset-inline-end: 0;
  width: 2rem;
  line-height: 2rem;
}

.facet-list--only-active .facet-list__item a .facet-list__icon .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #004f7c;
  transition: all 0.2s ease;
}

.facet-list--only-active .facet-list__item a:hover, .facet-list--only-active .facet-list__item a:focus, .facet-list--only-active .facet-list__item a:active {
  text-decoration: none;
  background: #004f7c;
  color: #fff;
}

.facet-list--only-active .facet-list__item a:hover .facet-list__icon .icon, .facet-list--only-active .facet-list__item a:focus .facet-list__icon .icon, .facet-list--only-active .facet-list__item a:active .facet-list__icon .icon {
  color: #fff;
}

/* stylelint-disable selector-max-id, selector-no-qualifying-type, selector-class-pattern, selector-max-compound-selectors */
.filter--blue,
.filter--box-shadow {
  padding: 1.5rem;
}

@media (min-width: 720px) {
  .filter--blue,
  .filter--box-shadow {
    padding: 1.5rem;
  }
}

@media (min-width: 960px) {
  .filter--blue,
  .filter--box-shadow {
    padding: 1.5rem;
  }
}

@media (max-width: 719.98px) {
  .filter--blue,
  .filter--box-shadow {
    padding: 1rem !important;
  }
}

.filter--blue {
  background-color: #d9f1fd;
}

.filter--beige {
  background-color: #c3bab1;
}

.filter--box-shadow {
  background-color: #fff;
  box-shadow: 0 10px 50px rgba(26, 46, 74, 0.25);
}

.filter--shop {
  background-color: #d9f1fd;
  padding: 1.5rem 1.5rem 0;
  margin-block-end: 2rem;
}

@media (min-width: 720px) {
  .filter--shop {
    margin-block-end: 4rem;
  }
}

@media (min-width: 960px) {
  .filter--sidebar [class*='col-'] {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}

.filter--large {
  padding-inline: 1.5rem;
  padding-block: 2.5rem;
  z-index: 2;
  position: relative;
}

@media (min-width: 720px) {
  .filter--large {
    padding-inline: 1.5rem;
  }
}

@media (min-width: 960px) {
  .filter--large {
    padding-inline: 1.5rem;
  }
}

@media (min-width: 720px) {
  .filter--large {
    padding-block: 2.5rem;
  }
}

@media (min-width: 960px) {
  .filter--large {
    padding-block: 2.5rem;
  }
}

.filter--large .form__label {
  font-size: 1.0625rem;
  line-height: 1.47059;
  color: #004f7c;
  margin-block-end: 1em;
}

@media (min-width: 720px) {
  .filter--large .form__label {
    font-size: 1.1875rem;
    line-height: 1.36842;
  }
}

@media (min-width: 1200px) {
  .filter--large .form__label {
    font-size: 1.3125rem;
    line-height: 1.52381;
  }
}

.filter--large .icon {
  flex-shrink: 0;
}

.filter--faq {
  padding: 1rem 1.5rem 0;
}

.filter__actions,
.filter__actions.button-group {
  display: flex;
  justify-content: flex-start;
  margin: 0 -1rem;
}

.filter__actions .button,
.filter__actions .filter-reset,
.filter__actions.button-group .button,
.filter__actions.button-group .filter-reset {
  margin: 1rem;
}

@media (max-width: 719.98px) {
  .filter__actions .button:not(:first-of-type):not(:last-of-type),
  .filter__actions .filter-reset:not(:first-of-type):not(:last-of-type),
  .filter__actions.button-group .button:not(:first-of-type):not(:last-of-type),
  .filter__actions.button-group .filter-reset:not(:first-of-type):not(:last-of-type) {
    margin-inline-start: auto;
  }
}

@media (min-width: 480px) {
  .filter__actions .button:not(:first-of-type):last-of-type,
  .filter__actions .filter-reset:not(:first-of-type):last-of-type,
  .filter__actions.button-group .button:not(:first-of-type):last-of-type,
  .filter__actions.button-group .filter-reset:not(:first-of-type):last-of-type {
    margin-inline-start: auto;
  }
}

@media (min-width: 720px) {
  .filter__shopsearchbutton {
    margin-block-start: 1.75rem;
  }
}

.filter-reset {
  --animated-underline-color-underline-hover: currentColor;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  padding: 0;
  font-size: 0.9375rem;
  line-height: 1.33333;
  display: inline-block;
}

@media (min-width: 720px) {
  .filter-reset {
    font-size: 1rem;
    line-height: 1.25;
  }
}

@media (min-width: 1200px) {
  .filter-reset {
    font-size: 1.0625rem;
    line-height: 1.52941;
  }
}

.filter-reset, .filter-reset:visited {
  display: inline;
  color: var(--animated-underline-color-text, #000);
  text-decoration: none;
  background-image: linear-gradient(var(--animated-underline-color-underline, transparent), var(--animated-underline-color-underline, transparent)), linear-gradient(var(--animated-underline-color-underline-hover, #a1e703), var(--animated-underline-color-underline-hover, #a1e703));
  background-position-x: calc(100% + var(--animated-underline-offset-x, 1.25em)), calc(0% + var(--animated-underline-offset-x, 1.25em));
  background-position-y: calc(100% + var(--animated-underline-offset-y, 0%)), calc(100% + var(--animated-underline-offset-y, 0%));
  background-size: 100% var(--width-underline, 2px), 0% var(--width-underline, 2px);
  background-repeat: no-repeat;
  will-change: background-size;
  transition: background-size 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.filter-reset:hover, .filter-reset:active, .filter-reset[aria-current] {
  color: var(--animated-underline-color-text-hover, #004f7c);
  background-size: 0% var(--width-underline, 2px), 100% var(--width-underline, 2px);
}

.filter-reset .icon-text {
  padding-inline-start: 1.25em;
}

.filter--faq .filter-reset {
  margin-block-end: 0.75rem;
}

.filter--dbgg .filter-reset {
  align-self: end;
  position: relative;
  z-index: 2;
}

.filter .form__group--label-margin-top {
  padding-block-start: 1.75rem;
}

.results {
  padding-inline: 1.5rem;
  padding-block: 1rem;
}

@media (min-width: 720px) {
  .results {
    padding-inline: 1.5rem;
  }
}

@media (min-width: 960px) {
  .results {
    padding-inline: 1.5rem;
  }
}

@media (min-width: 720px) {
  .results {
    padding-block: 1rem;
  }
}

@media (min-width: 960px) {
  .results {
    padding-block: 1rem;
  }
}

.form__row {
  align-items: flex-end;
}

.court-select ~ .optWrapper > .options li.group > label {
  display: none !important;
}

.court-select ~ .optWrapper > ul.options > li.opt,
.court-select ~ .optWrapper > .options li.group > ul > li.opt:first-of-type {
  font-weight: 700 !important;
}

.court-select ~ .optWrapper > .options li.group > ul > li.opt:not(:first-of-type) {
  padding-inline-start: 3rem !important;
}

@media (max-width: 959.98px) {
  input[type='date'] {
    -webkit-appearance: none;
            appearance: none;
  }
}

.opt * {
  pointer-events: none;
}

.courtlevel ~ .optWrapper > .options li.group > label {
  display: none;
}

.courtlevel ~ .optWrapper > ul.options > li.opt,
.courtlevel ~ .optWrapper > .options li.group > ul > li.opt:first-of-type {
  font-weight: 700 !important;
}

.courtlevel ~ .optWrapper > .options li.group > ul > li.opt:not(:first-of-type) {
  padding-inline-start: 3rem !important;
}

[data-courtlevel*=',all,'] #courts .opt.opt, [data-courtlevel*=',all,']
.courts ~ .optWrapper .opt.opt {
  display: block;
}

[data-courtlevel*=',1,'] #courts .opt, [data-courtlevel*=',1,']
.courts ~ .optWrapper .opt {
  display: none;
}

[data-courtlevel*=',1,'] #courts .opt.opt-4,
[data-courtlevel*=',1,'] #courts .opt.opt-5,
[data-courtlevel*=',1,'] #courts .opt.opt-6,
[data-courtlevel*=',1,'] #courts .opt.opt-7,
[data-courtlevel*=',1,'] #courts .opt.opt-8,
[data-courtlevel*=',1,'] #courts .opt.opt-9,
[data-courtlevel*=',1,'] #courts .opt.opt-28, [data-courtlevel*=',1,']
.courts ~ .optWrapper .opt.opt-4,
[data-courtlevel*=',1,']
.courts ~ .optWrapper .opt.opt-5,
[data-courtlevel*=',1,']
.courts ~ .optWrapper .opt.opt-6,
[data-courtlevel*=',1,']
.courts ~ .optWrapper .opt.opt-7,
[data-courtlevel*=',1,']
.courts ~ .optWrapper .opt.opt-8,
[data-courtlevel*=',1,']
.courts ~ .optWrapper .opt.opt-9,
[data-courtlevel*=',1,']
.courts ~ .optWrapper .opt.opt-28 {
  display: block;
}

[data-courtlevel*=',2-'] #courts .opt, [data-courtlevel*=',2-']
.courts ~ .optWrapper .opt {
  display: none;
}

[data-courtlevel*=',2-'] #courts .opt.opt-2,
[data-courtlevel*=',2-'] #courts .opt.opt-3,
[data-courtlevel*=',2-'] #courts .opt.opt-16,
[data-courtlevel*=',2-'] #courts .opt.opt-23,
[data-courtlevel*=',2-'] #courts .opt.opt-24,
[data-courtlevel*=',2-'] #courts .opt.opt-25,
[data-courtlevel*=',2-'] #courts .opt.opt-27,
[data-courtlevel*=',2-'] #courts .opt.opt-34,
[data-courtlevel*=',2-'] #courts .opt.opt-29,
[data-courtlevel*=',2-'] #courts .opt.opt-35,
[data-courtlevel*=',2-'] #courts .opt.opt-38, [data-courtlevel*=',2-']
.courts ~ .optWrapper .opt.opt-2,
[data-courtlevel*=',2-']
.courts ~ .optWrapper .opt.opt-3,
[data-courtlevel*=',2-']
.courts ~ .optWrapper .opt.opt-16,
[data-courtlevel*=',2-']
.courts ~ .optWrapper .opt.opt-23,
[data-courtlevel*=',2-']
.courts ~ .optWrapper .opt.opt-24,
[data-courtlevel*=',2-']
.courts ~ .optWrapper .opt.opt-25,
[data-courtlevel*=',2-']
.courts ~ .optWrapper .opt.opt-27,
[data-courtlevel*=',2-']
.courts ~ .optWrapper .opt.opt-34,
[data-courtlevel*=',2-']
.courts ~ .optWrapper .opt.opt-29,
[data-courtlevel*=',2-']
.courts ~ .optWrapper .opt.opt-35,
[data-courtlevel*=',2-']
.courts ~ .optWrapper .opt.opt-38 {
  display: block;
}

[data-courtlevel*=',3,'] #courts .opt, [data-courtlevel*=',3,']
.courts ~ .optWrapper .opt {
  display: none;
}

[data-courtlevel*=',3,'] #courts .opt.opt-1,
[data-courtlevel*=',3,'] #courts .opt.opt-10,
[data-courtlevel*=',3,'] #courts .opt.opt-11,
[data-courtlevel*=',3,'] #courts .opt.opt-12,
[data-courtlevel*=',3,'] #courts .opt.opt-13,
[data-courtlevel*=',3,'] #courts .opt.opt-14,
[data-courtlevel*=',3,'] #courts .opt.opt-15,
[data-courtlevel*=',3,'] #courts .opt.opt-17,
[data-courtlevel*=',3,'] #courts .opt.opt-18,
[data-courtlevel*=',3,'] #courts .opt.opt-19,
[data-courtlevel*=',3,'] #courts .opt.opt-20,
[data-courtlevel*=',3,'] #courts .opt.opt-21,
[data-courtlevel*=',3,'] #courts .opt.opt-22,
[data-courtlevel*=',3,'] #courts .opt.opt-26,
[data-courtlevel*=',3,'] #courts .opt.opt-28,
[data-courtlevel*=',3,'] #courts .opt.opt-30,
[data-courtlevel*=',3,'] #courts .opt.opt-31,
[data-courtlevel*=',3,'] #courts .opt.opt-32,
[data-courtlevel*=',3,'] #courts .opt.opt-33, [data-courtlevel*=',3,']
.courts ~ .optWrapper .opt.opt-1,
[data-courtlevel*=',3,']
.courts ~ .optWrapper .opt.opt-10,
[data-courtlevel*=',3,']
.courts ~ .optWrapper .opt.opt-11,
[data-courtlevel*=',3,']
.courts ~ .optWrapper .opt.opt-12,
[data-courtlevel*=',3,']
.courts ~ .optWrapper .opt.opt-13,
[data-courtlevel*=',3,']
.courts ~ .optWrapper .opt.opt-14,
[data-courtlevel*=',3,']
.courts ~ .optWrapper .opt.opt-15,
[data-courtlevel*=',3,']
.courts ~ .optWrapper .opt.opt-17,
[data-courtlevel*=',3,']
.courts ~ .optWrapper .opt.opt-18,
[data-courtlevel*=',3,']
.courts ~ .optWrapper .opt.opt-19,
[data-courtlevel*=',3,']
.courts ~ .optWrapper .opt.opt-20,
[data-courtlevel*=',3,']
.courts ~ .optWrapper .opt.opt-21,
[data-courtlevel*=',3,']
.courts ~ .optWrapper .opt.opt-22,
[data-courtlevel*=',3,']
.courts ~ .optWrapper .opt.opt-26,
[data-courtlevel*=',3,']
.courts ~ .optWrapper .opt.opt-28,
[data-courtlevel*=',3,']
.courts ~ .optWrapper .opt.opt-30,
[data-courtlevel*=',3,']
.courts ~ .optWrapper .opt.opt-31,
[data-courtlevel*=',3,']
.courts ~ .optWrapper .opt.opt-32,
[data-courtlevel*=',3,']
.courts ~ .optWrapper .opt.opt-33 {
  display: block;
}

[data-courtlevel*=',all,'][data-courts*=',all,'][data-additionalinfo*=',all,'] #documenttype .opt.opt, [data-courtlevel*=',all,'][data-courts*=',all,'][data-additionalinfo*=',all,']
.documenttype ~ .optWrapper .opt.opt {
  display: block;
}

[data-courtlevel*=',all,'][data-courts*=',all,'] #documenttype .opt,
[data-courtlevel*=',all,'][data-courts*=',all,'] #documenttype .opt, [data-courtlevel*=',all,'][data-courts*=',all,']
.documenttype ~ .optWrapper .opt,
[data-courtlevel*=',all,'][data-courts*=',all,']
.documenttype ~ .optWrapper .opt {
  display: none;
}

[data-courtlevel*=',all,'][data-courts*=',all,'] #documenttype .opt.opt-1,
[data-courtlevel*=',all,'][data-courts*=',all,'] #documenttype .opt.opt-2,
[data-courtlevel*=',all,'][data-courts*=',all,'] #documenttype .opt.opt-4,
[data-courtlevel*=',all,'][data-courts*=',all,'] #documenttype .opt.opt-7,
[data-courtlevel*=',all,'][data-courts*=',all,'] #documenttype .opt.opt-8,
[data-courtlevel*=',all,'][data-courts*=',all,'] #documenttype .opt.opt-9,
[data-courtlevel*=',all,'][data-courts*=',all,'] #documenttype .opt.opt-11,
[data-courtlevel*=',all,'][data-courts*=',all,'] #documenttype .opt.opt-1,
[data-courtlevel*=',all,'][data-courts*=',all,'] #documenttype .opt.opt-2,
[data-courtlevel*=',all,'][data-courts*=',all,'] #documenttype .opt.opt-4,
[data-courtlevel*=',all,'][data-courts*=',all,'] #documenttype .opt.opt-7,
[data-courtlevel*=',all,'][data-courts*=',all,'] #documenttype .opt.opt-8,
[data-courtlevel*=',all,'][data-courts*=',all,'] #documenttype .opt.opt-9,
[data-courtlevel*=',all,'][data-courts*=',all,'] #documenttype .opt.opt-11, [data-courtlevel*=',all,'][data-courts*=',all,']
.documenttype ~ .optWrapper .opt.opt-1,
[data-courtlevel*=',all,'][data-courts*=',all,']
.documenttype ~ .optWrapper .opt.opt-2,
[data-courtlevel*=',all,'][data-courts*=',all,']
.documenttype ~ .optWrapper .opt.opt-4,
[data-courtlevel*=',all,'][data-courts*=',all,']
.documenttype ~ .optWrapper .opt.opt-7,
[data-courtlevel*=',all,'][data-courts*=',all,']
.documenttype ~ .optWrapper .opt.opt-8,
[data-courtlevel*=',all,'][data-courts*=',all,']
.documenttype ~ .optWrapper .opt.opt-9,
[data-courtlevel*=',all,'][data-courts*=',all,']
.documenttype ~ .optWrapper .opt.opt-11,
[data-courtlevel*=',all,'][data-courts*=',all,']
.documenttype ~ .optWrapper .opt.opt-1,
[data-courtlevel*=',all,'][data-courts*=',all,']
.documenttype ~ .optWrapper .opt.opt-2,
[data-courtlevel*=',all,'][data-courts*=',all,']
.documenttype ~ .optWrapper .opt.opt-4,
[data-courtlevel*=',all,'][data-courts*=',all,']
.documenttype ~ .optWrapper .opt.opt-7,
[data-courtlevel*=',all,'][data-courts*=',all,']
.documenttype ~ .optWrapper .opt.opt-8,
[data-courtlevel*=',all,'][data-courts*=',all,']
.documenttype ~ .optWrapper .opt.opt-9,
[data-courtlevel*=',all,'][data-courts*=',all,']
.documenttype ~ .optWrapper .opt.opt-11 {
  display: block;
}

[data-courtlevel*=',all,'][data-courts] #documenttype .opt,
[data-courtlevel*=',2-'][data-courts] #documenttype .opt, [data-courtlevel*=',all,'][data-courts]
.documenttype ~ .optWrapper .opt,
[data-courtlevel*=',2-'][data-courts]
.documenttype ~ .optWrapper .opt {
  display: none;
}

[data-courtlevel*=',all,'][data-courts] #documenttype .opt.opt-3,
[data-courtlevel*=',2-'][data-courts] #documenttype .opt.opt-3, [data-courtlevel*=',all,'][data-courts]
.documenttype ~ .optWrapper .opt.opt-3,
[data-courtlevel*=',2-'][data-courts]
.documenttype ~ .optWrapper .opt.opt-3 {
  display: block;
}

[data-courtlevel*=',3,'][data-courts*=',all,'] #documenttype .opt, [data-courtlevel*=',3,'][data-courts*=',all,']
.documenttype ~ .optWrapper .opt {
  display: none;
}

[data-courtlevel*=',3,'][data-courts*=',all,'] #documenttype .opt.opt-1,
[data-courtlevel*=',3,'][data-courts*=',all,'] #documenttype .opt.opt-2,
[data-courtlevel*=',3,'][data-courts*=',all,'] #documenttype .opt.opt-3,
[data-courtlevel*=',3,'][data-courts*=',all,'] #documenttype .opt.opt-4,
[data-courtlevel*=',3,'][data-courts*=',all,'] #documenttype .opt.opt-7,
[data-courtlevel*=',3,'][data-courts*=',all,'] #documenttype .opt.opt-8,
[data-courtlevel*=',3,'][data-courts*=',all,'] #documenttype .opt.opt-9,
[data-courtlevel*=',3,'][data-courts*=',all,'] #documenttype .opt.opt-11, [data-courtlevel*=',3,'][data-courts*=',all,']
.documenttype ~ .optWrapper .opt.opt-1,
[data-courtlevel*=',3,'][data-courts*=',all,']
.documenttype ~ .optWrapper .opt.opt-2,
[data-courtlevel*=',3,'][data-courts*=',all,']
.documenttype ~ .optWrapper .opt.opt-3,
[data-courtlevel*=',3,'][data-courts*=',all,']
.documenttype ~ .optWrapper .opt.opt-4,
[data-courtlevel*=',3,'][data-courts*=',all,']
.documenttype ~ .optWrapper .opt.opt-7,
[data-courtlevel*=',3,'][data-courts*=',all,']
.documenttype ~ .optWrapper .opt.opt-8,
[data-courtlevel*=',3,'][data-courts*=',all,']
.documenttype ~ .optWrapper .opt.opt-9,
[data-courtlevel*=',3,'][data-courts*=',all,']
.documenttype ~ .optWrapper .opt.opt-11 {
  display: block;
}

[data-courtlevel*=',3,'][data-courts*=',15,'] #documenttype .opt, [data-courtlevel*=',3,'][data-courts*=',15,']
.documenttype ~ .optWrapper .opt {
  display: none;
}

[data-courtlevel*=',3,'][data-courts*=',15,'] #documenttype .opt.opt-1,
[data-courtlevel*=',3,'][data-courts*=',15,'] #documenttype .opt.opt-2,
[data-courtlevel*=',3,'][data-courts*=',15,'] #documenttype .opt.opt-8,
[data-courtlevel*=',3,'][data-courts*=',15,'] #documenttype .opt.opt-11, [data-courtlevel*=',3,'][data-courts*=',15,']
.documenttype ~ .optWrapper .opt.opt-1,
[data-courtlevel*=',3,'][data-courts*=',15,']
.documenttype ~ .optWrapper .opt.opt-2,
[data-courtlevel*=',3,'][data-courts*=',15,']
.documenttype ~ .optWrapper .opt.opt-8,
[data-courtlevel*=',3,'][data-courts*=',15,']
.documenttype ~ .optWrapper .opt.opt-11 {
  display: block;
}

[data-courtlevel*=',3,'][data-courts*=',10,'] #documenttype .opt, [data-courtlevel*=',3,'][data-courts*=',10,']
.documenttype ~ .optWrapper .opt {
  display: none;
}

[data-courtlevel*=',3,'][data-courts*=',10,'] #documenttype .opt.opt-2, [data-courtlevel*=',3,'][data-courts*=',10,']
.documenttype ~ .optWrapper .opt.opt-2 {
  display: block;
}

[data-courtlevel*=',3,'][data-courts*=',10,'] #documenttype .opt, [data-courtlevel*=',3,'][data-courts*=',10,']
.documenttype ~ .optWrapper .opt {
  display: none;
}

[data-courtlevel*=',3,'][data-courts*=',10,'] #documenttype .opt.opt-1,
[data-courtlevel*=',3,'][data-courts*=',10,'] #documenttype .opt.opt-3,
[data-courtlevel*=',3,'][data-courts*=',10,'] #documenttype .opt.opt-4,
[data-courtlevel*=',3,'][data-courts*=',10,'] #documenttype .opt.opt-8, [data-courtlevel*=',3,'][data-courts*=',10,']
.documenttype ~ .optWrapper .opt.opt-1,
[data-courtlevel*=',3,'][data-courts*=',10,']
.documenttype ~ .optWrapper .opt.opt-3,
[data-courtlevel*=',3,'][data-courts*=',10,']
.documenttype ~ .optWrapper .opt.opt-4,
[data-courtlevel*=',3,'][data-courts*=',10,']
.documenttype ~ .optWrapper .opt.opt-8 {
  display: block;
}

[data-courtlevel*=',3,'][data-courts*=',12,'] #documenttype .opt, [data-courtlevel*=',3,'][data-courts*=',12,']
.documenttype ~ .optWrapper .opt {
  display: none;
}

[data-courtlevel*=',3,'][data-courts*=',12,'] #documenttype .opt.opt-7,
[data-courtlevel*=',3,'][data-courts*=',12,'] #documenttype .opt.opt-8, [data-courtlevel*=',3,'][data-courts*=',12,']
.documenttype ~ .optWrapper .opt.opt-7,
[data-courtlevel*=',3,'][data-courts*=',12,']
.documenttype ~ .optWrapper .opt.opt-8 {
  display: block;
}

[data-courtlevel*=',3,'][data-courts*=',13,'] #documenttype .opt, [data-courtlevel*=',3,'][data-courts*=',13,']
.documenttype ~ .optWrapper .opt {
  display: none;
}

[data-courtlevel*=',3,'][data-courts*=',13,'] #documenttype .opt.opt-3,
[data-courtlevel*=',3,'][data-courts*=',13,'] #documenttype .opt.opt-8, [data-courtlevel*=',3,'][data-courts*=',13,']
.documenttype ~ .optWrapper .opt.opt-3,
[data-courtlevel*=',3,'][data-courts*=',13,']
.documenttype ~ .optWrapper .opt.opt-8 {
  display: block;
}

[data-courtlevel*=',3,'][data-courts*=',14,'] #documenttype .opt, [data-courtlevel*=',3,'][data-courts*=',14,']
.documenttype ~ .optWrapper .opt {
  display: none;
}

[data-courtlevel*=',3,'][data-courts*=',14,'] #documenttype .opt.opt-3,
[data-courtlevel*=',3,'][data-courts*=',14,'] #documenttype .opt.opt-8, [data-courtlevel*=',3,'][data-courts*=',14,']
.documenttype ~ .optWrapper .opt.opt-3,
[data-courtlevel*=',3,'][data-courts*=',14,']
.documenttype ~ .optWrapper .opt.opt-8 {
  display: block;
}

[data-courtlevel*=',3,'][data-courts*=',17,'] #documenttype .opt, [data-courtlevel*=',3,'][data-courts*=',17,']
.documenttype ~ .optWrapper .opt {
  display: none;
}

[data-courtlevel*=',3,'][data-courts*=',17,'] #documenttype .opt.opt-1,
[data-courtlevel*=',3,'][data-courts*=',17,'] #documenttype .opt.opt-2,
[data-courtlevel*=',3,'][data-courts*=',17,'] #documenttype .opt.opt-8,
[data-courtlevel*=',3,'][data-courts*=',17,'] #documenttype .opt.opt-9, [data-courtlevel*=',3,'][data-courts*=',17,']
.documenttype ~ .optWrapper .opt.opt-1,
[data-courtlevel*=',3,'][data-courts*=',17,']
.documenttype ~ .optWrapper .opt.opt-2,
[data-courtlevel*=',3,'][data-courts*=',17,']
.documenttype ~ .optWrapper .opt.opt-8,
[data-courtlevel*=',3,'][data-courts*=',17,']
.documenttype ~ .optWrapper .opt.opt-9 {
  display: block;
}

[data-courtlevel*=',3,'][data-courts*=',18,'] #documenttype .opt, [data-courtlevel*=',3,'][data-courts*=',18,']
.documenttype ~ .optWrapper .opt {
  display: none;
}

[data-courtlevel*=',3,'][data-courts*=',18,'] #documenttype .opt.opt-1,
[data-courtlevel*=',3,'][data-courts*=',18,'] #documenttype .opt.opt-2,
[data-courtlevel*=',3,'][data-courts*=',18,'] #documenttype .opt.opt-3,
[data-courtlevel*=',3,'][data-courts*=',18,'] #documenttype .opt.opt-8,
[data-courtlevel*=',3,'][data-courts*=',18,'] #documenttype .opt.opt-11, [data-courtlevel*=',3,'][data-courts*=',18,']
.documenttype ~ .optWrapper .opt.opt-1,
[data-courtlevel*=',3,'][data-courts*=',18,']
.documenttype ~ .optWrapper .opt.opt-2,
[data-courtlevel*=',3,'][data-courts*=',18,']
.documenttype ~ .optWrapper .opt.opt-3,
[data-courtlevel*=',3,'][data-courts*=',18,']
.documenttype ~ .optWrapper .opt.opt-8,
[data-courtlevel*=',3,'][data-courts*=',18,']
.documenttype ~ .optWrapper .opt.opt-11 {
  display: block;
}

[data-courtlevel*=',3,'][data-courts*=',19,'] #documenttype .opt, [data-courtlevel*=',3,'][data-courts*=',19,']
.documenttype ~ .optWrapper .opt {
  display: none;
}

[data-courtlevel*=',3,'][data-courts*=',19,'] #documenttype .opt.opt-1,
[data-courtlevel*=',3,'][data-courts*=',19,'] #documenttype .opt.opt-2,
[data-courtlevel*=',3,'][data-courts*=',19,'] #documenttype .opt.opt-3,
[data-courtlevel*=',3,'][data-courts*=',19,'] #documenttype .opt.opt-8,
[data-courtlevel*=',3,'][data-courts*=',19,'] #documenttype .opt.opt-11, [data-courtlevel*=',3,'][data-courts*=',19,']
.documenttype ~ .optWrapper .opt.opt-1,
[data-courtlevel*=',3,'][data-courts*=',19,']
.documenttype ~ .optWrapper .opt.opt-2,
[data-courtlevel*=',3,'][data-courts*=',19,']
.documenttype ~ .optWrapper .opt.opt-3,
[data-courtlevel*=',3,'][data-courts*=',19,']
.documenttype ~ .optWrapper .opt.opt-8,
[data-courtlevel*=',3,'][data-courts*=',19,']
.documenttype ~ .optWrapper .opt.opt-11 {
  display: block;
}

[data-courtlevel*=',3,'][data-courts*=',30,'] #documenttype .opt, [data-courtlevel*=',3,'][data-courts*=',30,']
.documenttype ~ .optWrapper .opt {
  display: none;
}

[data-courtlevel*=',3,'][data-courts*=',30,'] #documenttype .opt.opt-1,
[data-courtlevel*=',3,'][data-courts*=',30,'] #documenttype .opt.opt-2,
[data-courtlevel*=',3,'][data-courts*=',30,'] #documenttype .opt.opt-3,
[data-courtlevel*=',3,'][data-courts*=',30,'] #documenttype .opt.opt-9, [data-courtlevel*=',3,'][data-courts*=',30,']
.documenttype ~ .optWrapper .opt.opt-1,
[data-courtlevel*=',3,'][data-courts*=',30,']
.documenttype ~ .optWrapper .opt.opt-2,
[data-courtlevel*=',3,'][data-courts*=',30,']
.documenttype ~ .optWrapper .opt.opt-3,
[data-courtlevel*=',3,'][data-courts*=',30,']
.documenttype ~ .optWrapper .opt.opt-9 {
  display: block;
}

.glossary-nav {
  padding: 1em 1em 1.5em;
  box-shadow: 0 5px 16px 0 rgba(26, 46, 74, 0.15);
}

.glossary-header {
  font-size: 1.625rem;
  line-height: 1;
  align-self: flex-start;
  position: sticky;
  inset-block-start: 0.25em;
}

@media (min-width: 720px) {
  .glossary-header {
    font-size: 2.625rem;
    line-height: 1;
  }
}

@media (min-width: 1200px) {
  .glossary-header {
    font-size: 3rem;
    line-height: 1;
  }
}

.glossary-header__title {
  font-weight: 900;
  color: #004f7c;
}

.theme-yellow .glossary-header__title {
  color: #ef7c00;
}

.theme-blue-light .glossary-header__title {
  color: #009DCC;
}

.headline--center {
  text-align: center;
}

.headline--center .headline__heading,
.headline--center .headline__deckhead {
  text-align: center;
}

.headline__heading--red {
  color: #b5001f;
}

.headline__heading--blue {
  color: #004f7c;
}

.headline__heading--white {
  color: #fff;
}

.headline__heading--upper {
  text-transform: uppercase;
}

.headline__heading--lower {
  text-transform: lowercase;
}

.headline__heading--bold {
  font-weight: 700 !important;
}

.headline__heading--normal {
  font-weight: 400 !important;
}

.headline__heading--thin {
  font-weight: 300 !important;
}

.headline--underline {
  position: relative;
  border-bottom: 8px solid #f3f2f2;
}

.headline__deckhead {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #004f7c;
}

@media (min-width: 720px) {
  .headline__deckhead {
    font-size: 0.875rem;
    line-height: 1.25;
  }
}

@media (min-width: 1200px) {
  .headline__deckhead {
    font-size: 0.9375rem;
    line-height: 1.25;
  }
}

.headline--section {
  text-align: center;
}

.headline--section .headline__heading {
  font-size: 1.3125rem;
  line-height: 1.33333;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400 !important;
}

@media (min-width: 720px) {
  .headline--section .headline__heading {
    font-size: 1.625rem;
    line-height: 1.23077;
  }
}

@media (min-width: 1200px) {
  .headline--section .headline__heading {
    font-size: 2rem;
    line-height: 1.1875;
  }
}

.hero-slider {
  max-width: 1440px;
  margin: 0 auto 4rem;
}

.hero-slider__item {
  opacity: 0;
  background-color: #004f7c;
}

@media (min-width: 960px) {
  .hero-slider__item {
    display: flex !important;
    flex-flow: row nowrap;
    align-items: flex-start;
    background-color: transparent;
  }
}

.slick-initialized .hero-slider__item {
  transition: opacity 0.2s ease;
  opacity: 1;
}

.hero-slider__item:focus {
  outline: none;
}

.hero-slider__item:first-child:last-child .hero-slider__navigation {
  display: none !important;
}

.hero-slider__image {
  position: relative;
  position: relative;
}

.hero-slider__image::before {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-block-start: 66.66667%;
}

.hero-slider__image > * {
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-start: 0;
  height: 100%;
  width: 100%;
}

@media (min-width: 720px) {
  .hero-slider__image {
    max-width: 480px;
  }
}

@media (min-width: 960px) {
  .hero-slider__image {
    max-width: none;
    width: 50%;
    order: 1;
  }
}

.hero-slider__image > * {
  background: transparent;
}

.image__credits {
  inset-inline-end: 0;
  left: auto;
  top: 0;
  bottom: auto;
}

@media (min-width: 960px) {
  .image__credits {
    top: auto;
    bottom: 0;
  }
}

.hero-slider__text {
  position: relative;
  background-color: #004f7c;
  width: calc(100% - 50px);
  margin-block-start: -4rem;
}

@media (min-width: 960px) {
  .hero-slider__text {
    width: 50%;
    order: 0;
    margin: 0;
  }
}

@media (max-width: 959.98px) {
  .hero-slider__text {
    margin-block-start: 0;
    width: 100%;
  }
  .hero-slider__text::before {
    display: none;
  }
}

.hero-slider__text::before {
  content: '';
  position: absolute;
  inset-inline-end: -30px;
  top: 0;
  height: 100%;
  width: 50px;
  display: block;
  background-image: url("../images/bg-slider-rounded.svg");
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  z-index: 1;
}

.hero-slider__text-inner {
  z-index: 1;
  position: relative;
  width: 100%;
  padding: 3rem 1rem;
}

@media (max-width: 959.98px) {
  .hero-slider__text-inner {
    padding: 1.5rem 1rem 3rem;
  }
}

@media (min-width: 960px) {
  .hero-slider__text-inner {
    padding: 3rem 1.5rem 7rem;
    min-height: 510px;
  }
}

@media (min-width: 1200px) {
  .hero-slider__text-inner {
    min-height: 550px;
  }
}

@media (min-width: 1440px) {
  .hero-slider__text-inner {
    padding: 3rem 1.5rem 7rem 7.25rem;
    min-height: 574px;
  }
}

.hero-slider__title {
  color: #fff;
  margin-block-end: 0.5em;
  display: block;
}

.hero-slider__title a {
  color: #fff;
}

.input-is-keyboard .hero-slider__title a:focus {
  color: #000 !important;
  background-color: #defcb5 !important;
  box-shadow: 0 -2px 0 2px #defcb5, 0 2px 0 2px #000 !important;
  z-index: 900 !important;
  text-decoration: none !important;
  outline: none !important;
  background-image: none;
}

.hero-slider__title a:hover, .hero-slider__title a:active {
  color: #fff;
}

.hero-slider__body {
  font-size: 1.0625rem;
  line-height: 1.47059;
  color: #fff;
}

@media (min-width: 720px) {
  .hero-slider__body {
    font-size: 1.1875rem;
    line-height: 1.36842;
  }
}

@media (min-width: 1200px) {
  .hero-slider__body {
    font-size: 1.3125rem;
    line-height: 1.52381;
  }
}

@media (max-width: 959.98px) {
  .hero-slider__body {
    font-size: 1.125rem;
  }
}

@media (min-width: 1440px) {
  .hero-slider__body {
    padding-inline-end: 4rem;
  }
}

.hero-slider__footer {
  padding-block-start: 2rem;
}

@media (min-width: 960px) {
  .hero-slider__footer {
    padding-block-start: 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 2rem;
    width: 98%;
  }
}

@media (min-width: 1200px) {
  .hero-slider__footer {
    bottom: 3rem;
  }
}

@media (min-width: 1440px) {
  .hero-slider__footer {
    width: 85%;
  }
}

.hero-slider__button {
  position: absolute;
  bottom: 0;
  inset-inline-end: -5px;
  border: 0;
  border-bottom: 3px solid #a1e703;
  padding-inline-start: 0.5rem;
  padding-inline-end: 1.75rem;
  z-index: 2;
}

@media (min-width: 960px) {
  .hero-slider__button {
    position: static;
  }
}

.hero-slider__button:hover, .hero-slider__button:focus {
  color: #004f7c;
  background-color: #defcb5;
  border-bottom: 3px solid #a1e703;
}

.hero-slider__navigation {
  display: none;
}

@media (min-width: 960px) {
  .hero-slider__navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 185px;
    margin-inline-end: 2rem;
    margin-inline-start: auto;
  }
}

.hero-slider__arrow {
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
}

.hero-slider__arrow:hover, .hero-slider__arrow:focus {
  color: #004f7c;
  background-color: #defcb5;
  border-color: #defcb5;
}

.hero-slider__arrow .icon {
  font-size: 2rem;
}

.hero-slider__status {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
}

@media (min-width: 720px) {
  .hero-slider__status {
    font-size: 1.0625rem;
    line-height: 1.52941;
  }
}

@media (min-width: 1200px) {
  .hero-slider__status {
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}

.hero-slider__dots {
  display: flex !important;
  flex-flow: row nowrap;
  justify-content: center;
  margin-block-start: 1rem;
}

@media (min-width: 960px) {
  .hero-slider__dots {
    display: none !important;
  }
}

.hero-slider__dots ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.hero-slider__dots li {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 0.125rem 0.25rem;
  padding: 0;
  cursor: pointer;
  line-height: 1;
  font-size: 0;
}

.hero-slider__dots li button {
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  padding: 0;
  border: 1px solid #004f7c;
  background: transparent;
  display: block;
  height: 14px;
  width: 14px;
  line-height: 0px;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.input-is-keyboard .hero-slider__dots li button:focus {
  box-shadow: 0 0 0 4px #a1e703 !important;
  outline: none;
  z-index: 900;
}

.hero-slider__dots li button:hover, .hero-slider__dots li button:active {
  border: 1px solid #000;
  background: #000;
}

.hero-slider__dots li.slick-active button {
  border: 1px solid #004f7c;
  background: #004f7c;
}

.hero-slider__dots li:last-child:first-child {
  display: none;
}

/* --------------------------------

List with icons

-------------------------------- */
.icon-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9375rem;
  line-height: 1.5;
  flex-direction: column;
  overflow: hidden;
}

@media (min-width: 720px) {
  .icon-list {
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media (min-width: 1200px) {
  .icon-list {
    font-size: 1.0625rem;
    line-height: 1.5;
  }
}

.icon-list--right {
  padding-block: 0.75em;
  padding-inline: 2em;
}

.icon-list__item {
  font-size: inherit;
  line-height: inherit;
  padding-block-start: 1em;
  padding-block-end: 1em;
  padding-inline-start: 2em;
  padding-inline-end: 0;
  border-top: 2px solid #f2f6f8;
  position: relative;
}

.icon-list__item:first-of-type {
  border-top: 8px solid #f2f6f8;
}

.icon-list--no-border .icon-list__item {
  border: 0;
}

.icon-list--compact .icon-list__item {
  padding-block: 0.5em;
  padding-inline-start: 2em;
  padding-inline-end: 0;
}

.icon-list--compact .icon-list__item .icon {
  font-size: 1.25em;
}

.icon-list__link {
  align-self: flex-start;
  font-weight: 900;
}

.input-is-keyboard .icon-list__link:focus {
  color: #000 !important;
  background-color: #defcb5 !important;
  box-shadow: 0 -2px 0 2px #defcb5, 0 2px 0 2px #000 !important;
  z-index: 900 !important;
  text-decoration: none !important;
  outline: none !important;
  background-image: none;
}

.icon-list__link, .icon-list__link:visited {
  display: inline;
  color: var(--animated-underline-color-text, #000);
  text-decoration: none;
  background-image: linear-gradient(var(--animated-underline-color-underline, transparent), var(--animated-underline-color-underline, transparent)), linear-gradient(var(--animated-underline-color-underline-hover, #a1e703), var(--animated-underline-color-underline-hover, #a1e703));
  background-position-x: calc(100% + var(--animated-underline-offset-x, 0%)), calc(0% + var(--animated-underline-offset-x, 0%));
  background-position-y: calc(100% + var(--animated-underline-offset-y, 0%)), calc(100% + var(--animated-underline-offset-y, 0%));
  background-size: 100% var(--width-underline, 2px), 0% var(--width-underline, 2px);
  background-repeat: no-repeat;
  will-change: background-size;
  transition: background-size 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.icon-list__link:hover, .icon-list__link:active, .icon-list__link[aria-current] {
  color: var(--animated-underline-color-text-hover, #004f7c);
  background-size: 0% var(--width-underline, 2px), 100% var(--width-underline, 2px);
}

.icon-list__link:link {
  display: inline;
}

.icon-list--compact.icon-list--col-2 .icon-list__link {
  border-top: 0;
  border-bottom: 2px solid #f2f6f8;
}

.icon-list--compact.icon-list--col-2 .icon-list__link:first-of-type, .icon-list--compact.icon-list--col-2 .icon-list__link:nth-of-type(2) {
  border-top: 2px solid #f2f6f8;
}

.icon-list .icon {
  position: absolute;
  inset-block-start: 1em;
  inset-inline-end: calc( 100% - 1.25em + 0.25em);
  font-size: 1.25em;
}

.icon-list--compact .icon {
  inset-block-start: 0.5em;
}

.icon-list__meta,
.icon-list__desc,
.icon-list__badge {
  color: #000;
  font-weight: 400;
}

.icon-list__meta {
  display: inline-block;
}

.icon-list__meta strong {
  display: block;
  font-weight: 900;
}

.icon-list__desc {
  display: block;
}

.icon-list__badge {
  display: inline-block;
  margin-inline-start: 1em;
  padding-block: 0;
  padding-inline: 0.5em;
  background: #defcb5;
  border-radius: 2px;
}

.icon-list__item .icon__date {
  padding-inline-end: 1.5rem;
}

.icon-list__item .icon__time {
  display: inline-block;
  margin: 0;
  padding: 0;
}

@media (min-width: 720px) {
  .icon-list--col-2 {
    flex-flow: row wrap;
    margin: 0 -16px;
  }
}

@media (min-width: 720px) {
  .icon-list--col-2 .icon-list__item {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc((100% - 64px) / 2);
    max-width: calc((100% - 64px) / 2);
    margin: 0 16px;
  }
  .icon-list--col-2 .icon-list__item:nth-of-type(2) {
    border-top: 8px solid #f2f6f8;
  }
}

.icon-list--box-shadow {
  background-color: #fff;
  box-shadow: 0 5px 16px 0 rgba(26, 46, 74, 0.15);
  padding-block: 0.5rem;
  padding-inline: 1rem;
}

@media (min-width: 720px) {
  .icon-list--box-shadow {
    padding-block: 0.5rem;
    padding-inline: 2rem;
  }
}

.icon-list--box-shadow.icon-list--compact {
  padding-block-start: 1.5rem;
  padding-inline-end: 2rem;
  padding-block-end: 2rem;
  padding-inline-start: 2rem;
}

.icon-list--box-shadow.icon-list--col-2 {
  padding-block: 0.5rem;
  padding-inline: 1rem;
  margin: 0;
}

.icon-list--box-shadow.icon-list--col-2 .icon-list__item:nth-last-child(2) {
  border-block-end: 0;
}

.icon-list--box-shadow.icon-list--col-2.icon-list--compact {
  padding-block-start: 1.5rem;
  padding-inline-end: 1rem;
  padding-block-end: 2rem;
  padding-inline-start: 1rem;
}

/* --------------------------------

Icon Text

-------------------------------- */
.icon-text {
  padding-inline-start: 1.125em;
  position: relative;
}

.icon-text .icon {
  inset-inline-start: 0;
  position: absolute;
  inset-block-start: 50%;
  transform: translateY(-50%);
}

.icon-text--right {
  padding-inline-start: 0;
  padding-inline-end: 1.125em;
}

.icon-text--right .icon {
  inset-inline-start: auto;
  inset-inline-end: 0;
}

.language-picker {
  position: relative;
  display: inline-flex;
  justify-content: flex-start;
}

.language-picker--open-to-left {
  justify-content: flex-end;
}

.language-picker__button {
  display: flex;
  padding-inline: 1em;
  min-width: 12rem;
  color: #00446b;
  background-color: #a1e703;
  border-color: #a1e703;
}

.language-picker__button[aria-expanded='true'], .language-picker__button:hover {
  color: #00446b;
  background-color: #defcb5 !important;
  border-color: #defcb5 !important;
}

.language-picker__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: absolute;
  inset-block-start: 100%;
  z-index: 2;
}

.language-picker__list[hidden] {
  visibility: hidden;
}

.language-picker__item {
  border-block-start: 1px solid #3e7aa3;
}

.language-picker__link {
  display: block;
  padding-block: 0.75em;
  padding-inline: 1em;
  position: relative;
  color: #00446b;
  background-color: #f2f6f8;
  border-color: #f2f6f8;
  text-decoration: none;
}

.input-is-keyboard .language-picker__link:focus {
  box-shadow: 0 0 0 4px #a1e703 !important;
  outline: none;
  z-index: 900;
}

.language-picker__link[aria-selected], .language-picker__link[aria-current] {
  background-color: #defcb5;
  border-color: #defcb5;
}

.language-picker__link:hover {
  background-color: #defcb5;
  border-color: #defcb5;
}

.language-picker__link:focus-visible {
  z-index: 999;
}

.language-picker__icon {
  margin-inline-end: 0.25em;
}

.language-picker__indicator {
  margin-inline-start: auto;
  transition: transform 0.1s;
}

.language-picker__button[aria-expanded='true'] .language-picker__indicator {
  transform: rotate(180deg);
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  inset-inline-start: -9999px;
  margin: 0;
  position: absolute !important;
  inset-block-start: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 100%;
  inset-inline-start: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  inset-block-start: 0;
  touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  inset-block-end: 0;
  inset-inline-start: 0;
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  inset-inline-start: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  inset-block-start: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  user-select: none;
  user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  inset-inline-end: 0;
  inset-block-start: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  inset-inline-start: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  inset-block-start: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: start;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  inset-inline-start: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  inset-block-start: 0;
  transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  user-select: none;
  user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  inset-inline-start: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  inset-block-start: 0;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  user-select: none;
  user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  inset-inline-start: 0;
  position: absolute;
  inset-block-start: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  inset-inline-start: 0;
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 0;
  transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  inset-inline-end: -12px;
  inset-block-start: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  inset-inline-end: 0;
  inset-block-start: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  inset-block-start: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  inset-inline-start: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  inset-inline-end: 0;
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  inset-block-end: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  inset-inline-start: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  inset-inline-end: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px;
  }
}

.fancybox-caption--separate {
  margin-block-start: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  inset-inline-start: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  inset-block-start: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-inline-start: 6px;
    padding-inline-end: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    inset-inline-end: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    inset-inline-end: 0;
    inset-block-start: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-inline-start: 12px;
    padding-inline-end: 12px;
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  user-select: none;
  user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-inline-end: 7px;
  position: relative;
  inset-block-start: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  inset-block-end: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  inset-inline-end: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  inset-block-start: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  inset-inline-end: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: inline-start;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  inset-block-end: 0;
  content: '';
  inset-inline-start: 0;
  opacity: 0;
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    inset-inline-end: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.lightbox-link {
  display: block;
  position: relative;
}

.input-is-keyboard .lightbox-link:focus {
  box-shadow: 0 0 0 4px #a1e703 !important;
  outline: none;
  z-index: 900;
}

.image .lightbox-link {
  position: absolute;
  inset-inline-start: auto;
  inset-block-end: auto;
  inset-block-start: 0;
  inset-inline-end: 0;
  z-index: 100;
}

.lightbox-link__overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  position: absolute;
  inset-block-start: auto;
  inset-inline-start: auto;
  inset-inline-end: 0;
  inset-block-end: 0;
  inset-block-end: 0;
  transition: all 0.2s ease;
  color: #fff;
  background-color: #004f7c;
}

.lightbox-link:hover .lightbox-link__overlay,
.lightbox-link:active .lightbox-link__overlay,
.lightbox-link:focus .lightbox-link__overlay {
  color: #004f7c;
  background-color: #a1e703;
}

.lightbox-link__overlay--full-width {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  inset-block-end: 0;
  width: 100%;
  display: block;
  background-color: #fff;
  opacity: 0;
  transition: all 0.2s ease;
  z-index: 1;
}

.lightbox-link__icon {
  position: absolute;
  font-size: 2rem;
}

.lightbox-link__overlay--full-width .lightbox-link__icon {
  font-size: 4rem;
  color: #000;
}

.fancybox-button {
  color: #fff;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 4rem;
  width: 4rem;
  margin: 0;
  padding: 0;
  position: relative;
  vertical-align: top;
  visibility: inherit;
  font-size: 2rem;
  line-height: 1;
  transition: all 0.2s ease;
}

.input-is-keyboard .fancybox-button:focus {
  box-shadow: 0 0 0 4px #a1e703 !important;
  outline: none;
  z-index: 900;
}

.fancybox-button:hover, .fancybox-button:focus-visible {
  background-color: #383a45;
}

.fancybox-navigation .fancybox-button--arrow_right,
.fancybox-navigation .fancybox-button--arrow_left,
.fancybox-navigation .fancybox-button {
  padding: 0;
  height: 3rem;
  width: 3rem;
  inset-block-start: 50%;
  transform: translate(0, -50%);
}

.fancybox-navigation .fancybox-button--arrow_right:disabled,
.fancybox-navigation .fancybox-button--arrow_left:disabled,
.fancybox-navigation .fancybox-button:disabled {
  display: none;
}

.fancybox-slide,
.fancybox-slide--image {
  padding: 4rem 0 2rem 0;
}

@media (min-width: 960px) {
  .fancybox-slide,
  .fancybox-slide--image {
    padding: 4rem 0;
  }
}

.fancybox-caption,
.fancybox-infobar {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 1rem;
  mix-blend-mode: normal;
}

.fancybox-can-swipe .fancybox-caption,
.fancybox-can-pan .fancybox-caption {
  text-shadow: 0 0 1em #000;
}

.fancybox-caption {
  padding: 2rem 32px;
  padding: 2rem 32px 4rem 32px;
  background-color: transparent;
  text-align: start;
}

@media (min-width: 960px) {
  .fancybox-caption {
    padding: 2rem 32px 4rem 32px;
    text-align: center;
  }
}

.fancybox-caption.fancybox-caption--separate {
  margin-block-start: 0;
}

.fancybox-caption .fancybox-caption__body {
  overflow: visible;
}

.fancybox-infobar {
  height: 4rem;
  inset-inline-start: 0;
  line-height: 4rem;
  min-width: 6rem;
  padding: 0 0 0 32px;
  pointer-events: none;
  inset-block-start: 0;
}

.fancybox-bg {
  background-color: rgba(21, 20, 20, 0.95);
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

.fancybox-button svg {
  position: relative;
  display: inline-block;
  height: 1em;
  width: 1em;
  overflow: hidden;
}

.fancybox-container--papers .fancybox-inner {
  inset-block-start: 0 !important;
  inset-inline-end: 0 !important;
  inset-block-end: 0 !important;
  inset-inline-start: 0 !important;
}

@media (min-width: 720px) {
  .fancybox-container--papers .fancybox-inner {
    inset-block-start: 1rem !important;
    inset-inline-end: 1rem !important;
    inset-block-end: 1rem !important;
    inset-inline-start: 1rem !important;
  }
}

@media (min-width: 960px) {
  .fancybox-container--papers .fancybox-inner {
    inset-block-start: 2rem !important;
    inset-inline-end: 2rem !important;
    inset-block-end: 2rem !important;
    inset-inline-start: 2rem !important;
  }
}

.fancybox-container--papers.fancybox-is-open .fancybox-inner {
  background-color: #c3bab1;
}

.fancybox-container--papers .fancybox-content {
  width: 100% !important;
  height: 55% !important;
  transform: translate(0) !important;
  inset-inline-start: 0 !important;
  inset-inline-end: 0 !important;
  margin: 0 !important;
}

@media (min-width: 960px) {
  .fancybox-container--papers .fancybox-content {
    width: 60% !important;
    height: 100% !important;
    transform: translate(0) !important;
    inset-inline-start: auto !important;
    inset-inline-end: 0 !important;
    margin: 0 !important;
  }
}

.fancybox-container--papers .fancybox-image {
  inset-block-start: 0;
  inset-block-end: auto;
  object-fit: cover;
}

@media (min-width: 960px) {
  .fancybox-container--papers .fancybox-image {
    inset-inline-start: auto;
    inset-block-start: auto;
    inset-inline-end: 0;
  }
}

.fancybox-container--papers .fancybox-caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  inset-block-start: auto !important;
  inset-inline-end: 0 !important;
  inset-block-end: 0 !important;
  inset-inline-start: 0 !important;
  width: 100%;
  min-height: 50%;
  text-shadow: none !important;
  pointer-events: all !important;
  -webkit-clip-path: ellipse(200% 100% at 50% 100%);
          clip-path: ellipse(200% 100% at 50% 100%);
  padding: 4rem 1.5rem;
  text-align: start;
  background: #fff;
}

@media (min-width: 720px) {
  .fancybox-container--papers .fancybox-caption {
    padding: 2rem;
  }
}

@media (min-width: 960px) {
  .fancybox-container--papers .fancybox-caption {
    inset-block-start: 0 !important;
    inset-inline-end: auto !important;
    inset-block-end: 0 !important;
    inset-inline-start: 0 !important;
    width: 50%;
    -webkit-clip-path: ellipse(100% 150% at 0 50%);
            clip-path: ellipse(100% 150% at 0 50%);
  }
}

.fancybox-container--papers .fancybox-caption__body > :last-child {
  margin-block-end: 0;
}

.fancybox-container--papers.fancybox-is-open .fancybox-caption {
  color: #000;
  background: #fff;
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-container--papers .fancybox-caption__body {
  max-height: none;
}

.fancybox-container--papers .fancybox-navigation .fancybox-button {
  background-color: #383a45;
  inset-block-start: 25%;
}

@media (min-width: 720px) {
  .fancybox-container--papers .fancybox-navigation .fancybox-button {
    inset-block-start: 50%;
  }
}

.fancybox-container--papers .fancybox-navigation .fancybox-button:hover, .fancybox-container--papers .fancybox-navigation .fancybox-button:focus-visible {
  background-color: #151414;
}

.fancybox-container--papers .fancybox-navigation .fancybox-button--arrow_left {
  inset-inline-start: 0;
  padding-inline-start: 0;
}

@media (min-width: 720px) {
  .fancybox-container--papers .fancybox-navigation .fancybox-button--arrow_left {
    inset-inline-start: -1rem;
  }
}

@media (min-width: 960px) {
  .fancybox-container--papers .fancybox-navigation .fancybox-button--arrow_left {
    inset-inline-start: -1.5rem;
  }
}

.fancybox-container--papers .fancybox-navigation .fancybox-button--arrow_right {
  inset-inline-end: 0;
  padding-inline-end: 0;
}

@media (min-width: 720px) {
  .fancybox-container--papers .fancybox-navigation .fancybox-button--arrow_right {
    inset-inline-end: -1rem;
  }
}

@media (min-width: 960px) {
  .fancybox-container--papers .fancybox-navigation .fancybox-button--arrow_right {
    inset-inline-end: -1.5rem;
  }
}

.fancybox-container--papers .fancybox-infobar {
  color: #afabab;
  font-weight: 600;
  inset-block-start: auto;
  inset-block-end: 0;
  padding-inline-start: 1.5rem;
}

@media (min-width: 720px) {
  .fancybox-container--papers .fancybox-infobar {
    padding-inline-start: 2rem;
  }
}

@media (min-width: 960px) {
  .fancybox-container--papers .fancybox-infobar {
    inset-block-start: 0;
    inset-block-end: auto;
  }
}

.fancybox-container--papers [data-fancybox-index] {
  color: #000;
}

.fancybox-container--papers.fancybox-is-open .fancybox-infobar,
.fancybox-container--papers.fancybox-is-open .fancybox-toolbar,
.fancybox-container--papers.fancybox-is-open .fancybox-caption,
.fancybox-container--papers.fancybox-is-open .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-container--papers .fancybox-progress {
  display: none;
}

/* ----------------------------------------------------------------------------

MASONRY GRID

Place elements based on available vertical space,
sort of like a mason fitting stones in a wall.

See: https://masonry.desandro.com

---------------------------------------------------------------------------- */
.masonry {
  margin-inline: -0.5rem;
  display: flex;
  flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}

@media (min-width: 480px) {
  .masonry {
    margin-inline: -0.5rem;
  }
}

@media (min-width: 960px) {
  .masonry {
    margin-inline: -1rem;
  }
}

.masonry__item,
.masonry__item-sizer {
  padding-inline: 0.5rem;
  width: 100%;
}

@media (min-width: 480px) {
  .masonry__item,
  .masonry__item-sizer {
    padding-inline: 0.5rem;
  }
}

@media (min-width: 960px) {
  .masonry__item,
  .masonry__item-sizer {
    padding-inline: 1rem;
  }
}

@media (min-width: 480px) {
  .masonry__item,
  .masonry__item-sizer {
    width: 50%;
  }
}

@media (min-width: 960px) {
  .masonry__item,
  .masonry__item-sizer {
    width: 33.33333%;
  }
}

@media (min-width: 480px) {
  .masonry__item--lg {
    width: 100%;
  }
}

@media (min-width: 960px) {
  .masonry__item--lg {
    width: 66.66666%;
  }
}

.masonry--no-grid {
  margin-inline-start: 0;
  margin-inline-end: 0;
}

.masonry--no-grid .masonry__item {
  padding-inline-start: 0;
  padding-inline-end: 0;
}

.masonry--cols-2 .masonry__item {
  width: 100%;
}

@media (min-width: 720px) {
  .masonry--cols-2 .masonry__item {
    width: 50%;
  }
}

.masonry--cols-4 .masonry__item {
  width: 100%;
}

@media (min-width: 400px) {
  .masonry--cols-4 .masonry__item {
    width: 50%;
  }
}

@media (min-width: 480px) {
  .masonry--cols-4 .masonry__item {
    width: 33.33333%;
  }
}

@media (min-width: 960px) {
  .masonry--cols-4 .masonry__item {
    width: 25%;
  }
}

@media (min-width: 720px) {
  .masonry__item--offset-xs::before,
  .masonry__item--offset-sm::before,
  .masonry__item--offset-md::before,
  .masonry__item--offset-lg::before {
    content: '';
    display: block;
    width: 100%;
  }
  .masonry__item--offset-xs::before {
    padding-block-start: 12.5%;
  }
  .masonry__item--offset-sm::before {
    padding-block-start: 25%;
  }
  .masonry__item--offset-md::before {
    padding-block-start: 50%;
  }
  .masonry__item--offset-lg::before {
    padding-block-start: 75%;
  }
}

.media {
  position: relative;
  margin-block-end: 1rem;
}

.video {
  --aspect-ratio: 16/9;
}

.video__iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: var(--aspect-ratio);
}

/* --------------------------------

Deckhead

-------------------------------- */
.meta {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  margin-block-end: 1em;
  display: flex;
  align-items: center;
}

@media (min-width: 720px) {
  .meta {
    font-size: 1.0625rem;
    line-height: 1.52941;
  }
}

@media (min-width: 1200px) {
  .meta {
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}

.meta a {
  color: inherit;
}

.input-is-keyboard .meta a:focus {
  color: #000 !important;
  background-color: #defcb5 !important;
  box-shadow: 0 -2px 0 2px #defcb5, 0 2px 0 2px #000 !important;
  z-index: 900 !important;
  text-decoration: none !important;
  outline: none !important;
  background-image: none;
}

.meta a:hover, .meta a:focus {
  color: #a1e703;
}

.meta-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-style: italic;
  color: #383a45;
}

.meta-list--center,
.meta-list.text-center {
  justify-content: center;
}

.meta-list__item {
  padding-inline-end: 0.5em;
}

.meta-list__item + .meta-list__item::before {
  content: '·';
  display: inline-block;
  padding-inline-end: 0.5em;
}

.modal {
  position: fixed;
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 79, 124, 0.95);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 600;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.modal--is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modal__content {
  overflow: auto;
  width: calc(100% - 2 * 32px);
  max-width: 40rem;
  max-height: calc(100vh - 6rem);
  background-color: #fff;
}

.modal__header {
  padding: 2rem;
  background-color: #afabab;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__header h2,
.modal__header h2,
.modal__header h3,
.modal__header h4 {
  margin: 0;
}

.modal__body {
  height: 100%;
  padding: 2rem;
}

.modal__footer {
  padding: 1rem 2rem;
  background-color: #afabab;
}

.button.modal__close {
  position: fixed;
  inset-block-start: 1rem;
  inset-inline-end: 1rem;
  z-index: 601;
  border-radius: 50%;
  width: 3.25rem;
  height: 3.25rem;
  color: #fff;
  background-color: #00446b;
  border-color: #00446b;
}

.button.modal__close:hover, .button.modal__close:focus {
  color: #fff;
  background-color: #06324b;
  border-color: #06324b;
}

.modal__content .modal__close--sticky {
  position: sticky;
  float: inline-end;
  inset-block-start: 0;
  inset-inline-end: 0;
}

.modal--header-is-fixed .modal__header {
  position: sticky;
  inset-block-start: 0;
}

.modal--footer-is-fixed .modal__footer {
  position: sticky;
  inset-block-end: 0;
}

.modal[data-animation='on'] {
  transition: opacity 0.125s, visibility 0.125s;
}

.modal[data-animation='on'] .modal__content {
  will-change: transform;
  transition: transform 0.125s ease-out;
  transform: translateY(5%);
}

.modal[data-animation='on'].modal--is-visible .modal__content {
  transform: translateY(0);
}

.nav-main {
  font-size: 1.25rem;
  line-height: 1.2;
  display: flex;
}

@media (min-width: 1200px) {
  .nav-main {
    font-size: 1.5rem;
  }
}

.nav-main__list-level-1 {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: visible;
  position: relative;
  position: static;
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
  column-gap: 1.75em;
}

.nav-main__list-level-1::after {
  background-color: #fff;
  bottom: -1px;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}

.nav-main__list-level-1::after {
  inset-block-start: -11.25rem;
  inset-block-end: 0;
}

.nav-main__item-level-1--tagline {
  margin-inline-end: auto;
}

.theme-beige .nav-main__item-level-1--tagline {
  color: #7b756f;
}

.theme-yellow .nav-main__item-level-1--tagline {
  color: #ef7c00;
}

.theme-blue-light .nav-main__item-level-1--tagline {
  color: #009DCC;
}

.header.is-small .nav-main__item-level-1--tagline {
  opacity: 0;
  transform: translateY(-500rem);
  visibility: hidden;
  transition: opacity 300ms ease-out 0s, transform 300ms ease-out 0s;
}

.nav-main__item-level-1 {
  display: flex;
}

.nav-main__link-wrap {
  position: relative;
  display: flex;
}

.nav-main__link-level-1 {
  font-weight: 700;
  color: #004f7c;
  display: flex;
  padding-block-end: 0.625em;
  overflow: hidden;
  white-space: nowrap;
}

.input-is-keyboard .nav-main__link-level-1:focus {
  box-shadow: 0 0 0 4px #a1e703 !important;
  outline: none;
  z-index: 900;
}

.nav-main__link-level-1::after {
  content: '';
  display: block;
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  height: 0.333em;
  background-color: #a1e703;
  transition: all 0.2s ease;
  width: 0;
}

.theme-yellow .nav-main__link-level-1::after {
  background-color: #fec400;
}

.theme-beige .nav-main__link-level-1::after {
  background-color: #9f9184;
}

.theme-blue-light .nav-main__link-level-1::after {
  background-color: #009DCC;
}

.nav-main__item-level-1.is-open .nav-main__link-level-1, .nav-main__link-level-1:hover, .nav-main__link-level-1:active {
  color: #004f7c;
}

.nav-main__item-level-1.is-open .nav-main__link-level-1::after, .nav-main__link-level-1:hover::after, .nav-main__link-level-1:active::after {
  width: 100%;
}

:not(.nav-main__item-level-1--tagline) .nav-main__link-level-1.is-current::after {
  width: 100%;
}

.page-geschlechtsspezifische-gewalt .nav-main__link-level-1 {
  padding-block-start: 0.625em;
}

.nav-main__sub-toggle {
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  padding: 0;
  font-weight: 400;
  font-size: 1.3125rem;
  line-height: 1.2381;
}

.nav-main__sub-toggle:not(:active):not(:focus) {
  position: absolute;
  height: 1px;
  width: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

.input-is-keyboard .nav-main__sub-toggle:focus {
  box-shadow: 0 0 0 4px #a1e703 !important;
  outline: none;
  z-index: 900;
}

@media (min-width: 720px) {
  .nav-main__sub-toggle {
    font-size: 1.3125rem;
    line-height: 1.33333;
  }
}

@media (min-width: 1200px) {
  .nav-main__sub-toggle {
    font-size: 1.625rem;
    line-height: 1.23077;
  }
}

.nav-main__sub-toggle:focus, .nav-main__sub-toggle:active:focus {
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 50%;
  transform: translate(100%, -72.5%);
  color: #004f7c;
}

.nav-main__sub-toggle .icon {
  display: block;
  transition: all 0.2s ease;
}

.is-open .nav-main__sub-toggle .icon {
  transform: rotate(180deg);
}

.nav-main__flyout {
  overflow: visible;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-start: 100%;
  margin: 0 -1rem;
  padding: 3rem 2rem 2rem;
  transition: all 0.3s ease;
  z-index: -100;
  will-change: transform;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
}

.nav-main__flyout::after {
  background-color: white;
  bottom: -1px;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}

.nav-main__flyout::after {
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.15);
}

.is-open .nav-main__flyout {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.nav-main__list-level-2 {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 0 0 100%;
  justify-content: flex-start;
}

.nav-main__item-level-2 {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 16px;
  position: relative;
  margin-block-start: -2px;
}

.nav-main__link-level-2 {
  font-size: 0.9375rem;
  line-height: 1.33333;
  font-weight: 400;
  color: #000;
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 4rem;
  padding: 1em 1rem;
  transition: all 0.2s ease;
  border-top: 2px solid #f2f6f8;
  border-bottom: 2px solid #f2f6f8;
  position: relative;
}

.input-is-keyboard .nav-main__link-level-2:focus {
  box-shadow: 0 0 0 4px #a1e703 !important;
  outline: none;
  z-index: 900;
}

@media (min-width: 720px) {
  .nav-main__link-level-2 {
    font-size: 1rem;
    line-height: 1.25;
  }
}

@media (min-width: 1200px) {
  .nav-main__link-level-2 {
    font-size: 1.0625rem;
    line-height: 1.52941;
  }
}

.theme-yellow .nav-main__link-level-2 {
  border-color: #fef6d4;
}

.nav-main__link-level-2:hover, .nav-main__link-level-2:active, .nav-main__link-level-2:focus {
  color: #000;
  border-top-color: #f2fed5;
  border-bottom-color: #a1e703;
  background-color: #f2fed5;
  z-index: 1;
}

.nav-main__link-level-2:hover::after, .nav-main__link-level-2:active::after, .nav-main__link-level-2:focus::after {
  width: 100%;
}

.theme-yellow .nav-main__link-level-2:hover,
.theme-yellow .nav-main__link-level-2:active,
.theme-yellow .nav-main__link-level-2:focus {
  border-top-color: #fdf9e7;
  border-bottom-color: #fec400;
  background-color: #fdf9e7;
}

.theme-beige .nav-main__link-level-2:hover,
.theme-beige .nav-main__link-level-2:active,
.theme-beige .nav-main__link-level-2:focus {
  border-top-color: #f6f5f4;
  border-bottom-color: #9f9184;
  background-color: #f6f5f4;
}

.nav-main__link-level-2.is-current {
  font-weight: 700;
  border-bottom-color: #a1e703;
  background-color: #defcb5;
  z-index: 2;
}

.theme-yellow .nav-main__link-level-2.is-current {
  border-bottom-color: #fec400;
  background-color: #ffed92;
}

.theme-beige .nav-main__link-level-2.is-current {
  border-bottom-color: #9f9184;
  background-color: #c3bab1;
}

.nav-main__teaser-col {
  align-items: stretch;
  align-self: stretch;
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  padding-block-start: 3rem;
}

.nav-main__teaser.teaser {
  flex: 0 0 50%;
  padding: 0 1rem;
  border-top: 0;
  margin-block-end: 0;
}

.nav-main__teaser.teaser .teaser__body {
  padding: 0;
}

.nav-main__teaser.teaser .teaser__heading {
  font-weight: 900;
  font-size: 1.3125rem;
  line-height: 1.2381;
  margin-block-start: 0;
}

@media (min-width: 720px) {
  .nav-main__teaser.teaser .teaser__heading {
    font-size: 1.3125rem;
    line-height: 1.33333;
  }
}

@media (min-width: 1200px) {
  .nav-main__teaser.teaser .teaser__heading {
    font-size: 1.625rem;
    line-height: 1.23077;
  }
}

.nav-meta {
  font-size: 0.875rem;
  line-height: 1.42857;
}

@media (min-width: 720px) {
  .nav-meta {
    font-size: 0.875rem;
    line-height: 1.42857;
  }
}

@media (min-width: 1200px) {
  .nav-meta {
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}

.nav-meta__list-level-1 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-inline-start: -0.75em;
  margin-inline-end: -0.75em;
}

@media screen and (min-width: 0\0) {
  .nav-meta__list-level-1 {
    display: block;
  }
  .nav-meta__item-level-1 {
    float: inline-start;
  }
}

.nav-meta__link-level-1 {
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  padding: 0;
  display: block;
  color: #000;
  margin-inline-start: 0.75em;
  margin-inline-end: 0.75em;
}

.input-is-keyboard .nav-meta__link-level-1:focus {
  box-shadow: 0 0 0 4px #a1e703 !important;
  outline: none;
  z-index: 900;
}

.nav-meta__link-level-1:not(.nav-meta--search) {
  padding: 0.125em 0;
}

.nav-meta__link-level-1:not(.nav-meta--search), .nav-meta__link-level-1:not(.nav-meta--search):visited {
  display: inline;
  color: var(--animated-underline-color-text, #000);
  text-decoration: none;
  background-image: linear-gradient(var(--animated-underline-color-underline, transparent), var(--animated-underline-color-underline, transparent)), linear-gradient(var(--animated-underline-color-underline-hover, #a1e703), var(--animated-underline-color-underline-hover, #a1e703));
  background-position-x: calc(100% + var(--animated-underline-offset-x, 0%)), calc(0% + var(--animated-underline-offset-x, 0%));
  background-position-y: calc(100% + var(--animated-underline-offset-y, 0%)), calc(100% + var(--animated-underline-offset-y, 0%));
  background-size: 100% var(--width-underline, 2px), 0% var(--width-underline, 2px);
  background-repeat: no-repeat;
  will-change: background-size;
  transition: background-size 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.nav-meta__link-level-1:not(.nav-meta--search):hover, .nav-meta__link-level-1:not(.nav-meta--search):active, .nav-meta__link-level-1:not(.nav-meta--search)[aria-current] {
  color: var(--animated-underline-color-text-hover, #004f7c);
  background-size: 0% var(--width-underline, 2px), 100% var(--width-underline, 2px);
}

.nav-meta--search {
  display: flex;
  align-items: center;
}

.nav-meta--search .nav-meta__text,
.nav-meta--search:visited .nav-meta__text {
  display: inline;
  color: var(--animated-underline-color-text, #000);
  text-decoration: none;
  background-image: linear-gradient(var(--animated-underline-color-underline, transparent), var(--animated-underline-color-underline, transparent)), linear-gradient(var(--animated-underline-color-underline-hover, #a1e703), var(--animated-underline-color-underline-hover, #a1e703));
  background-position-x: calc(100% + var(--animated-underline-offset-x, 0%)), calc(0% + var(--animated-underline-offset-x, 0%));
  background-position-y: calc(100% + var(--animated-underline-offset-y, 0%)), calc(100% + var(--animated-underline-offset-y, 0%));
  background-size: 100% var(--width-underline, 2px), 0% var(--width-underline, 2px);
  background-repeat: no-repeat;
  will-change: background-size;
  transition: background-size 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.nav-meta--search:hover .nav-meta__text,
.nav-meta--search:active .nav-meta__text,
.nav-meta--search[aria-current] .nav-meta__text {
  color: var(--animated-underline-color-text-hover, #004f7c);
  background-size: 0% var(--width-underline, 2px), 100% var(--width-underline, 2px);
}

.nav-meta--search::before {
  content: '';
  flex-shrink: 0;
  height: 3em;
  width: 3em;
  border-radius: 50%;
  margin-inline-start: 0.75em;
  background-color: #d9f1fd;
}

.theme-yellow .nav-meta--search::before {
  background-color: #ffed92;
}

.theme-beige .nav-meta--search::before {
  background-color: #c3bab1;
}

.nav-meta--search:hover {
  color: #004f7c;
}

.nav-meta__icon {
  position: absolute;
  font-size: 1.25em;
  inset-inline-end: 0.725em;
}

.nav-meta__text {
  order: -1;
  padding: 0.25em 0;
}

.nav-mobile {
  box-sizing: border-box;
  pointer-events: none;
}

@media (min-width: 960px) {
  .nav-mobile {
    display: none;
  }
}

.slide-nav-root,
.slide-nav-sub {
  position: fixed;
  top: 0;
  bottom: 0;
  inset-inline-start: 100%;
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  transition-property: transform, visibility;
  transition-duration: 0.2s;
  transition-delay: 0s, 0s;
  background-color: #fff;
  width: 100%;
  z-index: 500;
  overflow: hidden;
}

@media (min-width: 480px) {
  .slide-nav-root,
  .slide-nav-sub {
    width: 23rem;
  }
}

.slide-nav-checkbox:checked ~ .slide-nav-root,
.slide-nav-checkbox:checked ~ .slide-nav-sub {
  transform: translate3d(-100%, 0, 0);
  visibility: visible;
  pointer-events: all;
  transition-property: transform, visibility;
  transition-duration: 0.2s, 0s;
  transition-delay: 0s, 0s;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.slide-nav-checkbox:checked ~ .slide-nav-root:has(> ul li .slide-nav-checkbox:checked),
.slide-nav-checkbox:checked ~ .slide-nav-sub:has(> ul li .slide-nav-checkbox:checked) {
  overflow-y: hidden;
}

.slide-nav-root {
  box-shadow: 0 5px 16px 0 rgba(26, 46, 74, 0.15);
}

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

.slide-nav-checkbox,
.slide-nav-label-root {
  position: absolute;
  inset-block-start: -99999px;
  inset-inline-start: -99999px;
}

.slide-nav-item > a,
.slide-nav-item > button,
.slide-nav-item > span,
.slide-nav-item-meta > a,
.slide-nav-item-meta > button,
.slide-nav-item-meta > span,
.slide-nav-sub-item > a,
.slide-nav-sub-item > button,
.slide-nav-sub-item > span,
.slide-nav-sub-heading > a,
.slide-nav-sub-heading > button,
.slide-nav-sub-heading > span {
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  padding: 0;
  display: block;
  font-size: 1.3125rem;
  font-weight: 900;
  color: #004f7c;
  position: relative;
  padding-block-start: 1.1rem;
  padding-block-end: 1.2rem;
  padding-inline: 2rem;
  background-color: transparent;
  border-block-end: 1px solid #e1e0e0;
}

.slide-nav-item.is-current > a,
.slide-nav-item.is-current > button,
.slide-nav-item.is-current > span,
.slide-nav-item-meta.is-current > a,
.slide-nav-item-meta.is-current > button,
.slide-nav-item-meta.is-current > span,
.slide-nav-sub-item.is-current > a,
.slide-nav-sub-item.is-current > button,
.slide-nav-sub-item.is-current > span,
.slide-nav-sub-heading.is-current > a,
.slide-nav-sub-heading.is-current > button,
.slide-nav-sub-heading.is-current > span {
  background-color: #defcb5;
}

.theme-beige .slide-nav-item.is-current > a, .theme-beige
.slide-nav-item.is-current > button, .theme-beige
.slide-nav-item.is-current > span, .theme-beige
.slide-nav-item-meta.is-current > a, .theme-beige
.slide-nav-item-meta.is-current > button, .theme-beige
.slide-nav-item-meta.is-current > span, .theme-beige
.slide-nav-sub-item.is-current > a, .theme-beige
.slide-nav-sub-item.is-current > button, .theme-beige
.slide-nav-sub-item.is-current > span, .theme-beige
.slide-nav-sub-heading.is-current > a, .theme-beige
.slide-nav-sub-heading.is-current > button, .theme-beige
.slide-nav-sub-heading.is-current > span {
  background-color: #c3bab1;
}

.theme-yellow .slide-nav-item.is-current > a, .theme-yellow
.slide-nav-item.is-current > button, .theme-yellow
.slide-nav-item.is-current > span, .theme-yellow
.slide-nav-item-meta.is-current > a, .theme-yellow
.slide-nav-item-meta.is-current > button, .theme-yellow
.slide-nav-item-meta.is-current > span, .theme-yellow
.slide-nav-sub-item.is-current > a, .theme-yellow
.slide-nav-sub-item.is-current > button, .theme-yellow
.slide-nav-sub-item.is-current > span, .theme-yellow
.slide-nav-sub-heading.is-current > a, .theme-yellow
.slide-nav-sub-heading.is-current > button, .theme-yellow
.slide-nav-sub-heading.is-current > span {
  background-color: #ffed92;
}

.theme-dark .slide-nav-item.is-current > a, .theme-dark
.slide-nav-item.is-current > button, .theme-dark
.slide-nav-item.is-current > span, .theme-dark
.slide-nav-item-meta.is-current > a, .theme-dark
.slide-nav-item-meta.is-current > button, .theme-dark
.slide-nav-item-meta.is-current > span, .theme-dark
.slide-nav-sub-item.is-current > a, .theme-dark
.slide-nav-sub-item.is-current > button, .theme-dark
.slide-nav-sub-item.is-current > span, .theme-dark
.slide-nav-sub-heading.is-current > a, .theme-dark
.slide-nav-sub-heading.is-current > button, .theme-dark
.slide-nav-sub-heading.is-current > span {
  background-color: #004f7c;
}

.theme-high-contrast .slide-nav-item.is-current > a, .theme-high-contrast
.slide-nav-item.is-current > button, .theme-high-contrast
.slide-nav-item.is-current > span, .theme-high-contrast
.slide-nav-item-meta.is-current > a, .theme-high-contrast
.slide-nav-item-meta.is-current > button, .theme-high-contrast
.slide-nav-item-meta.is-current > span, .theme-high-contrast
.slide-nav-sub-item.is-current > a, .theme-high-contrast
.slide-nav-sub-item.is-current > button, .theme-high-contrast
.slide-nav-sub-item.is-current > span, .theme-high-contrast
.slide-nav-sub-heading.is-current > a, .theme-high-contrast
.slide-nav-sub-heading.is-current > button, .theme-high-contrast
.slide-nav-sub-heading.is-current > span {
  color: #fff !important;
  background-color: #000;
}

.slide-nav-item.is-regular > a,
.slide-nav-item.is-regular > button,
.slide-nav-item.is-regular > span,
.slide-nav-item-meta.is-regular > a,
.slide-nav-item-meta.is-regular > button,
.slide-nav-item-meta.is-regular > span,
.slide-nav-sub-item.is-regular > a,
.slide-nav-sub-item.is-regular > button,
.slide-nav-sub-item.is-regular > span,
.slide-nav-sub-heading.is-regular > a,
.slide-nav-sub-heading.is-regular > button,
.slide-nav-sub-heading.is-regular > span {
  font-weight: 400;
}

.slide-nav-item-meta > a,
.slide-nav-item-meta > button,
.slide-nav-item-meta > span,
.slide-nav-item--meta > a,
.slide-nav-item--meta > button,
.slide-nav-item--meta > span {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.75rem 2rem;
  border: 0;
}

@media (min-width: 720px) {
  .slide-nav-item-meta > a,
  .slide-nav-item-meta > button,
  .slide-nav-item-meta > span,
  .slide-nav-item--meta > a,
  .slide-nav-item--meta > button,
  .slide-nav-item--meta > span {
    font-size: 1.0625rem;
    line-height: 1.52941;
  }
}

@media (min-width: 1200px) {
  .slide-nav-item-meta > a,
  .slide-nav-item-meta > button,
  .slide-nav-item-meta > span,
  .slide-nav-item--meta > a,
  .slide-nav-item--meta > button,
  .slide-nav-item--meta > span {
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}

.slide-nav-item:not(.slide-nav-item--meta) + .slide-nav-item-meta, .slide-nav-item:not(.slide-nav-item--meta) +
.slide-nav-item--meta {
  margin-block-start: 2rem;
}

.nav-mobile button {
  width: 100%;
  text-align: left;
}

.nav-mobile button[data-module='toggle'] {
  display: flex;
}

.slide-nav-label {
  text-indent: -9999em;
  overflow: hidden;
  margin: 0;
}

.slide-nav-label-close {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  height: 3em;
  width: 3em;
  border-radius: 50%;
  transition: all 0.2s ease;
  transform: translateY(-50%);
  position: absolute;
  inset-inline-end: 1rem;
  inset-block-start: 2.5rem;
}

@media (min-width: 720px) {
  .slide-nav-label-close {
    inset-block-start: 2.5rem;
  }
}

@media (min-width: 960px) {
  .slide-nav-label-close {
    inset-block-start: 6.8125rem;
  }
}

.slide-nav-label-sub {
  position: absolute;
  inset: 0;
}

.slide-nav-root-heading,
.slide-nav-label-back {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  position: relative;
  overflow: visible;
  color: #000;
  line-height: 1;
  box-shadow: 0 2px 10px rgba(26, 46, 74, 0.15);
  height: 5rem;
}

@media (min-width: 720px) {
  .slide-nav-root-heading,
  .slide-nav-label-back {
    font-size: 1.0625rem;
    line-height: 1.52941;
  }
}

@media (min-width: 1200px) {
  .slide-nav-root-heading,
  .slide-nav-label-back {
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}

@media (min-width: 720px) {
  .slide-nav-root-heading,
  .slide-nav-label-back {
    height: 5rem;
  }
}

@media (min-width: 960px) {
  .slide-nav-root-heading,
  .slide-nav-label-back {
    height: 13.625rem;
  }
}

.theme-dark .slide-nav-root-heading, .theme-dark
.slide-nav-label-back {
  background-color: #06324b;
}

.slide-nav-root-heading {
  padding-inline-start: 2rem;
}

.slide-nav-label-back {
  text-indent: 0;
  padding-inline-start: 3.25rem;
  text-transform: capitalize;
}

.slide-nav-sub-heading > a,
.slide-nav-sub-heading > button,
.slide-nav-sub-heading > span {
  font-weight: 900;
  font-size: 1.3125rem;
  line-height: 1.33333;
  color: #635f5f;
  padding-inline: 2rem;
  padding-block: 1.25rem;
}

@media (min-width: 720px) {
  .slide-nav-sub-heading > a,
  .slide-nav-sub-heading > button,
  .slide-nav-sub-heading > span {
    font-size: 1.625rem;
    line-height: 1.23077;
  }
}

@media (min-width: 1200px) {
  .slide-nav-sub-heading > a,
  .slide-nav-sub-heading > button,
  .slide-nav-sub-heading > span {
    font-size: 2rem;
    line-height: 1.1875;
  }
}

.slide-nav-label-root-icon,
.slide-nav-label-sub-icon,
.slide-nav-label-back-icon {
  position: absolute;
  inset-block-start: 50%;
  transform: translateY(-50%);
}

[dir='rtl'] .slide-nav-label-root-icon, [dir='rtl']
.slide-nav-label-sub-icon, [dir='rtl']
.slide-nav-label-back-icon {
  transform: translateY(-50%) scaleX(-1);
}

.slide-nav-label-sub-icon {
  font-size: 1.5rem;
  inset-inline-end: 1.5rem;
}

.slide-nav-label-close-icon {
  position: absolute;
  font-size: 2em;
}

.slide-nav-label-back-icon {
  font-size: 1.25em;
  inset-inline-start: 2rem;
}

.slide-nav-icon-a11y {
  margin-block-start: -5px;
  margin-inline-end: 0.25em;
  font-size: 2em;
}

.slide-nav-is-open {
  overflow-y: hidden;
  overflow-x: hidden;
  height: 100vh;
}

@keyframes fixAndroidBug {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}

.theme-dark .slide-nav-root,
.theme-dark .slide-nav-sub {
  background-color: #00446b;
}

.theme-dark .slide-nav-item > a,
.theme-dark .slide-nav-item > button,
.theme-dark .slide-nav-item > span,
.theme-dark .slide-nav-item-meta > a,
.theme-dark .slide-nav-item-meta > button,
.theme-dark .slide-nav-item-meta > span,
.theme-dark .slide-nav-sub-item > a,
.theme-dark .slide-nav-sub-item > button,
.theme-dark .slide-nav-sub-item > span,
.theme-dark .slide-nav-sub-heading > a,
.theme-dark .slide-nav-sub-heading > button,
.theme-dark .slide-nav-sub-heading > span {
  border-block-end: 1px solid #004f7c;
}

.theme-dark .slide-nav-item > a[aria-checked='true'],
.theme-dark .slide-nav-item > button[aria-checked='true'],
.theme-dark .slide-nav-item > span[aria-checked='true'],
.theme-dark .slide-nav-item-meta > a[aria-checked='true'],
.theme-dark .slide-nav-item-meta > button[aria-checked='true'],
.theme-dark .slide-nav-item-meta > span[aria-checked='true'],
.theme-dark .slide-nav-sub-item > a[aria-checked='true'],
.theme-dark .slide-nav-sub-item > button[aria-checked='true'],
.theme-dark .slide-nav-sub-item > span[aria-checked='true'],
.theme-dark .slide-nav-sub-heading > a[aria-checked='true'],
.theme-dark .slide-nav-sub-heading > button[aria-checked='true'],
.theme-dark .slide-nav-sub-heading > span[aria-checked='true'] {
  background-color: #004f7c;
}

.theme-high-contrast .slide-nav-item > a,
.theme-high-contrast .slide-nav-item > button,
.theme-high-contrast .slide-nav-item > span,
.theme-high-contrast .slide-nav-item-meta > a,
.theme-high-contrast .slide-nav-item-meta > button,
.theme-high-contrast .slide-nav-item-meta > span,
.theme-high-contrast .slide-nav-sub-item > a,
.theme-high-contrast .slide-nav-sub-item > button,
.theme-high-contrast .slide-nav-sub-item > span,
.theme-high-contrast .slide-nav-sub-heading > a,
.theme-high-contrast .slide-nav-sub-heading > button,
.theme-high-contrast .slide-nav-sub-heading > span {
  color: #000;
  border-block-end: 1px solid #000;
}

.theme-high-contrast .slide-nav-item > a[aria-checked='true'],
.theme-high-contrast .slide-nav-item > button[aria-checked='true'],
.theme-high-contrast .slide-nav-item > span[aria-checked='true'],
.theme-high-contrast .slide-nav-item-meta > a[aria-checked='true'],
.theme-high-contrast .slide-nav-item-meta > button[aria-checked='true'],
.theme-high-contrast .slide-nav-item-meta > span[aria-checked='true'],
.theme-high-contrast .slide-nav-sub-item > a[aria-checked='true'],
.theme-high-contrast .slide-nav-sub-item > button[aria-checked='true'],
.theme-high-contrast .slide-nav-sub-item > span[aria-checked='true'],
.theme-high-contrast .slide-nav-sub-heading > a[aria-checked='true'],
.theme-high-contrast .slide-nav-sub-heading > button[aria-checked='true'],
.theme-high-contrast .slide-nav-sub-heading > span[aria-checked='true'] {
  color: #fff;
  background-color: #000;
}

@media print {
  .slide-nav-checkbox,
  .slide-nav-label-root,
  .slide-nav-root {
    display: none !important;
  }
}

.notice {
  position: relative;
}

.notice__wrap {
  position: relative;
  padding: 1rem;
  overflow: hidden;
  background: #f2fed5;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 720px) {
  .notice__wrap {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 720px) {
  .notice__wrap {
    padding: 2.5rem;
  }
}

.notice__icon {
  position: relative;
  margin: 0 auto 1rem;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 720px) {
  .notice__icon {
    position: absolute;
    inset-inline-start: 1.75rem;
    inset-block-start: 50%;
    transform: translateY(-50%);
    width: 96px;
    height: 96px;
    margin: 0;
  }
}

.notice__icon .icon {
  position: absolute;
  width: 100%;
  height: auto;
  color: #004f7c;
}

.notice__icon .icon--dialog-warning-24 {
  width: 70%;
}

.notice__text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.notice__text p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  margin-block-end: 0;
  position: relative;
  text-align: center;
  width: 100%;
}

@media (min-width: 720px) {
  .notice__text p {
    font-size: 1.0625rem;
    line-height: 1.52941;
  }
}

@media (min-width: 1200px) {
  .notice__text p {
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}

@media (min-width: 720px) {
  .notice__text p {
    text-align: start;
  }
}

.notice__text .notice__heading + p {
  margin-block-start: 1rem;
}

@media (min-width: 720px) {
  .notice__icon + .notice__text {
    padding-inline-start: 7rem;
  }
}

.notice__heading {
  font-weight: 900;
  font-size: 1.3125rem;
  line-height: 1.2381;
  text-align: center;
  color: #000;
  margin-block-end: 0 !important;
}

@media (min-width: 720px) {
  .notice__heading {
    font-size: 1.3125rem;
    line-height: 1.33333;
  }
}

@media (min-width: 1200px) {
  .notice__heading {
    font-size: 1.625rem;
    line-height: 1.23077;
  }
}

@media (min-width: 720px) {
  .notice__heading {
    text-align: start;
  }
}

.notice__heading.heading-5 {
  font-size: 1.0625rem;
  line-height: 1.47059;
}

@media (min-width: 720px) {
  .notice__heading.heading-5 {
    font-size: 1.1875rem;
    line-height: 1.36842;
  }
}

@media (min-width: 1200px) {
  .notice__heading.heading-5 {
    font-size: 1.3125rem;
    line-height: 1.52381;
  }
}

.notice__button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 2rem auto 1rem;
}

@media (min-width: 720px) {
  .notice__button {
    margin: 0 0 0 2rem;
  }
}

.notice--warning .notice__wrap {
  background: #f2f6f8;
}

.notice--error .notice__wrap {
  background: rgba(181, 0, 31, 0.05);
}

.notice--sm .notice__wrap {
  padding: 1.25rem;
}

@media (min-width: 720px) {
  .notice--sm .notice__wrap .notice__icon {
    inset-inline-start: 1.25rem;
    width: 40px;
    height: 40px;
    margin: 0;
  }
}

@media (min-width: 720px) {
  .notice--sm .notice__wrap .notice__icon + .notice__text {
    padding-inline-start: 3.75rem;
  }
}

@media (min-width: 720px) {
  .notice--sm .notice__wrap .notice__text {
    flex-direction: unset;
    display: block;
  }
  .notice--sm .notice__wrap .notice__text p {
    display: inline;
  }
}

@media (min-width: 720px) {
  .notice--sm .notice__wrap .notice__heading {
    font-size: 1rem;
    line-height: 1.5;
    display: inline;
    margin: 0 0.125rem 0 0 !important;
  }
}

@media (min-width: 720px) and (min-width: 720px) {
  .notice--sm .notice__wrap .notice__heading {
    font-size: 1.0625rem;
    line-height: 1.52941;
  }
}

@media (min-width: 720px) and (min-width: 1200px) {
  .notice--sm .notice__wrap .notice__heading {
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}

.notice--xs .notice__wrap {
  padding: 1.25rem;
  flex-direction: row;
  justify-content: flex-start;
}

.notice--xs .notice__wrap .notice__icon {
  position: absolute;
  /*
            inset-block-start: 50%;
            transform: translateY(-50%);
            */
  inset-block-start: 2.25rem;
  inset-inline-start: 1.25rem;
  width: 24px;
  height: 24px;
  margin: 0;
}

.notice--xs .notice__wrap .notice__icon + .notice__text {
  padding-inline-start: 2rem;
}

.notice--xs .notice__wrap .notice__text {
  flex-direction: unset;
  display: block;
}

.notice--xs .notice__wrap .notice__text p {
  display: inline;
}

.notice--xs .notice__wrap .notice__heading {
  display: inline;
  margin: 0 0.125rem 0 0 !important;
}

@media (min-width: 720px) {
  .notice--xs .notice__wrap .notice__heading {
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media (min-width: 720px) and (min-width: 720px) {
  .notice--xs .notice__wrap .notice__heading {
    font-size: 1.0625rem;
    line-height: 1.52941;
  }
}

@media (min-width: 720px) and (min-width: 1200px) {
  .notice--xs .notice__wrap .notice__heading {
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}

.page-section--pull-up {
  overflow-x: hidden;
  margin-block-start: -3rem;
}

@media (min-width: 960px) {
  .page-section--pull-up {
    margin-block-start: -4rem;
  }
}

.pagination {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-inline-start: -6px;
  margin-inline-end: -6px;
}

@media (min-width: 400px) {
  .pagination {
    justify-content: flex-start;
  }
}

.pagination__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 959.98px) {
  .pagination__list:not(.glossary-nav .pagination__list) {
    display: none;
  }
}

.pagination__link {
  margin: 0 6px;
  font-size: 1rem;
  color: #004f7c;
  height: 3.25rem;
  width: 3.25rem;
  background-color: transparent;
  border: 0;
  border-bottom: 3px solid #a1e703;
}

.theme-yellow .pagination__link {
  border-color: #fec400;
}

.pagination__link:hover, .pagination__link:active {
  background-color: #defcb5;
  color: #004f7c;
}

.theme-yellow .pagination__link:hover,
.theme-yellow .pagination__link:active {
  background-color: #ffed92;
}

.pagination__link.is-current {
  background-color: #a1e703;
}

.theme-yellow .pagination__link.is-current {
  background-color: #fec400;
}

.pagination__link.is-disabled {
  opacity: 0;
  visibility: hidden;
}

.pagination__label {
  position: absolute;
  height: 1px;
  width: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

.pagination__status {
  margin-block-end: 1rem;
  width: 100%;
  text-align: center;
}

@media (min-width: 720px) {
  .pagination__status {
    position: absolute;
    height: 1px;
    width: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    overflow: hidden;
    white-space: nowrap;
  }
}

.partner-logos__item.slideshow__item {
  margin-inline-end: 1rem;
}

.partner-logos--heading .partner-logos__item {
  margin-block-end: 2rem;
  margin-inline-end: 1rem;
  margin-inline-start: 1rem;
  width: calc(50% - 2rem);
}

@media (min-width: 400px) {
  .partner-logos--heading .partner-logos__item {
    width: calc(33.333333% - 2rem);
  }
}

@media (min-width: 480px) {
  .partner-logos--heading .partner-logos__item {
    width: calc(20% - 2rem);
  }
}

.partner-logos__image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  height: 100%;
  max-height: 240px;
}

.partner-logos--3cols .partner-logos__image {
  max-height: 320px;
}

.partner-logos--2cols .partner-logos__image {
  padding: 2rem;
  max-height: 560px;
}

.partner-logos__image a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.partner-logos--heading .partner-logos__image {
  min-height: 0;
}

.partner-logos__image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.partner-logos .slideshow__dots {
  display: block !important;
  margin-block-start: 1rem;
}

.logos {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
  padding-inline: 16px;
  margin-block-start: 2rem;
  margin-block-end: 2rem;
}

.logos__item {
  flex: 0 0 50%;
  position: relative;
}

@media (min-width: 720px) {
  .logos__item {
    flex: 0 0 33.33%;
  }
}

@media (min-width: 960px) {
  .logos__item {
    flex: 0 0 25%;
  }
}

@media (min-width: 1200px) {
  .logos__item {
    flex: 0 0 20%;
  }
}

.logos__item:first-of-type::before, .logos__item:last-of-type::after,
.logos__item + .logos__item::before {
  content: '';
  position: absolute;
  width: 1px;
  inset-block-start: 0;
  height: 100%;
  background-color: #e1e0e0;
}

.logos__item:first-of-type::before,
.logos__item + .logos__item::before {
  inset-inline-start: -16px;
}

.logos__item:last-of-type::after {
  inset-inline-end: -16px;
}

.logos__link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.logos__img {
  display: block;
  max-width: 100%;
  height: 8rem;
  object-fit: contain;
}

.logos__img[src$='.jpg'], .logos__img[src$='.png'] {
  mix-blend-mode: multiply;
}

/* --------------------------------

Read All Link

-------------------------------- */
.read-all {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  text-transform: none;
  color: #004f7c;
  text-align: end;
  display: block;
  position: relative;
  z-index: 0;
}

.input-is-keyboard .read-all:focus {
  color: #000 !important;
  background-color: #defcb5 !important;
  box-shadow: 0 -2px 0 2px #defcb5, 0 2px 0 2px #000 !important;
  z-index: 900 !important;
  text-decoration: none !important;
  outline: none !important;
  background-image: none;
}

@media (min-width: 720px) {
  .read-all {
    font-size: 1.0625rem;
    line-height: 1.52941;
  }
}

@media (min-width: 1200px) {
  .read-all {
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}

.read-all::before {
  content: '';
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: 0;
  background-color: #f2f6f8;
  height: 2px;
  inset-block-start: 50%;
  margin-block-start: -1px;
  z-index: -1;
}

.read-all:hover, .read-all:active, .read-all:focus {
  color: #a1e703;
}

.theme-yellow .read-all::before {
  background-color: #ffed92;
}

.read-all--orange::before {
  background-color: #ad3b0c;
}

.read-all--orange:hover .button--orange,
.read-all--orange:hover .button--orange:focus, .read-all--orange:active .button--orange,
.read-all--orange:active .button--orange:focus, .read-all--orange:focus .button--orange,
.read-all--orange:focus .button--orange:focus {
  background: #e75113 !important;
  border-color: #e75113 !important;
  text-decoration: underline !important;
}

.read-all--faq {
  padding-block-start: 3em;
  padding-block-end: 2em;
}

.read-all--faq::before {
  display: none;
}

/* --------------------------------

Read More Link

-------------------------------- */
.read-more {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
  color: inherit;
  align-self: flex-start;
}

@media (min-width: 720px) {
  .read-more {
    font-size: 1.0625rem;
    line-height: 1;
  }
}

@media (min-width: 1200px) {
  .read-more {
    font-size: 1.1875rem;
    line-height: 1;
  }
}

.read-more .icon {
  font-size: 1em;
}

.read-more--right {
  text-align: end;
}

.modal--search-overlay {
  background-color: rgba(0, 79, 124, 0.95);
}

.search-overlay {
  position: relative;
  width: calc(100% - 2 * 32px);
  max-width: 60rem;
  background-image: linear-gradient(transparent calc(100% - 0 * 2), #a1e703 calc(100% - 0 * 2), #a1e703 calc(100% - 0), transparent 0);
}

.search-overlay__input-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.search-overlay__label {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.2381;
  margin-block-end: 0.5em;
  display: inline-block;
  color: #fff;
  padding-inline-start: 0;
}

@media (min-width: 720px) {
  .search-overlay__label {
    font-size: 1.3125rem;
    line-height: 1.33333;
  }
}

@media (min-width: 1200px) {
  .search-overlay__label {
    font-size: 1.625rem;
    line-height: 1.23077;
  }
}

.search-overlay__input {
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.2381;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  width: 100%;
  height: 4.5rem;
  padding-block: 1rem;
  padding-inline-start: 1rem;
  padding-inline-end: 5.5rem;
  margin: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-image: linear-gradient(transparent calc(100% - 0 * 2), #a1e703 calc(100% - 0 * 2), #a1e703 calc(100% - 0), transparent 0);
}

@media (min-width: 720px) {
  .search-overlay__input {
    font-size: 1.3125rem;
    line-height: 1.33333;
  }
}

@media (min-width: 1200px) {
  .search-overlay__input {
    font-size: 1.625rem;
    line-height: 1.23077;
  }
}

.input-is-keyboard .search-overlay__input:focus {
  box-shadow: 0 0 0 4px #a1e703 !important;
  outline: none;
  z-index: 900;
}

.search-overlay__input:focus {
  outline: none;
  background-size: 100% 100%;
}

.search-overlay__submit.button {
  position: absolute;
  inset-inline-end: 0.225rem;
  height: 4rem;
  width: 4rem;
  color: #fff;
  background-color: #004f7c;
  z-index: 99999;
}

.search-overlay__submit.button .icon {
  font-size: 1.5em;
  color: #fff;
  transition: transform 0.2s;
}

.search-overlay__submit.button:hover, .search-overlay__submit.button:focus {
  background-color: #004f7c;
  z-index: 99999;
}

.search-overlay__submit.button:hover .icon, .search-overlay__submit.button:focus .icon {
  transform: scale(1.15);
}

.modal--search-overlay[data-animation='on'] .search-overlay__input {
  transition: background-size 0.3s;
}

.modal--search-overlay[data-animation='on'] .search-overlay__submit {
  transform: translateY(100%) scale(0.6);
  opacity: 0;
}

.modal--search-overlay[data-animation='on'].modal--is-visible .search-overlay__submit {
  animation: search-overlay-submit-in 0.3s forwards ease-out;
}

@keyframes search-overlay-submit-in {
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

.share {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  margin-block-end: 2rem;
}

@media (min-width: 720px) {
  .share {
    margin-block-end: 1rem;
  }
}

.share__heading {
  font-size: 0.875rem;
  line-height: 1.42857;
  margin-inline-end: 1.5rem;
  margin-block-end: 0;
  font-weight: 400;
  color: #000;
  white-space: nowrap;
}

@media (min-width: 720px) {
  .share__heading {
    font-size: 0.875rem;
    line-height: 1.42857;
  }
}

@media (min-width: 1200px) {
  .share__heading {
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}

.share__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9375rem;
  line-height: 1.33333;
  display: flex;
  flex-flow: row nowrap;
  color: #000;
}

@media (min-width: 720px) {
  .share__list {
    font-size: 1rem;
    line-height: 1.25;
  }
}

@media (min-width: 1200px) {
  .share__list {
    font-size: 1.0625rem;
    line-height: 1.52941;
  }
}

@media (min-width: 480px) {
  .share__list {
    flex-direction: row;
  }
}

.share__item + .share__item {
  margin-inline-start: 1rem;
}

.share__action {
  font-size: 0.9375rem;
  line-height: 1.33333;
  color: #004f7c;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 0 solid #d9f1fd;
  background-color: #d9f1fd;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 720px) {
  .share__action {
    font-size: 1rem;
    line-height: 1.25;
  }
}

@media (min-width: 1200px) {
  .share__action {
    font-size: 1.0625rem;
    line-height: 1.52941;
  }
}

.input-is-keyboard .share__action:focus {
  box-shadow: 0 0 0 4px #a1e703 !important;
  outline: none;
  z-index: 900;
}

@media (min-width: 960px) {
  .share__action {
    width: 3.5rem;
    height: 3.5rem;
  }
}

.theme-yellow .share__action {
  background-color: #fef6d4;
}

.theme-beige .share__action {
  background-color: #ebe8e5;
}

.share__action:hover {
  background-color: #defcb5;
  color: #004f7c;
}

.theme-yellow .share__action:hover {
  background-color: #ffed92;
}

.theme-beige .share__action:hover {
  background-color: #c3bab1;
}

.share__icon {
  font-size: 1.5rem;
}

.theme-yellow .share__item:last-of-type {
  display: none;
}

/* --------------------------------

Sitemap

-------------------------------- */
.sitemap {
  font-size: 0.9375rem;
  line-height: 1.33333;
}

@media (min-width: 720px) {
  .sitemap {
    font-size: 1rem;
    line-height: 1.25;
  }
}

@media (min-width: 1200px) {
  .sitemap {
    font-size: 1.0625rem;
    line-height: 1.52941;
  }
}

.sitemap__list {
  font-size: inherit;
  display: flex;
}

.sitemap__list:not(.sitemap__list--level-1) {
  flex-direction: column;
  list-style-type: disc;
  padding-inline-start: 1em;
}

.sitemap__list--level-1 {
  flex-wrap: wrap;
  list-style-type: none;
  column-gap: 1rem;
  row-gap: 2rem;
}

.sitemap__item:not(.sitemap__item--level-1) {
  margin-block-start: 0.5em;
}

.sitemap__item--level-1 {
  flex: 1 1 22rem;
}

.sitemap__link, .sitemap__link:visited {
  display: inline;
  color: var(--animated-underline-color-text, #000);
  text-decoration: none;
  background-image: linear-gradient(var(--animated-underline-color-underline, transparent), var(--animated-underline-color-underline, transparent)), linear-gradient(var(--animated-underline-color-underline-hover, #a1e703), var(--animated-underline-color-underline-hover, #a1e703));
  background-position-x: calc(100% + var(--animated-underline-offset-x, 0%)), calc(0% + var(--animated-underline-offset-x, 0%));
  background-position-y: calc(100% + var(--animated-underline-offset-y, 0%)), calc(100% + var(--animated-underline-offset-y, 0%));
  background-size: 100% var(--width-underline, 2px), 0% var(--width-underline, 2px);
  background-repeat: no-repeat;
  will-change: background-size;
  transition: background-size 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.sitemap__link:hover, .sitemap__link:active, .sitemap__link[aria-current] {
  color: var(--animated-underline-color-text-hover, #004f7c);
  background-size: 0% var(--width-underline, 2px), 100% var(--width-underline, 2px);
}

.sitemap__link--level-1 {
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.33333;
  margin-block-end: 0.5em;
}

@media (min-width: 720px) {
  .sitemap__link--level-1 {
    font-size: 1.625rem;
    line-height: 1.23077;
  }
}

@media (min-width: 1200px) {
  .sitemap__link--level-1 {
    font-size: 2rem;
    line-height: 1.1875;
  }
}

.sitemap__link--level-1, .sitemap__link--level-1:link, .sitemap__link--level-1:visited {
  display: inline-block;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 99999 !important;
}

.skip-link:not(:active):not(:focus) {
  position: absolute;
  height: 1px;
  width: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

.slideshow {
  min-width: 0;
  min-height: 0;
  position: relative;
  width: 100%;
}

.slideshow__wrap {
  margin-inline: -0.5rem;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  margin-bottom: 0;
}

@media (min-width: 480px) {
  .slideshow__wrap {
    margin-inline: -0.5rem;
  }
}

@media (min-width: 960px) {
  .slideshow__wrap {
    margin-inline: -1rem;
  }
}

.slideshow__wrap.slick-initialized {
  opacity: 1;
  visibility: visible;
  display: block;
}

.slideshow--topic .slideshow__wrap {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}

.slideshow__item {
  padding-inline: 0.5rem;
  width: 100%;
}

@media (min-width: 480px) {
  .slideshow__item {
    padding-inline: 0.5rem;
  }
}

@media (min-width: 960px) {
  .slideshow__item {
    padding-inline: 1rem;
  }
}

.slideshow__item:focus-visible {
  outline: none;
}

.slideshow--topic .slideshow__item {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

@media (max-width: 719.98px) {
  .slideshow--shadow-offset {
    margin-top: -1rem;
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc(100% + 2rem);
  }
  .slideshow--shadow-offset .slideshow__item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
  }
}

.slideshow--shadow-offset .slideshow__item {
  padding-top: 1rem;
}

.slick-list {
  display: block;
  width: 100%;
}

.slideshow--topic .slick-list {
  overflow: visible;
}

.slideshow .slick-track {
  display: block;
  min-width: 100% !important;
  margin-left: 0;
  margin-right: 0;
}

.slideshow .image {
  background-color: #f2f6f8;
}

/*
 ## Better use class image--center ##
.slideshow--image {
    .image img,
    .image picture,
    .image picture source {
        height: auto;
        width: auto;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
    }
}
*/
.slideshow__navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

[dir='rtl'] .slideshow__navigation {
  flex-direction: row-reverse;
}

.slideshow__top-navigation-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.slideshow__dots {
  margin: 0 3rem;
  display: none;
  z-index: 2;
}

@media (min-width: 720px) {
  .slideshow__dots {
    display: none;
  }
}

.slideshow__dots ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  font-size: 0;
  justify-content: center;
}

.slideshow__dots li {
  position: relative;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  margin: 0.125rem 0.25rem;
  padding: 0;
  cursor: pointer;
  line-height: 1;
  font-size: 0;
}

.slideshow__dots li button {
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  padding: 0;
  border: 1px solid #004f7c;
  background: transparent;
  display: block;
  height: 14px;
  width: 14px;
  line-height: 0px;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.input-is-keyboard .slideshow__dots li button:focus {
  box-shadow: 0 0 0 4px #a1e703 !important;
  outline: none;
  z-index: 900;
}

.slideshow__dots li button:hover, .slideshow__dots li button:active {
  border: 1px solid #000;
  background: #000;
}

.slideshow__dots li.slick-active button {
  border: 1px solid #004f7c;
  background: #004f7c;
}

.slideshow__dots li:last-child:first-child {
  display: none;
}

.slideshow__status {
  font-size: 0.9375rem;
  line-height: 1.33333;
  text-align: center;
  color: #000;
}

@media (min-width: 720px) {
  .slideshow__status {
    font-size: 1rem;
    line-height: 1.25;
  }
}

@media (min-width: 1200px) {
  .slideshow__status {
    font-size: 1.0625rem;
    line-height: 1.52941;
  }
}

@media (min-width: 720px) {
  .slideshow__status {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

.slideshow__status span {
  padding: 0 5px;
}

.slideshow__status span:first-of-type {
  font-weight: 900;
}

.slideshow__arrow {
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  padding: 0;
  line-height: 1;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0.5rem;
  transition: all 0.2s ease;
  border-radius: 50%;
  color: #004f7c;
  background-color: #d9f1fd;
}

.input-is-keyboard .slideshow__arrow:focus {
  box-shadow: 0 0 0 4px #a1e703 !important;
  outline: none;
  z-index: 900;
}

@media (min-width: 720px) {
  .slideshow__arrow {
    padding: 1rem;
    font-size: 2rem;
  }
}

.theme-yellow .slideshow__arrow {
  color: #000;
  background-color: #ffed92;
}

.theme-beige .slideshow__arrow {
  color: #000;
  background-color: #c3bab1;
}

.slideshow__arrow:hover, .slideshow__arrow:active {
  color: #004f7c;
  background-color: #defcb5;
}

.theme-yellow .slideshow__arrow:hover,
.theme-yellow .slideshow__arrow:active {
  color: #000;
  background-color: #fec400;
}

.theme-beige .slideshow__arrow:hover,
.theme-beige .slideshow__arrow:active {
  color: #000;
  background-color: #9f9184;
}

@media (max-width: 1199.98px) {
  .slideshow--no-bottom-arrows .slideshow__arrow {
    display: none !important;
  }
}

.slideshow__arrow.slick-disabled {
  visibility: hidden !important;
  opacity: 0 !important;
  cursor: default;
  color: #383a45;
  background-color: #f3f2f2;
}

.slideshow__arrow.slick-disabled:hover, .slideshow__arrow.slick-disabled:active {
  color: #383a45;
  background-color: #f3f2f2;
}

.slideshow--hide-captions .media__caption,
.slideshow--hide-captions .caption {
  position: absolute;
  height: 1px;
  width: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
  display: none;
}

.slideshow--col-1:not(.slideshow--hide-captions) .media__caption,
.slideshow--col-1:not(.slideshow--hide-captions) .caption {
  display: block;
  animation: 0.1s both fadeOut;
}

.slideshow--col-1:not(.slideshow--hide-captions) .slick-current .media__caption,
.slideshow--col-1:not(.slideshow--hide-captions) .slick-current .caption {
  animation: 0.4s 0.6s both fadeIn;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.slideshow--same-height .slick-initialized .slick-track {
  display: flex !important;
}

.slideshow--same-height .slick-initialized .slick-slide {
  display: flex !important;
  height: inherit !important;
}

.slideshow--same-height .slick-initialized .teaser {
  display: flex !important;
}

.slideshow__read-more {
  display: flex;
  justify-content: flex-start;
  margin-top: -17px;
}

.stickybar {
  flex-flow: column nowrap;
  background: #004f7c;
  border: 0 solid transparent;
  border-inline-end: 0 solid #fff;
  position: fixed;
  inset-inline-end: 0;
  top: calc(50% - 180px / 2);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  z-index: 999999998;
  display: none;
}

@media (min-width: 1200px) {
  .stickybar {
    display: flex;
  }
}

.stickybar__item {
  position: relative;
}

.stickybar__button {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.42857;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 60px;
  height: 60px;
  transition: all 0.2s ease;
}

@media (min-width: 720px) {
  .stickybar__button {
    font-size: 0.875rem;
    line-height: 1.42857;
  }
}

@media (min-width: 1200px) {
  .stickybar__button {
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}

.stickybar__button:hover, .stickybar__button:focus, .stickybar__button:active {
  background: #a1e703;
  color: #fff;
}

.stickybar__button .icon {
  font-size: 2.5em;
}

.stickybar__label {
  padding-inline-start: 0.5em;
}

/* --------------------------------

Tabs

-------------------------------- */
.tabs__shadow {
  box-shadow: inset 0 -11px 11px -11px rgba(0, 0, 0, 0.13);
}

.tabs__headline {
  width: 100%;
  display: block;
}

.tabs__list {
  width: 100%;
  padding: 0;
  list-style: none;
  display: none;
  flex-direction: column;
}

.tabs__buttons {
  display: none;
}

@media (min-width: 720px) {
  .tabs__buttons {
    display: block;
  }
}

.tabs__button {
  margin-inline-start: 1rem;
}

.teaser-set--list .tabs__button {
  margin: 0;
  width: 100%;
}

@media (min-width: 480px) {
  .teaser-set--list .tabs__button {
    width: auto;
  }
}

@media (min-width: 720px) {
  .teaser-set--list .tabs__button {
    display: none;
  }
}

.tabs__list-item {
  margin-block-end: 0.5rem;
}

.tabs__panel + .tabs__panel {
  padding-block-start: 4rem;
  padding-block-start: 0;
}

@media (min-width: 720px) {
  .js .tabs__panel {
    margin-block-end: 0;
  }
  .js .tabs__panel--hidden {
    visibility: hidden;
    height: 0;
    overflow: hidden;
  }
  .js .tabs__headline {
    position: absolute;
    left: -1000em;
  }
  .js .tabs__title {
    display: none;
  }
  .js .tabs__list {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    border-bottom: 8px solid #f2f6f8;
    margin-block-end: 3rem;
  }
  .js .tabs__list-item {
    margin-block-end: 0;
  }
  .js .tabs__list-item:last-child {
    margin-inline-end: 0;
  }
  .js .tabs__tab {
    font-size: 1.3125rem;
    line-height: 1.2381;
    display: block;
    font-weight: 700;
    white-space: nowrap;
    text-align: center;
    text-decoration: none !important;
    color: #000;
    position: relative;
    margin-inline-end: 2rem;
    padding: 0 0 1rem;
  }
}

@media (min-width: 720px) and (min-width: 720px) {
  .js .tabs__tab {
    font-size: 1.3125rem;
    line-height: 1.33333;
  }
}

@media (min-width: 720px) and (min-width: 1200px) {
  .js .tabs__tab {
    font-size: 1.625rem;
    line-height: 1.23077;
  }
}

@media (min-width: 720px) {
  .js .tabs__tab::after {
    background-color: #a1e703;
    transition: all 0.2s ease;
    bottom: -8px;
    content: '';
    height: 8px;
    inset-inline-start: 0;
    position: absolute;
    z-index: 1;
    width: 0;
  }
  .js .tabs__tab:hover {
    color: #004f7c;
    text-decoration: none !important;
  }
  .js .tabs__tab:hover::after {
    width: 100%;
  }
  .js .tabs__tab .icon {
    display: none;
  }
  .js .tabs__list-item--selected .tabs__tab {
    position: relative;
    transition: all 0.2s ease;
  }
  .js .tabs__list-item--selected .tabs__tab::after {
    opacity: 1;
    width: 100%;
  }
}

@media (min-width: 960px) {
  .js .tabs__panel .slideshow__dots {
    display: none;
  }
}

.js .tabs__panel .slideshow__dots {
  display: block;
  margin-block-start: -1rem;
  margin-block-end: 1rem;
}

.js .tabs__panel .slideshow__status,
.js .tabs__panel .slideshow__arrow {
  display: none !important;
}

.tag-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  line-height: 1.42857;
  gap: 0.25em;
  max-width: 100%;
}

@media (min-width: 720px) {
  .tag-list {
    font-size: 0.875rem;
    line-height: 1.42857;
  }
}

@media (min-width: 1200px) {
  .tag-list {
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}

.tag-list--center {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.tag-list__headline {
  margin-block-end: 2rem;
}

.tag-list .tag,
.tag-list__item {
  max-width: 100%;
}

.imageteaser {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.imageteaser__image {
  position: relative;
  transition: all 0.3s ease-out 0s;
}

.imageteaser__image::before {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-block-start: 56.25%;
}

.imageteaser__image > * {
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-start: 0;
  height: 100%;
  width: 100%;
}

.imageteaser:hover .imageteaser__image img {
  transform: scale(1.08);
  transition: all 0.3s ease-out 0s;
}

.imageteaser__image .credits {
  background: transparent;
}

.imageteaser__body {
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  z-index: 1;
  color: #fff;
  padding: 10px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  text-align: start;
}

@media (min-width: 400px) {
  .imageteaser__body {
    padding: 40px;
  }
}

.imageteaser__heading {
  font-size: 1.3125rem;
  line-height: 1.33333;
  width: 100%;
  font-size: 1.25rem;
  font-weight: bolder;
  color: #fff;
  margin-block-end: 2rem;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

@media (min-width: 720px) {
  .imageteaser__heading {
    font-size: 1.625rem;
    line-height: 1.23077;
  }
}

@media (min-width: 1200px) {
  .imageteaser__heading {
    font-size: 2rem;
    line-height: 1.1875;
  }
}

@media (min-width: 960px) {
  .imageteaser__heading {
    font-size: 1.5rem;
  }
}

.imageteaser--lg .imageteaser__heading {
  font-size: 1.625rem;
  line-height: 1.23077;
  font-size: 1.25rem;
  margin-block-end: 1rem;
}

@media (min-width: 720px) {
  .imageteaser--lg .imageteaser__heading {
    font-size: 2.625rem;
    line-height: 1.09524;
  }
}

@media (min-width: 1200px) {
  .imageteaser--lg .imageteaser__heading {
    font-size: 3rem;
    line-height: 1.20833;
  }
}

@media (min-width: 400px) {
  .imageteaser--lg .imageteaser__heading {
    margin-block-end: 1.5rem;
  }
}

@media (min-width: 960px) {
  .imageteaser--lg .imageteaser__heading {
    font-size: 2.375rem;
    margin-block-end: 2rem;
  }
}

.imageteaser__text,
.imageteaser__button {
  display: none;
}

.teaser {
  margin-block-end: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
}

@media (min-width: 480px) {
  .teaser {
    margin-block-end: 1rem;
  }
}

@media (min-width: 960px) {
  .teaser {
    margin-block-end: 2rem;
  }
}

.teaser--has-link {
  cursor: pointer;
}

.input-is-keyboard .teaser--has-link:focus-within {
  box-shadow: 0 0 0 4px #a1e703 !important;
  outline: none;
  z-index: 900;
}

.teaser--blue {
  background-color: #d9f1fd;
}

.theme-yellow .teaser--blue {
  background-color: #fef6d4;
}

.teaser--blue.teaser--glossary {
  margin-block-end: 4rem;
}

.teaser--gray {
  background-color: #f2f6f8;
}

.teaser--white {
  background-color: #fff;
}

.teaser--green {
  background-color: #defcb5;
}

.teaser--yellow {
  background-color: #ffed92;
}

.teaser--beige {
  background-color: #ebe8e5;
}

.teaser--box-shadow,
.teaser--exercise,
.teaser--publication {
  box-shadow: 0 5px 16px 0 rgba(26, 46, 74, 0.15);
  background-color: #fff;
}

.teaser--list {
  flex-direction: row;
  flex-wrap: wrap;
}

.teaser--list:not(.teaser--box-shadow):not(.teaser--theme):not(.teaser--exercise):not(.teaser--publication):not(.teaser--blue):not(.teaser--gray):not(.teaser--white):not(.teaser--green):not(.teaser--yellow):not(.teaser--beige) {
  border-top: 0.5rem solid #f3f2f2;
}

@media (min-width: 480px) {
  .teaser--list {
    flex-wrap: nowrap;
  }
}

.teaser--list.teaser--white {
  justify-content: space-between;
}

.teaser--theme {
  margin-block-end: 1rem;
}

@media (min-width: 480px) {
  .teaser--theme {
    margin-block-end: 1rem;
  }
}

@media (min-width: 960px) {
  .teaser--theme {
    margin-block-end: 2rem;
  }
}

.teaser__media {
  overflow: hidden;
  order: -1;
}

.teaser--box-shadow:not(.teaser--list) .teaser__media,
.teaser--theme:not(.teaser--list) .teaser__media {
  margin-bottom: -1.5rem;
}

@media (min-width: 720px) {
  .teaser--box-shadow:not(.teaser--list) .teaser__media,
  .teaser--theme:not(.teaser--list) .teaser__media {
    margin-bottom: -1.5rem;
  }
}

@media (min-width: 960px) {
  .teaser--box-shadow:not(.teaser--list) .teaser__media,
  .teaser--theme:not(.teaser--list) .teaser__media {
    margin-bottom: -1.5rem;
  }
}

.teaser--publication .teaser__media {
  margin-top: 1.5rem;
  margin-inline: 1.5rem;
}

@media (min-width: 720px) {
  .teaser--publication .teaser__media {
    margin-top: 1.5rem;
  }
}

@media (min-width: 960px) {
  .teaser--publication .teaser__media {
    margin-top: 1.5rem;
  }
}

@media (min-width: 720px) {
  .teaser--publication .teaser__media {
    margin-inline: 1.5rem;
  }
}

@media (min-width: 960px) {
  .teaser--publication .teaser__media {
    margin-inline: 1.5rem;
  }
}

.teaser--list .teaser__media {
  flex: 0 0 100%;
}

@media (min-width: 480px) {
  .teaser--list .teaser__media {
    flex: 0 0 calc(50% - 2rem);
    align-self: flex-start;
  }
}

@media (min-width: 720px) {
  .teaser--list .teaser__media {
    flex: 0 0 calc(33.333% - 3rem);
  }
}

.teaser--list.teaser--50-50 .teaser__media {
  flex: 0 0 100%;
}

@media (min-width: 480px) {
  .teaser--list.teaser--50-50 .teaser__media {
    flex: 0 0 calc(50% - 1.5rem);
    align-self: flex-start;
  }
}

@media (min-width: 480px) {
  .teaser--list:not(.teaser--box-shadow):not(.teaser--theme):not(.teaser--exercise):not(.teaser--publication):not(.teaser--blue):not(.teaser--gray):not(.teaser--white):not(.teaser--green):not(.teaser--yellow):not(.teaser--beige) .teaser__media {
    margin-top: 2rem;
    margin-inline-end: 0;
    margin-inline-start: auto;
    order: 0;
  }
}

@media (min-width: 480px) and (min-width: 720px) {
  .teaser--list:not(.teaser--box-shadow):not(.teaser--theme):not(.teaser--exercise):not(.teaser--publication):not(.teaser--blue):not(.teaser--gray):not(.teaser--white):not(.teaser--green):not(.teaser--yellow):not(.teaser--beige) .teaser__media {
    margin-top: 2rem;
  }
}

@media (min-width: 480px) and (min-width: 960px) {
  .teaser--list:not(.teaser--box-shadow):not(.teaser--theme):not(.teaser--exercise):not(.teaser--publication):not(.teaser--blue):not(.teaser--gray):not(.teaser--white):not(.teaser--green):not(.teaser--yellow):not(.teaser--beige) .teaser__media {
    margin-top: 2rem;
  }
}

.teaser__body {
  padding-top: 1.5rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  z-index: 1;
  max-width: 100%;
}

@media (min-width: 720px) {
  .teaser__body {
    padding-top: 1.5rem;
  }
}

@media (min-width: 960px) {
  .teaser__body {
    padding-top: 1.5rem;
  }
}

.teaser--box-shadow .teaser__body,
.teaser--theme .teaser__body,
.teaser--exercise .teaser__body,
.teaser--publication .teaser__body,
.teaser--blue .teaser__body,
.teaser--gray .teaser__body,
.teaser--white .teaser__body,
.teaser--green .teaser__body,
.teaser--yellow .teaser__body,
.teaser--beige .teaser__body {
  padding-inline: 1.5rem;
}

@media (min-width: 720px) {
  .teaser--box-shadow .teaser__body,
  .teaser--theme .teaser__body,
  .teaser--exercise .teaser__body,
  .teaser--publication .teaser__body,
  .teaser--blue .teaser__body,
  .teaser--gray .teaser__body,
  .teaser--white .teaser__body,
  .teaser--green .teaser__body,
  .teaser--yellow .teaser__body,
  .teaser--beige .teaser__body {
    padding-inline: 1.5rem;
  }
}

@media (min-width: 960px) {
  .teaser--box-shadow .teaser__body,
  .teaser--theme .teaser__body,
  .teaser--exercise .teaser__body,
  .teaser--publication .teaser__body,
  .teaser--blue .teaser__body,
  .teaser--gray .teaser__body,
  .teaser--white .teaser__body,
  .teaser--green .teaser__body,
  .teaser--yellow .teaser__body,
  .teaser--beige .teaser__body {
    padding-inline: 1.5rem;
  }
}

.teaser:not(.teaser--theme):not(.teaser--dbmb):not(.teaser--highlight) .teaser__body {
  padding-bottom: 5rem;
}

@media (min-width: 720px) {
  .teaser:not(.teaser--theme):not(.teaser--dbmb):not(.teaser--highlight) .teaser__body {
    padding-bottom: 5rem;
  }
}

@media (min-width: 960px) {
  .teaser:not(.teaser--theme):not(.teaser--dbmb):not(.teaser--highlight) .teaser__body {
    padding-bottom: 5rem;
  }
}

.teaser--highlight .teaser__body {
  padding-bottom: 3rem;
}

@media (min-width: 720px) {
  .teaser--highlight .teaser__body {
    padding-bottom: 3rem;
  }
}

@media (min-width: 960px) {
  .teaser--highlight .teaser__body {
    padding-bottom: 3rem;
  }
}

.teaser--list:not(.teaser--has-link) .teaser__body {
  padding-block-end: 2rem !important;
}

@media (min-width: 480px) {
  .teaser--list.teaser--has-media .teaser__body {
    flex: 0 0 50%;
  }
}

@media (min-width: 720px) {
  .teaser--list.teaser--has-media .teaser__body {
    flex: 0 0 66.666%;
  }
}

.teaser--list.teaser--has-media.teaser--50-50 .teaser__body {
  padding-inline-start: 0;
  padding-inline-end: 0;
}

@media (min-width: 480px) {
  .teaser--list.teaser--has-media.teaser--50-50 .teaser__body {
    flex: 0 0 calc(50% - 1.5rem);
    justify-self: flex-end;
    padding: 0;
  }
}

.teaser--dbmb .teaser__body {
  max-width: 100%;
  padding-block-end: 0 !important;
}

.teaser__header {
  display: flex;
  flex-direction: column;
}

.teaser--exercise .teaser__header {
  padding-top: 1.5rem;
  padding-inline: 1.5rem;
  margin-inline: -1.5rem;
  margin-top: -1.5rem;
  min-height: 12rem;
  order: -1;
  background-color: #defcb5;
}

@media (min-width: 720px) {
  .teaser--exercise .teaser__header {
    padding-top: 1.5rem;
  }
}

@media (min-width: 960px) {
  .teaser--exercise .teaser__header {
    padding-top: 1.5rem;
  }
}

@media (min-width: 720px) {
  .teaser--exercise .teaser__header {
    padding-inline: 1.5rem;
  }
}

@media (min-width: 960px) {
  .teaser--exercise .teaser__header {
    padding-inline: 1.5rem;
  }
}

@media (min-width: 720px) {
  .teaser--exercise .teaser__header {
    margin-inline: -1.5rem;
  }
}

@media (min-width: 960px) {
  .teaser--exercise .teaser__header {
    margin-inline: -1.5rem;
  }
}

@media (min-width: 720px) {
  .teaser--exercise .teaser__header {
    margin-top: -1.5rem;
  }
}

@media (min-width: 960px) {
  .teaser--exercise .teaser__header {
    margin-top: -1.5rem;
  }
}

.theme-yellow .teaser--exercise .teaser__header {
  background-color: #ffed92;
}

.theme-beige .teaser--exercise .teaser__header {
  background-color: #c3bab1;
}

.teaser--dbmb .teaser__header {
  flex-direction: row;
  flex-wrap: wrap;
}

.teaser__tag-list + .teaser__header {
  margin-block-start: 0.25em;
}

.teaser__heading {
  font-size: 1.0625rem;
  line-height: 1.4;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  flex: 0 1 100%;
  max-width: 50ch;
}

@media (min-width: 720px) {
  .teaser__heading {
    font-size: 1.1875rem;
    line-height: 1.4;
  }
}

@media (min-width: 1200px) {
  .teaser__heading {
    font-size: 1.3125rem;
    line-height: 1.4;
  }
}

.teaser--has-icon .teaser__heading,
.teaser--list .teaser__heading,
.teaser-set--col-1 .teaser__heading,
.teaser-set--col-2 .teaser__heading,
.col-md-6 .teaser__heading {
  font-size: 1.3125rem;
  line-height: 1.3;
}

@media (min-width: 720px) {
  .teaser--has-icon .teaser__heading,
  .teaser--list .teaser__heading,
  .teaser-set--col-1 .teaser__heading,
  .teaser-set--col-2 .teaser__heading,
  .col-md-6 .teaser__heading {
    font-size: 1.625rem;
    line-height: 1.3;
  }
}

@media (min-width: 1200px) {
  .teaser--has-icon .teaser__heading,
  .teaser--list .teaser__heading,
  .teaser-set--col-1 .teaser__heading,
  .teaser-set--col-2 .teaser__heading,
  .col-md-6 .teaser__heading {
    font-size: 2rem;
    line-height: 1.3;
  }
}

.teaser--box-shadow .teaser__heading,
.teaser--theme .teaser__heading {
  margin-left: -1.5rem;
  display: inline-block;
}

@media (min-width: 720px) {
  .teaser--box-shadow .teaser__heading,
  .teaser--theme .teaser__heading {
    margin-left: -1.5rem;
  }
}

@media (min-width: 960px) {
  .teaser--box-shadow .teaser__heading,
  .teaser--theme .teaser__heading {
    margin-left: -1.5rem;
  }
}

.teaser--box-shadow.teaser--has-media:not(.teaser--list) .teaser__heading,
.teaser--theme.teaser--has-media:not(.teaser--list) .teaser__heading {
  margin-block-start: -0.7em;
}

.teaser--dbmb .teaser__heading {
  order: 3;
  margin-block-end: 2rem;
}

.teaser__category + .teaser__heading,
.teaser__meta-list + .teaser__heading {
  margin-block-start: 0.5em;
}

.teaser__link,
.teaser__title {
  position: static;
  color: inherit;
}

.teaser--has-icon .teaser__link, .teaser--has-icon
.teaser__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.teaser--theme .teaser__link,
.teaser--box-shadow .teaser__link, .teaser--theme
.teaser__title,
.teaser--box-shadow
.teaser__title {
  padding-block-end: 0.125em;
  margin-inline-start: 0.75em;
  max-width: calc(100% - 1.5em);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  box-shadow: 0.75em 0 0 #defcb5, -0.75em 0 0 #defcb5;
  background: linear-gradient(transparent, transparent 0%, #defcb5 0, #defcb5 100%, transparent 0);
}

.theme-yellow .teaser--theme .teaser__link, .theme-yellow
.teaser--box-shadow .teaser__link, .theme-yellow .teaser--theme
.teaser__title, .theme-yellow
.teaser--box-shadow
.teaser__title {
  box-shadow: 0.75em 0 0 #ffed92, -0.75em 0 0 #ffed92;
  background: linear-gradient(transparent, transparent 0%, #ffed92 0, #ffed92 100%, transparent 0);
}

.theme-beige .teaser--theme .teaser__link, .theme-beige
.teaser--box-shadow .teaser__link, .theme-beige .teaser--theme
.teaser__title, .theme-beige
.teaser--box-shadow
.teaser__title {
  box-shadow: 0.75em 0 0 #ebe8e5, -0.75em 0 0 #ebe8e5;
  background: linear-gradient(transparent, transparent 0%, #ebe8e5 0, #ebe8e5 100%, transparent 0);
}

.teaser--has-link:hover .teaser__link, .teaser--has-link:hover
.teaser__title {
  color: #004f7c;
}

.teaser__deckhead {
  background-color: #d9f1fd;
  padding: 3px 6px;
  margin-block-end: 0.5rem;
}

.teaser__meta-list,
.teaser__tag-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9375rem;
  line-height: 1.33333;
  margin-block-end: 0;
  align-items: center;
  position: relative;
  z-index: 2;
}

@media (min-width: 720px) {
  .teaser__meta-list,
  .teaser__tag-list {
    font-size: 1rem;
    line-height: 1.25;
  }
}

@media (min-width: 1200px) {
  .teaser__meta-list,
  .teaser__tag-list {
    font-size: 1.0625rem;
    line-height: 1.52941;
  }
}

.teaser--exercise .teaser__meta-list, .teaser--exercise
.teaser__tag-list {
  margin-inline: -1.5rem;
  margin-block-end: -1em;
}

@media (min-width: 720px) {
  .teaser--exercise .teaser__meta-list, .teaser--exercise
  .teaser__tag-list {
    margin-inline: -1.5rem;
  }
}

@media (min-width: 960px) {
  .teaser--exercise .teaser__meta-list, .teaser--exercise
  .teaser__tag-list {
    margin-inline: -1.5rem;
  }
}

.teaser--dbmb .teaser__meta-list, .teaser--dbmb
.teaser__tag-list {
  display: inline-flex;
}

.teaser--dbmb .teaser__tag-list {
  margin-inline-end: 1em;
  margin-inline-start: -0.125em;
}

.teaser__meta-list {
  margin-inline-start: -0.5em;
  margin-inline-end: -0.5em;
  display: inline-flex;
}

.teaser__heading + .teaser__meta-list {
  margin-block-start: 1.5em;
}

.teaser__meta-item {
  padding: 0 0.5em;
}

.teaser__meta-item > a, .teaser__meta-item > a:visited {
  display: inline;
  color: var(--animated-underline-color-text, #000);
  text-decoration: none;
  background-image: linear-gradient(var(--animated-underline-color-underline, transparent), var(--animated-underline-color-underline, transparent)), linear-gradient(var(--animated-underline-color-underline-hover, #a1e703), var(--animated-underline-color-underline-hover, #a1e703));
  background-position-x: calc(100% + var(--animated-underline-offset-x, 0%)), calc(0% + var(--animated-underline-offset-x, 0%));
  background-position-y: calc(100% + var(--animated-underline-offset-y, 0%)), calc(100% + var(--animated-underline-offset-y, 0%));
  background-size: 100% var(--width-underline, 2px), 0% var(--width-underline, 2px);
  background-repeat: no-repeat;
  will-change: background-size;
  transition: background-size 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.teaser__meta-item > a:hover, .teaser__meta-item > a:active, .teaser__meta-item > a[aria-current] {
  color: var(--animated-underline-color-text-hover, #004f7c);
  background-size: 0% var(--width-underline, 2px), 100% var(--width-underline, 2px);
}

.teaser__meta-text,
.teaser__meta-date {
  position: relative;
}

.teaser__meta-date {
  font-weight: 700;
}

.teaser__text {
  font-size: 1rem;
  line-height: 1.5;
  margin-block-start: 1.5em;
}

@media (min-width: 720px) {
  .teaser__text {
    font-size: 1.0625rem;
    line-height: 1.52941;
  }
}

@media (min-width: 1200px) {
  .teaser__text {
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}

.teaser__text p {
  margin: 0;
}

.teaser__text p + p,
.teaser__text p + ul,
.teaser__text p + ol {
  margin-block-start: 0.5em;
}

.teaser__text ul,
.teaser__text ol {
  font-size: inherit;
  margin-block-end: 0 !important;
}

.teaser__icon-list {
  margin-block-start: 3em;
}

.teaser__icon-list .icon {
  color: #004f7c;
}

.teaser .icon-list__item {
  border-width: 2px;
  border-color: #f2f6f8;
}

.teaser--blue .icon-list__item,
.teaser--yellow .icon-list__item,
.teaser--green .icon-list__item,
.teaser--white .icon-list__item,
.teaser--gray .icon-list__item {
  border-color: #fff;
}

.teaser--exercise .icon-list__item {
  font-weight: 400;
}

.teaser--dbmb .teaser__list a:hover {
  text-decoration: underline;
}

.teaser__button {
  border: 0;
  border-bottom: 3px solid #a1e703;
  padding-inline-start: 0.5rem;
  align-self: flex-start;
  flex-shrink: 0;
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  inset-inline-end: auto;
}

.teaser--box-shadow .teaser__button,
.teaser--theme .teaser__button,
.teaser--exercise .teaser__button,
.teaser--publication .teaser__button,
.teaser--blue .teaser__button,
.teaser--gray .teaser__button,
.teaser--white .teaser__button,
.teaser--green .teaser__button,
.teaser--yellow .teaser__button,
.teaser--beige .teaser__button {
  inset-inline-start: auto;
  inset-inline-end: 0;
}

.teaser--has-link .teaser__button {
  pointer-events: none;
}

.teaser--has-link:hover .teaser__button {
  color: #004f7c;
  background-color: #defcb5;
  border-bottom-color: #a1e703;
}

.teaser--yellow .teaser__button,
.theme-yellow .teaser__button {
  border-bottom-color: #fec400;
}

.teaser--yellow.teaser--has-link:hover .teaser__button,
.theme-yellow .teaser--has-link:hover .teaser__button {
  background-color: #ffed92;
  border-bottom-color: #fec400;
}

.teaser--beige .teaser__button,
.theme-beige .teaser__button {
  border-bottom-color: #9f9184;
}

.teaser--beige.teaser--has-link:hover .teaser__button,
.theme-beige .teaser--has-link:hover .teaser__button {
  background-color: #ebe8e5;
  border-bottom-color: #9f9184;
}

.teaser__read-more {
  margin-block-start: 0.5em;
  transition: all 0.2s ease;
  color: #004f7c;
}

.teaser--has-link:hover .teaser__read-more {
  color: #a1e703;
}

.teaser__cta {
  margin-block-start: 2em;
  align-self: flex-start;
}

.teaser__cta-secondary {
  --animated-underline-offset-x: 1.25em;
  font-size: 1rem;
  line-height: 1.5;
  align-self: flex-start;
  margin-block-start: 1.5em;
  padding-inline-start: 1.25em;
}

@media (min-width: 720px) {
  .teaser__cta-secondary {
    font-size: 1.0625rem;
    line-height: 1.52941;
  }
}

@media (min-width: 1200px) {
  .teaser__cta-secondary {
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}

.teaser__icon {
  flex-shrink: 0;
  font-size: 3.5em;
  margin-inline-end: 0.25em;
}

.teaser__exercise-icons {
  margin-inline: -0.5rem;
  margin-block-start: auto;
  margin-block-end: 1rem;
}

@media (min-width: 720px) {
  .teaser__exercise-icons {
    margin-inline: -0.5rem;
  }
}

@media (min-width: 960px) {
  .teaser__exercise-icons {
    margin-inline: -0.5rem;
  }
}

.teaser__exercise-icon {
  margin-inline: 0.5rem;
  font-size: 1.625rem;
  line-height: 1.23077;
  color: #004f7c;
}

@media (min-width: 720px) {
  .teaser__exercise-icon {
    margin-inline: 0.5rem;
  }
}

@media (min-width: 960px) {
  .teaser__exercise-icon {
    margin-inline: 0.5rem;
  }
}

@media (min-width: 720px) {
  .teaser__exercise-icon {
    font-size: 2.625rem;
    line-height: 1.09524;
  }
}

@media (min-width: 1200px) {
  .teaser__exercise-icon {
    font-size: 3rem;
    line-height: 1.20833;
  }
}

.theme-yellow .teaser__exercise-icon {
  color: #e75113;
}

.theme-beige .teaser__exercise-icon {
  color: #7b756f;
}

.topic span,
.teaser__topic span {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3125rem;
  line-height: 1.2381;
  color: #fff;
  background-color: #004f7c;
  display: inline-block;
  padding-block-start: 0.125em;
  padding-block-end: 0.325em;
  padding-inline-start: 0.75em;
  padding-inline-end: 0;
  font-weight: 700;
  position: relative;
}

@media (min-width: 720px) {
  .topic span,
  .teaser__topic span {
    font-size: 1.3125rem;
    line-height: 1.33333;
  }
}

@media (min-width: 1200px) {
  .topic span,
  .teaser__topic span {
    font-size: 1.625rem;
    line-height: 1.23077;
  }
}

.topic span::after,
.teaser__topic span::after {
  content: '';
  position: absolute;
  inset-block-start: 0;
  inset-block-end: 0;
  inset-inline-start: 100%;
  width: 2em;
  height: 100%;
  background-color: inherit !important;
  -webkit-clip-path: circle(100% at 0% 50%);
          clip-path: circle(100% at 0% 50%);
}

[dir='rtl'] .topic span::after, [dir='rtl']
.teaser__topic span::after {
  -webkit-clip-path: circle(100% at 100% 50%);
          clip-path: circle(100% at 100% 50%);
}

.theme-yellow .topic span,
.teaser--yellow .topic span, .theme-yellow
.teaser__topic span,
.teaser--yellow
.teaser__topic span {
  background-color: #e26300;
}

.teaser--green .topic span, .teaser--green
.teaser__topic span {
  background-color: #004f7c;
}

.teaser--blue .topic span, .teaser--blue
.teaser__topic span {
  background-color: #004f7c;
}

.theme-beige .topic span,
.teaser--beige .topic span, .theme-beige
.teaser__topic span,
.teaser--beige
.teaser__topic span {
  background-color: #9f9184;
}

.teaser__passage {
  margin-block-end: 0;
}

.teaser--has-link .image__img {
  transition: transform 0.1s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.teaser--has-link:hover .image__img {
  transform: scale(1.02);
}

.teaser--publication .image__img {
  object-fit: contain;
  object-position: left;
  height: 100%;
}

.teaser--box-shadow:not(.teaser--list) .image__credits,
.teaser--theme .image__credits {
  inset-inline-start: auto;
  inset-block-end: auto;
  inset-inline-end: 0;
  inset-block-start: 0;
}

/* -----------------------------------------------------------

    Table of Contents

------------------------------------------------------------- */
/* [1]: account for the page header’s height */
html {
  scroll-behavior: smooth;
  scroll-padding-block-start: 11rem;
  /* [1] */
}

.toc {
  margin-block-end: 2rem;
}

.no-js .toc {
  display: none;
}

.toc ul,
.toc ol {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #004f7c;
  font-size: inherit;
  font-weight: 700;
}

.toc ul li,
.toc ol li {
  margin: 0;
  padding-inline-start: 0;
  padding-block-end: 0;
}

.toc li + li {
  margin-block-start: 1em;
}

.toc ol ol,
.toc ul ul {
  margin-block-start: 1em;
  margin-inline-start: 1em;
  font-weight: normal;
}

.toc ol ol li + li,
.toc ul ul li + li {
  margin-block-start: 0.75em;
}

.input-is-keyboard .toc a:focus {
  color: #000 !important;
  background-color: #defcb5 !important;
  box-shadow: 0 -2px 0 2px #defcb5, 0 2px 0 2px #000 !important;
  z-index: 900 !important;
  text-decoration: none !important;
  outline: none !important;
  background-image: none;
}

.toc a, .toc a:visited {
  display: inline;
  color: var(--animated-underline-color-text, #000);
  text-decoration: none;
  background-image: linear-gradient(var(--animated-underline-color-underline, transparent), var(--animated-underline-color-underline, transparent)), linear-gradient(var(--animated-underline-color-underline-hover, #a1e703), var(--animated-underline-color-underline-hover, #a1e703));
  background-position-x: calc(100% + var(--animated-underline-offset-x, 0%)), calc(0% + var(--animated-underline-offset-x, 0%));
  background-position-y: calc(100% + var(--animated-underline-offset-y, 0%)), calc(100% + var(--animated-underline-offset-y, 0%));
  background-size: 100% var(--width-underline, 2px), 0% var(--width-underline, 2px);
  background-repeat: no-repeat;
  will-change: background-size;
  transition: background-size 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.toc a:hover, .toc a:active, .toc a[aria-current] {
  color: var(--animated-underline-color-text-hover, #004f7c);
  background-size: 0% var(--width-underline, 2px), 100% var(--width-underline, 2px);
}

.toc a:link {
  display: inline;
}

.toc--with-border {
  border-top: 8px solid #f2f6f8;
}

/* --------------------------------

Back to top
triggers scroll to the top of the page

-------------------------------- */
.top-scroll {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  height: 3rem;
  width: 3rem;
  z-index: 999;
  transition: all 0.4s ease-out;
  inset-inline-end: 0;
  background-color: #004f7c;
  color: #fff;
}

.input-is-keyboard .top-scroll:focus {
  box-shadow: 0 0 0 4px #a1e703 !important;
  outline: none;
  z-index: 900;
}

@media (min-width: 720px) {
  .top-scroll {
    height: 4rem;
    width: 4rem;
  }
}

.top-scroll:hover, .top-scroll:active, .top-scroll:focus {
  background-color: #a1e703;
  color: #004f7c;
}

.theme-yellow .top-scroll:hover,
.theme-yellow .top-scroll:active,
.theme-yellow .top-scroll:focus {
  background-color: #fec400;
  color: #004f7c;
}

.theme-beige .top-scroll:hover,
.theme-beige .top-scroll:active,
.theme-beige .top-scroll:focus {
  background-color: #9f9184;
  color: #004f7c;
}

.top-scroll .icon {
  font-size: 2.2rem;
  display: block;
  position: absolute;
}

.js .top-scroll {
  inset-block-end: -5rem;
  visibility: hidden;
  opacity: 0;
}

.js .top-scroll.is-visible {
  inset-block-end: 0;
  visibility: visible;
  opacity: 1;
}

.theme-ls .top-scroll {
  top: 50%;
  transform: translateY(-50%);
  /*
    visibility: visible !important;
    opacity: 1 !important;
    inset-block-end: 0 !important;
    */
}

.topic-card {
  display: flex;
  font-size: 1rem;
  background-color: #d9f1fd;
}

.theme-yellow .topic-card {
  background-color: #ffed92;
}

.theme-beige .topic-card {
  background-color: #c3bab1;
}

.topic-card {
  position: relative;
  align-items: stretch;
  position: relative;
  padding: 1em;
}

.topic-card::before {
  padding-block-start: 100%;
  float: inline-start;
  width: 1px;
  height: 0;
  margin-inline-start: -1px;
  content: '';
}

.topic-card::after {
  content: '';
  display: table;
  clear: both;
}

@media (min-width: 960px) {
  .topic-card {
    font-size: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .topic-card {
    font-size: 1.625rem;
  }
}

.topic-card__inner {
  display: flex;
  flex-direction: column;
}

.topic-card--image .topic-card__inner {
  padding: 1rem;
}

.topic-card__icon {
  font-size: 5em;
  color: #a1e703;
}

.theme-yellow .topic-card__icon {
  color: #e75113;
}

.theme-beige .topic-card__icon {
  color: #76614c;
}

.topic-card__title {
  font-weight: 700;
}

.topic-card__icon + .topic-card__title {
  margin-block-start: auto;
}

.topic-card__link::before {
  content: '';
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-end: 0;
}

.slideshow__item--papers {
  padding: 0;
}

.paper-card {
  font-size: 1rem;
  padding: 0 1px;
  position: relative;
}

.paper-card__inner {
  display: flex;
  align-items: center;
  padding: 1em;
  background-color: #d9f1fd;
}

.theme-yellow .paper-card__inner {
  background-color: #ffed92;
}

.theme-beige .paper-card__inner {
  background-color: #ebe8e5;
}

.paper-card__opener {
  position: static;
}

.paper-card__opener, .paper-card__opener:visited {
  display: inline;
  color: var(--animated-underline-color-text, #000);
  text-decoration: none;
  background-image: linear-gradient(var(--animated-underline-color-underline, transparent), var(--animated-underline-color-underline, transparent)), linear-gradient(var(--animated-underline-color-underline-hover, #a1e703), var(--animated-underline-color-underline-hover, #a1e703));
  background-position-x: calc(100% + var(--animated-underline-offset-x, 0%)), calc(0% + var(--animated-underline-offset-x, 0%));
  background-position-y: calc(100% + var(--animated-underline-offset-y, 0%)), calc(100% + var(--animated-underline-offset-y, 0%));
  background-size: 100% var(--width-underline, 2px), 0% var(--width-underline, 2px);
  background-repeat: no-repeat;
  will-change: background-size;
  transition: background-size 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.paper-card__opener:hover, .paper-card__opener:active, .paper-card__opener[aria-current] {
  color: var(--animated-underline-color-text-hover, #004f7c);
  background-size: 0% var(--width-underline, 2px), 100% var(--width-underline, 2px);
}

.paper-card__opener::before {
  content: '';
  display: block;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-end: 0;
}

.paper-card__title {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}

@media (min-width: 720px) {
  .paper-card__title {
    font-size: 1.0625rem;
    line-height: 1.52941;
  }
}

@media (min-width: 1200px) {
  .paper-card__title {
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}

.paper-card .image {
  background-color: #c3bab1;
}

.background-visual {
  --background-image-url: url('/frontend/assets/images/dimr-rag-key-visual-2.svg');
  position: relative;
  z-index: 0;
}

.background-visual::after {
  content: var(--background-image-url);
  display: block;
  width: 40%;
  position: absolute;
  inset-block-start: 55%;
  inset-inline-start: 3%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.background-visual--inset-inline-end::after {
  width: 40%;
  inset-block-start: 55%;
  inset-inline-end: 3%;
  inset-inline-start: auto;
  transform: translate(50%, -50%);
}

.form-slider {
  z-index: 2;
}

.form-slider .SumoSelect {
  width: calc(100% - 0.5rem);
  margin-inline-start: auto;
  margin-inline-end: auto;
}

.form-slider__step.slick-slide.slick-current.slick-active:focus,
.form-slider__step.slick-slide.slick-current.slick-active:focus-visible {
  outline: 0;
}

.form-slider .filter__actions,
.form-slider .filter__actions.button-group {
  margin: 0;
  margin-block-end: 1rem;
  display: flex;
  justify-content: flex-start;
  gap: 0.75rem;
}

.form-slider .filter__actions .button,
.form-slider .filter__actions .filter-reset,
.form-slider .filter__actions.button-group .button,
.form-slider .filter__actions.button-group .filter-reset {
  margin: 0;
}

@media (max-width: 719.98px) {
  .form-slider .filter__actions .button:not(:first-of-type):not(:last-of-type),
  .form-slider .filter__actions .filter-reset:not(:first-of-type):not(:last-of-type),
  .form-slider .filter__actions.button-group .button:not(:first-of-type):not(:last-of-type),
  .form-slider .filter__actions.button-group .filter-reset:not(:first-of-type):not(:last-of-type) {
    margin: 0;
    margin-inline-start: auto;
  }
}

.form-slider .filter__actions .button:not(:first-of-type):last-of-type,
.form-slider .filter__actions .filter-reset:not(:first-of-type):last-of-type,
.form-slider .filter__actions.button-group .button:not(:first-of-type):last-of-type,
.form-slider .filter__actions.button-group .filter-reset:not(:first-of-type):last-of-type {
  margin-inline-start: auto;
}

@media (min-width: 480px) {
  .form-slider .filter__actions .button:not(:first-of-type):last-of-type,
  .form-slider .filter__actions .filter-reset:not(:first-of-type):last-of-type,
  .form-slider .filter__actions.button-group .button:not(:first-of-type):last-of-type,
  .form-slider .filter__actions.button-group .filter-reset:not(:first-of-type):last-of-type {
    margin: 0;
    margin-inline-start: auto;
  }
}

.form-slider-indicator {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-end: 0;
  margin: 0 -0.125rem;
}

.form-slider-indicator__step {
  flex: 1 0 auto;
  height: 0.5rem;
  margin: 0 0.125rem;
  background: linear-gradient(to right, #e75113 50%, #fef6d4 50%);
  background-size: 200% 100%;
  background-position: 100% 100%;
  transition: all 0.2s ease;
}

.form-slider-indicator__step.is-current {
  background-color: #e75113;
  background-position: left bottom;
}

.form__hint-text {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  margin-block-start: 0.5em;
  color: #b5001f;
}

@media (min-width: 720px) {
  .form__hint-text {
    font-size: 1.0625rem;
    line-height: 1.52941;
  }
}

@media (min-width: 1200px) {
  .form__hint-text {
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}

.button * {
  pointer-events: none;
}

.SumoSelect > .optWrapper > .options {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  z-index: 99999999;
}

.form .slick-list,
.form .slick-track {
  overflow: visible;
}

.form-slider__step.slick-slide[aria-hidden='true'],
.form-slider__step.slick-slide:not(.slick-active) {
  visibility: hidden;
  opacity: 0;
}

html {
  --line-clamp-val: 3;
  --slide-bg-col: #fff;
  --dark-blue: #004f7c;
  --beige-lighter: #c3bab2;
  --grey-border: #f2f6f8;
  --beige-darker: #9f9184;
  --progress-bar-progress: var(--dark-blue);
  --button-text: var(--dark-blue);
  --progress-bar: var(--beige-darker);
  --container-padding: 0.6875rem;
  --line-height: 24px;
}

.theme-dark {
  --slide-bg-col: var(--dark-blue);
  --progress-bar-progress: #fff;
  --button-text: #fff;
}

.theme-high-contrast {
  --progress-bar-progress: #000;
  --button-text: #000;
}

.schaubild {
  padding-top: 0;
}

.schaubild .slider {
  display: grid;
  position: relative;
  overflow-x: hidden;
}

@media (max-width: 719px) {
  .schaubild .heading-2 {
    font-size: 1.75rem;
  }
}

@media (min-width: 720px) {
  html {
    --line-height: 26px;
    --line-clamp-val: 6;
    --container-padding: 1rem;
  }
  /*
    .outer-container {
        padding-inline: 0;
    }
    */
  .schaubild {
    padding-top: 2rem;
  }
}

@media (min-width: 960px) {
  .schaubild {
    padding-top: 0;
  }
}

@media (min-width: 1200px) {
  html {
    --line-height: 28px;
  }
}

.schaubild .slide {
  display: block;
  background-color: var(--slide-bg-col);
  grid-column: 1;
  grid-row: 1;
  min-height: auto;
}

.schaubild .slide-inner {
  text-align: center;
}

.schaubild .controls {
  display: flex;
  width: 100%;
  text-align: center;
  flex-direction: column;
  gap: 1rem;
  margin: 0 auto;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.schaubild .button-wrapper,
.schaubild .choice-buttons {
  display: inline-grid;
  grid-auto-flow: column;
  gap: 1rem;
  padding: 0 var(--container-padding);
}

.schaubild .button-wrapper button {
  white-space: nowrap;
}

.next-slide-enter-active {
  animation: next-slide 0.25s linear;
}

.reverse-slide-enter-active {
  animation: reverse-slide 0.25s linear;
}

.next-slide-rtl-enter-active {
  animation: next-slide-rtl 0.25s linear;
}

.reverse-slide-rtl-enter-active {
  animation: reverse-slide-rtl 0.25s linear;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.schaubild .info-container {
  padding: 1rem 0 0;
}

.schaubild .info-container > * {
  padding: 0 var(--container-padding);
}

.schaubild .img-header {
  padding-top: 1rem;
  background-color: var(--beige-lighter);
  overflow: hidden;
  position: relative;
}

.schaubild .img-header::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 58px;
  bottom: 0;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url("/frontend/assets/images/imagemask-schaubild.svg");
}

.theme-dark .schaubild .img-header::after {
  background-image: url("/frontend/assets/images/imagemask-schaubild-dark.svg");
}

.schaubild .img-container {
  display: flex;
  justify-content: center;
}

.schaubild .text-container {
  max-height: calc(var(--line-height) * var(--line-clamp-val));
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
}

.schaubild .text-container.open {
  max-height: calc(var(--line-height) * 30);
}

.schaubild .copytext p {
  margin-block-end: 0;
}

.schaubild .text-container > div {
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  animation: box-close 0.1s linear 0.1s forwards;
}

.schaubild .text-container.open > div {
  animation: box-open 0.1s linear 0s forwards;
}

.progress-bar {
  position: absolute;
  width: calc(100% - 2rem);
  height: 20px;
  top: 1rem;
  left: 1rem;
  z-index: 99;
  display: inline-grid;
  grid-template-columns: 16px 1fr 1fr 1fr 1fr 4fr 0fr 0fr 0fr 0fr;
  transition: grid 0.4s ease-in-out;
  grid-auto-flow: column;
}

html[dir='rtl'] .progress-bar {
  left: unset;
  right: 1rem;
}

.progress-bar > div {
  display: grid;
}

.progress-bar > .progress-bar--item:first-child::after {
  background-color: var(--progress-bar-progress);
}

.progress-bar.no-papers {
  grid-template-columns: 16px 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.progress-bar.cannot-get-more-papers {
  grid-template-columns: 16px 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.progress-bar--item {
  position: relative;
  grid-area: 1/1;
}

.progress-bar--item::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--progress-bar);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.progress-bar--item::after {
  content: '';
  width: 1rem;
  height: 1rem;
  background-color: var(--progress-bar);
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  right: 0;
}

html[dir='rtl'] .progress-bar--item::before {
  left: unset;
  right: 0;
}

html[dir='rtl'] .progress-bar--item::after {
  right: unset;
  left: 0;
}

.progress-bar--item__under::after,
.progress-bar--item__under::before {
  background-color: var(--progress-bar-progress);
}

.progress-bar--item__above {
  -webkit-clip-path: inset(0 0 0 0%);
          clip-path: inset(0 0 0 0%);
  transition: -webkit-clip-path 0.25s linear;
  transition: clip-path 0.25s linear;
  transition: clip-path 0.25s linear, -webkit-clip-path 0.25s linear;
}

.progress-bar--item__above.progress-bar--item__active {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}

html[dir='rtl'] .progress-bar--item__above {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
  transition: -webkit-clip-path 0.25s linear;
  transition: clip-path 0.25s linear;
  transition: clip-path 0.25s linear, -webkit-clip-path 0.25s linear;
}

html[dir='rtl'] .progress-bar--item__above.progress-bar--item__active {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}

@media only screen and (min-width: 420px) {
  .schaubild .img-header {
    height: auto;
  }
}

@media only screen and (min-width: 960px) {
  .schaubild .slider {
    min-height: initial;
  }
  .schaubild .slide {
    display: grid;
    grid-template-areas: 'inf1 pic pic' 'inf2 pic pic';
    grid-template-columns: 2fr 1fr 1fr;
  }
  .schaubild .img-header {
    grid-area: pic;
    display: flex;
    height: 100%;
    min-height: 600px;
    padding-top: 0;
    align-items: center;
  }
  .schaubild .img-header::after {
    content: '';
    left: 0;
    top: 0;
    background-position: -1.5rem center;
    height: 100%;
    background-image: url("/frontend/assets/images/bg-slider-rounded-white.svg");
  }
  html[dir='rtl'] .schaubild .img-header::after {
    transform: rotate(180deg);
  }
  .theme-dark .schaubild .img-header::after {
    background-image: url("/frontend/assets/images/bg-slider-rounded.svg");
  }
  .schaubild .info-container {
    grid-area: inf1;
    padding: 6rem 0 0;
  }
  .schaubild .controls {
    grid-area: inf2;
  }
  .schaubild .img-container {
    height: 100%;
  }
  .schaubild .img-container img {
    height: 100%;
    min-height: 600px;
    object-fit: contain;
  }
  .schaubild .cover .img-container img {
    object-fit: cover;
  }
  .progress-bar {
    width: 30%;
  }
}

@keyframes next-slide {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}

@keyframes reverse-slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}

@keyframes next-slide-rtl {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}

@keyframes reverse-slide-rtl {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}

@keyframes restart {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes box-open {
  0% {
    line-clamp: var(--line-clamp-val);
    -webkit-line-clamp: var(--line-clamp-val);
  }
  100% {
    line-clamp: initial;
    -webkit-line-clamp: initial;
  }
}

@keyframes box-close {
  0% {
    line-clamp: initial;
    -webkit-line-clamp: initial;
  }
  100% {
    line-clamp: var(--line-clamp-val);
    -webkit-line-clamp: var(--line-clamp-val);
  }
}

.schaubild .mehr-button button {
  border: none;
  background: none;
  display: inline-grid;
  grid-auto-flow: column;
  color: var(--dark-blue);
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  margin-left: -0.4rem;
}

@media only screen and (min-width: 720px) {
  .schaubild .mehr-button button {
    font-size: 1.0625rem;
  }
}

.schaubild .mehr-button button:hover {
  text-decoration: underline;
}

.schaubild .mehr-button svg {
  fill: var(--dark-blue);
  margin-top: 0.1rem;
}

.schaubild .audio__player {
  display: flex;
  width: 100%;
  position: relative;
}

.schaubild .audio__player audio {
  display: flex;
  width: 100%;
  min-width: 100%;
}

.footer {
  --animated-underline-color-text: #fff;
  --animated-underline-color-text-hover: #fff;
}

.theme-yellow .footer,
.theme-dark .theme-yellow .footer {
  --animated-underline-color-underline-hover: #e26300;
}

.theme-dark .footer {
  --animated-underline-color-underline-hover: #fff;
}

.theme-high-contrast .footer,
.theme-high-contrast .theme-yellow .footer {
  --animated-underline-color-underline-hover: #fff;
}

.footer {
  font-size: 0.9375rem;
  line-height: 1.33333;
  padding-top: 4rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 720px) {
  .footer {
    font-size: 1rem;
    line-height: 1.25;
  }
}

@media (min-width: 1200px) {
  .footer {
    font-size: 1.0625rem;
    line-height: 1.52941;
  }
}

@media (min-width: 720px) {
  .footer {
    padding-top: 4rem;
  }
}

@media (min-width: 960px) {
  .footer {
    padding-top: 4rem;
  }
}

@media (min-width: 720px) {
  .footer__section {
    padding-block-end: 1rem;
  }
}

.footer__section.has-background {
  padding-top: 4rem;
  padding-block-end: 0;
  background-color: #004f7c;
  color: #fff;
}

@media (min-width: 720px) {
  .footer__section.has-background {
    padding-top: 4rem;
  }
}

@media (min-width: 960px) {
  .footer__section.has-background {
    padding-top: 4rem;
  }
}

.footer-logo {
  max-width: 12rem;
}

@media (min-width: 720px) {
  .footer-logo {
    max-width: 14rem;
  }
}

@media (min-width: 960px) {
  .footer-logo {
    max-width: 17.25rem;
  }
}

.footer-logo,
.footer-statement {
  padding-block-end: 2rem;
}

@media (min-width: 720px) {
  .footer-logo,
  .footer-statement {
    border-bottom: 0;
    padding-block-start: 1rem;
  }
}

.footer-sitemap,
.footer-address {
  border-top: 1px solid #fff;
  padding: 2em 0;
}

.footer-sitemap {
  display: none;
}

@media (min-width: 720px) {
  .footer-sitemap {
    display: flex;
  }
}

.footer-sitemap__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-sitemap--main .footer-sitemap__link {
  font-weight: 700;
}

.footer-legal {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 -0.5em;
}

@media (min-width: 720px) {
  .footer-legal {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.footer-legal__item {
  padding: 0 0.5em;
  text-align: center;
}

.footer-legal__item:first-of-type {
  margin-block-end: 2em;
}

@media (min-width: 720px) {
  .footer-legal__item:first-of-type {
    margin-block-end: 0;
  }
}

.footer-sitemap__link,
.footer-address a,
.footer-legal__link,
span.footer-legal__link {
  display: inline-block !important;
  padding: 0.5em 0;
}

.input-is-keyboard .footer-sitemap__link:focus, .input-is-keyboard
.footer-address a:focus, .input-is-keyboard
.footer-legal__link:focus, .input-is-keyboard
span.footer-legal__link:focus {
  box-shadow: 0 0 0 4px #a1e703 !important;
  outline: none;
  z-index: 900;
}

.footer-sitemap__link, .footer-sitemap__link:visited,
.footer-address a,
.footer-address a:visited,
.footer-legal__link,
.footer-legal__link:visited,
span.footer-legal__link,
span.footer-legal__link:visited {
  display: inline;
  color: var(--animated-underline-color-text, #000);
  text-decoration: none;
  background-image: linear-gradient(var(--animated-underline-color-underline, transparent), var(--animated-underline-color-underline, transparent)), linear-gradient(var(--animated-underline-color-underline-hover, #a1e703), var(--animated-underline-color-underline-hover, #a1e703));
  background-position-x: calc(100% + var(--animated-underline-offset-x, 0%)), calc(0% + var(--animated-underline-offset-x, 0%));
  background-position-y: calc(100% + var(--animated-underline-offset-y, -0.5em)), calc(100% + var(--animated-underline-offset-y, -0.5em));
  background-size: 100% var(--width-underline, 2px), 0% var(--width-underline, 2px);
  background-repeat: no-repeat;
  will-change: background-size;
  transition: background-size 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.footer-sitemap__link:hover, .footer-sitemap__link:active, .footer-sitemap__link[aria-current],
.footer-address a:hover,
.footer-address a:active,
.footer-address a[aria-current],
.footer-legal__link:hover,
.footer-legal__link:active,
.footer-legal__link[aria-current],
span.footer-legal__link:hover,
span.footer-legal__link:active,
span.footer-legal__link[aria-current] {
  color: var(--animated-underline-color-text-hover, #004f7c);
  background-size: 0% var(--width-underline, 2px), 100% var(--width-underline, 2px);
}

.footer-legal-social-nav {
  border-top: 1px solid #fff;
  position: relative;
  padding: 1rem 0 4rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 960px) {
  .footer-legal-social-nav {
    justify-content: space-between;
    flex-direction: row;
  }
}

.social-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 2em -0.5em 0;
  justify-content: center;
}

@media (min-width: 960px) {
  .social-links {
    margin: 0 -0.5em;
    justify-content: flex-end;
    flex-wrap: nowrap;
  }
}

.social-links__item {
  padding: 0 0.5em;
}

.social-links__link {
  color: #004f7c;
  border-radius: 50%;
  border: 0 solid #fff;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.input-is-keyboard .social-links__link:focus {
  box-shadow: 0 0 0 4px #a1e703 !important;
  outline: none;
  z-index: 900;
}

.social-links__link:hover, .social-links__link:focus {
  background-color: #a1e703;
  color: #004f7c;
}

.social-links__link .icon {
  font-size: 1.75rem;
}

.header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 300ms all ease-out;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 100%;
  background-color: #fff;
  z-index: 500;
  box-shadow: 0 2px 10px rgba(26, 46, 74, 0.15);
  min-height: 5rem;
}

@media (min-width: 720px) {
  .header {
    min-height: 5rem;
  }
}

@media (min-width: 960px) {
  .header {
    height: 13.625rem;
  }
}

.header.is-ready {
  position: fixed;
}

.header.is-scrolling-down, .header.is-scrolling-up {
  box-shadow: 0 5px 16px 0 rgba(26, 46, 74, 0.15);
}

.header.will-hide-and-show.is-scrolling-down {
  transform: translateY(-130%);
}

.header.will-hide-and-show.is-scrolling-up {
  transform: translateY(0%);
}

.header.is-small {
  box-shadow: 0 5px 16px 0 rgba(26, 46, 74, 0.15);
  height: 5rem;
}

@media (min-width: 720px) {
  .header.is-small {
    height: 5rem;
  }
}

@media (min-width: 960px) {
  .header.is-small {
    height: 6rem;
  }
}

.page-geschlechtsspezifische-gewalt .header {
  min-height: 5rem;
}

@media (min-width: 720px) {
  .page-geschlechtsspezifische-gewalt .header {
    min-height: 5rem;
  }
}

@media (min-width: 960px) {
  .page-geschlechtsspezifische-gewalt .header {
    height: 5rem;
  }
}

.header__above-container {
  position: relative;
  z-index: 501;
  background-color: #fff;
  box-shadow: inset 0 -2px 10px rgba(26, 46, 74, 0.15);
  display: none;
}

@media (min-width: 960px) {
  .header__above-container {
    display: block;
  }
  .header__above-container::after {
    inset-block-end: 0;
  }
}

.header__container {
  position: relative;
  display: flex;
  flex: 0 1 100%;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0.5rem;
}

@media (min-width: 720px) {
  .header__container {
    padding: 1rem;
  }
}

@media (min-width: 960px) {
  .header__container {
    padding: 0 1rem;
    flex-direction: column;
    align-items: flex-end;
  }
}

.header__top {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  inset-block-start: 1rem;
}

.header__bottom {
  display: flex;
  width: 100%;
}

/* IE >= 11 Hack : https://www.mediaevent.de/css/conditional-comments.html */
@media screen and (min-width: 0\0) {
  .header__container {
    height: 170px;
  }
  .header__bottom {
    display: block;
    position: absolute;
    inset-block-end: 0;
    inset-inline-end: 1rem;
  }
}

.header__nav-meta {
  transition: 300ms all ease-out;
  display: none;
}

@media (min-width: 960px) {
  .header__nav-meta {
    display: block;
  }
}

.header.is-small .header__nav-meta {
  transform: translateY(-130%);
}

.header__nav-main {
  flex-grow: 1;
  transition: 300ms all ease-out;
  display: none;
}

@media (min-width: 960px) {
  .header__nav-main {
    display: flex;
  }
}

.header__logo {
  transition: 300ms all ease-out;
  width: 10rem;
}

@media (min-width: 720px) {
  .header__logo {
    width: 12rem;
  }
}

@media (min-width: 960px) {
  .header__logo {
    position: absolute;
    inset-inline-start: 1rem;
    width: 14.25rem;
    inset-block-start: 2.125rem;
  }
}

@media (min-width: 1200px) {
  .header__logo {
    width: 17.25rem;
    inset-block-start: 2.1rem;
  }
}

.header.is-small .header__logo {
  width: 10rem;
}

@media (min-width: 720px) {
  .header.is-small .header__logo {
    width: 12rem;
  }
}

@media (min-width: 960px) {
  .header.is-small .header__logo {
    width: 12rem;
  }
}

@media (min-width: 1200px) {
  .header.is-small .header__logo {
    width: 12rem;
  }
}

.header__button.button {
  flex-shrink: 0;
  border-radius: 50%;
  color: #000;
  background-color: #d9f1fd;
  border-color: #d9f1fd;
}

@media (min-width: 960px) {
  .header__button.button {
    display: none;
  }
}

.theme-yellow .header__button.button {
  background-color: #ffed92;
  border-color: #ffed92;
}

.theme-beige .header__button.button {
  background-color: #c3bab1;
  border-color: #c3bab1;
}

.header__button.button:hover, .header__button.button:active, .header__button.button:focus {
  color: #fff;
  background-color: #004f7c;
  border-color: #004f7c;
}

.header__button.button + .header__button.button {
  margin-inline-start: 1rem;
}

.header.is-small .a11y-bar {
  position: absolute;
  transform: translateY(-130%);
}

.theme-yellow .header__button--mobile-search {
  display: none;
}

.header__mobile-tagline {
  color: #004f7c;
  font-size: 0.875rem;
  font-weight: 700;
  margin-block-start: 0.5em;
  width: max-content;
}

@media (min-width: 720px) {
  .header__mobile-tagline {
    font-size: 1rem;
  }
}

@media (min-width: 960px) {
  .header__mobile-tagline {
    display: none;
  }
}

.theme-beige .header__mobile-tagline {
  color: #7b756f;
}

.theme-yellow .header__mobile-tagline {
  color: #ef7c00;
}

.theme-blue-light .header__mobile-tagline {
  color: #009DCC;
}

.minicart {
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  background-color: #defcb5;
  padding-block: 2rem;
  padding-inline: 1.25rem;
  margin-block-end: 2rem;
}

@media (min-width: 720px) {
  .minicart {
    font-size: 1.0625rem;
    line-height: 1.52941;
  }
}

@media (min-width: 1200px) {
  .minicart {
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}

@media (min-width: 720px) {
  .minicart {
    flex-flow: row nowrap;
    justify-content: space-between;
    padding-block: 0.5rem;
    margin-block-end: 4rem;
  }
}

.minicart__status {
  margin-block-end: 0;
  padding: 1rem 0;
}

.minicart__heading {
  margin: 0;
}

.minicart__button {
  color: #000;
}

.minicart__button:hover {
  background-color: #d4bb62;
}

.teaser--shop .teaser__media {
  order: -1;
  padding-inline-start: 0;
  padding-inline-end: 2rem;
  flex: 0 0 25%;
}

.shop-item {
  padding: 2rem 0 2.5rem;
  border-top: 8px solid #f3f2f2;
  /*
	&__description {
		@include text(sm);
		margin-block-end: 0.5rem;
	}
	*/
}

@media (min-width: 480px) {
  .shop-item {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

.shop-item:last-of-type {
  margin-block-end: 4rem;
}

.shop-item.shop-item--detail {
  border-top: 0;
}

.shop-item.shop-item--detail .slideshow__status {
  display: block;
}

.shop-item__notice {
  width: 100%;
  flex: 0 0 100%;
}

.shop-item__body {
  flex: 0 0 100%;
}

@media (min-width: 480px) {
  .shop-item__body {
    flex: 0 0 calc(100% - 216px);
  }
}

@media (min-width: 960px) {
  .shop-item__body {
    flex: 0 0 calc(100% - 300px);
  }
}

@media (min-width: 480px) {
  .shop-item--detail .shop-item__body {
    overflow: hidden;
    flex: 0 0 calc(100% - 236px);
  }
}

@media (min-width: 720px) {
  .shop-item--detail .shop-item__body {
    flex: 0 0 calc(100% - 252px);
  }
}

@media (min-width: 960px) {
  .shop-item--detail .shop-item__body {
    flex: 0 0 calc(100% - 332px);
  }
}

.shop-item__image {
  position: relative;
  margin-block-end: 1.5rem;
  margin-inline-end: 0;
}

@media (min-width: 480px) {
  .shop-item__image {
    flex: 1 0 200px;
    max-width: 200px;
    margin-inline-end: 1rem;
  }
}

@media (min-width: 960px) {
  .shop-item__image {
    flex: 1 0 268px;
    max-width: 268px;
    margin-inline-end: 2rem;
  }
}

.shop-item__image .image {
  position: relative;
  padding-block-end: 142%;
  background-color: #f9fafb;
}

.shop-item__image .image img {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  inset-block-start: 50%;
  transform: translateY(-50%);
}

.shop-item--detail .shop-item__image {
  margin-block-end: 2rem;
}

@media (min-width: 480px) {
  .shop-item--detail .shop-item__image {
    flex: 1 0 220px;
    max-width: 220px;
  }
}

@media (min-width: 720px) {
  .shop-item--detail .shop-item__image {
    margin-block-end: 0;
    margin-inline-end: 2rem;
  }
}

@media (min-width: 960px) {
  .shop-item--detail .shop-item__image {
    flex: 1 0 300px;
    max-width: 300px;
  }
}

.shop-item__deckhead {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  margin-block-end: 0.75rem;
}

@media (min-width: 720px) {
  .shop-item__deckhead {
    font-size: 1.0625rem;
    line-height: 1.52941;
  }
}

@media (min-width: 1200px) {
  .shop-item__deckhead {
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}

.shop-item__title {
  margin-block-end: 1rem;
}

.shop-item__sub-title {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  margin-block-start: -0.5rem;
  margin-block-end: 1.5rem;
}

@media (min-width: 720px) {
  .shop-item__sub-title {
    font-size: 1.0625rem;
    line-height: 1.52941;
  }
}

@media (min-width: 1200px) {
  .shop-item__sub-title {
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}

.shop-item__more-link {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  color: #004f7c;
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  border-bottom: 2px solid #a1e703;
  position: relative;
  display: inline-block;
  margin-block-start: 1rem;
}

@media (min-width: 720px) {
  .shop-item__more-link {
    font-size: 1.0625rem;
    line-height: 1.52941;
  }
}

@media (min-width: 1200px) {
  .shop-item__more-link {
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}

.shop-item__more-link .icon {
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 6px;
}

.shop-item__read-more {
  border: 0;
  border-bottom: 3px solid #a1e703;
  padding-inline-start: 0.5rem;
}

.shop-item__read-more:hover, .shop-item__read-more:active, .shop-item__read-more:focus {
  background: #defcb5;
  border-color: #a1e703;
  color: #004f7c;
}

.shop-item__label {
  margin-inline-end: 1rem;
}

.shop-item__meta {
  margin-block-start: 2rem;
  border-top: 2px solid #f3f2f2;
}

.shop-item__pricing {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
  flex-flow: row wrap;
  margin-block-start: 2rem;
  margin-block-end: 1rem;
}

@media (min-width: 720px) {
  .shop-item__pricing {
    font-size: 1.0625rem;
    line-height: 1.52941;
  }
}

@media (min-width: 1200px) {
  .shop-item__pricing {
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}

.shop-item__pricing-price {
  margin-inline-end: 0.75rem;
}

.shop-item__put-to-cart {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  margin-block-end: 0;
  position: relative;
  transition: all 0.2s ease;
}

@media (min-width: 1200px) {
  .shop-item__put-to-cart {
    flex-flow: row nowrap;
  }
}

.shop-item__put-to-cart label.error {
  flex: 0 0 100%;
  max-width: 100%;
}

.shop-item__put-to-cart .button {
  margin-block-start: 1.75rem;
  height: 2.9rem;
}

@media (min-width: 720px) {
  .shop-item__put-to-cart .button {
    width: auto;
  }
}

@media (min-width: 1200px) {
  .shop-item__put-to-cart .button {
    margin-inline-end: 1.5rem;
  }
}

.shop-item__download-button {
  flex: 0 0 100%;
}

@media (min-width: 1200px) {
  .shop-item__download-button {
    flex: 0 0 auto;
  }
}

.shop-item__put-to-cart-badge {
  display: inline-block;
  padding: 0.25em 0.5em;
  background: #defcb5;
  border-radius: 2px;
  position: relative;
  margin-block-start: 0.5rem;
}

.shop-item__put-to-cart-qty-input {
  width: 74px;
  /*
		height: 45px;
		min-height: 0;
		*/
  padding-inline-start: 0;
  padding-inline-end: 0;
  margin-inline-end: 0.5rem;
  margin-block-start: 0.25rem;
  text-align: center;
}

.shop-item__additional-info {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.42857;
  border-top: 2px solid #f3f2f2;
  padding-block-start: 1rem;
  margin-block-start: 2rem;
}

@media (min-width: 720px) {
  .shop-item__additional-info {
    font-size: 0.875rem;
    line-height: 1.42857;
  }
}

@media (min-width: 1200px) {
  .shop-item__additional-info {
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}

.shop-item__cc-icons {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-block-start: 2rem;
}

.shop-item__cc-icon {
  margin-inline-end: 0.25rem;
}

.shop-item__sold-out {
  display: flex;
  align-items: center;
  margin-block-start: 1.8rem;
  margin-inline-end: 2rem;
}

.shop-item__sold-out .icon {
  margin-inline-end: 1rem;
  color: #004f7c;
}

.shop-item__slideshow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

@media (min-width: 480px) {
  .shop-item__slideshow {
    margin-block-end: 3rem;
  }
}

.shop-item__slideshow .slideshow__status {
  margin: 0 1rem;
}

@media (min-width: 960px) {
  .shop-item__slideshow .slideshow__status {
    margin: 0 2rem;
  }
}

.shop-item__arrow {
  /*
		width: 50px;
		height: 50px;
		*/
}

.shop-item__arrow:hover {
  background: #defcb5;
}

.shop-item__arrow .icon {
  color: #004f7c;
}

@media (min-width: 480px) {
  .shop-item__arrow-prev {
    margin-inline-start: 0;
  }
}

@media (min-width: 480px) {
  .shop-item__arrow-next {
    margin-inline-end: 0;
  }
}

.shop-item__title a:hover, .shop-item__title a:focus-visible {
  color: #004f7c;
}

@media (min-width: 480px) {
  .shop-cart__steps {
    display: flex;
    justify-content: space-between;
  }
}

.shop-cart__steps .button {
  flex: 1 0 auto;
  padding: 2rem;
  margin-block-end: 0.5rem;
}

@media (min-width: 480px) {
  .shop-cart__steps .button {
    margin-block-end: 0;
    margin-inline-end: 2px;
  }
}

.shop-cart__steps .button--disabled {
  background-color: #defcb5 !important;
  border-color: #defcb5 !important;
  color: #000 !important;
}

.shop-cart__table thead {
  position: absolute;
  inset-inline-start: -9999rem;
  overflow: hidden;
  width: 0;
  height: 0;
}

@media (min-width: 720px) {
  .shop-cart__table thead {
    position: relative;
    inset-inline-start: auto;
    width: auto;
    height: auto;
  }
  .shop-cart__table thead th {
    background-color: transparent;
    font-weight: normal;
    padding: 0.5rem 0;
    border: 0;
    color: #000;
  }
}

.shop-cart__table thead th {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 720px) {
  .shop-cart__table thead th {
    font-size: 1.0625rem;
    line-height: 1.52941;
  }
}

@media (min-width: 1200px) {
  .shop-cart__table thead th {
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}

.shop-cart__table td {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  border: 0;
  position: relative;
  padding-inline-start: 6rem;
  padding-block-end: 1rem;
  padding-block-start: 1rem;
}

@media (min-width: 720px) {
  .shop-cart__table td {
    font-size: 1.0625rem;
    line-height: 1.52941;
  }
}

@media (min-width: 1200px) {
  .shop-cart__table td {
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}

@media (min-width: 720px) {
  .shop-cart__table td {
    display: table-cell;
    padding-inline-start: inherit;
    padding-block-start: 2rem;
    padding-block-end: 2rem;
    vertical-align: middle;
  }
}

.shop-cart__table td::before {
  position: absolute;
  inset-inline-start: 0;
  content: attr(data-title);
  width: 6rem;
}

@media (min-width: 720px) {
  .shop-cart__table td::before {
    display: none;
  }
}

.shop-cart__item {
  border-top: 8px solid #f3f2f2;
}

@media (min-width: 720px) {
  .shop-cart__col1 {
    width: 20%;
    padding-inline-end: 2.5rem;
  }
}

@media (min-width: 400px) {
  .shop-cart__col1 .image {
    width: 35%;
  }
}

@media (min-width: 720px) {
  .shop-cart__col1 .image {
    width: auto;
  }
}

@media (min-width: 720px) {
  .shop-cart__col2 {
    padding-inline-end: 3rem;
  }
}

.shop-cart__col2 :last-child {
  margin-block-end: 0 !important;
}

@media (min-width: 720px) {
  .shop-cart__col3 {
    padding-inline-end: 3rem;
    width: 110px;
  }
}

@media (min-width: 720px) {
  .shop-cart__col4 {
    text-align: end;
  }
}

.shop-cart__col4 strong {
  display: inline-block;
  margin: 0;
  white-space: nowrap;
}

@media (min-width: 720px) {
  .shop-cart__col4 strong {
    padding: 2rem 0 0;
  }
}

.shop-cart__qty {
  width: 100%;
  display: flex;
  align-items: center;
}

.shop-cart__qty input {
  width: 64px;
  padding-inline-start: 0;
  padding-inline-end: 0;
  text-align: center;
  margin-inline-end: 1rem;
}

.shop-cart__qty .icon {
  color: #004f7c;
}

.shop-cart__reload {
  border-top: 8px solid #f3f2f2;
  padding: 2rem 0 0;
  display: none;
  justify-content: flex-end;
}

.shop-cart__reload.has-changed {
  display: flex;
}

.shop-cart__info1,
.shop-cart__info2 {
  padding: 2rem 0 0;
}

.shop-cart__info1 .form-check,
.shop-cart__info2 .form-check {
  margin-block-end: 0.5rem;
}

.shop-cart__headline {
  border-bottom: 8px solid #f3f2f2;
  padding-block-end: 1rem;
}

.shop-cart__totals .shop-cart__headline {
  margin: 3rem 0 -1px;
}

.shop-cart__totals-item {
  padding: 0.75rem 0;
  border-top: 2px solid #f3f2f2;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 720px) {
  .shop-cart__totals-item {
    justify-content: flex-end;
  }
}

.shop-cart__totals-label {
  padding-inline-start: 0.5rem;
  padding-inline-end: 0.5rem;
}

@media (min-width: 720px) {
  .shop-cart__totals-label {
    width: 370px;
  }
}

.shop-cart__totals-value {
  padding-inline-end: 0.5rem;
}

@media (min-width: 720px) {
  .shop-cart__totals-value {
    width: 100px;
    text-align: end;
  }
}

.shop-cart__totals-total {
  display: flex;
  justify-content: space-between;
  margin: 1.5rem 0 2.5rem;
  padding: 2rem 1rem 2rem 1.5rem;
  background-color: #defcb5;
}

@media (min-width: 720px) {
  .shop-cart__totals-total {
    justify-content: flex-end;
  }
}

.shop-cart__totals-total .shop-cart__totals-label {
  width: 100%;
}

.shop-cart__totals-total .shop-cart__totals-value {
  width: 200px;
}

.shop-cart__toggle {
  margin: 2rem 0;
}

.shop-cart__prev-next {
  padding: 2rem 0;
}

@media (min-width: 480px) {
  .shop-cart__prev-next {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}

.shop-cart__prev-next .button {
  margin-block-end: 1rem;
}

@media (min-width: 480px) {
  .shop-cart__prev-next .button {
    width: auto;
  }
}

.teaser-set--same-height > [class^='col'] {
  display: flex;
}

.flex__bottom {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}

.flex__bottom > :first-child {
  margin-block-end: 2rem;
}

@media (min-width: 720px) {
  .flex__bottom > :first-child {
    margin-block-end: 0;
  }
}

body {
  max-width: 100vw;
  overflow-x: hidden;
}

html {
  --color-text: #000;
  --color-text-hover: #004f7c;
  --color-underline: transparent;
  --color-underline-hover: #a1e703;
}

.theme-beige {
  --animated-underline-color-underline-hover: #7b756f;
  --color-text: #000;
  --color-text-hover: #004f7c;
  --color-underline: transparent;
  --color-underline-hover: #7b756f;
}

.theme-blue-light {
  --animated-underline-color-underline-hover: #009DCC;
}

.theme-yellow {
  --animated-underline-color-underline-hover: #ef7c00;
  --color-text: #000;
  --color-text-hover: #004f7c;
  --color-underline: transparent;
  --color-underline-hover: #ef7c00;
}

/* stylelint-disable selector-no-qualifying-type, selector-max-compound-selectors, max-nesting-depth, selector-class-pattern */
.theme-dark {
  --animated-underline-color-text: #fff;
  --animated-underline-color-text-hover: #fff;
  --animated-underline-color-underline: transparent;
  --animated-underline-color-underline-hover: #a1e703;
}

.theme-dark .theme-beige {
  --animated-underline-color-underline-hover: #9f9184;
}

.theme-dark .theme-blue-light {
  --animated-underline-color-underline-hover: #009DCC;
}

.theme-dark .theme-yellow {
  --animated-underline-color-underline-hover: #fec400;
}

html.theme-dark body,
html.theme-dark body.theme-yellow,
html.theme-dark body.theme-beige,
html.theme-dark body.theme-blue-light {
  color: #f2f6f8;
  background-color: #06324b;
  /*
    .teaser--glossary.teaser__list {
        border-top: 0.5rem solid $color-blue-light !important;
        border-color: $color-blue-light;
    }
    */
}

html.theme-dark body *,
html.theme-dark body.theme-yellow *,
html.theme-dark body.theme-beige *,
html.theme-dark body.theme-blue-light * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f2f6f8;
}

html.theme-dark body .loading-overlay,
html.theme-dark body.theme-yellow .loading-overlay,
html.theme-dark body.theme-beige .loading-overlay,
html.theme-dark body.theme-blue-light .loading-overlay {
  background-color: #06324b;
}

html.theme-dark body .details__body,
html.theme-dark body.theme-yellow .details__body,
html.theme-dark body.theme-beige .details__body,
html.theme-dark body.theme-blue-light .details__body {
  background-color: #05283c !important;
}

html.theme-dark body .link:link,
html.theme-dark body .copytext a:link,
html.theme-dark body .teaser__text a:link,
html.theme-dark body .link:visited,
html.theme-dark body .copytext a:visited,
html.theme-dark body .teaser__text a:visited,
html.theme-dark body.theme-yellow .link:link,
html.theme-dark body.theme-yellow .copytext a:link,
html.theme-dark body.theme-yellow .teaser__text a:link,
html.theme-dark body.theme-yellow .link:visited,
html.theme-dark body.theme-yellow .copytext a:visited,
html.theme-dark body.theme-yellow .teaser__text a:visited,
html.theme-dark body.theme-beige .link:link,
html.theme-dark body.theme-beige .copytext a:link,
html.theme-dark body.theme-beige .teaser__text a:link,
html.theme-dark body.theme-beige .link:visited,
html.theme-dark body.theme-beige .copytext a:visited,
html.theme-dark body.theme-beige .teaser__text a:visited,
html.theme-dark body.theme-blue-light .link:link,
html.theme-dark body.theme-blue-light .copytext a:link,
html.theme-dark body.theme-blue-light .teaser__text a:link,
html.theme-dark body.theme-blue-light .link:visited,
html.theme-dark body.theme-blue-light .copytext a:visited,
html.theme-dark body.theme-blue-light .teaser__text a:visited {
  color: inherit;
}

html.theme-dark body .copytext--auto-icon a:not([href^='http://']):not([href^='https://']):not([href^='mailto:']):not([href^='javascript:linkTo_UnCryptMailto']):not([href^='tel:']):not([href*='/fileadmin/'])::before, html.theme-dark body .copytext--auto-icon a:not([href^='http://']):not([href^='https://']):not([href^='mailto:']):not([href^='javascript:linkTo_UnCryptMailto']):not([href^='tel:']):not([href*='/fileadmin/'])::after,
html.theme-dark body.theme-yellow .copytext--auto-icon a:not([href^='http://']):not([href^='https://']):not([href^='mailto:']):not([href^='javascript:linkTo_UnCryptMailto']):not([href^='tel:']):not([href*='/fileadmin/'])::before,
html.theme-dark body.theme-yellow .copytext--auto-icon a:not([href^='http://']):not([href^='https://']):not([href^='mailto:']):not([href^='javascript:linkTo_UnCryptMailto']):not([href^='tel:']):not([href*='/fileadmin/'])::after,
html.theme-dark body.theme-beige .copytext--auto-icon a:not([href^='http://']):not([href^='https://']):not([href^='mailto:']):not([href^='javascript:linkTo_UnCryptMailto']):not([href^='tel:']):not([href*='/fileadmin/'])::before,
html.theme-dark body.theme-beige .copytext--auto-icon a:not([href^='http://']):not([href^='https://']):not([href^='mailto:']):not([href^='javascript:linkTo_UnCryptMailto']):not([href^='tel:']):not([href*='/fileadmin/'])::after,
html.theme-dark body.theme-blue-light .copytext--auto-icon a:not([href^='http://']):not([href^='https://']):not([href^='mailto:']):not([href^='javascript:linkTo_UnCryptMailto']):not([href^='tel:']):not([href*='/fileadmin/'])::before,
html.theme-dark body.theme-blue-light .copytext--auto-icon a:not([href^='http://']):not([href^='https://']):not([href^='mailto:']):not([href^='javascript:linkTo_UnCryptMailto']):not([href^='tel:']):not([href*='/fileadmin/'])::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M6.03 13.49H17.5l-5.01 4.82a.97.97 0 000 1.4c.4.39 1.04.39 1.44 0l6.77-6.5c.4-.4.4-1.02 0-1.4l-6.76-6.52a1.05 1.05 0 00-1.44 0c-.4.38-.4 1 0 1.4l5 4.82H6.03c-.57 0-1.03.45-1.03.99s.46.99 1.03.99z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

html.theme-dark body .copytext--auto-icon a[href^='http://']::before, html.theme-dark body .copytext--auto-icon a[href^='http://']::after,
html.theme-dark body .copytext--auto-icon a[href^='https://']::before,
html.theme-dark body .copytext--auto-icon a[href^='https://']::after,
html.theme-dark body .copytext--auto-icon a[href^='//']::before,
html.theme-dark body .copytext--auto-icon a[href^='//']::after,
html.theme-dark body.theme-yellow .copytext--auto-icon a[href^='http://']::before,
html.theme-dark body.theme-yellow .copytext--auto-icon a[href^='http://']::after,
html.theme-dark body.theme-yellow .copytext--auto-icon a[href^='https://']::before,
html.theme-dark body.theme-yellow .copytext--auto-icon a[href^='https://']::after,
html.theme-dark body.theme-yellow .copytext--auto-icon a[href^='//']::before,
html.theme-dark body.theme-yellow .copytext--auto-icon a[href^='//']::after,
html.theme-dark body.theme-beige .copytext--auto-icon a[href^='http://']::before,
html.theme-dark body.theme-beige .copytext--auto-icon a[href^='http://']::after,
html.theme-dark body.theme-beige .copytext--auto-icon a[href^='https://']::before,
html.theme-dark body.theme-beige .copytext--auto-icon a[href^='https://']::after,
html.theme-dark body.theme-beige .copytext--auto-icon a[href^='//']::before,
html.theme-dark body.theme-beige .copytext--auto-icon a[href^='//']::after,
html.theme-dark body.theme-blue-light .copytext--auto-icon a[href^='http://']::before,
html.theme-dark body.theme-blue-light .copytext--auto-icon a[href^='http://']::after,
html.theme-dark body.theme-blue-light .copytext--auto-icon a[href^='https://']::before,
html.theme-dark body.theme-blue-light .copytext--auto-icon a[href^='https://']::after,
html.theme-dark body.theme-blue-light .copytext--auto-icon a[href^='//']::before,
html.theme-dark body.theme-blue-light .copytext--auto-icon a[href^='//']::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M19 19H5V5h5V3H5a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2v-5h-2v5zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

html.theme-dark body .copytext--auto-icon a[href^='mailto:']::before, html.theme-dark body .copytext--auto-icon a[href^='mailto:']::after,
html.theme-dark body .copytext--auto-icon a[href^='javascript:linkTo_UnCryptMailto']::before,
html.theme-dark body .copytext--auto-icon a[href^='javascript:linkTo_UnCryptMailto']::after,
html.theme-dark body.theme-yellow .copytext--auto-icon a[href^='mailto:']::before,
html.theme-dark body.theme-yellow .copytext--auto-icon a[href^='mailto:']::after,
html.theme-dark body.theme-yellow .copytext--auto-icon a[href^='javascript:linkTo_UnCryptMailto']::before,
html.theme-dark body.theme-yellow .copytext--auto-icon a[href^='javascript:linkTo_UnCryptMailto']::after,
html.theme-dark body.theme-beige .copytext--auto-icon a[href^='mailto:']::before,
html.theme-dark body.theme-beige .copytext--auto-icon a[href^='mailto:']::after,
html.theme-dark body.theme-beige .copytext--auto-icon a[href^='javascript:linkTo_UnCryptMailto']::before,
html.theme-dark body.theme-beige .copytext--auto-icon a[href^='javascript:linkTo_UnCryptMailto']::after,
html.theme-dark body.theme-blue-light .copytext--auto-icon a[href^='mailto:']::before,
html.theme-dark body.theme-blue-light .copytext--auto-icon a[href^='mailto:']::after,
html.theme-dark body.theme-blue-light .copytext--auto-icon a[href^='javascript:linkTo_UnCryptMailto']::before,
html.theme-dark body.theme-blue-light .copytext--auto-icon a[href^='javascript:linkTo_UnCryptMailto']::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M22 6a2 2 0 00-2-2H4a2 2 0 00-2 2v12c0 1.1.9 2 2 2h16a2 2 0 002-2V6zm-2 0l-8 4.99-8-5h16zm0 12H4V8l8 5 8-5v10z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

html.theme-dark body .copytext--auto-icon a[href^='tel:']::before, html.theme-dark body .copytext--auto-icon a[href^='tel:']::after,
html.theme-dark body.theme-yellow .copytext--auto-icon a[href^='tel:']::before,
html.theme-dark body.theme-yellow .copytext--auto-icon a[href^='tel:']::after,
html.theme-dark body.theme-beige .copytext--auto-icon a[href^='tel:']::before,
html.theme-dark body.theme-beige .copytext--auto-icon a[href^='tel:']::after,
html.theme-dark body.theme-blue-light .copytext--auto-icon a[href^='tel:']::before,
html.theme-dark body.theme-blue-light .copytext--auto-icon a[href^='tel:']::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd' stroke='none' stroke-width='1'%3E%3Cpath fill='%23fff' d='M6.54 5c.06.89.2 1.76.45 2.59l-1.2 1.2c-.41-1.2-.67-2.47-.76-3.8h1.5zm9.86 12.02c.85.24 1.72.4 2.6.45v1.5c-1.32-.1-2.59-.36-3.8-.76l1.2-1.19zM7.5 3H4a1 1 0 0 0-1 1 17 17 0 0 0 17 17 1 1 0 0 0 1-1v-3.49a1 1 0 0 0-1-1c-1.24 0-2.45-.2-3.57-.57a1.02 1.02 0 0 0-1.02.24l-2.2 2.2a15.15 15.15 0 0 1-6.6-6.6l2.2-2.2a1 1 0 0 0 .26-1.01A11.37 11.37 0 0 1 8.5 4a1 1 0 0 0-1-1z'/%3E%3C/g%3E%3C/svg%3E");
}

html.theme-dark body .copytext--auto-icon a[href*='/fileadmin/']::before, html.theme-dark body .copytext--auto-icon a[href*='/fileadmin/']::after,
html.theme-dark body.theme-yellow .copytext--auto-icon a[href*='/fileadmin/']::before,
html.theme-dark body.theme-yellow .copytext--auto-icon a[href*='/fileadmin/']::after,
html.theme-dark body.theme-beige .copytext--auto-icon a[href*='/fileadmin/']::before,
html.theme-dark body.theme-beige .copytext--auto-icon a[href*='/fileadmin/']::after,
html.theme-dark body.theme-blue-light .copytext--auto-icon a[href*='/fileadmin/']::before,
html.theme-dark body.theme-blue-light .copytext--auto-icon a[href*='/fileadmin/']::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd' stroke='none' stroke-width='1'%3E%3Cpath fill='%23fff' d='M19 14v5H5v-5H3v5c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2v-5h-2zm-6-1.33l2.59-2.58L17 11.5l-5 5-5-5 1.41-1.41L11 12.67V3h2v9.67z'/%3E%3C/g%3E%3C/svg%3E");
}

html.theme-dark body .teaser--has-link:hover .teaser__link,
html.theme-dark body .teaser--has-link:active .teaser__link,
html.theme-dark body .teaser--has-link:focus .teaser__link,
html.theme-dark body.theme-yellow .teaser--has-link:hover .teaser__link,
html.theme-dark body.theme-yellow .teaser--has-link:active .teaser__link,
html.theme-dark body.theme-yellow .teaser--has-link:focus .teaser__link,
html.theme-dark body.theme-beige .teaser--has-link:hover .teaser__link,
html.theme-dark body.theme-beige .teaser--has-link:active .teaser__link,
html.theme-dark body.theme-beige .teaser--has-link:focus .teaser__link,
html.theme-dark body.theme-blue-light .teaser--has-link:hover .teaser__link,
html.theme-dark body.theme-blue-light .teaser--has-link:active .teaser__link,
html.theme-dark body.theme-blue-light .teaser--has-link:focus .teaser__link {
  color: #d9f1fd;
  text-decoration: underline;
  text-decoration-thickness: 0.1em;
}

html.theme-dark body .header__above-container,
html.theme-dark body.theme-yellow .header__above-container,
html.theme-dark body.theme-beige .header__above-container,
html.theme-dark body.theme-blue-light .header__above-container {
  color: #d9f1fd;
  background-color: #004f7c;
}

html.theme-dark body .header,
html.theme-dark body.theme-yellow .header,
html.theme-dark body.theme-beige .header,
html.theme-dark body.theme-blue-light .header {
  background-color: #05283c;
}

html.theme-dark body .nav-main__list-level-1::after,
html.theme-dark body.theme-yellow .nav-main__list-level-1::after,
html.theme-dark body.theme-beige .nav-main__list-level-1::after,
html.theme-dark body.theme-blue-light .nav-main__list-level-1::after {
  background-color: #05283c;
}

html.theme-dark body .nav-main__link-level-1,
html.theme-dark body .nav-main__item-level-1,
html.theme-dark body.theme-yellow .nav-main__link-level-1,
html.theme-dark body.theme-yellow .nav-main__item-level-1,
html.theme-dark body.theme-beige .nav-main__link-level-1,
html.theme-dark body.theme-beige .nav-main__item-level-1,
html.theme-dark body.theme-blue-light .nav-main__link-level-1,
html.theme-dark body.theme-blue-light .nav-main__item-level-1 {
  color: #fff;
}

html.theme-dark body .nav-main__link-level-1.is-open,
html.theme-dark body .nav-main__link-level-1.is-current,
html.theme-dark body .nav-main__link-level-1:hover,
html.theme-dark body .nav-main__link-level-1:active,
html.theme-dark body .nav-main__item-level-1.is-open,
html.theme-dark body .nav-main__item-level-1.is-current,
html.theme-dark body .nav-main__item-level-1:hover,
html.theme-dark body .nav-main__item-level-1:active,
html.theme-dark body.theme-yellow .nav-main__link-level-1.is-open,
html.theme-dark body.theme-yellow .nav-main__link-level-1.is-current,
html.theme-dark body.theme-yellow .nav-main__link-level-1:hover,
html.theme-dark body.theme-yellow .nav-main__link-level-1:active,
html.theme-dark body.theme-yellow .nav-main__item-level-1.is-open,
html.theme-dark body.theme-yellow .nav-main__item-level-1.is-current,
html.theme-dark body.theme-yellow .nav-main__item-level-1:hover,
html.theme-dark body.theme-yellow .nav-main__item-level-1:active,
html.theme-dark body.theme-beige .nav-main__link-level-1.is-open,
html.theme-dark body.theme-beige .nav-main__link-level-1.is-current,
html.theme-dark body.theme-beige .nav-main__link-level-1:hover,
html.theme-dark body.theme-beige .nav-main__link-level-1:active,
html.theme-dark body.theme-beige .nav-main__item-level-1.is-open,
html.theme-dark body.theme-beige .nav-main__item-level-1.is-current,
html.theme-dark body.theme-beige .nav-main__item-level-1:hover,
html.theme-dark body.theme-beige .nav-main__item-level-1:active,
html.theme-dark body.theme-blue-light .nav-main__link-level-1.is-open,
html.theme-dark body.theme-blue-light .nav-main__link-level-1.is-current,
html.theme-dark body.theme-blue-light .nav-main__link-level-1:hover,
html.theme-dark body.theme-blue-light .nav-main__link-level-1:active,
html.theme-dark body.theme-blue-light .nav-main__item-level-1.is-open,
html.theme-dark body.theme-blue-light .nav-main__item-level-1.is-current,
html.theme-dark body.theme-blue-light .nav-main__item-level-1:hover,
html.theme-dark body.theme-blue-light .nav-main__item-level-1:active {
  color: #fff;
}

html.theme-dark body .nav-main__link-level-2,
html.theme-dark body.theme-yellow .nav-main__link-level-2,
html.theme-dark body.theme-beige .nav-main__link-level-2,
html.theme-dark body.theme-blue-light .nav-main__link-level-2 {
  border-color: #004f7c !important;
}

html.theme-dark body .nav-main__link-level-2.is-current,
html.theme-dark body .nav-main__link-level-2:hover,
html.theme-dark body .nav-main__link-level-2:active,
html.theme-dark body .nav-main__link-level-2:focus,
html.theme-dark body.theme-yellow .nav-main__link-level-2.is-current,
html.theme-dark body.theme-yellow .nav-main__link-level-2:hover,
html.theme-dark body.theme-yellow .nav-main__link-level-2:active,
html.theme-dark body.theme-yellow .nav-main__link-level-2:focus,
html.theme-dark body.theme-beige .nav-main__link-level-2.is-current,
html.theme-dark body.theme-beige .nav-main__link-level-2:hover,
html.theme-dark body.theme-beige .nav-main__link-level-2:active,
html.theme-dark body.theme-beige .nav-main__link-level-2:focus,
html.theme-dark body.theme-blue-light .nav-main__link-level-2.is-current,
html.theme-dark body.theme-blue-light .nav-main__link-level-2:hover,
html.theme-dark body.theme-blue-light .nav-main__link-level-2:active,
html.theme-dark body.theme-blue-light .nav-main__link-level-2:focus {
  color: #fff !important;
  border-bottom-color: #004f7c !important;
  border-width: 2px !important;
  border-color: #004f7c !important;
  background-color: #004f7c !important;
}

html.theme-dark body .logo-primary .logo-primary__image,
html.theme-dark body.theme-yellow .logo-primary .logo-primary__image,
html.theme-dark body.theme-beige .logo-primary .logo-primary__image,
html.theme-dark body.theme-blue-light .logo-primary .logo-primary__image {
  filter: grayscale(1) brightness(20);
}

html.theme-dark body .nav-main__flyout::after,
html.theme-dark body.theme-yellow .nav-main__flyout::after,
html.theme-dark body.theme-beige .nav-main__flyout::after,
html.theme-dark body.theme-blue-light .nav-main__flyout::after {
  background-color: #05283c;
}

html.theme-dark body .nav-meta--search::before,
html.theme-dark body.theme-yellow .nav-meta--search::before,
html.theme-dark body.theme-beige .nav-meta--search::before,
html.theme-dark body.theme-blue-light .nav-meta--search::before {
  background-color: #004f7c;
  border-color: #004f7c;
}

html.theme-dark body .nav-meta--search:hover::before, html.theme-dark body .nav-meta--search:focus::before,
html.theme-dark body.theme-yellow .nav-meta--search:hover::before,
html.theme-dark body.theme-yellow .nav-meta--search:focus::before,
html.theme-dark body.theme-beige .nav-meta--search:hover::before,
html.theme-dark body.theme-beige .nav-meta--search:focus::before,
html.theme-dark body.theme-blue-light .nav-meta--search:hover::before,
html.theme-dark body.theme-blue-light .nav-meta--search:focus::before {
  background-color: #00446b;
  border-color: #00446b;
}

html.theme-dark body .nav-meta--search .nav-meta__icon,
html.theme-dark body.theme-yellow .nav-meta--search .nav-meta__icon,
html.theme-dark body.theme-beige .nav-meta--search .nav-meta__icon,
html.theme-dark body.theme-blue-light .nav-meta--search .nav-meta__icon {
  color: #f2f6f8;
}

html.theme-dark body .header__button, html.theme-dark body .header__button:hover, html.theme-dark body .header__button:focus,
html.theme-dark body.theme-yellow .header__button,
html.theme-dark body.theme-yellow .header__button:hover,
html.theme-dark body.theme-yellow .header__button:focus,
html.theme-dark body.theme-beige .header__button,
html.theme-dark body.theme-beige .header__button:hover,
html.theme-dark body.theme-beige .header__button:focus,
html.theme-dark body.theme-blue-light .header__button,
html.theme-dark body.theme-blue-light .header__button:hover,
html.theme-dark body.theme-blue-light .header__button:focus {
  color: #f2f6f8;
  background-color: #00446b;
  border-color: #00446b;
}

html.theme-dark body .tag,
html.theme-dark body.theme-yellow .tag,
html.theme-dark body.theme-beige .tag,
html.theme-dark body.theme-blue-light .tag {
  color: #d9f1fd;
  background-color: #004f7c;
}

html.theme-dark body a.tag,
html.theme-dark body.theme-yellow a.tag,
html.theme-dark body.theme-beige a.tag,
html.theme-dark body.theme-blue-light a.tag {
  color: #d9f1fd;
  background-color: #004f7c;
}

html.theme-dark body a.tag:hover, html.theme-dark body a.tag:focus,
html.theme-dark body.theme-yellow a.tag:hover,
html.theme-dark body.theme-yellow a.tag:focus,
html.theme-dark body.theme-beige a.tag:hover,
html.theme-dark body.theme-beige a.tag:focus,
html.theme-dark body.theme-blue-light a.tag:hover,
html.theme-dark body.theme-blue-light a.tag:focus {
  background-color: #05283c;
  color: #d9f1fd;
}

html.theme-dark body .hero-slider__button:hover,
html.theme-dark body .hero-slider__button:focus,
html.theme-dark body.theme-yellow .hero-slider__button:hover,
html.theme-dark body.theme-yellow .hero-slider__button:focus,
html.theme-dark body.theme-beige .hero-slider__button:hover,
html.theme-dark body.theme-beige .hero-slider__button:focus,
html.theme-dark body.theme-blue-light .hero-slider__button:hover,
html.theme-dark body.theme-blue-light .hero-slider__button:focus {
  background-color: #05283c;
}

html.theme-dark body .topic-card,
html.theme-dark body.theme-yellow .topic-card,
html.theme-dark body.theme-beige .topic-card,
html.theme-dark body.theme-blue-light .topic-card {
  background-color: #004f7c !important;
}

html.theme-dark body .paper-card__inner,
html.theme-dark body.theme-yellow .paper-card__inner,
html.theme-dark body.theme-beige .paper-card__inner,
html.theme-dark body.theme-blue-light .paper-card__inner {
  background-color: #004f7c !important;
}

html.theme-dark body .faq,
html.theme-dark body.theme-yellow .faq,
html.theme-dark body.theme-beige .faq,
html.theme-dark body.theme-blue-light .faq {
  box-shadow: 0 5px 1rem 0 #010b11dc;
  background-color: #06324b;
}

html.theme-dark body .background-visual::after,
html.theme-dark body.theme-yellow .background-visual::after,
html.theme-dark body.theme-beige .background-visual::after,
html.theme-dark body.theme-blue-light .background-visual::after {
  filter: brightness(0%) opacity(0.3);
}

html.theme-dark body .teaser,
html.theme-dark body.theme-yellow .teaser,
html.theme-dark body.theme-beige .teaser,
html.theme-dark body.theme-blue-light .teaser {
  background-color: transparent;
}

html.theme-dark body .teaser--yellow,
html.theme-dark body .teaser--beige,
html.theme-dark body .teaser--exercise,
html.theme-dark body .teaser--box-shadow,
html.theme-dark body .teaser--publication,
html.theme-dark body .teaser--green,
html.theme-dark body .teaser--gray,
html.theme-dark body .teaser--orange,
html.theme-dark body .teaser--blue,
html.theme-dark body.theme-yellow .teaser--yellow,
html.theme-dark body.theme-yellow .teaser--beige,
html.theme-dark body.theme-yellow .teaser--exercise,
html.theme-dark body.theme-yellow .teaser--box-shadow,
html.theme-dark body.theme-yellow .teaser--publication,
html.theme-dark body.theme-yellow .teaser--green,
html.theme-dark body.theme-yellow .teaser--gray,
html.theme-dark body.theme-yellow .teaser--orange,
html.theme-dark body.theme-yellow .teaser--blue,
html.theme-dark body.theme-beige .teaser--yellow,
html.theme-dark body.theme-beige .teaser--beige,
html.theme-dark body.theme-beige .teaser--exercise,
html.theme-dark body.theme-beige .teaser--box-shadow,
html.theme-dark body.theme-beige .teaser--publication,
html.theme-dark body.theme-beige .teaser--green,
html.theme-dark body.theme-beige .teaser--gray,
html.theme-dark body.theme-beige .teaser--orange,
html.theme-dark body.theme-beige .teaser--blue,
html.theme-dark body.theme-blue-light .teaser--yellow,
html.theme-dark body.theme-blue-light .teaser--beige,
html.theme-dark body.theme-blue-light .teaser--exercise,
html.theme-dark body.theme-blue-light .teaser--box-shadow,
html.theme-dark body.theme-blue-light .teaser--publication,
html.theme-dark body.theme-blue-light .teaser--green,
html.theme-dark body.theme-blue-light .teaser--gray,
html.theme-dark body.theme-blue-light .teaser--orange,
html.theme-dark body.theme-blue-light .teaser--blue {
  background-color: #00446b;
}

html.theme-dark body .teaser--white,
html.theme-dark body.theme-yellow .teaser--white,
html.theme-dark body.theme-beige .teaser--white,
html.theme-dark body.theme-blue-light .teaser--white {
  background-color: transparent !important;
}

html.theme-dark body .teaser--box-shadow,
html.theme-dark body.theme-yellow .teaser--box-shadow,
html.theme-dark body.theme-beige .teaser--box-shadow,
html.theme-dark body.theme-blue-light .teaser--box-shadow {
  box-shadow: none;
}

html.theme-dark body .teaser--theme .teaser__heading a,
html.theme-dark body .teaser--theme .teaser__heading span,
html.theme-dark body .teaser--box-shadow .teaser__heading a,
html.theme-dark body .teaser--box-shadow .teaser__heading span,
html.theme-dark body.theme-yellow .teaser--theme .teaser__heading a,
html.theme-dark body.theme-yellow .teaser--theme .teaser__heading span,
html.theme-dark body.theme-yellow .teaser--box-shadow .teaser__heading a,
html.theme-dark body.theme-yellow .teaser--box-shadow .teaser__heading span,
html.theme-dark body.theme-beige .teaser--theme .teaser__heading a,
html.theme-dark body.theme-beige .teaser--theme .teaser__heading span,
html.theme-dark body.theme-beige .teaser--box-shadow .teaser__heading a,
html.theme-dark body.theme-beige .teaser--box-shadow .teaser__heading span,
html.theme-dark body.theme-blue-light .teaser--theme .teaser__heading a,
html.theme-dark body.theme-blue-light .teaser--theme .teaser__heading span,
html.theme-dark body.theme-blue-light .teaser--box-shadow .teaser__heading a,
html.theme-dark body.theme-blue-light .teaser--box-shadow .teaser__heading span {
  color: #fff;
  background: linear-gradient(transparent, transparent 0%, #004f7c 0, #004f7c 100%, transparent 0);
  box-shadow: 0.5rem 0 0 #004f7c, -0.75rem 0 0 #004f7c;
}

html.theme-dark body .teaser--has-link:hover .teaser__heading .teaser__link *,
html.theme-dark body .teaser--has-link:active .teaser__heading .teaser__link *,
html.theme-dark body .teaser--has-link:focus .teaser__heading .teaser__link *,
html.theme-dark body.theme-yellow .teaser--has-link:hover .teaser__heading .teaser__link *,
html.theme-dark body.theme-yellow .teaser--has-link:active .teaser__heading .teaser__link *,
html.theme-dark body.theme-yellow .teaser--has-link:focus .teaser__heading .teaser__link *,
html.theme-dark body.theme-beige .teaser--has-link:hover .teaser__heading .teaser__link *,
html.theme-dark body.theme-beige .teaser--has-link:active .teaser__heading .teaser__link *,
html.theme-dark body.theme-beige .teaser--has-link:focus .teaser__heading .teaser__link *,
html.theme-dark body.theme-blue-light .teaser--has-link:hover .teaser__heading .teaser__link *,
html.theme-dark body.theme-blue-light .teaser--has-link:active .teaser__heading .teaser__link *,
html.theme-dark body.theme-blue-light .teaser--has-link:focus .teaser__heading .teaser__link * {
  color: currentColor;
}

html.theme-dark body .teaser__topic.topic span,
html.theme-dark body .topic span,
html.theme-dark body.theme-yellow .teaser__topic.topic span,
html.theme-dark body.theme-yellow .topic span,
html.theme-dark body.theme-beige .teaser__topic.topic span,
html.theme-dark body.theme-beige .topic span,
html.theme-dark body.theme-blue-light .teaser__topic.topic span,
html.theme-dark body.theme-blue-light .topic span {
  background-color: #05283c;
}

html.theme-dark body .teaser__topic.topic span::after,
html.theme-dark body .topic span::after,
html.theme-dark body.theme-yellow .teaser__topic.topic span::after,
html.theme-dark body.theme-yellow .topic span::after,
html.theme-dark body.theme-beige .teaser__topic.topic span::after,
html.theme-dark body.theme-beige .topic span::after,
html.theme-dark body.theme-blue-light .teaser__topic.topic span::after,
html.theme-dark body.theme-blue-light .topic span::after {
  display: none;
}

html.theme-dark body .teaser.teaser--list,
html.theme-dark body.theme-yellow .teaser.teaser--list,
html.theme-dark body.theme-beige .teaser.teaser--list,
html.theme-dark body.theme-blue-light .teaser.teaser--list {
  border-color: #05283c;
}

html.theme-dark body .teaser--exercise .teaser__header,
html.theme-dark body.theme-yellow .teaser--exercise .teaser__header,
html.theme-dark body.theme-beige .teaser--exercise .teaser__header,
html.theme-dark body.theme-blue-light .teaser--exercise .teaser__header {
  background-color: #05283c;
}

html.theme-dark body .tabs__list,
html.theme-dark body .icon-list,
html.theme-dark body .icon-list__item,
html.theme-dark body .teaser__icon-list .icon-list__item,
html.theme-dark body.theme-yellow .tabs__list,
html.theme-dark body.theme-yellow .icon-list,
html.theme-dark body.theme-yellow .icon-list__item,
html.theme-dark body.theme-yellow .teaser__icon-list .icon-list__item,
html.theme-dark body.theme-beige .tabs__list,
html.theme-dark body.theme-beige .icon-list,
html.theme-dark body.theme-beige .icon-list__item,
html.theme-dark body.theme-beige .teaser__icon-list .icon-list__item,
html.theme-dark body.theme-blue-light .tabs__list,
html.theme-dark body.theme-blue-light .icon-list,
html.theme-dark body.theme-blue-light .icon-list__item,
html.theme-dark body.theme-blue-light .teaser__icon-list .icon-list__item {
  border-color: #00446b !important;
}

html.theme-dark body .icon-list__badge,
html.theme-dark body.theme-yellow .icon-list__badge,
html.theme-dark body.theme-beige .icon-list__badge,
html.theme-dark body.theme-blue-light .icon-list__badge {
  background-color: #004f7c;
}

html.theme-dark body p,
html.theme-dark body .tabs__tab,
html.theme-dark body .button__text,
html.theme-dark body .image__credits.credits,
html.theme-dark body .credits,
html.theme-dark body .blockquote footer,
html.theme-dark body .icon-list__link,
html.theme-dark body .icon-list__link .icon-text,
html.theme-dark body .icon-list__link .icon-text .icon,
html.theme-dark body .teaser__icon,
html.theme-dark body .icon-list .icon-text,
html.theme-dark body .accordion.is-ready .accordion__heading .accordion__title,
html.theme-dark body .accordion--is-ready .accordion__heading .accordion__title,
html.theme-dark body.theme-yellow p,
html.theme-dark body.theme-yellow .tabs__tab,
html.theme-dark body.theme-yellow .button__text,
html.theme-dark body.theme-yellow .image__credits.credits,
html.theme-dark body.theme-yellow .credits,
html.theme-dark body.theme-yellow .blockquote footer,
html.theme-dark body.theme-yellow .icon-list__link,
html.theme-dark body.theme-yellow .icon-list__link .icon-text,
html.theme-dark body.theme-yellow .icon-list__link .icon-text .icon,
html.theme-dark body.theme-yellow .teaser__icon,
html.theme-dark body.theme-yellow .icon-list .icon-text,
html.theme-dark body.theme-yellow .accordion.is-ready .accordion__heading .accordion__title,
html.theme-dark body.theme-yellow .accordion--is-ready .accordion__heading .accordion__title,
html.theme-dark body.theme-beige p,
html.theme-dark body.theme-beige .tabs__tab,
html.theme-dark body.theme-beige .button__text,
html.theme-dark body.theme-beige .image__credits.credits,
html.theme-dark body.theme-beige .credits,
html.theme-dark body.theme-beige .blockquote footer,
html.theme-dark body.theme-beige .icon-list__link,
html.theme-dark body.theme-beige .icon-list__link .icon-text,
html.theme-dark body.theme-beige .icon-list__link .icon-text .icon,
html.theme-dark body.theme-beige .teaser__icon,
html.theme-dark body.theme-beige .icon-list .icon-text,
html.theme-dark body.theme-beige .accordion.is-ready .accordion__heading .accordion__title,
html.theme-dark body.theme-beige .accordion--is-ready .accordion__heading .accordion__title,
html.theme-dark body.theme-blue-light p,
html.theme-dark body.theme-blue-light .tabs__tab,
html.theme-dark body.theme-blue-light .button__text,
html.theme-dark body.theme-blue-light .image__credits.credits,
html.theme-dark body.theme-blue-light .credits,
html.theme-dark body.theme-blue-light .blockquote footer,
html.theme-dark body.theme-blue-light .icon-list__link,
html.theme-dark body.theme-blue-light .icon-list__link .icon-text,
html.theme-dark body.theme-blue-light .icon-list__link .icon-text .icon,
html.theme-dark body.theme-blue-light .teaser__icon,
html.theme-dark body.theme-blue-light .icon-list .icon-text,
html.theme-dark body.theme-blue-light .accordion.is-ready .accordion__heading .accordion__title,
html.theme-dark body.theme-blue-light .accordion--is-ready .accordion__heading .accordion__title {
  color: inherit;
}

html.theme-dark body .teaser--glossary.teaser__list,
html.theme-dark body.theme-yellow .teaser--glossary.teaser__list,
html.theme-dark body.theme-beige .teaser--glossary.teaser__list,
html.theme-dark body.theme-blue-light .teaser--glossary.teaser__list {
  border-top: 0.5rem solid #3e7aa3 !important;
  border-color: #3e7aa3;
}

html.theme-dark body .teaser--list:not(.teaser--box-shadow):not(.teaser--theme):not(.teaser--exercise):not(.teaser--publication):not(.teaser--blue):not(.teaser--gray):not(.teaser--white):not(.teaser--green):not(.teaser--yellow),
html.theme-dark body.theme-yellow .teaser--list:not(.teaser--box-shadow):not(.teaser--theme):not(.teaser--exercise):not(.teaser--publication):not(.teaser--blue):not(.teaser--gray):not(.teaser--white):not(.teaser--green):not(.teaser--yellow),
html.theme-dark body.theme-beige .teaser--list:not(.teaser--box-shadow):not(.teaser--theme):not(.teaser--exercise):not(.teaser--publication):not(.teaser--blue):not(.teaser--gray):not(.teaser--white):not(.teaser--green):not(.teaser--yellow),
html.theme-dark body.theme-blue-light .teaser--list:not(.teaser--box-shadow):not(.teaser--theme):not(.teaser--exercise):not(.teaser--publication):not(.teaser--blue):not(.teaser--gray):not(.teaser--white):not(.teaser--green):not(.teaser--yellow) {
  border-top: 0.5rem solid #004f7c !important;
  border-color: #004f7c;
}

html.theme-dark body .hero-slider__title, html.theme-dark body .hero-slider__title:hover, html.theme-dark body .hero-slider__title:focus, html.theme-dark body .hero-slider__title:active,
html.theme-dark body .hero-slider__title a,
html.theme-dark body .hero-slider__title a:hover,
html.theme-dark body .hero-slider__title a:focus,
html.theme-dark body .hero-slider__title a:active,
html.theme-dark body .hero-slider__link,
html.theme-dark body .hero-slider__link:hover,
html.theme-dark body .hero-slider__link:focus,
html.theme-dark body .hero-slider__link:active,
html.theme-dark body .hero-slider__body,
html.theme-dark body .hero-slider__body:hover,
html.theme-dark body .hero-slider__body:focus,
html.theme-dark body .hero-slider__body:active,
html.theme-dark body.theme-yellow .hero-slider__title,
html.theme-dark body.theme-yellow .hero-slider__title:hover,
html.theme-dark body.theme-yellow .hero-slider__title:focus,
html.theme-dark body.theme-yellow .hero-slider__title:active,
html.theme-dark body.theme-yellow .hero-slider__title a,
html.theme-dark body.theme-yellow .hero-slider__title a:hover,
html.theme-dark body.theme-yellow .hero-slider__title a:focus,
html.theme-dark body.theme-yellow .hero-slider__title a:active,
html.theme-dark body.theme-yellow .hero-slider__link,
html.theme-dark body.theme-yellow .hero-slider__link:hover,
html.theme-dark body.theme-yellow .hero-slider__link:focus,
html.theme-dark body.theme-yellow .hero-slider__link:active,
html.theme-dark body.theme-yellow .hero-slider__body,
html.theme-dark body.theme-yellow .hero-slider__body:hover,
html.theme-dark body.theme-yellow .hero-slider__body:focus,
html.theme-dark body.theme-yellow .hero-slider__body:active,
html.theme-dark body.theme-beige .hero-slider__title,
html.theme-dark body.theme-beige .hero-slider__title:hover,
html.theme-dark body.theme-beige .hero-slider__title:focus,
html.theme-dark body.theme-beige .hero-slider__title:active,
html.theme-dark body.theme-beige .hero-slider__title a,
html.theme-dark body.theme-beige .hero-slider__title a:hover,
html.theme-dark body.theme-beige .hero-slider__title a:focus,
html.theme-dark body.theme-beige .hero-slider__title a:active,
html.theme-dark body.theme-beige .hero-slider__link,
html.theme-dark body.theme-beige .hero-slider__link:hover,
html.theme-dark body.theme-beige .hero-slider__link:focus,
html.theme-dark body.theme-beige .hero-slider__link:active,
html.theme-dark body.theme-beige .hero-slider__body,
html.theme-dark body.theme-beige .hero-slider__body:hover,
html.theme-dark body.theme-beige .hero-slider__body:focus,
html.theme-dark body.theme-beige .hero-slider__body:active,
html.theme-dark body.theme-blue-light .hero-slider__title,
html.theme-dark body.theme-blue-light .hero-slider__title:hover,
html.theme-dark body.theme-blue-light .hero-slider__title:focus,
html.theme-dark body.theme-blue-light .hero-slider__title:active,
html.theme-dark body.theme-blue-light .hero-slider__title a,
html.theme-dark body.theme-blue-light .hero-slider__title a:hover,
html.theme-dark body.theme-blue-light .hero-slider__title a:focus,
html.theme-dark body.theme-blue-light .hero-slider__title a:active,
html.theme-dark body.theme-blue-light .hero-slider__link,
html.theme-dark body.theme-blue-light .hero-slider__link:hover,
html.theme-dark body.theme-blue-light .hero-slider__link:focus,
html.theme-dark body.theme-blue-light .hero-slider__link:active,
html.theme-dark body.theme-blue-light .hero-slider__body,
html.theme-dark body.theme-blue-light .hero-slider__body:hover,
html.theme-dark body.theme-blue-light .hero-slider__body:focus,
html.theme-dark body.theme-blue-light .hero-slider__body:active {
  color: #d9f1fd;
}

html.theme-dark body .icon-list--box-shadow,
html.theme-dark body.theme-yellow .icon-list--box-shadow,
html.theme-dark body.theme-beige .icon-list--box-shadow,
html.theme-dark body.theme-blue-light .icon-list--box-shadow {
  background-color: transparent;
}

html.theme-dark body .blockquote footer,
html.theme-dark body.theme-yellow .blockquote footer,
html.theme-dark body.theme-beige .blockquote footer,
html.theme-dark body.theme-blue-light .blockquote footer {
  color: #f2f6f8;
}

html.theme-dark body .blockquote__text blockquote p,
html.theme-dark body.theme-yellow .blockquote__text blockquote p,
html.theme-dark body.theme-beige .blockquote__text blockquote p,
html.theme-dark body.theme-blue-light .blockquote__text blockquote p {
  background-color: #004f7c;
  box-shadow: 0.25em 0 0 #004f7c, -0.25em 0 0 #004f7c;
}

html.theme-dark body .contact-set,
html.theme-dark body.theme-yellow .contact-set,
html.theme-dark body.theme-beige .contact-set,
html.theme-dark body.theme-blue-light .contact-set {
  background-color: transparent !important;
}

html.theme-dark body .contact-set .image__credits.credits,
html.theme-dark body.theme-yellow .contact-set .image__credits.credits,
html.theme-dark body.theme-beige .contact-set .image__credits.credits,
html.theme-dark body.theme-blue-light .contact-set .image__credits.credits {
  color: #d9f1fd;
}

html.theme-dark body .contact-set--blue,
html.theme-dark body.theme-yellow .contact-set--blue,
html.theme-dark body.theme-beige .contact-set--blue,
html.theme-dark body.theme-blue-light .contact-set--blue {
  background-color: #05283c !important;
}

html.theme-dark body .contact-set--blue .image__credits.credits,
html.theme-dark body.theme-yellow .contact-set--blue .image__credits.credits,
html.theme-dark body.theme-beige .contact-set--blue .image__credits.credits,
html.theme-dark body.theme-blue-light .contact-set--blue .image__credits.credits {
  color: #d9f1fd;
}

html.theme-dark body .contact--lg .contact__image,
html.theme-dark body.theme-yellow .contact--lg .contact__image,
html.theme-dark body.theme-beige .contact--lg .contact__image,
html.theme-dark body.theme-blue-light .contact--lg .contact__image {
  background: #004f7c;
}

html.theme-dark body .icon-list__item,
html.theme-dark body.theme-yellow .icon-list__item,
html.theme-dark body.theme-beige .icon-list__item,
html.theme-dark body.theme-blue-light .icon-list__item {
  border-color: #004f7c;
}

html.theme-dark body .teaser__icon-list .icon-list__item,
html.theme-dark body.theme-yellow .teaser__icon-list .icon-list__item,
html.theme-dark body.theme-beige .teaser__icon-list .icon-list__item,
html.theme-dark body.theme-blue-light .teaser__icon-list .icon-list__item {
  border-color: #05283c !important;
}

html.theme-dark body .footer__section.has-background,
html.theme-dark body.theme-yellow .footer__section.has-background,
html.theme-dark body.theme-beige .footer__section.has-background,
html.theme-dark body.theme-blue-light .footer__section.has-background {
  background-color: #05283c;
}

html.theme-dark body .footer a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll),
html.theme-dark body.theme-yellow .footer a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll),
html.theme-dark body.theme-beige .footer a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll),
html.theme-dark body.theme-blue-light .footer a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll) {
  color: #d9f1fd;
}

html.theme-dark body .footer a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):link, html.theme-dark body .footer a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):visited, html.theme-dark body .footer a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):hover, html.theme-dark body .footer a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):active, html.theme-dark body .footer a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):focus,
html.theme-dark body.theme-yellow .footer a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):link,
html.theme-dark body.theme-yellow .footer a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):visited,
html.theme-dark body.theme-yellow .footer a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):hover,
html.theme-dark body.theme-yellow .footer a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):active,
html.theme-dark body.theme-yellow .footer a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):focus,
html.theme-dark body.theme-beige .footer a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):link,
html.theme-dark body.theme-beige .footer a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):visited,
html.theme-dark body.theme-beige .footer a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):hover,
html.theme-dark body.theme-beige .footer a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):active,
html.theme-dark body.theme-beige .footer a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):focus,
html.theme-dark body.theme-blue-light .footer a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):link,
html.theme-dark body.theme-blue-light .footer a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):visited,
html.theme-dark body.theme-blue-light .footer a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):hover,
html.theme-dark body.theme-blue-light .footer a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):active,
html.theme-dark body.theme-blue-light .footer a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):focus {
  color: #d9f1fd;
}

html.theme-dark body .footer a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):hover, html.theme-dark body .footer a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):active, html.theme-dark body .footer a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):focus,
html.theme-dark body.theme-yellow .footer a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):hover,
html.theme-dark body.theme-yellow .footer a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):active,
html.theme-dark body.theme-yellow .footer a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):focus,
html.theme-dark body.theme-beige .footer a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):hover,
html.theme-dark body.theme-beige .footer a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):active,
html.theme-dark body.theme-beige .footer a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):focus,
html.theme-dark body.theme-blue-light .footer a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):hover,
html.theme-dark body.theme-blue-light .footer a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):active,
html.theme-dark body.theme-blue-light .footer a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):focus {
  color: #d9f1fd;
  text-decoration: none;
}

html.theme-dark body .footer a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll)::after,
html.theme-dark body.theme-yellow .footer a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll)::after,
html.theme-dark body.theme-beige .footer a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll)::after,
html.theme-dark body.theme-blue-light .footer a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll)::after {
  background-color: #d9f1fd;
}

html.theme-dark body .share__action,
html.theme-dark body.theme-yellow .share__action,
html.theme-dark body.theme-beige .share__action,
html.theme-dark body.theme-blue-light .share__action {
  border-color: #004f7c;
  background-color: #004f7c;
}

html.theme-dark body .share__action:hover,
html.theme-dark body.theme-yellow .share__action:hover,
html.theme-dark body.theme-beige .share__action:hover,
html.theme-dark body.theme-blue-light .share__action:hover {
  border-color: #00446b;
  background-color: #00446b;
}

html.theme-dark body .social-links__link,
html.theme-dark body.theme-yellow .social-links__link,
html.theme-dark body.theme-beige .social-links__link,
html.theme-dark body.theme-blue-light .social-links__link {
  border-color: #00446b;
  background-color: #00446b;
}

html.theme-dark body .social-links__link:hover,
html.theme-dark body.theme-yellow .social-links__link:hover,
html.theme-dark body.theme-beige .social-links__link:hover,
html.theme-dark body.theme-blue-light .social-links__link:hover {
  border-color: #06324b;
  background-color: #06324b;
}

html.theme-dark body .list--bullet > li::before,
html.theme-dark body .copytext ul > li::before,
html.theme-dark body .copytext--sm ul > li::before,
html.theme-dark body .copytext--xs ul > li::before,
html.theme-dark body .copytext--lg ul > li::before,
html.theme-dark body .sitemap__list > li::before,
html.theme-dark body .teaser__text ul > li::before,
html.theme-dark body.theme-yellow .list--bullet > li::before,
html.theme-dark body.theme-yellow .copytext ul > li::before,
html.theme-dark body.theme-yellow .copytext--sm ul > li::before,
html.theme-dark body.theme-yellow .copytext--xs ul > li::before,
html.theme-dark body.theme-yellow .copytext--lg ul > li::before,
html.theme-dark body.theme-yellow .sitemap__list > li::before,
html.theme-dark body.theme-yellow .teaser__text ul > li::before,
html.theme-dark body.theme-beige .list--bullet > li::before,
html.theme-dark body.theme-beige .copytext ul > li::before,
html.theme-dark body.theme-beige .copytext--sm ul > li::before,
html.theme-dark body.theme-beige .copytext--xs ul > li::before,
html.theme-dark body.theme-beige .copytext--lg ul > li::before,
html.theme-dark body.theme-beige .sitemap__list > li::before,
html.theme-dark body.theme-beige .teaser__text ul > li::before,
html.theme-dark body.theme-blue-light .list--bullet > li::before,
html.theme-dark body.theme-blue-light .copytext ul > li::before,
html.theme-dark body.theme-blue-light .copytext--sm ul > li::before,
html.theme-dark body.theme-blue-light .copytext--xs ul > li::before,
html.theme-dark body.theme-blue-light .copytext--lg ul > li::before,
html.theme-dark body.theme-blue-light .sitemap__list > li::before,
html.theme-dark body.theme-blue-light .teaser__text ul > li::before {
  background-color: currentColor;
}

html.theme-dark body .slideshow__arrow,
html.theme-dark body.theme-yellow .slideshow__arrow,
html.theme-dark body.theme-beige .slideshow__arrow,
html.theme-dark body.theme-blue-light .slideshow__arrow {
  background-color: #004f7c;
}

html.theme-dark body .slideshow__arrow:hover,
html.theme-dark body.theme-yellow .slideshow__arrow:hover,
html.theme-dark body.theme-beige .slideshow__arrow:hover,
html.theme-dark body.theme-blue-light .slideshow__arrow:hover {
  background-color: #00446b;
}

html.theme-dark body .filter--blue,
html.theme-dark body .filter--beige,
html.theme-dark body.theme-yellow .filter--blue,
html.theme-dark body.theme-yellow .filter--beige,
html.theme-dark body.theme-beige .filter--blue,
html.theme-dark body.theme-beige .filter--beige,
html.theme-dark body.theme-blue-light .filter--blue,
html.theme-dark body.theme-blue-light .filter--beige {
  background-color: #00446b;
}

html.theme-dark body .SumoSelect > .CaptionCont span.placeholder,
html.theme-dark body.theme-yellow .SumoSelect > .CaptionCont span.placeholder,
html.theme-dark body.theme-beige .SumoSelect > .CaptionCont span.placeholder,
html.theme-dark body.theme-blue-light .SumoSelect > .CaptionCont span.placeholder {
  color: #d9f1fd;
}

html.theme-dark body .SumoSelect.open .search-txt,
html.theme-dark body .SumoSelect > .optWrapper,
html.theme-dark body .SumoSelect > .optWrapper .select-all,
html.theme-dark body .SumoSelect > .optWrapper .options li.opt,
html.theme-dark body .SumoSelect > .optWrapper .no-match,
html.theme-dark body.theme-yellow .SumoSelect.open .search-txt,
html.theme-dark body.theme-yellow .SumoSelect > .optWrapper,
html.theme-dark body.theme-yellow .SumoSelect > .optWrapper .select-all,
html.theme-dark body.theme-yellow .SumoSelect > .optWrapper .options li.opt,
html.theme-dark body.theme-yellow .SumoSelect > .optWrapper .no-match,
html.theme-dark body.theme-beige .SumoSelect.open .search-txt,
html.theme-dark body.theme-beige .SumoSelect > .optWrapper,
html.theme-dark body.theme-beige .SumoSelect > .optWrapper .select-all,
html.theme-dark body.theme-beige .SumoSelect > .optWrapper .options li.opt,
html.theme-dark body.theme-beige .SumoSelect > .optWrapper .no-match,
html.theme-dark body.theme-blue-light .SumoSelect.open .search-txt,
html.theme-dark body.theme-blue-light .SumoSelect > .optWrapper,
html.theme-dark body.theme-blue-light .SumoSelect > .optWrapper .select-all,
html.theme-dark body.theme-blue-light .SumoSelect > .optWrapper .options li.opt,
html.theme-dark body.theme-blue-light .SumoSelect > .optWrapper .no-match {
  color: #fff;
  background-color: #004f7c;
  border-color: #d9f1fd !important;
}

html.theme-dark body .SumoSelect.open .search-txt:-ms-input-placeholder, html.theme-dark body .filter.filter--shop .form__element:-ms-input-placeholder, html.theme-dark body.theme-yellow .SumoSelect.open .search-txt:-ms-input-placeholder, html.theme-dark body.theme-yellow .filter.filter--shop .form__element:-ms-input-placeholder, html.theme-dark body.theme-beige .SumoSelect.open .search-txt:-ms-input-placeholder, html.theme-dark body.theme-beige .filter.filter--shop .form__element:-ms-input-placeholder, html.theme-dark body.theme-blue-light .SumoSelect.open .search-txt:-ms-input-placeholder, html.theme-dark body.theme-blue-light .filter.filter--shop .form__element:-ms-input-placeholder {
  color: #d9f1fd;
}

html.theme-dark body .SumoSelect.open .search-txt::placeholder,
html.theme-dark body .filter.filter--shop .form__element::placeholder,
html.theme-dark body.theme-yellow .SumoSelect.open .search-txt::placeholder,
html.theme-dark body.theme-yellow .filter.filter--shop .form__element::placeholder,
html.theme-dark body.theme-beige .SumoSelect.open .search-txt::placeholder,
html.theme-dark body.theme-beige .filter.filter--shop .form__element::placeholder,
html.theme-dark body.theme-blue-light .SumoSelect.open .search-txt::placeholder,
html.theme-dark body.theme-blue-light .filter.filter--shop .form__element::placeholder {
  color: #d9f1fd;
}

html.theme-dark body .SumoSelect .search::after,
html.theme-dark body.theme-yellow .SumoSelect .search::after,
html.theme-dark body.theme-beige .SumoSelect .search::after,
html.theme-dark body.theme-blue-light .SumoSelect .search::after {
  filter: grayscale(1) invert(100%);
}

html.theme-dark body .SumoSelect > .CaptionCont label::after,
html.theme-dark body.theme-yellow .SumoSelect > .CaptionCont label::after,
html.theme-dark body.theme-beige .SumoSelect > .CaptionCont label::after,
html.theme-dark body.theme-blue-light .SumoSelect > .CaptionCont label::after {
  filter: grayscale(1) invert(100%);
}

html.theme-dark body .SumoSelect > .optWrapper .options li.opt:hover, html.theme-dark body .SumoSelect > .optWrapper .options li.opt:focus, html.theme-dark body .SumoSelect > .optWrapper .options li.opt.selected,
html.theme-dark body.theme-yellow .SumoSelect > .optWrapper .options li.opt:hover,
html.theme-dark body.theme-yellow .SumoSelect > .optWrapper .options li.opt:focus,
html.theme-dark body.theme-yellow .SumoSelect > .optWrapper .options li.opt.selected,
html.theme-dark body.theme-beige .SumoSelect > .optWrapper .options li.opt:hover,
html.theme-dark body.theme-beige .SumoSelect > .optWrapper .options li.opt:focus,
html.theme-dark body.theme-beige .SumoSelect > .optWrapper .options li.opt.selected,
html.theme-dark body.theme-blue-light .SumoSelect > .optWrapper .options li.opt:hover,
html.theme-dark body.theme-blue-light .SumoSelect > .optWrapper .options li.opt:focus,
html.theme-dark body.theme-blue-light .SumoSelect > .optWrapper .options li.opt.selected {
  background-color: #05283c;
  border-color: #d9f1fd;
}

html.theme-dark body .accordion.accordion--filter .accordion__heading:first-of-type,
html.theme-dark body.theme-yellow .accordion.accordion--filter .accordion__heading:first-of-type,
html.theme-dark body.theme-beige .accordion.accordion--filter .accordion__heading:first-of-type,
html.theme-dark body.theme-blue-light .accordion.accordion--filter .accordion__heading:first-of-type {
  border-top: 2px solid #004f7c;
}

html.theme-dark body .accordion.accordion--filter.is-ready .accordion__heading,
html.theme-dark body .accordion.accordion--filter.accordion--filter.accordion--is-ready .accordion__heading,
html.theme-dark body .accordion.accordion--filter.is-ready .accordion__heading:first-of-type,
html.theme-dark body .accordion.accordion--filter.accordion--filter.accordion--is-ready .accordion__heading:first-of-type,
html.theme-dark body.theme-yellow .accordion.accordion--filter.is-ready .accordion__heading,
html.theme-dark body.theme-yellow .accordion.accordion--filter.accordion--filter.accordion--is-ready .accordion__heading,
html.theme-dark body.theme-yellow .accordion.accordion--filter.is-ready .accordion__heading:first-of-type,
html.theme-dark body.theme-yellow .accordion.accordion--filter.accordion--filter.accordion--is-ready .accordion__heading:first-of-type,
html.theme-dark body.theme-beige .accordion.accordion--filter.is-ready .accordion__heading,
html.theme-dark body.theme-beige .accordion.accordion--filter.accordion--filter.accordion--is-ready .accordion__heading,
html.theme-dark body.theme-beige .accordion.accordion--filter.is-ready .accordion__heading:first-of-type,
html.theme-dark body.theme-beige .accordion.accordion--filter.accordion--filter.accordion--is-ready .accordion__heading:first-of-type,
html.theme-dark body.theme-blue-light .accordion.accordion--filter.is-ready .accordion__heading,
html.theme-dark body.theme-blue-light .accordion.accordion--filter.accordion--filter.accordion--is-ready .accordion__heading,
html.theme-dark body.theme-blue-light .accordion.accordion--filter.is-ready .accordion__heading:first-of-type,
html.theme-dark body.theme-blue-light .accordion.accordion--filter.accordion--filter.accordion--is-ready .accordion__heading:first-of-type {
  border-color: #004f7c;
}

html.theme-dark body .accordion.accordion--filter .accordion__heading,
html.theme-dark body.theme-yellow .accordion.accordion--filter .accordion__heading,
html.theme-dark body.theme-beige .accordion.accordion--filter .accordion__heading,
html.theme-dark body.theme-blue-light .accordion.accordion--filter .accordion__heading {
  color: #fff;
}

html.theme-dark body .accordion.accordion--filter .accordion__heading[aria-selected='true'],
html.theme-dark body.theme-yellow .accordion.accordion--filter .accordion__heading[aria-selected='true'],
html.theme-dark body.theme-beige .accordion.accordion--filter .accordion__heading[aria-selected='true'],
html.theme-dark body.theme-blue-light .accordion.accordion--filter .accordion__heading[aria-selected='true'] {
  border-bottom-color: transparent !important;
}

html.theme-dark body .facet-list__item a,
html.theme-dark body.theme-yellow .facet-list__item a,
html.theme-dark body.theme-beige .facet-list__item a,
html.theme-dark body.theme-blue-light .facet-list__item a {
  color: #d9f1fd;
  background-color: #004f7c;
}

html.theme-dark body .facet-list__item.facet-list__item--is-active a,
html.theme-dark body.theme-yellow .facet-list__item.facet-list__item--is-active a,
html.theme-dark body.theme-beige .facet-list__item.facet-list__item--is-active a,
html.theme-dark body.theme-blue-light .facet-list__item.facet-list__item--is-active a {
  color: #d9f1fd;
  background-color: #05283c;
}

html.theme-dark body .form-control, html.theme-dark body .form__element:not(.SumoUnder),
html.theme-dark body .form__element,
html.theme-dark body .SumoSelect > .CaptionCont,
html.theme-dark body.theme-yellow .form-control,
html.theme-dark body.theme-yellow .form__element:not(.SumoUnder),
html.theme-dark body.theme-yellow .form__element,
html.theme-dark body.theme-yellow .SumoSelect > .CaptionCont,
html.theme-dark body.theme-beige .form-control,
html.theme-dark body.theme-beige .form__element:not(.SumoUnder),
html.theme-dark body.theme-beige .form__element,
html.theme-dark body.theme-beige .SumoSelect > .CaptionCont,
html.theme-dark body.theme-blue-light .form-control,
html.theme-dark body.theme-blue-light .form__element:not(.SumoUnder),
html.theme-dark body.theme-blue-light .form__element,
html.theme-dark body.theme-blue-light .SumoSelect > .CaptionCont {
  color: #fff;
  background-color: #004f7c;
  border-color: #004f7c;
}

html.theme-dark body .form-control:hover, html.theme-dark body .form__element:hover:not(.SumoUnder), html.theme-dark body .form-control:focus, html.theme-dark body .form__element:focus:not(.SumoUnder),
html.theme-dark body .form__element:hover,
html.theme-dark body .form__element:focus,
html.theme-dark body .SumoSelect > .CaptionCont:hover,
html.theme-dark body .SumoSelect > .CaptionCont:focus,
html.theme-dark body.theme-yellow .form-control:hover,
html.theme-dark body.theme-yellow .form__element:hover:not(.SumoUnder),
html.theme-dark body.theme-yellow .form-control:focus,
html.theme-dark body.theme-yellow .form__element:focus:not(.SumoUnder),
html.theme-dark body.theme-yellow .form__element:hover,
html.theme-dark body.theme-yellow .form__element:focus,
html.theme-dark body.theme-yellow .SumoSelect > .CaptionCont:hover,
html.theme-dark body.theme-yellow .SumoSelect > .CaptionCont:focus,
html.theme-dark body.theme-beige .form-control:hover,
html.theme-dark body.theme-beige .form__element:hover:not(.SumoUnder),
html.theme-dark body.theme-beige .form-control:focus,
html.theme-dark body.theme-beige .form__element:focus:not(.SumoUnder),
html.theme-dark body.theme-beige .form__element:hover,
html.theme-dark body.theme-beige .form__element:focus,
html.theme-dark body.theme-beige .SumoSelect > .CaptionCont:hover,
html.theme-dark body.theme-beige .SumoSelect > .CaptionCont:focus,
html.theme-dark body.theme-blue-light .form-control:hover,
html.theme-dark body.theme-blue-light .form__element:hover:not(.SumoUnder),
html.theme-dark body.theme-blue-light .form-control:focus,
html.theme-dark body.theme-blue-light .form__element:focus:not(.SumoUnder),
html.theme-dark body.theme-blue-light .form__element:hover,
html.theme-dark body.theme-blue-light .form__element:focus,
html.theme-dark body.theme-blue-light .SumoSelect > .CaptionCont:hover,
html.theme-dark body.theme-blue-light .SumoSelect > .CaptionCont:focus {
  border-color: #d9f1fd;
}

html.theme-dark body .radio label:focus,
html.theme-dark body .radio label:hover,
html.theme-dark body .radio label:active,
html.theme-dark body .checkbox label:focus,
html.theme-dark body .checkbox label:hover,
html.theme-dark body .checkbox label:active,
html.theme-dark body .form-check label:focus,
html.theme-dark body .form-check label:hover,
html.theme-dark body .form-check label:active,
html.theme-dark body.theme-yellow .radio label:focus,
html.theme-dark body.theme-yellow .radio label:hover,
html.theme-dark body.theme-yellow .radio label:active,
html.theme-dark body.theme-yellow .checkbox label:focus,
html.theme-dark body.theme-yellow .checkbox label:hover,
html.theme-dark body.theme-yellow .checkbox label:active,
html.theme-dark body.theme-yellow .form-check label:focus,
html.theme-dark body.theme-yellow .form-check label:hover,
html.theme-dark body.theme-yellow .form-check label:active,
html.theme-dark body.theme-beige .radio label:focus,
html.theme-dark body.theme-beige .radio label:hover,
html.theme-dark body.theme-beige .radio label:active,
html.theme-dark body.theme-beige .checkbox label:focus,
html.theme-dark body.theme-beige .checkbox label:hover,
html.theme-dark body.theme-beige .checkbox label:active,
html.theme-dark body.theme-beige .form-check label:focus,
html.theme-dark body.theme-beige .form-check label:hover,
html.theme-dark body.theme-beige .form-check label:active,
html.theme-dark body.theme-blue-light .radio label:focus,
html.theme-dark body.theme-blue-light .radio label:hover,
html.theme-dark body.theme-blue-light .radio label:active,
html.theme-dark body.theme-blue-light .checkbox label:focus,
html.theme-dark body.theme-blue-light .checkbox label:hover,
html.theme-dark body.theme-blue-light .checkbox label:active,
html.theme-dark body.theme-blue-light .form-check label:focus,
html.theme-dark body.theme-blue-light .form-check label:hover,
html.theme-dark body.theme-blue-light .form-check label:active {
  color: #d9f1fd;
}

html.theme-dark body .button.pagination__link,
html.theme-dark body.theme-yellow .button.pagination__link,
html.theme-dark body.theme-beige .button.pagination__link,
html.theme-dark body.theme-blue-light .button.pagination__link {
  border-bottom: 2px solid #3e7aa3;
  background-color: #06324b;
}

html.theme-dark body .button.pagination__link:hover, html.theme-dark body .button.pagination__link:focus,
html.theme-dark body.theme-yellow .button.pagination__link:hover,
html.theme-dark body.theme-yellow .button.pagination__link:focus,
html.theme-dark body.theme-beige .button.pagination__link:hover,
html.theme-dark body.theme-beige .button.pagination__link:focus,
html.theme-dark body.theme-blue-light .button.pagination__link:hover,
html.theme-dark body.theme-blue-light .button.pagination__link:focus {
  border-bottom: 2px solid #d9f1fd;
  background-color: #d9f1fd;
}

html.theme-dark body .button.pagination__link.is-current,
html.theme-dark body.theme-yellow .button.pagination__link.is-current,
html.theme-dark body.theme-beige .button.pagination__link.is-current,
html.theme-dark body.theme-blue-light .button.pagination__link.is-current {
  background-color: #004f7c;
}

html.theme-dark body .notice .notice__wrap,
html.theme-dark body.theme-yellow .notice .notice__wrap,
html.theme-dark body.theme-beige .notice .notice__wrap,
html.theme-dark body.theme-blue-light .notice .notice__wrap {
  color: #fff;
  background-color: #004f7c;
}

html.theme-dark body .notice--error .notice__wrap,
html.theme-dark body.theme-yellow .notice--error .notice__wrap,
html.theme-dark body.theme-beige .notice--error .notice__wrap,
html.theme-dark body.theme-blue-light .notice--error .notice__wrap {
  background: #700013;
}

html.theme-dark body .notice .notice__text p,
html.theme-dark body .notice .notice__heading,
html.theme-dark body.theme-yellow .notice .notice__text p,
html.theme-dark body.theme-yellow .notice .notice__heading,
html.theme-dark body.theme-beige .notice .notice__text p,
html.theme-dark body.theme-beige .notice .notice__heading,
html.theme-dark body.theme-blue-light .notice .notice__text p,
html.theme-dark body.theme-blue-light .notice .notice__heading {
  color: #fff;
}

html.theme-dark body .section-break,
html.theme-dark body.theme-yellow .section-break,
html.theme-dark body.theme-beige .section-break,
html.theme-dark body.theme-blue-light .section-break {
  border-bottom-color: #05283c;
}

html.theme-dark body .button:not(.teaser__button):not(.pagination__link):not(.header__button):not(.modal__close),
html.theme-dark body.theme-yellow .button:not(.teaser__button):not(.pagination__link):not(.header__button):not(.modal__close),
html.theme-dark body.theme-beige .button:not(.teaser__button):not(.pagination__link):not(.header__button):not(.modal__close),
html.theme-dark body.theme-blue-light .button:not(.teaser__button):not(.pagination__link):not(.header__button):not(.modal__close) {
  color: #fff;
  background-color: #004f7c;
  border-color: #004f7c;
}

html.theme-dark body .button:not(.teaser__button):not(.pagination__link):not(.header__button):not(.modal__close):hover, html.theme-dark body .button:not(.teaser__button):not(.pagination__link):not(.header__button):not(.modal__close):focus,
html.theme-dark body.theme-yellow .button:not(.teaser__button):not(.pagination__link):not(.header__button):not(.modal__close):hover,
html.theme-dark body.theme-yellow .button:not(.teaser__button):not(.pagination__link):not(.header__button):not(.modal__close):focus,
html.theme-dark body.theme-beige .button:not(.teaser__button):not(.pagination__link):not(.header__button):not(.modal__close):hover,
html.theme-dark body.theme-beige .button:not(.teaser__button):not(.pagination__link):not(.header__button):not(.modal__close):focus,
html.theme-dark body.theme-blue-light .button:not(.teaser__button):not(.pagination__link):not(.header__button):not(.modal__close):hover,
html.theme-dark body.theme-blue-light .button:not(.teaser__button):not(.pagination__link):not(.header__button):not(.modal__close):focus {
  color: #fff;
  background-color: #06324b;
  border-color: #06324b;
}

html.theme-dark body .button--white,
html.theme-dark body.theme-yellow .button--white,
html.theme-dark body.theme-beige .button--white,
html.theme-dark body.theme-blue-light .button--white {
  color: #fff;
}

html.theme-dark body .button--white:not(.teaser__button),
html.theme-dark body.theme-yellow .button--white:not(.teaser__button),
html.theme-dark body.theme-beige .button--white:not(.teaser__button),
html.theme-dark body.theme-blue-light .button--white:not(.teaser__button) {
  background-color: #06324b;
  border-color: #06324b;
}

html.theme-dark body .teaser--has-link .teaser__button,
html.theme-dark body.theme-yellow .teaser--has-link .teaser__button,
html.theme-dark body.theme-beige .teaser--has-link .teaser__button,
html.theme-dark body.theme-blue-light .teaser--has-link .teaser__button {
  color: #fff;
  background-color: transparent;
}

html.theme-dark body .teaser--has-link:hover .teaser__button,
html.theme-dark body .teaser--has-link:active .teaser__button,
html.theme-dark body .teaser--has-link:focus .teaser__button,
html.theme-dark body.theme-yellow .teaser--has-link:hover .teaser__button,
html.theme-dark body.theme-yellow .teaser--has-link:active .teaser__button,
html.theme-dark body.theme-yellow .teaser--has-link:focus .teaser__button,
html.theme-dark body.theme-beige .teaser--has-link:hover .teaser__button,
html.theme-dark body.theme-beige .teaser--has-link:active .teaser__button,
html.theme-dark body.theme-beige .teaser--has-link:focus .teaser__button,
html.theme-dark body.theme-blue-light .teaser--has-link:hover .teaser__button,
html.theme-dark body.theme-blue-light .teaser--has-link:active .teaser__button,
html.theme-dark body.theme-blue-light .teaser--has-link:focus .teaser__button {
  color: #f2f6f8 !important;
  background-color: #004f7c !important;
}

html.theme-dark body .button.hero-slider__arrow,
html.theme-dark body.theme-yellow .button.hero-slider__arrow,
html.theme-dark body.theme-beige .button.hero-slider__arrow,
html.theme-dark body.theme-blue-light .button.hero-slider__arrow {
  border-color: #d9f1fd !important;
}

html.theme-dark body .button.hero-slider__arrow:hover, html.theme-dark body .button.hero-slider__arrow:focus,
html.theme-dark body.theme-yellow .button.hero-slider__arrow:hover,
html.theme-dark body.theme-yellow .button.hero-slider__arrow:focus,
html.theme-dark body.theme-beige .button.hero-slider__arrow:hover,
html.theme-dark body.theme-beige .button.hero-slider__arrow:focus,
html.theme-dark body.theme-blue-light .button.hero-slider__arrow:hover,
html.theme-dark body.theme-blue-light .button.hero-slider__arrow:focus {
  background-color: #06324b;
  border-color: #d9f1fd !important;
}

html.theme-dark body .button__icon,
html.theme-dark body .button__icon .icon,
html.theme-dark body .button__icon use,
html.theme-dark body.theme-yellow .button__icon,
html.theme-dark body.theme-yellow .button__icon .icon,
html.theme-dark body.theme-yellow .button__icon use,
html.theme-dark body.theme-beige .button__icon,
html.theme-dark body.theme-beige .button__icon .icon,
html.theme-dark body.theme-beige .button__icon use,
html.theme-dark body.theme-blue-light .button__icon,
html.theme-dark body.theme-blue-light .button__icon .icon,
html.theme-dark body.theme-blue-light .button__icon use {
  color: inherit !important;
}

html.theme-dark body .accordion.is-ready .accordion__heading,
html.theme-dark body .accordion--is-ready .accordion__heading,
html.theme-dark body .accordion.is-ready .accordion__heading:first-of-type,
html.theme-dark body .accordion--is-ready .accordion__heading:first-of-type,
html.theme-dark body.theme-yellow .accordion.is-ready .accordion__heading,
html.theme-dark body.theme-yellow .accordion--is-ready .accordion__heading,
html.theme-dark body.theme-yellow .accordion.is-ready .accordion__heading:first-of-type,
html.theme-dark body.theme-yellow .accordion--is-ready .accordion__heading:first-of-type,
html.theme-dark body.theme-beige .accordion.is-ready .accordion__heading,
html.theme-dark body.theme-beige .accordion--is-ready .accordion__heading,
html.theme-dark body.theme-beige .accordion.is-ready .accordion__heading:first-of-type,
html.theme-dark body.theme-beige .accordion--is-ready .accordion__heading:first-of-type,
html.theme-dark body.theme-blue-light .accordion.is-ready .accordion__heading,
html.theme-dark body.theme-blue-light .accordion--is-ready .accordion__heading,
html.theme-dark body.theme-blue-light .accordion.is-ready .accordion__heading:first-of-type,
html.theme-dark body.theme-blue-light .accordion--is-ready .accordion__heading:first-of-type {
  border-color: #05283c;
}

html.theme-dark body .article-header__decor path,
html.theme-dark body.theme-yellow .article-header__decor path,
html.theme-dark body.theme-beige .article-header__decor path,
html.theme-dark body.theme-blue-light .article-header__decor path {
  color: #004f7c;
}

html.theme-dark body .article-header__category,
html.theme-dark body.theme-yellow .article-header__category,
html.theme-dark body.theme-beige .article-header__category,
html.theme-dark body.theme-blue-light .article-header__category {
  color: #d9f1fd;
}

html.theme-dark body .article-header__body,
html.theme-dark body .article-header__body::before,
html.theme-dark body.theme-yellow .article-header__body,
html.theme-dark body.theme-yellow .article-header__body::before,
html.theme-dark body.theme-beige .article-header__body,
html.theme-dark body.theme-beige .article-header__body::before,
html.theme-dark body.theme-blue-light .article-header__body,
html.theme-dark body.theme-blue-light .article-header__body::before {
  background-color: #004f7c;
  background-blend-mode: multiply;
}

html.theme-dark body .article-header--geburtsurkunde,
html.theme-dark body.theme-yellow .article-header--geburtsurkunde,
html.theme-dark body.theme-beige .article-header--geburtsurkunde,
html.theme-dark body.theme-blue-light .article-header--geburtsurkunde {
  background-color: #004f7c;
}

html.theme-dark body .article-header--geburtsurkunde .article-header__body,
html.theme-dark body .article-header--geburtsurkunde .article-header__body::before,
html.theme-dark body.theme-yellow .article-header--geburtsurkunde .article-header__body,
html.theme-dark body.theme-yellow .article-header--geburtsurkunde .article-header__body::before,
html.theme-dark body.theme-beige .article-header--geburtsurkunde .article-header__body,
html.theme-dark body.theme-beige .article-header--geburtsurkunde .article-header__body::before,
html.theme-dark body.theme-blue-light .article-header--geburtsurkunde .article-header__body,
html.theme-dark body.theme-blue-light .article-header--geburtsurkunde .article-header__body::before {
  background-color: transparent !important;
}

html.theme-dark body .article-header__buttons .button,
html.theme-dark body.theme-yellow .article-header__buttons .button,
html.theme-dark body.theme-beige .article-header__buttons .button,
html.theme-dark body.theme-blue-light .article-header__buttons .button {
  background-color: #00446b !important;
  border-color: #00446b !important;
}

html.theme-dark body .article-header__buttons .button:hover, html.theme-dark body .article-header__buttons .button:focus,
html.theme-dark body.theme-yellow .article-header__buttons .button:hover,
html.theme-dark body.theme-yellow .article-header__buttons .button:focus,
html.theme-dark body.theme-beige .article-header__buttons .button:hover,
html.theme-dark body.theme-beige .article-header__buttons .button:focus,
html.theme-dark body.theme-blue-light .article-header__buttons .button:hover,
html.theme-dark body.theme-blue-light .article-header__buttons .button:focus {
  background-color: #06324b !important;
  border-color: #06324b !important;
}

html.theme-dark body .fancybox-container--papers .fancybox-caption,
html.theme-dark body.theme-yellow .fancybox-container--papers .fancybox-caption,
html.theme-dark body.theme-beige .fancybox-container--papers .fancybox-caption,
html.theme-dark body.theme-blue-light .fancybox-container--papers .fancybox-caption {
  background-color: #06324b;
}

html.theme-dark body .fancy-toc__list,
html.theme-dark body .fancy-toc,
html.theme-dark body.theme-yellow .fancy-toc__list,
html.theme-dark body.theme-yellow .fancy-toc,
html.theme-dark body.theme-beige .fancy-toc__list,
html.theme-dark body.theme-beige .fancy-toc,
html.theme-dark body.theme-blue-light .fancy-toc__list,
html.theme-dark body.theme-blue-light .fancy-toc {
  border-color: #004f7c;
  background-color: #004f7c;
}

html.theme-dark body .fancy-toc__item,
html.theme-dark body.theme-yellow .fancy-toc__item,
html.theme-dark body.theme-beige .fancy-toc__item,
html.theme-dark body.theme-blue-light .fancy-toc__item {
  background-color: #06324b;
}

html.theme-dark body .fancy-toc__link,
html.theme-dark body.theme-yellow .fancy-toc__link,
html.theme-dark body.theme-beige .fancy-toc__link,
html.theme-dark body.theme-blue-light .fancy-toc__link {
  background-color: #06324b;
}

html.theme-dark body .fancy-toc__link:hover,
html.theme-dark body.theme-yellow .fancy-toc__link:hover,
html.theme-dark body.theme-beige .fancy-toc__link:hover,
html.theme-dark body.theme-blue-light .fancy-toc__link:hover {
  background-color: #05283c;
}

html.theme-dark body .facts-list--alterning-rows .facts-list__item:nth-of-type(even),
html.theme-dark body.theme-yellow .facts-list--alterning-rows .facts-list__item:nth-of-type(even),
html.theme-dark body.theme-beige .facts-list--alterning-rows .facts-list__item:nth-of-type(even),
html.theme-dark body.theme-blue-light .facts-list--alterning-rows .facts-list__item:nth-of-type(even) {
  background-color: #05283c;
}

html.theme-dark body .breadcrumb__link, html.theme-dark body .breadcrumb__link:hover, html.theme-dark body .breadcrumb__link:focus,
html.theme-dark body.theme-yellow .breadcrumb__link,
html.theme-dark body.theme-yellow .breadcrumb__link:hover,
html.theme-dark body.theme-yellow .breadcrumb__link:focus,
html.theme-dark body.theme-beige .breadcrumb__link,
html.theme-dark body.theme-beige .breadcrumb__link:hover,
html.theme-dark body.theme-beige .breadcrumb__link:focus,
html.theme-dark body.theme-blue-light .breadcrumb__link,
html.theme-dark body.theme-blue-light .breadcrumb__link:hover,
html.theme-dark body.theme-blue-light .breadcrumb__link:focus {
  color: #fff;
}

html.theme-dark body .breadcrumb__link::after, html.theme-dark body .breadcrumb__link:hover::after, html.theme-dark body .breadcrumb__link:focus::after,
html.theme-dark body.theme-yellow .breadcrumb__link::after,
html.theme-dark body.theme-yellow .breadcrumb__link:hover::after,
html.theme-dark body.theme-yellow .breadcrumb__link:focus::after,
html.theme-dark body.theme-beige .breadcrumb__link::after,
html.theme-dark body.theme-beige .breadcrumb__link:hover::after,
html.theme-dark body.theme-beige .breadcrumb__link:focus::after,
html.theme-dark body.theme-blue-light .breadcrumb__link::after,
html.theme-dark body.theme-blue-light .breadcrumb__link:hover::after,
html.theme-dark body.theme-blue-light .breadcrumb__link:focus::after {
  background-color: #fff;
}

html.theme-dark body .list--number > li::before,
html.theme-dark body .copytext ol > li::before,
html.theme-dark body .copytext--sm ol > li::before,
html.theme-dark body .copytext--xs ol > li::before,
html.theme-dark body .copytext--lg ol > li::before,
html.theme-dark body .teaser__text ol > li::before,
html.theme-dark body.theme-yellow .list--number > li::before,
html.theme-dark body.theme-yellow .copytext ol > li::before,
html.theme-dark body.theme-yellow .copytext--sm ol > li::before,
html.theme-dark body.theme-yellow .copytext--xs ol > li::before,
html.theme-dark body.theme-yellow .copytext--lg ol > li::before,
html.theme-dark body.theme-yellow .teaser__text ol > li::before,
html.theme-dark body.theme-beige .list--number > li::before,
html.theme-dark body.theme-beige .copytext ol > li::before,
html.theme-dark body.theme-beige .copytext--sm ol > li::before,
html.theme-dark body.theme-beige .copytext--xs ol > li::before,
html.theme-dark body.theme-beige .copytext--lg ol > li::before,
html.theme-dark body.theme-beige .teaser__text ol > li::before,
html.theme-dark body.theme-blue-light .list--number > li::before,
html.theme-dark body.theme-blue-light .copytext ol > li::before,
html.theme-dark body.theme-blue-light .copytext--sm ol > li::before,
html.theme-dark body.theme-blue-light .copytext--xs ol > li::before,
html.theme-dark body.theme-blue-light .copytext--lg ol > li::before,
html.theme-dark body.theme-blue-light .teaser__text ol > li::before {
  color: currentColor;
}

html.theme-dark body .minicart,
html.theme-dark body.theme-yellow .minicart,
html.theme-dark body.theme-beige .minicart,
html.theme-dark body.theme-blue-light .minicart {
  background-color: #05283c;
  color: #fff;
}

html.theme-dark body .shop-item,
html.theme-dark body.theme-yellow .shop-item,
html.theme-dark body.theme-beige .shop-item,
html.theme-dark body.theme-blue-light .shop-item {
  border-color: #004f7c;
}

html.theme-dark body .shop-item__sold-out .icon,
html.theme-dark body.theme-yellow .shop-item__sold-out .icon,
html.theme-dark body.theme-beige .shop-item__sold-out .icon,
html.theme-dark body.theme-blue-light .shop-item__sold-out .icon {
  color: #05283c;
}

html.theme-dark body .shop-item__put-to-cart-badge,
html.theme-dark body.theme-yellow .shop-item__put-to-cart-badge,
html.theme-dark body.theme-beige .shop-item__put-to-cart-badge,
html.theme-dark body.theme-blue-light .shop-item__put-to-cart-badge {
  background-color: #05283c;
}

html.theme-dark body .shop-item__pricing,
html.theme-dark body.theme-yellow .shop-item__pricing,
html.theme-dark body.theme-beige .shop-item__pricing,
html.theme-dark body.theme-blue-light .shop-item__pricing {
  border-color: #004f7c;
}

html.theme-dark body .solr__status,
html.theme-dark body.theme-yellow .solr__status,
html.theme-dark body.theme-beige .solr__status,
html.theme-dark body.theme-blue-light .solr__status {
  background-color: #00446b;
}

html.theme-dark body .radio label::before,
html.theme-dark body .checkbox label::before,
html.theme-dark body .form-check label::before,
html.theme-dark body.theme-yellow .radio label::before,
html.theme-dark body.theme-yellow .checkbox label::before,
html.theme-dark body.theme-yellow .form-check label::before,
html.theme-dark body.theme-beige .radio label::before,
html.theme-dark body.theme-beige .checkbox label::before,
html.theme-dark body.theme-beige .form-check label::before,
html.theme-dark body.theme-blue-light .radio label::before,
html.theme-dark body.theme-blue-light .checkbox label::before,
html.theme-dark body.theme-blue-light .form-check label::before {
  border-color: #004f7c;
  background-color: #06324b;
}

html.theme-dark body .radio input[type='checkbox']:checked + label::after,
html.theme-dark body .checkbox input[type='checkbox']:checked + label::after,
html.theme-dark body .form-check input[type='checkbox']:checked + label::after,
html.theme-dark body.theme-yellow .radio input[type='checkbox']:checked + label::after,
html.theme-dark body.theme-yellow .checkbox input[type='checkbox']:checked + label::after,
html.theme-dark body.theme-yellow .form-check input[type='checkbox']:checked + label::after,
html.theme-dark body.theme-beige .radio input[type='checkbox']:checked + label::after,
html.theme-dark body.theme-beige .checkbox input[type='checkbox']:checked + label::after,
html.theme-dark body.theme-beige .form-check input[type='checkbox']:checked + label::after,
html.theme-dark body.theme-blue-light .radio input[type='checkbox']:checked + label::after,
html.theme-dark body.theme-blue-light .checkbox input[type='checkbox']:checked + label::after,
html.theme-dark body.theme-blue-light .form-check input[type='checkbox']:checked + label::after {
  filter: grayscale(1) brightness(100%);
}

html.theme-dark body .radio input[type='checkbox']:checked + label::after,
html.theme-dark body .checkbox input[type='checkbox']:checked + label::after,
html.theme-dark body .form-check input[type='checkbox']:checked + label::after,
html.theme-dark body.theme-yellow .radio input[type='checkbox']:checked + label::after,
html.theme-dark body.theme-yellow .checkbox input[type='checkbox']:checked + label::after,
html.theme-dark body.theme-yellow .form-check input[type='checkbox']:checked + label::after,
html.theme-dark body.theme-beige .radio input[type='checkbox']:checked + label::after,
html.theme-dark body.theme-beige .checkbox input[type='checkbox']:checked + label::after,
html.theme-dark body.theme-beige .form-check input[type='checkbox']:checked + label::after,
html.theme-dark body.theme-blue-light .radio input[type='checkbox']:checked + label::after,
html.theme-dark body.theme-blue-light .checkbox input[type='checkbox']:checked + label::after,
html.theme-dark body.theme-blue-light .form-check input[type='checkbox']:checked + label::after {
  filter: grayscale(1) brightness(100%);
}

html.theme-dark body .read-all .button,
html.theme-dark body.theme-yellow .read-all .button,
html.theme-dark body.theme-beige .read-all .button,
html.theme-dark body.theme-blue-light .read-all .button {
  color: #fff !important;
  border-color: transparent !important;
  background-color: #06324b !important;
}

html.theme-dark body .read-all .button:hover, html.theme-dark body .read-all .button:focus,
html.theme-dark body.theme-yellow .read-all .button:hover,
html.theme-dark body.theme-yellow .read-all .button:focus,
html.theme-dark body.theme-beige .read-all .button:hover,
html.theme-dark body.theme-beige .read-all .button:focus,
html.theme-dark body.theme-blue-light .read-all .button:hover,
html.theme-dark body.theme-blue-light .read-all .button:focus {
  text-decoration: underline;
}

html.theme-dark body .filter--box-shadow,
html.theme-dark body .filter--exercices,
html.theme-dark body.theme-yellow .filter--box-shadow,
html.theme-dark body.theme-yellow .filter--exercices,
html.theme-dark body.theme-beige .filter--box-shadow,
html.theme-dark body.theme-beige .filter--exercices,
html.theme-dark body.theme-blue-light .filter--box-shadow,
html.theme-dark body.theme-blue-light .filter--exercices {
  background-color: #00446b;
}

html.theme-dark body .form-slider-indicator__step,
html.theme-dark body.theme-yellow .form-slider-indicator__step,
html.theme-dark body.theme-beige .form-slider-indicator__step,
html.theme-dark body.theme-blue-light .form-slider-indicator__step {
  background-color: #fec400;
  background-image: linear-gradient(to right, #d9f1fd 50%, #3e7aa3 50%);
}

html.theme-dark body .exercise-summary__links,
html.theme-dark body.theme-yellow .exercise-summary__links,
html.theme-dark body.theme-beige .exercise-summary__links,
html.theme-dark body.theme-blue-light .exercise-summary__links {
  background-color: #3e7aa3;
}

html.theme-dark body .exercise-summary__meta,
html.theme-dark body.theme-yellow .exercise-summary__meta,
html.theme-dark body.theme-beige .exercise-summary__meta,
html.theme-dark body.theme-blue-light .exercise-summary__meta {
  background-color: #004f7c;
}

html.theme-dark body .facts-list__item,
html.theme-dark body .accordion.is-ready .accordion__heading,
html.theme-dark body .accordion--is-ready .accordion__heading,
html.theme-dark body.theme-yellow .facts-list__item,
html.theme-dark body.theme-yellow .accordion.is-ready .accordion__heading,
html.theme-dark body.theme-yellow .accordion--is-ready .accordion__heading,
html.theme-dark body.theme-beige .facts-list__item,
html.theme-dark body.theme-beige .accordion.is-ready .accordion__heading,
html.theme-dark body.theme-beige .accordion--is-ready .accordion__heading,
html.theme-dark body.theme-blue-light .facts-list__item,
html.theme-dark body.theme-blue-light .accordion.is-ready .accordion__heading,
html.theme-dark body.theme-blue-light .accordion--is-ready .accordion__heading {
  border-color: #3e7aa3 !important;
}

html.theme-dark body .read-all::before,
html.theme-dark body.theme-yellow .read-all::before,
html.theme-dark body.theme-beige .read-all::before,
html.theme-dark body.theme-blue-light .read-all::before {
  background-color: #3e7aa3;
}

/* stylelint-disable selector-no-qualifying-type, selector-max-compound-selectors, max-nesting-depth, selector-class-pattern */
.theme-high-contrast {
  --animated-underline-color-text: #000;
  --animated-underline-color-text-hover: #000;
  --animated-underline-color-underline: transparent;
  --animated-underline-color-underline-hover: #000;
}

.theme-high-contrast, .theme-high-contrast.theme-dark,
.theme-high-contrast .theme-yellow {
  --color-text: #000;
  --color-text-hover: #000;
  --color-underline: transparent;
  --color-underline-hover: #000;
}

.theme-high-contrast .theme-beige {
  --animated-underline-color-underline-hover: #000;
}

.theme-high-contrast .theme-light-blue {
  --animated-underline-color-underline-hover: #000;
}

.theme-high-contrast .theme-yellow {
  --animated-underline-color-underline-hover: #000;
}

html.theme-high-contrast body,
html.theme-high-contrast body.theme-yellow,
html.theme-high-contrast body.theme-beige {
  color: #000;
  background-color: #fff;
}

html.theme-high-contrast body .copytext--auto-icon a:not([href^='http://']):not([href^='https://']):not([href^='mailto:']):not([href^='javascript:linkTo_UnCryptMailto']):not([href^='tel:']):not([href*='/fileadmin/'])::before, html.theme-high-contrast body .copytext--auto-icon a:not([href^='http://']):not([href^='https://']):not([href^='mailto:']):not([href^='javascript:linkTo_UnCryptMailto']):not([href^='tel:']):not([href*='/fileadmin/'])::after,
html.theme-high-contrast body.theme-yellow .copytext--auto-icon a:not([href^='http://']):not([href^='https://']):not([href^='mailto:']):not([href^='javascript:linkTo_UnCryptMailto']):not([href^='tel:']):not([href*='/fileadmin/'])::before,
html.theme-high-contrast body.theme-yellow .copytext--auto-icon a:not([href^='http://']):not([href^='https://']):not([href^='mailto:']):not([href^='javascript:linkTo_UnCryptMailto']):not([href^='tel:']):not([href*='/fileadmin/'])::after,
html.theme-high-contrast body.theme-beige .copytext--auto-icon a:not([href^='http://']):not([href^='https://']):not([href^='mailto:']):not([href^='javascript:linkTo_UnCryptMailto']):not([href^='tel:']):not([href*='/fileadmin/'])::before,
html.theme-high-contrast body.theme-beige .copytext--auto-icon a:not([href^='http://']):not([href^='https://']):not([href^='mailto:']):not([href^='javascript:linkTo_UnCryptMailto']):not([href^='tel:']):not([href*='/fileadmin/'])::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6.03 13.49H17.5l-5.01 4.82a.97.97 0 000 1.4c.4.39 1.04.39 1.44 0l6.77-6.5c.4-.4.4-1.02 0-1.4l-6.76-6.52a1.05 1.05 0 00-1.44 0c-.4.38-.4 1 0 1.4l5 4.82H6.03c-.57 0-1.03.45-1.03.99s.46.99 1.03.99z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

html.theme-high-contrast body .copytext--auto-icon a[href^='http://']::before, html.theme-high-contrast body .copytext--auto-icon a[href^='http://']::after,
html.theme-high-contrast body .copytext--auto-icon a[href^='https://']::before,
html.theme-high-contrast body .copytext--auto-icon a[href^='https://']::after,
html.theme-high-contrast body .copytext--auto-icon a[href^='//']::before,
html.theme-high-contrast body .copytext--auto-icon a[href^='//']::after,
html.theme-high-contrast body.theme-yellow .copytext--auto-icon a[href^='http://']::before,
html.theme-high-contrast body.theme-yellow .copytext--auto-icon a[href^='http://']::after,
html.theme-high-contrast body.theme-yellow .copytext--auto-icon a[href^='https://']::before,
html.theme-high-contrast body.theme-yellow .copytext--auto-icon a[href^='https://']::after,
html.theme-high-contrast body.theme-yellow .copytext--auto-icon a[href^='//']::before,
html.theme-high-contrast body.theme-yellow .copytext--auto-icon a[href^='//']::after,
html.theme-high-contrast body.theme-beige .copytext--auto-icon a[href^='http://']::before,
html.theme-high-contrast body.theme-beige .copytext--auto-icon a[href^='http://']::after,
html.theme-high-contrast body.theme-beige .copytext--auto-icon a[href^='https://']::before,
html.theme-high-contrast body.theme-beige .copytext--auto-icon a[href^='https://']::after,
html.theme-high-contrast body.theme-beige .copytext--auto-icon a[href^='//']::before,
html.theme-high-contrast body.theme-beige .copytext--auto-icon a[href^='//']::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M19 19H5V5h5V3H5a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2v-5h-2v5zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

html.theme-high-contrast body .copytext--auto-icon a[href^='mailto:']::before, html.theme-high-contrast body .copytext--auto-icon a[href^='mailto:']::after,
html.theme-high-contrast body .copytext--auto-icon a[href^='javascript:linkTo_UnCryptMailto']::before,
html.theme-high-contrast body .copytext--auto-icon a[href^='javascript:linkTo_UnCryptMailto']::after,
html.theme-high-contrast body.theme-yellow .copytext--auto-icon a[href^='mailto:']::before,
html.theme-high-contrast body.theme-yellow .copytext--auto-icon a[href^='mailto:']::after,
html.theme-high-contrast body.theme-yellow .copytext--auto-icon a[href^='javascript:linkTo_UnCryptMailto']::before,
html.theme-high-contrast body.theme-yellow .copytext--auto-icon a[href^='javascript:linkTo_UnCryptMailto']::after,
html.theme-high-contrast body.theme-beige .copytext--auto-icon a[href^='mailto:']::before,
html.theme-high-contrast body.theme-beige .copytext--auto-icon a[href^='mailto:']::after,
html.theme-high-contrast body.theme-beige .copytext--auto-icon a[href^='javascript:linkTo_UnCryptMailto']::before,
html.theme-high-contrast body.theme-beige .copytext--auto-icon a[href^='javascript:linkTo_UnCryptMailto']::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M22 6a2 2 0 00-2-2H4a2 2 0 00-2 2v12c0 1.1.9 2 2 2h16a2 2 0 002-2V6zm-2 0l-8 4.99-8-5h16zm0 12H4V8l8 5 8-5v10z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

html.theme-high-contrast body .copytext--auto-icon a[href^='tel:']::before, html.theme-high-contrast body .copytext--auto-icon a[href^='tel:']::after,
html.theme-high-contrast body.theme-yellow .copytext--auto-icon a[href^='tel:']::before,
html.theme-high-contrast body.theme-yellow .copytext--auto-icon a[href^='tel:']::after,
html.theme-high-contrast body.theme-beige .copytext--auto-icon a[href^='tel:']::before,
html.theme-high-contrast body.theme-beige .copytext--auto-icon a[href^='tel:']::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd' stroke='none' stroke-width='1'%3E%3Cpath fill='%23000' d='M6.54 5c.06.89.2 1.76.45 2.59l-1.2 1.2c-.41-1.2-.67-2.47-.76-3.8h1.5zm9.86 12.02c.85.24 1.72.4 2.6.45v1.5c-1.32-.1-2.59-.36-3.8-.76l1.2-1.19zM7.5 3H4a1 1 0 0 0-1 1 17 17 0 0 0 17 17 1 1 0 0 0 1-1v-3.49a1 1 0 0 0-1-1c-1.24 0-2.45-.2-3.57-.57a1.02 1.02 0 0 0-1.02.24l-2.2 2.2a15.15 15.15 0 0 1-6.6-6.6l2.2-2.2a1 1 0 0 0 .26-1.01A11.37 11.37 0 0 1 8.5 4a1 1 0 0 0-1-1z'/%3E%3C/g%3E%3C/svg%3E");
}

html.theme-high-contrast body .copytext--auto-icon a[href*='/fileadmin/']::before, html.theme-high-contrast body .copytext--auto-icon a[href*='/fileadmin/']::after,
html.theme-high-contrast body.theme-yellow .copytext--auto-icon a[href*='/fileadmin/']::before,
html.theme-high-contrast body.theme-yellow .copytext--auto-icon a[href*='/fileadmin/']::after,
html.theme-high-contrast body.theme-beige .copytext--auto-icon a[href*='/fileadmin/']::before,
html.theme-high-contrast body.theme-beige .copytext--auto-icon a[href*='/fileadmin/']::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd' stroke='none' stroke-width='1'%3E%3Cpath fill='%23000' d='M19 14v5H5v-5H3v5c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2v-5h-2zm-6-1.33l2.59-2.58L17 11.5l-5 5-5-5 1.41-1.41L11 12.67V3h2v9.67z'/%3E%3C/g%3E%3C/svg%3E");
}

html.theme-high-contrast body .toc ul,
html.theme-high-contrast body .toc ol,
html.theme-high-contrast body.theme-yellow .toc ul,
html.theme-high-contrast body.theme-yellow .toc ol,
html.theme-high-contrast body.theme-beige .toc ul,
html.theme-high-contrast body.theme-beige .toc ol {
  color: #000;
}

html.theme-high-contrast body a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):not(.pagination__link):not(.hero-slider__link),
html.theme-high-contrast body.theme-yellow a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):not(.pagination__link):not(.hero-slider__link),
html.theme-high-contrast body.theme-beige a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):not(.pagination__link):not(.hero-slider__link) {
  color: #000;
}

html.theme-high-contrast body a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):not(.pagination__link):not(.hero-slider__link):link, html.theme-high-contrast body a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):not(.pagination__link):not(.hero-slider__link):visited, html.theme-high-contrast body a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):not(.pagination__link):not(.hero-slider__link):hover, html.theme-high-contrast body a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):not(.pagination__link):not(.hero-slider__link):active, html.theme-high-contrast body a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):not(.pagination__link):not(.hero-slider__link):focus,
html.theme-high-contrast body.theme-yellow a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):not(.pagination__link):not(.hero-slider__link):link,
html.theme-high-contrast body.theme-yellow a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):not(.pagination__link):not(.hero-slider__link):visited,
html.theme-high-contrast body.theme-yellow a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):not(.pagination__link):not(.hero-slider__link):hover,
html.theme-high-contrast body.theme-yellow a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):not(.pagination__link):not(.hero-slider__link):active,
html.theme-high-contrast body.theme-yellow a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):not(.pagination__link):not(.hero-slider__link):focus,
html.theme-high-contrast body.theme-beige a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):not(.pagination__link):not(.hero-slider__link):link,
html.theme-high-contrast body.theme-beige a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):not(.pagination__link):not(.hero-slider__link):visited,
html.theme-high-contrast body.theme-beige a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):not(.pagination__link):not(.hero-slider__link):hover,
html.theme-high-contrast body.theme-beige a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):not(.pagination__link):not(.hero-slider__link):active,
html.theme-high-contrast body.theme-beige a:not(.button):not(.share__action):not(.top-scroll):not(.top-scroll):not(.pagination__link):not(.hero-slider__link):focus {
  color: #000;
}

html.theme-high-contrast body .footer a:not(.button):not(.share__action):not(.top-scroll),
html.theme-high-contrast body.theme-yellow .footer a:not(.button):not(.share__action):not(.top-scroll),
html.theme-high-contrast body.theme-beige .footer a:not(.button):not(.share__action):not(.top-scroll) {
  color: #fff !important;
  text-decoration: none !important;
}

html.theme-high-contrast body .footer a:not(.button):not(.share__action):not(.top-scroll):link, html.theme-high-contrast body .footer a:not(.button):not(.share__action):not(.top-scroll):visited, html.theme-high-contrast body .footer a:not(.button):not(.share__action):not(.top-scroll):hover, html.theme-high-contrast body .footer a:not(.button):not(.share__action):not(.top-scroll):active, html.theme-high-contrast body .footer a:not(.button):not(.share__action):not(.top-scroll):focus,
html.theme-high-contrast body.theme-yellow .footer a:not(.button):not(.share__action):not(.top-scroll):link,
html.theme-high-contrast body.theme-yellow .footer a:not(.button):not(.share__action):not(.top-scroll):visited,
html.theme-high-contrast body.theme-yellow .footer a:not(.button):not(.share__action):not(.top-scroll):hover,
html.theme-high-contrast body.theme-yellow .footer a:not(.button):not(.share__action):not(.top-scroll):active,
html.theme-high-contrast body.theme-yellow .footer a:not(.button):not(.share__action):not(.top-scroll):focus,
html.theme-high-contrast body.theme-beige .footer a:not(.button):not(.share__action):not(.top-scroll):link,
html.theme-high-contrast body.theme-beige .footer a:not(.button):not(.share__action):not(.top-scroll):visited,
html.theme-high-contrast body.theme-beige .footer a:not(.button):not(.share__action):not(.top-scroll):hover,
html.theme-high-contrast body.theme-beige .footer a:not(.button):not(.share__action):not(.top-scroll):active,
html.theme-high-contrast body.theme-beige .footer a:not(.button):not(.share__action):not(.top-scroll):focus {
  color: #fff !important;
}

html.theme-high-contrast body .footer a:not(.button):not(.share__action):not(.top-scroll):hover, html.theme-high-contrast body .footer a:not(.button):not(.share__action):not(.top-scroll):active, html.theme-high-contrast body .footer a:not(.button):not(.share__action):not(.top-scroll):focus,
html.theme-high-contrast body.theme-yellow .footer a:not(.button):not(.share__action):not(.top-scroll):hover,
html.theme-high-contrast body.theme-yellow .footer a:not(.button):not(.share__action):not(.top-scroll):active,
html.theme-high-contrast body.theme-yellow .footer a:not(.button):not(.share__action):not(.top-scroll):focus,
html.theme-high-contrast body.theme-beige .footer a:not(.button):not(.share__action):not(.top-scroll):hover,
html.theme-high-contrast body.theme-beige .footer a:not(.button):not(.share__action):not(.top-scroll):active,
html.theme-high-contrast body.theme-beige .footer a:not(.button):not(.share__action):not(.top-scroll):focus {
  color: #fff;
  text-decoration: none;
}

html.theme-high-contrast body .footer a:not(.button):not(.share__action):not(.top-scroll)::after,
html.theme-high-contrast body.theme-yellow .footer a:not(.button):not(.share__action):not(.top-scroll)::after,
html.theme-high-contrast body.theme-beige .footer a:not(.button):not(.share__action):not(.top-scroll)::after {
  background-color: #fff;
}

html.theme-high-contrast body .details__body,
html.theme-high-contrast body.theme-yellow .details__body,
html.theme-high-contrast body.theme-beige .details__body {
  background-color: #fff;
  border: 1px solid #000;
}

html.theme-high-contrast body .toc__link,
html.theme-high-contrast body.theme-yellow .toc__link,
html.theme-high-contrast body.theme-beige .toc__link {
  color: #000;
}

html.theme-high-contrast body .toc__link:hover, html.theme-high-contrast body .toc__link:focus,
html.theme-high-contrast body.theme-yellow .toc__link:hover,
html.theme-high-contrast body.theme-yellow .toc__link:focus,
html.theme-high-contrast body.theme-beige .toc__link:hover,
html.theme-high-contrast body.theme-beige .toc__link:focus {
  color: #000;
  text-decoration: underline;
}

html.theme-high-contrast body .read-all::before,
html.theme-high-contrast body.theme-yellow .read-all::before,
html.theme-high-contrast body.theme-beige .read-all::before {
  background-color: #000;
}

html.theme-high-contrast body .read-all .button,
html.theme-high-contrast body.theme-yellow .read-all .button,
html.theme-high-contrast body.theme-beige .read-all .button {
  color: #000 !important;
  border-color: #fff !important;
  background-color: #fff !important;
}

html.theme-high-contrast body .read-all .button:hover, html.theme-high-contrast body .read-all .button:focus,
html.theme-high-contrast body.theme-yellow .read-all .button:hover,
html.theme-high-contrast body.theme-yellow .read-all .button:focus,
html.theme-high-contrast body.theme-beige .read-all .button:hover,
html.theme-high-contrast body.theme-beige .read-all .button:focus {
  text-decoration: underline;
}

html.theme-high-contrast body .link:link,
html.theme-high-contrast body .copytext a:link,
html.theme-high-contrast body .teaser__text a:link,
html.theme-high-contrast body .link:visited,
html.theme-high-contrast body .copytext a:visited,
html.theme-high-contrast body .teaser__text a:visited,
html.theme-high-contrast body.theme-yellow .link:link,
html.theme-high-contrast body.theme-yellow .copytext a:link,
html.theme-high-contrast body.theme-yellow .teaser__text a:link,
html.theme-high-contrast body.theme-yellow .link:visited,
html.theme-high-contrast body.theme-yellow .copytext a:visited,
html.theme-high-contrast body.theme-yellow .teaser__text a:visited,
html.theme-high-contrast body.theme-beige .link:link,
html.theme-high-contrast body.theme-beige .copytext a:link,
html.theme-high-contrast body.theme-beige .teaser__text a:link,
html.theme-high-contrast body.theme-beige .link:visited,
html.theme-high-contrast body.theme-beige .copytext a:visited,
html.theme-high-contrast body.theme-beige .teaser__text a:visited {
  color: inherit;
}

html.theme-high-contrast body .copytext a,
html.theme-high-contrast body.theme-yellow .copytext a,
html.theme-high-contrast body.theme-beige .copytext a {
  background-image: linear-gradient(currentColor, currentColor), linear-gradient(#a1e703, #a1e703);
}

html.theme-high-contrast body .article-header__category,
html.theme-high-contrast body.theme-yellow .article-header__category,
html.theme-high-contrast body.theme-beige .article-header__category {
  color: #fff;
}

html.theme-high-contrast body .article-header--geburtsurkunde,
html.theme-high-contrast body.theme-yellow .article-header--geburtsurkunde,
html.theme-high-contrast body.theme-beige .article-header--geburtsurkunde {
  color: #fff !important;
  background-color: #000 !important;
}

html.theme-high-contrast body .article-header--geburtsurkunde *,
html.theme-high-contrast body.theme-yellow .article-header--geburtsurkunde *,
html.theme-high-contrast body.theme-beige .article-header--geburtsurkunde * {
  color: #fff !important;
}

html.theme-high-contrast body .article-header--geburtsurkunde .article-header__body,
html.theme-high-contrast body .article-header--geburtsurkunde .article-header__body::before,
html.theme-high-contrast body.theme-yellow .article-header--geburtsurkunde .article-header__body,
html.theme-high-contrast body.theme-yellow .article-header--geburtsurkunde .article-header__body::before,
html.theme-high-contrast body.theme-beige .article-header--geburtsurkunde .article-header__body,
html.theme-high-contrast body.theme-beige .article-header--geburtsurkunde .article-header__body::before {
  background-color: transparent !important;
}

html.theme-high-contrast body .fancybox-container--papers .fancybox-caption,
html.theme-high-contrast body.theme-yellow .fancybox-container--papers .fancybox-caption,
html.theme-high-contrast body.theme-beige .fancybox-container--papers .fancybox-caption {
  color: #fff;
  background-color: #000;
}

html.theme-high-contrast body .fancybox-container--papers .fancybox-infobar,
html.theme-high-contrast body .fancybox-container--papers .fancybox-infobar *,
html.theme-high-contrast body.theme-yellow .fancybox-container--papers .fancybox-infobar,
html.theme-high-contrast body.theme-yellow .fancybox-container--papers .fancybox-infobar *,
html.theme-high-contrast body.theme-beige .fancybox-container--papers .fancybox-infobar,
html.theme-high-contrast body.theme-beige .fancybox-container--papers .fancybox-infobar * {
  color: #fff;
}

html.theme-high-contrast body .fancy-toc__list,
html.theme-high-contrast body .fancy-toc,
html.theme-high-contrast body.theme-yellow .fancy-toc__list,
html.theme-high-contrast body.theme-yellow .fancy-toc,
html.theme-high-contrast body.theme-beige .fancy-toc__list,
html.theme-high-contrast body.theme-beige .fancy-toc {
  border-color: #000;
  background-color: #000;
}

html.theme-high-contrast body .fancy-toc__item,
html.theme-high-contrast body.theme-yellow .fancy-toc__item,
html.theme-high-contrast body.theme-beige .fancy-toc__item {
  background-color: #fff;
}

html.theme-high-contrast body .fancy-toc__link,
html.theme-high-contrast body.theme-yellow .fancy-toc__link,
html.theme-high-contrast body.theme-beige .fancy-toc__link {
  background-color: #fff;
}

html.theme-high-contrast body .fancy-toc__link:hover,
html.theme-high-contrast body.theme-yellow .fancy-toc__link:hover,
html.theme-high-contrast body.theme-beige .fancy-toc__link:hover {
  color: #fff !important;
  background-color: #000;
}

html.theme-high-contrast body .facts-list--alterning-rows .facts-list__item:nth-of-type(even),
html.theme-high-contrast body.theme-yellow .facts-list--alterning-rows .facts-list__item:nth-of-type(even),
html.theme-high-contrast body.theme-beige .facts-list--alterning-rows .facts-list__item:nth-of-type(even) {
  color: #fff;
  background-color: #000;
}

html.theme-high-contrast body .nav-main,
html.theme-high-contrast body .nav-main__item-level-1,
html.theme-high-contrast body .nav-main__link-level-1,
html.theme-high-contrast body.theme-yellow .nav-main,
html.theme-high-contrast body.theme-yellow .nav-main__item-level-1,
html.theme-high-contrast body.theme-yellow .nav-main__link-level-1,
html.theme-high-contrast body.theme-beige .nav-main,
html.theme-high-contrast body.theme-beige .nav-main__item-level-1,
html.theme-high-contrast body.theme-beige .nav-main__link-level-1 {
  color: #000 !important;
}

html.theme-high-contrast body .nav-main::after,
html.theme-high-contrast body .nav-main__item-level-1::after,
html.theme-high-contrast body .nav-main__link-level-1::after,
html.theme-high-contrast body.theme-yellow .nav-main::after,
html.theme-high-contrast body.theme-yellow .nav-main__item-level-1::after,
html.theme-high-contrast body.theme-yellow .nav-main__link-level-1::after,
html.theme-high-contrast body.theme-beige .nav-main::after,
html.theme-high-contrast body.theme-beige .nav-main__item-level-1::after,
html.theme-high-contrast body.theme-beige .nav-main__link-level-1::after {
  background-color: #000;
}

html.theme-high-contrast body .nav-main__item-level-1.is-open,
html.theme-high-contrast body .nav-main__link-level-1:hover,
html.theme-high-contrast body .nav-main__link-level-1:active,
html.theme-high-contrast body.theme-yellow .nav-main__item-level-1.is-open,
html.theme-high-contrast body.theme-yellow .nav-main__link-level-1:hover,
html.theme-high-contrast body.theme-yellow .nav-main__link-level-1:active,
html.theme-high-contrast body.theme-beige .nav-main__item-level-1.is-open,
html.theme-high-contrast body.theme-beige .nav-main__link-level-1:hover,
html.theme-high-contrast body.theme-beige .nav-main__link-level-1:active {
  color: #000 !important;
}

html.theme-high-contrast body .nav-main__link-level-2,
html.theme-high-contrast body.theme-yellow .nav-main__link-level-2,
html.theme-high-contrast body.theme-beige .nav-main__link-level-2 {
  color: #000;
  background-color: #fff;
  border-top: 2px solid #000 !important;
  border-bottom: 2px solid #000 !important;
  border-bottom-color: #000 !important;
}

html.theme-high-contrast body .nav-main__link-level-2.is-current, html.theme-high-contrast body .nav-main__link-level-2:hover, html.theme-high-contrast body .nav-main__link-level-2:active, html.theme-high-contrast body .nav-main__link-level-2:focus,
html.theme-high-contrast body.theme-yellow .nav-main__link-level-2.is-current,
html.theme-high-contrast body.theme-yellow .nav-main__link-level-2:hover,
html.theme-high-contrast body.theme-yellow .nav-main__link-level-2:active,
html.theme-high-contrast body.theme-yellow .nav-main__link-level-2:focus,
html.theme-high-contrast body.theme-beige .nav-main__link-level-2.is-current,
html.theme-high-contrast body.theme-beige .nav-main__link-level-2:hover,
html.theme-high-contrast body.theme-beige .nav-main__link-level-2:active,
html.theme-high-contrast body.theme-beige .nav-main__link-level-2:focus {
  color: #fff !important;
  background-color: #000 !important;
  border-top: 2px solid #000 !important;
  border-bottom: 2px solid #000 !important;
  border-bottom-color: #000 !important;
}

html.theme-high-contrast body .shop-item__more-link,
html.theme-high-contrast body.theme-yellow .shop-item__more-link,
html.theme-high-contrast body.theme-beige .shop-item__more-link {
  color: #000;
  border-color: #000;
}

html.theme-high-contrast body .minicart,
html.theme-high-contrast body.theme-yellow .minicart,
html.theme-high-contrast body.theme-beige .minicart {
  background-color: #000;
  color: #fff;
}

html.theme-high-contrast body .shop-item,
html.theme-high-contrast body.theme-yellow .shop-item,
html.theme-high-contrast body.theme-beige .shop-item {
  border-top: 4px solid #000;
}

html.theme-high-contrast body .shop-item__sold-out .icon,
html.theme-high-contrast body.theme-yellow .shop-item__sold-out .icon,
html.theme-high-contrast body.theme-beige .shop-item__sold-out .icon {
  color: #000;
}

html.theme-high-contrast body .shop-item__put-to-cart-badge,
html.theme-high-contrast body.theme-yellow .shop-item__put-to-cart-badge,
html.theme-high-contrast body.theme-beige .shop-item__put-to-cart-badge {
  border: 1px solid #000;
  background-color: #fff;
}

html.theme-high-contrast body .shop-item__pricing,
html.theme-high-contrast body.theme-yellow .shop-item__pricing,
html.theme-high-contrast body.theme-beige .shop-item__pricing {
  border-color: #000;
}

html.theme-high-contrast body .tag,
html.theme-high-contrast body.theme-yellow .tag,
html.theme-high-contrast body.theme-beige .tag {
  color: #fff;
  background-color: #000;
  border: 1px solid transparent;
}

html.theme-high-contrast body a.tag,
html.theme-high-contrast body.theme-yellow a.tag,
html.theme-high-contrast body.theme-beige a.tag {
  color: #fff;
  background-color: #000;
}

html.theme-high-contrast body a.tag:hover, html.theme-high-contrast body a.tag:focus,
html.theme-high-contrast body.theme-yellow a.tag:hover,
html.theme-high-contrast body.theme-yellow a.tag:focus,
html.theme-high-contrast body.theme-beige a.tag:hover,
html.theme-high-contrast body.theme-beige a.tag:focus {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

html.theme-high-contrast body .logo-primary .logo-primary__image,
html.theme-high-contrast body.theme-yellow .logo-primary .logo-primary__image,
html.theme-high-contrast body.theme-beige .logo-primary .logo-primary__image {
  filter: grayscale(1) brightness(0);
}

html.theme-high-contrast body .header,
html.theme-high-contrast body .header__above-container,
html.theme-high-contrast body.theme-yellow .header,
html.theme-high-contrast body.theme-yellow .header__above-container,
html.theme-high-contrast body.theme-beige .header,
html.theme-high-contrast body.theme-beige .header__above-container {
  box-shadow: none;
  border-bottom: 1px solid #000;
}

html.theme-high-contrast body .header__above-container,
html.theme-high-contrast body.theme-yellow .header__above-container,
html.theme-high-contrast body.theme-beige .header__above-container {
  color: #000;
  background-color: #fff;
}

html.theme-high-contrast body .nav-main__list-level-1::after,
html.theme-high-contrast body.theme-yellow .nav-main__list-level-1::after,
html.theme-high-contrast body.theme-beige .nav-main__list-level-1::after {
  background-color: #fff;
}

html.theme-high-contrast body .nav-main__flyout::after,
html.theme-high-contrast body.theme-yellow .nav-main__flyout::after,
html.theme-high-contrast body.theme-beige .nav-main__flyout::after {
  background-color: #fff;
}

html.theme-high-contrast body .nav-main__link-level-1,
html.theme-high-contrast body .nav-meta__link-level-1,
html.theme-high-contrast body.theme-yellow .nav-main__link-level-1,
html.theme-high-contrast body.theme-yellow .nav-meta__link-level-1,
html.theme-high-contrast body.theme-beige .nav-main__link-level-1,
html.theme-high-contrast body.theme-beige .nav-meta__link-level-1 {
  text-decoration: none !important;
  color: #000;
}

html.theme-high-contrast body .nav-main__link-level-1::after,
html.theme-high-contrast body .nav-meta__link-level-1::after,
html.theme-high-contrast body.theme-yellow .nav-main__link-level-1::after,
html.theme-high-contrast body.theme-yellow .nav-meta__link-level-1::after,
html.theme-high-contrast body.theme-beige .nav-main__link-level-1::after,
html.theme-high-contrast body.theme-beige .nav-meta__link-level-1::after {
  background-color: #000;
}

html.theme-high-contrast body .nav-meta--search::before,
html.theme-high-contrast body.theme-yellow .nav-meta--search::before,
html.theme-high-contrast body.theme-beige .nav-meta--search::before {
  background-color: #000;
  border: 1px solid #000;
}

html.theme-high-contrast body .nav-meta__icon,
html.theme-high-contrast body.theme-yellow .nav-meta__icon,
html.theme-high-contrast body.theme-beige .nav-meta__icon {
  color: #fff;
}

.nav-meta--search:hover html.theme-high-contrast body .nav-meta__icon,
.nav-meta--search:focus html.theme-high-contrast body .nav-meta__icon, .nav-meta--search:hover
html.theme-high-contrast body.theme-yellow .nav-meta__icon,
.nav-meta--search:focus
html.theme-high-contrast body.theme-yellow .nav-meta__icon, .nav-meta--search:hover
html.theme-high-contrast body.theme-beige .nav-meta__icon,
.nav-meta--search:focus
html.theme-high-contrast body.theme-beige .nav-meta__icon {
  color: #000;
}

html.theme-high-contrast body .hero-slider__button,
html.theme-high-contrast body .hero-slider__button,
html.theme-high-contrast body.theme-yellow .hero-slider__button,
html.theme-high-contrast body.theme-yellow .hero-slider__button,
html.theme-high-contrast body.theme-beige .hero-slider__button,
html.theme-high-contrast body.theme-beige .hero-slider__button {
  color: #fff;
  background-color: #000;
}

html.theme-high-contrast body .hero-slider__button:hover, html.theme-high-contrast body .hero-slider__button:focus,
html.theme-high-contrast body .hero-slider__button:hover,
html.theme-high-contrast body .hero-slider__button:focus,
html.theme-high-contrast body.theme-yellow .hero-slider__button:hover,
html.theme-high-contrast body.theme-yellow .hero-slider__button:focus,
html.theme-high-contrast body.theme-yellow .hero-slider__button:hover,
html.theme-high-contrast body.theme-yellow .hero-slider__button:focus,
html.theme-high-contrast body.theme-beige .hero-slider__button:hover,
html.theme-high-contrast body.theme-beige .hero-slider__button:focus,
html.theme-high-contrast body.theme-beige .hero-slider__button:hover,
html.theme-high-contrast body.theme-beige .hero-slider__button:focus {
  color: #000 !important;
  background-color: #fff;
  border-color: #fff !important;
}

html.theme-high-contrast body .hero-slider__text,
html.theme-high-contrast body.theme-yellow .hero-slider__text,
html.theme-high-contrast body.theme-beige .hero-slider__text {
  color: #fff;
  background-color: #000;
}

html.theme-high-contrast body .hero-slider__text::before,
html.theme-high-contrast body.theme-yellow .hero-slider__text::before,
html.theme-high-contrast body.theme-beige .hero-slider__text::before {
  filter: grayscale(1) brightness(0%);
}

html.theme-high-contrast body .hero-slider__title, html.theme-high-contrast body .hero-slider__title:hover, html.theme-high-contrast body .hero-slider__title:focus, html.theme-high-contrast body .hero-slider__title:active,
html.theme-high-contrast body .hero-slider__title a,
html.theme-high-contrast body .hero-slider__title a:hover,
html.theme-high-contrast body .hero-slider__title a:focus,
html.theme-high-contrast body .hero-slider__title a:active,
html.theme-high-contrast body .hero-slider__link,
html.theme-high-contrast body .hero-slider__link:hover,
html.theme-high-contrast body .hero-slider__link:focus,
html.theme-high-contrast body .hero-slider__link:active,
html.theme-high-contrast body .hero-slider__body,
html.theme-high-contrast body .hero-slider__body:hover,
html.theme-high-contrast body .hero-slider__body:focus,
html.theme-high-contrast body .hero-slider__body:active,
html.theme-high-contrast body.theme-yellow .hero-slider__title,
html.theme-high-contrast body.theme-yellow .hero-slider__title:hover,
html.theme-high-contrast body.theme-yellow .hero-slider__title:focus,
html.theme-high-contrast body.theme-yellow .hero-slider__title:active,
html.theme-high-contrast body.theme-yellow .hero-slider__title a,
html.theme-high-contrast body.theme-yellow .hero-slider__title a:hover,
html.theme-high-contrast body.theme-yellow .hero-slider__title a:focus,
html.theme-high-contrast body.theme-yellow .hero-slider__title a:active,
html.theme-high-contrast body.theme-yellow .hero-slider__link,
html.theme-high-contrast body.theme-yellow .hero-slider__link:hover,
html.theme-high-contrast body.theme-yellow .hero-slider__link:focus,
html.theme-high-contrast body.theme-yellow .hero-slider__link:active,
html.theme-high-contrast body.theme-yellow .hero-slider__body,
html.theme-high-contrast body.theme-yellow .hero-slider__body:hover,
html.theme-high-contrast body.theme-yellow .hero-slider__body:focus,
html.theme-high-contrast body.theme-yellow .hero-slider__body:active,
html.theme-high-contrast body.theme-beige .hero-slider__title,
html.theme-high-contrast body.theme-beige .hero-slider__title:hover,
html.theme-high-contrast body.theme-beige .hero-slider__title:focus,
html.theme-high-contrast body.theme-beige .hero-slider__title:active,
html.theme-high-contrast body.theme-beige .hero-slider__title a,
html.theme-high-contrast body.theme-beige .hero-slider__title a:hover,
html.theme-high-contrast body.theme-beige .hero-slider__title a:focus,
html.theme-high-contrast body.theme-beige .hero-slider__title a:active,
html.theme-high-contrast body.theme-beige .hero-slider__link,
html.theme-high-contrast body.theme-beige .hero-slider__link:hover,
html.theme-high-contrast body.theme-beige .hero-slider__link:focus,
html.theme-high-contrast body.theme-beige .hero-slider__link:active,
html.theme-high-contrast body.theme-beige .hero-slider__body,
html.theme-high-contrast body.theme-beige .hero-slider__body:hover,
html.theme-high-contrast body.theme-beige .hero-slider__body:focus,
html.theme-high-contrast body.theme-beige .hero-slider__body:active {
  color: #fff;
}

html.theme-high-contrast body .button.hero-slider__arrow,
html.theme-high-contrast body.theme-yellow .button.hero-slider__arrow,
html.theme-high-contrast body.theme-beige .button.hero-slider__arrow {
  color: #fff !important;
  background-color: #000;
  border-color: #fff !important;
}

html.theme-high-contrast body .button.hero-slider__arrow:hover, html.theme-high-contrast body .button.hero-slider__arrow:focus,
html.theme-high-contrast body.theme-yellow .button.hero-slider__arrow:hover,
html.theme-high-contrast body.theme-yellow .button.hero-slider__arrow:focus,
html.theme-high-contrast body.theme-beige .button.hero-slider__arrow:hover,
html.theme-high-contrast body.theme-beige .button.hero-slider__arrow:focus {
  color: #000 !important;
  background-color: #fff;
  border-color: #fff !important;
}

html.theme-high-contrast body .teaser,
html.theme-high-contrast body.theme-yellow .teaser,
html.theme-high-contrast body.theme-beige .teaser {
  background-color: #fff;
  box-shadow: none !important;
}

html.theme-high-contrast body .faq,
html.theme-high-contrast body.theme-yellow .faq,
html.theme-high-contrast body.theme-beige .faq {
  box-shadow: none;
  border: 1px solid #000;
  background-color: #fff;
}

html.theme-high-contrast body .background-visual::after,
html.theme-high-contrast body.theme-yellow .background-visual::after,
html.theme-high-contrast body.theme-beige .background-visual::after {
  display: none;
}

html.theme-high-contrast body .teaser--list,
html.theme-high-contrast body.theme-yellow .teaser--list,
html.theme-high-contrast body.theme-beige .teaser--list {
  border-width: 2px;
}

html.theme-high-contrast body .teaser--gray,
html.theme-high-contrast body .teaser--beige,
html.theme-high-contrast body .teaser--yellow,
html.theme-high-contrast body .teaser--exercise,
html.theme-high-contrast body .teaser--box-shadow,
html.theme-high-contrast body .teaser--publication,
html.theme-high-contrast body .teaser--green,
html.theme-high-contrast body .teaser--blue,
html.theme-high-contrast body.theme-yellow .teaser--gray,
html.theme-high-contrast body.theme-yellow .teaser--beige,
html.theme-high-contrast body.theme-yellow .teaser--yellow,
html.theme-high-contrast body.theme-yellow .teaser--exercise,
html.theme-high-contrast body.theme-yellow .teaser--box-shadow,
html.theme-high-contrast body.theme-yellow .teaser--publication,
html.theme-high-contrast body.theme-yellow .teaser--green,
html.theme-high-contrast body.theme-yellow .teaser--blue,
html.theme-high-contrast body.theme-beige .teaser--gray,
html.theme-high-contrast body.theme-beige .teaser--beige,
html.theme-high-contrast body.theme-beige .teaser--yellow,
html.theme-high-contrast body.theme-beige .teaser--exercise,
html.theme-high-contrast body.theme-beige .teaser--box-shadow,
html.theme-high-contrast body.theme-beige .teaser--publication,
html.theme-high-contrast body.theme-beige .teaser--green,
html.theme-high-contrast body.theme-beige .teaser--blue {
  border: 1px solid #000;
  background-color: #fff;
}

html.theme-high-contrast body .teaser--box-shadow,
html.theme-high-contrast body.theme-yellow .teaser--box-shadow,
html.theme-high-contrast body.theme-beige .teaser--box-shadow {
  box-shadow: none;
}

html.theme-high-contrast body .teaser--theme .teaser__heading a,
html.theme-high-contrast body .teaser--theme .teaser__heading span,
html.theme-high-contrast body .teaser--box-shadow .teaser__heading a,
html.theme-high-contrast body .teaser--box-shadow .teaser__heading span,
html.theme-high-contrast body.theme-yellow .teaser--theme .teaser__heading a,
html.theme-high-contrast body.theme-yellow .teaser--theme .teaser__heading span,
html.theme-high-contrast body.theme-yellow .teaser--box-shadow .teaser__heading a,
html.theme-high-contrast body.theme-yellow .teaser--box-shadow .teaser__heading span,
html.theme-high-contrast body.theme-beige .teaser--theme .teaser__heading a,
html.theme-high-contrast body.theme-beige .teaser--theme .teaser__heading span,
html.theme-high-contrast body.theme-beige .teaser--box-shadow .teaser__heading a,
html.theme-high-contrast body.theme-beige .teaser--box-shadow .teaser__heading span {
  color: #fff !important;
  background: linear-gradient(transparent, transparent 0%, #000 0%, #000 100%, transparent 0%);
  box-shadow: 0.5rem 0 0 #000, -0.75rem 0 0 #000;
}

html.theme-high-contrast body .teaser.teaser--box-shadow.teaser--has-link .teaser__link,
html.theme-high-contrast body .teaser.teaser--box-shadow.teaser--has-link:hover .teaser__link,
html.theme-high-contrast body .teaser.teaser--box-shadow.teaser--has-link:active .teaser__link,
html.theme-high-contrast body .teaser.teaser--box-shadow.teaser--has-link:focus .teaser__link,
html.theme-high-contrast body.theme-yellow .teaser.teaser--box-shadow.teaser--has-link .teaser__link,
html.theme-high-contrast body.theme-yellow .teaser.teaser--box-shadow.teaser--has-link:hover .teaser__link,
html.theme-high-contrast body.theme-yellow .teaser.teaser--box-shadow.teaser--has-link:active .teaser__link,
html.theme-high-contrast body.theme-yellow .teaser.teaser--box-shadow.teaser--has-link:focus .teaser__link,
html.theme-high-contrast body.theme-beige .teaser.teaser--box-shadow.teaser--has-link .teaser__link,
html.theme-high-contrast body.theme-beige .teaser.teaser--box-shadow.teaser--has-link:hover .teaser__link,
html.theme-high-contrast body.theme-beige .teaser.teaser--box-shadow.teaser--has-link:active .teaser__link,
html.theme-high-contrast body.theme-beige .teaser.teaser--box-shadow.teaser--has-link:focus .teaser__link {
  color: #fff !important;
}

html.theme-high-contrast body .topic-card,
html.theme-high-contrast body .teaser--exercise .teaser__header,
html.theme-high-contrast body.theme-yellow .topic-card,
html.theme-high-contrast body.theme-yellow .teaser--exercise .teaser__header,
html.theme-high-contrast body.theme-beige .topic-card,
html.theme-high-contrast body.theme-beige .teaser--exercise .teaser__header {
  background-color: #e1e0e0;
}

html.theme-high-contrast body .topic-card__icon,
html.theme-high-contrast body .teaser__exercise-icon,
html.theme-high-contrast body.theme-yellow .topic-card__icon,
html.theme-high-contrast body.theme-yellow .teaser__exercise-icon,
html.theme-high-contrast body.theme-beige .topic-card__icon,
html.theme-high-contrast body.theme-beige .teaser__exercise-icon {
  color: #000;
}

html.theme-high-contrast body .teaser__topic.topic span,
html.theme-high-contrast body .topic span,
html.theme-high-contrast body.theme-yellow .teaser__topic.topic span,
html.theme-high-contrast body.theme-yellow .topic span,
html.theme-high-contrast body.theme-beige .teaser__topic.topic span,
html.theme-high-contrast body.theme-beige .topic span {
  background-color: #000;
}

html.theme-high-contrast body .teaser__topic.topic span::after,
html.theme-high-contrast body .topic span::after,
html.theme-high-contrast body.theme-yellow .teaser__topic.topic span::after,
html.theme-high-contrast body.theme-yellow .topic span::after,
html.theme-high-contrast body.theme-beige .teaser__topic.topic span::after,
html.theme-high-contrast body.theme-beige .topic span::after {
  display: none;
}

html.theme-high-contrast body .teaser.teaser--list,
html.theme-high-contrast body.theme-yellow .teaser.teaser--list,
html.theme-high-contrast body.theme-beige .teaser.teaser--list {
  border-color: #000;
}

html.theme-high-contrast body .tabs__list,
html.theme-high-contrast body .icon-list,
html.theme-high-contrast body .icon-list__item,
html.theme-high-contrast body .teaser__icon-list .icon-list__item,
html.theme-high-contrast body.theme-yellow .tabs__list,
html.theme-high-contrast body.theme-yellow .icon-list,
html.theme-high-contrast body.theme-yellow .icon-list__item,
html.theme-high-contrast body.theme-yellow .teaser__icon-list .icon-list__item,
html.theme-high-contrast body.theme-beige .tabs__list,
html.theme-high-contrast body.theme-beige .icon-list,
html.theme-high-contrast body.theme-beige .icon-list__item,
html.theme-high-contrast body.theme-beige .teaser__icon-list .icon-list__item {
  border-color: #000 !important;
  border-width: 1px !important;
  margin-block-end: 7px !important;
}

html.theme-high-contrast body .tabs__tab::after,
html.theme-high-contrast body.theme-yellow .tabs__tab::after,
html.theme-high-contrast body.theme-beige .tabs__tab::after {
  background-color: #000 !important;
}

html.theme-high-contrast body .tabs__tab,
html.theme-high-contrast body .blockquote footer,
html.theme-high-contrast body .icon-list__link,
html.theme-high-contrast body .icon-list__link .icon-text,
html.theme-high-contrast body .icon-list__link .icon-text .icon,
html.theme-high-contrast body .teaser__icon,
html.theme-high-contrast body .icon-list .icon-text,
html.theme-high-contrast body .accordion.is-ready .accordion__heading .accordion__title,
html.theme-high-contrast body .accordion--is-ready .accordion__heading .accordion__title,
html.theme-high-contrast body.theme-yellow .tabs__tab,
html.theme-high-contrast body.theme-yellow .blockquote footer,
html.theme-high-contrast body.theme-yellow .icon-list__link,
html.theme-high-contrast body.theme-yellow .icon-list__link .icon-text,
html.theme-high-contrast body.theme-yellow .icon-list__link .icon-text .icon,
html.theme-high-contrast body.theme-yellow .teaser__icon,
html.theme-high-contrast body.theme-yellow .icon-list .icon-text,
html.theme-high-contrast body.theme-yellow .accordion.is-ready .accordion__heading .accordion__title,
html.theme-high-contrast body.theme-yellow .accordion--is-ready .accordion__heading .accordion__title,
html.theme-high-contrast body.theme-beige .tabs__tab,
html.theme-high-contrast body.theme-beige .blockquote footer,
html.theme-high-contrast body.theme-beige .icon-list__link,
html.theme-high-contrast body.theme-beige .icon-list__link .icon-text,
html.theme-high-contrast body.theme-beige .icon-list__link .icon-text .icon,
html.theme-high-contrast body.theme-beige .teaser__icon,
html.theme-high-contrast body.theme-beige .icon-list .icon-text,
html.theme-high-contrast body.theme-beige .accordion.is-ready .accordion__heading .accordion__title,
html.theme-high-contrast body.theme-beige .accordion--is-ready .accordion__heading .accordion__title {
  color: #000;
}

html.theme-high-contrast body .credits,
html.theme-high-contrast body .image__credits,
html.theme-high-contrast body.theme-yellow .credits,
html.theme-high-contrast body.theme-yellow .image__credits,
html.theme-high-contrast body.theme-beige .credits,
html.theme-high-contrast body.theme-beige .image__credits {
  color: #fff !important;
  background-color: #000 !important;
}

html.theme-high-contrast body .contact .credits,
html.theme-high-contrast body .contact .image__credits,
html.theme-high-contrast body.theme-yellow .contact .credits,
html.theme-high-contrast body.theme-yellow .contact .image__credits,
html.theme-high-contrast body.theme-beige .contact .credits,
html.theme-high-contrast body.theme-beige .contact .image__credits {
  color: #000 !important;
  background-color: #fff !important;
}

html.theme-high-contrast body .caption__credits,
html.theme-high-contrast body.theme-yellow .caption__credits,
html.theme-high-contrast body.theme-beige .caption__credits {
  color: #000;
  font-style: italic;
}

html.theme-high-contrast body .icon-list--box-shadow,
html.theme-high-contrast body.theme-yellow .icon-list--box-shadow,
html.theme-high-contrast body.theme-beige .icon-list--box-shadow {
  background-color: transparent;
}

html.theme-high-contrast body .blockquote footer,
html.theme-high-contrast body.theme-yellow .blockquote footer,
html.theme-high-contrast body.theme-beige .blockquote footer {
  color: #000;
}

html.theme-high-contrast body .blockquote .image__credits.credits,
html.theme-high-contrast body.theme-yellow .blockquote .image__credits.credits,
html.theme-high-contrast body.theme-beige .blockquote .image__credits.credits {
  display: none;
}

html.theme-high-contrast body .blockquote__text blockquote p,
html.theme-high-contrast body.theme-yellow .blockquote__text blockquote p,
html.theme-high-contrast body.theme-beige .blockquote__text blockquote p {
  background-color: transparent;
  box-shadow: none;
}

html.theme-high-contrast body .article-header__body,
html.theme-high-contrast body.theme-yellow .article-header__body,
html.theme-high-contrast body.theme-beige .article-header__body {
  background-color: #000;
  background-image: none;
}

html.theme-high-contrast body .article-header__body::before, html.theme-high-contrast body .article-header__body::after,
html.theme-high-contrast body.theme-yellow .article-header__body::before,
html.theme-high-contrast body.theme-yellow .article-header__body::after,
html.theme-high-contrast body.theme-beige .article-header__body::before,
html.theme-high-contrast body.theme-beige .article-header__body::after {
  filter: grayscale(1) brightness(0);
}

html.theme-high-contrast body .article-header__decor path,
html.theme-high-contrast body.theme-yellow .article-header__decor path,
html.theme-high-contrast body.theme-beige .article-header__decor path {
  color: #000;
  fill: #000;
}

html.theme-high-contrast body .icon-list__item,
html.theme-high-contrast body.theme-yellow .icon-list__item,
html.theme-high-contrast body.theme-beige .icon-list__item {
  border-color: #000;
}

html.theme-high-contrast body .icon-list__item .icon,
html.theme-high-contrast body.theme-yellow .icon-list__item .icon,
html.theme-high-contrast body.theme-beige .icon-list__item .icon {
  color: #000;
}

html.theme-high-contrast body .footer__section.has-background,
html.theme-high-contrast body.theme-yellow .footer__section.has-background,
html.theme-high-contrast body.theme-beige .footer__section.has-background {
  background-color: #000;
}

html.theme-high-contrast body .share__action,
html.theme-high-contrast body.theme-yellow .share__action,
html.theme-high-contrast body.theme-beige .share__action {
  color: #fff;
  border: 1px solid #fff !important;
  background-color: #000;
}

html.theme-high-contrast body .share__action:hover, html.theme-high-contrast body .share__action:focus,
html.theme-high-contrast body.theme-yellow .share__action:hover,
html.theme-high-contrast body.theme-yellow .share__action:focus,
html.theme-high-contrast body.theme-beige .share__action:hover,
html.theme-high-contrast body.theme-beige .share__action:focus {
  color: #000;
  border: 1px solid #000 !important;
  background-color: #fff;
}

html.theme-high-contrast body .social-links__link.button,
html.theme-high-contrast body.theme-yellow .social-links__link.button,
html.theme-high-contrast body.theme-beige .social-links__link.button {
  border: 1px solid #fff !important;
  background-color: #fff !important;
  color: #000 !important;
}

html.theme-high-contrast body .social-links__link.button:hover, html.theme-high-contrast body .social-links__link.button:focus,
html.theme-high-contrast body.theme-yellow .social-links__link.button:hover,
html.theme-high-contrast body.theme-yellow .social-links__link.button:focus,
html.theme-high-contrast body.theme-beige .social-links__link.button:hover,
html.theme-high-contrast body.theme-beige .social-links__link.button:focus {
  border: 1px solid #fff !important;
  background-color: #000 !important;
  color: #fff !important;
}

html.theme-high-contrast body .list--bullet > li::before,
html.theme-high-contrast body .copytext ul > li::before,
html.theme-high-contrast body .copytext--sm ul > li::before,
html.theme-high-contrast body .copytext--xs ul > li::before,
html.theme-high-contrast body .copytext--lg ul > li::before,
html.theme-high-contrast body .sitemap__list > li::before,
html.theme-high-contrast body .teaser__text ul > li::before,
html.theme-high-contrast body.theme-yellow .list--bullet > li::before,
html.theme-high-contrast body.theme-yellow .copytext ul > li::before,
html.theme-high-contrast body.theme-yellow .copytext--sm ul > li::before,
html.theme-high-contrast body.theme-yellow .copytext--xs ul > li::before,
html.theme-high-contrast body.theme-yellow .copytext--lg ul > li::before,
html.theme-high-contrast body.theme-yellow .sitemap__list > li::before,
html.theme-high-contrast body.theme-yellow .teaser__text ul > li::before,
html.theme-high-contrast body.theme-beige .list--bullet > li::before,
html.theme-high-contrast body.theme-beige .copytext ul > li::before,
html.theme-high-contrast body.theme-beige .copytext--sm ul > li::before,
html.theme-high-contrast body.theme-beige .copytext--xs ul > li::before,
html.theme-high-contrast body.theme-beige .copytext--lg ul > li::before,
html.theme-high-contrast body.theme-beige .sitemap__list > li::before,
html.theme-high-contrast body.theme-beige .teaser__text ul > li::before {
  background-color: currentColor;
}

html.theme-high-contrast body .slideshow__arrow,
html.theme-high-contrast body.theme-yellow .slideshow__arrow,
html.theme-high-contrast body.theme-beige .slideshow__arrow {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}

html.theme-high-contrast body .slideshow__arrow:hover, html.theme-high-contrast body .slideshow__arrow:focus,
html.theme-high-contrast body.theme-yellow .slideshow__arrow:hover,
html.theme-high-contrast body.theme-yellow .slideshow__arrow:focus,
html.theme-high-contrast body.theme-beige .slideshow__arrow:hover,
html.theme-high-contrast body.theme-beige .slideshow__arrow:focus {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}

html.theme-high-contrast body .facet-list__item a,
html.theme-high-contrast body.theme-yellow .facet-list__item a,
html.theme-high-contrast body.theme-beige .facet-list__item a {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
}

html.theme-high-contrast body .facet-list__item.facet-list__item--is-active a,
html.theme-high-contrast body.theme-yellow .facet-list__item.facet-list__item--is-active a,
html.theme-high-contrast body.theme-beige .facet-list__item.facet-list__item--is-active a {
  color: #fff !important;
  background-color: #000;
  border: 1px solid #fff;
}

html.theme-high-contrast body .SumoSelect > .optWrapper .options li.opt.selected,
html.theme-high-contrast body.theme-yellow .SumoSelect > .optWrapper .options li.opt.selected,
html.theme-high-contrast body.theme-beige .SumoSelect > .optWrapper .options li.opt.selected {
  background-color: #000;
}

html.theme-high-contrast body .filter,
html.theme-high-contrast body .filter--blue,
html.theme-high-contrast body.theme-yellow .filter,
html.theme-high-contrast body.theme-yellow .filter--blue,
html.theme-high-contrast body.theme-beige .filter,
html.theme-high-contrast body.theme-beige .filter--blue {
  background-color: #000;
}

html.theme-high-contrast body .filter .SumoSelect > .CaptionCont span.placeholder,
html.theme-high-contrast body .filter--blue .SumoSelect > .CaptionCont span.placeholder,
html.theme-high-contrast body.theme-yellow .filter .SumoSelect > .CaptionCont span.placeholder,
html.theme-high-contrast body.theme-yellow .filter--blue .SumoSelect > .CaptionCont span.placeholder,
html.theme-high-contrast body.theme-beige .filter .SumoSelect > .CaptionCont span.placeholder,
html.theme-high-contrast body.theme-beige .filter--blue .SumoSelect > .CaptionCont span.placeholder {
  color: #000;
}

html.theme-high-contrast body .filter .accordion.accordion--filter .accordion__heading:first-of-type,
html.theme-high-contrast body .filter--blue .accordion.accordion--filter .accordion__heading:first-of-type,
html.theme-high-contrast body.theme-yellow .filter .accordion.accordion--filter .accordion__heading:first-of-type,
html.theme-high-contrast body.theme-yellow .filter--blue .accordion.accordion--filter .accordion__heading:first-of-type,
html.theme-high-contrast body.theme-beige .filter .accordion.accordion--filter .accordion__heading:first-of-type,
html.theme-high-contrast body.theme-beige .filter--blue .accordion.accordion--filter .accordion__heading:first-of-type {
  border-top: 2px solid #fff;
}

html.theme-high-contrast body .filter .accordion.accordion--filter.is-ready .accordion__heading,
html.theme-high-contrast body .filter .accordion.accordion--filter.accordion--filter.accordion--is-ready .accordion__heading,
html.theme-high-contrast body .filter .accordion.accordion--filter.is-ready .accordion__heading:first-of-type,
html.theme-high-contrast body .filter .accordion.accordion--filter.accordion--filter.accordion--is-ready .accordion__heading:first-of-type,
html.theme-high-contrast body .filter--blue .accordion.accordion--filter.is-ready .accordion__heading,
html.theme-high-contrast body .filter--blue .accordion.accordion--filter.accordion--filter.accordion--is-ready .accordion__heading,
html.theme-high-contrast body .filter--blue .accordion.accordion--filter.is-ready .accordion__heading:first-of-type,
html.theme-high-contrast body .filter--blue .accordion.accordion--filter.accordion--filter.accordion--is-ready .accordion__heading:first-of-type,
html.theme-high-contrast body.theme-yellow .filter .accordion.accordion--filter.is-ready .accordion__heading,
html.theme-high-contrast body.theme-yellow .filter .accordion.accordion--filter.accordion--filter.accordion--is-ready .accordion__heading,
html.theme-high-contrast body.theme-yellow .filter .accordion.accordion--filter.is-ready .accordion__heading:first-of-type,
html.theme-high-contrast body.theme-yellow .filter .accordion.accordion--filter.accordion--filter.accordion--is-ready .accordion__heading:first-of-type,
html.theme-high-contrast body.theme-yellow .filter--blue .accordion.accordion--filter.is-ready .accordion__heading,
html.theme-high-contrast body.theme-yellow .filter--blue .accordion.accordion--filter.accordion--filter.accordion--is-ready .accordion__heading,
html.theme-high-contrast body.theme-yellow .filter--blue .accordion.accordion--filter.is-ready .accordion__heading:first-of-type,
html.theme-high-contrast body.theme-yellow .filter--blue .accordion.accordion--filter.accordion--filter.accordion--is-ready .accordion__heading:first-of-type,
html.theme-high-contrast body.theme-beige .filter .accordion.accordion--filter.is-ready .accordion__heading,
html.theme-high-contrast body.theme-beige .filter .accordion.accordion--filter.accordion--filter.accordion--is-ready .accordion__heading,
html.theme-high-contrast body.theme-beige .filter .accordion.accordion--filter.is-ready .accordion__heading:first-of-type,
html.theme-high-contrast body.theme-beige .filter .accordion.accordion--filter.accordion--filter.accordion--is-ready .accordion__heading:first-of-type,
html.theme-high-contrast body.theme-beige .filter--blue .accordion.accordion--filter.is-ready .accordion__heading,
html.theme-high-contrast body.theme-beige .filter--blue .accordion.accordion--filter.accordion--filter.accordion--is-ready .accordion__heading,
html.theme-high-contrast body.theme-beige .filter--blue .accordion.accordion--filter.is-ready .accordion__heading:first-of-type,
html.theme-high-contrast body.theme-beige .filter--blue .accordion.accordion--filter.accordion--filter.accordion--is-ready .accordion__heading:first-of-type {
  border-color: #fff;
}

html.theme-high-contrast body .filter .accordion.accordion--filter .accordion__heading,
html.theme-high-contrast body .filter--blue .accordion.accordion--filter .accordion__heading,
html.theme-high-contrast body.theme-yellow .filter .accordion.accordion--filter .accordion__heading,
html.theme-high-contrast body.theme-yellow .filter--blue .accordion.accordion--filter .accordion__heading,
html.theme-high-contrast body.theme-beige .filter .accordion.accordion--filter .accordion__heading,
html.theme-high-contrast body.theme-beige .filter--blue .accordion.accordion--filter .accordion__heading {
  color: #fff;
}

html.theme-high-contrast body .filter .accordion.accordion--filter .accordion__heading[aria-selected='true'],
html.theme-high-contrast body .filter--blue .accordion.accordion--filter .accordion__heading[aria-selected='true'],
html.theme-high-contrast body.theme-yellow .filter .accordion.accordion--filter .accordion__heading[aria-selected='true'],
html.theme-high-contrast body.theme-yellow .filter--blue .accordion.accordion--filter .accordion__heading[aria-selected='true'],
html.theme-high-contrast body.theme-beige .filter .accordion.accordion--filter .accordion__heading[aria-selected='true'],
html.theme-high-contrast body.theme-beige .filter--blue .accordion.accordion--filter .accordion__heading[aria-selected='true'] {
  border-bottom-color: transparent !important;
}

html.theme-high-contrast body .filter .accordion.accordion--filter .accordion__icon,
html.theme-high-contrast body .filter--blue .accordion.accordion--filter .accordion__icon,
html.theme-high-contrast body.theme-yellow .filter .accordion.accordion--filter .accordion__icon,
html.theme-high-contrast body.theme-yellow .filter--blue .accordion.accordion--filter .accordion__icon,
html.theme-high-contrast body.theme-beige .filter .accordion.accordion--filter .accordion__icon,
html.theme-high-contrast body.theme-beige .filter--blue .accordion.accordion--filter .accordion__icon {
  color: #fff;
}

html.theme-high-contrast body .filter .form-slider-indicator__step,
html.theme-high-contrast body .filter--blue .form-slider-indicator__step,
html.theme-high-contrast body.theme-yellow .filter .form-slider-indicator__step,
html.theme-high-contrast body.theme-yellow .filter--blue .form-slider-indicator__step,
html.theme-high-contrast body.theme-beige .filter .form-slider-indicator__step,
html.theme-high-contrast body.theme-beige .filter--blue .form-slider-indicator__step {
  background-image: linear-gradient(to right, #000 50%, #e1e0e0 50%);
}

html.theme-high-contrast body .filter .button:not(.pagination__link),
html.theme-high-contrast body .filter--blue .button:not(.pagination__link),
html.theme-high-contrast body.theme-yellow .filter .button:not(.pagination__link),
html.theme-high-contrast body.theme-yellow .filter--blue .button:not(.pagination__link),
html.theme-high-contrast body.theme-beige .filter .button:not(.pagination__link),
html.theme-high-contrast body.theme-beige .filter--blue .button:not(.pagination__link) {
  border-color: #fff !important;
}

html.theme-high-contrast body .filter .SumoSelect.open .search-txt,
html.theme-high-contrast body .filter .SumoSelect > .optWrapper,
html.theme-high-contrast body .filter .SumoSelect > .optWrapper .select-all,
html.theme-high-contrast body .filter .SumoSelect > .optWrapper .options li.opt,
html.theme-high-contrast body .filter .SumoSelect > .optWrapper .no-match,
html.theme-high-contrast body .filter--blue .SumoSelect.open .search-txt,
html.theme-high-contrast body .filter--blue .SumoSelect > .optWrapper,
html.theme-high-contrast body .filter--blue .SumoSelect > .optWrapper .select-all,
html.theme-high-contrast body .filter--blue .SumoSelect > .optWrapper .options li.opt,
html.theme-high-contrast body .filter--blue .SumoSelect > .optWrapper .no-match,
html.theme-high-contrast body.theme-yellow .filter .SumoSelect.open .search-txt,
html.theme-high-contrast body.theme-yellow .filter .SumoSelect > .optWrapper,
html.theme-high-contrast body.theme-yellow .filter .SumoSelect > .optWrapper .select-all,
html.theme-high-contrast body.theme-yellow .filter .SumoSelect > .optWrapper .options li.opt,
html.theme-high-contrast body.theme-yellow .filter .SumoSelect > .optWrapper .no-match,
html.theme-high-contrast body.theme-yellow .filter--blue .SumoSelect.open .search-txt,
html.theme-high-contrast body.theme-yellow .filter--blue .SumoSelect > .optWrapper,
html.theme-high-contrast body.theme-yellow .filter--blue .SumoSelect > .optWrapper .select-all,
html.theme-high-contrast body.theme-yellow .filter--blue .SumoSelect > .optWrapper .options li.opt,
html.theme-high-contrast body.theme-yellow .filter--blue .SumoSelect > .optWrapper .no-match,
html.theme-high-contrast body.theme-beige .filter .SumoSelect.open .search-txt,
html.theme-high-contrast body.theme-beige .filter .SumoSelect > .optWrapper,
html.theme-high-contrast body.theme-beige .filter .SumoSelect > .optWrapper .select-all,
html.theme-high-contrast body.theme-beige .filter .SumoSelect > .optWrapper .options li.opt,
html.theme-high-contrast body.theme-beige .filter .SumoSelect > .optWrapper .no-match,
html.theme-high-contrast body.theme-beige .filter--blue .SumoSelect.open .search-txt,
html.theme-high-contrast body.theme-beige .filter--blue .SumoSelect > .optWrapper,
html.theme-high-contrast body.theme-beige .filter--blue .SumoSelect > .optWrapper .select-all,
html.theme-high-contrast body.theme-beige .filter--blue .SumoSelect > .optWrapper .options li.opt,
html.theme-high-contrast body.theme-beige .filter--blue .SumoSelect > .optWrapper .no-match {
  color: #000;
  background-color: #fff;
  border-color: #000 !important;
}

html.theme-high-contrast body .filter .SumoSelect > .CaptionCont label::after,
html.theme-high-contrast body .filter--blue .SumoSelect > .CaptionCont label::after,
html.theme-high-contrast body.theme-yellow .filter .SumoSelect > .CaptionCont label::after,
html.theme-high-contrast body.theme-yellow .filter--blue .SumoSelect > .CaptionCont label::after,
html.theme-high-contrast body.theme-beige .filter .SumoSelect > .CaptionCont label::after,
html.theme-high-contrast body.theme-beige .filter--blue .SumoSelect > .CaptionCont label::after {
  filter: grayscale(1) brightness(0);
}

html.theme-high-contrast body .filter .SumoSelect.open .search-txt:-ms-input-placeholder, html.theme-high-contrast body .filter--blue .SumoSelect.open .search-txt:-ms-input-placeholder, html.theme-high-contrast body.theme-yellow .filter .SumoSelect.open .search-txt:-ms-input-placeholder, html.theme-high-contrast body.theme-yellow .filter--blue .SumoSelect.open .search-txt:-ms-input-placeholder, html.theme-high-contrast body.theme-beige .filter .SumoSelect.open .search-txt:-ms-input-placeholder, html.theme-high-contrast body.theme-beige .filter--blue .SumoSelect.open .search-txt:-ms-input-placeholder {
  color: #fff;
}

html.theme-high-contrast body .filter .SumoSelect.open .search-txt::placeholder,
html.theme-high-contrast body .filter--blue .SumoSelect.open .search-txt::placeholder,
html.theme-high-contrast body.theme-yellow .filter .SumoSelect.open .search-txt::placeholder,
html.theme-high-contrast body.theme-yellow .filter--blue .SumoSelect.open .search-txt::placeholder,
html.theme-high-contrast body.theme-beige .filter .SumoSelect.open .search-txt::placeholder,
html.theme-high-contrast body.theme-beige .filter--blue .SumoSelect.open .search-txt::placeholder {
  color: #fff;
}

html.theme-high-contrast body .filter .SumoSelect .search::after,
html.theme-high-contrast body .filter--blue .SumoSelect .search::after,
html.theme-high-contrast body.theme-yellow .filter .SumoSelect .search::after,
html.theme-high-contrast body.theme-yellow .filter--blue .SumoSelect .search::after,
html.theme-high-contrast body.theme-beige .filter .SumoSelect .search::after,
html.theme-high-contrast body.theme-beige .filter--blue .SumoSelect .search::after {
  filter: grayscale(1) brightness(0);
}

html.theme-high-contrast body .filter .SumoSelect > .optWrapper .options li.opt:hover, html.theme-high-contrast body .filter .SumoSelect > .optWrapper .options li.opt:focus, html.theme-high-contrast body .filter .SumoSelect > .optWrapper .options li.opt.selected,
html.theme-high-contrast body .filter--blue .SumoSelect > .optWrapper .options li.opt:hover,
html.theme-high-contrast body .filter--blue .SumoSelect > .optWrapper .options li.opt:focus,
html.theme-high-contrast body .filter--blue .SumoSelect > .optWrapper .options li.opt.selected,
html.theme-high-contrast body.theme-yellow .filter .SumoSelect > .optWrapper .options li.opt:hover,
html.theme-high-contrast body.theme-yellow .filter .SumoSelect > .optWrapper .options li.opt:focus,
html.theme-high-contrast body.theme-yellow .filter .SumoSelect > .optWrapper .options li.opt.selected,
html.theme-high-contrast body.theme-yellow .filter--blue .SumoSelect > .optWrapper .options li.opt:hover,
html.theme-high-contrast body.theme-yellow .filter--blue .SumoSelect > .optWrapper .options li.opt:focus,
html.theme-high-contrast body.theme-yellow .filter--blue .SumoSelect > .optWrapper .options li.opt.selected,
html.theme-high-contrast body.theme-beige .filter .SumoSelect > .optWrapper .options li.opt:hover,
html.theme-high-contrast body.theme-beige .filter .SumoSelect > .optWrapper .options li.opt:focus,
html.theme-high-contrast body.theme-beige .filter .SumoSelect > .optWrapper .options li.opt.selected,
html.theme-high-contrast body.theme-beige .filter--blue .SumoSelect > .optWrapper .options li.opt:hover,
html.theme-high-contrast body.theme-beige .filter--blue .SumoSelect > .optWrapper .options li.opt:focus,
html.theme-high-contrast body.theme-beige .filter--blue .SumoSelect > .optWrapper .options li.opt.selected {
  background-color: #fff;
  border-color: #fff;
}

html.theme-high-contrast body .filter .SumoSelect > .optWrapper .options li.opt:hover,
html.theme-high-contrast body .filter .SumoSelect > .optWrapper .options li.opt.selected,
html.theme-high-contrast body .filter--blue .SumoSelect > .optWrapper .options li.opt:hover,
html.theme-high-contrast body .filter--blue .SumoSelect > .optWrapper .options li.opt.selected,
html.theme-high-contrast body.theme-yellow .filter .SumoSelect > .optWrapper .options li.opt:hover,
html.theme-high-contrast body.theme-yellow .filter .SumoSelect > .optWrapper .options li.opt.selected,
html.theme-high-contrast body.theme-yellow .filter--blue .SumoSelect > .optWrapper .options li.opt:hover,
html.theme-high-contrast body.theme-yellow .filter--blue .SumoSelect > .optWrapper .options li.opt.selected,
html.theme-high-contrast body.theme-beige .filter .SumoSelect > .optWrapper .options li.opt:hover,
html.theme-high-contrast body.theme-beige .filter .SumoSelect > .optWrapper .options li.opt.selected,
html.theme-high-contrast body.theme-beige .filter--blue .SumoSelect > .optWrapper .options li.opt:hover,
html.theme-high-contrast body.theme-beige .filter--blue .SumoSelect > .optWrapper .options li.opt.selected {
  background-color: #000 !important;
  color: #fff !important;
}

html.theme-high-contrast body .filter .form-control, html.theme-high-contrast body .filter .form__element:not(.SumoUnder),
html.theme-high-contrast body .filter .form__element,
html.theme-high-contrast body .filter .SumoSelect > .CaptionCont,
html.theme-high-contrast body .filter--blue .form-control,
html.theme-high-contrast body .filter--blue .form__element:not(.SumoUnder),
html.theme-high-contrast body .filter--blue .form__element,
html.theme-high-contrast body .filter--blue .SumoSelect > .CaptionCont,
html.theme-high-contrast body.theme-yellow .filter .form-control,
html.theme-high-contrast body.theme-yellow .filter .form__element:not(.SumoUnder),
html.theme-high-contrast body.theme-yellow .filter .form__element,
html.theme-high-contrast body.theme-yellow .filter .SumoSelect > .CaptionCont,
html.theme-high-contrast body.theme-yellow .filter--blue .form-control,
html.theme-high-contrast body.theme-yellow .filter--blue .form__element:not(.SumoUnder),
html.theme-high-contrast body.theme-yellow .filter--blue .form__element,
html.theme-high-contrast body.theme-yellow .filter--blue .SumoSelect > .CaptionCont,
html.theme-high-contrast body.theme-beige .filter .form-control,
html.theme-high-contrast body.theme-beige .filter .form__element:not(.SumoUnder),
html.theme-high-contrast body.theme-beige .filter .form__element,
html.theme-high-contrast body.theme-beige .filter .SumoSelect > .CaptionCont,
html.theme-high-contrast body.theme-beige .filter--blue .form-control,
html.theme-high-contrast body.theme-beige .filter--blue .form__element:not(.SumoUnder),
html.theme-high-contrast body.theme-beige .filter--blue .form__element,
html.theme-high-contrast body.theme-beige .filter--blue .SumoSelect > .CaptionCont {
  background-color: #fff;
  border-color: #000;
}

html.theme-high-contrast body .filter .form-control:hover, html.theme-high-contrast body .filter .form__element:hover:not(.SumoUnder), html.theme-high-contrast body .filter .form-control:focus, html.theme-high-contrast body .filter .form__element:focus:not(.SumoUnder),
html.theme-high-contrast body .filter .form__element:hover,
html.theme-high-contrast body .filter .form__element:focus,
html.theme-high-contrast body .filter .SumoSelect > .CaptionCont:hover,
html.theme-high-contrast body .filter .SumoSelect > .CaptionCont:focus,
html.theme-high-contrast body .filter--blue .form-control:hover,
html.theme-high-contrast body .filter--blue .form__element:hover:not(.SumoUnder),
html.theme-high-contrast body .filter--blue .form-control:focus,
html.theme-high-contrast body .filter--blue .form__element:focus:not(.SumoUnder),
html.theme-high-contrast body .filter--blue .form__element:hover,
html.theme-high-contrast body .filter--blue .form__element:focus,
html.theme-high-contrast body .filter--blue .SumoSelect > .CaptionCont:hover,
html.theme-high-contrast body .filter--blue .SumoSelect > .CaptionCont:focus,
html.theme-high-contrast body.theme-yellow .filter .form-control:hover,
html.theme-high-contrast body.theme-yellow .filter .form__element:hover:not(.SumoUnder),
html.theme-high-contrast body.theme-yellow .filter .form-control:focus,
html.theme-high-contrast body.theme-yellow .filter .form__element:focus:not(.SumoUnder),
html.theme-high-contrast body.theme-yellow .filter .form__element:hover,
html.theme-high-contrast body.theme-yellow .filter .form__element:focus,
html.theme-high-contrast body.theme-yellow .filter .SumoSelect > .CaptionCont:hover,
html.theme-high-contrast body.theme-yellow .filter .SumoSelect > .CaptionCont:focus,
html.theme-high-contrast body.theme-yellow .filter--blue .form-control:hover,
html.theme-high-contrast body.theme-yellow .filter--blue .form__element:hover:not(.SumoUnder),
html.theme-high-contrast body.theme-yellow .filter--blue .form-control:focus,
html.theme-high-contrast body.theme-yellow .filter--blue .form__element:focus:not(.SumoUnder),
html.theme-high-contrast body.theme-yellow .filter--blue .form__element:hover,
html.theme-high-contrast body.theme-yellow .filter--blue .form__element:focus,
html.theme-high-contrast body.theme-yellow .filter--blue .SumoSelect > .CaptionCont:hover,
html.theme-high-contrast body.theme-yellow .filter--blue .SumoSelect > .CaptionCont:focus,
html.theme-high-contrast body.theme-beige .filter .form-control:hover,
html.theme-high-contrast body.theme-beige .filter .form__element:hover:not(.SumoUnder),
html.theme-high-contrast body.theme-beige .filter .form-control:focus,
html.theme-high-contrast body.theme-beige .filter .form__element:focus:not(.SumoUnder),
html.theme-high-contrast body.theme-beige .filter .form__element:hover,
html.theme-high-contrast body.theme-beige .filter .form__element:focus,
html.theme-high-contrast body.theme-beige .filter .SumoSelect > .CaptionCont:hover,
html.theme-high-contrast body.theme-beige .filter .SumoSelect > .CaptionCont:focus,
html.theme-high-contrast body.theme-beige .filter--blue .form-control:hover,
html.theme-high-contrast body.theme-beige .filter--blue .form__element:hover:not(.SumoUnder),
html.theme-high-contrast body.theme-beige .filter--blue .form-control:focus,
html.theme-high-contrast body.theme-beige .filter--blue .form__element:focus:not(.SumoUnder),
html.theme-high-contrast body.theme-beige .filter--blue .form__element:hover,
html.theme-high-contrast body.theme-beige .filter--blue .form__element:focus,
html.theme-high-contrast body.theme-beige .filter--blue .SumoSelect > .CaptionCont:hover,
html.theme-high-contrast body.theme-beige .filter--blue .SumoSelect > .CaptionCont:focus {
  border-color: #fff;
}

html.theme-high-contrast body .filter .form__label,
html.theme-high-contrast body .filter--blue .form__label,
html.theme-high-contrast body.theme-yellow .filter .form__label,
html.theme-high-contrast body.theme-yellow .filter--blue .form__label,
html.theme-high-contrast body.theme-beige .filter .form__label,
html.theme-high-contrast body.theme-beige .filter--blue .form__label {
  color: #fff;
}

html.theme-high-contrast body .pagination__link,
html.theme-high-contrast body.theme-yellow .pagination__link,
html.theme-high-contrast body.theme-beige .pagination__link {
  color: #000;
  border: 2px solid transparent;
  border-bottom-color: #000;
}

html.theme-high-contrast body .pagination__link .icon,
html.theme-high-contrast body.theme-yellow .pagination__link .icon,
html.theme-high-contrast body.theme-beige .pagination__link .icon {
  color: inherit !important;
}

html.theme-high-contrast body .pagination__link:hover, html.theme-high-contrast body .pagination__link:focus, html.theme-high-contrast body .pagination__link.is-current,
html.theme-high-contrast body.theme-yellow .pagination__link:hover,
html.theme-high-contrast body.theme-yellow .pagination__link:focus,
html.theme-high-contrast body.theme-yellow .pagination__link.is-current,
html.theme-high-contrast body.theme-beige .pagination__link:hover,
html.theme-high-contrast body.theme-beige .pagination__link:focus,
html.theme-high-contrast body.theme-beige .pagination__link.is-current {
  color: #fff;
  background-color: #000;
  border-color: #000;
  border-bottom: 2px solid #000;
}

html.theme-high-contrast body .pagination__link:hover:hover, html.theme-high-contrast body .pagination__link:hover:focus, html.theme-high-contrast body .pagination__link:focus:hover, html.theme-high-contrast body .pagination__link:focus:focus, html.theme-high-contrast body .pagination__link.is-current:hover, html.theme-high-contrast body .pagination__link.is-current:focus,
html.theme-high-contrast body.theme-yellow .pagination__link:hover:hover,
html.theme-high-contrast body.theme-yellow .pagination__link:hover:focus,
html.theme-high-contrast body.theme-yellow .pagination__link:focus:hover,
html.theme-high-contrast body.theme-yellow .pagination__link:focus:focus,
html.theme-high-contrast body.theme-yellow .pagination__link.is-current:hover,
html.theme-high-contrast body.theme-yellow .pagination__link.is-current:focus,
html.theme-high-contrast body.theme-beige .pagination__link:hover:hover,
html.theme-high-contrast body.theme-beige .pagination__link:hover:focus,
html.theme-high-contrast body.theme-beige .pagination__link:focus:hover,
html.theme-high-contrast body.theme-beige .pagination__link:focus:focus,
html.theme-high-contrast body.theme-beige .pagination__link.is-current:hover,
html.theme-high-contrast body.theme-beige .pagination__link.is-current:focus {
  color: #fff !important;
}

html.theme-high-contrast body .glossary-header__title,
html.theme-high-contrast body.theme-yellow .glossary-header__title,
html.theme-high-contrast body.theme-beige .glossary-header__title {
  color: #000;
}

html.theme-high-contrast body .filter--exercices.filter--box-shadow,
html.theme-high-contrast body .filter--box-shadow,
html.theme-high-contrast body.theme-yellow .filter--exercices.filter--box-shadow,
html.theme-high-contrast body.theme-yellow .filter--box-shadow,
html.theme-high-contrast body.theme-beige .filter--exercices.filter--box-shadow,
html.theme-high-contrast body.theme-beige .filter--box-shadow {
  background-color: #e1e0e0 !important;
  box-shadow: none;
}

html.theme-high-contrast body .filter--exercices.filter--box-shadow .form__label,
html.theme-high-contrast body .filter--box-shadow .form__label,
html.theme-high-contrast body.theme-yellow .filter--exercices.filter--box-shadow .form__label,
html.theme-high-contrast body.theme-yellow .filter--box-shadow .form__label,
html.theme-high-contrast body.theme-beige .filter--exercices.filter--box-shadow .form__label,
html.theme-high-contrast body.theme-beige .filter--box-shadow .form__label {
  color: #000;
}

html.theme-high-contrast body .filter-reset,
html.theme-high-contrast body.theme-yellow .filter-reset,
html.theme-high-contrast body.theme-beige .filter-reset {
  --animated-underline-color-text: #fff;
  --animated-underline-color-text-hover: #fff;
  --animated-underline-color-underline-hover: #fff;
}

html.theme-high-contrast body .notice .notice__wrap,
html.theme-high-contrast body.theme-yellow .notice .notice__wrap,
html.theme-high-contrast body.theme-beige .notice .notice__wrap {
  color: #fff;
  background-color: #000;
}

html.theme-high-contrast body .notice .notice__icon .icon,
html.theme-high-contrast body.theme-yellow .notice .notice__icon .icon,
html.theme-high-contrast body.theme-beige .notice .notice__icon .icon {
  color: #fff;
}

html.theme-high-contrast body .notice .notice__text p,
html.theme-high-contrast body .notice .notice__heading,
html.theme-high-contrast body.theme-yellow .notice .notice__text p,
html.theme-high-contrast body.theme-yellow .notice .notice__heading,
html.theme-high-contrast body.theme-beige .notice .notice__text p,
html.theme-high-contrast body.theme-beige .notice .notice__heading {
  color: #fff;
}

html.theme-high-contrast body .section-break,
html.theme-high-contrast body.theme-yellow .section-break,
html.theme-high-contrast body.theme-beige .section-break {
  border-bottom-color: #000;
}

html.theme-high-contrast body .button:not(.pagination__link):not(.pagination__link--bookend):not(.teaser__button),
html.theme-high-contrast body.theme-yellow .button:not(.pagination__link):not(.pagination__link--bookend):not(.teaser__button),
html.theme-high-contrast body.theme-beige .button:not(.pagination__link):not(.pagination__link--bookend):not(.teaser__button) {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #fff !important;
}

html.theme-high-contrast body .button:not(.pagination__link):not(.pagination__link--bookend):not(.teaser__button):hover, html.theme-high-contrast body .button:not(.pagination__link):not(.pagination__link--bookend):not(.teaser__button):focus, html.theme-high-contrast body .button:not(.pagination__link):not(.pagination__link--bookend):not(.teaser__button):active,
html.theme-high-contrast body.theme-yellow .button:not(.pagination__link):not(.pagination__link--bookend):not(.teaser__button):hover,
html.theme-high-contrast body.theme-yellow .button:not(.pagination__link):not(.pagination__link--bookend):not(.teaser__button):focus,
html.theme-high-contrast body.theme-yellow .button:not(.pagination__link):not(.pagination__link--bookend):not(.teaser__button):active,
html.theme-high-contrast body.theme-beige .button:not(.pagination__link):not(.pagination__link--bookend):not(.teaser__button):hover,
html.theme-high-contrast body.theme-beige .button:not(.pagination__link):not(.pagination__link--bookend):not(.teaser__button):focus,
html.theme-high-contrast body.theme-beige .button:not(.pagination__link):not(.pagination__link--bookend):not(.teaser__button):active {
  color: #000 !important;
  background-color: #fff !important;
  border-color: #000 !important;
}

html.theme-high-contrast body .article-header__buttons .button:hover, html.theme-high-contrast body .article-header__buttons .button:focus,
html.theme-high-contrast body.theme-yellow .article-header__buttons .button:hover,
html.theme-high-contrast body.theme-yellow .article-header__buttons .button:focus,
html.theme-high-contrast body.theme-beige .article-header__buttons .button:hover,
html.theme-high-contrast body.theme-beige .article-header__buttons .button:focus {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #000 !important;
}

html.theme-high-contrast body .article-header__buttons .button:hover *, html.theme-high-contrast body .article-header__buttons .button:focus *,
html.theme-high-contrast body.theme-yellow .article-header__buttons .button:hover *,
html.theme-high-contrast body.theme-yellow .article-header__buttons .button:focus *,
html.theme-high-contrast body.theme-beige .article-header__buttons .button:hover *,
html.theme-high-contrast body.theme-beige .article-header__buttons .button:focus * {
  color: #000 !important;
}

html.theme-high-contrast body .button--white:not(.pagination__link):not(.pagination__link--bookend):not(.teaser__button),
html.theme-high-contrast body.theme-yellow .button--white:not(.pagination__link):not(.pagination__link--bookend):not(.teaser__button),
html.theme-high-contrast body.theme-beige .button--white:not(.pagination__link):not(.pagination__link--bookend):not(.teaser__button) {
  color: #000;
  background-color: #fff;
  border-color: #fff !important;
}

html.theme-high-contrast body .teaser--has-link .teaser__button,
html.theme-high-contrast body.theme-yellow .teaser--has-link .teaser__button,
html.theme-high-contrast body.theme-beige .teaser--has-link .teaser__button {
  color: #000 !important;
  background-color: transparent !important;
  border-color: #000 !important;
}

html.theme-high-contrast body .teaser--has-link:hover .teaser__button,
html.theme-high-contrast body .teaser--has-link:active .teaser__button,
html.theme-high-contrast body .teaser--has-link:focus .teaser__button,
html.theme-high-contrast body.theme-yellow .teaser--has-link:hover .teaser__button,
html.theme-high-contrast body.theme-yellow .teaser--has-link:active .teaser__button,
html.theme-high-contrast body.theme-yellow .teaser--has-link:focus .teaser__button,
html.theme-high-contrast body.theme-beige .teaser--has-link:hover .teaser__button,
html.theme-high-contrast body.theme-beige .teaser--has-link:active .teaser__button,
html.theme-high-contrast body.theme-beige .teaser--has-link:focus .teaser__button {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000 !important;
}

html.theme-high-contrast body .button.hero-slider__arrow,
html.theme-high-contrast body.theme-yellow .button.hero-slider__arrow,
html.theme-high-contrast body.theme-beige .button.hero-slider__arrow {
  border-color: #fff !important;
}

html.theme-high-contrast body .button.hero-slider__arrow:hover, html.theme-high-contrast body .button.hero-slider__arrow:focus,
html.theme-high-contrast body.theme-yellow .button.hero-slider__arrow:hover,
html.theme-high-contrast body.theme-yellow .button.hero-slider__arrow:focus,
html.theme-high-contrast body.theme-beige .button.hero-slider__arrow:hover,
html.theme-high-contrast body.theme-beige .button.hero-slider__arrow:focus {
  background-color: #000;
  border-color: #fff !important;
}

html.theme-high-contrast body .button__icon,
html.theme-high-contrast body .button__icon .icon,
html.theme-high-contrast body .button__icon use,
html.theme-high-contrast body.theme-yellow .button__icon,
html.theme-high-contrast body.theme-yellow .button__icon .icon,
html.theme-high-contrast body.theme-yellow .button__icon use,
html.theme-high-contrast body.theme-beige .button__icon,
html.theme-high-contrast body.theme-beige .button__icon .icon,
html.theme-high-contrast body.theme-beige .button__icon use {
  color: inherit !important;
}

html.theme-high-contrast body .accordion.is-ready .accordion__heading,
html.theme-high-contrast body .accordion--is-ready .accordion__heading,
html.theme-high-contrast body .accordion.is-ready .accordion__heading:first-of-type,
html.theme-high-contrast body .accordion--is-ready .accordion__heading:first-of-type,
html.theme-high-contrast body.theme-yellow .accordion.is-ready .accordion__heading,
html.theme-high-contrast body.theme-yellow .accordion--is-ready .accordion__heading,
html.theme-high-contrast body.theme-yellow .accordion.is-ready .accordion__heading:first-of-type,
html.theme-high-contrast body.theme-yellow .accordion--is-ready .accordion__heading:first-of-type,
html.theme-high-contrast body.theme-beige .accordion.is-ready .accordion__heading,
html.theme-high-contrast body.theme-beige .accordion--is-ready .accordion__heading,
html.theme-high-contrast body.theme-beige .accordion.is-ready .accordion__heading:first-of-type,
html.theme-high-contrast body.theme-beige .accordion--is-ready .accordion__heading:first-of-type {
  border-color: #000;
}

html.theme-high-contrast body .accordion__icon,
html.theme-high-contrast body.theme-yellow .accordion__icon,
html.theme-high-contrast body.theme-beige .accordion__icon {
  color: #000;
}

html.theme-high-contrast body .accordion.is-ready .accordion__heading[aria-selected='true'],
html.theme-high-contrast body.theme-yellow .accordion.is-ready .accordion__heading[aria-selected='true'],
html.theme-high-contrast body.theme-beige .accordion.is-ready .accordion__heading[aria-selected='true'] {
  border-bottom-color: transparent;
}

html.theme-high-contrast body .accordion.is-ready .accordion__panel[aria-hidden='false'],
html.theme-high-contrast body .accordion--is-ready .accordion__panel[aria-hidden='false'],
html.theme-high-contrast body.theme-yellow .accordion.is-ready .accordion__panel[aria-hidden='false'],
html.theme-high-contrast body.theme-yellow .accordion--is-ready .accordion__panel[aria-hidden='false'],
html.theme-high-contrast body.theme-beige .accordion.is-ready .accordion__panel[aria-hidden='false'],
html.theme-high-contrast body.theme-beige .accordion--is-ready .accordion__panel[aria-hidden='false'] {
  border-color: #000;
}

html.theme-high-contrast body .facts-list__item,
html.theme-high-contrast body.theme-yellow .facts-list__item,
html.theme-high-contrast body.theme-beige .facts-list__item {
  border-color: #000;
}

html.theme-high-contrast body .article-header__decor path,
html.theme-high-contrast body.theme-yellow .article-header__decor path,
html.theme-high-contrast body.theme-beige .article-header__decor path {
  color: #004f7c;
}

html.theme-high-contrast body .top-scroll,
html.theme-high-contrast body.theme-yellow .top-scroll,
html.theme-high-contrast body.theme-beige .top-scroll {
  background-color: #000;
  border: 1px solid #fff;
}

html.theme-high-contrast body .top-scroll:hover, html.theme-high-contrast body .top-scroll:focus,
html.theme-high-contrast body.theme-yellow .top-scroll:hover,
html.theme-high-contrast body.theme-yellow .top-scroll:focus,
html.theme-high-contrast body.theme-beige .top-scroll:hover,
html.theme-high-contrast body.theme-beige .top-scroll:focus {
  background-color: #fff;
  color: #000;
}

html.theme-high-contrast body .copytext blockquote,
html.theme-high-contrast body.theme-yellow .copytext blockquote,
html.theme-high-contrast body.theme-beige .copytext blockquote {
  border-color: #000;
}

html.theme-high-contrast body .image .lightbox-link .lightbox-link__overlay,
html.theme-high-contrast body.theme-yellow .image .lightbox-link .lightbox-link__overlay,
html.theme-high-contrast body.theme-beige .image .lightbox-link .lightbox-link__overlay {
  opacity: 1;
  background: #000;
}

html.theme-high-contrast body .fancybox-bg,
html.theme-high-contrast body.theme-yellow .fancybox-bg,
html.theme-high-contrast body.theme-beige .fancybox-bg {
  background-color: #000;
}

html.theme-high-contrast body .fancybox-container .caption__credits,
html.theme-high-contrast body.theme-yellow .fancybox-container .caption__credits,
html.theme-high-contrast body.theme-beige .fancybox-container .caption__credits {
  color: #fff;
}

html.theme-high-contrast body .fancybox-button,
html.theme-high-contrast body.theme-yellow .fancybox-button,
html.theme-high-contrast body.theme-beige .fancybox-button {
  color: #000;
  background-color: #fff;
}

html.theme-high-contrast body .fancybox-button:hover,
html.theme-high-contrast body.theme-yellow .fancybox-button:hover,
html.theme-high-contrast body.theme-beige .fancybox-button:hover {
  color: #fff;
  background-color: #000;
}

html.theme-high-contrast body .slideshow .aspect-ratio > *,
html.theme-high-contrast body.theme-yellow .slideshow .aspect-ratio > *,
html.theme-high-contrast body.theme-beige .slideshow .aspect-ratio > * {
  background-color: transparent;
  border: 1px solid #000;
}

html.theme-high-contrast body .modal--search-overlay,
html.theme-high-contrast body.theme-yellow .modal--search-overlay,
html.theme-high-contrast body.theme-beige .modal--search-overlay {
  background-color: #000;
}

html.theme-high-contrast body .search-overlay__submit,
html.theme-high-contrast body.theme-yellow .search-overlay__submit,
html.theme-high-contrast body.theme-beige .search-overlay__submit {
  background-color: #000 !important;
}

html.theme-high-contrast body .contact-set,
html.theme-high-contrast body.theme-yellow .contact-set,
html.theme-high-contrast body.theme-beige .contact-set {
  background-color: transparent !important;
}

html.theme-high-contrast body .contact-set--blue,
html.theme-high-contrast body.theme-yellow .contact-set--blue,
html.theme-high-contrast body.theme-beige .contact-set--blue {
  background-color: transparent !important;
  border: 1px solid #000;
}

html.theme-high-contrast body .contact--lg .contact__image,
html.theme-high-contrast body.theme-yellow .contact--lg .contact__image,
html.theme-high-contrast body.theme-beige .contact--lg .contact__image {
  background-color: transparent;
}

html.theme-high-contrast body .contact__image,
html.theme-high-contrast body.theme-yellow .contact__image,
html.theme-high-contrast body.theme-beige .contact__image {
  background-color: transparent;
}

html.theme-high-contrast body .breadcrumb__link, html.theme-high-contrast body .breadcrumb__link:hover, html.theme-high-contrast body .breadcrumb__link:focus,
html.theme-high-contrast body.theme-yellow .breadcrumb__link,
html.theme-high-contrast body.theme-yellow .breadcrumb__link:hover,
html.theme-high-contrast body.theme-yellow .breadcrumb__link:focus,
html.theme-high-contrast body.theme-beige .breadcrumb__link,
html.theme-high-contrast body.theme-beige .breadcrumb__link:hover,
html.theme-high-contrast body.theme-beige .breadcrumb__link:focus {
  color: #000;
}

html.theme-high-contrast body .breadcrumb__link::after, html.theme-high-contrast body .breadcrumb__link:hover::after, html.theme-high-contrast body .breadcrumb__link:focus::after,
html.theme-high-contrast body.theme-yellow .breadcrumb__link::after,
html.theme-high-contrast body.theme-yellow .breadcrumb__link:hover::after,
html.theme-high-contrast body.theme-yellow .breadcrumb__link:focus::after,
html.theme-high-contrast body.theme-beige .breadcrumb__link::after,
html.theme-high-contrast body.theme-beige .breadcrumb__link:hover::after,
html.theme-high-contrast body.theme-beige .breadcrumb__link:focus::after {
  background-color: #000;
}

html.theme-high-contrast body .list--number > li::before,
html.theme-high-contrast body .copytext ol > li::before,
html.theme-high-contrast body .copytext--sm ol > li::before,
html.theme-high-contrast body .copytext--xs ol > li::before,
html.theme-high-contrast body .copytext--lg ol > li::before,
html.theme-high-contrast body .teaser__text ol > li::before,
html.theme-high-contrast body.theme-yellow .list--number > li::before,
html.theme-high-contrast body.theme-yellow .copytext ol > li::before,
html.theme-high-contrast body.theme-yellow .copytext--sm ol > li::before,
html.theme-high-contrast body.theme-yellow .copytext--xs ol > li::before,
html.theme-high-contrast body.theme-yellow .copytext--lg ol > li::before,
html.theme-high-contrast body.theme-yellow .teaser__text ol > li::before,
html.theme-high-contrast body.theme-beige .list--number > li::before,
html.theme-high-contrast body.theme-beige .copytext ol > li::before,
html.theme-high-contrast body.theme-beige .copytext--sm ol > li::before,
html.theme-high-contrast body.theme-beige .copytext--xs ol > li::before,
html.theme-high-contrast body.theme-beige .copytext--lg ol > li::before,
html.theme-high-contrast body.theme-beige .teaser__text ol > li::before {
  color: currentColor;
}

html.theme-high-contrast body .solr__status,
html.theme-high-contrast body.theme-yellow .solr__status,
html.theme-high-contrast body.theme-beige .solr__status {
  border: 1px solid #000;
  background-color: transparent;
}

html.theme-high-contrast body .exercise-summary__meta,
html.theme-high-contrast body .exercise-summary__links,
html.theme-high-contrast body.theme-yellow .exercise-summary__meta,
html.theme-high-contrast body.theme-yellow .exercise-summary__links,
html.theme-high-contrast body.theme-beige .exercise-summary__meta,
html.theme-high-contrast body.theme-beige .exercise-summary__links {
  border: 1px solid #000;
  background-color: #fff;
}

html.theme-high-contrast body .exercise-summary__topic-icon,
html.theme-high-contrast body.theme-yellow .exercise-summary__topic-icon,
html.theme-high-contrast body.theme-beige .exercise-summary__topic-icon {
  color: #000;
}

.background-color--blue-lightest {
  background-color: #f2f6f8 !important;
}

.background-color--blue-light {
  background-color: #d9f1fd !important;
}

.background-color--blue {
  background-color: #004f7c !important;
}

.background-color--orange {
  background-color: #e75113 !important;
}

.display-none {
  display: "none" !important;
}

.display-inline {
  display: "inline" !important;
}

.display-inline-block {
  display: "inline-block" !important;
}

.display-block {
  display: "block" !important;
}

.display-flex {
  display: "flex" !important;
}

.display-inline-flex {
  display: "inline-flex" !important;
}

@media (min-width: 400px) {
  .display-xs-none {
    display: "none" !important;
  }
  .display-xs-inline {
    display: "inline" !important;
  }
  .display-xs-inline-block {
    display: "inline-block" !important;
  }
  .display-xs-block {
    display: "block" !important;
  }
  .display-xs-flex {
    display: "flex" !important;
  }
  .display-xs-inline-flex {
    display: "inline-flex" !important;
  }
}

@media (min-width: 480px) {
  .display-sm-none {
    display: "none" !important;
  }
  .display-sm-inline {
    display: "inline" !important;
  }
  .display-sm-inline-block {
    display: "inline-block" !important;
  }
  .display-sm-block {
    display: "block" !important;
  }
  .display-sm-flex {
    display: "flex" !important;
  }
  .display-sm-inline-flex {
    display: "inline-flex" !important;
  }
}

@media (min-width: 720px) {
  .display-md-none {
    display: "none" !important;
  }
  .display-md-inline {
    display: "inline" !important;
  }
  .display-md-inline-block {
    display: "inline-block" !important;
  }
  .display-md-block {
    display: "block" !important;
  }
  .display-md-flex {
    display: "flex" !important;
  }
  .display-md-inline-flex {
    display: "inline-flex" !important;
  }
}

@media (min-width: 960px) {
  .display-lg-none {
    display: "none" !important;
  }
  .display-lg-inline {
    display: "inline" !important;
  }
  .display-lg-inline-block {
    display: "inline-block" !important;
  }
  .display-lg-block {
    display: "block" !important;
  }
  .display-lg-flex {
    display: "flex" !important;
  }
  .display-lg-inline-flex {
    display: "inline-flex" !important;
  }
}

@media (min-width: 1200px) {
  .display-xl-none {
    display: "none" !important;
  }
  .display-xl-inline {
    display: "inline" !important;
  }
  .display-xl-inline-block {
    display: "inline-block" !important;
  }
  .display-xl-block {
    display: "block" !important;
  }
  .display-xl-flex {
    display: "flex" !important;
  }
  .display-xl-inline-flex {
    display: "inline-flex" !important;
  }
}

@media (min-width: 1440px) {
  .display-xxl-none {
    display: "none" !important;
  }
  .display-xxl-inline {
    display: "inline" !important;
  }
  .display-xxl-inline-block {
    display: "inline-block" !important;
  }
  .display-xxl-block {
    display: "block" !important;
  }
  .display-xxl-flex {
    display: "flex" !important;
  }
  .display-xxl-inline-flex {
    display: "inline-flex" !important;
  }
}

.display-flex {
  display: flex;
}

.display-inline-flex {
  display: inline-flex;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 400px) {
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    justify-content: space-around !important;
  }
  .align-items-xs-start {
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-baseline {
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .align-content-xs-start {
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    align-content: center !important;
  }
  .align-content-xs-between {
    align-content: space-between !important;
  }
  .align-content-xs-around {
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    align-self: auto !important;
  }
  .align-self-xs-start {
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    align-self: center !important;
  }
  .align-self-xs-baseline {
    align-self: baseline !important;
  }
  .align-self-xs-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 480px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 720px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 960px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1440px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}

.font-size-9 {
  font-size: 1.625rem !important;
  line-height: 1.23077 !important;
}

@media (min-width: 720px) {
  .font-size-9 {
    font-size: 2.625rem !important;
    line-height: 1.09524 !important;
  }
}

@media (min-width: 1200px) {
  .font-size-9 {
    font-size: 3rem !important;
    line-height: 1.20833 !important;
  }
}

.font-size-8 {
  font-size: 1.3125rem !important;
  line-height: 1.2381 !important;
}

@media (min-width: 720px) {
  .font-size-8 {
    font-size: 2rem !important;
    line-height: 1.0625 !important;
  }
}

@media (min-width: 1200px) {
  .font-size-8 {
    font-size: 2.375rem !important;
    line-height: 1.15789 !important;
  }
}

.font-size-7 {
  font-size: 1.3125rem !important;
  line-height: 1.33333 !important;
}

@media (min-width: 720px) {
  .font-size-7 {
    font-size: 1.625rem !important;
    line-height: 1.23077 !important;
  }
}

@media (min-width: 1200px) {
  .font-size-7 {
    font-size: 2rem !important;
    line-height: 1.1875 !important;
  }
}

.font-size-6 {
  font-size: 1.3125rem !important;
  line-height: 1.2381 !important;
}

@media (min-width: 720px) {
  .font-size-6 {
    font-size: 1.3125rem !important;
    line-height: 1.33333 !important;
  }
}

@media (min-width: 1200px) {
  .font-size-6 {
    font-size: 1.625rem !important;
    line-height: 1.23077 !important;
  }
}

.font-size-5 {
  font-size: 1.0625rem !important;
  line-height: 1.47059 !important;
}

@media (min-width: 720px) {
  .font-size-5 {
    font-size: 1.1875rem !important;
    line-height: 1.36842 !important;
  }
}

@media (min-width: 1200px) {
  .font-size-5 {
    font-size: 1.3125rem !important;
    line-height: 1.52381 !important;
  }
}

.font-size-4 {
  font-size: 1rem !important;
  line-height: 1.5 !important;
}

@media (min-width: 720px) {
  .font-size-4 {
    font-size: 1.0625rem !important;
    line-height: 1.52941 !important;
  }
}

@media (min-width: 1200px) {
  .font-size-4 {
    font-size: 1.1875rem !important;
    line-height: 1.47368 !important;
  }
}

.font-size-3 {
  font-size: 0.9375rem !important;
  line-height: 1.33333 !important;
}

@media (min-width: 720px) {
  .font-size-3 {
    font-size: 1rem !important;
    line-height: 1.25 !important;
  }
}

@media (min-width: 1200px) {
  .font-size-3 {
    font-size: 1.0625rem !important;
    line-height: 1.52941 !important;
  }
}

.font-size-2 {
  font-size: 0.875rem !important;
  line-height: 1.42857 !important;
}

@media (min-width: 720px) {
  .font-size-2 {
    font-size: 0.875rem !important;
    line-height: 1.42857 !important;
  }
}

@media (min-width: 1200px) {
  .font-size-2 {
    font-size: 0.9375rem !important;
    line-height: 1.4 !important;
  }
}

.font-size-1 {
  font-size: 0.75rem !important;
  line-height: 1.5 !important;
}

@media (min-width: 720px) {
  .font-size-1 {
    font-size: 0.75rem !important;
    line-height: 1.5 !important;
  }
}

@media (min-width: 1200px) {
  .font-size-1 {
    font-size: 0.8125rem !important;
    line-height: 1.38462 !important;
  }
}

.font-variant-tabular {
  font-variant-numeric: tabular-nums !important;
}

.font-variant-oldstyle {
  font-variant-numeric: oldstyle-nums !important;
}

.margin-0 {
  margin: 0rem !important;
}

@media (min-width: 720px) {
  .margin-0 {
    margin: 0rem !important;
  }
}

@media (min-width: 960px) {
  .margin-0 {
    margin: 0rem !important;
  }
}

.margin-top-0 {
  margin-block-start: 0rem !important;
}

@media (min-width: 720px) {
  .margin-top-0 {
    margin-block-start: 0rem !important;
  }
}

@media (min-width: 960px) {
  .margin-top-0 {
    margin-block-start: 0rem !important;
  }
}

.margin-bottom-0 {
  margin-block-end: 0rem !important;
}

@media (min-width: 720px) {
  .margin-bottom-0 {
    margin-block-end: 0rem !important;
  }
}

@media (min-width: 960px) {
  .margin-bottom-0 {
    margin-block-end: 0rem !important;
  }
}

.margin-left-0 {
  margin-inline-start: 0rem !important;
}

@media (min-width: 720px) {
  .margin-left-0 {
    margin-inline-start: 0rem !important;
  }
}

@media (min-width: 960px) {
  .margin-left-0 {
    margin-inline-start: 0rem !important;
  }
}

.margin-right-0 {
  margin-inline-end: 0rem !important;
}

@media (min-width: 720px) {
  .margin-right-0 {
    margin-inline-end: 0rem !important;
  }
}

@media (min-width: 960px) {
  .margin-right-0 {
    margin-inline-end: 0rem !important;
  }
}

.margin-inline-0,
.margin-x-0 {
  margin-inline: 0rem !important;
}

@media (min-width: 720px) {
  .margin-inline-0,
  .margin-x-0 {
    margin-inline: 0rem !important;
  }
}

@media (min-width: 960px) {
  .margin-inline-0,
  .margin-x-0 {
    margin-inline: 0rem !important;
  }
}

.margin-block-0,
.margin-y-0 {
  margin-block: 0rem !important;
}

@media (min-width: 720px) {
  .margin-block-0,
  .margin-y-0 {
    margin-block: 0rem !important;
  }
}

@media (min-width: 960px) {
  .margin-block-0,
  .margin-y-0 {
    margin-block: 0rem !important;
  }
}

.margin-1 {
  margin: 0.5rem !important;
}

@media (min-width: 720px) {
  .margin-1 {
    margin: 0.5rem !important;
  }
}

@media (min-width: 960px) {
  .margin-1 {
    margin: 0.5rem !important;
  }
}

.margin-top-1 {
  margin-block-start: 0.5rem !important;
}

@media (min-width: 720px) {
  .margin-top-1 {
    margin-block-start: 0.5rem !important;
  }
}

@media (min-width: 960px) {
  .margin-top-1 {
    margin-block-start: 0.5rem !important;
  }
}

.margin-bottom-1 {
  margin-block-end: 0.5rem !important;
}

@media (min-width: 720px) {
  .margin-bottom-1 {
    margin-block-end: 0.5rem !important;
  }
}

@media (min-width: 960px) {
  .margin-bottom-1 {
    margin-block-end: 0.5rem !important;
  }
}

.margin-left-1 {
  margin-inline-start: 0.5rem !important;
}

@media (min-width: 720px) {
  .margin-left-1 {
    margin-inline-start: 0.5rem !important;
  }
}

@media (min-width: 960px) {
  .margin-left-1 {
    margin-inline-start: 0.5rem !important;
  }
}

.margin-right-1 {
  margin-inline-end: 0.5rem !important;
}

@media (min-width: 720px) {
  .margin-right-1 {
    margin-inline-end: 0.5rem !important;
  }
}

@media (min-width: 960px) {
  .margin-right-1 {
    margin-inline-end: 0.5rem !important;
  }
}

.margin-inline-1,
.margin-x-1 {
  margin-inline: 0.5rem !important;
}

@media (min-width: 720px) {
  .margin-inline-1,
  .margin-x-1 {
    margin-inline: 0.5rem !important;
  }
}

@media (min-width: 960px) {
  .margin-inline-1,
  .margin-x-1 {
    margin-inline: 0.5rem !important;
  }
}

.margin-block-1,
.margin-y-1 {
  margin-block: 0.5rem !important;
}

@media (min-width: 720px) {
  .margin-block-1,
  .margin-y-1 {
    margin-block: 0.5rem !important;
  }
}

@media (min-width: 960px) {
  .margin-block-1,
  .margin-y-1 {
    margin-block: 0.5rem !important;
  }
}

.margin-2 {
  margin: 1rem !important;
}

@media (min-width: 720px) {
  .margin-2 {
    margin: 1rem !important;
  }
}

@media (min-width: 960px) {
  .margin-2 {
    margin: 1rem !important;
  }
}

.margin-top-2 {
  margin-block-start: 1rem !important;
}

@media (min-width: 720px) {
  .margin-top-2 {
    margin-block-start: 1rem !important;
  }
}

@media (min-width: 960px) {
  .margin-top-2 {
    margin-block-start: 1rem !important;
  }
}

.margin-bottom-2 {
  margin-block-end: 1rem !important;
}

@media (min-width: 720px) {
  .margin-bottom-2 {
    margin-block-end: 1rem !important;
  }
}

@media (min-width: 960px) {
  .margin-bottom-2 {
    margin-block-end: 1rem !important;
  }
}

.margin-left-2 {
  margin-inline-start: 1rem !important;
}

@media (min-width: 720px) {
  .margin-left-2 {
    margin-inline-start: 1rem !important;
  }
}

@media (min-width: 960px) {
  .margin-left-2 {
    margin-inline-start: 1rem !important;
  }
}

.margin-right-2 {
  margin-inline-end: 1rem !important;
}

@media (min-width: 720px) {
  .margin-right-2 {
    margin-inline-end: 1rem !important;
  }
}

@media (min-width: 960px) {
  .margin-right-2 {
    margin-inline-end: 1rem !important;
  }
}

.margin-inline-2,
.margin-x-2 {
  margin-inline: 1rem !important;
}

@media (min-width: 720px) {
  .margin-inline-2,
  .margin-x-2 {
    margin-inline: 1rem !important;
  }
}

@media (min-width: 960px) {
  .margin-inline-2,
  .margin-x-2 {
    margin-inline: 1rem !important;
  }
}

.margin-block-2,
.margin-y-2 {
  margin-block: 1rem !important;
}

@media (min-width: 720px) {
  .margin-block-2,
  .margin-y-2 {
    margin-block: 1rem !important;
  }
}

@media (min-width: 960px) {
  .margin-block-2,
  .margin-y-2 {
    margin-block: 1rem !important;
  }
}

.margin-3 {
  margin: 1.5rem !important;
}

@media (min-width: 720px) {
  .margin-3 {
    margin: 1.5rem !important;
  }
}

@media (min-width: 960px) {
  .margin-3 {
    margin: 1.5rem !important;
  }
}

.margin-top-3 {
  margin-block-start: 1.5rem !important;
}

@media (min-width: 720px) {
  .margin-top-3 {
    margin-block-start: 1.5rem !important;
  }
}

@media (min-width: 960px) {
  .margin-top-3 {
    margin-block-start: 1.5rem !important;
  }
}

.margin-bottom-3 {
  margin-block-end: 1.5rem !important;
}

@media (min-width: 720px) {
  .margin-bottom-3 {
    margin-block-end: 1.5rem !important;
  }
}

@media (min-width: 960px) {
  .margin-bottom-3 {
    margin-block-end: 1.5rem !important;
  }
}

.margin-left-3 {
  margin-inline-start: 1.5rem !important;
}

@media (min-width: 720px) {
  .margin-left-3 {
    margin-inline-start: 1.5rem !important;
  }
}

@media (min-width: 960px) {
  .margin-left-3 {
    margin-inline-start: 1.5rem !important;
  }
}

.margin-right-3 {
  margin-inline-end: 1.5rem !important;
}

@media (min-width: 720px) {
  .margin-right-3 {
    margin-inline-end: 1.5rem !important;
  }
}

@media (min-width: 960px) {
  .margin-right-3 {
    margin-inline-end: 1.5rem !important;
  }
}

.margin-inline-3,
.margin-x-3 {
  margin-inline: 1.5rem !important;
}

@media (min-width: 720px) {
  .margin-inline-3,
  .margin-x-3 {
    margin-inline: 1.5rem !important;
  }
}

@media (min-width: 960px) {
  .margin-inline-3,
  .margin-x-3 {
    margin-inline: 1.5rem !important;
  }
}

.margin-block-3,
.margin-y-3 {
  margin-block: 1.5rem !important;
}

@media (min-width: 720px) {
  .margin-block-3,
  .margin-y-3 {
    margin-block: 1.5rem !important;
  }
}

@media (min-width: 960px) {
  .margin-block-3,
  .margin-y-3 {
    margin-block: 1.5rem !important;
  }
}

.margin-4 {
  margin: 2rem !important;
}

@media (min-width: 720px) {
  .margin-4 {
    margin: 2rem !important;
  }
}

@media (min-width: 960px) {
  .margin-4 {
    margin: 2rem !important;
  }
}

.margin-top-4 {
  margin-block-start: 2rem !important;
}

@media (min-width: 720px) {
  .margin-top-4 {
    margin-block-start: 2rem !important;
  }
}

@media (min-width: 960px) {
  .margin-top-4 {
    margin-block-start: 2rem !important;
  }
}

.margin-bottom-4 {
  margin-block-end: 2rem !important;
}

@media (min-width: 720px) {
  .margin-bottom-4 {
    margin-block-end: 2rem !important;
  }
}

@media (min-width: 960px) {
  .margin-bottom-4 {
    margin-block-end: 2rem !important;
  }
}

.margin-left-4 {
  margin-inline-start: 2rem !important;
}

@media (min-width: 720px) {
  .margin-left-4 {
    margin-inline-start: 2rem !important;
  }
}

@media (min-width: 960px) {
  .margin-left-4 {
    margin-inline-start: 2rem !important;
  }
}

.margin-right-4 {
  margin-inline-end: 2rem !important;
}

@media (min-width: 720px) {
  .margin-right-4 {
    margin-inline-end: 2rem !important;
  }
}

@media (min-width: 960px) {
  .margin-right-4 {
    margin-inline-end: 2rem !important;
  }
}

.margin-inline-4,
.margin-x-4 {
  margin-inline: 2rem !important;
}

@media (min-width: 720px) {
  .margin-inline-4,
  .margin-x-4 {
    margin-inline: 2rem !important;
  }
}

@media (min-width: 960px) {
  .margin-inline-4,
  .margin-x-4 {
    margin-inline: 2rem !important;
  }
}

.margin-block-4,
.margin-y-4 {
  margin-block: 2rem !important;
}

@media (min-width: 720px) {
  .margin-block-4,
  .margin-y-4 {
    margin-block: 2rem !important;
  }
}

@media (min-width: 960px) {
  .margin-block-4,
  .margin-y-4 {
    margin-block: 2rem !important;
  }
}

.margin-5 {
  margin: 2.5rem !important;
}

@media (min-width: 720px) {
  .margin-5 {
    margin: 2.5rem !important;
  }
}

@media (min-width: 960px) {
  .margin-5 {
    margin: 2.5rem !important;
  }
}

.margin-top-5 {
  margin-block-start: 2.5rem !important;
}

@media (min-width: 720px) {
  .margin-top-5 {
    margin-block-start: 2.5rem !important;
  }
}

@media (min-width: 960px) {
  .margin-top-5 {
    margin-block-start: 2.5rem !important;
  }
}

.margin-bottom-5 {
  margin-block-end: 2.5rem !important;
}

@media (min-width: 720px) {
  .margin-bottom-5 {
    margin-block-end: 2.5rem !important;
  }
}

@media (min-width: 960px) {
  .margin-bottom-5 {
    margin-block-end: 2.5rem !important;
  }
}

.margin-left-5 {
  margin-inline-start: 2.5rem !important;
}

@media (min-width: 720px) {
  .margin-left-5 {
    margin-inline-start: 2.5rem !important;
  }
}

@media (min-width: 960px) {
  .margin-left-5 {
    margin-inline-start: 2.5rem !important;
  }
}

.margin-right-5 {
  margin-inline-end: 2.5rem !important;
}

@media (min-width: 720px) {
  .margin-right-5 {
    margin-inline-end: 2.5rem !important;
  }
}

@media (min-width: 960px) {
  .margin-right-5 {
    margin-inline-end: 2.5rem !important;
  }
}

.margin-inline-5,
.margin-x-5 {
  margin-inline: 2.5rem !important;
}

@media (min-width: 720px) {
  .margin-inline-5,
  .margin-x-5 {
    margin-inline: 2.5rem !important;
  }
}

@media (min-width: 960px) {
  .margin-inline-5,
  .margin-x-5 {
    margin-inline: 2.5rem !important;
  }
}

.margin-block-5,
.margin-y-5 {
  margin-block: 2.5rem !important;
}

@media (min-width: 720px) {
  .margin-block-5,
  .margin-y-5 {
    margin-block: 2.5rem !important;
  }
}

@media (min-width: 960px) {
  .margin-block-5,
  .margin-y-5 {
    margin-block: 2.5rem !important;
  }
}

.margin-6 {
  margin: 3rem !important;
}

@media (min-width: 720px) {
  .margin-6 {
    margin: 3rem !important;
  }
}

@media (min-width: 960px) {
  .margin-6 {
    margin: 3rem !important;
  }
}

.margin-top-6 {
  margin-block-start: 3rem !important;
}

@media (min-width: 720px) {
  .margin-top-6 {
    margin-block-start: 3rem !important;
  }
}

@media (min-width: 960px) {
  .margin-top-6 {
    margin-block-start: 3rem !important;
  }
}

.margin-bottom-6 {
  margin-block-end: 3rem !important;
}

@media (min-width: 720px) {
  .margin-bottom-6 {
    margin-block-end: 3rem !important;
  }
}

@media (min-width: 960px) {
  .margin-bottom-6 {
    margin-block-end: 3rem !important;
  }
}

.margin-left-6 {
  margin-inline-start: 3rem !important;
}

@media (min-width: 720px) {
  .margin-left-6 {
    margin-inline-start: 3rem !important;
  }
}

@media (min-width: 960px) {
  .margin-left-6 {
    margin-inline-start: 3rem !important;
  }
}

.margin-right-6 {
  margin-inline-end: 3rem !important;
}

@media (min-width: 720px) {
  .margin-right-6 {
    margin-inline-end: 3rem !important;
  }
}

@media (min-width: 960px) {
  .margin-right-6 {
    margin-inline-end: 3rem !important;
  }
}

.margin-inline-6,
.margin-x-6 {
  margin-inline: 3rem !important;
}

@media (min-width: 720px) {
  .margin-inline-6,
  .margin-x-6 {
    margin-inline: 3rem !important;
  }
}

@media (min-width: 960px) {
  .margin-inline-6,
  .margin-x-6 {
    margin-inline: 3rem !important;
  }
}

.margin-block-6,
.margin-y-6 {
  margin-block: 3rem !important;
}

@media (min-width: 720px) {
  .margin-block-6,
  .margin-y-6 {
    margin-block: 3rem !important;
  }
}

@media (min-width: 960px) {
  .margin-block-6,
  .margin-y-6 {
    margin-block: 3rem !important;
  }
}

.margin-7 {
  margin: 3.5rem !important;
}

@media (min-width: 720px) {
  .margin-7 {
    margin: 3.5rem !important;
  }
}

@media (min-width: 960px) {
  .margin-7 {
    margin: 3.5rem !important;
  }
}

.margin-top-7 {
  margin-block-start: 3.5rem !important;
}

@media (min-width: 720px) {
  .margin-top-7 {
    margin-block-start: 3.5rem !important;
  }
}

@media (min-width: 960px) {
  .margin-top-7 {
    margin-block-start: 3.5rem !important;
  }
}

.margin-bottom-7 {
  margin-block-end: 3.5rem !important;
}

@media (min-width: 720px) {
  .margin-bottom-7 {
    margin-block-end: 3.5rem !important;
  }
}

@media (min-width: 960px) {
  .margin-bottom-7 {
    margin-block-end: 3.5rem !important;
  }
}

.margin-left-7 {
  margin-inline-start: 3.5rem !important;
}

@media (min-width: 720px) {
  .margin-left-7 {
    margin-inline-start: 3.5rem !important;
  }
}

@media (min-width: 960px) {
  .margin-left-7 {
    margin-inline-start: 3.5rem !important;
  }
}

.margin-right-7 {
  margin-inline-end: 3.5rem !important;
}

@media (min-width: 720px) {
  .margin-right-7 {
    margin-inline-end: 3.5rem !important;
  }
}

@media (min-width: 960px) {
  .margin-right-7 {
    margin-inline-end: 3.5rem !important;
  }
}

.margin-inline-7,
.margin-x-7 {
  margin-inline: 3.5rem !important;
}

@media (min-width: 720px) {
  .margin-inline-7,
  .margin-x-7 {
    margin-inline: 3.5rem !important;
  }
}

@media (min-width: 960px) {
  .margin-inline-7,
  .margin-x-7 {
    margin-inline: 3.5rem !important;
  }
}

.margin-block-7,
.margin-y-7 {
  margin-block: 3.5rem !important;
}

@media (min-width: 720px) {
  .margin-block-7,
  .margin-y-7 {
    margin-block: 3.5rem !important;
  }
}

@media (min-width: 960px) {
  .margin-block-7,
  .margin-y-7 {
    margin-block: 3.5rem !important;
  }
}

.margin-8 {
  margin: 4rem !important;
}

@media (min-width: 720px) {
  .margin-8 {
    margin: 4rem !important;
  }
}

@media (min-width: 960px) {
  .margin-8 {
    margin: 4rem !important;
  }
}

.margin-top-8 {
  margin-block-start: 4rem !important;
}

@media (min-width: 720px) {
  .margin-top-8 {
    margin-block-start: 4rem !important;
  }
}

@media (min-width: 960px) {
  .margin-top-8 {
    margin-block-start: 4rem !important;
  }
}

.margin-bottom-8 {
  margin-block-end: 4rem !important;
}

@media (min-width: 720px) {
  .margin-bottom-8 {
    margin-block-end: 4rem !important;
  }
}

@media (min-width: 960px) {
  .margin-bottom-8 {
    margin-block-end: 4rem !important;
  }
}

.margin-left-8 {
  margin-inline-start: 4rem !important;
}

@media (min-width: 720px) {
  .margin-left-8 {
    margin-inline-start: 4rem !important;
  }
}

@media (min-width: 960px) {
  .margin-left-8 {
    margin-inline-start: 4rem !important;
  }
}

.margin-right-8 {
  margin-inline-end: 4rem !important;
}

@media (min-width: 720px) {
  .margin-right-8 {
    margin-inline-end: 4rem !important;
  }
}

@media (min-width: 960px) {
  .margin-right-8 {
    margin-inline-end: 4rem !important;
  }
}

.margin-inline-8,
.margin-x-8 {
  margin-inline: 4rem !important;
}

@media (min-width: 720px) {
  .margin-inline-8,
  .margin-x-8 {
    margin-inline: 4rem !important;
  }
}

@media (min-width: 960px) {
  .margin-inline-8,
  .margin-x-8 {
    margin-inline: 4rem !important;
  }
}

.margin-block-8,
.margin-y-8 {
  margin-block: 4rem !important;
}

@media (min-width: 720px) {
  .margin-block-8,
  .margin-y-8 {
    margin-block: 4rem !important;
  }
}

@media (min-width: 960px) {
  .margin-block-8,
  .margin-y-8 {
    margin-block: 4rem !important;
  }
}

.margin-9 {
  margin: 4.5rem !important;
}

@media (min-width: 720px) {
  .margin-9 {
    margin: 4.5rem !important;
  }
}

@media (min-width: 960px) {
  .margin-9 {
    margin: 4.5rem !important;
  }
}

.margin-top-9 {
  margin-block-start: 4.5rem !important;
}

@media (min-width: 720px) {
  .margin-top-9 {
    margin-block-start: 4.5rem !important;
  }
}

@media (min-width: 960px) {
  .margin-top-9 {
    margin-block-start: 4.5rem !important;
  }
}

.margin-bottom-9 {
  margin-block-end: 4.5rem !important;
}

@media (min-width: 720px) {
  .margin-bottom-9 {
    margin-block-end: 4.5rem !important;
  }
}

@media (min-width: 960px) {
  .margin-bottom-9 {
    margin-block-end: 4.5rem !important;
  }
}

.margin-left-9 {
  margin-inline-start: 4.5rem !important;
}

@media (min-width: 720px) {
  .margin-left-9 {
    margin-inline-start: 4.5rem !important;
  }
}

@media (min-width: 960px) {
  .margin-left-9 {
    margin-inline-start: 4.5rem !important;
  }
}

.margin-right-9 {
  margin-inline-end: 4.5rem !important;
}

@media (min-width: 720px) {
  .margin-right-9 {
    margin-inline-end: 4.5rem !important;
  }
}

@media (min-width: 960px) {
  .margin-right-9 {
    margin-inline-end: 4.5rem !important;
  }
}

.margin-inline-9,
.margin-x-9 {
  margin-inline: 4.5rem !important;
}

@media (min-width: 720px) {
  .margin-inline-9,
  .margin-x-9 {
    margin-inline: 4.5rem !important;
  }
}

@media (min-width: 960px) {
  .margin-inline-9,
  .margin-x-9 {
    margin-inline: 4.5rem !important;
  }
}

.margin-block-9,
.margin-y-9 {
  margin-block: 4.5rem !important;
}

@media (min-width: 720px) {
  .margin-block-9,
  .margin-y-9 {
    margin-block: 4.5rem !important;
  }
}

@media (min-width: 960px) {
  .margin-block-9,
  .margin-y-9 {
    margin-block: 4.5rem !important;
  }
}

.margin-10 {
  margin: 5rem !important;
}

@media (min-width: 720px) {
  .margin-10 {
    margin: 5rem !important;
  }
}

@media (min-width: 960px) {
  .margin-10 {
    margin: 5rem !important;
  }
}

.margin-top-10 {
  margin-block-start: 5rem !important;
}

@media (min-width: 720px) {
  .margin-top-10 {
    margin-block-start: 5rem !important;
  }
}

@media (min-width: 960px) {
  .margin-top-10 {
    margin-block-start: 5rem !important;
  }
}

.margin-bottom-10 {
  margin-block-end: 5rem !important;
}

@media (min-width: 720px) {
  .margin-bottom-10 {
    margin-block-end: 5rem !important;
  }
}

@media (min-width: 960px) {
  .margin-bottom-10 {
    margin-block-end: 5rem !important;
  }
}

.margin-left-10 {
  margin-inline-start: 5rem !important;
}

@media (min-width: 720px) {
  .margin-left-10 {
    margin-inline-start: 5rem !important;
  }
}

@media (min-width: 960px) {
  .margin-left-10 {
    margin-inline-start: 5rem !important;
  }
}

.margin-right-10 {
  margin-inline-end: 5rem !important;
}

@media (min-width: 720px) {
  .margin-right-10 {
    margin-inline-end: 5rem !important;
  }
}

@media (min-width: 960px) {
  .margin-right-10 {
    margin-inline-end: 5rem !important;
  }
}

.margin-inline-10,
.margin-x-10 {
  margin-inline: 5rem !important;
}

@media (min-width: 720px) {
  .margin-inline-10,
  .margin-x-10 {
    margin-inline: 5rem !important;
  }
}

@media (min-width: 960px) {
  .margin-inline-10,
  .margin-x-10 {
    margin-inline: 5rem !important;
  }
}

.margin-block-10,
.margin-y-10 {
  margin-block: 5rem !important;
}

@media (min-width: 720px) {
  .margin-block-10,
  .margin-y-10 {
    margin-block: 5rem !important;
  }
}

@media (min-width: 960px) {
  .margin-block-10,
  .margin-y-10 {
    margin-block: 5rem !important;
  }
}

.padding-0 {
  padding: 0rem !important;
}

@media (min-width: 720px) {
  .padding-0 {
    padding: 0rem !important;
  }
}

@media (min-width: 960px) {
  .padding-0 {
    padding: 0rem !important;
  }
}

.padding-top-0 {
  padding-block-start: 0rem !important;
}

@media (min-width: 720px) {
  .padding-top-0 {
    padding-block-start: 0rem !important;
  }
}

@media (min-width: 960px) {
  .padding-top-0 {
    padding-block-start: 0rem !important;
  }
}

.padding-bottom-0 {
  padding-block-end: 0rem !important;
}

@media (min-width: 720px) {
  .padding-bottom-0 {
    padding-block-end: 0rem !important;
  }
}

@media (min-width: 960px) {
  .padding-bottom-0 {
    padding-block-end: 0rem !important;
  }
}

.padding-left-0 {
  padding-inline-start: 0rem !important;
}

@media (min-width: 720px) {
  .padding-left-0 {
    padding-inline-start: 0rem !important;
  }
}

@media (min-width: 960px) {
  .padding-left-0 {
    padding-inline-start: 0rem !important;
  }
}

.padding-right-0 {
  padding-inline-end: 0rem !important;
}

@media (min-width: 720px) {
  .padding-right-0 {
    padding-inline-end: 0rem !important;
  }
}

@media (min-width: 960px) {
  .padding-right-0 {
    padding-inline-end: 0rem !important;
  }
}

.padding-inline-0,
.padding-x-0 {
  padding-inline: 0rem !important;
}

@media (min-width: 720px) {
  .padding-inline-0,
  .padding-x-0 {
    padding-inline: 0rem !important;
  }
}

@media (min-width: 960px) {
  .padding-inline-0,
  .padding-x-0 {
    padding-inline: 0rem !important;
  }
}

.padding-block-0,
.padding-y-0 {
  padding-block: 0rem !important;
}

@media (min-width: 720px) {
  .padding-block-0,
  .padding-y-0 {
    padding-block: 0rem !important;
  }
}

@media (min-width: 960px) {
  .padding-block-0,
  .padding-y-0 {
    padding-block: 0rem !important;
  }
}

.padding-1 {
  padding: 0.5rem !important;
}

@media (min-width: 720px) {
  .padding-1 {
    padding: 0.5rem !important;
  }
}

@media (min-width: 960px) {
  .padding-1 {
    padding: 0.5rem !important;
  }
}

.padding-top-1 {
  padding-block-start: 0.5rem !important;
}

@media (min-width: 720px) {
  .padding-top-1 {
    padding-block-start: 0.5rem !important;
  }
}

@media (min-width: 960px) {
  .padding-top-1 {
    padding-block-start: 0.5rem !important;
  }
}

.padding-bottom-1 {
  padding-block-end: 0.5rem !important;
}

@media (min-width: 720px) {
  .padding-bottom-1 {
    padding-block-end: 0.5rem !important;
  }
}

@media (min-width: 960px) {
  .padding-bottom-1 {
    padding-block-end: 0.5rem !important;
  }
}

.padding-left-1 {
  padding-inline-start: 0.5rem !important;
}

@media (min-width: 720px) {
  .padding-left-1 {
    padding-inline-start: 0.5rem !important;
  }
}

@media (min-width: 960px) {
  .padding-left-1 {
    padding-inline-start: 0.5rem !important;
  }
}

.padding-right-1 {
  padding-inline-end: 0.5rem !important;
}

@media (min-width: 720px) {
  .padding-right-1 {
    padding-inline-end: 0.5rem !important;
  }
}

@media (min-width: 960px) {
  .padding-right-1 {
    padding-inline-end: 0.5rem !important;
  }
}

.padding-inline-1,
.padding-x-1 {
  padding-inline: 0.5rem !important;
}

@media (min-width: 720px) {
  .padding-inline-1,
  .padding-x-1 {
    padding-inline: 0.5rem !important;
  }
}

@media (min-width: 960px) {
  .padding-inline-1,
  .padding-x-1 {
    padding-inline: 0.5rem !important;
  }
}

.padding-block-1,
.padding-y-1 {
  padding-block: 0.5rem !important;
}

@media (min-width: 720px) {
  .padding-block-1,
  .padding-y-1 {
    padding-block: 0.5rem !important;
  }
}

@media (min-width: 960px) {
  .padding-block-1,
  .padding-y-1 {
    padding-block: 0.5rem !important;
  }
}

.padding-2 {
  padding: 1rem !important;
}

@media (min-width: 720px) {
  .padding-2 {
    padding: 1rem !important;
  }
}

@media (min-width: 960px) {
  .padding-2 {
    padding: 1rem !important;
  }
}

.padding-top-2 {
  padding-block-start: 1rem !important;
}

@media (min-width: 720px) {
  .padding-top-2 {
    padding-block-start: 1rem !important;
  }
}

@media (min-width: 960px) {
  .padding-top-2 {
    padding-block-start: 1rem !important;
  }
}

.padding-bottom-2 {
  padding-block-end: 1rem !important;
}

@media (min-width: 720px) {
  .padding-bottom-2 {
    padding-block-end: 1rem !important;
  }
}

@media (min-width: 960px) {
  .padding-bottom-2 {
    padding-block-end: 1rem !important;
  }
}

.padding-left-2 {
  padding-inline-start: 1rem !important;
}

@media (min-width: 720px) {
  .padding-left-2 {
    padding-inline-start: 1rem !important;
  }
}

@media (min-width: 960px) {
  .padding-left-2 {
    padding-inline-start: 1rem !important;
  }
}

.padding-right-2 {
  padding-inline-end: 1rem !important;
}

@media (min-width: 720px) {
  .padding-right-2 {
    padding-inline-end: 1rem !important;
  }
}

@media (min-width: 960px) {
  .padding-right-2 {
    padding-inline-end: 1rem !important;
  }
}

.padding-inline-2,
.padding-x-2 {
  padding-inline: 1rem !important;
}

@media (min-width: 720px) {
  .padding-inline-2,
  .padding-x-2 {
    padding-inline: 1rem !important;
  }
}

@media (min-width: 960px) {
  .padding-inline-2,
  .padding-x-2 {
    padding-inline: 1rem !important;
  }
}

.padding-block-2,
.padding-y-2 {
  padding-block: 1rem !important;
}

@media (min-width: 720px) {
  .padding-block-2,
  .padding-y-2 {
    padding-block: 1rem !important;
  }
}

@media (min-width: 960px) {
  .padding-block-2,
  .padding-y-2 {
    padding-block: 1rem !important;
  }
}

.padding-3 {
  padding: 1.5rem !important;
}

@media (min-width: 720px) {
  .padding-3 {
    padding: 1.5rem !important;
  }
}

@media (min-width: 960px) {
  .padding-3 {
    padding: 1.5rem !important;
  }
}

.padding-top-3 {
  padding-block-start: 1.5rem !important;
}

@media (min-width: 720px) {
  .padding-top-3 {
    padding-block-start: 1.5rem !important;
  }
}

@media (min-width: 960px) {
  .padding-top-3 {
    padding-block-start: 1.5rem !important;
  }
}

.padding-bottom-3 {
  padding-block-end: 1.5rem !important;
}

@media (min-width: 720px) {
  .padding-bottom-3 {
    padding-block-end: 1.5rem !important;
  }
}

@media (min-width: 960px) {
  .padding-bottom-3 {
    padding-block-end: 1.5rem !important;
  }
}

.padding-left-3 {
  padding-inline-start: 1.5rem !important;
}

@media (min-width: 720px) {
  .padding-left-3 {
    padding-inline-start: 1.5rem !important;
  }
}

@media (min-width: 960px) {
  .padding-left-3 {
    padding-inline-start: 1.5rem !important;
  }
}

.padding-right-3 {
  padding-inline-end: 1.5rem !important;
}

@media (min-width: 720px) {
  .padding-right-3 {
    padding-inline-end: 1.5rem !important;
  }
}

@media (min-width: 960px) {
  .padding-right-3 {
    padding-inline-end: 1.5rem !important;
  }
}

.padding-inline-3,
.padding-x-3 {
  padding-inline: 1.5rem !important;
}

@media (min-width: 720px) {
  .padding-inline-3,
  .padding-x-3 {
    padding-inline: 1.5rem !important;
  }
}

@media (min-width: 960px) {
  .padding-inline-3,
  .padding-x-3 {
    padding-inline: 1.5rem !important;
  }
}

.padding-block-3,
.padding-y-3 {
  padding-block: 1.5rem !important;
}

@media (min-width: 720px) {
  .padding-block-3,
  .padding-y-3 {
    padding-block: 1.5rem !important;
  }
}

@media (min-width: 960px) {
  .padding-block-3,
  .padding-y-3 {
    padding-block: 1.5rem !important;
  }
}

.padding-4 {
  padding: 2rem !important;
}

@media (min-width: 720px) {
  .padding-4 {
    padding: 2rem !important;
  }
}

@media (min-width: 960px) {
  .padding-4 {
    padding: 2rem !important;
  }
}

.padding-top-4 {
  padding-block-start: 2rem !important;
}

@media (min-width: 720px) {
  .padding-top-4 {
    padding-block-start: 2rem !important;
  }
}

@media (min-width: 960px) {
  .padding-top-4 {
    padding-block-start: 2rem !important;
  }
}

.padding-bottom-4 {
  padding-block-end: 2rem !important;
}

@media (min-width: 720px) {
  .padding-bottom-4 {
    padding-block-end: 2rem !important;
  }
}

@media (min-width: 960px) {
  .padding-bottom-4 {
    padding-block-end: 2rem !important;
  }
}

.padding-left-4 {
  padding-inline-start: 2rem !important;
}

@media (min-width: 720px) {
  .padding-left-4 {
    padding-inline-start: 2rem !important;
  }
}

@media (min-width: 960px) {
  .padding-left-4 {
    padding-inline-start: 2rem !important;
  }
}

.padding-right-4 {
  padding-inline-end: 2rem !important;
}

@media (min-width: 720px) {
  .padding-right-4 {
    padding-inline-end: 2rem !important;
  }
}

@media (min-width: 960px) {
  .padding-right-4 {
    padding-inline-end: 2rem !important;
  }
}

.padding-inline-4,
.padding-x-4 {
  padding-inline: 2rem !important;
}

@media (min-width: 720px) {
  .padding-inline-4,
  .padding-x-4 {
    padding-inline: 2rem !important;
  }
}

@media (min-width: 960px) {
  .padding-inline-4,
  .padding-x-4 {
    padding-inline: 2rem !important;
  }
}

.padding-block-4,
.padding-y-4 {
  padding-block: 2rem !important;
}

@media (min-width: 720px) {
  .padding-block-4,
  .padding-y-4 {
    padding-block: 2rem !important;
  }
}

@media (min-width: 960px) {
  .padding-block-4,
  .padding-y-4 {
    padding-block: 2rem !important;
  }
}

.padding-5 {
  padding: 2.5rem !important;
}

@media (min-width: 720px) {
  .padding-5 {
    padding: 2.5rem !important;
  }
}

@media (min-width: 960px) {
  .padding-5 {
    padding: 2.5rem !important;
  }
}

.padding-top-5 {
  padding-block-start: 2.5rem !important;
}

@media (min-width: 720px) {
  .padding-top-5 {
    padding-block-start: 2.5rem !important;
  }
}

@media (min-width: 960px) {
  .padding-top-5 {
    padding-block-start: 2.5rem !important;
  }
}

.padding-bottom-5 {
  padding-block-end: 2.5rem !important;
}

@media (min-width: 720px) {
  .padding-bottom-5 {
    padding-block-end: 2.5rem !important;
  }
}

@media (min-width: 960px) {
  .padding-bottom-5 {
    padding-block-end: 2.5rem !important;
  }
}

.padding-left-5 {
  padding-inline-start: 2.5rem !important;
}

@media (min-width: 720px) {
  .padding-left-5 {
    padding-inline-start: 2.5rem !important;
  }
}

@media (min-width: 960px) {
  .padding-left-5 {
    padding-inline-start: 2.5rem !important;
  }
}

.padding-right-5 {
  padding-inline-end: 2.5rem !important;
}

@media (min-width: 720px) {
  .padding-right-5 {
    padding-inline-end: 2.5rem !important;
  }
}

@media (min-width: 960px) {
  .padding-right-5 {
    padding-inline-end: 2.5rem !important;
  }
}

.padding-inline-5,
.padding-x-5 {
  padding-inline: 2.5rem !important;
}

@media (min-width: 720px) {
  .padding-inline-5,
  .padding-x-5 {
    padding-inline: 2.5rem !important;
  }
}

@media (min-width: 960px) {
  .padding-inline-5,
  .padding-x-5 {
    padding-inline: 2.5rem !important;
  }
}

.padding-block-5,
.padding-y-5 {
  padding-block: 2.5rem !important;
}

@media (min-width: 720px) {
  .padding-block-5,
  .padding-y-5 {
    padding-block: 2.5rem !important;
  }
}

@media (min-width: 960px) {
  .padding-block-5,
  .padding-y-5 {
    padding-block: 2.5rem !important;
  }
}

.padding-6 {
  padding: 3rem !important;
}

@media (min-width: 720px) {
  .padding-6 {
    padding: 3rem !important;
  }
}

@media (min-width: 960px) {
  .padding-6 {
    padding: 3rem !important;
  }
}

.padding-top-6 {
  padding-block-start: 3rem !important;
}

@media (min-width: 720px) {
  .padding-top-6 {
    padding-block-start: 3rem !important;
  }
}

@media (min-width: 960px) {
  .padding-top-6 {
    padding-block-start: 3rem !important;
  }
}

.padding-bottom-6 {
  padding-block-end: 3rem !important;
}

@media (min-width: 720px) {
  .padding-bottom-6 {
    padding-block-end: 3rem !important;
  }
}

@media (min-width: 960px) {
  .padding-bottom-6 {
    padding-block-end: 3rem !important;
  }
}

.padding-left-6 {
  padding-inline-start: 3rem !important;
}

@media (min-width: 720px) {
  .padding-left-6 {
    padding-inline-start: 3rem !important;
  }
}

@media (min-width: 960px) {
  .padding-left-6 {
    padding-inline-start: 3rem !important;
  }
}

.padding-right-6 {
  padding-inline-end: 3rem !important;
}

@media (min-width: 720px) {
  .padding-right-6 {
    padding-inline-end: 3rem !important;
  }
}

@media (min-width: 960px) {
  .padding-right-6 {
    padding-inline-end: 3rem !important;
  }
}

.padding-inline-6,
.padding-x-6 {
  padding-inline: 3rem !important;
}

@media (min-width: 720px) {
  .padding-inline-6,
  .padding-x-6 {
    padding-inline: 3rem !important;
  }
}

@media (min-width: 960px) {
  .padding-inline-6,
  .padding-x-6 {
    padding-inline: 3rem !important;
  }
}

.padding-block-6,
.padding-y-6 {
  padding-block: 3rem !important;
}

@media (min-width: 720px) {
  .padding-block-6,
  .padding-y-6 {
    padding-block: 3rem !important;
  }
}

@media (min-width: 960px) {
  .padding-block-6,
  .padding-y-6 {
    padding-block: 3rem !important;
  }
}

.padding-7 {
  padding: 3.5rem !important;
}

@media (min-width: 720px) {
  .padding-7 {
    padding: 3.5rem !important;
  }
}

@media (min-width: 960px) {
  .padding-7 {
    padding: 3.5rem !important;
  }
}

.padding-top-7 {
  padding-block-start: 3.5rem !important;
}

@media (min-width: 720px) {
  .padding-top-7 {
    padding-block-start: 3.5rem !important;
  }
}

@media (min-width: 960px) {
  .padding-top-7 {
    padding-block-start: 3.5rem !important;
  }
}

.padding-bottom-7 {
  padding-block-end: 3.5rem !important;
}

@media (min-width: 720px) {
  .padding-bottom-7 {
    padding-block-end: 3.5rem !important;
  }
}

@media (min-width: 960px) {
  .padding-bottom-7 {
    padding-block-end: 3.5rem !important;
  }
}

.padding-left-7 {
  padding-inline-start: 3.5rem !important;
}

@media (min-width: 720px) {
  .padding-left-7 {
    padding-inline-start: 3.5rem !important;
  }
}

@media (min-width: 960px) {
  .padding-left-7 {
    padding-inline-start: 3.5rem !important;
  }
}

.padding-right-7 {
  padding-inline-end: 3.5rem !important;
}

@media (min-width: 720px) {
  .padding-right-7 {
    padding-inline-end: 3.5rem !important;
  }
}

@media (min-width: 960px) {
  .padding-right-7 {
    padding-inline-end: 3.5rem !important;
  }
}

.padding-inline-7,
.padding-x-7 {
  padding-inline: 3.5rem !important;
}

@media (min-width: 720px) {
  .padding-inline-7,
  .padding-x-7 {
    padding-inline: 3.5rem !important;
  }
}

@media (min-width: 960px) {
  .padding-inline-7,
  .padding-x-7 {
    padding-inline: 3.5rem !important;
  }
}

.padding-block-7,
.padding-y-7 {
  padding-block: 3.5rem !important;
}

@media (min-width: 720px) {
  .padding-block-7,
  .padding-y-7 {
    padding-block: 3.5rem !important;
  }
}

@media (min-width: 960px) {
  .padding-block-7,
  .padding-y-7 {
    padding-block: 3.5rem !important;
  }
}

.padding-8 {
  padding: 4rem !important;
}

@media (min-width: 720px) {
  .padding-8 {
    padding: 4rem !important;
  }
}

@media (min-width: 960px) {
  .padding-8 {
    padding: 4rem !important;
  }
}

.padding-top-8 {
  padding-block-start: 4rem !important;
}

@media (min-width: 720px) {
  .padding-top-8 {
    padding-block-start: 4rem !important;
  }
}

@media (min-width: 960px) {
  .padding-top-8 {
    padding-block-start: 4rem !important;
  }
}

.padding-bottom-8 {
  padding-block-end: 4rem !important;
}

@media (min-width: 720px) {
  .padding-bottom-8 {
    padding-block-end: 4rem !important;
  }
}

@media (min-width: 960px) {
  .padding-bottom-8 {
    padding-block-end: 4rem !important;
  }
}

.padding-left-8 {
  padding-inline-start: 4rem !important;
}

@media (min-width: 720px) {
  .padding-left-8 {
    padding-inline-start: 4rem !important;
  }
}

@media (min-width: 960px) {
  .padding-left-8 {
    padding-inline-start: 4rem !important;
  }
}

.padding-right-8 {
  padding-inline-end: 4rem !important;
}

@media (min-width: 720px) {
  .padding-right-8 {
    padding-inline-end: 4rem !important;
  }
}

@media (min-width: 960px) {
  .padding-right-8 {
    padding-inline-end: 4rem !important;
  }
}

.padding-inline-8,
.padding-x-8 {
  padding-inline: 4rem !important;
}

@media (min-width: 720px) {
  .padding-inline-8,
  .padding-x-8 {
    padding-inline: 4rem !important;
  }
}

@media (min-width: 960px) {
  .padding-inline-8,
  .padding-x-8 {
    padding-inline: 4rem !important;
  }
}

.padding-block-8,
.padding-y-8 {
  padding-block: 4rem !important;
}

@media (min-width: 720px) {
  .padding-block-8,
  .padding-y-8 {
    padding-block: 4rem !important;
  }
}

@media (min-width: 960px) {
  .padding-block-8,
  .padding-y-8 {
    padding-block: 4rem !important;
  }
}

.padding-9 {
  padding: 4.5rem !important;
}

@media (min-width: 720px) {
  .padding-9 {
    padding: 4.5rem !important;
  }
}

@media (min-width: 960px) {
  .padding-9 {
    padding: 4.5rem !important;
  }
}

.padding-top-9 {
  padding-block-start: 4.5rem !important;
}

@media (min-width: 720px) {
  .padding-top-9 {
    padding-block-start: 4.5rem !important;
  }
}

@media (min-width: 960px) {
  .padding-top-9 {
    padding-block-start: 4.5rem !important;
  }
}

.padding-bottom-9 {
  padding-block-end: 4.5rem !important;
}

@media (min-width: 720px) {
  .padding-bottom-9 {
    padding-block-end: 4.5rem !important;
  }
}

@media (min-width: 960px) {
  .padding-bottom-9 {
    padding-block-end: 4.5rem !important;
  }
}

.padding-left-9 {
  padding-inline-start: 4.5rem !important;
}

@media (min-width: 720px) {
  .padding-left-9 {
    padding-inline-start: 4.5rem !important;
  }
}

@media (min-width: 960px) {
  .padding-left-9 {
    padding-inline-start: 4.5rem !important;
  }
}

.padding-right-9 {
  padding-inline-end: 4.5rem !important;
}

@media (min-width: 720px) {
  .padding-right-9 {
    padding-inline-end: 4.5rem !important;
  }
}

@media (min-width: 960px) {
  .padding-right-9 {
    padding-inline-end: 4.5rem !important;
  }
}

.padding-inline-9,
.padding-x-9 {
  padding-inline: 4.5rem !important;
}

@media (min-width: 720px) {
  .padding-inline-9,
  .padding-x-9 {
    padding-inline: 4.5rem !important;
  }
}

@media (min-width: 960px) {
  .padding-inline-9,
  .padding-x-9 {
    padding-inline: 4.5rem !important;
  }
}

.padding-block-9,
.padding-y-9 {
  padding-block: 4.5rem !important;
}

@media (min-width: 720px) {
  .padding-block-9,
  .padding-y-9 {
    padding-block: 4.5rem !important;
  }
}

@media (min-width: 960px) {
  .padding-block-9,
  .padding-y-9 {
    padding-block: 4.5rem !important;
  }
}

.padding-10 {
  padding: 5rem !important;
}

@media (min-width: 720px) {
  .padding-10 {
    padding: 5rem !important;
  }
}

@media (min-width: 960px) {
  .padding-10 {
    padding: 5rem !important;
  }
}

.padding-top-10 {
  padding-block-start: 5rem !important;
}

@media (min-width: 720px) {
  .padding-top-10 {
    padding-block-start: 5rem !important;
  }
}

@media (min-width: 960px) {
  .padding-top-10 {
    padding-block-start: 5rem !important;
  }
}

.padding-bottom-10 {
  padding-block-end: 5rem !important;
}

@media (min-width: 720px) {
  .padding-bottom-10 {
    padding-block-end: 5rem !important;
  }
}

@media (min-width: 960px) {
  .padding-bottom-10 {
    padding-block-end: 5rem !important;
  }
}

.padding-left-10 {
  padding-inline-start: 5rem !important;
}

@media (min-width: 720px) {
  .padding-left-10 {
    padding-inline-start: 5rem !important;
  }
}

@media (min-width: 960px) {
  .padding-left-10 {
    padding-inline-start: 5rem !important;
  }
}

.padding-right-10 {
  padding-inline-end: 5rem !important;
}

@media (min-width: 720px) {
  .padding-right-10 {
    padding-inline-end: 5rem !important;
  }
}

@media (min-width: 960px) {
  .padding-right-10 {
    padding-inline-end: 5rem !important;
  }
}

.padding-inline-10,
.padding-x-10 {
  padding-inline: 5rem !important;
}

@media (min-width: 720px) {
  .padding-inline-10,
  .padding-x-10 {
    padding-inline: 5rem !important;
  }
}

@media (min-width: 960px) {
  .padding-inline-10,
  .padding-x-10 {
    padding-inline: 5rem !important;
  }
}

.padding-block-10,
.padding-y-10 {
  padding-block: 5rem !important;
}

@media (min-width: 720px) {
  .padding-block-10,
  .padding-y-10 {
    padding-block: 5rem !important;
  }
}

@media (min-width: 960px) {
  .padding-block-10,
  .padding-y-10 {
    padding-block: 5rem !important;
  }
}

.visually-hidden,
.sr-only {
  position: absolute;
  height: 1px;
  width: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

.visually-hidden-focusable:not(:active):not(:focus),
.sr-only-focusable:not(:active):not(:focus) {
  position: absolute;
  height: 1px;
  width: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

.form-slider .SumoSelect > .CaptionCont,
.form-slider .SumoSelect.open > .optWrapper {
  width: calc(100% - 2px);
}

.page-geschlechtsspezifische-gewalt .header__button--mobile-search {
  display: none !important;
}

html {
  direction: ltr;
}

html[dir='rtl'] {
  direction: rtl;
}

html.u-font-size-110p {
  font-size: 110%;
}

html.u-font-size-110p .nav-main__list-level-1 {
  column-gap: 1.25em !important;
}

html.u-font-size-115p {
  font-size: 115%;
}

html.u-font-size-115p .nav-main__list-level-1 {
  column-gap: 1.25em !important;
}

html.u-font-size-120p {
  font-size: 120%;
}

html.u-font-size-120p .nav-main__list-level-1 {
  column-gap: 1.25em !important;
}

.theme-ls .footer-statement {
  display: none !important;
}

.theme-ls .footer__section + .container {
  display: none !important;
}

.theme-ls .footer-sitemap {
  display: none !important;
}

/*# sourceMappingURL=maps/core.css.map */
