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

.mfp-zoom {
  cursor: pointer;
  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;
  -ms-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 {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    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;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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 {
  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: "Lato-Bold";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/site/templates/fonts/Lato-Bold.woff2) format("woff2"), url(/site/templates/fonts/Lato-Bold.woff) format("woff");
}
@font-face {
  font-family: "Lato-Regular";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/site/templates/fonts/Lato-Regular.woff2) format("woff2"), url(/site/templates/fonts/Lato-Regular.woff) format("woff");
}
@font-face {
  font-family: "Lato-Light";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/site/templates/fonts/Lato-Light.woff2) format("woff2"), url(/site/templates/fonts/Lato-Light.woff) format("woff");
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/site/templates/fonts/MaterialIcons-Regular.woff2) format("woff2");
}
body.tour div#content > div:nth-child(2) ul li, body.tour div#content > div:nth-child(2) ul li *,
body.standort div#content > div:nth-child(2) ul li,
body.standort div#content > div:nth-child(2) ul li *, div#tooltip span, div.ce-type-news > div.wrapper > div div.view-grid article span.date, .text a, .FormBuilder.InputfieldForm div.InputfieldContent > label, .FormBuilder.InputfieldForm div.InputfieldContent > label *, .FormBuilder.InputfieldForm * {
  font-family: "Lato-Regular", sans-serif;
  font-style: normal;
}

span.date, div#tooltip span:nth-child(1), a#skipNavigation, div.ce-type-ce_subnavi ul.subNavi li a span, div.leaflet-popup-content strong, div.ce-type-ce_locations div#locationsList div#locationsFilter button, div.ce-type-page_links_image div.items a > div.text span, div.ce-type-page_links_image div.items a > div.text *, div.ce-type-page_links_icon div.items a, div.ce-type-video_record div#videoButtons button, div.ce-type-video_record div#videoButtons a.button, div.ce-type-video_tabs div.video_tabs div.tabsButtons button, nav ul#naviMain li a span, header#page-header nav ul#naviMain li a span, div#mobileNavi > ul > li > ul > li > a span, div#mobileNavi > ul > li > a span, dl dt, .text table th, .text table th *, .text strong, .text p.small, .FormBuilder.InputfieldForm label, .FormBuilder.InputfieldForm label *, .button, div#cAlert > div button, .FormBuilder.InputfieldForm button, .button *, div#cAlert > div button *, .FormBuilder.InputfieldForm button *, .text h4, div.timeline h3 span, div.ce-type-page_links_image div.items a > div.text strong, div.ce-type-news > div.wrapper > div div.view-grid article h3, div.ce-type-accordion section h3, .text h3 {
  font-family: "Lato-Bold", sans-serif;
  font-style: normal;
}

body, div.ce h2.ce-headline, .text h2 {
  font-family: "Lato-Light", sans-serif;
  font-style: normal;
}

div.ce h2.ce-headline, .text h2 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 48em) {
  div.ce h2.ce-headline, .text h2 {
    font-size: 3rem;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 56.25em) {
  div.ce h2.ce-headline, .text h2 {
    font-size: 4rem;
    margin-bottom: 3rem;
  }
}

div.timeline h3 span, div.ce-type-page_links_image div.items a > div.text strong, div.ce-type-news > div.wrapper > div div.view-grid article h3, div.ce-type-accordion section h3, .text h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 48em) {
  div.timeline h3 span, div.ce-type-page_links_image div.items a > div.text strong, div.ce-type-news > div.wrapper > div div.view-grid article h3, div.ce-type-accordion section h3, .text h3 {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 56.25em) {
  div.timeline h3 span, div.ce-type-page_links_image div.items a > div.text strong, div.ce-type-news > div.wrapper > div div.view-grid article h3, div.ce-type-accordion section h3, .text h3 {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
}

.text h4 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 48em) {
  .text h4 {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
}
@media only screen and (min-width: 56.25em) {
  .text h4 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}

body {
  font-size: 1.6rem;
}
@media only screen and (min-width: 56.25em) {
  body {
    font-size: 2rem;
  }
}

div.ce-type-ce_subnavi ul.subNavi li a span, div.ce-type-page_links_image div.items a > div.text *, div.ce-type-page_links_icon div.items a, div.ce-type-accordion section.interactive h3 {
  font-size: 2rem;
}
@media only screen and (min-width: 56.25em) {
  div.ce-type-ce_subnavi ul.subNavi li a span, div.ce-type-page_links_image div.items a > div.text *, div.ce-type-page_links_icon div.items a, div.ce-type-accordion section.interactive h3 {
    font-size: 2.2rem;
  }
}

.text p.hint {
  font-size: 2.2rem;
}
@media only screen and (min-width: 56.25em) {
  .text p.hint {
    font-size: 2.4rem;
  }
}

span.date, div.ce-type-ce_search ul.searchResults li span, div.leaflet-popup-content small, div.ce-type-ce_locations div#locationsList li, div.ce-type-ce_locations div#locationsList li *, div.ce-type-ce_locations div#locationsList button, div.ce-type-ce_locations div#locationsList button *, div.ce-type-page_links_image div.items a > div.text span, div.ce-type-ce_subpages_preview div.pagePreview section > div a.button {
  font-size: 1.4rem;
}
@media only screen and (min-width: 56.25em) {
  span.date, div.ce-type-ce_search ul.searchResults li span, div.leaflet-popup-content small, div.ce-type-ce_locations div#locationsList li, div.ce-type-ce_locations div#locationsList li *, div.ce-type-ce_locations div#locationsList button, div.ce-type-ce_locations div#locationsList button *, div.ce-type-page_links_image div.items a > div.text span, div.ce-type-ce_subpages_preview div.pagePreview section > div a.button {
    font-size: 1.6rem;
  }
}

