/* compiled by scssphp v0.8.0 on Mon, 03 Apr 2023 11:12:57 +0000 (0.1032s) */

@charset "utf-8";
/*
 /// Gets font
 @function _font($keys...) {
 @return val($fonts, $keys...);
 }
 */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4999;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #ccc; }

.mfp-preloader a:hover {
  color: #fff; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
    .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
      padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
    .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px; }
    .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      text-align: center;
      padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }
/*
 /// Gets font
 @function _font($keys...) {
 @return val($fonts, $keys...);
 }
 */
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  position: relative; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote::before, blockquote::after, q::before, q::after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'FiraSans-Bold';

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url(/site/templates/fonts/firasans/FiraSans-Bold.woff2) format('woff2'), url(/site/templates/fonts/firasans/FiraSans-Bold.woff) format('woff'); }

@font-face {
  font-family: 'FiraSans-SemiBold';

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url(/site/templates/fonts/firasans/FiraSans-SemiBold.woff2) format('woff2'), url(/site/templates/fonts/firasans/FiraSans-SemiBold.woff) format('woff'); }

@font-face {
  font-family: 'FiraSans-Regular';

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url(/site/templates/fonts/firasans/FiraSans-Regular.woff2) format('woff2'), url(/site/templates/fonts/firasans/FiraSans-Regular.woff) format('woff'); }

@font-face {
  font-family: 'FiraSans-Light';

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url(/site/templates/fonts/firasans/FiraSans-Light.woff2) format('woff2'), url(/site/templates/fonts/firasans/FiraSans-Light.woff) format('woff'); }

@font-face {
  font-family: 'FiraSans-ExtraBold';

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url(/site/templates/fonts/firasans/FiraSans-ExtraBold.woff2) format('woff2'), url(/site/templates/fonts/firasans/FiraSans-ExtraBold.woff) format('woff'); }

@font-face {
  font-family: 'Destroy';

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url(/site/templates/fonts/destroy/destroy.woff) format('woff'); }

@font-face {
  font-family: 'Material Icons';

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url(/site/templates/fonts/materialicons/MaterialIcons-Regular.woff2) format('woff2'); }

.text h3 {
  font-family: FiraSans-Light, sans-serif;
  font-style: normal; }

body, .FormBuilder.InputfieldForm *, .FormBuilder.InputfieldForm div.InputfieldContent > label, .FormBuilder.InputfieldForm div.InputfieldContent > label *, div.ce-type-news > div.wrapper > div div.view-grid article span.date {
  font-family: FiraSans-Regular, sans-serif;
  font-style: normal; }

section.type-hero_image div.hero div.text h2, .text h2, div.ce-type-accordion section h3, div.ce-type-news > div.wrapper > div div.view-grid article h3, div.ce-type-page_links_image div.items a > div.text strong, div.timeline h3 span, .text h4, .FormBuilder.InputfieldForm label, .FormBuilder.InputfieldForm label *, .text p.small, .text strong, div.ce-type-page_links_image div.items a > div.text *, div.ce-type-page_links_image div.items a > div.text span, div.ce-type-ce_locations div#locationsList div#locationsFilter button, div.leaflet-popup-content strong, div.ce-type-ce_subnavi ul.subNavi li a span, a#skipNavigation, strong, span.date, ul.events h3, div.contacts h3, button, a.button, nav > ul > li > a > span, ul.events > li div.date span {
  font-family: FiraSans-Bold, sans-serif;
  font-style: normal; }

div.ce-type-video_tabs div.video_tabs div.tabsButtons button, div.ce-type-video_record div#videoButtons button, div.ce-type-video_record div#videoButtons a.button, div.ce-type-page_links_icon div.items a {
  font-family: FiraSans-ExtraBold, sans-serif;
  font-style: normal; }

h2.ce-headline, h2.ce-headline *, ul.events > li div.date {
  font-family: Destroy, sans-serif;
  font-style: normal; }

section.type-hero_image div.hero div.text h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  margin-bottom: clamp(1rem, 2vw, 2rem); }

.text h2, div.ce-type-accordion section h3, div.ce-type-news > div.wrapper > div div.view-grid article h3, div.ce-type-page_links_image div.items a > div.text strong, div.timeline h3 span {
  font-size: clamp(2rem, 4vw, 4.8rem);
  margin-bottom: clamp(1rem, 2vw, 2rem); }

.text h3 {
  font-size: clamp(1.6rem, 3vw, 3.6rem);
  margin-bottom: clamp(1rem, 2vw, 2rem); }

.text h4 {
  font-size: clamp(1.4rem, 2.5vw, 1.8rem); }

body {
  font-size: clamp(1.4rem, 2.5vw, 1.8rem); }

div.ce-type-accordion section.interactive h3, div.ce-type-page_links_icon div.items a, div.ce-type-page_links_image div.items a > div.text *, div.ce-type-ce_subnavi ul.subNavi li a span, ul.events h3, div.contacts h3, nav > ul > li > a > span {
  font-size: clamp(2rem, 2.7vw, 2.4rem); }

div.ce-type-ce_subpages_preview div.pagePreview section > div a.button, div.ce-type-page_links_image div.items a > div.text span, div.ce-type-ce_locations div#locationsList li, div.ce-type-ce_locations div#locationsList button, div.ce-type-ce_locations div#locationsList li *, div.ce-type-ce_locations div#locationsList button *, div.leaflet-popup-content small, div.ce-type-ce_search ul.searchResults li span, span.date {
  font-size: clamp(1.4rem, 2vw, 1.6rem); }

.FormBuilder.InputfieldForm span.pw-no-select, .text p.small, .type-text_with_image > div.wrapper > div figcaption, .type-text_with_image > div.wrapper > div figcaption *, section.type-gallery ul li figure figcaption, section.type-gallery ul li figure figcaption *, div.ce-type-news > div.wrapper > div div.view-grid article span.date, div.ce-type-news > div.wrapper > div div.view-grid article figcaption, div.ce-type-news > div.wrapper > div div.view-grid article figcaption *, section.type-ce_social_wall div.social-media-posts article div.text *, figcaption, figcaption * {
  font-size: clamp(1rem, 1.5vw, 1.2rem); }

button.slick-arrow::before, a.icon::before, button.icon::before, .text a.download::before, .text a.extern::before, .text a.email::before, .text a.phone::before, .text a.fax::before, div.slider.interactive > button::before, div#overlay button#overlayClose::before, div.ce-type-accordion section.interactive h3::after, div.contacts article p.title::before, div.contacts div.popup button::before, div.ce-type-slideshow button.slick-arrow::before, nav#main-navigation ul > li > a span::before, nav#main-navigation ul > li > a span::after, nav#main-navigation button span::before, nav#main-navigation button span::after {
  font-family: "Material Icons";
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga'; }

@keyframes nextSlide {
  0% {
    transform: translateX(100%); }

  100% {
    transform: translateX(0); } }

