/*
	Theme Name: Freilicht Museum Detmold 
	Theme URI: https://blubbmedia.com
	Description: Custom Template forFreilicht 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: 33px;
  display: block;
  position: absolute;
  background-size: 50%;
  top: 16px;
  right: 20px;
}

.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%;
}*/
html {
  width: 1920px;
  height: 1080px;
  -ms-touch-action: pan-x pan-y;
      touch-action: pan-x pan-y;
}

body {
  font: 300 16px/1.4 'medium';
  color: #CDD4FD;
  overflow: hidden;
  width: 1920px;
  height: 1080px;
  overflow: hidden;
  background-color: #182153;
  -ms-touch-action: pan-x pan-y;
      touch-action: pan-x pan-y;
}

#log {
  display: 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;
  }
}
.mw-detail {
  background: #182153;
  height: 100%;
  color: #fff;
}

.mw-detail__screen {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.mw-detail__headline {
  text-align: center;
  padding: 40px 280px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mw-detail__headline h1 {
  font-size: 64px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}

.mw-detail__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  min-height: 0;
  padding: 40px 0 20px;
}

.mw-detail__left {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  padding-left: 60px;
}

.mw-detail__illustration {
  position: absolute;
  left: 0px;
  top: -90px;
  width: 400px;
  z-index: 2;
  pointer-events: none;
}
.mw-detail__illustration img {
  width: 100%;
  height: auto;
  display: block;
}

.mw-detail__text-bubble {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  color: #1a1a1a;
  margin: 30px 36px 32px 160px;
  width: 100%;
  max-height: 610px;
  z-index: 3;
  padding: 60px 50px 102px;
  background-image: url("img/muehlenwerk/sprechblase_gross.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.mw-detail__text-scroll {
  color: #182153;
  -ms-flex: 1;
      flex: 1;
  min-height: 0;
  overflow-y: auto;
  font-size: 1.5rem;
  line-height: 1.65;
  padding-right: 6px;
  scrollbar-width: thin;
  scrollbar-color: rgba(26, 26, 26, 0.3) transparent;
}
.mw-detail__text-scroll::-webkit-scrollbar {
  width: 4px;
}
.mw-detail__text-scroll::-webkit-scrollbar-track {
  background: transparent;
}
.mw-detail__text-scroll::-webkit-scrollbar-thumb {
  background: rgba(26, 26, 26, 0.3);
  border-radius: 2px;
}

.mw-detail__right {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  min-height: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 60px 0 76px;
}

.mw-detail__gallery {
  position: relative;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.mw-detail__gallery-track {
  position: relative;
  -ms-flex: 1;
      flex: 1;
  min-height: 0;
  overflow: hidden;
}

.mw-detail__gallery-item {
  display: none;
}
.mw-detail__gallery-item.is-active {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.mw-detail__media {
  position: relative;
  -ms-flex: 1;
      flex: 1;
  min-height: 0;
  overflow: hidden;
  border-radius: 24px;
}
.mw-detail__media img,
.mw-detail__media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 24px;
}

.mw-detail__media-caption {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.2rem;
  color: #fff;
  margin-top: 14px;
  padding: 0 4px;
  line-height: 1.4;
}

.mw-detail__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.15);
  border: 3px solid #fff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: background 0.2s;
}

.mw-detail__play-icon {
  font-size: 2.2rem;
  color: #fff;
  margin-left: 6px;
}

.mw-detail__arrow {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  background: none;
  border: none;
  color: #fff;
  font-size: 5rem;
  line-height: 1;
  cursor: pointer;
  z-index: 5;
  padding: 0 8px;
  opacity: 1;
  transition: opacity 0.2s;
}
.mw-detail__arrow--prev {
  left: -56px;
}
.mw-detail__arrow--next {
  right: -56px;
}

.mw-detail__bar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 140px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 60px;
}

.mw-detail__back-btn {
  font-size: 2rem;
  font-weight: 700;
}

.mw-detail__audio {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: left;
      justify-content: left;
  padding-left: 50px;
}

.mw-detail__lang .langNav,
.mw-detail__lang a {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
}

.mw-idle {
  background: #182153;
  height: 100%;
  color: #fff;
}