figcaption, figcaption *, div.ce-type-news > div.wrapper > div div.view-grid article figcaption, div.ce-type-news > div.wrapper > div div.view-grid article figcaption *, div.ce-type-news > div.wrapper > div div.view-grid article span.date, div.ce-type-gallery ul li figure figcaption, div.ce-type-gallery ul li figure figcaption *, div.ce-type-text_with_image > div.wrapper > div figcaption, div.ce-type-text_with_image > div.wrapper > div figcaption *, div#projectDesc *, header#page-header div#headerFigCaption, header#page-header div#mapTools > div > span, .text p.small {
  font-size: 1rem;
}
@media only screen and (min-width: 56.25em) {
  figcaption, figcaption *, div.ce-type-news > div.wrapper > div div.view-grid article figcaption, div.ce-type-news > div.wrapper > div div.view-grid article figcaption *, div.ce-type-news > div.wrapper > div div.view-grid article span.date, div.ce-type-gallery ul li figure figcaption, div.ce-type-gallery ul li figure figcaption *, div.ce-type-text_with_image > div.wrapper > div figcaption, div.ce-type-text_with_image > div.wrapper > div figcaption *, div#projectDesc *, header#page-header div#headerFigCaption, header#page-header div#mapTools > div > span, .text p.small {
    font-size: 1.2rem;
  }
}

body.tour button#closeOverlay::before,
body.tour button#closeOverlayBottom::before,
body.standort button#closeOverlay::before,
body.standort button#closeOverlayBottom::before, div#tooltip button::before, div.ce-type-slideshow button.slick-arrow::before, header#page-header div#headerVideo a::after, header#page-header div#mapTools button::before, header#page-header div#mapZoom button::before, ul#naviFooter li a::before, div.slider.interactive > button::before, .text a.download::before, a.icon::before, button.icon::before, button.slick-arrow::before {
  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";
}

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

@keyframes nextSlide {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes prevSlide {
  0% {
    opacity: 0;
    transform: translate(2rem, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes prevSlide {
  0% {
    opacity: 0;
    transform: translate(2rem, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  100% {
    opacity: 0;
  }
  0% {
    opacity: 1;
    z-index: -1;
  }
}
@keyframes fadeOut {
  100% {
    opacity: 0;
  }
  0% {
    opacity: 1;
    z-index: -1;
  }
}
@-webkit-keyframes fadeInFromLeft {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInFromLeft {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
/// Gets font
@function _font($keys...) {
	@return val($fonts, $keys...);
}
*/
button {
  background: none;
  border: none;
}

.button, div#cAlert > div button, .FormBuilder.InputfieldForm button {
  display: inline-block;
  background: none;
  background-color: #51731B;
  padding: 1rem 2rem;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 1rem 1rem 0;
  transition: all 0.2s;
  border-radius: 0;
  font-size: 2rem;
  letter-spacing: 0.2rem;
}
.button, div#cAlert > div button, .FormBuilder.InputfieldForm button, .button *, div#cAlert > div button *, .FormBuilder.InputfieldForm button * {
  color: #FFFFFF;
}
.button:hover, div#cAlert > div button:hover, .FormBuilder.InputfieldForm button:hover {
  background-color: #CC2E25;
}

button.slick-arrow {
  position: absolute;
  top: 50%;
  background-color: #FFFFFF;
  color: #232121;
  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: none !important;
  border-radius: 5px;
  overflow: hidden;
}
.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, .FormBuilder.InputfieldForm label * {
  text-transform: uppercase;
  font-weight: normal !important;
}
.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;
}

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

a.icon, button.icon {
  padding-left: 2.5rem;
  display: inline-block;
}
a.icon.button, button.icon.button, div#cAlert > div button.icon, .FormBuilder.InputfieldForm button.icon {
  padding-left: 5rem;
}
a.icon::before, button.icon::before {
  position: absolute;
  top: 0.5rem;
  left: 0;
}
a.icon.button, button.icon.button, div#cAlert > div button.icon, .FormBuilder.InputfieldForm button.icon {
  padding-left: 5rem;
}
a.icon.button::before, button.icon.button::before, div#cAlert > div button.icon::before, .FormBuilder.InputfieldForm 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.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 h2 {
  margin-bottom: 2rem;
  color: #33A24E;
}
.text p + h3, .text ul + h3 {
  margin-top: 3rem;
}
.text p {
  line-height: 150%;
}
.text.intro {
  margin-bottom: 2rem;
}
.text p.hint {
  padding: 0 3rem;
  display: block;
  font-style: italic;
}
.text p.small {
  margin-bottom: 0.5rem;
}
.text p, .text ul, .text ol, .text dl, .text table, .text div.tableParent, .text hr, .text figure {
  margin-bottom: 2rem;
}
.text p:last-child, .text ul:last-child, .text ol:last-child, .text dl:last-child, .text table:last-child, .text div.tableParent:last-child, .text hr:last-child, .text figure:last-child {
  margin-bottom: 0;
}
.text iframe {
  width: 100% !important;
}
.text hr {
  border: none;
  border-top: 1px solid #000000;
}
.text a {
  color: #33A24E;
}
.text a.download {
  padding-left: 1.7rem;
}
.text a.download::before {
  content: "picture_as_pdf";
  color: inherit;
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  top: 0;
}
.text i, .text em {
  font-style: italic;
}
.text ul, .text ol {
  margin-left: 3rem;
}
.text ul li, .text ol li {
  margin-bottom: 1.5rem;
}
.text ol {
  list-style-type: decimal;
}
.text ul {
  list-style-type: disc;
}
.text dl > * {
  line-height: 180%;
}
.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: -webkit-sticky;
  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;
  border-bottom: 1px solid #95C034;
}
.text table tr:last-child th, .text table tr:last-child td {
  border: none;
}
.text table td {
  background-position: bottom;
}
.text .center {
  text-align: center;
}
div.slider.interactive {
  background-size: cover;
  background-color: #FFFFFF;
  overflow: hidden;
}
div.slider.interactive > figure {
  display: none;
  transform: translateX(100%);
  -webkit-animation: fadeIn 1s;
          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;
  color: #95C034;
  background-color: #FFFFFF;
}
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";
}