@keyframes prevSlide {
  0% {
    opacity: 0;
    transform: translate(2rem, -50%); }

  100% {
    opacity: 1;
    transform: translate(0, -50%); } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeOut {
  100% {
    opacity: 0; }

  0% {
    opacity: 1;
    z-index: -1; } }

@keyframes fadeInFromLeft {
  0% {
    opacity: 0;
    transform: translateX(50px); }

  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes stars1 {
  0% {
    color: yellow; }

  9% {
    color: yellow; }

  10% {
    color: white; } }

@keyframes stars2 {
  19% {
    color: white; }

  20% {
    color: yellow; }

  29% {
    color: yellow; }

  30% {
    color: white; } }

@keyframes stars3 {
  39% {
    color: white; }

  40% {
    color: yellow; }

  49% {
    color: yellow; }

  50% {
    color: white; } }

@keyframes stars4 {
  59% {
    color: white; }

  60% {
    color: yellow; }

  69% {
    color: yellow; }

  70% {
    color: white; } }

@keyframes stars5 {
  79% {
    color: white; }

  80% {
    color: yellow; }

  89% {
    color: yellow; }

  90% {
    color: white; } }
/*
 /// Gets font
 @function _font($keys...) {
 @return val($fonts, $keys...);
 }
 */
button {
  background: none;
  border: none; }

button.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 100;
  padding: 0.5rem 0.5rem 0.2rem;
  transform: translateY(-50%); }
  button.slick-arrow span {
    display: none; }
  button.slick-arrow::before {
    font-size: 5rem; }
  button.slick-arrow.nextSlide {
    right: 0; }
    button.slick-arrow.nextSlide::before {
      content: "keyboard_play_right"; }
  button.slick-arrow.prevSlide {
    left: 0; }
    button.slick-arrow.prevSlide::before {
      content: "keyboard_arrow_left"; }

.FormBuilder.InputfieldForm button {
  margin-left: 0; }
  .FormBuilder.InputfieldForm input[type="checkbox"] {
    margin-right: 0.5rem;
    border-radius: 0;
    transform: translateY(0px); }
  .FormBuilder.InputfieldForm input, .FormBuilder.InputfieldForm textarea, .FormBuilder.InputfieldForm select {
    border-color: #084600 !important;
    border-radius: 5rem;
    overflow: hidden;
    color: black !important; }
  .FormBuilder.InputfieldForm select {
    -webkit-appearance: none; }
  .FormBuilder.InputfieldForm input[type="text"], .FormBuilder.InputfieldForm input[type="email"], .FormBuilder.InputfieldForm input[type="date"], .FormBuilder.InputfieldForm textarea, .FormBuilder.InputfieldForm select {
    padding: 1.5rem !important;
    height: auto !important; }
  .FormBuilder.InputfieldForm p.description {
    opacity: 1; }
    .FormBuilder.InputfieldForm label {
      padding: 0 0 1rem 2rem !important; }
    .FormBuilder.InputfieldForm label, .FormBuilder.InputfieldForm label * {
      color: #bf0576;
      text-transform: uppercase;
      font-weight: normal !important; }
  .FormBuilder.InputfieldForm div#wrap_kontaktformular_submit div.InputfieldContent {
    text-align: right; }
  .FormBuilder.InputfieldForm div.InputfieldContent > label {
    padding-left: 0 !important;
    display: inline-block;
    margin-top: 0.5rem; }
    .FormBuilder.InputfieldForm div.InputfieldContent > label, .FormBuilder.InputfieldForm div.InputfieldContent > label * {
      text-transform: none;
      color: white; }

p.alert-error, p.alert-error * {
  color: white !important; }

a.icon, button.icon {
  padding-left: 2.5rem;
  display: inline-block; }
  @media only screen and (min-width: 76.25em) {
  a.icon, button.icon {
    padding-left: 3.5rem; } }
  a.icon.button, button.icon.button, div#cAlert > div button.icon {
    padding-left: 5rem; }
  a.icon::before, button.icon::before {
    position: absolute;
    top: 50%;
    font-size: 140%;
    left: 0;
    transform: translateY(-50%); }
  a.icon.button, button.icon.button, div#cAlert > div button.icon {
    padding-left: 5rem; }
    a.icon.button::before, button.icon.button::before, div#cAlert > div button.icon::before {
      left: 2rem; }
  a.icon.email::before, button.icon.email::before {
    content: "mail"; }
  a.icon.phone::before, button.icon.phone::before {
    content: "phone"; }
  a.icon.mobile::before, button.icon.mobile::before {
    content: "smartphone"; }
  a.icon.menu::before, button.icon.menu::before {
    content: "\f35c"; }
  a.icon.close::before, button.icon.close::before {
    content: "\f5ad"; }
  a.icon.www::before, button.icon.www::before {
    content: "\f59f"; }
  a.icon.fax::before, button.icon.fax::before {
    content: "printer"; }
  a.icon.bike::before, button.icon.bike::before {
    content: "directions_bike"; }
  a.icon.location::before, button.icon.location::before {
    content: "map_marker"; }

.text p + h3, .text ul + h3 {
  margin-top: 3rem; }
  .text p {
    line-height: 180%; }
  .text.intro {
    margin-bottom: 2rem; }
  .text p.hint {
    margin-top: 5rem;
    display: block;
    line-height: 85%; }
  .text p.small {
    margin-bottom: 0.5rem; }
  .text p, .text ul, .text ol, .text table, .text div.tableParent {
    margin-bottom: 2rem; }
    .text p:last-child, .text ul:last-child, .text ol:last-child, .text table:last-child, .text div.tableParent:last-child {
      margin-bottom: 0; }
  .text iframe {
    width: 100% !important; }
  .text hr {
    display: block;
    margin: 4rem 0; }
  .text a.button {
    padding: 0.1rem 0.5rem;
    text-decoration: none;
    text-transform: uppercase; }
    .text a.download, .text a.extern, .text a.email, .text a.phone, .text a.fax {
      padding-left: 2.5rem;
      white-space: nowrap; }
    .text a.download::before, .text a.extern::before, .text a.email::before, .text a.phone::before, .text a.fax::before {
      color: inherit;
      font-size: 2rem;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
    .text a.download::before {
      content: "download"; }
    .text a.extern::before {
      content: "language"; }
    .text a.email::before {
      content: "email"; }
    .text a.phone::before {
      content: "phone"; }
    .text a.fax::before {
      content: "printer"; }
  .text i, .text em {
    font-style: italic; }
  .text ul, .text ol {
    margin-left: 2rem; }
    @media only screen and (min-width: 48.5em) {
  .text ul, .text ol {
    margin-left: 3rem; } }
    .text ul li, .text ol li {
      margin-bottom: 1rem; }
  .text ol {
    list-style-type: decimal; }
  .text ul {
    list-style-type: disc; }
  .text div.tableParent {
    overflow: auto; }
    .text div.tableParent.scroll {
      padding: 1rem 0; }
    .text div.tableParent.scroll::before, .text div.tableParent.scroll::after {
      content: url(/site/templates/images/table_scroll.svg);
      position: sticky;
      left: 0;
      right: 0;
      width: 100%; }
  .text table {
    border-collapse: collapse;
    width: 100%; }
    .text table th, .text table td {
      text-align: left;
      padding: 1rem 0.5rem;
      vertical-align: top; }
    .text table td {
      background-position: bottom; }
  .text .center {
    text-align: center; }

div.slider.interactive {
  background-size: cover;
  overflow: hidden; }
  div.slider.interactive > figure {
    display: none;
    transform: translateX(100%);
    animation: fadeIn 1s; }
    div.slider.interactive > figure.visible {
      display: inline-block;
      transform: translateX(0); }
  div.slider.interactive > button {
    position: absolute;
    bottom: 2rem;
    z-index: 100; }
    div.slider.interactive > button span {
      display: none; }
    div.slider.interactive > button::before {
      font-size: 6rem; }
    div.slider.interactive > button.next {
      right: 2rem; }
    div.slider.interactive > button.next::before {
      content: "arrow_right"; }
    div.slider.interactive > button.prev {
      left: 2rem; }
    div.slider.interactive > button.prev::before {
      content: "arrow_left"; }
/*
 /// Gets font
 @function _font($keys...) {
 @return val($fonts, $keys...);
 }
 */
div.mapParent {
  height: 500px; }

div#overlay {
  z-index: 10010;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto; }
  div#overlay button#overlayClose {
    position: fixed;
    top: 2rem;
    right: 2rem;
    z-index: 10;
    cursor: pointer; }
    div#overlay button#overlayClose span {
      display: none; }
    div#overlay button#overlayClose::before {
      content: "close";
      font-size: 4rem;
      padding: 0.5rem;
      background-color: white;
      color: black; }