.mw-idle__screen {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.mw-idle__title {
  font-size: 64px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  padding: 55px 0 0;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: 'Open Sans', sans-serif;
}

.mw-idle__slider-wrap {
  -ms-flex: 1;
      flex: 1;
  min-height: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  padding: 0 76px;
}

.mw-idle__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 16px;
  opacity: 1;
  transition: opacity 0.2s;
  width: 56px;
}
.mw-idle__arrow svg, .mw-idle__arrow img {
  width: 32px;
  height: auto;
  display: block;
}
.mw-idle__arrow:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

.mw-idle__slider {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-clip-path: inset(-60px 0);
          clip-path: inset(-60px 0);
  min-width: 0;
}

.mw-idle__slider-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  will-change: transform;
}

.mw-idle__card-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0.85;
  transition: opacity 0.35s ease, transform 0.35s ease;
  width: 390px;
}

.mw-idle__screen.is-idle .mw-idle__card-wrap.is-active {
  opacity: 1;
  -ms-transform: scale(1.2) translateY(-8px);
      transform: scale(1.2) translateY(-8px);
}

.mw-idle__card {
  position: relative;
  text-decoration: none;
  color: #fff;
  background: #212e73;
  border-radius: 24px;
  overflow: hidden;
  width: 100%;
  height: 405px;
}

.mw-idle__card-audio {
  display: none;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
}
.mw-idle__screen.is-idle .mw-idle__card-wrap.is-active .mw-idle__card-audio {
  display: -ms-flexbox;
  display: flex;
}

.mw-idle__card-label {
  position: relative;
  z-index: 2;
  display: block;
  padding: 20px 24px 12px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}

.mw-idle__card-image {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.mw-idle__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mw-idle__card-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #212e73 0%, #11183b 100%);
}

.mw-idle__bottom {
  width: 100%;
  height: 350px;
  padding: 0 76px 0 380px;
  position: relative;
}

.mw-idle__bubble {
  padding: 60px 40px 70px;
  position: absolute;
  background-image: url("img/muehlenwerk/sprechblase.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.mw-idle__bubble span {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  color: #182153;
  text-align: center;
  line-height: 1.3;
}
.mw-idle__bubble .mw-idle__bubble-idle {
  display: none;
}
.mw-idle__bubble .mw-idle__bubble-active {
  display: block;
}
.mw-idle__screen.is-idle .mw-idle__bubble .mw-idle__bubble-idle {
  display: block;
}
.mw-idle__screen.is-idle .mw-idle__bubble .mw-idle__bubble-active {
  display: none;
}

.mw-idle__lang {
  position: absolute;
  right: 80px;
  bottom: 40px;
}
.mw-idle__lang .langNav, .mw-idle__lang a {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
}

.mw-idle__empty {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 80px 0;
  font-size: 1.2rem;
}

.mw-video-overlay {
  position: fixed;
  inset: 0;
  z-index: 9000;
  background: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.mw-video-overlay.is-active {
  opacity: 1;
  pointer-events: all;
}

.mw-video-overlay__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mw-video-overlay__close {
  position: absolute;
  top: 32px;
  right: 40px;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  font-size: 1.6rem;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: background 0.2s;
  z-index: 10;
}

.mw-video-overlay__bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  padding-bottom: 40px;
  padding-inline: 300px;
}

.mw-video-overlay__progress-track {
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  overflow: hidden;
  cursor: pointer;
  transition: height 0.15s;
}

.mw-video-overlay__progress-fill {
  height: 100%;
  width: 0%;
  background: #fff;
  border-radius: 2px;
  transition: width 0.25s linear;
}

.mw-ziege-bottom {
  position: absolute;
  bottom: 0;
  left: 450px;
  width: 650px;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #6770a2 transparent;
}

/* Chrome, Edge, Safari */
*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background: #6770a2;
  border-radius: 999px;
}

*::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}

*::-webkit-scrollbar-corner {
  background: transparent;
}

.orte-back-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 700;
  background: transparent;
  padding: 14px 28px;
  transition: background 0.2s;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.orte-back-arrow {
  font-size: 1.5em;
  line-height: 1;
  height: 40px;
}
.orte-back-arrow svg {
  max-height: 100%;
}