ul#switchLanguage {
  position: absolute;
  left: 0;
  top: 5rem;
  text-align: left;
  z-index: 1000;
}
ul#switchLanguage li {
  margin: 0 0 1rem 0;
  text-align: left;
}
ul#switchLanguage li.active a {
  padding-left: 3rem;
}
ul#switchLanguage li a {
  background-color: #95C034;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  border-top-right-radius: 7rem;
  border-bottom-right-radius: 7rem;
  display: inline-block;
}
ul#switchLanguage li a img {
  width: 6rem !important;
  height: auto;
  display: block;
}

dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
dl dt {
  width: 10%;
}
dl dd {
  width: 85%;
}

/*
/// Gets font
@function _font($keys...) {
	@return val($fonts, $keys...);
}
*/
div#mobileNavi {
  transform: translateY(-100%);
  transition: all 0.3s;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  background-color: #33a24e;
  padding: 10rem 5rem 5rem;
}
@media only screen and (min-width: 75em) {
  div#mobileNavi {
    display: none;
  }
}
div#mobileNavi.visible {
  transform: translateY(0);
}
@media only screen and (min-width: 48em) {
  div#mobileNavi {
    padding: 15rem 10rem;
  }
}
div#mobileNavi > ul li a {
  text-decoration: none;
  display: block;
  padding: 1rem 2rem;
  margin-bottom: 0.5rem;
}
div#mobileNavi > ul > li > a {
  background-color: #000000;
}
div#mobileNavi > ul > li > a span {
  color: #FFFFFF;
}
div#mobileNavi > ul > li > ul > li > a {
  background-color: #FFFFFF;
  padding: 0.7rem 2rem 0.7rem 3rem;
}
div#mobileNavi > ul > li > ul > li > a span {
  color: #000000;
}
div#mobileNavi > ul > li > ul > li > ul {
  display: none;
}

ul#naviFooter li a {
  padding-left: 3rem;
}
ul#naviFooter li a::before {
  content: "call_made";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

ul.MarkupPagerNav {
  display: flex;
  justify-content: center;
}
ul.MarkupPagerNav > li {
  margin: 0 0.5rem;
}

header#page-header {
  background-color: #33A24E;
  background-size: cover;
  background-position: 50% 50%;
  min-height: 50rem;
  display: flex;
}
header#page-header.video, header#page-header.svg {
  min-height: 0;
}
header#page-header::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #33A24E;
  mix-blend-mode: multiply;
}
header#page-header::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/site/templates/images/shape-lr.svg);
  background-size: 100% 100%;
  height: 10rem;
}
header#page-header div.wrapper {
  padding: 0;
  overflow: hidden;
  min-height: 20rem;
  width: 100%;
  display: flex;
}
header#page-header div#headerSvg {
  width: 70%;
  margin: auto;
  padding: 10rem 0 10rem;
  overflow: hidden;
}
header#page-header div#headerSvg svg {
  width: 100% !important;
}
header#page-header div#mapZoom {
  position: absolute;
  top: 5rem;
  right: 5rem;
}
header#page-header div#mapZoom button::before {
  font-size: 4rem;
  color: #33A24E;
  padding: 1rem;
  background-color: white;
}
header#page-header div#mapZoom button.zoomIn::before {
  content: "zoom_in";
}
header#page-header div#mapZoom button.zoomOut::before {
  content: "zoom_out";
}
header#page-header div#mapTools {
  position: absolute;
  top: 5rem;
  left: 5rem;
}
header#page-header div#mapTools button::before {
  font-size: 4rem;
  color: #33A24E;
  padding: 1rem;
  background-color: white;
}
header#page-header div#mapTools button.zoomIn::before {
  content: "zoom_in";
}
header#page-header div#mapTools button.zoomOut::before {
  content: "zoom_out";
}
header#page-header div#mapTools > div {
  margin: 40rem 0 0 0;
}
header#page-header div#mapTools > div > span {
  display: block;
  color: white;
  padding: 0 0 0 3rem;
  margin: 0 0 1rem;
}
header#page-header div#mapTools > div > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid white;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
}
header#page-header div#mapTools > div > span.wandern::before {
  background-color: #DD7D7C;
}
header#page-header div#mapTools > div > span.kultur::before {
  background-color: #AFA5CD;
}
header#page-header div#mapTools > div > span.freizeit::before {
  background-color: #FFEC1B;
}
header#page-header div#mapTools > div > span.geotope::before {
  background-color: #A2C03E;
}
header#page-header div#headerVideo {
  width: 100%;
}
header#page-header div#headerVideo video {
  width: 100%;
  height: auto;
  z-index: 0;
  display: block;
}
header#page-header div#headerVideo a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.7;
  transition: opacity 0.2s;
}
header#page-header div#headerVideo a span {
  display: none;
}
header#page-header div#headerVideo a::after {
  content: "play_circle";
  color: white;
  font-size: 20rem;
}
header#page-header div#headerVideo a.pause {
  opacity: 0.3;
}
header#page-header div#headerVideo a.pause::after {
  content: "pause_circle";
}
header#page-header div#headerVideo a:hover {
  opacity: 1;
}
header#page-header div#headerFigCaption {
  position: absolute;
  bottom: 9.5rem;
  right: 0rem;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0.5rem 1rem;
  transform: rotate(-5deg);
}
header#page-header h1 {
  position: absolute;
  left: 5rem;
  right: 5rem;
  top: 0;
  z-index: 2;
}
header#page-header h1 span {
  display: none;
}
header#page-header h1 img {
  width: 100%;
  height: auto;
}
header#page-header nav {
  display: none;
  position: absolute;
  top: 0;
  left: 5rem;
  right: 10rem;
  z-index: 3;
}
header#page-header nav ul#naviMain {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
header#page-header nav ul#naviMain li {
  text-align: center;
}
header#page-header nav ul#naviMain li.home {
  position: absolute;
  left: 9rem;
  top: 5rem;
}
header#page-header nav ul#naviMain li.home a {
  padding: 0 2rem 0 0;
  border-right: 3px solid #95C034;
}
header#page-header nav ul#naviMain li.home a span {
  display: none;
}
header#page-header nav ul#naviMain li.home a::before {
  content: "";
  display: block;
  width: 5rem;
  height: 5rem;
  background-image: url(/site/templates/images/icons/home.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
header#page-header nav ul#naviMain li:not(.home)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4.9rem;
  transform: translateX(-50%) rotate(-1.2deg);
  width: 11rem;
  border-bottom: 0.8rem solid #95C034;
}
header#page-header nav ul#naviMain li:not(.home):nth-child(1)::after {
  display: none;
}
header#page-header nav ul#naviMain li:not(.home):nth-child(2)::after {
  bottom: -5.5rem;
  width: 18rem;
}
header#page-header nav ul#naviMain li:not(.home):nth-child(3)::after {
  bottom: -4.9rem;
}
header#page-header nav ul#naviMain li:not(.home):nth-child(4)::after {
  bottom: -4.3rem;
}
header#page-header nav ul#naviMain li:not(.home):nth-child(5)::after {
  bottom: -3.7rem;
  margin-left: 1.5rem;
}
html[lang=en] header#page-header nav ul#naviMain li:not(.home):nth-child(2)::after {
  bottom: -5.6rem;
}
html[lang=fi] header#page-header nav ul#naviMain li:not(.home):nth-child(2)::after {
  bottom: -5.7rem;
}
html[lang=fi] header#page-header nav ul#naviMain li:not(.home):nth-child(3)::after {
  bottom: -5rem;
}
header#page-header nav ul#naviMain li:not(.home).active::before {
  content: "";
  background-image: url(/site/templates/images/navi.svg);
  background-size: 100% auto;
  background-position: left bottom;
  background-repeat: no-repeat;
  display: block;
  width: 50rem;
  height: 18rem;
  position: absolute;
  top: 0;
  left: -5rem;
}
header#page-header nav ul#naviMain li:not(.home).active::after {
  display: none;
}
header#page-header nav ul#naviMain li:not(.home).active a span {
  color: white;
}
header#page-header nav ul#naviMain li:last-child.active::before {
  left: -2rem;
}
header#page-header nav ul#naviMain li:last-child a {
  padding-right: 7rem;
}
header#page-header nav ul#naviMain li a {
  display: block;
  padding: 2.5rem 10rem 0;
  text-decoration: none;
}
header#page-header nav ul#naviMain li a span {
  text-transform: uppercase;
  color: #33A24E;
}