.ce {
  display: grid;
  grid-template-columns: repeat(14, 1fr);
  padding-top: 10rem;
  padding-bottom: 20rem; }
  @media only screen and (max-width: 37.5em) {
  .ce {
    padding-top: 4rem;
    padding-bottom: 4rem; } }
  .ce .ce-headline {
    margin-bottom: clamp(1.5rem, 2vw, 2.5rem); }
    .ce .ce-headline.center {
      text-align: center; }
    .ce .ce-headline.right {
      text-align: right; }
    .ce .ce-headline span {
      margin: 0;
      display: inline-block; }
    .ce .ce-headline + div {
      margin-top: 10rem; }
  .ce div.intro {
    margin-bottom: 10rem; }
  .ce div.outro {
    margin-top: 10rem; }
  .ce.space-before-small {
    padding-top: 4rem; }
  .ce.space-before-none {
    padding-top: 0; }
  .ce.space-before-big {
    padding-top: 22rem; }
    @media only screen and (max-width: 37.5em) {
  .ce.space-before-big {
    padding-top: 4rem; } }
  .ce.space-behind-small {
    padding-bottom: 4rem; }
  .ce.space-behind-none {
    padding-bottom: 0; }
  .ce.space-behind-big {
    padding-bottom: 30rem; }
    @media only screen and (max-width: 37.5em) {
  .ce.space-behind-big {
    padding-bottom: 4rem; } }
  .ce div.wrapper {
    grid-column-start: 2;
    grid-column-end: -2; }
    @media only screen and (min-width: 76.25em) {
  .ce div.wrapper {
    grid-column-start: 5;
    grid-column-end: -5; } }
  .ce.width-full div.wrapper {
    grid-column-start: 1;
    grid-column-end: -1; }
  @media only screen and (min-width: 76.25em) {
      .ce.width-wide div.wrapper {
        grid-column-start: 4;
        grid-column-end: -4; } }
  @media only screen and (min-width: 76.25em) {
      .ce.width-wider div.wrapper {
        grid-column-start: 3;
        grid-column-end: -3; } }

div.ce-type-accordion section {
  margin-bottom: 1rem; }
  div.ce-type-accordion section h3, div.ce-type-accordion section div.text {
    padding: 2rem 3rem 2rem 2rem; }
  @media only screen and (min-width: 48.5em) {
    div.ce-type-accordion section h3, div.ce-type-accordion section div.text {
      padding: 2rem 4rem; } }
  div.ce-type-accordion section.interactive h3 {
    cursor: pointer;
    border-radius: 60px 0; }
    div.ce-type-accordion section.interactive h3::after {
      content: "\f35d";
      position: absolute;
      top: 2rem;
      right: 2rem;
      color: #000;
      font-size: 40px; }
    div.ce-type-accordion section.interactive h3.open::after {
      content: "\f360"; }
  div.ce-type-accordion section.interactive div.text {
    padding-top: 1rem; }