.orte-empty {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 80px;
  font-size: 1.2rem;
}

.orte-uebersicht {
  background: #182153;
  color: #fff;
  height: 100%;
}

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

.orte-uebersicht__idle-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 332px;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.6s;
  pointer-events: none;
  z-index: 1;
}

.background-gradient {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

.orte-uebersicht__screen.is-idle .orte-uebersicht__idle-bg {
  opacity: 1;
}

.orte-uebersicht__header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 110px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 20px;
  padding: 56px 52px 0;
  position: relative;
  z-index: 5;
  transition: opacity 0.4s;
}

.orte-uebersicht__title-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
}

.orte-uebersicht__active-title {
  font-size: clamp(1.8rem, 3.5vw, 3.5rem);
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  text-align: center;
  transition: inherit;
}

.orte-uebersicht__screen.is-idle .orte-back-btn,
.orte-uebersicht__screen.is-idle .orte-uebersicht__mehr-toggle {
  opacity: 0;
  pointer-events: none;
}
.orte-uebersicht__screen.is-idle .orte-uebersicht__active-title {
  z-index: 10;
  white-space: nowrap;
}
.orte-uebersicht__screen.is-idle .orte-uebersicht__panel {
  opacity: 0;
  pointer-events: none;
}

.orte-uebersicht__lang {
  justify-self: end;
}
.orte-uebersicht__lang .langNav, .orte-uebersicht__lang a {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
}

.orte-uebersicht__main {
  -ms-flex: 1;
      flex: 1;
  min-height: 0;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.orte-uebersicht__panel {
  display: none;
  height: 100%;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px 140px;
  position: relative;
  transition: opacity 0.3s;
}
.orte-uebersicht__panel.is-active {
  display: -ms-flexbox;
  display: flex;
}

.orte-detail-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 16px;
  width: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-flex-align: center;
      align-items: center;
  padding: 8px 4px;
}
.orte-detail-list::-webkit-scrollbar {
  display: none;
}

.orte-panel__arrow {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  background: none;
  border: none;
  color: #fff;
  font-size: 5rem;
  line-height: 1;
  cursor: pointer;
  z-index: 5;
  padding: 0 8px;
}
.orte-panel__arrow--prev {
  left: 60px;
}
.orte-panel__arrow--next {
  right: 60px;
}
.orte-panel__arrow[hidden] {
  display: none !important;
}
.orte-panel__arrow:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

.orte-detail-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-decoration: none;
  -ms-flex: 0 0 396px;
      flex: 0 0 396px;
  height: 366px;
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.25s;
}
.orte-detail-card:hover {
  -ms-transform: translateY(-6px);
      transform: translateY(-6px);
}

.orte-detail-card__image {
  -ms-flex: 1;
      flex: 1;
  min-height: 0;
  overflow: hidden;
}
.orte-detail-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.orte-detail-card__placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #212e73 0%, #131b43 100%);
}

.orte-detail-card__label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 110px;
  padding: 16px;
  background: #2a3368;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}

.orte-uebersicht__tabs {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 332px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
  padding: 0 12px;
  overflow-x: auto;
  scrollbar-width: none;
  z-index: 5;
  position: relative;
  background: #182153;
}
.orte-uebersicht__tabs::-webkit-scrollbar {
  display: none;
}

.orte-uebersicht__tab {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex: 0 0 261px;
      flex: 0 0 261px;
  height: calc(332px - 32px);
  padding: 0;
  background: rgba(205, 212, 253, 0.12);
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  transition: background 0.25s, transform 0.2s;
}
.orte-uebersicht__tab .orte-uebersicht__tab-icon {
  filter: brightness(0) invert(1);
  transition: filter 0.25s;
}
.orte-uebersicht__tab .orte-uebersicht__tab-label {
  color: #fff;
  transition: color 0.25s;
}
.orte-uebersicht__tab.is-active {
  background: #CDD4FD;
  -ms-transform: translateY(-3px);
      transform: translateY(-3px);
}
.orte-uebersicht__tab.is-active .orte-uebersicht__tab-icon {
  filter: none;
}
.orte-uebersicht__tab.is-active .orte-uebersicht__tab-label {
  color: #182153;
}