footer {
  width: 108rem;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}
footer div#row1 {
  border-bottom: 2rem solid #51731B;
}
footer div#row2 {
  padding: 2rem 2rem;
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav {
  position: absolute;
  bottom: 0.5rem;
  left: 7rem;
  right: 3rem;
  z-index: 3;
}
nav ul#naviMain {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
}
nav ul#naviMain li {
  text-align: center;
}
nav ul#naviMain li.home {
  position: absolute;
  left: 0;
  top: 2rem;
}
nav ul#naviMain li.home a {
  padding: 0 1rem 0 0 !important;
  border-right: 3px solid #95C034;
}
nav ul#naviMain li.home a span {
  display: none;
}
nav ul#naviMain li.home a::before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  background-image: url(/site/templates/images/icons/home.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
nav ul#naviMain li:not(.home)::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) rotate(1.2deg);
  width: 11rem;
  border-bottom: 0.8rem solid #95C034;
}
nav ul#naviMain li:not(.home):nth-child(1)::after {
  display: none;
}
nav ul#naviMain li:not(.home):nth-child(2)::after {
  top: 0.5rem;
  width: 18rem;
}
nav ul#naviMain li:not(.home):nth-child(3)::after {
  top: 0.9rem;
}
nav ul#naviMain li:not(.home):nth-child(4)::after {
  top: 1.3rem;
}
nav ul#naviMain li:not(.home):nth-child(5)::after {
  top: 1.7rem;
}
html[lang=en] nav ul#naviMain li:not(.home):nth-child(2)::after {
  top: 0.5rem;
}
html[lang=fi] nav ul#naviMain li:not(.home):nth-child(2)::after {
  top: 0.5rem;
}
html[lang=fi] nav ul#naviMain li:not(.home):nth-child(3)::after {
  top: 0.5rem;
}
nav ul#naviMain li:not(.home).active::before {
  content: "";
  background-image: url(/site/templates/images/navi.svg);
  background-size: 100% 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  display: block;
  width: 30rem;
  height: 10rem;
  position: absolute;
  bottom: -0.5rem;
  left: -5rem;
}
nav ul#naviMain li:not(.home).active::after {
  display: none;
}
nav ul#naviMain li:not(.home).active a span {
  color: white;
}
nav ul#naviMain li:not(.home).active:nth-child(2)::before {
  left: -2rem;
}
nav ul#naviMain li:not(.home).active:last-child::before {
  left: -5rem;
}
html[lang=fi] nav ul#naviMain li:not(.home).active::before {
  width: 25rem;
  left: -3rem;
}
html[lang=fi] nav ul#naviMain li:not(.home).active:nth-child(2)::before {
  left: -2rem;
}
html[lang=fi] nav ul#naviMain li:not(.home).active:nth-child(4)::before {
  width: 20rem;
  left: -2rem;
}
html[lang=fi] nav ul#naviMain li:not(.home).active:last-child::before {
  left: -2.5rem;
}
html[lang=en] nav ul#naviMain li:not(.home).active::before {
  width: 25rem;
  left: -3rem;
}
html[lang=en] nav ul#naviMain li:not(.home).active:nth-child(2)::before {
  left: -2rem;
}
html[lang=en] nav ul#naviMain li:not(.home).active:nth-child(3)::before {
  left: -1.5rem;
  width: 20rem;
}
html[lang=en] nav ul#naviMain li:not(.home).active:nth-child(4)::before {
  width: 25rem;
  left: -2rem;
}
html[lang=en] nav ul#naviMain li:not(.home).active:last-child::before {
  left: -2.5rem;
}
nav ul#naviMain li:last-child.active::before {
  left: -2rem;
}
nav ul#naviMain li:last-child a {
  padding-right: 7rem;
}
nav ul#naviMain li a {
  display: block;
  padding: 2.5rem 5rem 0;
  text-decoration: none;
}
html[lang=fi] nav ul#naviMain li a {
  padding: 2.5rem 4rem 0;
}
html[lang=en] nav ul#naviMain li a {
  padding: 2.5rem 4.5rem 0;
}
nav ul#naviMain li a span {
  text-transform: uppercase;
  color: #33A24E;
  font-size: 1.5rem;
}