.type-text_with_image > div.wrapper > div {
  width: 100%; }
  .type-text_with_image > div.wrapper > div.left, .type-text_with_image > div.wrapper > div.right {
    display: flex;
    flex-wrap: wrap; }
  .type-text_with_image > div.wrapper > div.left div.images, .type-text_with_image > div.wrapper > div.right div.images {
    width: 100%;
    margin: auto; }
  .type-text_with_image > div.wrapper > div.left div.text, .type-text_with_image > div.wrapper > div.right div.text {
    width: 100%; }
  @media only screen and (min-width: 48.5em) {
    .type-text_with_image > div.wrapper > div.left, .type-text_with_image > div.wrapper > div.right {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .type-text_with_image > div.wrapper > div.left div.images, .type-text_with_image > div.wrapper > div.right div.images, .type-text_with_image > div.wrapper > div.left div.text, .type-text_with_image > div.wrapper > div.right div.text {
        order: unset; }
      .type-text_with_image > div.wrapper > div.left.w20-80 div.images, .type-text_with_image > div.wrapper > div.right.w20-80 div.images {
        width: 20%; }
        .type-text_with_image > div.wrapper > div.left.w20-80 div.text, .type-text_with_image > div.wrapper > div.right.w20-80 div.text {
          width: 80%; }
      .type-text_with_image > div.wrapper > div.left.w30-70 div.images, .type-text_with_image > div.wrapper > div.right.w30-70 div.images {
        width: 30%; }
        .type-text_with_image > div.wrapper > div.left.w30-70 div.text, .type-text_with_image > div.wrapper > div.right.w30-70 div.text {
          width: 70%; }
      .type-text_with_image > div.wrapper > div.left.w40-60 div.images, .type-text_with_image > div.wrapper > div.right.w40-60 div.images {
        width: 40%; }
        .type-text_with_image > div.wrapper > div.left.w40-60 div.text, .type-text_with_image > div.wrapper > div.right.w40-60 div.text {
          width: 60%; }
      .type-text_with_image > div.wrapper > div.left.w50-50 div.images, .type-text_with_image > div.wrapper > div.right.w50-50 div.images {
        width: 50%; }
        .type-text_with_image > div.wrapper > div.left.w50-50 div.text, .type-text_with_image > div.wrapper > div.right.w50-50 div.text {
          width: 50%; }
      .type-text_with_image > div.wrapper > div.left.w60-40 div.images, .type-text_with_image > div.wrapper > div.right.w60-40 div.images {
        width: 60%; }
        .type-text_with_image > div.wrapper > div.left.w60-40 div.text, .type-text_with_image > div.wrapper > div.right.w60-40 div.text {
          width: 40%; }
      .type-text_with_image > div.wrapper > div.left.w70-30 div.images, .type-text_with_image > div.wrapper > div.right.w70-30 div.images {
        width: 70%; }
        .type-text_with_image > div.wrapper > div.left.w70-30 div.text, .type-text_with_image > div.wrapper > div.right.w70-30 div.text {
          width: 30%; }
      .type-text_with_image > div.wrapper > div.left.w80-20 div.images, .type-text_with_image > div.wrapper > div.right.w80-20 div.images {
        width: 80%; }
        .type-text_with_image > div.wrapper > div.left.w80-20 div.text, .type-text_with_image > div.wrapper > div.right.w80-20 div.text {
          width: 20%; } }
  .type-text_with_image > div.wrapper > div.before > div.images {
    margin-bottom: 2rem;
    order: 2; }
  .type-text_with_image > div.wrapper > div.behind > div.text {
    margin-bottom: 2rem; }
  .type-text_with_image > div.wrapper > div.left_float div.images, .type-text_with_image > div.wrapper > div.right_float div.images {
    float: none;
    width: 100%;
    margin: 0 0 2rem 0; }
  @media only screen and (min-width: 76.25em) {
    .type-text_with_image > div.wrapper > div.left_float div.images {
      float: left;
      width: 45%;
      margin: 0 1.5rem 1rem 0;
      order: unset; }
      .type-text_with_image > div.wrapper > div.right_float div.images {
        float: right;
        width: 45%;
        margin: 0 0 1rem 1.5rem; } }
  .type-text_with_image > div.wrapper > div div.images {
    padding: 0;
    display: flex;
    background-size: cover;
    background-position: 50% 50%; }
  .type-text_with_image > div.wrapper > div div.images.ratio-cover::after {
    content: "";
    display: block;
    padding-top: 75%; }
    .type-text_with_image > div.wrapper > div div.images.ratio-cover figure {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-size: cover; }
      .type-text_with_image > div.wrapper > div div.images.ratio-cover figure img {
        display: none; }
  .type-text_with_image > div.wrapper > div div.images.top {
    align-items: flex-start; }
  .type-text_with_image > div.wrapper > div div.images.middle {
    align-items: center; }
  .type-text_with_image > div.wrapper > div div.images.bottom {
    align-items: flex-end; }
  .type-text_with_image > div.wrapper > div div.images figure {
    width: 100%; }
  .type-text_with_image > div.wrapper > div div.images picture {
    width: 100%;
    display: block;
    overflow: hidden; }
  .type-text_with_image > div.wrapper > div div.images img {
    width: 100%;
    height: auto;
    display: block;
    position: static;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s; }
  .type-text_with_image > div.wrapper > div div.text {
    padding: 2rem 0; }
  @media only screen and (min-width: 48.5em) {
      .type-text_with_image > div.wrapper > div div.text {
        padding: 0 5rem; } }
  @media only screen and (min-width: 121em) {
      .type-text_with_image > div.wrapper > div div.text {
        padding: 0 5rem; } }
  .type-text_with_image > div.wrapper > div a.readMore {
    position: absolute;
    bottom: 0;
    left: 2rem;
    transform: translateY(50%); }
  .type-text_with_image > div.wrapper > div figcaption {
    position: static;
    padding: 1rem;
    background-color: #000; }
  .type-text_with_image > div.wrapper > div figcaption, .type-text_with_image > div.wrapper > div figcaption * {
    color: #fff;
    display: inline-block; }
  .type-text_with_image > div.wrapper > div figcaption span {
    white-space: nowrap; }

div.contacts {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /*
   display: grid;
   grid-template-columns: 1fr;
   @include breakpoint($mq_m){
   grid-template-columns: repeat(2, 1fr);
   }
   @include breakpoint($mq_l){
   grid-template-columns: repeat(3, 1fr);
   }
   gap: 5rem;
   */ }
  div.contacts article {
    width: 100%;
    margin-bottom: 2%;
    text-align: center; }
  div.contacts article button {
    margin-bottom: 2rem;
    transition: all 0.2s;
    cursor: pointer;
    max-width: 90vw; }
  @media only screen and (min-width: 48.5em) {
      div.contacts article button:hover {
        transform: scale(1.3) rotate(359deg); } }
  div.contacts article img {
    overflow: hidden;
    border-radius: 50%;
    border: 1rem solid white; }
  div.contacts article p.title::before {
    content: "star";
    display: block; }
  @media only screen and (min-width: 40em) {
    div.contacts article {
      width: 31%;
      margin: 1%; } }
  @media only screen and (min-width: 48.5em) {
    div.contacts article {
      width: 18%;
      margin: 1%; } }

  div.contacts div.popup {
    display: none;
    border: 1rem solid white;
    padding: 4rem;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    flex-wrap: wrap;
    z-index: 1000;
    justify-content: space-between;
    overflow: auto;
    align-items: flex-start; }
  div.contacts div.popup > div {
    width: 100%; }
  @media only screen and (min-width: 48.5em) {
      div.contacts div.popup.portrait > div.image {
        width: 35%; }
        div.contacts div.popup.portrait > div.text {
          width: 60%; } }
  div.contacts div.popup div.image {
    margin-top: 2rem; }
  div.contacts div.popup div.image img {
    width: 100%; }
  @media only screen and (min-width: 48.5em) {
    div.contacts div.popup {
      width: auto;
      height: auto;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      max-height: 95vh;
      max-width: 95vw; } }
  div.contacts div.popup.visible {
    display: flex;
    animation: fadeIn 0.2s; }
  div.contacts div.popup button {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 2000; }

  div.contacts div.popup button::before {
    content: "close";
    color: white;
    font-size: 3rem; }

section.type-video div.video, section.type-video_tabs div.video {
  box-shadow: 0px 0px 41px 0px rgba(255, 255, 255, 1); }
  section.type-video div.video video, section.type-video_tabs div.video video {
    max-width: 100%; }
  section.type-video div.video div.TextformatterVideoEmbed, section.type-video_tabs div.video div.TextformatterVideoEmbed {
    width: 100%; }
  section.type-video div.video iframe, section.type-video_tabs div.video iframe {
    width: 100%; }
  section.type-video div.video div.poster, section.type-video_tabs div.video div.poster {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center; }

@media only screen and (max-width: 37.5em) {
        div.ce-type-video_tabs div.video_tabs div.tabsButtons {
          padding-top: 3.5rem; } }
  div.ce-type-video_tabs div.video_tabs div.tabsButtons button {
    color: #000;
    padding: 1rem 2rem;
    margin: 0; }
    div.ce-type-video_tabs div.video_tabs div.tabsButtons button.active {
      background-color: #fff; }
    @media only screen and (max-width: 37.5em) {
      div.ce-type-video_tabs div.video_tabs div.tabsButtons button {
        padding: 0.5rem; } }
  div.ce-type-video_tabs div.video_tabs div.tabsContent video {
    max-width: 100%;
    height: auto;
    border: 1.25rem solid #fff;
    display: none; }
    div.ce-type-video_tabs div.video_tabs div.tabsContent video.active {
      display: block; }
    @media only screen and (max-width: 37.5em) {
      div.ce-type-video_tabs div.video_tabs div.tabsContent video {
        border-width: 0.75rem; } }
  div.ce-type-video_tabs div.video_tabs a.showAll {
    position: absolute;
    right: 0;
    top: 4rem; }
  @media only screen and (max-width: 37.5em) {
      div.ce-type-video_tabs div.video_tabs a.showAll {
        top: 1rem; } }

div.ce-type-video_grid div.video_grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  div.ce-type-video_grid div.video_grid > * {
    width: 100%; }
  @media only screen and (min-width: 48.5em) {
      div.ce-type-video_grid div.video_grid > * {
        width: 32%;
        margin-bottom: 2%; } }
  div.ce-type-video_grid div.video_grid video, div.ce-type-video_grid div.video_grid iframe {
    width: 100%;
    height: auto; }

div.ce-type-video_record div.video {
  padding-bottom: 0 !important; }
  div.ce-type-video_record div.video video {
    max-width: 100%; }
  div.ce-type-video_record div#videoButtons {
    padding-top: 1rem !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  div.ce-type-video_record div#videoButtons.hidden {
    display: none; }
  div.ce-type-video_record div#videoButtons > * {
    width: 100%; }
  @media only screen and (min-width: 48.5em) {
      div.ce-type-video_record div#videoButtons > * {
        width: 24%; } }
  div.ce-type-video_record div#videoButtons button, div.ce-type-video_record div#videoButtons a.button {
    margin: 0 0 1rem 0; }
  div.ce-type-video_record div#videoButtons button[disabled="disabled"], div.ce-type-video_record div#videoButtons a.button[disabled="disabled"] {
    opacity: 0.3; }
  div.ce-type-video_record div#timer {
    position: absolute;
    top: 5rem;
    right: 1rem;
    width: 100px;
    height: 100px;
    background-color: rgba(227, 0, 15, 0.7);
    padding: 0.5rem;
    border-radius: 6px; }
  div.ce-type-video_record div#timer svg line.out {
    stroke: #999; }
  div.ce-type-video_record div#timer span {
    display: block;
    position: absolute;
    top: 18px;
    left: 25px;
    width: 50px;
    text-align: center;
    font-size: 2.5rem;
    color: #fff; }
  @media only screen and (max-width: 37.5em) {
    div.ce-type-video_record div#timer {
      width: 40px;
      height: 40px;
      top: 1.5rem;
      right: 0.5rem; }
      div.ce-type-video_record div#timer span {
        top: 3px;
        left: 0;
        width: 40px;
        font-size: 1.3rem; } }