.orte-uebersicht__tab-icon-wrap {
  -ms-flex: 1;
      flex: 1;
  min-height: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 20px 20px 12px;
  max-height: 200px;
}

.orte-uebersicht__tab-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.orte-uebersicht__tab-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 12px 16px 16px;
  font-size: clamp(1.1rem, 1.6vw, 1.75rem);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}

.ort-detail {
  background: #182153;
  color: #fff;
  height: 100%;
}

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

.ort-detail__fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 160px;
  background: #182153;
  z-index: 50;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.ort-detail__fullscreen.is-active {
  opacity: 1;
  pointer-events: all;
}
.ort-detail__fullscreen > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.ort-detail__fullscreen-images {
  position: absolute;
  inset: 0;
}

.ort-detail__fullscreen-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.ort-detail__fullscreen-close {
  position: absolute;
  bottom: 57px;
  right: 76px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #F3D253;
  border: none;
  color: #030002;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 51;
  transition: filter 0.2s;
}

.ort-detail__header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 110px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 20px;
  padding: 65px 60px 16px;
  position: relative;
  z-index: 5;
}

.ort-detail__title-wrap {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
}

.ort-detail__title {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
  text-align: center;
}

.ort-detail__mehr-toggle,
.orte-uebersicht__mehr-toggle {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  padding: 10px 20px;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  transition: background 0.2s;
}
.ort-detail__mehr-toggle[aria-expanded="true"] .ort-detail__mehr-arrow, .ort-detail__mehr-toggle[aria-expanded="true"] .orte-uebersicht__mehr-arrow,
.orte-uebersicht__mehr-toggle[aria-expanded="true"] .ort-detail__mehr-arrow,
.orte-uebersicht__mehr-toggle[aria-expanded="true"] .orte-uebersicht__mehr-arrow {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.ort-detail__mehr-arrow,
.orte-uebersicht__mehr-arrow {
  display: inline-block;
  transition: transform 0.25s;
}

.ort-detail__lang {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ort-detail__lang .langNav, .ort-detail__lang a {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
}

.ort-detail__main {
  -ms-flex: 1;
      flex: 1;
  min-height: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  padding: 0px 80px 0;
  overflow: hidden;
  position: relative;
}

.ort-detail__artikel-panel {
  display: none;
  width: 100%;
  gap: 40px;
}
.ort-detail__artikel-panel.is-active {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}

.ort-detail__gallery {
  position: relative;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  padding: 25px 0px 25px 50px;
  min-width: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  max-height: 690px;
}

.ort-gallery__track {
  position: relative;
}

.ort-gallery__item {
  display: none;
  overflow: hidden;
  height: 650px;
  text-align: center;
}
.ort-gallery__item.is-active {
  display: block;
}
.ort-gallery__item img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

.ort-gallery__arrow {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  background: none;
  border: none;
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  cursor: pointer;
  z-index: 5;
  padding: 0 6px;
  opacity: 1;
  transition: opacity 0.2s;
}
.ort-gallery__arrow--prev {
  left: -20px;
}
.ort-gallery__arrow--next {
  right: -70px;
}

.ort-detail__artikel-body {
  -ms-flex: 1;
      flex: 1;
  overflow-y: auto;
  max-height: 45vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 20px;
  padding: 0 90px 20px 100px;
  overflow: hidden;
}

.ort-detail__artikel-text {
  -ms-flex: 1;
      flex: 1;
  min-height: 0;
  overflow-y: auto;
  font-size: 1.5rem;
  line-height: 1.2;
  padding-right: 10px;
}

.ort-detail__artikel-player {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.ort-map-btn {
  position: absolute;
  right: 76px;
  bottom: 217px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #F3D253;
  color: #182153;
  border: none;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  line-height: 1.3;
  padding: 20px;
  transition: filter 0.2s;
  z-index: 10;
}
.ort-map-btn svg {
  margin-bottom: 10px;
}
.ort-map-btn[aria-hidden="true"] {
  display: none;
}

.mehr-info-overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  background: rgba(24, 33, 83, 0.97);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: left;
      align-items: left;
  -ms-flex-pack: start;
      justify-content: flex-start;
  gap: 48px;
  padding: 60px 270px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.mehr-info-overlay.is-open {
  opacity: 1;
  pointer-events: all;
}

.mehr-info-overlay__close {
  position: absolute;
  top: 40px;
  right: 60px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #212e73;
  border: none;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: background 0.2s;
}

.mehr-info-overlay__content {
  max-width: 750px;
  width: 100%;
  overflow-y: auto;
  max-height: 55vh;
  color: #fff;
  padding-right: 20px;
}
.mehr-info-overlay__content p, .mehr-info-overlay__content li {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 0.75em;
}

.vorlesen-player {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
  width: 546px;
  height: 128px;
  border: 6px solid #6770a2;
  border-radius: 100px;
  padding: 0 32px 0 20px;
  background: #182153;
  box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.vorlesen-player svg {
  max-width: 100%;
  max-height: 100%;
}

.vorlesen-player__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 64px;
  height: 62px;
  color: #fff;
}

.vorlesen-player__track {
  -ms-flex: 1;
      flex: 1;
  height: 6px;
  background: #6770a2;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
}

.vorlesen-player__fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: #fff;
  border-radius: 3px;
  transition: width 0.1s linear;
}

.vorlesen-player__toggle,
.vorlesen-player__replay {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  transition: opacity 0.2s;
}

.vorlesen-player__toggle {
  width: 64px;
  height: 64px;
  font-size: 28px;
}

.vorlesen-player__replay {
  width: 60px;
  height: 60px;
  font-size: 28px;
}

.vorlesen-player__pause-icon {
  letter-spacing: 4px;
}

.vorlesen-player--small {
  width: 273px;
  height: 70px;
  border-width: 3px;
  border-radius: 50px;
  padding: 0 16px 0 10px;
  gap: 10px;
}
.vorlesen-player--small .vorlesen-player__icon {
  width: 32px;
  height: 31px;
  color: #182153;
}
.vorlesen-player--small .vorlesen-player__track {
  height: 3px;
  background: #6770a2;
  border-radius: 2px;
}
.vorlesen-player--small .vorlesen-player__fill {
  background: white;
}
.vorlesen-player--small .vorlesen-player__toggle {
  width: 32px;
  height: 32px;
  font-size: 14px;
  color: #182153;
}
.vorlesen-player--small .vorlesen-player__replay {
  width: 30px;
  height: 30px;
  font-size: 14px;
  color: #182153;
}
.vorlesen-player--small .vorlesen-player__pause-icon {
  width: 30px;
  height: 30px;
}

.ort-detail__artikel-tabs {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  gap: 12px;
  padding: 0 15px;
  overflow-x: auto;
  scrollbar-width: none;
  margin-bottom: 10px;
}
.ort-detail__artikel-tabs::-webkit-scrollbar {
  display: none;
}

.ort-artikel-tab {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 64px;
  border: none;
  border-radius: 4px;
  background: #2a3368;
  color: #CDD4FD;
  font-size: 2rem;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  max-width: 555px;
  cursor: pointer;
  transition: background 0.25s, color 0.25s;
}
.ort-artikel-tab.is-active {
  background: #CDD4FD;
  color: #182153;
}

.kasse-oz {
  background: #182153;
  color: #fff;
  height: 100%;
  font-family: 'Open Sans', sans-serif;
}

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

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

.kasse-oz__content {
  -ms-flex: 1;
      flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 120px 160px 120px;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
}
.kasse-oz__content::-webkit-scrollbar {
  width: 5px;
}
.kasse-oz__content::-webkit-scrollbar-track {
  background: transparent;
}
.kasse-oz__content::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 999px;
}

.kasse-oz__section + .kasse-oz__section {
  margin-top: 120px;
  padding-top: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

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

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

.kasse-oz__table {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

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

.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: 32px;
}
.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: 140px;
  text-align: right;
}

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

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

.kasse-oz__text-rechts {
  display: block;
  font-size: 6.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: 48px;
}
.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: 6.4rem;
}

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