img {
  display: block;
}

div#partner {
  width: 60%;
}
div#partner ul {
  justify-content: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div#partner ul li {
  width: 18%;
}
div#partner ul li img {
  width: 100%;
}

div#projectDesc {
  width: 38%;
}
div#projectDesc * {
  line-height: 140%;
}
div#projectDesc p {
  margin: 0 0 1rem 0;
}
div#projectDesc p:last-child {
  margin: 0;
}

main {
  margin-top: 0;
  background-color: rgb(255, 255, 255);
  padding-bottom: 30rem;
}
div.mapParent {
  height: 500px;
}

div.ce::before, div.ce::after {
  display: block;
  content: "";
}
div.ce::before {
  height: 10rem;
}
@media only screen and (max-width: 37.5em) {
  div.ce::before {
    height: 5rem;
  }
}
div.ce::after {
  height: 10rem;
}
@media only screen and (max-width: 37.5em) {
  div.ce::after {
    height: 5rem;
  }
}
div.ce div.intro {
  margin-bottom: 5rem;
}
div.ce div.outro {
  margin-top: 5rem;
}
div.ce.ce-space-before-small::before, div.ce.ce-space-before-small h2.ce-headline::before {
  height: 5rem;
}
div.ce.ce-space-before-none::before, div.ce.ce-space-before-none h2.ce-headline::before {
  height: 0;
}
div.ce.ce-space-before-big::before, div.ce.ce-space-before-big h2.ce-headline::before {
  height: 20rem;
}
@media only screen and (max-width: 37.5em) {
  div.ce.ce-space-before-big::before, div.ce.ce-space-before-big h2.ce-headline::before {
    height: 5rem;
  }
}
div.ce.ce-space-behind-small::after {
  height: 5rem;
}
div.ce.ce-space-behind-none::after {
  height: 0;
}
div.ce.ce-space-behind-big::after {
  height: 20rem;
}
@media only screen and (max-width: 37.5em) {
  div.ce.ce-space-behind-big::after {
    height: 5rem;
  }
}
div.ce.ce-width-full div.wrapper {
  max-width: 100%;
  padding: 0 !important;
}
div.ce.ce-width-narrow div.wrapper {
  max-width: 90rem;
}
div.ce.ce-width-wide div.wrapper {
  max-width: 108rem;
}

div.ce-type-accordion section {
  margin-bottom: 1px;
}
div.ce-type-accordion section h3, div.ce-type-accordion section div.text {
  padding: 2rem 3rem 2rem 3rem;
}
@media only screen and (min-width: 48em) {
  div.ce-type-accordion section h3, div.ce-type-accordion section div.text {
    padding: 2rem 2rem 2rem 6.5rem;
  }
  div.ce-type-accordion section div.text {
    padding: 4rem 4rem;
  }
}
div.ce-type-accordion section h3 {
  margin-bottom: 0;
}
div.ce-type-accordion section.interactive h3 {
  text-transform: uppercase;
  cursor: pointer;
  background-color: #95C034;
  color: white;
}
div.ce-type-accordion section.interactive h3::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  display: block;
  background-image: url(/site/templates/images/open.svg);
  background-size: 100% 100%;
  width: 3rem;
  height: 3rem;
  transition: all 0.2s;
}
div.ce-type-accordion section.interactive h3.open {
  background-color: #51731B;
}
div.ce-type-accordion section.interactive h3.open::after {
  transform: translateY(-50%) rotate(45deg);
}

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

div.ce-type-video div.video video, div.ce-type-video_tabs div.video video {
  max-width: 100%;
}

@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: #000000;
  padding: 1rem 2rem;
  margin: 0;
}
div.ce-type-video_tabs div.video_tabs div.tabsButtons button.active {
  background-color: #FFFFFF;
}
@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 #FFFFFF;
  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: 48em) {
  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: 48em) {
  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: #999999;
}
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: #FFFFFF;
}
@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: #FFFFFF;
  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.pagination {
  position: absolute;
  top: 1rem;
  right: 0;
  padding: 0 2.5rem;
}
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: #000000;
  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: #000000;
}
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;
}