div#cAlert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8); }
  div#cAlert > div {
    padding: 2rem 2rem 0;
    width: 700px;
    max-width: 95vw; }
  div#cAlert > div, div#cAlert > div * {
    text-align: center; }
  div#cAlert > div p {
    margin-bottom: 1.5rem; }
  div#cAlert > div button {
    display: block;
    width: 100%;
    margin: 1rem auto; }
  div#cAlert > div button span {
    display: inline-block;
    width: 100%; }

div.ce-type-audio div.audio {
  text-align: center; }

div.ce-type-ce_subpages_preview div.pagePreview section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  margin: 0 0 2rem 0; }
  div.ce-type-ce_subpages_preview div.pagePreview section > figure {
    width: 30%;
    display: flex;
    align-items: center;
    overflow: hidden; }
    div.ce-type-ce_subpages_preview div.pagePreview section > figure img {
      width: 100%;
      height: auto;
      display: block; }
    div.ce-type-ce_subpages_preview div.pagePreview section > figure > div {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      background-size: cover;
      background-position: center; }
  div.ce-type-ce_subpages_preview div.pagePreview section > div {
    width: 70%;
    padding: 2rem; }
    div.ce-type-slideshow {
      padding: 0; }
  div.ce-type-slideshow > div.wrapper > div {
    overflow: visible; }
  div.ce-type-slideshow div.slide img {
    display: block; }
  div.ce-type-slideshow div.slide div.content {
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1rem 2rem 0.7rem;
    opacity: 0;
    transition: opacity 1s 1s; }
  div.ce-type-slideshow div.slide.left div.content {
    left: 0; }
  div.ce-type-slideshow div.slide.right div.content {
    right: 0; }
  div.ce-type-slideshow div.slide.slick-active div.content {
    opacity: 1; }
  div.ce-type-slideshow div.pagination {
    position: absolute;
    top: 1rem;
    right: 0;
    padding: 0 2.5rem;
    display: none; }
  div.ce-type-slideshow ul.slick-dots li {
    display: inline-block;
    margin: 0 0.5rem; }
  div.ce-type-slideshow ul.slick-dots li button {
    cursor: pointer; }
  div.ce-type-slideshow ul.slick-dots li.slick-active button::after {
    content: "";
    display: block;
    height: 4px;
    background-color: #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px; }
  div.ce-type-slideshow button.slick-arrow {
    z-index: 1000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    width: 48px;
    height: 53px;
    cursor: pointer;
    color: transparent; }
  div.ce-type-slideshow button.slick-arrow::before {
    font-size: 3rem;
    color: #000; }
  div.ce-type-slideshow button.slick-arrow.nextSlide {
    right: 0; }
  div.ce-type-slideshow button.slick-arrow.nextSlide::before {
    content: "chevron_right"; }
  div.ce-type-slideshow button.slick-arrow.prevSlide {
    left: 0; }
  div.ce-type-slideshow button.slick-arrow.prevSlide::before {
    content: "chevron_left"; }
  div.ce-type-slideshow div.sliderProgress {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    background-color: white;
    overflow: hidden; }
  div.ce-type-slideshow div.sliderProgress > div {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0; }
  div.ce-type-slideshow div.sliderProgress.invert > div {
    background-color: white; }

.type-columns > div.wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .type-columns > div.wrapper > h2.ce-headline {
    width: 100% !important; }
  .type-columns > div.wrapper > div {
    margin-bottom: 1rem; }
  .type-columns > div.wrapper > div > div.wrapper {
    margin: 0;
    padding: 0; }
    .type-columns > div.wrapper > div > div.wrapper > div {
      padding: 0; }
  .type-columns.columns-2 > div.wrapper > div, .type-columns.columns-3 > div.wrapper > div, .type-columns.columns-4 > div.wrapper > div, .type-columns.columns-5 > div.wrapper > div, .type-columns.columns-6 > div.wrapper > div {
    width: 100%; }
  @media only screen and (min-width: 76.25em) {
  .type-columns.columns-1 > div.wrapper > div {
    width: 100%; }
    .type-columns.columns-2 > div.wrapper > div {
      width: 49%; }
      .type-columns.columns-2 > div.wrapper > div.cols2of2 {
        width: 100%; }

    .type-columns.columns-3 > div.wrapper > div {
      width: 32.33%; }
      .type-columns.columns-3 > div.wrapper > div.cols2of3 {
        width: 65.67%; }
      .type-columns.columns-3 > div.wrapper > div.cols3of3 {
        width: 100%; }

    .type-columns.columns-4 > div.wrapper > div {
      width: 24%; }
      .type-columns.columns-4 > div.wrapper > div.cols2of4 {
        width: 50%; }
      .type-columns.columns-4 > div.wrapper > div.cols3of4 {
        width: 75%; }
      .type-columns.columns-4 > div.wrapper > div.cols4of4 {
        width: 100%; }

    .type-columns.columns-5 > div.wrapper > div {
      width: 19%; }
      .type-columns.columns-5 > div.wrapper > div.cols2of5 {
        width: 40%; }
      .type-columns.columns-5 > div.wrapper > div.cols3of5 {
        width: 60%; }
      .type-columns.columns-5 > div.wrapper > div.cols4of5 {
        width: 80%; }
      .type-columns.columns-5 > div.wrapper > div.cols5of5 {
        width: 100%; }

    .type-columns.columns-6 > div.wrapper > div {
      width: 15.66%; }
      .type-columns.columns-6 > div.wrapper > div.cols2of6 {
        width: 33.33%; }
      .type-columns.columns-6 > div.wrapper > div.cols3of6 {
        width: 50%; }
      .type-columns.columns-6 > div.wrapper > div.cols4of6 {
        width: 66.66%; }
      .type-columns.columns-6 > div.wrapper > div.cols5of6 {
        width: 83.33%; }
      .type-columns.columns-6 > div.wrapper > div.cols6of6 {
        width: 100%; } }

section.type-gallery ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center; }
  section.type-gallery ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  section.type-gallery ul li:not(:first-child) {
    margin-bottom: 2%; }
  section.type-gallery ul li figure {
    width: 100%;
    position: static;
    text-align: center; }
    section.type-gallery ul li figure picture {
      display: block;
      overflow: hidden; }
      section.type-gallery ul li figure picture img {
        display: block;
        width: 100%;
        height: auto; }
    section.type-gallery ul li figure figcaption {
      padding: 1.5rem 0.5rem;
      text-align: center;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.7);
      padding: 0.5rem 1rem; }
      section.type-gallery ul li figure figcaption, section.type-gallery ul li figure figcaption * {
        text-decoration: none;
        color: #fff; }
      section.type-gallery ul li figure figcaption span {
        white-space: nowrap; }
  @media only screen and (min-width: 48.5em) {
      section.type-gallery ul li {
        width: 49%; }
        section.type-gallery ul li:not(:first-child) {
          margin-top: 2rem; } }
  @media only screen and (min-width: 48.5em) {
    section.type-gallery ul[data-columns="1"] li {
      width: 100% !important; }
      section.type-gallery ul[data-columns="2"] li {
        width: 49%; }
      section.type-gallery ul[data-columns="3"] li {
        width: 32%; }
      section.type-gallery ul[data-columns="4"] li {
        width: 24%; }
      section.type-gallery ul[data-columns="5"] li {
        width: 19%; }
      section.type-gallery ul[data-columns="6"] li {
        width: 15%; }
      section.type-gallery ul[data-columns="7"] li {
        width: 12%; }
      section.type-gallery ul[data-columns="8"] li {
        width: 11%; }
      section.type-gallery ul[data-columns="9"] li {
        width: 9%; }
      section.type-gallery ul[data-columns="10"] li {
        width: 9%; } }

div.ce-type-news > div.wrapper > div div.view-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  div.ce-type-news > div.wrapper > div div.view-grid.cols1 article {
    width: 100% !important; }
  div.ce-type-news > div.wrapper > div div.view-grid article {
    background-color: #fff;
    width: 100%;
    margin-bottom: 2rem;
    border-radius: 5px; }
    div.ce-type-news > div.wrapper > div div.view-grid article, div.ce-type-news > div.wrapper > div div.view-grid article * {
      text-align: left; }

    div.ce-type-news > div.wrapper > div div.view-grid article > div {
      padding: 1rem 2rem 2rem; }
    div.ce-type-news > div.wrapper > div div.view-grid article span.date {
      margin-bottom: 1rem; }
    div.ce-type-news > div.wrapper > div div.view-grid article img {
      display: block; }
    div.ce-type-news > div.wrapper > div div.view-grid article div.images {
      display: flex; }
      div.ce-type-news > div.wrapper > div div.view-grid article div.images figure {
        margin: 0 1rem 0 0; }
        div.ce-type-news > div.wrapper > div div.view-grid article div.images figure img {
          height: 25rem;
          width: auto; }
    div.ce-type-news > div.wrapper > div div.view-grid article figcaption {
      padding: 1.5rem 0.5rem;
      text-align: center;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.7);
      padding: 0.5rem 1rem; }
      div.ce-type-news > div.wrapper > div div.view-grid article figcaption, div.ce-type-news > div.wrapper > div div.view-grid article figcaption * {
        text-decoration: none;
        color: #fff; }
      div.ce-type-news > div.wrapper > div div.view-grid article figcaption span {
        white-space: nowrap; }
  div.ce-type-guestbook hr {
    margin: 4rem auto;
    height: 1px;
    background-color: #ccc;
    border: none;
    width: 30%; }

div.ce-type-page_links_icon div.items {
  padding-top: 3rem; }
  div.ce-type-page_links_icon div.items a {
    display: block;
    margin-bottom: 3rem;
    background-color: #000;
    border-radius: 4px;
    text-align: center;
    padding: 5rem 1rem;
    transition: 0.2s;
    color: #fff;
    text-decoration: none; }
  div.ce-type-page_links_icon div.items a img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    padding: 10px; }
  div.ce-type-page_links_icon div.items a:hover {
    transform: translateY(-10%);
    padding: 4.5rem 1rem 5.5rem; }

