@charset "UTF-8";
/* =====================
   Colors
   ===================== */
/* =====================
   Typography
   ===================== */
/*
  reducing font-sizes based on mq-ranges
  purpose is readability
  @used by @mixin responsive-font-size()
*/
/* =====================
   Layout and Grid
   ===================== */
/* =====================
   Media Queries
   ===================== */
.block--cta a span, .block--pageteaser .link, .game .game__startscreen button span, .hometeasers .teaser > b, form input[type=submit], .feedback__list .load-more, .block--videoplayer .start, .block--audioplayer .start {
  display: flex;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  max-width: 20rem;
  line-height: 1.1;
  font-size: 1rem;
  background: #db321a;
  color: #fff;
  text-align: center;
  min-height: 5rem;
  padding: 0.3125rem 0.9375rem;
  border: none;
}
@media only screen and (min-width:33.75em) {
  .block--cta a span, .block--pageteaser .link, .game .game__startscreen button span, .hometeasers .teaser > b, form input[type=submit], .feedback__list .load-more, .block--videoplayer .start, .block--audioplayer .start {
    padding: 0.625rem 1.25rem;
    font-size: 1.25rem;
  }
}
@media only screen and (min-width:46.3125em) {
  .block--cta a span, .block--pageteaser .link, .game .game__startscreen button span, .hometeasers .teaser > b, form input[type=submit], .feedback__list .load-more, .block--videoplayer .start, .block--audioplayer .start {
    padding: 0.9375rem 1.5625rem;
    font-size: 1.5rem;
  }
}
.block--cta a span:hover, .block--pageteaser .link:hover, .game .game__startscreen button span:hover, .hometeasers .teaser > b:hover, form input[type=submit]:hover, .feedback__list .load-more:hover, .block--videoplayer .start:hover, .block--audioplayer .start:hover, .block--cta a span:focus, .block--pageteaser .link:focus, .game .game__startscreen button span:focus, .hometeasers .teaser > b:focus, form input[type=submit]:focus, .feedback__list .load-more:focus, .block--videoplayer .start:focus, .block--audioplayer .start:focus {
  transform: scale(1.05);
  background: #f1584d;
}