div.ce-type-columns > div.wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div.ce-type-columns > div.wrapper > div {
  margin-bottom: 1rem;
}
div.ce-type-columns > div.wrapper > div > div.wrapper {
  margin: 0;
  padding: 0;
}
div.ce-type-columns > div.wrapper > div > div.wrapper > div {
  padding: 0;
}
div.ce-type-columns.ce-columns-2 > div.wrapper > div, div.ce-type-columns.ce-columns-3 > div.wrapper > div, div.ce-type-columns.ce-columns-4 > div.wrapper > div, div.ce-type-columns.ce-columns-5 > div.wrapper > div, div.ce-type-columns.ce-columns-6 > div.wrapper > div {
  width: 100%;
}
@media only screen and (min-width: 48em) {
  div.ce-type-columns.ce-columns-2 > div.wrapper > div, div.ce-type-columns.ce-columns-3 > div.wrapper > div, div.ce-type-columns.ce-columns-4 > div.wrapper > div, div.ce-type-columns.ce-columns-5 > div.wrapper > div, div.ce-type-columns.ce-columns-6 > div.wrapper > div {
    width: 49% !important;
  }
}
@media only screen and (min-width: 56.25em) {
  div.ce-type-columns.ce-columns-1 > div.wrapper > div {
    width: 100%;
  }
  div.ce-type-columns.ce-columns-2 > div.wrapper > div {
    width: 49%;
  }
  div.ce-type-columns.ce-columns-2 > div.wrapper > div.cols2of2 {
    width: 100%;
  }
  div.ce-type-columns.ce-columns-3 > div.wrapper > div {
    width: 32.33%;
  }
  div.ce-type-columns.ce-columns-3 > div.wrapper > div.cols2of3 {
    width: 65.67%;
  }
  div.ce-type-columns.ce-columns-3 > div.wrapper > div.cols3of3 {
    width: 100%;
  }
  div.ce-type-columns.ce-columns-4 > div.wrapper > div {
    width: 24%;
  }
  div.ce-type-columns.ce-columns-4 > div.wrapper > div.cols2of4 {
    width: 50%;
  }
  div.ce-type-columns.ce-columns-4 > div.wrapper > div.cols3of4 {
    width: 75%;
  }
  div.ce-type-columns.ce-columns-4 > div.wrapper > div.cols4of4 {
    width: 100%;
  }
  div.ce-type-columns.ce-columns-5 > div.wrapper > div {
    width: 19%;
  }
  div.ce-type-columns.ce-columns-5 > div.wrapper > div.cols2of5 {
    width: 40%;
  }
  div.ce-type-columns.ce-columns-5 > div.wrapper > div.cols3of5 {
    width: 60%;
  }
  div.ce-type-columns.ce-columns-5 > div.wrapper > div.cols4of5 {
    width: 80%;
  }
  div.ce-type-columns.ce-columns-5 > div.wrapper > div.cols5of5 {
    width: 100%;
  }
  div.ce-type-columns.ce-columns-6 > div.wrapper > div {
    width: 15.66%;
  }
  div.ce-type-columns.ce-columns-6 > div.wrapper > div.cols2of6 {
    width: 33.33%;
  }
  div.ce-type-columns.ce-columns-6 > div.wrapper > div.cols3of6 {
    width: 50%;
  }
  div.ce-type-columns.ce-columns-6 > div.wrapper > div.cols4of6 {
    width: 66.66%;
  }
  div.ce-type-columns.ce-columns-6 > div.wrapper > div.cols5of6 {
    width: 83.33%;
  }
  div.ce-type-columns.ce-columns-6 > div.wrapper > div.cols6of6 {
    width: 100%;
  }
}

div.ce-type-gallery ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
div.ce-type-gallery ul li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 2%;
}
div.ce-type-gallery ul li figure {
  width: 100%;
  position: static;
  text-align: center;
}
div.ce-type-gallery ul li figure picture {
  display: block;
  overflow: hidden;
}
div.ce-type-gallery ul li figure picture img {
  display: block;
  width: 100%;
  height: auto;
}
div.ce-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;
}
div.ce-type-gallery ul li figure figcaption, div.ce-type-gallery ul li figure figcaption * {
  text-decoration: none;
  color: #FFFFFF;
}
div.ce-type-gallery ul li figure figcaption span {
  white-space: nowrap;
}
@media only screen and (min-width: 48em) {
  div.ce-type-gallery ul li {
    width: 49%;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 56.25em) {
  div.ce-type-gallery ul[data-columns="1"] li {
    width: 100% !important;
  }
  div.ce-type-gallery ul[data-columns="2"] li {
    width: 49%;
  }
  div.ce-type-gallery ul[data-columns="3"] li {
    width: 32%;
  }
  div.ce-type-gallery ul[data-columns="4"] li {
    width: 24%;
  }
  div.ce-type-gallery ul[data-columns="5"] li {
    width: 19%;
  }
  div.ce-type-gallery ul[data-columns="6"] li {
    width: 15%;
  }
  div.ce-type-gallery ul[data-columns="7"] li {
    width: 12%;
  }
  div.ce-type-gallery ul[data-columns="8"] li {
    width: 11%;
  }
  div.ce-type-gallery ul[data-columns="9"] li {
    width: 9%;
  }
  div.ce-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: #FFFFFF;
  width: 48%;
  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 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: #FFFFFF;
}
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: #CCCCCC;
  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: #000000;
  border-radius: 4px;
  text-align: center;
  padding: 5rem 1rem;
  transition: 0.2s;
  color: #FFFFFF;
  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: 48em) {
  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: #FFFFFF;
}
div.ce-type-page_links_image div.items a > div.text strong {
  display: block;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 1.5rem 2rem;
  background-color: #FFFFFF;
  transition: all 0.2s;
}
div.ce-type-page_links_image div.items a > div.text span {
  display: inline-block;
  padding: 1rem 2rem;
  background-color: #FFFFFF;
  color: #000000;
}
div.ce-type-page_links_image div.items a:hover div.text strong {
  background-color: #FFFFFF;
}
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;
}
div.ce-type-ce_hero_image div.wrapper {
  padding: 0 !important;
}
div.ce-type-ce_hero_image div.hero::after {
  content: "";
  display: block;
  width: 100%;
  height: 5rem;
  background-image: url(/site/templates/images/shape-r-white.svg);
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
div.ce-type-ce_hero_image div.hero div.images img {
  display: block;
  width: 100%;
}
div.ce-type-ce_hero_image div.hero div.text h2 {
  background-color: #FFFFFF;
  color: #000000;
  padding: 2rem 3rem;
  margin: 0;
}
div.ce-type-ce_hero_image div.hero div.text div {
  background-color: #FFFFFF;
  padding: 1.5rem 3rem;
}
div.ce-type-ce_hero_image div.hero div.text br {
  display: none;
}
@media only screen and (min-width: 48em) {
  div.ce-type-ce_hero_image div.hero div.text {
    position: absolute;
    left: 5rem;
    bottom: 5rem;
  }
  div.ce-type-ce_hero_image div.hero div.text > * {
    display: inline-block;
  }
  div.ce-type-ce_hero_image div.hero div.text br {
    display: block;
  }
  div.ce-type-ce_hero_image div.hero div.text div {
    background-color: #FFFFFF;
  }
}

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: 48em) {
  div.ce-type-ce_subnavi ul.subNavi li {
    width: 49%;
    margin: 0 0.5% 1%;
  }
}
@media only screen and (min-width: 75em) {
  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;
  background-color: #FFFFFF;
  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%;
  color: #232121;
}
div.ce-type-ce_subnavi ul.subNavi li.active a, div.ce-type-ce_subnavi ul.subNavi li:hover a {
  background-color: #FFFFFF;
}
div.ce-type-ce_subnavi ul.subNavi li.active a span, div.ce-type-ce_subnavi ul.subNavi li:hover a span {
  color: #232121;
}