div.ce-type-page_links_image div.items a {
  display: block;
  margin-bottom: 4rem;
  overflow: hidden; }
  @media only screen and (min-width: 48.5em) {
      div.ce-type-page_links_image div.items a {
        margin-bottom: 1.5%; } }
  div.ce-type-page_links_image div.items a > div.image img {
    display: block;
    transition: all 0.2s;
    width: 100%;
    height: auto; }
  div.ce-type-page_links_image div.items a > div.text {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: flex-end; }
    div.ce-type-page_links_image div.items a > div.text * {
      color: #fff; }
    div.ce-type-page_links_image div.items a > div.text strong {
      display: block;
      text-transform: uppercase;
      margin-bottom: 0;
      padding: 1.5rem 2rem;
      transition: all 0.2s; }
    div.ce-type-page_links_image div.items a > div.text span {
      display: inline-block;
      padding: 1rem 2rem;
      background-color: #fff; }
  div.ce-type-page_links_image div.items a:hover div.image img {
    transform: scale(1.2, 1.2); }

div.ce-type-ce_locations div#locations {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 0 0;
  height: 90vh; }
  div.ce-type-ce_locations div#locationsList {
    -ms-grid-column: 1;
    grid-column: 1;
    padding: 100px 1rem 1rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    gap: 0 0;
    grid-template-areas: "top" "bottom";
    min-width: 334px; }
  div.ce-type-ce_locations div#locationsList li, div.ce-type-ce_locations div#locationsList button {
    display: block;
    width: 100%;
    text-align: left;
    background: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    padding: 0.5rem 0 0.5rem 2.5rem;
    margin: 0 0 0.5rem 0; }
  div.ce-type-ce_locations div#locationsList div#locationsFilter {
    -ms-grid-row: 1;
    grid-row: 1; }
  div.ce-type-ce_locations div#locationsList div#locationsFilter button:last-child {
    border-width: 10px; }
    div.ce-type-ce_locations div#locationsList div#locationsFilter button.hidden {
      opacity: 0.4; }
  div.ce-type-ce_locations div#locationsList ul#locationsItems {
    -ms-grid-row: 2;
    grid-row: 2;
    overflow-y: scroll; }
  div.ce-type-ce_locations div#locationsList ul#locationsItems li {
    padding-right: 1rem; }
    div.ce-type-ce_locations div#locationsList ul#locationsItems li a {
      text-decoration: none; }
  div.ce-type-ce_locations div#locationsMap {
    -ms-grid-column: 2;
    grid-column: 2; }

div.leaflet-popup-content img {
  margin: 1rem 0 0;
  width: 300px;
  max-width: none;
  display: block; }
  div.leaflet-popup-content figcaption {
    position: static;
    width: 300px; }

div.ce-type-ce_search ul.searchResults li {
  margin-bottom: 0.5rem; }
  div.ce-type-ce_search ul.searchResults li strong {
    display: block; }
  section.type-hero_image div.wrapper {
    padding: 0 !important; }
  section.type-hero_image div.hero div.images img {
    display: block;
    width: 100%;
    max-width: 100%; }
  section.type-hero_image div.hero div.text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 95vw; }
  @media only screen and (min-width: 48.5em) {
      section.type-hero_image div.hero div.text {
        top: 50%;
        left: 50%; } }
  section.type-hero_image div.hero div.text > h2, section.type-hero_image div.hero div.text > div {
    color: black;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1rem;
    text-align: center; }
  section.type-hero_image div.hero div.text a {
    text-decoration: none; }
  section.type-hero_image div.hero div.text p.hint {
    text-align: center;
    border: 0.5rem solid white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2rem; }
    @media only screen and (min-width: 48.5em) {
      section.type-hero_image div.hero div.text p.hint {
        padding: 3rem 6rem; } }
    section.type-hero_image div.hero div.text p.hint, section.type-hero_image div.hero div.text p.hint * {
      line-height: 130%;
      font-size: 2rem;
      text-transform: uppercase; }
      @media only screen and (min-width: 48.5em) {
      section.type-hero_image div.hero div.text p.hint, section.type-hero_image div.hero div.text p.hint * {
        font-size: 4rem; } }
      @media only screen and (min-width: 76.25em) {
      section.type-hero_image div.hero div.text p.hint, section.type-hero_image div.hero div.text p.hint * {
        font-size: 5rem; } }
  section.type-hero_image div.hero div.text br {
    display: block; }
  section.type-hero_image div.hero div.text h2 {
    text-transform: uppercase;
    margin: 0 0 0.5rem; }
  section.type-hero_image div.hero div.text br {
    display: none; }