.feedback__list .load-more, .block--videoplayer .start, .block--audioplayer .start {
  padding: 0.625rem 1.25rem;
  font-size: 0.75rem;
  min-height: 0;
}
@media only screen and (min-width:33.75em) {
  .feedback__list .load-more, .block--videoplayer .start, .block--audioplayer .start {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width:46.3125em) {
  .feedback__list .load-more, .block--videoplayer .start, .block--audioplayer .start {
    font-size: 1rem;
  }
}

.block--videoplayer:before, .block--audioplayer:before {
  content: "";
  background: #fde6e5;
  height: 11.25rem;
  width: calc(100% + 3.75rem);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width:33.75em) {
  .block--videoplayer:before, .block--audioplayer:before {
    width: calc(100% + 5rem);
  }
}
@media only screen and (min-width:46.3125em) {
  .block--videoplayer:before, .block--audioplayer:before {
    width: auto;
    transform: translateY(-50%);
    left: -4.375rem;
    right: -2.5rem;
  }
}
@media only screen and (min-width:64em) {
  .block--videoplayer:before, .block--audioplayer:before {
    right: -6.25rem;
  }
}
@media only screen and (min-width:90em) {
  .block--videoplayer:before, .block--audioplayer:before {
    left: calc(((50vw - 45rem) + 4.375rem) * -1);
  }
}

.block--videoplayer .start:before, .block--audioplayer .start:before {
  content: "";
  border-top: 0.5rem solid transparent;
  border-left: 0.75rem solid #fff;
  border-bottom: 0.5rem solid transparent;
  margin-right: 0.625rem;
}

.block--feedback .deco, .block--pageteaser .deco, .site-footer__inner:after {
  position: absolute;
  z-index: 0;
  left: -1.875rem;
  right: -1.875rem;
  top: 0;
  height: 100%;
}
@media only screen and (min-width:33.75em) {
  .block--feedback .deco, .block--pageteaser .deco, .site-footer__inner:after {
    left: -2.5rem;
    right: -2.5rem;
  }
}
@media only screen and (min-width:46.3125em) {
  .block--feedback .deco, .block--pageteaser .deco, .site-footer__inner:after {
    left: -4.375rem;
    right: -2.5rem;
  }
}
@media only screen and (min-width:64em) {
  .block--feedback .deco, .block--pageteaser .deco, .site-footer__inner:after {
    right: -6.25rem;
  }
}
@media only screen and (min-width:90em) {
  .block--feedback .deco, .block--pageteaser .deco, .site-footer__inner:after {
    left: calc(((50vw - 45rem) + 4.375rem) * -1);
  }
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* azeret-mono-300 - latin */
@font-face {
  font-family: "Azeret Mono";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../fonts/azeret-mono-v1-latin-300.woff2") format("woff2"), url("../fonts/azeret-mono-v1-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* azeret-mono-regular - latin */
@font-face {
  font-family: "Azeret Mono";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/azeret-mono-v1-latin-regular.woff2") format("woff2"), url("../fonts/azeret-mono-v1-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* azeret-mono-600 - latin */
@font-face {
  font-family: "Azeret Mono";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../fonts/azeret-mono-v1-latin-600.woff2") format("woff2"), url("../fonts/azeret-mono-v1-latin-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* azeret-mono-500 - latin */
@font-face {
  font-family: "Azeret Mono";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../fonts/azeret-mono-v1-latin-500.woff2") format("woff2"), url("../fonts/azeret-mono-v1-latin-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* azeret-mono-800 - latin */
@font-face {
  font-family: "Azeret Mono";
  font-style: normal;
  font-weight: 800;
  src: local(""), url("../fonts/azeret-mono-v1-latin-800.woff2") format("woff2"), url("../fonts/azeret-mono-v1-latin-800.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
body {
  line-height: 1.32;
  color: #332e2d;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Azeret Mono", "Courier New", monospace;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Azeret Mono", "Courier New", monospace;
  font-weight: 800;
  margin: 0 0 1.5em;
  line-height: 1.1;
}

h1,
h2 {
  font-size: 1.75rem;
  font-weight: 600;
}
@media only screen and (min-width:33.75em) {
  h1,
h2 {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width:46.3125em) {
  h1,
h2 {
    font-size: 3rem;
  }
}
@media only screen and (min-width:64em) {
  h1,
h2 {
    font-size: 3rem;
  }
}

h3,
h4 {
  font-size: 1.5rem;
}
@media only screen and (min-width:33.75em) {
  h3,
h4 {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width:46.3125em) {
  h3,
h4 {
    font-size: 2rem;
  }
}
@media only screen and (min-width:64em) {
  h3,
h4 {
    font-size: 2rem;
  }
}

h5,
h6 {
  font-size: 1.03125rem;
}
@media only screen and (min-width:33.75em) {
  h5,
h6 {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width:46.3125em) {
  h5,
h6 {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width:64em) {
  h5,
h6 {
    font-size: 1.375rem;
  }
}

p,
ul,
ol,
address,
blockquote,
dl,
details,
button {
  margin: 0 0 1em;
  font-size: 1rem;
}

ul,
ol {
  padding-left: 1.875rem;
}
ul li,
ol li {
  margin-bottom: 0.25em;
}

dl dt,
dl dd {
  display: inline-block;
  margin: 0;
}
dl dt {
  font-weight: 800;
}

b,
strong {
  font-weight: 800;
}

em,
i {
  font-style: italic;
}

a {
  text-decoration: none;
  color: #332e2d;
}
main a {
  text-decoration: underline;
}
main a:hover, main a:focus {
  opacity: 0.75;
}

address {
  font-style: normal;
}

img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

figure {
  margin: 0 0 1em 0;
}

figcaption {
  font-size: 0.75rem;
  padding-top: 0.5em;
}
@media only screen and (min-width:33.75em) {
  figcaption {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width:46.3125em) {
  figcaption {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width:64em) {
  figcaption {
    font-size: 0.9375rem;
  }
}

blockquote {
  text-align: right;
  margin-bottom: 1.5em;
}
blockquote p {
  font-style: italic;
  font-size: 1.96875rem;
}
@media only screen and (min-width:33.75em) {
  blockquote p {
    font-size: 2.1rem;
  }
}
@media only screen and (min-width:46.3125em) {
  blockquote p {
    font-size: 2.625rem;
  }
}
@media only screen and (min-width:64em) {
  blockquote p {
    font-size: 2.625rem;
  }
}
blockquote cite {
  font-style: normal;
}
blockquote cite::before {
  content: "– ";
}

hr {
  margin: 1.25rem 0;
  border: none;
  border-top: 1px solid #f1584d;
}
@media only screen and (min-width:33.75em) {
  hr {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width:46.3125em) {
  hr {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
}

iframe {
  width: 100%;
  border: none;
}

form label {
  display: block;
  margin-bottom: 0.2em;
  font-size: 1rem;
}
form input[type=text],
form input[type=email],
form input[type=url],
form textarea {
  padding: 1.25rem 1.25rem;
  display: block;
  width: 100%;
  border: 1px solid #db321a;
  outline: none;
  border-radius: 0;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width:46.3125em) {
  form input[type=text],
form input[type=email],
form input[type=url],
form textarea {
    margin-bottom: 1.875rem;
  }
}
form input[type=text]:focus, form input[type=text]:active,
form input[type=email]:focus,
form input[type=email]:active,
form input[type=url]:focus,
form input[type=url]:active,
form textarea:focus,
form textarea:active {
  border-color: #332e2d;
}
form textarea {
  min-height: 13.125rem;
}
form input[type=submit] {
  background: #332e2d;
}
form input[type=submit]:hover, form input[type=submit]:focus {
  background: black;
}

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

html,
body {
  min-height: 100%;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

:target {
  scroll-margin-top: 4.625rem;
}
@media only screen and (min-width:33.75em) {
  :target {
    scroll-margin-top: 10.125rem;
  }
}

html {
  height: 100%;
}
html.js .js {
  display: block;
}
html.js .no-js {
  display: none;
}
html.no-js .js {
  display: none;
}
html.no-js .no-js {
  display: block;
}

body {
  display: flex;
  flex-direction: column;
}
body.is-home-page {
  touch-action: pan-x;
}
body.no-scroll {
  overflow: hidden;
}

main {
  flex: 1 0 auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media only screen and (min-width:46.3125em) {
  main {
    padding-top: 3.75rem;
    padding-bottom: 5rem;
  }
}

.container, body:not(.is-home-page) .site-navigation__wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media only screen and (min-width:33.75em) {
  .container, body:not(.is-home-page) .site-navigation__wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media only screen and (min-width:46.3125em) {
  .container, body:not(.is-home-page) .site-navigation__wrapper {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
}
.container .container, body:not(.is-home-page) .site-navigation__wrapper .container, .container body:not(.is-home-page) .site-navigation__wrapper, body:not(.is-home-page) .container .site-navigation__wrapper, body:not(.is-home-page) .site-navigation__wrapper .site-navigation__wrapper {
  padding-left: 0;
  padding-right: 0;
}

body.is-home-page {
  background-color: #332e2d;
}

@media only screen and (min-width:46.3125em) {
  .content--default {
    padding-right: 2.5rem;
    width: 66.6666666667%;
  }
}
@media only screen and (min-width:64em) {
  .content--default {
    padding-right: 6.25rem;
    width: 75%;
  }
}

.site-header {
  position: relative;
  z-index: 10;
}
.is-home-page .site-header {
  position: fixed;
}

.site-header__wrapper {
  display: flex;
}
.site-header__wrapper > div {
  flex: 1;
}
.site-header__wrapper > .container, body:not(.is-home-page) .site-header__wrapper > .site-navigation__wrapper {
  flex: 1;
  order: 1;
  flex-basis: calc(100% - 1.875rem);
}
@media only screen and (min-width:33.75em) {
  .site-header__wrapper > .container, body:not(.is-home-page) .site-header__wrapper > .site-navigation__wrapper {
    flex-basis: calc(100% - 2.5rem);
  }
}
@media only screen and (min-width:46.3125em) {
  .site-header__wrapper > .container, body:not(.is-home-page) .site-header__wrapper > .site-navigation__wrapper {
    flex-basis: calc(100% - 4.375rem);
  }
}
.site-header__wrapper .before,
.site-header__wrapper .after {
  overflow: hidden;
  position: relative;
}
.is-home-page .site-header__wrapper .before,
.is-home-page .site-header__wrapper .after {
  display: none;
}
.site-header__wrapper .before > span,
.site-header__wrapper .after > span {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  background: #332e2d;
  border-bottom: 2.5rem solid #f1584d;
  display: block;
}
@media only screen and (min-width:46.3125em) {
  .site-header__wrapper .before > span,
.site-header__wrapper .after > span {
    border-bottom-width: 3.75rem;
  }
}
.site-header__wrapper .before {
  order: 0;
  margin-right: -1.875rem;
}
@media only screen and (min-width:33.75em) {
  .site-header__wrapper .before {
    margin-right: -2.5rem;
  }
}
@media only screen and (min-width:46.3125em) {
  .site-header__wrapper .before {
    margin-right: -4.375rem;
  }
}
.site-header__wrapper .before > span {
  width: 50%;
}
.site-header__wrapper .before > span:last-child {
  right: calc(50% - 1px);
  transform-origin: 100% 0;
  width: 625rem;
  transform: perspective(30px) rotateY(-15deg);
}
@media only screen and (min-width:33.75em) {
  .site-header__wrapper .before > span:last-child {
    transform: perspective(100px) rotateY(-30deg);
  }
}
@media only screen and (min-width:46.3125em) {
  .site-header__wrapper .before > span:last-child {
    transform: perspective(150px) rotateY(-30deg);
  }
}
.site-header__wrapper .after {
  order: 2;
  margin-left: -1.875rem;
}
@media only screen and (min-width:33.75em) {
  .site-header__wrapper .after {
    margin-left: -2.5rem;
  }
}
@media only screen and (min-width:46.3125em) {
  .site-header__wrapper .after {
    margin-left: -4.375rem;
  }
}

.site-header__inner {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: relative;
  background: #332e2d;
  border-bottom: 2.5rem solid #f1584d;
}
.is-home-page .site-header__inner {
  background: none;
  border-bottom-color: transparent;
}
@media only screen and (min-width:33.75em) {
  .site-header__inner {
    padding-top: 3.125rem;
    padding-bottom: 1.875rem;
  }
}
@media only screen and (min-width:46.3125em) {
  .site-header__inner {
    border-bottom-width: 3.75rem;
    padding-top: 4.375rem;
    padding-bottom: 3.125rem;
  }
}

.site-header__pagetitle {
  color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0.625rem 0 0 0;
  font-weight: 300;
  font-size: 1.25rem;
}
@media only screen and (min-width:33.75em) {
  .site-header__pagetitle {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width:46.3125em) {
  .site-header__pagetitle {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width:64em) {
  .site-header__pagetitle {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width:46.3125em) {
  .site-header__pagetitle {
    margin-top: 1.0625rem;
  }
}
.is-home-page .site-header__pagetitle {
  display: none;
}

.site-header__title {
  margin: 0;
}
.site-header__title a {
  color: #fff;
  display: block;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
@media only screen and (min-width:33.75em) {
  .site-header__title a {
    width: auto;
  }
}

.site-skiplinks {
  position: absolute;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-skiplinks li {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
}
.site-skiplinks a {
  font-weight: 700;
  position: absolute;
  top: -31.25rem;
  left: 0;
  display: block;
  width: 100%;
  padding: 1.25rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  outline: none;
  background: #f1584d;
}
.site-skiplinks a:focus {
  top: 0;
}

.site-scrollspy {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 2.3125rem;
}
@media only screen and (min-width:46.3125em) {
  .site-scrollspy {
    height: 11.25rem;
  }
}

.site-footer {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-top: 3.125rem;
}
.is-home-page .site-footer {
  display: none;
}

.site-footer__inner {
  position: relative;
  padding: 1.25rem 0;
}
@media only screen and (min-width:46.3125em) {
  .site-footer__inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-right: 2.5rem;
    width: 66.6666666667%;
  }
}
@media only screen and (min-width:64em) {
  .site-footer__inner {
    padding-right: 6.25rem;
    width: 75%;
  }
}
.site-footer__inner:after {
  content: "";
  background: #f1584d;
  z-index: -1;
  left: 0 !important;
}
.site-footer__inner > div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media only screen and (min-width:64em) {
  .site-footer__inner > div {
    grid-template-columns: 3fr 1fr;
    align-items: end;
  }
}
.site-footer__inner .deco {
  position: absolute;
  height: calc(100% + 1px);
  width: 0.9375rem;
  right: 100%;
  background: #f1584d;
  top: 0;
}
@media only screen and (min-width:33.75em) {
  .site-footer__inner .deco {
    width: 1.25rem;
  }
}
@media only screen and (min-width:46.3125em) {
  .site-footer__inner .deco {
    width: 2.1875rem;
  }
}
.site-footer__inner .deco:before {
  content: "";
  position: absolute;
  background: #f1584d;
  width: 1000vw;
  right: 100%;
  height: 100%;
  top: 0;
  transform-origin: 100% 100%;
  transform: perspective(30px) rotateY(-15deg);
}
@media only screen and (min-width:33.75em) {
  .site-footer__inner .deco:before {
    transform: perspective(30px) rotateY(-10deg);
  }
}
@media only screen and (min-width:90em) {
  .site-footer__inner .deco:before {
    transform: perspective(30px) rotateY(-5deg);
  }
}
.site-footer__inner .text * {
  color: #fff;
}
.site-footer__inner .text *:last-child {
  margin: 0;
}
.site-footer__inner .text a {
  text-decoration: underline;
}
.site-footer__inner .footernav li {
  margin: 0;
}
.site-footer__inner .footernav li a {
  font-size: 1rem;
  color: #fff;
}

.site-navigation {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  display: flex;
  z-index: 15;
  pointer-events: none;
  --nav-background-color: #db321a;
  --nav-item-color: #fff;
  --nav-stroke-color: transparent;
  --nav-accent-color: #fff;
  --nav-toggle-color: #fff;
}
@media only screen and (min-width:46.3125em) {
  body:not(.is-home-page) .site-navigation {
    z-index: 9;
  }
}
.site-navigation nav,
.site-navigation button {
  pointer-events: all;
}
@media only screen and (min-width:46.3125em) {
  body:not(.is-home-page) .site-navigation {
    --nav-item-color: #332e2d;
    --nav-background-color: #fff;
    --nav-stroke-color: #db321a;
    --nav-accent-color: #db321a;
  }
}

.site-navigation__wrapper {
  flex: 1;
  display: flex;
}
@media only screen and (min-width:46.3125em) {
  body:not(.is-home-page) .site-navigation__wrapper {
    padding-top: 14.5625rem;
    will-change: padding;
    transition: padding-top 0.2s ease-out 0s;
  }
}
@media only screen and (min-width:46.3125em) {
  body:not(.is-home-page).is-scrolled .site-navigation__wrapper {
    padding-top: 0;
  }
}

.site-navigation__inner {
  margin-left: auto;
  padding: 4.625rem 1.25rem 1.25rem;
  width: 100%;
  background: var(--nav-background-color);
  margin-right: -1.875rem;
  transform: translateX(100%);
  will-change: transform;
  transition: transform 0.3s ease-out 0s;
}
.site-navigation__inner:before {
  position: absolute;
  width: 1px;
  background: var(--nav-stroke-color);
  height: 200vw;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width:46.3125em) {
  .site-navigation__inner:before {
    content: "";
  }
}
@media only screen and (min-width:33.75em) {
  .site-navigation__inner {
    padding: 10.125rem 2.5rem 2.5rem;
    margin-right: -2.5rem;
  }
}
@media only screen and (min-width:46.3125em) {
  .site-navigation__inner {
    margin-right: 0;
    padding-right: 0;
    padding-top: 3.75rem;
    width: 33.3333333333%;
  }
  body:not(.is-home-page) .site-navigation__inner {
    transform: none;
  }
}
@media only screen and (min-width:64em) {
  .site-navigation__inner {
    width: 25%;
  }
}
.is-nav-open .site-navigation__inner {
  transform: translateX(0);
}
.is-home-page .site-navigation__inner {
  max-width: 25rem;
  width: 100%;
}
@media only screen and (min-width:46.3125em) {
  .is-home-page .site-navigation__inner {
    padding-right: 2.5rem;
    padding-top: 14.5625rem;
  }
}
.site-navigation__inner nav {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.875rem;
}

.navigation__footernav {
  margin-top: 0;
}
body:not(.is-home-page) .navigation__footernav {
  display: none;
}
.navigation__footernav ul.menu li {
  margin: 0;
}
.navigation__footernav ul.menu a {
  font-size: 0.9375rem;
}

.navigation__toggle {
  margin: 0;
  border: none;
  height: 3.125rem;
  width: 3rem;
  outline: none !important;
  background: none;
  cursor: pointer;
  transition: transform 0.2s ease-out;
  will-change: transform;
  position: fixed;
  z-index: 10;
  top: 0.9375rem;
  right: 0.9375rem;
  transform-origin: 100% 0;
  transform: scale(0.6);
}
@media only screen and (min-width:33.75em) {
  .navigation__toggle {
    transform: none;
    right: 2.1875rem;
    top: 2.8125rem;
  }
}
@media only screen and (min-width:46.3125em) {
  .navigation__toggle {
    right: 2.1875rem;
    top: 4.375rem;
  }
  body:not(.is-home-page) .navigation__toggle {
    display: none;
  }
}
.navigation__toggle::before, .navigation__toggle::after,
.navigation__toggle span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  content: "";
  transition: all 0.2s ease-out 0s;
  background: var(--nav-toggle-color);
  height: 0.25rem;
  will-change: transform;
}
.is-scrolled:not(.is-home-page):not(.is-nav-open) .navigation__toggle::before, .is-scrolled:not(.is-home-page):not(.is-nav-open) .navigation__toggle::after,
.is-scrolled:not(.is-home-page):not(.is-nav-open) .navigation__toggle span {
  filter: invert(1);
}
.navigation__toggle span {
  top: calc(50% - 0.125rem);
  text-indent: -1000rem;
}
.navigation__toggle::before {
  top: 20%;
}
.navigation__toggle::after {
  bottom: 20%;
}
.is-nav-open .navigation__toggle span {
  opacity: 0;
}
.is-nav-open .navigation__toggle::before {
  top: 48%;
  transform: rotate(45deg);
}
.is-nav-open .navigation__toggle::after {
  top: 48%;
  transform: rotate(-45deg);
}

ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.menu li {
  font-size: 1.25rem;
  margin-bottom: 1.2em;
}
@media only screen and (min-width:33.75em) {
  ul.menu li {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width:46.3125em) {
  ul.menu li {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width:64em) {
  ul.menu li {
    font-size: 1.375rem;
  }
}
ul.menu li:last-child {
  margin-bottom: 0;
}
ul.menu li.is-active ul {
  display: block;
}
ul.menu li.is-active > a {
  color: var(--nav-accent-color);
  text-decoration: underline;
}
ul.menu li ul {
  margin: 0;
  padding: 0;
}
ul.menu li ul li {
  font-size: 0.875rem;
  list-style: none;
  padding: 0;
  margin: 0.4em 0;
}
@media only screen and (min-width:33.75em) {
  ul.menu li ul li {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width:46.3125em) {
  ul.menu li ul li {
    font-size: 1rem;
  }
}
@media only screen and (min-width:64em) {
  ul.menu li ul li {
    font-size: 1rem;
  }
}
ul.menu li ul li:before {
  content: "";
  height: 0.5rem;
  width: 0.5rem;
  display: inline-block;
  position: relative;
  top: -0.125rem;
  transform: perspective(10px) skewY(25deg);
  background: var(--nav-accent-color);
  margin-right: -0.1875rem;
}
ul.menu a {
  color: var(--nav-item-color);
  display: inline-block;
}
ul.menu a:hover, ul.menu a:focus {
  opacity: 0.75;
}

.layout {
  position: relative;
  display: flex;
  flex-direction: column;
}
.layout.reverse--linear {
  flex-direction: column-reverse;
}
@media only screen and (min-width:64em) {
  .layout.reverse--linear {
    flex-direction: row;
  }
}
@media only screen and (min-width:64em) {
  .layout {
    flex-direction: row;
    gap: 2.5rem;
  }
}
.layout .column {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width:64em) {
  .layout .column {
    width: 100%;
  }
}
@media only screen and (min-width:64em) {
  .layout.column-count--2 .column {
    width: 50%;
  }
}
@media only screen and (min-width:64em) {
  .layout.column-count--2 .column[data-width="1/3"] {
    width: 33.3333333333%;
  }
}
@media only screen and (min-width:64em) {
  .layout.column-count--2 .column[data-width="2/3"] {
    width: 66.6666666667%;
  }
}

.homebackground {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #f1584d;
  overflow: hidden;
}
.homebackground > div {
  height: 100%;
}
.homebackground svg {
  width: 150%;
  height: auto;
  position: absolute;
  left: -25%;
  bottom: 25vh;
  min-height: 77vh;
  transform: translateX(calc(var(--scrolled-x) / -8));
}

.hometeasers {
  position: absolute;
  width: 330%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
@media only screen and (min-width:33.75em) {
  .hometeasers {
    width: 100%;
  }
}
.hometeasers ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hometeasers li {
  margin: 0;
  flex: 1;
  position: relative;
}
.hometeasers .teaser__outer {
  height: 100%;
  width: 100%;
}
.hometeasers .teaser {
  display: block;
  margin: auto;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  pointer-events: all;
}
.hometeasers .teaser:after {
  content: "";
  position: absolute;
  width: 4px;
  background: #db321a;
  left: calc(50% - 2px);
  top: 100%;
  height: 6.25rem;
}
.hometeasers .teaser .deco {
  position: absolute;
  top: calc(100% + 6.25rem);
  left: 50%;
  transform: translateX(-50%);
  width: 12.5rem;
  height: 12.5rem;
  background-repeat: no-repeat;
  background-size: contain;
}
.hometeasers .teaser:hover, .hometeasers .teaser:focus {
  opacity: 1;
}
.hometeasers .teaser:hover > b, .hometeasers .teaser:focus > b {
  background: #f1584d;
}

.hometeasers__entries {
  height: 50%;
  display: flex;
  flex: 1;
  width: 100%;
}
.hometeasers__entries li:nth-child(1) {
  top: -10%;
}
@media only screen and (min-width:33.75em) {
  .hometeasers__entries li:nth-child(1) {
    top: 10%;
  }
}
.hometeasers__entries li:nth-child(1) .teaser {
  transform: rotate(-5deg);
}
.hometeasers__entries li:nth-child(1) .teaser:after {
  height: 18.75rem;
}
.hometeasers__entries li:nth-child(1) .deco {
  background-image: url("../images/hometeasers/deco-1.svg");
  left: -50%;
  width: 31.25rem;
  height: 10.9375rem;
}
@media only screen and (min-width:33.75em) {
  .hometeasers__entries li:nth-child(1) .deco {
    width: 62.5rem;
    height: 21.875rem;
    left: -70%;
  }
}
.hometeasers__entries li:nth-child(2) {
  top: -40%;
  left: -3vw;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width:33.75em) {
  .hometeasers__entries li:nth-child(2) {
    top: -30%;
  }
}
.hometeasers__entries li:nth-child(2) .deco {
  background-image: url("../images/hometeasers/deco-2.svg");
  width: 14.375rem;
  height: 16.875rem;
  top: calc(100% + 2.5rem);
  left: calc(50% - 0.625rem);
}
.hometeasers__entries li:nth-child(3) .teaser {
  transform: rotate(5deg);
}
.hometeasers__entries li:nth-child(3) .teaser:after {
  height: 12.5rem;
}
.hometeasers__entries li:nth-child(3) .deco {
  background-image: url("../images/hometeasers/deco-3.svg");
  width: 21.875rem;
  height: 7.5rem;
  top: calc(100% + 9.375rem);
  left: calc(50% - 3.125rem);
  transform: translateX(-50%) rotate(-5deg);
}

.hometeasers__pagination {
  position: fixed;
  bottom: 2.5rem;
  left: 1.25rem;
  display: flex;
  z-index: 10;
}
@media only screen and (min-width:33.75em) {
  .hometeasers__pagination {
    display: none;
  }
}
.hometeasers__pagination li a {
  display: block;
  overflow: hidden;
  text-indent: -1000em;
  height: 1.25rem;
  width: 1.25rem;
  position: relative;
  opacity: 1;
}
.hometeasers__pagination li a:after {
  display: block;
  top: 0;
  left: 0;
  content: "";
  background: #fff;
  position: absolute;
  height: 100%;
  width: 100%;
  transform: scale(0.35);
}
.hometeasers__pagination li.active a:after {
  transform: scale(0.5);
}

body.is-lightbox-shown {
  overflow: hidden;
}

a[data-lightbox] {
  display: block;
  position: relative;
}
a[data-lightbox]:hover {
  opacity: 1;
}
a[data-lightbox]:hover img {
  filter: brightness(1.5);
}

.lightbox {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #332e2d;
  z-index: 20;
  flex-direction: column;
  overflow: auto;
}
.lightbox.is-active {
  display: flex;
}
.lightbox .container, .lightbox body:not(.is-home-page) .site-navigation__wrapper, body:not(.is-home-page) .lightbox .site-navigation__wrapper,
.lightbox .lightbox__inner {
  height: 100%;
}
.lightbox > div {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
.lightbox figure {
  margin: 0;
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 1.25rem 0;
}
.lightbox picture {
  display: block;
  flex: 1;
  position: relative;
}
.lightbox picture:after {
  display: none;
}
.lightbox img {
  border: none !important;
  position: absolute;
  left: 50%;
  top: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (min-width:46.3125em) {
  .lightbox img {
    max-width: 90%;
    max-height: 90%;
  }
}
.lightbox figcaption {
  text-align: center;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  color: #fff;
}

.lightbox__inner {
  margin: auto;
}

.lightbox__close {
  display: block;
  border: none;
  background: none;
  margin: 0;
  height: 2.5rem;
  width: 2.5rem;
  position: fixed;
  top: 0.625rem;
  right: 0.625rem;
}
@media only screen and (min-width:33.75em) {
  .lightbox__close {
    top: 1.25rem;
    right: 1.25rem;
  }
}
.lightbox__close:hover, .lightbox__close:focus {
  transform: scale(1.05);
}
.lightbox__close span {
  height: 0;
  width: 0;
  overflow: hidden;
  display: block;
}
.lightbox__close::before, .lightbox__close::after {
  position: absolute;
  left: 0;
  display: block;
  top: 48%;
  width: 100%;
  content: "";
  background: #fff;
  height: 0.125rem;
}
.lightbox__close::before {
  transform: rotate(45deg);
}
.lightbox__close::after {
  transform: rotate(-45deg);
}

body.is-game-open {
  overflow: hidden;
}

.game .game__startscreen {
  position: relative;
  min-height: 12.5rem;
  margin-bottom: 1.25rem;
  cursor: pointer;
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}
@media only screen and (min-width:33.75em) {
  .game .game__startscreen {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}
@media only screen and (min-width:46.3125em) {
  .game .game__startscreen {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5rem;
  }
}
.game .game__startscreen button {
  margin: 0 auto;
  position: relative;
  background: none;
  border: none;
  display: block;
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transform: translateY(calc(-50% + 2px));
  transition: transform 0.1s ease-out 0s;
  will-change: transform;
}
.game .game__startscreen button span {
  background: #db321a;
  z-index: 2;
  position: relative;
}
.game .game__startscreen button span:hover, .game .game__startscreen button span:focus {
  transform: none;
}
.game .game__startscreen button:before, .game .game__startscreen button:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.game .game__startscreen button:before {
  background: #f1584d;
  transform-origin: 100% 100%;
  transform: skewX(45deg) scaleY(50%);
}
.game .game__startscreen button:after {
  background: rgba(255, 255, 255, 0.43);
  filter: blur(35px);
  height: 150%;
  width: 200%;
  left: -50%;
}
.game:hover button, .game:focus button {
  transform: translateY(calc(-50% + 2px)) scale(1.1);
}

.game__embed {
  display: none;
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.game__embed iframe {
  height: 100%;
  width: 100%;
}
.is-game-open .game__embed {
  display: block;
}

.block--text {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width:33.75em) {
  .block--text {
    margin-bottom: 2.5rem;
  }
}
.block--text a {
  color: #db321a;
}
.block--text h1,
.block--text h2 {
  font-size: 1.5rem;
}
@media only screen and (min-width:33.75em) {
  .block--text h1,
.block--text h2 {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width:46.3125em) {
  .block--text h1,
.block--text h2 {
    font-size: 2rem;
  }
}
@media only screen and (min-width:64em) {
  .block--text h1,
.block--text h2 {
    font-size: 2rem;
  }
}
.block--text h3 {
  font-size: 1.3125rem;
}
@media only screen and (min-width:33.75em) {
  .block--text h3 {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width:46.3125em) {
  .block--text h3 {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width:64em) {
  .block--text h3 {
    font-size: 1.75rem;
  }
}
.block--text h4 {
  font-size: 1.03125rem;
}
@media only screen and (min-width:33.75em) {
  .block--text h4 {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width:46.3125em) {
  .block--text h4 {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width:64em) {
  .block--text h4 {
    font-size: 1.375rem;
  }
}
.block--text h5 {
  font-size: 1.125rem;
}
@media only screen and (min-width:33.75em) {
  .block--text h5 {
    font-size: 1rem;
  }
}
@media only screen and (min-width:46.3125em) {
  .block--text h5 {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width:64em) {
  .block--text h5 {
    font-size: 1.25rem;
  }
}
.block--text h6 {
  font-size: 1rem;
}
@media only screen and (min-width:33.75em) {
  .block--text h6 {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width:46.3125em) {
  .block--text h6 {
    font-size: 1rem;
  }
}
@media only screen and (min-width:64em) {
  .block--text h6 {
    font-size: 1rem;
  }
}
.block--text :is(h1, h2, h3, h4, h5, h6) {
  margin-bottom: 1.25rem;
}
.block--text :is(h1, h2, h3, h4, h5, h6):not(:first-child) {
  margin-top: 2em;
}

.block--image {
  margin-bottom: 2.5rem;
}
.block--image figure {
  margin: 0;
}
.block--image picture {
  display: block;
  width: 100%;
}

.block--gallery {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  margin-left: -1.875rem;
  margin-right: -1.875rem;
  overflow: auto;
}
.block--gallery.swiper-initialized {
  overflow: hidden;
}
@media only screen and (min-width:33.75em) {
  .block--gallery {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}
@media only screen and (min-width:46.3125em) {
  .block--gallery {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    margin-left: -4.375rem;
    margin-right: -2.5rem;
  }
}
@media only screen and (min-width:64em) {
  .block--gallery {
    margin-right: -6.25rem;
  }
}
.block--gallery figure {
  margin: 0;
}
.block--gallery ul {
  list-style: none;
  padding: 0;
  display: flex;
  margin: 0;
}
.block--gallery ul li {
  margin: 0;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 80%;
  flex-shrink: 0;
}
@media only screen and (min-width:33.75em) {
  .block--gallery ul li {
    width: 50%;
  }
}
@media only screen and (min-width:46.3125em) {
  .block--gallery ul li {
    width: 45%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.block--audioplayer {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  position: relative;
  width: 100%;
}
@media only screen and (min-width:64em) {
  .block--audioplayer {
    margin: auto;
    position: static;
  }
}
.block--audioplayer > div {
  display: grid;
  grid-template-columns: 3fr 4fr;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  row-gap: 1.25rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width:33.75em) {
  .block--audioplayer > div {
    padding: 1.25rem;
  }
}
.block--audioplayer > div:before {
  content: "";
  background: url("../images/blocks/audioplayer/audio.svg") no-repeat center;
  background-size: contain;
  grid-column: 1/2;
  grid-row: 1/3;
}
.block--audioplayer h3 {
  font-size: 1rem;
  grid-column: 2/3;
  grid-row: 1/2;
  margin: 0;
}
.block--audioplayer h3 small {
  font-size: 1em;
  font-weight: normal;
}
.block--audioplayer .start {
  grid-column: 2/3;
  grid-row: 2/3;
  display: flex;
  align-items: center;
  margin: 0;
}
.block--audioplayer audio {
  grid-column: 1/3;
  grid-row: 3/4;
  width: 100%;
  display: none;
  max-height: 2.5rem;
}
.block--audioplayer audio::-webkit-media-controls-enclosure {
  background: #db321a;
}
.block--audioplayer audio::-webkit-media-controls-play-button, .block--audioplayer audio::-webkit-media-controls-current-time-display, .block--audioplayer audio::-webkit-media-controls-time-remaining-display, .block--audioplayer audio::-webkit-media-controls-timeline, .block--audioplayer audio::-webkit-media-controls-volume-control-container {
  filter: invert(1);
  text-shadow: none;
}
.block--audioplayer.is-playing audio {
  display: block;
}
.block--audioplayer.is-playing .start {
  display: none;
}

.block--videoplayer {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  position: relative;
}
@media only screen and (min-width:64em) {
  .block--videoplayer {
    position: static;
  }
}
.block--videoplayer > div {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 0.125rem solid #db321a;
}
.block--videoplayer video {
  width: 100%;
  display: block;
}
.block--videoplayer .start_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.block--videoplayer .start {
  display: flex;
  align-items: center;
  margin: 0;
}
.block--videoplayer .poster img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block--videoplayer.is-playing .poster,
.block--videoplayer.is-playing .start_wrapper {
  display: none;
}

.block--pageteaser {
  position: relative;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width:46.3125em) {
  .block--pageteaser {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.block--pageteaser > div {
  position: relative;
  z-index: 1;
}
.block--pageteaser .teaser {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  gap: 1.25rem;
}
.block--pageteaser .teaser:hover, .block--pageteaser .teaser:focus {
  opacity: 1;
}
.block--pageteaser .teaser:hover img, .block--pageteaser .teaser:focus img {
  transform: scale(1.02);
}
@media only screen and (min-width:64em) {
  .block--pageteaser .teaser {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}
.block--pageteaser h3 {
  font-size: 1.125rem;
  margin: 0;
}
@media only screen and (min-width:33.75em) {
  .block--pageteaser h3 {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width:46.3125em) {
  .block--pageteaser h3 {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width:64em) {
  .block--pageteaser h3 {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width:64em) {
  .block--pageteaser h3,
.block--pageteaser .text,
.block--pageteaser .link {
    grid-column: 1/2;
  }
}
@media only screen and (min-width:64em) {
  .block--pageteaser .image {
    grid-column: 2/3;
    grid-row: 1/4;
  }
}
.block--pageteaser .image img {
  will-change: transform;
  transition: transform 0.1s ease-out 0s;
}
.block--pageteaser .link {
  min-height: 0;
  justify-self: end;
  align-self: end;
}
@media only screen and (min-width:64em) {
  .block--pageteaser.align--right h3,
.block--pageteaser.align--right .text,
.block--pageteaser.align--right .link {
    grid-column: 2/3;
  }
}
@media only screen and (min-width:64em) {
  .block--pageteaser.align--right .image {
    grid-column: 1/2;
  }
}
.block--pageteaser.align--right .link {
  justify-self: start;
}
.block--pageteaser .deco svg {
  width: 110%;
  display: block;
  transition: transform 0.2s ease-out 0s;
  will-change: transform;
  margin-left: -10%;
  height: 130%;
}
.block--pageteaser:hover svg {
  transform: scaleY(110%);
}

.block--spacer span {
  display: block;
  height: 2.5rem;
}
@media only screen and (min-width:46.3125em) {
  .block--spacer span {
    height: 5rem;
  }
}

.block--quiz ol strong {
  display: block;
  font-size: 1.25rem;
}
@media only screen and (min-width:33.75em) {
  .block--quiz ol strong {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width:46.3125em) {
  .block--quiz ol strong {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width:64em) {
  .block--quiz ol strong {
    font-size: 1.5rem;
  }
}
.block--quiz ol ol {
  margin-top: 1em;
  margin-bottom: 3em;
  list-style-type: upper-latin;
}
.block--quiz ol ol li {
  cursor: pointer;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
}
@media only screen and (min-width:33.75em) {
  .block--quiz ol ol li {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width:46.3125em) {
  .block--quiz ol ol li {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width:64em) {
  .block--quiz ol ol li {
    font-size: 1.125rem;
  }
}
.block--quiz ol ol li:before {
  position: absolute;
  background: #fde6e5;
  top: -0.3125rem;
  left: -0.3125rem;
  right: -0.3125rem;
  bottom: -0.3125rem;
  z-index: -1;
}
.block--quiz ol ol li:hover:before, .block--quiz ol ol li:focus:before {
  content: "";
}
.block--quiz .question.is-answered-wrong {
  pointer-events: none;
}
.block--quiz .question.is-answered-wrong .answer {
  opacity: 0.5;
}
.block--quiz .question.is-answered-wrong .answer.last-clicked {
  color: #db321a;
  opacity: 1;
  -webkit-animation: shake 0.65s linear 0.35s 1 both;
          animation: shake 0.65s linear 0.35s 1 both;
}
.block--quiz .question.is-answered-correct {
  pointer-events: none;
}
.block--quiz .question.is-answered-correct .answer {
  opacity: 0.5;
}
.block--quiz .question.is-answered-correct .answer[data-correct] {
  opacity: 1;
  font-weight: bold;
  color: green;
}
.block--quiz .question.is-answered-correct .answer[data-correct]:after {
  content: "✔";
}

@-webkit-keyframes shake {
  0% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-10px);
  }
  30% {
    transform: translateX(10px);
  }
  50% {
    transform: translateX(-10px);
  }
  70% {
    transform: translateX(10px);
  }
  90% {
    transform: translateX(-10px);
  }
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-10px);
  }
  30% {
    transform: translateX(10px);
  }
  50% {
    transform: translateX(-10px);
  }
  70% {
    transform: translateX(10px);
  }
  90% {
    transform: translateX(-10px);
  }
}
.block--cta {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 2.5rem;
}
.block--cta + .block--cta {
  margin-top: -1.625rem;
}
.block--cta a {
  text-decoration: none;
}
.block--cta a span {
  min-height: 0;
}
.block--cta.align--lefttop {
  margin-left: 0;
  margin-right: auto;
}
.block--cta.align--righttop {
  margin-left: auto;
  margin-right: 0;
}
.block--cta.align--leftbottom {
  margin-top: auto;
  margin-bottom: 0;
}
.block--cta.align--rightbottom {
  margin-top: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 0;
}

.block--feedback .deco svg {
  width: 100%;
  height: 68.75rem;
  max-height: 150%;
}

section.layout:last-child > div:last-child .block--feedback:last-child {
  margin-bottom: -12.5rem;
}

.feedback__form {
  padding-top: 6.25rem;
  padding-bottom: 2.5rem;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width:46.3125em) {
  .feedback__form {
    padding-left: 8.3333333333%;
    padding-right: 8.3333333333%;
  }
}
@media only screen and (min-width:64em) {
  .feedback__form {
    padding-right: 16.6666666667%;
  }
}
.feedback__form form {
  position: relative;
  z-index: 1;
}
.feedback__form form input[type=text] {
  max-width: 23.125rem;
}
.feedback__form form label span {
  display: flex;
  padding-bottom: 0.625rem;
}
.feedback__form form label span svg {
  margin-left: 0.625rem;
  width: 1.25rem;
  height: 1.25rem;
}
.feedback__form form label span:first-child {
  color: #fff;
  cursor: pointer;
}
.feedback__form form label span:last-child {
  color: #332e2d;
  display: none;
}
.feedback__form form label.shows-details svg circle {
  stroke: #332e2d;
  fill: none;
}
.feedback__form form label.shows-details svg path {
  fill: #332e2d;
}
.feedback__form form label.shows-details span:last-child {
  display: block;
}

.feedback__form-error {
  position: relative;
  z-index: 1;
  background: #db321a;
  padding: 0.625rem;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width:46.3125em) {
  .feedback__form-error {
    margin-bottom: 1.875rem;
  }
}
.feedback__form-error p {
  margin: 0;
  color: #fff;
}

.feedback__form-success {
  position: relative;
  z-index: 1;
}
.feedback__form-success p {
  margin: 1em 0;
  color: #fff;
  font-weight: bold;
  font-size: 1.375rem;
}
@media only screen and (min-width:33.75em) {
  .feedback__form-success p {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width:46.3125em) {
  .feedback__form-success p {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width:64em) {
  .feedback__form-success p {
    font-size: 1.75rem;
  }
}

.feedback__list-wrapper {
  min-height: 31.25rem;
}

.feedback__list {
  position: relative;
  z-index: 2;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 12.5rem;
  list-style: none;
  margin: 2.5rem -0.625rem 0;
}
.feedback__list li {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin: 0 0 1.25rem;
  width: 100%;
  display: block;
  position: relative;
}
.feedback__list li:nth-child(1):before, .feedback__list li:nth-child(2):before, .feedback__list li:nth-child(3):before {
  content: "";
  width: 0.125rem;
  left: 50%;
  margin-left: -0.125rem;
  background: #db321a;
  position: absolute;
  top: 0;
  height: 625rem;
}
@media only screen and (min-width:64em) {
  .feedback__list li {
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width:90em) {
  .feedback__list li {
    width: 33.3333333333%;
  }
}
.feedback__list .load-more {
  margin: 1.875rem auto 0;
  background: #332e2d;
  position: relative;
  z-index: 2;
}
.feedback__list .load-more:hover, .feedback__list .load-more:focus {
  background: black;
}

.feedback__comment {
  padding: 1.25rem;
  display: grid;
  grid-template-columns: 1fr auto;
  background: #db321a;
  color: #fff;
  -moz-column-gap: 0.3125rem;
       column-gap: 0.3125rem;
  row-gap: 1.25rem;
  position: relative;
}
.feedback__comment h4 {
  font-size: 1rem;
  grid-column: 1/2;
  grid-row: 1/2;
  margin: 0;
  line-height: inherit;
}
.feedback__comment time {
  grid-column: 2/3;
  grid-row: 1/2;
}
.feedback__comment .text {
  grid-row: 2/3;
  grid-column: 1/3;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}