/*
	Theme Name: Freilicht Museum Detmold - Kassen Screens
	Theme URI: https://blubbmedia.com
	Description: Custom Template for Kassen Screens Freilicht Museum Detmold 2026
	Version: 0.0.1
	Author: David Ziegler
	Author URI: http://www.goleon.de
	Tags: HTML5, CSS3
*/
/*---------------------------------
-----  dimension variables --------
----------------------------------*/
/*------  standard elements padding & margin  -------*/
/** @define Mixins; use strict */
/**
 * All the mixins used by the Project.
 *
 * include all seperate mixins in this file,
 * to be imported by _import.scss in src dir
 *
 */
.popover {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

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

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

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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;
}

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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.
 */
img {
  border: 0;
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

@font-face {
  font-family: 'light';
  src: url("fonts/OpenSans-Light.woff2") format("woff2"), url("fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'lightItalic';
  src: url("fonts/OpenSans-LightItalic.woff2") format("woff2"), url("fonts/OpenSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'medium';
  src: url("fonts/OpenSans-Medium.woff2") format("woff2"), url("fonts/OpenSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'mediumItalic';
  src: url("fonts/OpenSans-MediumItalic.woff2") format("woff2"), url("fonts/OpenSans-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'bold';
  src: url("fonts/OpenSans-SemiBold.woff2") format("woff2"), url("fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'boldItalic';
  src: url("fonts/OpenSans-SemiBoldItalic.woff2") format("woff2"), url("fonts/OpenSans-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: block;
}
.lang-navigation {
  position: relative;
  z-index: 500;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.lang-navigation UL {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
}
.lang-navigation UL LI {
  list-style-type: none;
  margin-left: 2px;
}
.lang-navigation #header-menu LI A {
  display: inline-block;
  position: relative;
  background-color: transparent;
  text-transform: uppercase;
  color: #fff;
  font-family: 'bold';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 28px;
  min-width: 60px;
  min-height: 60px;
  line-height: 2.1;
  text-align: center;
}
.lang-navigation #header-menu LI A svg {
  display: inline-block;
  margin-top: 10px;
}

.startpageLink {
  display: none;
}

.popover {
  background-color: #FFF;
  border-radius: 12px;
  padding: 5px 13px;
  position: absolute;
  z-index: 300;
  width: auto;
  min-width: 90px;
  text-align: center;
  bottom: 40px;
  left: -1em;
  color: #CDD4FD;
  font-size: 26px;
  font-family: 'bold';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.popover.content P {
  font-size: 22px;
  font-family: 'regular';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.popover.slim {
  min-width: 350px;
  text-align: center;
}
.popover .closeButton {
  pointer-events: auto;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  top: -15px;
  right: -15px;
  border: 4px solid;
}
.popover .closeButton:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  width: 33px;
  height: 33px;
  display: block;
  position: absolute;
  background-image: url(img/small_close_x.svg);
  background-size: 40%;
}

#arrow {
  position: absolute;
  background: #fff;
  width: 8px;
  height: 8px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.lightbox-button {
  top: 30px;
  left: 30px;
  position: absolute;
  z-index: 900;
}
.lightbox-button .label {
  font-size: 24px;
  text-transform: uppercase;
  color: white;
  border: 4px solid white;
  padding: 6px 30px;
  border-radius: 12px;
}
.lightbox-button .content-wrapper {
  display: none;
  position: absolute;
  min-width: 800px;
  max-width: 95vw;
  pointer-events: none;
}
.lightbox-button .content-wrapper .content {
  background: white;
  padding: 20px;
}
.lightbox-button .content-wrapper .content p {
  font-size: 24px;
  font-family: 'regular';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.lightbox-button .content-wrapper .copyright {
  color: #cdcfcf;
  margin: 8px 24px 8px;
  font-family: 'regular';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.lightbox-button .content-wrapper .closeButton {
  pointer-events: auto;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  top: -15px;
  right: -15px;
  border: 4px solid;
}
.lightbox-button .content-wrapper .closeButton:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  width: 33px;
  height: 33px;
  display: block;
  position: absolute;
  background-image: url(img/small_close_x.svg);
  background-size: 40%;
}
.lightbox-button.button1 {
  top: 60px;
  left: 60px;
  z-index: 1000;
}
.lightbox-button.button2 {
  top: 140px;
  left: 60px;
}
.lightbox-button.button2:after {
  -webkit-clip-path: polygon(4% 15%, 95% 0, 100% 86%, 0% 100%);
          clip-path: polygon(4% 15%, 95% 0, 100% 86%, 0% 100%);
}
.lightbox-button.button3 {
  min-width: 300px;
  max-width: 400px;
  left: calc(50% - 150px);
  top: unset;
  bottom: 100px;
}
.lightbox-button.button3:after {
  -webkit-clip-path: polygon(4% 15%, 97% 1%, 96% 78%, 0% 100%);
          clip-path: polygon(4% 15%, 97% 1%, 96% 78%, 0% 100%);
}
.lightbox-button.button3 .label {
  text-align: center;
}

.button {
  position: relative;
  border-radius: 0px;
  min-width: 60px;
  min-height: 60px;
  background-color: #CDD4FD;
  display: inline-block;
  color: #182153;
  font-size: 28px;
  line-height: 2.1;
  text-align: center;
  padding: 0px 60px 0 40px;
  font-family: 'bold';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.button:hover {
  color: #182153;
}
.button:after {
  content: "";
  background-image: url("img/arrow_primary-btn.svg");
  background-repeat: no-repeat;
  background-position: right;
  width: 33px;
  height: 23px;
  display: block;
  position: absolute;
  background-size: 42%;
  top: 20px;
  right: 38px;
}

.header {
  position: relative;
  width: 100%;
  padding: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.header .logo > img {
  height: 100px;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none;
}

::selection {
  background: transparent;
}

/* html element 62.5% font-size for REM use */
/*html {
    font-size:62.5%;
}*/
body {
  font: 300 16px/1.4 'medium';
  color: #CDD4FD;
  overflow: hidden;
  background-color: #00001e;
}

#log {
  display: none;
}

.js-noEvents {
  pointer-events: none;
}

.visual {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 390px;
  height: 440px;
  background-image: url("img/Visual.png");
  background-position: 0 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

/* set scrollbar visuals for edge, safari and chrime */
body::-webkit-scrollbar {
  width: 1em;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0);
  outline: 1px solid slategrey;
}

ul {
  font-family: 'medium';
  font-size: 22px;
  margin: 01em;
  padding: 0 0 0 1em;
}

/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

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

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #fff;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

section {
  height: 100%;
}
section article {
  height: 100%;
}

.wrapper {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.mapWrapper {
  height: 100%;
}

.parents_list {
  font-size: 30px;
  text-align: center;
  max-height: 100%;
  overflow-y: scroll;
}

/* header */
/* logo */
/* nav */
/* sidebar */
/* footer */
/*------------------------------------*\
    PAGES
\*------------------------------------*/
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
.surveryWrapper {
  min-height: 100vh;
}

.kasse-oz {
  background: #00001e;
  color: #fff;
  width: 1080px;
  height: 1920px;
  font-family: 'Open Sans', sans-serif;
  overflow: hidden;
}

.kasse-oz__screen {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.kasse-oz__lang {
  display: none;
  position: absolute;
  top: 10px;
  right: 30px;
  z-index: 5;
}
.kasse-oz__lang .langNav, .kasse-oz__lang a {
  color: #fff;
  font-weight: 700;
  font-size: 0.75rem;
  text-decoration: none;
}

.kasse-oz__content {
  -ms-flex: 1;
      flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 80px 80px 80px;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.kasse-oz__content::-webkit-scrollbar {
  display: none;
}

.kasse-oz__section {
  height: auto;
}

.kasse-oz__section + .kasse-oz__section {
  margin-top: 260px;
  padding-top: 40px;
}

.kasse-oz__h1 {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #fff;
  margin: 0 0 8px;
}

.kasse-oz__subheadline {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  margin: 0 0 36px;
}

.kasse-oz__table {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 5rem;
}

.kasse-oz__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 16px;
}

.kasse-oz__table--oz {
  gap: 0;
}
.kasse-oz__table--oz .kasse-oz__col-links {
  -ms-flex: 2;
      flex: 2;
  min-width: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 2px;
}
.kasse-oz__table--oz .kasse-oz__col-rechts {
  -ms-flex: 1;
      flex: 1;
  min-width: 0;
}
.kasse-oz__table--oz .kasse-oz__row {
  padding: 6px 0;
}

.kasse-oz__table--ep {
  gap: 16px;
}
.kasse-oz__table--ep .kasse-oz__col-links {
  -ms-flex: 1;
      flex: 1;
  min-width: 0;
}
.kasse-oz__table--ep .kasse-oz__col-rechts {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 70px;
  text-align: right;
}

.kasse-oz__text-links {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}

.kasse-oz__text-links-subline {
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  padding-top: 4px;
}

.kasse-oz__text-rechts {
  display: block;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  white-space: nowrap;
}
.kasse-oz__text-rechts--bold {
  font-weight: 700;
}

.kasse-oz__abschlusstext {
  margin-top: 24px;
}
.kasse-oz__abschlusstext p, .kasse-oz__abschlusstext li {
  line-height: 1.3;
  color: #fff;
  margin-bottom: 0.4em;
}
.kasse-oz__abschlusstext strong, .kasse-oz__abschlusstext b {
  font-weight: 700;
}

.kasse-oz__abschlusstext--oz p, .kasse-oz__abschlusstext--oz li {
  font-size: 2.4rem;
}

.kasse-oz__abschlusstext--ep p, .kasse-oz__abschlusstext--ep li {
  font-size: 1.8rem;
}

.kasse-va {
  background: #00001e;
  color: #fff;
  width: 1080px;
  height: 1920px;
  font-family: 'Open Sans', sans-serif;
  overflow: hidden;
}

.kasse-va__screen {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.kasse-va__lang {
  position: absolute;
  display: none;
  top: 10px;
  right: 30px;
  z-index: 5;
}
.kasse-va__lang .langNav, .kasse-va__lang a {
  color: #fff;
  font-weight: 700;
  font-size: 0.75rem;
  text-decoration: none;
}

.kasse-va__content {
  -ms-flex: 1;
      flex: 1;
  min-height: 0;
  padding: 80px 0 80px 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow: hidden;
}

.kasse-va__pages {
  position: relative;
  -ms-flex: 1;
      flex: 1;
  min-height: 0;
}

.kasse-va__page {
  --va-scale: 1;
  position: absolute;
  inset: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: calc(64px * var(--va-scale, 1));
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease;
}
.kasse-va__page.is-active {
  opacity: 1;
  visibility: visible;
}

.kasse-va__h1 {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 80px;
}

.kasse-va__events {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 64px;
}

.kasse-va__event {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 16px;
}

.kasse-va__event-text {
  -ms-flex: 1;
      flex: 1;
  min-width: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: calc(20px * var(--va-scale, 1));
}

.kasse-va__event-headline {
  font-size: calc(2.4rem * var(--va-scale, 1));
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  margin: 0 0 0px;
  max-width: 66vw;
}

.kasse-va__event-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
  margin-bottom: calc(30px * var(--va-scale, 1));
}

.kasse-va__event-art {
  font-size: calc(1.8rem * var(--va-scale, 1));
  font-weight: 700;
  line-height: 1.3;
  color: #CDD4FD;
  margin: 0;
}

.kasse-va__event-date > div {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  background: #CDD4FD;
  padding: calc(8px * var(--va-scale, 1)) 16px;
}
.kasse-va__event-date span {
  font-size: calc(1.8rem * var(--va-scale, 1));
  font-weight: 700;
  line-height: 1.3;
  color: #182153;
  white-space: nowrap;
}

.kasse-va__event-time {
  font-size: calc(1.8rem * var(--va-scale, 1));
  font-weight: 700;
  line-height: 1.3;
  color: #CDD4FD;
  margin: 0;
}

.kasse-va__event-desc {
  padding-right: 80px;
}
.kasse-va__event-desc p, .kasse-va__event-desc li {
  font-size: calc(1.6rem * var(--va-scale, 1));
  line-height: 1.3;
  color: #fff;
  margin-bottom: 0.3em;
  margin-top: 0;
}
.kasse-va__event-desc p:last-child {
  margin-bottom: 0;
}
.kasse-va__event-desc strong, .kasse-va__event-desc b {
  font-weight: 700;
}

.kasse-va__special {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: #000;
}
.kasse-va__special[hidden] {
  display: none;
}

.kasse-va__special-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.kasse-va__event-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(376px * var(--va-scale, 1));
  height: calc(341px * var(--va-scale, 1));
  overflow: hidden;
}
.kasse-va__event-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