div.ce-type-ce_subnavi ul.subNavi {
  display: flex;
  flex-wrap: wrap; }
  div.ce-type-ce_subnavi ul.subNavi li {
    width: 100%;
    margin-bottom: 1rem;
    display: flex; }
  @media only screen and (min-width: 48.5em) {
      div.ce-type-ce_subnavi ul.subNavi li {
        width: 49%;
        margin: 0 0.5% 1%; } }
  @media only screen and (min-width: 121em) {
      div.ce-type-ce_subnavi ul.subNavi li {
        width: 24%;
        margin: 0 0.5% 1%; } }
  div.ce-type-ce_subnavi ul.subNavi li a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 4rem 3rem;
    text-decoration: none;
    text-align: center; }
    div.ce-type-ce_subnavi ul.subNavi li a, div.ce-type-ce_subnavi ul.subNavi li a * {
      transition: all 0.2s; }
    div.ce-type-ce_subnavi ul.subNavi li a span {
      width: 100%; }
  div.timeline {
    display: flex;
    flex-wrap: wrap;
    /*
     @include breakpoint($tablet) {
     &::after {
     display: none;
     }
     }
     */ }
  div.timeline::after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 50%;
    border: 1px dashed black; }
  div.timeline article {
    width: 50%;
    margin-bottom: 5rem;
    /*
     @include breakpoint($tablet) {
     width: 100%;
     padding: 0px!important;
     margin-bottom: 2rem;
     h3 {
     -webkit-order: 1;
     order: 1;
     &::before, &::after {
     display: none;
     }
     }
     ul.gallery {
     -webkit-order: 2;
     order: 2;
     }
     }
     */ }
  div.timeline article > * {
    width: 100%; }
  div.timeline article:nth-child(even) {
    padding-left: 2rem;
    padding-top: 2rem; }
  div.timeline article:nth-child(even) h3 {
    align-self: flex-end;
    text-align: right; }
    div.timeline article:nth-child(even) h3::before {
      left: -2rem;
      right: 0; }
    div.timeline article:nth-child(even) h3::after {
      left: -2rem;
      right: auto;
      transform: translate(-5px, -6px); }
  div.timeline article:nth-child(odd) {
    padding-right: 2rem; }
  div.timeline ul.gallery li {
    display: inline-block;
    margin: 0 0.7rem 0.7rem 0; }
  div.timeline ul.gallery li img {
    display: block; }
  div.timeline h3 {
    margin-bottom: 2rem; }
  div.timeline h3 span {
    color: white;
    padding: 0 1rem;
    border-radius: 5px; }
  div.timeline h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    right: -2rem;
    transform: translateY(-1px);
    border: 1px solid black; }
  div.timeline h3::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -2rem;
    background-color: black;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transform: translate(7px, -6px);
    z-index: 100; }

div.ce-type-ce_poi div#locationsMap {
  height: 75vh; }
  @media only screen and (min-width: 48.5em) {
    div.ce-type-ce_poi div#locationsMap {
      height: 50vh; } }

div.leaflet-popup-content img {
  margin: 1rem 0 0;
  width: 300px;
  max-width: none;
  display: block; }
  div.leaflet-popup-content figcaption {
    position: static;
    width: 300px; }

section.type-ce_social_wall div.social-media-posts {
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  display: block;
  text-align: center; }
  section.type-ce_social_wall div.social-media-posts article {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
    border: 1rem solid white;
    display: inline-block;
    transition: all 0.3s; }
  section.type-ce_social_wall div.social-media-posts article span.date {
    position: absolute;
    left: 0rem;
    top: 0rem;
    z-index: 100;
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.5); }
  section.type-ce_social_wall div.social-media-posts article:nth-child(even) {
    transform: rotate(-3deg); }
  section.type-ce_social_wall div.social-media-posts article:nth-child(odd) {
    transform: rotate(2deg); }
  section.type-ce_social_wall div.social-media-posts article::before {
    position: absolute;
    right: 0;
    bottom: 0.5rem;
    font-size: 20px; }
  section.type-ce_social_wall div.social-media-posts article figure {
    width: 100%;
    display: block; }
  section.type-ce_social_wall div.social-media-posts article a {
    display: block;
    width: 100%; }
    section.type-ce_social_wall div.social-media-posts article a img {
      display: block;
      width: 80vw; }
      @media only screen and (min-width: 48.5em) {
      section.type-ce_social_wall div.social-media-posts article a img {
        width: auto;
        height: 30rem; } }
  section.type-ce_social_wall div.social-media-posts article div.text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem;
    text-align: center;
    background-color: white;
    opacity: 0.8; }
    section.type-ce_social_wall div.social-media-posts article div.text * {
      color: black; }
  section.type-ce_social_wall div.social-media-posts article:hover {
    z-index: 100;
    transform: scale(1.5); }

/*
 /// Gets font
 @function _font($keys...) {
 @return val($fonts, $keys...);
 }
 */
/*
 /// Gets font
 @function _font($keys...) {
 @return val($fonts, $keys...);
 }
 */
html {
  font-size: 10px;
  /* 1rem = 10px */
  scroll-behavior: smooth; }

body {
  height: auto; }
  body.overlay {
    overflow: hidden; }

h1 {
  display: none; }

video {
  width: 100%;
  height: auto;
  max-width: 100%; }

:target::before {
  content: "";
  display: block;
  position: relative;
  height: 18rem;
  margin: -18rem 0 0; }

div#pageBackground {
  z-index: -1;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: 100vw 100vh;
  background-repeat: no-repeat;
  opacity: 1; }

a#skipNavigation {
  position: fixed;
  z-index: 10000;
  left: 2rem;
  top: -20rem;
  color: #fff;
  padding: 1rem 2rem; }
  a#skipNavigation:focus {
    top: 2rem; }

img {
  max-width: 100%;
  height: auto;
  display: block; }
  img.full {
    width: 100%; }

*[hidden] {
  display: none; }

main {
  margin: 0 auto;
  max-width: 150rem;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto auto 1fr auto; }

div.wrapper {
  /*
   padding: 0 2rem;
   //padding: 0;
   margin: 0 auto;
   @include breakpoint($mq_m){
   padding: 0 6rem;
   }
   &.inner {
   max-width: _size(inner);
   padding: 0 2rem;
   }
   &.outer {
   max-width: 100%;
   }
   &.wide {
   max-width: _size(wrapper);
   }
   */ }

figcaption {
  padding: 1.5rem 0.5rem;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0.5rem 1rem; }
  figcaption, figcaption * {
    text-decoration: none;
    color: #fff; }
  figcaption span {
    white-space: nowrap; }

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .flex > * {
    width: 100%;
    margin-bottom: 2rem; }
  @media only screen and (min-width: 48.5em) {
  .flex.c2 > *, .flex.c3 > *, .flex.c4 > *, .flex.c5 > * {
    width: 49%;
    margin-bottom: 1%; } }
  @media only screen and (min-width: 121em) {
  .flex.c2 > * {
    width: 48%; }
    .flex.c3 > * {
      width: 32%; }

    .flex.c4 > * {
      width: 24%; }

    .flex.c5 > * {
      width: 19%; } }
  .flex.middle {
    align-items: center; }

span.date {
  display: block; }

.textShadow {
  text-shadow: -1px 0px 8px rgba(0, 0, 0, 0.6); }

.shape {
  border-radius: 90px 0; }

.shape-reverse {
  border-radius: 0 90px; }

.dashed {
  background-image: linear-gradient(to left, #000, 10px, rgba(255, 255, 255, 0) 10px);
  background-size: 20px 1px;
  background-repeat: repeat-x; }

.solid {
  background-image: linear-gradient(to left, #000, 10px, #000 10px);
  background-size: 50px 1px;
  background-repeat: no-repeat;
  background-position: bottom center; }

a#editPage {
  position: fixed;
  top: 1rem;
  left: 1rem;
  background-color: rgba(255, 0, 0, 0.7);
  color: white;
  display: block;
  padding: 0.5rem 1rem;
  z-index: 10000;
  text-decoration: none; }

div#isSmallScreen {
  display: block; }
  @media only screen and (min-width: 48.5em) {
  div#isSmallScreen {
    display: none; } }

