@charset "UTF-8";
/*
Credit to Andy Bell's Modern CSS Reset
@link https://piccalil.li/blog/a-modern-css-reset/

🟣 = additions by Stephanie Eckles
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  font-family: system-ui, sans-serif;
  text-rendering: optimizeSpeed;
}

p,
ul:not([class]):not([role]) li,
ol:not([class]):not([role]) li {
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}

/* Make images easier to work with */
img,
picture,
svg {
  display: block;
  max-width: 100%;
}

/* 🟣 Give SVGs common baseline */
svg {
  fill: currentColor;
  pointer-events: none;
}

/* 🟣 Scroll margin allowance above anchor links */
[id] {
  scroll-margin-top: 2rem;
}

/* 🟣 Scroll margin allowance below focused elements 
to ensure they are clearly in view */
*:focus {
  scroll-margin-bottom: 8vh;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../Fonts/source-sans-pro-v21-latin-regular.woff2") format("woff2"), url("../Fonts/source-sans-pro-v21-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../Fonts/source-sans-pro-v21-latin-600.woff2") format("woff2"), url("../Fonts/source-sans-pro-v21-latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../Fonts/source-sans-pro-v21-latin-700.woff2") format("woff2"), url("../Fonts/source-sans-pro-v21-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-300 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../Fonts/source-sans-pro-v21-latin-300.woff2") format("woff2"), url("../Fonts/source-sans-pro-v21-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
:root {
  --font-size-xxl: 5rem;
  --font-size-xl: 4rem;
  --font-size-l: 2rem;
  --font-size-m: 1rem;
  --font-size-s: 0.875rem;
  --font-size-xs: 0.75rem;
}
@media only screen and (max-width: 1000px) {
  :root {
    --font-size-xxl: 3.25rem;
    --font-size-xl: 3rem;
    --font-size-l: 1.625rem;
  }
}
@media only screen and (max-width: 600px) {
  :root {
    --font-size-xxl: 2.5rem;
    --font-size-xl: 2rem;
    --font-size-l: 1.25rem;
    --font-size-m: 0.875rem;
  }
}
@media only screen and (max-width: 420px) {
  :root {
    --font-size-xxl: 1.875rem;
    --font-size-xl: 1.5rem;
    --font-size-l: 1.125rem;
  }
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: var(--font-size-m);
  overflow-x: hidden;
  letter-spacing: 0.64px;
  padding-top: 100px;
}
@media only screen and (min-width: 1000px) {
  body {
    padding-top: 160px;
  }
}

img {
  border-style: none;
}

h1 {
  font-size: var(--font-size-xl);
  color: #0000FF;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1;
}

h2 {
  font-size: var(--font-size-xl);
  color: #0000FF;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1;
}

h3 {
  font-size: var(--font-size-l);
  line-height: 1;
}
h3.blue {
  color: #0000FF;
}

@media only screen and (max-width: 700px) {
  h1,
  h2 {
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
}
p {
  margin: 0 0 1.5em 0;
  line-height: 1.625;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #0000FF;
}

:is(a, button, input, textarea, summary) {
  --outline-size: max(2px, 0.08em);
  --outline-style: solid;
  --outline-color: currentColor;
}

:is(a, button, input, textarea, summary):focus-visible {
  outline: var(--outline-size) var(--outline-style) var(--outline-color);
  outline-offset: var(--outline-offset, var(--outline-size));
}

:is(a, button, input, textarea, summary):focus:not(:focus-visible) {
  outline: none;
}

img, object, embed, video {
  height: auto;
  max-width: 100%;
}

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

img[data-src],
img[data-srcset] {
  display: block;
  min-height: 1px;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  padding-left: 40px;
  padding-right: 40px;
}

.container-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  padding-left: 40px;
  padding-right: 40px;
}

.flex-row {
  display: flex;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
@media (max-width: 979px) {
  .video {
    margin-bottom: 20px;
  }
}

.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.list-unstyled {
  padding: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
}

.invisible {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.visually-hidden a:focus,
.visually-hidden input:focus,
.visually-hidden button:focus {
  position: static;
  width: auto;
  height: auto;
}

.no-margin {
  margin: 0 !important;
}

.right-float {
  float: right;
}

.vertical-align-sub {
  vertical-align: sub;
}

.vertical-align-top {
  vertical-align: top;
}

.vertical-align-middle {
  vertical-align: middle;
}

.align-center,
.text-center {
  text-align: center;
}

.align-left,
.text-left {
  text-align: left;
}

.align-right,
.text-right {
  text-align: right;
}

main [class*=ce-uid] {
  margin-top: 80px;
  margin-bottom: 80px;
}
main [class*=ce-uid].bg-grey, main [class*=ce-uid].ce-frame-bg-grey {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

main .ce-space-before-none {
  margin-top: 0;
}
main .ce-space-before-extra-small {
  margin-top: 20px;
}
main .ce-space-before-small {
  margin-top: 40px;
}
main .ce-space-before-medium {
  margin-top: 80px;
}
main .ce-space-before-large {
  margin-top: 100px;
}
main .ce-space-before-extra-large {
  margin-top: 200px;
}
main .ce-space-after-none {
  margin-bottom: 0;
}
main .ce-space-after-extra-small {
  margin-bottom: 20px;
}
main .ce-space-after-small {
  margin-bottom: 40px;
}
main .ce-space-after-medium {
  margin-bottom: 80px;
}
main .ce-space-after-large {
  margin-bottom: 100px;
}
main .ce-space-after-extra-large {
  margin-bottom: 200px;
}
main .bg-grey.ce-space-before-extra-small,
main .ce-frame-bg-grey.ce-space-before-extra-small {
  padding-top: 20px;
}
main .bg-grey.ce-space-before-small,
main .ce-frame-bg-grey.ce-space-before-small {
  padding-top: 40px;
}
main .bg-grey.ce-space-before-medium,
main .ce-frame-bg-grey.ce-space-before-medium {
  padding-top: 80px;
}
main .bg-grey.ce-space-before-large,
main .ce-frame-bg-grey.ce-space-before-large {
  padding-top: 100px;
}
main .bg-grey.ce-space-before-extra-large,
main .ce-frame-bg-grey.ce-space-before-extra-large {
  padding-top: 120px;
}
main .bg-grey.ce-space-after-extra-small,
main .ce-frame-bg-grey.ce-space-after-extra-small {
  padding-bottom: 20px;
}
main .bg-grey.ce-space-after-small,
main .ce-frame-bg-grey.ce-space-after-small {
  padding-bottom: 40px;
}
main .bg-grey.ce-space-after-medium,
main .ce-frame-bg-grey.ce-space-after-medium {
  padding-bottom: 80px;
}
main .bg-grey.ce-space-after-large,
main .ce-frame-bg-grey.ce-space-after-large {
  padding-bottom: 100px;
}
main .bg-grey.ce-space-after-extra-large,
main .ce-frame-bg-grey.ce-space-after-extra-large {
  padding-bottom: 120px;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 40%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 20px;
  background: url("../Images/arrow_right.svg") no-repeat #555555 center center;
  background-size: 32px;
  width: 50px;
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  line-height: 1;
  overflow: hidden;
  text-indent: -9999px;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
  opacity: 1;
}
.glide__arrow--left {
  left: 2em;
  transform: scaleX(-1);
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 0;
  right: 0;
  display: flex;
  list-style: none;
  justify-content: center;
}
.glide__bullet {
  background: none;
  width: 14px;
  height: 14px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  margin: 0 5px;
}
.glide__bullet::before {
  /*
  content: "12";
  @include font-size(10);
   */
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.glide__bullet--active {
  background-color: #FFFFFF;
}
.glide--swipeable {
  cursor: grab;
}
.glide--dragging {
  cursor: grabbing;
}

:root {
  --parvus-transition-duration: 300ms;
  --parvus-transition-timing-function: cubic-bezier(0.4, 0, 0.22, 1);
  --parvus-overlay-color: hsl(23, 40%, 96%);
  --parvus-overlay-text: #555555;
  --parvus-button-color: #555555;
  --parvus-button-text: #FFFFFF;
  --parvus-button-hover-color: #555555;
  --parvus-button-hover-text: #FFFFFF;
  --parvus-loader-background-color: hsl(23, 40%, 96%);
  --parvus-loader-color: #555555;
}

/**
 * Parvus trigger
 *
 */
.parvus-zoom {
  display: block;
  position: relative;
}

.parvus-zoom__indicator {
  align-items: center;
  color: var(--parvus-button-text);
  display: flex;
  justify-content: center;
  line-height: 1;
  padding: 0.5rem;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}

.parvus-zoom__indicator svg {
  fill: none;
  height: 1.5rem;
  pointer-events: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  stroke: #FFFFFF;
  width: 1.5rem;
}

.parvus-zoom img {
  display: block;
}

/**
 * Parvus
 *
 */
.parvus {
  align-items: center;
  bottom: 0;
  box-sizing: border-box;
  contain: strict;
  display: flex;
  font: normal normal 400 1.125rem/1.7 -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  justify-content: center;
  left: 0;
  line-height: 1.667;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1337;
}

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

.parvus[aria-hidden=true] {
  display: none;
}

.parvus__overlay {
  background-color: var(--parvus-overlay-color);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.parvus__slider {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.parvus__slider[aria-hidden=true] {
  display: none;
}

@media screen and (prefers-reduced-motion: no-preference) {
  .parvus__slider--animate:not(.parvus__slider--is-dragging) {
    transition: transform var(--parvus-transition-duration) var(--parvus-transition-timing-function);
  }
}
.parvus__slider--is-draggable {
  cursor: grab;
}

.parvus__slider--is-dragging {
  cursor: grabbing;
}

.parvus__slide {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3.75rem;
  width: 100%;
}

@media screen and (prefers-reduced-motion: no-preference) {
  .parvus__slide {
    transition: visibility var(--parvus-transition-duration) var(--parvus-transition-timing-function);
  }
}
.parvus__slide:not(.parvus__slide--is-active) {
  visibility: hidden;
}

.parvus__slide .parvus__caption {
  color: var(--parvus-overlay-text);
  padding-top: 0.5rem;
  text-align: left;
  will-change: transform, opacity;
}

@media screen and (prefers-reduced-motion: no-preference) {
  .parvus__slide .parvus__caption {
    transition: transform var(--parvus-transition-duration) var(--parvus-transition-timing-function), opacity var(--parvus-transition-duration) var(--parvus-transition-timing-function);
  }
}
.parvus__slide img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  transform-origin: left top;
  width: auto;
}

.parvus__loader {
  display: inline-block;
  height: 6.25rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6.25rem;
}

.parvus__loader::before {
  animation: spin 1s infinite;
  border-radius: 100%;
  border: 0.25rem solid var(--parvus-loader-background-color);
  border-top-color: var(--parvus-loader-color);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.parvus__toolbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  left: 1rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.parvus__btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--parvus-button-color);
  background-image: none;
  border-radius: 0;
  border: 0.0625rem solid transparent;
  color: var(--parvus-button-text);
  cursor: pointer;
  display: flex;
  font: inherit;
  padding: 0.3125rem;
  position: relative;
  touch-action: manipulation;
  will-change: transform, opacity;
  z-index: 7;
}

@media screen and (prefers-reduced-motion: no-preference) {
  .parvus__btn {
    transition: transform var(--parvus-transition-duration) var(--parvus-transition-timing-function), opacity var(--parvus-transition-duration) var(--parvus-transition-timing-function);
  }
}
.parvus__btn:hover {
  background-color: var(--parvus-button-hover-color);
  color: var(--parvus-button-hover-text);
}

.parvus__btn--previous {
  left: 1rem;
  position: absolute;
  top: calc(50% + 1.375rem);
  transform: translateY(-50%);
}

.parvus__btn--next {
  position: absolute;
  right: 1rem;
  top: calc(50% + 1.375rem);
  transform: translateY(-50%);
}

.parvus__btn svg {
  fill: none;
  height: 2rem;
  pointer-events: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1;
  stroke: currentColor;
  width: 2rem;
}

.parvus__btn[disabled] {
  display: none;
}

.parvus__counter {
  position: relative;
  z-index: 7;
}

@media screen and (prefers-reduced-motion: no-preference) {
  .parvus__counter {
    transition: transform var(--parvus-transition-duration) var(--parvus-transition-timing-function), opacity var(--parvus-transition-duration) var(--parvus-transition-timing-function);
  }
}
.parvus__counter[aria-hidden=true] {
  display: none;
}

@media screen and (prefers-reduced-motion: no-preference) {
  .parvus--is-opening .parvus__counter, .parvus--is-opening .parvus__btn--close, .parvus--is-opening .parvus__btn--previous, .parvus--is-opening .parvus__btn--next, .parvus--is-opening .parvus__caption, .parvus--is-closing .parvus__counter, .parvus--is-closing .parvus__btn--close, .parvus--is-closing .parvus__btn--previous, .parvus--is-closing .parvus__btn--next, .parvus--is-closing .parvus__caption {
    opacity: 0;
  }
  .parvus--is-vertical-closing .parvus__counter, .parvus--is-vertical-closing .parvus__btn--close {
    transform: translateY(-100%);
    opacity: 0;
  }
  .parvus--is-vertical-closing .parvus__btn--previous {
    transform: translate(-100%, -50%);
    opacity: 0;
  }
  .parvus--is-vertical-closing .parvus__btn--next {
    transform: translate(100%, -50%);
    opacity: 0;
  }
  .parvus--is-vertical-closing .parvus__caption {
    transform: translateY(100%);
    opacity: 0;
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.page-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  z-index: 5;
  height: 100px;
  transition: height 200ms ease-in-out;
}
@media only screen and (min-width: 1000px) {
  .page-header {
    height: 160px;
  }
  .page-header.compact {
    height: 90px;
  }
  .page-header.compact .logo {
    height: 40px;
  }
}
.page-header .logo {
  padding: 30px 100px;
  display: flex;
  height: 100px;
  align-items: center;
  transition: height 200ms ease-in-out;
}
.page-header .logo a {
  display: block;
  width: 100%;
}
.page-header .logo img {
  width: 100%;
  max-width: 440px;
  margin: auto;
}
.page-header .nav-main-area {
  display: flex;
  justify-content: center;
}

.lauschwerk .page-header .logo img {
  max-width: 222px;
}

.lauschwerk main {
  background: #FFFFFF;
  padding-top: 1px;
}

.page-footer {
  background: #000000;
  color: #FFFFFF;
  padding: 50px 0 80px 0;
}
.page-footer h3 {
  font-size: 1rem;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
.page-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-footer ul a {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  color: #FFFFFF;
}
.page-footer ul a::after {
  content: "";
  position: absolute;
  height: 1px;
  background: #FFFFFF;
  left: 0;
  bottom: -2px;
  width: 0;
  transition: width 200ms ease-in-out;
}
.page-footer ul a:hover::after {
  width: 100%;
}
.page-footer ul li {
  margin-top: 15px;
}
.page-footer-logo {
  margin-bottom: 60px;
  text-align: center;
}
.page-footer-logo img {
  max-width: 300px;
  margin: auto;
}
.page-footer-row {
  display: flex;
}
@media only screen and (max-width: 700px) {
  .page-footer-row {
    flex-flow: row wrap;
    row-gap: 40px;
  }
  .page-footer-row > * {
    width: 50%;
  }
}
@media only screen and (min-width: 700px) {
  .page-footer-row {
    justify-content: space-between;
  }
}
.page-footer .social-media ul {
  display: flex;
  gap: 20px;
}
.page-footer .social-media li {
  margin-top: 0;
}
.page-footer .copyright {
  display: flex;
  align-items: center;
}

.lauschwerk .social-media .icon-youtube {
  width: 30px;
  height: 25px;
}
.lauschwerk .page-footer-logo img {
  max-width: 160px;
}

.nav-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-main a {
  text-decoration: none;
}
.nav-main .nav-main-layer-header {
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
}
.nav-main .nav-main-layer-header a {
  max-width: 280px;
  margin: auto;
}
.nav-main .nav-main-layer-close {
  position: absolute;
  right: 40px;
  top: 10px;
  font-size: 2.5rem;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: none;
  line-height: 1;
  z-index: 9;
  cursor: pointer;
}
@media only screen and (max-width: 1000px) {
  .nav-main .nav-main-layer-header {
    display: block;
  }
  .nav-main a {
    display: block;
    font-size: 2rem;
  }
  .nav-main .nav-main-layer {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    background: #FFFFFF;
    transform: translateX(-100%);
    transition: all 500ms;
    padding: 0 60px;
    overflow: auto;
  }
  .nav-main .nav-main-layer.open {
    transform: translateX(0);
  }
  .nav-main ul.nav-main-list li {
    border-bottom: 1px solid #000000;
    position: relative;
  }
  .nav-main ul.nav-main-list li a {
    display: block;
    padding: 30px 20px;
    white-space: nowrap;
  }
  .nav-main a {
    color: #000000;
  }
}
@media only screen and (max-width: 420px) {
  .nav-main > ul {
    top: 60px;
  }
}
@media only screen and (min-width: 1000px) {
  .nav-main .nav-main-layer {
    display: flex;
  }
  .nav-main ul.nav-main-list {
    display: flex;
  }
  .nav-main a {
    display: block;
    text-decoration: none;
    color: #000000;
    position: relative;
  }
  .nav-main a::after {
    content: "";
    position: absolute;
    height: 1px;
    background: #000000;
    left: 0;
    bottom: -2px;
    width: 0;
    transition: width 200ms ease-in-out;
  }
  .nav-main li {
    position: relative;
    display: flex;
    margin-right: 30px;
  }
  .nav-main li > a {
    display: block;
  }
  .nav-main li > a:hover::after, .nav-main li > a.active::after {
    width: 100%;
  }
}

.nav-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.nav-footer li {
  padding-left: 30px;
}
.nav-footer li:first-child {
  padding-left: 0;
}
.nav-footer li a {
  text-decoration: none;
  color: #FFFFFF;
}
.nav-footer li a:hover::after {
  width: 100%;
}

ul.nav-languages {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
ul.nav-languages li {
  position: relative;
  display: flex;
  margin: 0;
}
ul.nav-languages li:first-child::after {
  content: "|";
  padding: 0 4px;
}
ul.nav-languages li a {
  text-decoration: none;
  color: #000000;
}
@media only screen and (max-width: 1000px) {
  ul.nav-languages {
    padding: 30px 20px;
  }
  ul.nav-languages li {
    font-size: 2rem;
  }
  ul.nav-languages li:first-child::after {
    padding: 0 8px;
  }
}

.burger-icon {
  position: absolute;
  top: 27px;
  right: 40px;
  cursor: pointer;
  z-index: 99;
  background: none;
  border: none;
  padding: 10px 0;
}
.burger-icon span.icon {
  display: block;
  position: relative;
  height: 8px;
  width: 36px;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
.burger-icon span.icon:first-of-type {
  margin-bottom: 4px;
}
@media only screen and (min-width: 1000px) {
  .burger-icon {
    display: none;
  }
}
.btn-primary {
  background: #0000FF;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 0.875rem;
  border-radius: 5px;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}

.ce-text header {
  margin-bottom: 1em;
}
.ce-text .bodytext h3.blue {
  margin-bottom: 1em;
}
.ce-text .bodytext h3.blue:not(:first-of-type) {
  margin-top: 80px;
}

.ce-text-image header {
  margin-bottom: 30px;
}
.ce-text-image .ce-text-image-image {
  margin-bottom: 30px;
}
@media only screen and (min-width: 700px) {
  .ce-text-image .ce-text-image-image {
    margin-bottom: 0;
  }
}
.ce-text-image img {
  display: block;
}
.ce-text-image figure {
  position: relative;
}
.ce-text-image figure figcaption {
  padding: 5px;
}
@media only screen and (max-width: 700px) {
  .ce-text-image.ce-image-position-25 .flex-row, .ce-text-image.ce-image-position-26 .flex-row {
    display: block;
  }
  .ce-text-image.ce-image-position-25 .flex-row .ce-text-image-text, .ce-text-image.ce-image-position-26 .flex-row .ce-text-image-text {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 700px) {
  .ce-text-image.ce-layout-0 .ce-text-image-image {
    width: 50%;
  }
  .ce-text-image.ce-layout-0 .ce-text-image-text {
    width: 50%;
  }
}
@media only screen and (min-width: 700px) {
  .ce-text-image.ce-layout-2 .ce-text-image-image {
    width: 70%;
  }
  .ce-text-image.ce-layout-2 .ce-text-image-text {
    width: 30%;
  }
}
@media only screen and (min-width: 700px) {
  .ce-text-image.ce-layout-3 .ce-text-image-image {
    width: 30%;
  }
  .ce-text-image.ce-layout-3 .ce-text-image-text {
    width: 70%;
  }
}
@media only screen and (min-width: 700px) {
  .ce-text-image.ce-image-position-25 .ce-text-image-image {
    padding-left: 30px;
  }
  .ce-text-image.ce-image-position-25 .ce-text-image-text {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 700px) {
  .ce-text-image.ce-image-position-26 .ce-text-image-image {
    order: 2;
    padding-right: 30px;
  }
  .ce-text-image.ce-image-position-26 .ce-text-image-text {
    padding-left: 30px;
  }
}

.ce-hero_image {
  position: relative;
}
.ce-hero_image .container {
  max-width: 1180px;
}
.ce-hero_image h1,
.ce-hero_image h2 {
  text-align: center;
  margin-bottom: 40px;
}
.ce-hero_image figure {
  position: relative;
}
.ce-hero_image > img,
.ce-hero_image figure > img {
  display: block;
  max-width: none;
  width: 100%;
}
.ce-hero_image figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}
.ce-hero_image .figcaption-inner {
  color: #FFFFFF;
  margin: auto;
  padding: 10px 40px;
  width: 1400px;
}

.lauschwerk .ce-hero_image .container {
  aspect-ratio: 16/9;
}
.lauschwerk .ce-hero_image figure {
  position: fixed;
  z-index: -1;
  padding-right: 40px;
}
.lauschwerk .ce-hero_image figure img {
  display: block;
  margin: auto;
  max-width: 1100px;
}
.lauschwerk .ce-hero_image .overlay-lines {
  padding-top: 20%;
}
@media only screen and (min-width: 1000px) {
  .lauschwerk .ce-hero_image {
    margin-top: 60px;
  }
}

.ce-text_image_accordion--item {
  display: flex;
  flex-flow: row wrap;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #000000;
}
.ce-text_image_accordion--image {
  width: 30%;
}
.ce-text_image_accordion--text {
  position: relative;
  width: 70%;
  padding-left: 20px;
  padding-right: 60px;
}
.ce-text_image_accordion h3 {
  color: #0000FF;
  text-transform: uppercase;
}
.ce-text_image_accordion button.accordion {
  position: absolute;
  top: -6px;
  right: 0;
  background: none;
  border: none;
  font-size: 2.5rem;
  color: #000000;
  cursor: pointer;
  padding: 10px;
  width: 40px;
  height: 40px;
  line-height: 1;
  transition: all 200ms ease-in-out;
}
.ce-text_image_accordion button.accordion[aria-expanded=true] {
  transform: rotate(45deg);
}
.ce-text_image_accordion--content {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 200ms ease-in-out;
}
.ce-text_image_accordion--content.open {
  max-height: 1400px;
}
@media only screen and (max-width: 500px) {
  .ce-text_image_accordion--content.open {
    max-height: 2500px;
  }
}
.ce-text_image_accordion--content p:first-child {
  margin-top: 20px;
}
.ce-text_image_accordion--content p:last-child {
  padding-bottom: 40px;
}
.ce-text_image_accordion header {
  margin-bottom: 30px;
}
.ce-text_image_accordion img {
  display: block;
}

.ce-hero_slider .container {
  max-width: 1180px;
}
.ce-hero_slider h1,
.ce-hero_slider h2 {
  text-align: center;
}
.ce-hero_slider--wrapper {
  position: relative;
}
.ce-hero_slider .header-overlay {
  position: absolute;
  left: 0;
  right: 60px;
  top: 0;
  bottom: 0;
  width: 95%;
  height: auto;
}
.ce-hero_slider figure {
  position: relative;
}
.ce-hero_slider figure img {
  display: block;
  width: 100%;
  max-width: none;
}
.ce-hero_slider .slider__bullets {
  display: none;
}
.ce-hero_slider .show-overlay .letter-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  pointer-events: none;
}
.ce-hero_slider .show-overlay .letter-overlay .a {
  line-height: 1;
  color: blue;
  font-size: min(8.333333vw, 100px);
  font-weight: 300;
  position: absolute;
  top: 8%;
  left: -6%;
}
.ce-hero_slider .show-overlay .letter-overlay .j {
  line-height: 1;
  color: #FF5000;
  font-size: min(25vw, 300px);
  font-weight: 700;
  position: absolute;
  top: 4%;
  left: 12%;
}
.ce-hero_slider .show-overlay .letter-overlay .a2 {
  line-height: 1;
  color: #FF5000;
  font-size: min(8.333333vw, 100px);
  font-weight: 300;
  position: absolute;
  top: 20%;
  right: 0;
}
.ce-hero_slider .show-overlay .letter-overlay .c {
  line-height: 1;
  color: #0000FF;
  font-size: min(25vw, 300px);
  font-weight: 400;
  position: absolute;
  bottom: 2%;
  left: 50%;
}
@media only screen and (max-width: 1200px) {
  .ce-hero_slider .show-overlay .letter-overlay .a {
    left: 0;
  }
}

.lauschwerk .ce-hero_slider .container {
  aspect-ratio: 16/9;
}
.lauschwerk .ce-hero_slider .glide {
  position: fixed;
  z-index: -1;
  padding-right: 40px;
  max-width: 1100px;
}
.lauschwerk .ce-hero_slider .glide img {
  display: block;
  margin: auto;
  max-width: 1100px;
}
.lauschwerk .ce-hero_slider .overlay-lines {
  padding-top: 20%;
}
@media only screen and (min-width: 1000px) {
  .lauschwerk .ce-hero_slider {
    margin-top: 60px;
  }
}

.ce-images h1,
.ce-images h2 {
  text-align: center;
}

.ce-images--images {
  display: flex;
  flex-flow: column;
  overflow: hidden;
}
.ce-images--images img {
  display: block;
  max-width: none;
  width: 100%;
}
.ce-images--images.grid-2 figure {
  margin-top: 20px;
}
@media only screen and (min-width: 500px) {
  .ce-images--images.grid-2 {
    flex-flow: row wrap;
    margin: -15px;
  }
  .ce-images--images.grid-2 figure {
    margin-top: 0;
    padding: 15px;
    width: 50%;
  }
}
.ce-images--images.grid-3 figure {
  margin-top: 20px;
}
@media only screen and (min-width: 500px) {
  .ce-images--images.grid-3 {
    flex-flow: row wrap;
    margin: -15px;
  }
  .ce-images--images.grid-3 figure {
    margin-top: 0;
    padding: 15px;
    width: 33.3333333333%;
  }
}

.ce-page_teaser {
  padding: 120px 0;
}
.ce-page_teaser .container-inner img {
  transition: all 200ms ease-in-out;
}
.ce-page_teaser .container-inner:hover .ce-page_teaser--media img {
  transform: scale(1.2);
}
.ce-page_teaser .container-inner:hover h2 {
  letter-spacing: 4px;
}
.ce-page_teaser h2 {
  line-height: 0.9;
  color: #FFFFFF;
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  z-index: 2;
  transition: all 200ms ease-in-out;
}
.ce-page_teaser.bg-blue {
  background: #0000FF;
}
.ce-page_teaser.bg-red {
  background: #FF5000;
}
.ce-page_teaser--area {
  position: relative;
}
.ce-page_teaser--media {
  padding: 0 40px;
}
@media only screen and (max-width: 1000px) {
  .ce-page_teaser {
    padding: 100px 0;
  }
  .ce-page_teaser h2 {
    top: -60px;
  }
}
@media only screen and (max-width: 500px) {
  .ce-page_teaser {
    padding: 70px 0 40px 0;
  }
  .ce-page_teaser h2 {
    top: -40px;
  }
}

.lauschwerk .ce-page_teaser {
  position: relative;
}
.lauschwerk .ce-page_teaser.bg-grey-light {
  background: #E6E6E6;
}
.lauschwerk .ce-page_teaser.bg-grey-light h2 {
  color: #0000FF;
}
.lauschwerk .ce-page_teaser.bg-grey {
  background: #2F2F2F;
}
.lauschwerk .ce-page_teaser.bg-grey h2 {
  color: #FF5000;
}
.lauschwerk .ce-page_teaser .overlay-lines {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100vw;
  pointer-events: none;
}

.ce-page_teaser_media h2,
.ce-menu_subpages h2 {
  font-size: var(--font-size-l);
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  line-height: 1;
  margin-bottom: 0.5em;
}
.ce-page_teaser_media ul,
.ce-menu_subpages ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ce-page_teaser_media li,
.ce-menu_subpages li {
  display: flex;
  flex-flow: wrap;
  padding: 0 10px 20px 10px;
}
.ce-page_teaser_media li > *,
.ce-menu_subpages li > * {
  width: 50%;
}
.ce-page_teaser_media li:not(:first-child),
.ce-menu_subpages li:not(:first-child) {
  padding-top: 20px;
  border-top: 1px solid #000000;
}
.ce-page_teaser_media a,
.ce-menu_subpages a {
  text-decoration: none;
}
.ce-page_teaser_media--text,
.ce-menu_subpages--text {
  padding-left: 20px;
}
.ce-page_teaser_media--year,
.ce-menu_subpages--year {
  font-weight: 700;
  margin-bottom: 5px;
}
@media only screen and (max-width: 600px) {
  .ce-page_teaser_media li,
  .ce-menu_subpages li {
    padding-right: 0;
    padding-left: 0;
    flex-flow: column;
  }
  .ce-page_teaser_media li > *,
  .ce-menu_subpages li > * {
    width: 100%;
  }
  .ce-page_teaser_media--text,
  .ce-menu_subpages--text {
    margin-top: 10px;
    padding-left: 0;
  }
}

.ce-concert_overview h2 {
  line-height: 1;
  margin-bottom: 15px;
}
.ce-concert_overview .subtitle {
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
  font-size: var(--font-size-l);
  font-weight: 700;
}
.ce-concert_overview a {
  text-decoration: none;
}
.ce-concert_overview ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ce-concert_overview li {
  border-top: 1px solid #000000;
  padding: 20px 15px;
}
.ce-concert_overview li:first-child {
  border: none;
}
@media only screen and (max-width: 600px) {
  .ce-concert_overview li {
    padding-right: 0;
    padding-left: 0;
  }
}

.ce-header_title_image h1 {
  letter-spacing: 4.8px;
  color: #000000;
  font-size: var(--font-size-xxl);
}
.ce-header_title_image--area {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: relative;
}
.ce-header_title_image--area > * {
  width: 50%;
}
.ce-header_title_image .header-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}
.ce-header_title_image .overlay-concerts .letter-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 4;
  pointer-events: none;
}
.ce-header_title_image .overlay-concerts .letter-overlay .a {
  line-height: 1;
  color: blue;
  font-size: min(5.161vw, 80px);
  font-weight: 300;
  position: absolute;
  top: -20%;
  left: -4%;
}
.ce-header_title_image .overlay-concerts .letter-overlay .j {
  line-height: 1;
  color: #FF5000;
  font-size: min(8.258vw, 128px);
  font-weight: 700;
  position: absolute;
  bottom: -6%;
  left: 12%;
}
.ce-header_title_image .overlay-concerts .letter-overlay .a2 {
  line-height: 1;
  color: #FF5000;
  font-size: min(33vw, 512px);
  position: absolute;
  font-weight: 300;
  top: 20%;
  right: -8%;
}
.ce-header_title_image .overlay-concerts .letter-overlay .c {
  line-height: 1;
  color: #0000FF;
  font-size: min(16.516vw, 256px);
  position: absolute;
  bottom: -38%;
  left: 54%;
}
@media only screen and (max-width: 1600px) {
  .ce-header_title_image .overlay-concerts .letter-overlay .a {
    left: -3%;
  }
}
@media only screen and (max-width: 700px) {
  .ce-header_title_image .overlay-concerts .letter-overlay .a {
    top: 7%;
  }
}
.ce-header_title_image .overlay-audition .letter-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 4;
  pointer-events: none;
}
.ce-header_title_image .overlay-audition .letter-overlay .a {
  line-height: 1;
  color: blue;
  font-size: min(16.516vw, 256px);
  font-weight: 300;
  position: absolute;
  bottom: -15%;
  left: -10%;
}
.ce-header_title_image .overlay-audition .letter-overlay .j {
  line-height: 1;
  color: #FF5000;
  font-size: min(5.161vw, 80px);
  font-weight: 700;
  position: absolute;
  top: 5%;
  left: 23%;
}
.ce-header_title_image .overlay-audition .letter-overlay .a2 {
  line-height: 1;
  color: #FF5000;
  font-size: min(8.258vw, 128px);
  position: absolute;
  font-weight: 300;
  top: 40%;
  right: -3%;
}
.ce-header_title_image .overlay-audition .letter-overlay .c {
  line-height: 1;
  color: #0000FF;
  font-size: min(33vw, 512px);
  position: absolute;
  bottom: -45%;
  left: 54%;
}
@media only screen and (max-width: 1600px) {
  .ce-header_title_image .overlay-audition .letter-overlay .a {
    left: -3%;
  }
}
@media only screen and (max-width: 700px) {
  .ce-header_title_image .overlay-audition .letter-overlay .a {
    top: 7%;
  }
  .ce-header_title_image .overlay-audition .letter-overlay .j {
    top: 40%;
  }
  .ce-header_title_image .overlay-audition .letter-overlay .c {
    bottom: -20%;
  }
}
.ce-header_title_image .overlay-media .letter-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 4;
  pointer-events: none;
}
.ce-header_title_image .overlay-media .letter-overlay .a {
  line-height: 1;
  color: blue;
  font-size: min(8.258vw, 128px);
  font-weight: 300;
  position: absolute;
  top: -17%;
  left: 0;
}
.ce-header_title_image .overlay-media .letter-overlay .j {
  line-height: 1;
  color: #FF5000;
  font-size: min(16.516vw, 256px);
  font-weight: 700;
  position: absolute;
  bottom: -25%;
  left: 11%;
}
.ce-header_title_image .overlay-media .letter-overlay .a2 {
  line-height: 1;
  color: #FF5000;
  font-size: min(8.258vw, 128px);
  position: absolute;
  font-weight: 300;
  bottom: -26%;
  left: 65%;
}
.ce-header_title_image .overlay-media .letter-overlay .c {
  line-height: 1;
  color: #0000FF;
  font-size: min(5.161vw, 80px);
  position: absolute;
  top: 2%;
  left: 44%;
}
@media only screen and (max-width: 700px) {
  .ce-header_title_image .overlay-media .letter-overlay .a {
    top: 7%;
  }
  .ce-header_title_image .overlay-media .letter-overlay .j {
    bottom: -10%;
  }
  .ce-header_title_image .overlay-media .letter-overlay .c {
    top: 20%;
  }
  .ce-header_title_image .overlay-media .letter-overlay .a2 {
    bottom: -12%;
  }
}
@media only screen and (max-width: 700px) {
  .ce-header_title_image--area {
    flex-flow: column;
  }
  .ce-header_title_image--area > * {
    width: auto;
  }
}

.lauschwerk .ce-header_title_image {
  position: relative;
  margin-top: 60px;
  margin-bottom: 0;
  height: 0;
}
.lauschwerk .ce-header_title_image .overlay-lines {
  position: absolute;
  width: 100%;
  max-width: 1600px;
  left: 0;
}
.lauschwerk .ce-header_title_image .ce-header_title_image--area {
  position: fixed;
  z-index: -1;
  max-width: 1360px;
  padding-left: 0;
  padding-right: 40px;
}
@media only screen and (max-width: 700px) {
  .lauschwerk .ce-header_title_image {
    padding-bottom: 60%;
  }
}
@media only screen and (max-width: 500px) {
  .lauschwerk .ce-header_title_image {
    padding-bottom: 50%;
  }
}
@media only screen and (min-width: 700px) {
  .lauschwerk .ce-header_title_image {
    height: 250px;
  }
}
@media only screen and (min-width: 1000px) {
  .lauschwerk .ce-header_title_image {
    height: 350px;
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .lauschwerk .ce-header_title_image {
    height: 450px;
  }
}
@media only screen and (min-width: 1600px) {
  .lauschwerk .ce-header_title_image {
    height: 450px;
  }
  .lauschwerk .ce-header_title_image .overlay-lines {
    left: 50%;
    transform: translateX(-50%);
  }
}

.ce-quote {
  background: #0000FF;
  color: #FFFFFF;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 20px 0;
  text-align: center;
}
.ce-quote.bg-red {
  background: #FF5000;
}
@media screen and (max-width: 1400px) {
  .ce-quote {
    left: auto;
    right: auto;
    margin-left: 0;
    margin-right: 0;
    width: auto;
    padding: 20px 25px;
  }
}

.ce-quote-inner {
  display: inline-block;
  text-align: left;
}
.ce-quote-inner .quote-text {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 1px;
  padding-bottom: 5px;
  line-height: 1.4;
}
.ce-quote-inner::before {
  content: "„";
  font-size: 3.125rem;
  display: block;
  margin-top: -15px;
}
.ce-quote-inner::after {
  content: "“";
  font-size: 3.125rem;
  display: block;
  margin-top: 5px;
}
.ce-quote-inner .ce-quote-autor {
  text-transform: uppercase;
  letter-spacing: 4px;
}

.ce-download h2 {
  font-size: 2rem;
}
.ce-download--title {
  font-size: 2rem;
}
.ce-download a {
  color: #000000;
  text-decoration: none;
}
.ce-download a:hover {
  text-decoration: underline;
}
.ce-download ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ce-download ul li:not(:first-child) {
  margin-top: 20px;
}

.ce-audio h2 {
  font-size: 2rem;
}
.ce-audio header {
  margin-bottom: 1em;
}
.ce-audio--description {
  margin-bottom: 30px;
}

.video-area {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.video-area iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.video-area .external-video-consent {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.85);
  padding: 20px 30px;
  display: none;
  font-size: 0.875rem;
}
@media only screen and (max-width: 500px) {
  .video-area .external-video-consent {
    font-size: 0.75rem;
  }
}
.video-area .external-video-consent.show {
  display: block;
}
.video-area .external-video-consent a {
  color: #000000;
}
.video-area .external-video-consent .btn-group {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}
.video-area .external-video-consent button {
  border: none;
  background: rgba(0, 0, 255, 0.7);
  color: #FFFFFF;
  border-radius: 3px;
  padding: 6px 15px;
}
.video-area .external-video-consent button:hover {
  background: blue;
}

.ce-gallery figure.video {
  display: block;
}

.frame-layout-2 .ce-left .ce-gallery,
.frame-layout-2 .ce-column {
  float: none;
}

.video-keep-data-privacy {
  display: block;
  position: relative;
}
.video-keep-data-privacy img {
  display: block;
}
.video-keep-data-privacy::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../Images/youtube-play-button.svg") no-repeat center center;
  background-size: 80px;
  opacity: 0.8;
}
.video-keep-data-privacy:hover::after {
  opacity: 1;
}

.ce-separator .container-inner {
  max-width: none;
  padding: 0;
}
.ce-separator img {
  display: block;
  margin: auto;
  width: 100%;
}

@media print {
  .page-header,
  .page-footer {
    display: none !important;
  }
}
/*# sourceMappingURL=main.css.map */