.ce-style1 {
  /*
  background-image: url(/site/templates/images/corner-right-bottom.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  */
}
.ce-style1 h2 {
  color: #95C034;
}
.ce-style1 h3 {
  color: #95C034;
}
.ce-style1 h4 {
  color: #95C034;
}
.ce-style1 .text * {
  color: #000000;
}
.ce-style1 .text h2 {
  color: #95C034;
}
.ce-style1 .text h3 {
  color: #95C034;
}
.ce-style1 .text h4 {
  color: #95C034;
}
.ce-style1 .text a {
  color: #51731B;
}
.ce-style1 .text a.button, .ce-style1 .text button {
  background-color: #FFFFFF;
}
.ce-style1 .text a.button, .ce-style1 .text a.button *, .ce-style1 .text button, .ce-style1 .text button * {
  color: #232121;
}

.ce-style2 {
  background-color: #FFFFFF;
}
.ce-style2 h2 {
  color: #95C034;
}
.ce-style2 h3 {
  color: #95C034;
}
.ce-style2 h4 {
  color: #95C034;
}
.ce-style2 .text * {
  color: #000000;
}
.ce-style2 .text h2 {
  color: #95C034;
}
.ce-style2 .text h3 {
  color: #95C034;
}
.ce-style2 .text h4 {
  color: #95C034;
}
.ce-style2 .text a {
  color: #CC2E25;
}
.ce-style2 .text a.button, .ce-style2 .text button {
  background-color: #FFFFFF;
}
.ce-style2 .text a.button, .ce-style2 .text a.button *, .ce-style2 .text button, .ce-style2 .text button * {
  color: #232121;
}
.ce-style2 .text a.button:hover, .ce-style2 .text button:hover {
  background-color: #FFFFFF;
}
.ce-style2 .text a.button:hover, .ce-style2 .text a.button:hover *, .ce-style2 .text button:hover, .ce-style2 .text button:hover * {
  color: #232121;
}

.ce-style3 {
  background-color: #FFFFFF;
}
.ce-style3 h2 {
  color: #95C034;
}
.ce-style3 h3 {
  color: #95C034;
}
.ce-style3 h4 {
  color: #95C034;
}
.ce-style3 .text * {
  color: #000000;
}
.ce-style3 .text h2 {
  color: #95C034;
}
.ce-style3 .text h3 {
  color: #95C034;
}
.ce-style3 .text h4 {
  color: #95C034;
}
.ce-style3 .text a {
  color: #CC2E25;
}
.ce-style3 .text a.button, .ce-style3 .text button {
  background-color: #FFFFFF;
}
.ce-style3 .text a.button, .ce-style3 .text a.button *, .ce-style3 .text button, .ce-style3 .text button * {
  color: #232121;
}
.ce-style3 .text a.button:hover, .ce-style3 .text button:hover {
  background-color: #FFFFFF;
}
.ce-style3 .text a.button:hover, .ce-style3 .text a.button:hover *, .ce-style3 .text button:hover, .ce-style3 .text button:hover * {
  color: #232121;
}

.ce-style4 {
  background-color: #FFFFFF;
}
.ce-style4 h2 {
  color: #95C034;
}
.ce-style4 h3 {
  color: #95C034;
}
.ce-style4 h4 {
  color: #95C034;
}
.ce-style4 .text * {
  color: #000000;
}
.ce-style4 .text h2 {
  color: #95C034;
}
.ce-style4 .text h3 {
  color: #95C034;
}
.ce-style4 .text h4 {
  color: #95C034;
}
.ce-style4 .text a {
  color: #CC2E25;
}
.ce-style4 .text a.button, .ce-style4 .text button {
  background-color: #FFFFFF;
}
.ce-style4 .text a.button, .ce-style4 .text a.button *, .ce-style4 .text button, .ce-style4 .text button * {
  color: #232121;
}
.ce-style4 .text a.button:hover, .ce-style4 .text button:hover {
  background-color: #FFFFFF;
}
.ce-style4 .text a.button:hover, .ce-style4 .text a.button:hover *, .ce-style4 .text button:hover, .ce-style4 .text button:hover * {
  color: #232121;
}

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 #CC2E25;
}
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 {
  background-color: #CC2E25;
  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 #CC2E25;
}
div.timeline h3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2rem;
  background-color: #CC2E25;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: translate(7px, -6px);
  z-index: 100;
}

div.ce-type-ce_svg_image div.image svg {
  width: 100%;
  height: auto;
}