div#smoobuApartment1146217de, div#apartmentIframe1146217 {
  text-align: center; }
/*
 /// Gets font
 @function _font($keys...) {
 @return val($fonts, $keys...);
 }
 */
body {
  background-color: black; }

div#popupMask {
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none; }
  body.popup div#popupMask {
    display: block; }

nav > ul > li > a, nav button, a.button, .InputfieldContent button {
  background-color: #476587; }

nav > ul > li > a > span, section.ce.style1 *, button, a.button, footer#page-footer *, nav button, ul#naviFooter a {
  color: white; }

h2.ce-headline, h2.ce-headline * {
  filter: drop-shadow(0px -5px 10px rgba(0, 0, 0, 0.5)); }

h2.ce-headline, h2.ce-headline *, button, a.button {
  text-transform: uppercase; }

h2.ce-headline, h2.ce-headline *, ul.events li div.date {
  font-size: clamp(3rem, 4vw, 6rem); }

.ce-headline.center {
  transform: rotate(-2deg); }

header#page-header {
  z-index: 1000;
  padding-top: 2rem;
  background-image: url(/site/templates/images/stripes.png);
  background-size: 100% 100%;
  background-repeat: no-repeat; }
  header#page-header.hero {
    padding-top: 10rem; }
  @media only screen and (min-width: 48.5em) {
    header#page-header.hero {
      padding-top: 20rem; } }
  header#page-header a#homeLink {
    display: block;
    margin: 5rem auto 0;
    z-index: 10; }
  header#page-header a#homeLink img {
    display: block;
    width: 80rem;
    max-width: 90vw;
    margin: 0 auto;
    filter: drop-shadow(0px -5px 10px rgba(0, 0, 0, 0.5)); }
  header#page-header.hero a#homeLink {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -45%); }
  header#page-header div.wrapper {
    margin: 0 auto;
    max-width: 150rem; }
  header#page-header picture {
    display: block;
    filter: drop-shadow(0px -5px 10px rgba(255, 255, 255, 0.5)); }
  header#page-header picture img {
    clip-path: url(#mask); }
  header#page-header svg {
    position: absolute; }
  header#page-header ul.languages {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    gap: 1rem; }
  header#page-header ul.languages img {
    width: 3.5rem;
    display: block; }
  header#page-header ul.languages a {
    display: block;
    border: 0.2rem solid black; }
  header#page-header ul.languages a.active {
    border-color: white; }

nav#main-navigation {
  position: sticky;
  top: -1px;
  z-index: 999; }
  @media only screen and (min-width: 48.5em) {
  nav#main-navigation {
    margin-top: 1rem; } }
  nav#main-navigation ul {
    display: block;
    width: 100%;
    gap: 1rem;
    opacity: 0;
    transition: all 0.3s;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(0); }
  @media only screen and (min-width: 48.5em) {
    nav#main-navigation ul {
      display: flex;
      transform: translateY(0) !important;
      opacity: 1;
      position: static; } }
  nav#main-navigation ul > li {
    flex-grow: 1;
    text-align: center;
    /*
     @for $i from 1 through 5 {
     &:nth-child(#{$i}) {
     >a>span::before {
     animation: stars#{$i} 10s infinite;
     }
     >a>span::after {
     animation: stars#{$i} 10s 1s infinite;
     }
     }
     }
     */ }
  nav#main-navigation ul > li > a {
    display: block;
    color: black;
    padding: 0 1rem 1rem 1rem;
    text-decoration: none; }
    nav#main-navigation ul > li > a span::before, nav#main-navigation ul > li > a span::after {
      content: "star";
      color: white; }
    nav#main-navigation ul > li > a span::before {
      display: block;
      margin-bottom: 1rem; }
    nav#main-navigation ul > li > a span::after {
      display: none; }
    @media only screen and (min-width: 48.5em) {
      nav#main-navigation ul > li > a {
        padding: 1rem; } }
    @media screen and (min-width: 65em) {
      nav#main-navigation ul > li > a span::before, nav#main-navigation ul > li > a span::after {
        display: inline-block; }

      nav#main-navigation ul > li > a span::before {
        transform: translate(-1rem, 10%); }

      nav#main-navigation ul > li > a span::after {
        transform: translate(1rem, 10%); } }
    nav#main-navigation ul > li > a[aria-current="page"] {
      background-color: black; }
      nav#main-navigation ul > li > a[aria-current="page"] span::before, nav#main-navigation ul > li > a[aria-current="page"] span::after {
        color: red !important; }
  nav#main-navigation.pinned > button {
    padding-top: 1.5rem; }
  nav#main-navigation button {
    display: block;
    width: 100%;
    z-index: 2; }
  nav#main-navigation button span {
    padding: 0 3.5rem;
    font-size: 2rem; }
  nav#main-navigation button span::before, nav#main-navigation button span::after {
    content: "menu";
    position: absolute;
    top: -0.2rem;
    font-size: 2.7rem; }
  nav#main-navigation button span::before {
    left: 0; }
  nav#main-navigation button span::after {
    right: 0; }
  @media only screen and (min-width: 48.5em) {
  nav#main-navigation button {
    display: none; } }
  nav#main-navigation.visible button span::before, nav#main-navigation.visible button span::after {
    content: "close"; }
  nav#main-navigation.visible ul {
    transform: translateY(100%);
    opacity: 1; }

nav > ul > li > a > span {
  text-transform: uppercase;
  letter-spacing: 2px; }

button, a.button {
  display: inline-block;
  padding: 1rem 2rem;
  text-decoration: none; }

section.ce {
  /*
   h2.ce-headline.center::after {
   content: "";
   position: absolute;
   left: 50%;
   bottom: 0;
   transform: translate(-50%, 100%);
   width: clamp(5rem, 4vw, 10rem);
   padding-top: 50%;
   background-image: url(/site/templates/images/crown.svg);
   background-size: contain;
   background-position: center;
   } 
   */ }
  section.ce.rotate-left {
    transform-origin: center;
    transform: rotate(-2deg); }
  section.ce.rotate-right {
    transform-origin: center;
    transform: rotate(2deg); }
  section.ce.border-white div.wrapper {
    border: 1rem solid white; }

ul.events > li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid white; }
  ul.events > li h3 + * {
    margin-top: 1rem; }
  ul.events > li h3, ul.events > li p {
    margin-bottom: 2rem; }
  ul.events > li div.date {
    width: 20%;
    text-align: center; }
  ul.events > li div.date span {
    display: block;
    font-size: 2rem; }
  ul.events > li div.content {
    width: 70%;
    display: flex;
    align-items: center; }

footer#page-footer {
  display: block;
  padding: 10rem 5rem 10rem;
  background-color: #000;
  background-position: left bottom;
  background-repeat: repeat-x; }
  footer#page-footer div.wrapper {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
  footer#page-footer div.wrapper > div {
    width: 100%;
    margin-bottom: 5rem;
    text-align: center; }
  @media only screen and (min-width: 48.5em) {
    footer#page-footer div.wrapper > div {
      width: 50%;
      margin-bottom: 0;
      text-align: left; } }
  footer#page-footer div#footer-navi {
    text-align: center; }
  @media only screen and (min-width: 48.5em) {
    footer#page-footer div#footer-navi {
      text-align: right; } }
  footer#page-footer ul#naviFooter {
    display: inline-block; }
  footer#page-footer ul#naviFooter li {
    margin-bottom: 1rem; }
  footer#page-footer ul#naviFooter a {
    display: inline-block;
    padding: 0.5rem 2rem;
    text-decoration: none; }
