/*! 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.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-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%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* 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;
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-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; /* 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;
}
@font-face {
  font-family: "FrankGothXCnBTWXX-Regular";
  src: url("../fonts/FrankGothXCnBTWXX-Regular/font.woff2") format("woff2"), url("../fonts/FrankGothXCnBTWXX-Regular/font.woff") format("woff");
}
@font-face {
  font-family: "FranklinGothicURW-Boo";
  src: url("../fonts/FranklinGothicURW-Boo/font.woff2") format("woff2"), url("../fonts/FranklinGothicURW-Boo/font.woff") format("woff");
}
@font-face {
  font-family: "ES Rebond Grotesque";
  src: url("../fonts/ESRebondGrotesque-Bold.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "ES Rebond Grotesque";
  src: url("../fonts/ESRebondGrotesque-Semibold.woff2") format("woff2");
  font-weight: 600;
}
* {
  box-sizing: border-box;
}

:root {
  --main-bg: #fff;
  --main-text: #000;
}

body {
  font-family: FranklinGothicURW-Boo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background-color: var(--main-bg);
  color: var(--main-text);
  font-weight: 400;
}

body.game-type--landart-flevoland {
  font-family: "ES Rebond Grotesque" !important;
}

html,
body {
  height: 100%;
}

#app {
  height: 100%;
}

button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.component-fade-enter-active,
.component-fade-leave-active {
  transition: opacity 0.3s ease;
}

.component-fade-enter, .component-fade-leave-to {
  opacity: 0;
}

.main-text {
  font-family: FrankGothXCnBTWXX-Regular, sans-serif;
  font-style: normal;
  font-size: 22px;
  line-height: 1;
  color: var(--main-text);
  text-transform: uppercase;
}
.game-type--landart-flevoland .main-text {
  font-family: "ES Rebond Grotesque";
  font-weight: 700;
  text-transform: none;
}

.help-text {
  opacity: 0.75;
  font-size: 14px;
  line-height: 1.14;
  color: var(--main-text);
}

.feedback-text {
  font-family: FrankGothXCnBTWXX-Regular, sans-serif;
  font-style: normal;
  font-size: 30px;
  line-height: 0.93;
  margin: 0;
  text-transform: uppercase;
}
.game-type--landart-flevoland .feedback-text {
  font-family: "ES Rebond Grotesque";
  text-transform: none;
}

.end-text {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: var(--main-text);
  margin-bottom: 50px;
  opacity: 0.35;
}

.end-title {
  font-family: FrankGothXCnBTWXX-Regular, sans-serif;
  font-size: 80px;
  font-weight: normal;
  line-height: 0.88;
  margin-bottom: 35px;
  text-transform: uppercase;
  margin-top: 0;
  word-break: break-all;
}
.game-type--landart-flevoland .end-title {
  font-family: "ES Rebond Grotesque";
  text-transform: none;
}

.text-page-title {
  font-family: FrankGothXCnBTWXX-Regular, sans-serif;
  font-style: normal;
  font-size: 54px;
  line-height: 0.81;
  color: var(--main-text);
  text-transform: uppercase;
  margin: 47px 0 27px 0;
}
.game-type--landart-flevoland .text-page-title {
  font-family: "ES Rebond Grotesque";
  text-transform: none;
}

.text-page-text,
.audio-overlay-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.38;
}

.text-page-text figure {
  margin: 35px 0 35px -50px;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.text-page-text figure a {
  display: block;
}
.text-page-text figcaption {
  display: none;
}
.text-page-text img {
  width: 100%;
  height: 100%;
}
.text-page-text ul,
.text-page-text ol {
  padding: 0;
  margin: 0;
}
.text-page-text blockquote {
  margin: 0;
}

.sources-button {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  color: var(--main-text);
  text-decoration: underline;
  background: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  margin-top: 20px;
}

.text-input {
  height: 70px;
  border-radius: 10px;
  border: solid 1px var(--secondary-label);
  background-color: var(--secondary-bg);
  width: 100%;
  font-size: 18px;
  line-height: 1.22;
  color: var(--secondary-label);
  padding: 25px;
  margin-bottom: 50px;
}
.text-input:focus {
  outline: 0;
}
.game-type--landart-flevoland .text-input {
  border: solid 1px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.text-area {
  border-radius: 10px;
  border: solid 1px var(--secondary-label);
  background-color: var(--secondary-bg);
  width: 100%;
  font-size: 18px;
  line-height: 1.22;
  color: var(--secondary-label);
  padding: 25px;
}
.text-area:focus {
  outline: 0;
}
.game-type--landart-flevoland .text-area {
  border: solid 1px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.page {
  height: 100%;
}

.page-content {
  min-height: 100%;
  padding: 50px 35px;
}

.question-header__title {
  display: none;
}

.overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--main-bg);
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 35px;
  z-index: 6;
}

.overlay.overlay--full,
.overlay.overlay--image {
  padding: 0;
}

body.game-type--de-gezonde-stad .overlay__image {
  margin-bottom: auto;
}
body.game-type--de-gezonde-stad .overlay-shield-group {
  -webkit-animation-name: tada;
          animation-name: tada;
  transform-origin: center bottom;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  transform-origin: top center;
}
@media (max-height: 700px) {
  body.game-type--de-gezonde-stad .overlay-shield-group {
    transform: scale(0.8);
    position: absolute;
    top: 40px;
    left: 0;
  }
}
@media (max-height: 600px) {
  body.game-type--de-gezonde-stad .overlay-shield-group {
    transform: scale(0.7);
  }
}
@media (max-height: 540px) {
  body.game-type--de-gezonde-stad .overlay-shield-group {
    transform: scale(0.6);
  }
}
@media (max-height: 700px) {
  body.game-type--de-gezonde-stad .overlay-shield-shadow {
    display: none;
  }
}

@-webkit-keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.answers {
  display: flex;
  flex-flow: column nowrap;
}

.answer {
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 50px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 25%;
  flex-flow: column nowrap;
}
.answer + .answer {
  margin-top: 15px;
}
.answer input:checked + .answer__inner {
  background-color: var(--primary-bg);
}

.answer__inner {
  display: flex;
  align-items: center;
  padding: 0 35px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 50px;
  transition: background 0.6s;
  flex: 1 1 auto;
}
@media (max-height: 570px) {
  .answer__inner {
    padding: 0 25px;
  }
}

.answer__text {
  font-family: FrankGothXCnBTWXX-Regular, sans-serif;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  display: inline-block;
  text-align: left;
}
@media (max-height: 570px) {
  .answer__text {
    font-size: 16px;
  }
}
.game-type--landart-flevoland .answer__text {
  font-family: "ES Rebond Grotesque";
}

.answer__label {
  font-family: FrankGothXCnBTWXX-Regular, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 0.7;
  color: #000000;
  text-transform: uppercase;
  width: 52px;
  text-align: left;
  display: inline-block;
  flex-shrink: 0;
}
.game-type--landart-flevoland .answer__label {
  font-family: "ES Rebond Grotesque";
  font-size: 22px;
}
@media (max-height: 570px) {
  .answer__label {
    font-size: 28px;
    width: 35px;
  }
}

.answer input {
  display: none;
}

.answer.answer--wall {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 33.3%;
  max-height: 113px;
}
.answer.answer--wall .answer__inner {
  background: var(--primary-bg);
  justify-content: center;
}
.answer.answer--wall .answer__text {
  font-size: 30px;
  line-height: 0.93;
}
@media (max-height: 570px) {
  .answer.answer--wall .answer__text {
    font-size: 26px;
  }
}
.answer.answer--wall input:disabled + .answer__inner {
  background: #e3e3d7;
}
.answer.answer--wall input:disabled + .answer__inner .answer__text {
  opacity: 0.08;
}
@media (orientation: landscape) {
  .answer.answer--wall {
    max-height: 94px;
    text-align: center;
  }
  .answer.answer--wall + .answer {
    margin-top: 0px;
  }
}

.checkboxes {
  display: flex;
  flex-flow: column nowrap;
}

.checkbox input {
  display: none;
  pointer-events: none;
}
.checkbox input:checked + .checkbox__inner .checkbox__check {
  background: #000;
}
.checkbox input:disabled + .checkbox__inner .checkbox__label {
  opacity: 0.08;
}
.checkbox input:disabled + .checkbox__inner .checkbox__check {
  opacity: 0.35;
}
.checkbox + .checkbox {
  border-top: 1px solid #e3e3d7;
}

.checkbox__inner {
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.checkbox__check {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  margin-right: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.15s, background-color 0.15s;
}
.checkbox__check svg {
  width: 18px;
  height: auto;
}

.checkbox__label {
  font-family: FrankGothXCnBTWXX-Regular, sans-serif;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  color: #000000;
  display: inline-block;
  transition: opacity 0.15s;
}
.game-type--landart-flevoland .checkbox__label {
  font-family: "ES Rebond Grotesque";
}

.checkbox-button {
  background: transparent;
  border: none;
  padding: 20px 0;
  font-family: FrankGothXCnBTWXX-Regular, sans-serif;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  color: #000000;
  text-align: left;
  border-top: 1px solid #e3e3d7;
  display: flex;
  align-items: center;
  transition: color 0.15s;
}
.checkbox-button:before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  margin-right: 25px;
  transition: background-color 0.15s;
}
.checkbox-button:disabled {
  color: rgba(0, 0, 0, 0.08);
}
.checkbox-button:disabled:before {
  background: rgba(255, 255, 255, 0.35);
}
.checkbox-button:focus {
  outline: 0;
}
.game-type--landart-flevoland .checkbox-button {
  font-family: "ES Rebond Grotesque";
}

.pill {
  font-family: FrankGothXCnBTWXX-Regular, sans-serif;
  font-style: normal;
  border-radius: var(--borders-radius);
  background-color: var(--secondary-bg);
  font-size: 16px;
  color: var(--secondary-label);
  padding: 7px 10px 5px 10px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  line-height: normal;
  font-weight: 400;
}
.game-type--landart-flevoland .pill {
  font-family: "ES Rebond Grotesque";
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 14px;
  padding: 6px 10px 6px 10px;
}

.pill.pill--duration {
  position: fixed;
  top: 37px;
  left: 25px;
  display: flex;
  align-items: center;
}
.pill.pill--duration svg {
  width: 10.6px;
  height: auto;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
.pill.pill--duration path {
  fill: var(--secondary-label);
}

.footer-buttons {
  position: fixed;
  left: 0;
  bottom: 25px;
  width: 100%;
  display: flex;
  z-index: 5;
}

.footer-buttons.footer-buttons--center {
  justify-content: center;
}

.footer-buttons.footer-buttons--wall-overlay {
  position: static;
  justify-content: center;
}

.footer-buttons.footer-buttons--audio-overlay {
  justify-content: center;
}

.footer-button {
  font-family: FrankGothXCnBTWXX-Regular, sans-serif;
  font-style: normal;
  font-size: 22px;
  line-height: 1;
  color: var(--primary-label);
  height: 75px;
  display: flex;
  align-items: center;
  border: none;
  text-decoration: none;
  text-transform: uppercase;
}
.footer-button path {
  fill: var(--primary-label);
  transition: fill 0.15s;
}
.footer-button svg {
  width: 32px;
  height: auto;
}
.footer-button:focus {
  outline: 0;
}
.game-type--landart-flevoland .footer-button {
  font-family: "ES Rebond Grotesque";
  font-weight: bold;
  text-transform: none;
}

.footer-button.footer-button--next {
  background: var(--primary-bg);
  border-radius: var(--borders-radius);
  flex: 1 1 auto;
  padding: 0 25px 0 30px;
  position: relative;
  display: flex;
  justify-content: space-between;
  transition: color 0.15s, background-color 0.15s;
}
.footer-button.footer-button--next:disabled {
  background-color: #e3e3d7;
  color: rgba(0, 0, 0, 0.08);
}
.footer-button.footer-button--next:disabled path {
  fill: rgba(0, 0, 0, 0.08);
}
.game-type--landart-flevoland .footer-button.footer-button--next:disabled {
  opacity: 0.2;
  background-color: var(--primary-bg);
  color: #fff;
}
.game-type--landart-flevoland .footer-button.footer-button--next:disabled path {
  fill: #fff;
}

.footer-button.footer-button--next.footer-button--single {
  margin-left: 75px;
}

body.game-type--de-gezonde-stad .footer-button.footer-button--next.footer-button--single {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.footer-button.footer-button--prev,
.footer-button.footer-button--add,
.footer-button.footer-button--next-small {
  width: 75px;
  border-radius: var(--borders-radius);
  background: var(--secondary-bg);
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
}

.footer-button.footer-button--prev:disabled,
.footer-button.footer-button--add:disabled {
  background-color: #e3e3d7;
  color: rgba(0, 0, 0, 0.08);
}
.footer-button.footer-button--prev:disabled path,
.footer-button.footer-button--add:disabled path {
  fill: rgba(0, 0, 0, 0.08);
}

.footer-button.footer-button--add {
  background: var(--primary-bg);
}
.footer-button.footer-button--add svg {
  width: 25px;
}

.footer-button.footer-button--next-small {
  background: var(--primary-bg);
}

.footer-button.footer-button--alt {
  background: var(--primary-bg);
}

.game-type--landart-flevoland .footer-button.footer-button--prev {
  background-color: #fff;
  color: #000000;
}
.game-type--landart-flevoland .footer-button.footer-button--prev:disabled {
  opacity: 0.5;
}
.game-type--landart-flevoland .footer-button.footer-button--prev path {
  fill: #000000;
}

.score {
  font-family: FrankGothXCnBTWXX-Regular, sans-serif;
  font-style: normal;
  width: 75px;
  height: 75px;
  background: var(--primary-bg);
  color: var(--primary-label);
  border-radius: var(--borders-radius);
  font-size: 28px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  position: fixed;
  top: 15px;
  right: 0;
  z-index: 10;
  transition: width 0.15s 0.15s;
}
.score.active {
  width: 150px;
  transition: width 0.15s;
}
.score.active .score__text {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.15s 0.15s, visibility 0.15s 0.15s;
}

.score__score {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
}

.score__text {
  position: absolute;
  left: 25px;
  top: 0;
  background: transparent;
  height: 75px;
  display: flex;
  align-items: center;
  font-size: 22px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s, visibility 0.15s;
}

.shield-score {
  font-family: FrankGothXCnBTWXX-Regular, sans-serif;
  font-style: normal;
  width: 45px;
  height: 55px;
  font-size: 36px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 10;
}

.shield-score__bg {
  position: absolute;
  top: 0;
  left: 0;
}
.shield-score__bg svg {
  width: 100%;
  height: auto;
}

.shield-score__text {
  position: relative;
  -webkit-text-stroke: 1px #fff;
}

.statements {
  display: flex;
  flex-flow: column nowrap;
  margin: 0 -35px;
}

.statement {
  background-color: var(--primary-bg);
  border-top-right-radius: 127.5px;
  border-bottom-right-radius: 127.5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 50px;
  flex-grow: 1;
  flex-shrink: 1;
  max-height: 190px;
}
@media (max-height: 570px) {
  .statement {
    padding: 0 25px;
  }
}
.statement:nth-child(even) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 127.5px;
  border-bottom-left-radius: 127.5px;
  justify-content: flex-end;
}
.statement:nth-child(even) .statement__text {
  text-align: right;
}
.statement:nth-child(even) svg {
  margin-left: 35px;
  margin-right: 0;
}
.statement:nth-child(even) .statement__inner {
  flex-flow: row-reverse;
}
.statement + .statement {
  margin-top: 25px;
}
@media (max-height: 570px) {
  .statement + .statement {
    margin-top: 15px;
  }
}
.statement svg {
  width: 18px;
  height: auto;
  margin-right: 35px;
  flex: 0 0 auto;
}
.statement path {
  fill: var(--primary-label);
}
.statement input {
  display: none;
}

.statement__inner {
  display: flex;
  align-items: center;
  max-width: 270px;
}

.statement__text {
  font-family: FrankGothXCnBTWXX-Regular, sans-serif;
  font-style: normal;
  color: var(--primary-label);
  font-size: 28px;
  line-height: 1;
  text-align: left;
}
.game-type--landart-flevoland .statement__text {
  font-family: "ES Rebond Grotesque";
}
@media (max-height: 570px) {
  .statement__text {
    font-size: 25px;
  }
}

.play-button,
.pause-button {
  background: var(--primary-bg);
  width: 153px;
  height: 153px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin: 0 auto;
  padding: 0;
}
.play-button svg,
.pause-button svg {
  width: 22.8px;
  height: auto;
}
.play-button path,
.pause-button path {
  fill: var(--primary-label);
}
.play-button:focus,
.pause-button:focus {
  outline: 0;
}

.pause-button svg {
  width: 13px;
  height: auto;
}

.quiz-wrapper {
  position: relative;
  margin: 0 -35px;
}

.quiz {
  display: flex;
  flex-flow: row wrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.quiz .sortable-ghost .quiz-answer__label {
  opacity: 20%;
}
.quiz .sortable-drag .quiz-answer__label {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
  background: var(--primary-bg);
}

.quiz-answer {
  flex: 0 0 50%;
  border: 1px solid transparent;
  display: flex;
  align-items: flex-end;
  padding: 0 20px;
}

.quiz-images {
  display: flex;
  flex-flow: row wrap;
}

.quiz-image {
  position: relative;
  flex: 0 0 50%;
  height: 120px;
  overflow: hidden;
  margin-bottom: 90px;
  z-index: 5;
}
.quiz-image img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-height: 680px) {
  .quiz-image {
    height: 100px;
    margin-bottom: 90px;
  }
}
@media (max-height: 570px) {
  .quiz-image {
    height: 70px;
    margin-bottom: 70px;
  }
}

.quiz-answer__label,
.order-answer {
  font-family: FrankGothXCnBTWXX-Regular, sans-serif;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  text-align: left;
  background: var(--secondary-bg);
  color: var(--secondary-label);
  display: block;
  padding: 0 20px;
  border-radius: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
  position: relative;
}
.game-type--landart-flevoland .quiz-answer__label,
.game-type--landart-flevoland .order-answer {
  font-family: "ES Rebond Grotesque";
}
@media (max-height: 570px) {
  .quiz-answer__label,
.order-answer {
    font-size: 16px;
  }
}

@media (max-height: 570px) {
  .quiz-answer__label {
    margin-bottom: 10px;
  }
}

.quiz-answer__handle {
  width: 10px;
  display: flex;
  flex-flow: row wrap;
  position: absolute;
  right: 18px;
}
.quiz-answer__handle span {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #e3e3d7;
  margin: 1px 1px;
}

.order-answers {
  display: flex;
  flex-flow: column nowrap;
}

.order-answer {
  padding: 0 35px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 25%;
  max-height: 150px;
  margin-bottom: 0;
}
.order-answer.sortable-drag {
  background: var(--primary-bg);
}
.order-answer + .order-answer {
  margin-top: 25px;
}
@media (max-height: 570px) {
  .order-answer + .order-answer {
    margin-top: 15px;
  }
}

.home {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .home {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
  }
}

.desktop-content {
  display: none;
}
@media (min-width: 768px) {
  .desktop-content {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 50px 100px;
  }
}

.desktop-content__text {
  max-width: 432px;
  width: 100%;
  text-align: left;
}

.home__content {
  display: none;
}
@media (max-width: 767px) {
  .home__content {
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 90px;
  }
}

.home__button-wrapper {
  height: 75px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

body.game-type--de-gezonde-stad .home .app-title,
body.game-type--landart-flevoland .home .app-title {
  display: none;
}
@media (max-width: 767px) {
  body.game-type--de-gezonde-stad .home,
body.game-type--landart-flevoland .home {
    background-image: url("../images/de-gezonde-stad_cover.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
  }
}
body.game-type--de-gezonde-stad .home__logo,
body.game-type--landart-flevoland .home__logo {
  margin-bottom: auto;
  margin-top: 160px;
}

@media (max-width: 767px) {
  body.game-type--landart-flevoland .home {
    background-image: url("../images/bg-landart.png");
  }
}
body.game-type--landart-flevoland .desktop-content__text {
  max-width: 570px;
}

.location-image {
  height: 60vh;
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background: #000;
}
.location-image img,
.location-image video {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.location-image video {
  position: static;
}

.timer {
  background: transparent;
  height: 20px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.timer__bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 100%;
  background: var(--main-text, #fff);
}
.game-type--landart-flevoland .timer__bar {
  background-color: #477ff4;
}

@-webkit-keyframes timer {
  from {
    width: 100%;
  }
  to {
    width: 0%;
  }
}

@keyframes timer {
  from {
    width: 100%;
  }
  to {
    width: 0%;
  }
}
.timer.timer--warning .timer__bar {
  background: red;
}

.end-game {
  height: 100%;
}

.hammer-button {
  font-family: FrankGothXCnBTWXX-Regular, sans-serif;
  font-style: normal;
  font-size: 22px;
  line-height: 1;
  color: #000000;
  background: var(--primary-bg);
  height: 120px;
  width: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  text-decoration: none;
  text-transform: uppercase;
  position: absolute;
  right: 25px;
  bottom: 25px;
  transition: opacity 0.15s;
}
.hammer-button:disabled {
  background-color: #e3e3d7;
  color: rgba(0, 0, 0, 0.08);
  opacity: 0.6;
}

.cookie-warning {
  height: 60px;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
  font-family: "FrankGothXCnBTWXX-Regular";
  position: fixed;
  bottom: 0;
}
.game-type--landart-flevoland .cookie-warning {
  font-family: "ES Rebond Grotesque";
  font-weight: 700;
  font-size: 12px;
}

.cookie-warning__text {
  color: #fff;
  background: #000;
  padding: 0 25px;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}

.cookie-warning__button {
  padding: 0 20px;
  border: none;
  margin: 0;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.cookie-warning__button:focus {
  outline: 0;
}
.game-type--landart-flevoland .cookie-warning__button {
  text-transform: uppercase;
}

.cookie-warning__button--consent {
  background: var(--primary-bg);
  color: var(--primary-label);
}

.cookie-warning__button--dismiss {
  padding: 0 15px;
  background: var(--secondary-bg);
  color: var(--secondary-label);
}

.help-text-wrapper {
  margin: 20px auto 30px auto;
  max-width: 275px;
  display: flex;
  padding: 20px 20px 0 20px;
  position: relative;
}
.help-text-wrapper:after {
  content: "";
  background: var(--main-text);
  position: absolute;
  top: 0;
  height: 1px;
  width: 100%;
  opacity: 0.1;
  left: 0;
}
.help-text-wrapper .help-text {
  margin: 0;
  text-align: left;
}
.help-text-wrapper svg {
  margin-right: 20px;
  flex: 1 0 auto;
}

.help-text-wrapper.help-text-wrapper--fluid svg {
  flex: 0 0 auto;
}

.score-page {
  height: 100%;
}

.score-badges__badge {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

.score-badges__shadow {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: shrink;
          animation-name: shrink;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes bounce {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-20px);
  }
}

@keyframes bounce {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-20px);
  }
}
@-webkit-keyframes shrink {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0.8);
  }
}
@keyframes shrink {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0.8);
  }
}
.coupon-code {
  text-transform: uppercase;
  padding: 40px 40px 80px 40px;
  border: 2px dashed var(--main-text);
  margin: 20px 0;
  position: relative;
  background: var(--primary-bg);
}

.coupon-code__code {
  font-family: FrankGothXCnBTWXX-Regular, sans-serif;
  font-style: normal;
  font-size: 28px;
  line-height: 1;
  color: var(--main-text);
}
.game-type--landart-flevoland .coupon-code__code {
  font-family: "ES Rebond Grotesque";
}

.coupon-code__date {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 20px;
  font-size: 14px;
}

.image-answers {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -35px;
  position: relative;
}

.image-answer__image-wrapper {
  position: relative;
  padding-bottom: 56.25%;
}

.image-answer {
  cursor: pointer;
  position: relative;
  flex: 0 0 50%;
  overflow: hidden;
  margin-bottom: 20px;
  z-index: 5;
}
.image-answer img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image-answer input {
  display: none;
}
.image-answer__text {
  font-family: FrankGothXCnBTWXX-Regular, sans-serif;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  display: block;
  text-align: center;
  padding: 5px 5px 0 5px;
}
.game-type--landart-flevoland .image-answer__text {
  font-family: "ES Rebond Grotesque";
}
@media (max-height: 570px) {
  .image-answer__text {
    font-size: 16px;
  }
}

.image-answer__check {
  width: 24px;
  height: 24px;
  position: absolute;
  color: green;
  top: 5px;
  right: 5px;
  background: #fff;
  border-radius: 50%;
}
/*# sourceMappingURL=main.css.map*/