/*
/// Gets font
@function _font($keys...) {
	@return val($fonts, $keys...);
}
*/
/*
/// 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 {
  background-color: black;
}
body * {
  color: #000000;
}
body::before, body::after {
  position: absolute;
  content: "";
  display: block;
  width: 200px;
  height: 300px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1000;
  display: none;
}
body::before {
  left: 0;
  top: 130rem;
  background-image: url(/site/templates/images/shape-l.svg);
}
body::after {
  right: 0;
  top: 80rem;
  background-image: url(/site/templates/images/shape-r.svg);
  background-position: right;
}

div#pageBackground {
  z-index: -1;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  filter: grayscale(40%);
  background-size: 100% auto;
  background-repeat: no-repeat;
  opacity: 1;
}

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

div#tooltip {
  position: absolute;
  background-color: white;
  transform: rotate(-1.2deg);
  padding: 3rem 7rem 3rem 3rem;
}
div#tooltip span {
  display: block;
  white-space: nowrap;
  margin-top: 0.5rem;
}
div#tooltip span:nth-child(1) {
  margin-top: 0;
}
div#tooltip button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
div#tooltip button::before {
  content: "close";
  font-size: 4rem;
  color: #33A24E;
}

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

*[hidden] {
  display: none;
}

div#master {
  max-width: 108rem;
  margin: auto;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto 1fr;
  min-height: 100vh;
  background-color: white;
}

div.wrapper {
  max-width: 108rem;
  padding: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 48em) {
  div.wrapper {
    padding: 0 5rem;
  }
}
div.wrapper.inner {
  padding: 0 2rem;
}
div.wrapper.outer {
  max-width: 100%;
}
div.wrapper.wide {
  max-width: 108rem;
}

figure img {
  display: block;
}
figure.noBg figcaption {
  background: none !important;
}
figure.noBg figcaption, figure.noBg figcaption * {
  color: black !important;
}

figcaption {
  padding: 1.5rem 0.5rem;
  text-align: right;
  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: #FFFFFF !important;
}
figcaption span {
  white-space: nowrap;
}

div#overlay {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.8);
}
div#overlay.half {
  top: 8rem;
  right: 20rem;
  left: 20rem;
  bottom: 8rem;
}
div#overlay::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
}
div#overlay iframe {
  width: 100%;
  height: 100%;
  border: 3rem solid black;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex > * {
  width: 100%;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 48em) {
  .flex.c2 > *, .flex.c3 > *, .flex.c4 > *, .flex.c5 > * {
    width: 49%;
    margin-bottom: 1%;
  }
}
@media only screen and (min-width: 75em) {
  .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, #000000, 10px, rgba(255, 255, 255, 0) 10px);
  background-size: 20px 1px;
  background-repeat: repeat-x;
}

.solid {
  background-image: linear-gradient(to left, #000000, 10px, #000000 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: 48em) {
  div#isSmallScreen {
    display: none;
  }
}

body.tour,
body.standort {
  background-color: white;
}
body.tour.video,
body.standort.video {
  background-color: black;
}
body.tour main,
body.standort main {
  padding: 5rem;
}
body.tour main.video,
body.standort main.video {
  padding: 0;
}
body.tour div#content,
body.standort div#content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.tour div#content > div:nth-child(1),
body.standort div#content > div:nth-child(1) {
  width: 60%;
}
body.tour div#content > div:nth-child(2),
body.standort div#content > div:nth-child(2) {
  width: 35%;
}
body.tour div#content > div:nth-child(2) ul li,
body.standort div#content > div:nth-child(2) ul li {
  padding-left: 3rem;
  margin: 0 0 1.5rem 0;
}
body.tour div#content > div:nth-child(2) ul li, body.tour div#content > div:nth-child(2) ul li *,
body.standort div#content > div:nth-child(2) ul li,
body.standort div#content > div:nth-child(2) ul li * {
  color: #51731B;
}
body.tour div#content > div:nth-child(2) ul li::before,
body.standort div#content > div:nth-child(2) ul li::before {
  content: "";
  background-size: auto 100%;
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
body.tour div#content > div:nth-child(2) ul li.region::before,
body.standort div#content > div:nth-child(2) ul li.region::before {
  background-image: url(/site/templates/images/icons/region.svg);
}
body.tour div#content > div:nth-child(2) ul li.time::before,
body.standort div#content > div:nth-child(2) ul li.time::before {
  background-image: url(/site/templates/images/icons/time.svg);
}
body.tour div#content > div:nth-child(2) ul li.length::before,
body.standort div#content > div:nth-child(2) ul li.length::before {
  background-image: url(/site/templates/images/icons/length.svg);
}
body.tour div#content > div:nth-child(2) ul li.parking::before,
body.standort div#content > div:nth-child(2) ul li.parking::before {
  background-image: url(/site/templates/images/icons/parking.svg);
}
body.tour div#content > div:nth-child(2) ul li.target::before,
body.standort div#content > div:nth-child(2) ul li.target::before {
  background-image: url(/site/templates/images/icons/target.svg);
}
body.tour div#content > div:nth-child(2) ul li.persons::before,
body.standort div#content > div:nth-child(2) ul li.persons::before {
  background-image: url(/site/templates/images/icons/persons.svg);
}
body.tour div.text,
body.standort div.text {
  margin: 0 0 3rem 0;
}
body.tour div.gallery,
body.standort div.gallery {
  margin: 5rem 0 0 0;
}
body.tour div.gallery img,
body.standort div.gallery img {
  height: 100px;
  width: auto !important;
  max-width: none;
  display: block;
}
body.tour div.gallery ul,
body.standort div.gallery ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
body.tour video,
body.standort video {
  width: 100%;
  height: auto;
  display: block;
}
body.tour button#closeOverlay,
body.tour button#closeOverlayBottom,
body.standort button#closeOverlay,
body.standort button#closeOverlayBottom {
  position: fixed;
  cursor: pointer;
}
body.tour button#closeOverlay span,
body.tour button#closeOverlayBottom span,
body.standort button#closeOverlay span,
body.standort button#closeOverlayBottom span {
  display: none;
}
body.tour button#closeOverlay::before,
body.tour button#closeOverlayBottom::before,
body.standort button#closeOverlay::before,
body.standort button#closeOverlayBottom::before {
  content: "close";
  font-size: 5rem;
  color: black;
  font-weight: 100;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 1rem;
}
body.tour button#closeOverlay,
body.standort button#closeOverlay {
  top: 2rem;
  right: 2rem;
}
body.tour button#closeOverlayBottom,
body.standort button#closeOverlayBottom {
  bottom: 2rem;
  left: 2rem;
}
body.tour button#closeOverlayBottom::before,
body.standort button#closeOverlayBottom::before {
  background-color: rgba(0, 0, 0, 0.2);
}

/*# sourceMappingURL=main.css.map */