/* compiled by scssphp v0.8.0 on Thu, 20 May 2021 17:41:36 +0000 (0.1123s) */

@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-Regular';

  font-style: normal;

  font-weight: 400;

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

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

  font-style: normal;

  font-weight: 400;

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

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

  font-style: normal;

  font-weight: 400;

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

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

  font-style: normal;

  font-weight: 400;

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

div.ce-type-slideshow div.slideshow div.slide div.content a.button, div.ce-type-slideshow div.slideshow div.slide div.content a.button-invert, body, body *, form.InputfieldForm *, form.InputfieldForm label, form.InputfieldForm label *, form.InputfieldForm div.InputfieldContent > label, form.InputfieldForm div.InputfieldContent > label *, ul#breadCrumbs li > *, div.ce-type-news > div.wrapper > div div.view-grid article span.date {
  font-family: FiraSans-Regular, sans-serif;
  font-style: normal;
  font-weight: 400 !important; }

.text h2, footer > div.wrapper h3, div.ce h2.ce-headline, .text h3, div.ce-type-page_preview div.pagePreview ul li a h3 span, div.ce-type-slideshow div.slideshow div.slide div.content div.text h2, .text h4, div.ce-type-news > div.wrapper > div div.view-grid article h3, .text p.small, .text strong, header > nav > div > section button#naviClose span, ul#naviMain li a span, ul.languageSwitch li a span, ul#quickNavi > li a span, ul.MarkupPagerNav li.MarkupPagerNavOn *, ul#naviFooter > li ul li.active > a span, ul#naviFooter > li ul li a:hover span, ul#naviSocket li a > span, header div#headerTools ul#tools li.navi button > span:not(.line), footer a:hover, footer a:hover *, div.ce-type-events > div.wrapper > div ul.events li, div.ce-type-events > div.wrapper > div ul.events li h3, div.ce-type-page_links_image div.items a > div.text *, div.ce-type-ce_locations div#locationsList div#locationsFilter button, div.leaflet-popup-content strong, a#skipNavigation, span.date {
  font-family: FiraSans-Bold, sans-serif;
  font-style: normal;
  font-weight: 400 !important; }

.linkButton, div.ce-type-video_tabs div.video_tabs a.showAll, ul#breadCrumbs li, .text table th, .text table th *, 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-video_record div#videoButtons a.button-invert, div.ce-type-slideshow div.slideshow div.slide div.content strong, div.ce-type-slideshow div.slideshow div.slide div.content a.button, div.ce-type-slideshow div.slideshow div.slide div.content a.button-invert, div.ce-type-events > div.wrapper > div ul.events li.month, div.ce-type-page_links_icon div.items a {
  font-family: FiraSans-ExtraBold, sans-serif;
  font-style: normal;
  font-weight: 400 !important; }

.text h2, footer > div.wrapper h3, div.ce h2.ce-headline {
  font-size: 3rem;
  margin-bottom: 4rem;
  text-transform: uppercase; }
  @media only screen and (max-width: 114.375rem) {
  .text h2, footer > div.wrapper h3, div.ce h2.ce-headline {
    font-size: 2.5rem; } }
  @media only screen and (max-width: 73.75rem) {
  .text h2, footer > div.wrapper h3, div.ce h2.ce-headline {
    font-size: 1.6rem; } }

div.ce-type-accordion section h3, div.ce-type-page_links_image div.items a > div.text strong {
  font-size: 2.25rem;
  margin-bottom: 1.875rem;
  text-transform: uppercase; }
  @media only screen and (max-width: 114.375rem) {
  div.ce-type-accordion section h3, div.ce-type-page_links_image div.items a > div.text strong {
    font-size: 1.75rem; } }
  @media only screen and (max-width: 73.75rem) {
  div.ce-type-accordion section h3, div.ce-type-page_links_image div.items a > div.text strong {
    font-size: 1.2rem; } }

.text h3, div.ce-type-page_preview div.pagePreview ul li a h3 span, div.ce-type-slideshow div.slideshow div.slide div.content div.text h2 {
  font-size: 2rem;
  margin-bottom: 1rem; }
  @media only screen and (max-width: 114.375rem) {
  .text h3, div.ce-type-page_preview div.pagePreview ul li a h3 span, div.ce-type-slideshow div.slideshow div.slide div.content div.text h2 {
    font-size: 1.5rem; } }
  @media only screen and (max-width: 73.75rem) {
  .text h3, div.ce-type-page_preview div.pagePreview ul li a h3 span, div.ce-type-slideshow div.slideshow div.slide div.content div.text h2 {
    font-size: 1.5rem; } }

.text h4, div.ce-type-news > div.wrapper > div div.view-grid article h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  text-transform: uppercase; }
  @media only screen and (max-width: 73.75rem) {
  .text h4, div.ce-type-news > div.wrapper > div div.view-grid article h3 {
    font-size: 1.2rem; } }

div.ce-type-slideshow div.slideshow div.slide div.content a.button, div.ce-type-slideshow div.slideshow div.slide div.content a.button-invert, body, body * {
  font-size: 1.125rem; }
  @media only screen and (max-width: 114.375rem) {
  div.ce-type-slideshow div.slideshow div.slide div.content a.button, div.ce-type-slideshow div.slideshow div.slide div.content a.button-invert, body, body * {
    font-size: 1rem; } }

header > nav > div > section button#naviClose span, header div#headerTools ul#tools li.navi button > span:not(.line), div.ce-type-accordion section.interactive h3, div.contacts.grid > section h3, div.ce-type-events > div.wrapper > div ul.events li.month, div.ce-type-page_links_icon div.items a, div.ce-type-page_links_image div.items a > div.text * {
  font-size: 1.5rem; }
  @media only screen and (max-width: 73.75rem) {
  header > nav > div > section button#naviClose span, header div#headerTools ul#tools li.navi button > span:not(.line), div.ce-type-accordion section.interactive h3, div.contacts.grid > section h3, div.ce-type-events > div.wrapper > div ul.events li.month, div.ce-type-page_links_icon div.items a, div.ce-type-page_links_image div.items a > div.text * {
    font-size: 1.1rem; } }

.text p.hint {
  font-size: 1.7rem; }
  @media only screen and (max-width: 73.75rem) {
  .text p.hint {
    font-size: 1.15rem; } }

.button, .button-invert, form.InputfieldForm button, div#cAlert > div button, footer > div.wrapper, footer > div.wrapper *, footer div#socket, footer div#socket *, div.ce-type-events > div.wrapper > div ul.events li div.meta 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: 1rem; }
  @media only screen and (max-width: 114.375rem) {
  .button, .button-invert, form.InputfieldForm button, div#cAlert > div button, footer > div.wrapper, footer > div.wrapper *, footer div#socket, footer div#socket *, div.ce-type-events > div.wrapper > div ul.events li div.meta 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: 0.9rem; } }

ul#breadCrumbs li, ul#breadCrumbs li *, .text p.small, div.ce-type-text_with_image > div.wrapper > div figcaption, div.ce-type-text_with_image > div.wrapper > div figcaption *, div.ce-type-gallery ul li figure figcaption, div.ce-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 *, figcaption, figcaption * {
  font-size: 0.8rem; }
  @media only screen and (max-width: 114.375rem) {
  ul#breadCrumbs li, ul#breadCrumbs li *, .text p.small, div.ce-type-text_with_image > div.wrapper > div figcaption, div.ce-type-text_with_image > div.wrapper > div figcaption *, div.ce-type-gallery ul li figure figcaption, div.ce-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 *, figcaption, figcaption * {
    font-size: 0.7rem; } }

.text a.download::before, header > nav > div > section button#naviClose::after, ul#quickNavi > li a::before, div.ce-type-accordion section.interactive h3::after, div.ce-type-page_preview div.pagePreview ul li a h3::after, div.ce-type-slideshow 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'; }

@keyframes nextSlide {
  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%); } }

@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); } }
/*
 /// Gets font
 @function _font($keys...) {
 @return val($fonts, $keys...);
 }
 */
.button, .button-invert, form.InputfieldForm button, div#cAlert > div button {
  display: inline-block;
  background: none;
  background-color: #000;
  color: #fff !important;
  padding: 0.4rem 3rem 0.3rem;
  text-transform: uppercase;
  text-decoration: none;
  margin: 1rem; }
  .button:hover, .button-invert:hover, form.InputfieldForm button:hover, div#cAlert > div button:hover {
    background-color: #000; }

.block {
  display: block; }

.linkButton, div.ce-type-video_tabs div.video_tabs a.showAll {
  display: block;
  background-color: #fff;
  color: #000;
  padding: 0.6rem 2rem;
  margin: 0;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s; }
  .linkButton:hover, div.ce-type-video_tabs div.video_tabs a.showAll:hover {
    background-color: #bfbfbf; }

form.InputfieldForm button {
  margin-left: 0; }
  form.InputfieldForm input[type="checkbox"] {
    margin-right: 0.5rem; }
  form.InputfieldForm input[type="text"], form.InputfieldForm input[type="email"], form.InputfieldForm textarea {
    border: 1px solid #000;
    padding: 0.5rem 1rem; }
  form.InputfieldForm p.description {
    opacity: 1; }
    form.InputfieldForm label, form.InputfieldForm label * {
      font-weight: normal !important; }
  form.InputfieldForm div.InputfieldContent > label {
    padding-left: 0 !important;
    display: inline-block;
    margin-top: 0.5rem; }
    .textList {
      list-style: disc;
      margin-left: 2rem; }
  .textList li {
    margin-bottom: 0.3rem; }

ul#breadCrumbs {
  z-index: 1000;
  position: fixed;
  top: 0;
  right: 3rem;
  background-color: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 0 0.5rem 0 0; }
  ul#breadCrumbs li {
    display: inline-block;
    padding: 0.2rem 0;
    margin: 0; }
    ul#breadCrumbs li > * {
      padding: 0 1rem 0 0.5rem;
      text-decoration: none;
      display: inline-block; }
    ul#breadCrumbs li a::after {
      content: ">";
      position: absolute;
      top: 0;
      right: 0; }
/*
 a.icon, button.icon {
 &::before {
 @extend %icons;
 position: absolute;
 top: 2px;
 left: 0;
 }
 &.mail::before {
 content: "\f1f0";
 }
 &.phone::before {
 content: "\f3f2"; 
 }
 &.menu::before {
 content: "\f35c"; 
 }
 &.close::before {
 content: "\f5ad"; 
 }
 &.www::before {
 content: "\f59f"; 
 }
 }
 */
.text h2, ul.linearNavi li h2 {
  margin-bottom: 2rem; }
  .text p, ul.linearNavi li p {
    line-height: 150%; }
  .text.intro, ul.linearNavi li.intro {
    margin-bottom: 2rem; }
  .text p.hint, ul.linearNavi li p.hint {
    padding: 0 3rem;
    display: block;
    font-style: italic; }
  .text p.small, ul.linearNavi li p.small {
    margin-bottom: 0.5rem; }
  .text p, ul.linearNavi li p, .text ul, ul.linearNavi li ul, .text ol, ul.linearNavi li ol, .text table, ul.linearNavi li table, .text div.tableParent, ul.linearNavi li div.tableParent, .text hr, ul.linearNavi li hr {
    margin-bottom: 1.5rem; }
    .text p:last-child, ul.linearNavi li p:last-child, .text ul:last-child, ul.linearNavi li ul:last-child, .text ol:last-child, ul.linearNavi li ol:last-child, .text table:last-child, ul.linearNavi li table:last-child, .text div.tableParent:last-child, ul.linearNavi li div.tableParent:last-child, .text hr:last-child, ul.linearNavi li hr:last-child {
      margin-bottom: 0; }
  .text iframe, ul.linearNavi li iframe {
    width: 100% !important; }
  .text hr, ul.linearNavi li hr {
    border: none;
    border-top: 1px solid #bfbfbf; }
  .text a, ul.linearNavi li a {
    /*
     &.blau {
     &, * {
     color: $blue;
     }
     }
     &.rot {
     &, * {
     color: $red;
     }
     }
     &.gelb {
     &, * {
     color: $yellow;
     }
     }
     */ }
    .text a.icon, ul.linearNavi li a.icon {
      padding-left: 1.7rem; }
    .text a.download, ul.linearNavi li a.download {
      padding-left: 1.7rem; }
    .text a.download::before, ul.linearNavi li a.download::before {
      content: "picture_as_pdf";
      color: inherit;
      font-size: 1.5rem;
      position: absolute;
      left: 0;
      top: 0; }
  .text i, ul.linearNavi li i, .text em, ul.linearNavi li em {
    font-style: italic; }
  .text ul, ul.linearNavi li ul, .text ol, ul.linearNavi li ol {
    list-style: inside;
    list-style-type: decimal; }
  .text ul, ul.linearNavi li ul {
    list-style-type: disc; }
    .text ul li, ul.linearNavi li ul li {
      margin-bottom: 0.6rem; }
  .text div.tableParent, ul.linearNavi li div.tableParent {
    overflow: auto; }
    .text div.tableParent.scroll, ul.linearNavi li div.tableParent.scroll {
      padding: 1rem 0; }
    .text div.tableParent.scroll::before, ul.linearNavi li div.tableParent.scroll::before, .text div.tableParent.scroll::after, ul.linearNavi li div.tableParent.scroll::after {
      content: url(/site/templates/images/table_scroll.svg);
      position: sticky;
      left: 0;
      right: 0;
      width: 100%; }
  .text table, ul.linearNavi li table {
    border-collapse: collapse;
    width: 100%; }
    .text table th, ul.linearNavi li table th, .text table td, ul.linearNavi li table td {
      padding: 1rem 1rem 1rem 0;
      text-align: left;
      padding: 0.5rem; }
    .text table td, ul.linearNavi li table td {
      background-position: bottom; }
    .text table.gta th, ul.linearNavi li table.gta th, .text table.gta td, ul.linearNavi li table.gta td {
      width: 20%;
      padding: 0.5rem; }
  .text .center, ul.linearNavi li .center {
    text-align: center; }
  /*
   /// Gets font
   @function _font($keys...) {
   @return val($fonts, $keys...);
   }
   */

header > nav {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3000;
  height: 100vh;
  background-color: #e3e3e3;
  width: 100%;
  max-width: 120rem;
  display: none;
  z-index: -1;
  animation: fadeOut 0.2s;
  /*
   button#naviToggle {
   position: absolute;
   bottom: 0;
   right: 0;
   transform: translateY(100%);
   border: none;
   cursor: pointer;
   border-bottom-left-radius: _size(border-radius);
   border-bottom-right-radius: _size(border-radius);
   padding: .8rem 2rem;
   span {
   color: $white;
   @extend %extrabold;
   text-transform: uppercase;
   }
   &::before {
   content: url(/site/templates/images/arrow-top.svg);
   position: absolute;
   top: -70px;
   left: 50%;
   transform: translateX(-50%);
   }
   }
   */ }
  @media only screen and (max-width: 73.75rem) {
  header > nav {
    left: 0;
    transform: none;
    width: 100vw; }
    header > nav > div.wrapper {
      padding: 0; } }
  header > nav.visible {
    display: block;
    z-index: 3000;
    animation: fadeIn 0.2s; }
  header > nav > div.wrapper::after {
    content: "";
    background-image: url(/site/templates/images/logo-1000-jahre-oberlausitz-black.png);
    background-size: 100% 100%;
    position: absolute;
    left: 140px;
    top: 25px;
    width: 170px;
    height: 130px; }
    @media only screen and (max-width: 73.75rem) {
    header > nav > div.wrapper::after {
      left: 1rem;
      top: 1rem;
      width: 100px;
      height: 76px; } }
  header > nav > div > section {
    position: absolute;
    top: 0;
    left: 30%;
    width: 70%;
    right: 0;
    height: 100vh;
    transition: transform 0.3s;
    padding: 0 2rem 0 18rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/site/templates/images/bg-navi.png);
    background-size: cover;
    transition: all 0.3s; }
    @media only screen and (max-width: 114.3751rem) {
  header > nav > div > section {
    padding-left: 2rem; } }

    header > nav > div > section.level2 {
      left: 20%;
      width: 80%; }
    @media only screen and (max-width: 73.75rem) {
    header > nav > div > section.level2 {
      left: 0;
      width: 100%; } }
    header > nav > div > section.level3 {
      left: 0%;
      width: 100%; }
    @media only screen and (max-width: 73.75rem) {
    header > nav > div > section.level3 {
      left: 0;
      width: 100%; } }
    header > nav > div > section > div {
      width: 100%;
      transition: width 0.3s; }
    header > nav > div > section ul.socialChannels {
      display: none; }
    @media only screen and (max-width: 73.75rem) {
  header > nav > div > section {
    position: static;
    left: 0;
    width: auto;
    padding: 1rem;
    display: block;
    padding-top: 12rem;
    height: 100vh;
    overflow: auto;
    text-align: center; }
    header > nav > div > section ul.socialChannels {
      display: block; } }
    header > nav > div > section button#naviClose {
      position: absolute;
      top: 25px;
      right: 20%;
      background: none;
      padding: 0 2.2rem 0 0;
      cursor: pointer; }
    @media only screen and (max-width: 73.75rem) {
    header > nav > div > section button#naviClose {
      top: 1rem;
      right: 1rem; }
      header > nav > div > section button#naviClose span {
        display: none; } }
    header > nav > div > section button#naviClose::after {
      content: "close";
      font-size: 2rem;
      position: absolute;
      top: -2px;
      right: 0;
      transition: all 0.2s; }
    header > nav > div > section button#naviClose:hover::after {
      transform: rotate(180deg); }

ul#naviMain {
  width: 33%; }
  @media only screen and (max-width: 73.75rem) {
  ul#naviMain {
    width: auto; } }
  ul#naviMain li {
    position: static;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 73.75rem) {
  ul#naviMain li {
    margin-bottom: 0; } }
    ul#naviMain li a {
      text-decoration: none; }
    ul#naviMain li a span {
      display: inline-block;
      font-size: 2.5rem;
      padding: 0 0 1rem 0; }
      @media only screen and (max-width: 73.75rem) {
    ul#naviMain li a span {
      font-size: 1.5rem;
      padding: 0 0 1rem 0; } }
      ul#naviMain li a span::after {
        content: "";
        display: block;
        left: 0;
        bottom: 0;
        height: 8px;
        width: 0;
        background-color: #000;
        transition: width 0.2s; }
        @media only screen and (max-width: 114.375rem) {
    ul#naviMain li a span::after {
      height: 4px; } }
    ul#naviMain li a:hover span::after {
      width: 100%; }
    ul#naviMain li.active > a > span::after {
      width: 100%; }
  ul#naviMain ul {
    position: absolute;
    top: 0;
    width: 100%;
    left: 102%;
    display: none; }
    ul#naviMain ul.visible {
      display: block;
      animation: fadeIn 0.2s; }
    @media only screen and (max-width: 73.75rem) {
  ul#naviMain ul {
    position: static;
    width: auto; } }
  ul#naviMain > li > ul {
    margin: 0 0 2rem 1rem; }
    @media only screen and (max-width: 114.375rem) {
  ul#naviMain > li > ul {
    margin: 1rem 0; } }
    ul#naviMain > li > ul span {
      font-size: 2rem; }
    @media only screen and (max-width: 73.75rem) {
    ul#naviMain > li > ul span {
      font-size: 1.25rem;
      padding: 0 0 0.5rem 0; } }
  ul#naviMain > li > ul > li > ul {
    margin-left: 1rem; }
    @media only screen and (max-width: 114.375rem) {
  ul#naviMain > li > ul > li > ul {
    margin: 1rem 0; } }
    ul#naviMain > li > ul > li > ul span {
      font-size: 1.5rem; }
    @media only screen and (max-width: 73.75rem) {
    ul#naviMain > li > ul > li > ul span {
      font-size: 1rem;
      padding: 0 0 0.5rem 0; } }

div#headerTools ul.socialChannels {
  position: absolute;
  left: 400px;
  top: 0; }
  ul.socialChannels li {
    margin-right: 2rem;
    display: inline-block; }
    ul.socialChannels li a {
      vertical-align: middle; }
    ul.socialChannels li a span {
      display: none; }
    ul.socialChannels li a svg {
      width: 25px;
      height: 25px; }
      ul.socialChannels li a svg * {
        fill: #000 !important; }

ul.languageSwitch {
  position: absolute;
  left: 600px;
  top: 0;
  /*
   &::before {
   content: "translate";
   @extend %icons;
   margin-right: 1rem;
   }
   */ }
  ul.languageSwitch li {
    display: inline-block;
    margin-right: 1rem; }
    ul.languageSwitch li a {
      text-decoration: none; }
    ul.languageSwitch li a span {
      text-transform: uppercase; }

ul#quickNavi {
  position: absolute;
  left: 750px;
  top: 0; }
  ul#quickNavi > li {
    display: inline-block;
    padding: 0 0 0 1rem;
    margin: 0 1rem 0 0; }
    ul#quickNavi > li::before {
      display: block;
      content: "";
      position: absolute;
      left: 0;
      top: -3px;
      bottom: 1rem;
      width: 1px;
      background-color: #000; }
    ul#quickNavi > li a {
      display: inline-block;
      min-height: 38 px;
      text-decoration: none;
      padding-left: 2rem !important; }
    ul#quickNavi > li a span {
      text-transform: uppercase; }
    ul#quickNavi > li a::before {
      position: absolute;
      left: 0;
      top: 0;
      font-size: 1.4rem; }
    ul#quickNavi > li a.karte::before {
      content: "map"; }
    ul#quickNavi > li a.veranstaltungen::before {
      content: "today"; }
    ul#quickNavi > li a.suche::before {
      content: "search"; }

ul.MarkupPagerNav {
  text-align: center;
  margin: 1rem 0 1rem 0; }
  ul.MarkupPagerNav li {
    display: inline; }
    ul.MarkupPagerNav li * {
      color: #000; }
    ul#naviFooter > li {
      width: 32%; }
    ul#naviFooter > li ul li {
      margin-bottom: 0.6rem; }
      ul#naviSocket {
        text-align: right; }
  ul#naviSocket li {
    display: inline;
    margin-left: 2rem; }
    ul.socialChannels li a, ul.languageSwitch li a, ul#quickNavi > li a {
      display: inline-block;
      padding: 0 0 1rem; }
  @media only screen and (max-width: 73.75rem) {
  ul.socialChannels li a, ul.languageSwitch li a, ul#quickNavi > li a {
    padding: 0 0 0.6rem;
    min-height: 29px; } }
  ul.socialChannels li a::after, ul.languageSwitch li a::after, ul#quickNavi > li a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    height: 0;
    transition: height 0.2s; }
  ul.socialChannels li a:hover::after, ul.languageSwitch li a:hover::after, ul#quickNavi > li a:hover::after, ul.socialChannels li a.active::after, ul.languageSwitch li a.active::after, ul#quickNavi > li a.active::after {
    height: 6px; }

ul#siteMapNavi li {
  margin: 0 0 1rem 3rem; }
  ul#siteMapNavi li ul {
    margin: 1rem 0 0 0; }

ul.subNavi {
  text-align: center; }
  ul.subNavi li {
    margin: 1rem 0; }

ul.linearNavi {
  text-align: center;
  margin: 2rem 0 5rem; }
  ul.linearNavi li {
    display: inline-block;
    margin: 0 1rem; }

header {
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0; }
  header img.fixed {
    display: none; }
  header.fixed div#headerTools > div.wrapper {
    height: 57px !important; }
  header.fixed div#headerTools > div > * {
    top: 1rem !important; }
    header.fixed div#headerTools > div a#interreg {
      display: block;
      top: 0rem !important; }
      header.fixed div#headerTools > div a#interreg img {
        width: 250px; }
  header.fixed img.init {
    display: none; }
  header.fixed img.fixed {
    display: block; }
  header.fixed ul#tools {
    top: 1rem; }
  header div#headerTools {
    position: absolute;
    left: 0;
    right: 0;
    top: 0rem; }
  header div#headerTools > div > * {
    top: 2rem; }
  header div#headerTools > div.wrapper {
    background-color: #f5f5f5;
    height: 100px; }
  header div#headerTools ul#tools {
    position: absolute;
    right: 420px; }
  header div#headerTools ul#tools li {
    display: inline-block;
    margin-left: 1rem; }
    header div#headerTools ul#tools li.navi button {
      background: none;
      border: none;
      padding: 0 3.2rem 0 0;
      display: block;
      color: #000;
      cursor: pointer; }
      header div#headerTools ul#tools li.navi button > span.line {
        position: absolute;
        top: 3px;
        right: 0;
        height: 19px; }
        header div#headerTools ul#tools li.navi button > span.line, header div#headerTools ul#tools li.navi button > span.line::before, header div#headerTools ul#tools li.navi button > span.line::after, header div#headerTools ul#tools li.navi button > span.line > span {
          width: 30px;
          transition: left 0.2s; }
        header div#headerTools ul#tools li.navi button > span.line::before, header div#headerTools ul#tools li.navi button > span.line::after, header div#headerTools ul#tools li.navi button > span.line > span {
          display: block;
          position: absolute;
          left: 0;
          height: 3px;
          background-color: #000; }
        header div#headerTools ul#tools li.navi button > span.line > span {
          top: 8px; }
        header div#headerTools ul#tools li.navi button > span.line::before, header div#headerTools ul#tools li.navi button > span.line::after {
          content: ""; }
        header div#headerTools ul#tools li.navi button > span.line::before {
          top: 0; }
        header div#headerTools ul#tools li.navi button > span.line::after {
          bottom: 0; }
      header div#headerTools ul#tools li.navi button:hover > span.line > span {
        left: 4px; }
        header div#headerTools ul#tools li.navi button:hover > span.line::before, header div#headerTools ul#tools li.navi button:hover > span.line::after {
          left: -4px; }
    header div#headerTools ul#tools li.search a {
      display: inline-block;
      transform: translateY(-15px);
      text-decoration: none; }
      header div#headerTools ul#tools li.search a::before {
        color: #fff;
        font-size: 1.5rem; }
      header div#headerTools ul#tools li.search a span {
        display: none; }
  header h1 {
    width: 290px;
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0; }
  header h1 img {
    width: 100%;
    height: auto; }
  header h1 > span {
    display: none; }

  header a#interreg {
    position: absolute;
    top: 0rem !important;
    right: 0; }
  header a#interreg img {
    width: 375px;
    height: auto;
    transition: all 0.2s;
    display: block; }
  @media only screen and (max-width: 114.3751rem) {
  header div#headerTools ul.socialChannels {
    left: 320px; }
    header ul.languageSwitch {
      left: 450px; }

    header ul#quickNavi {
      left: 600px; }
      header ul#quickNavi li a span {
        display: none; } }
  @media only screen and (max-width: 114.375rem) {
  header div#headerTools > div.wrapper {
    height: 57px !important; }
    header div#headerTools > div > * {
      top: 1rem !important; }
      header div#headerTools > div a#interreg {
        display: block;
        top: 0rem !important; }
        header div#headerTools > div a#interreg img {
          width: 250px; }

    header img.init {
      display: none; }

    header img.fixed {
      display: block; }

    header ul#tools {
      top: 1rem; }

    header img#interreg img {
      width: 190px !important; }

    header div#headerTools ul#tools {
      right: 280px; } }
  @media only screen and (max-width: 73.75rem) {
  header {
    background-color: #fff;
    height: 100px; }
    header div#headerTools {
      background-color: #fff; }
      header div#headerTools > div.wrapper {
        height: 50px !important; }
      header div#headerTools ul#tools {
        top: 45px !important;
        right: 1rem !important; }
        header div#headerTools ul#tools span:not(.line) {
          display: none; }

    header ul.socialChannels {
      display: none;
      left: 1rem;
      top: 45px; }
      header ul.socialChannels > li {
        margin-right: 1rem; }
        header ul.socialChannels > li svg {
          width: 20px; }

    header ul.languageSwitch {
      top: 45px;
      left: 1rem; }
      header ul.languageSwitch > li {
        margin-right: 1rem; }

    header ul#quickNavi {
      top: 45px;
      left: 7rem; }
      header ul#quickNavi > li {
        margin: 0 0 0 1rem;
        padding: 0; }
        header ul#quickNavi > li::before {
          display: none; }
        header ul#quickNavi > li span {
          display: none; }
        header ul#quickNavi > li a {
          padding-left: 1.3rem !important; }

    header a#interreg img {
      height: 45px !important;
      width: auto !important; }

    header img.fixed {
      height: 50px;
      width: auto !important; } }
  @media only screen and (max-width: 40rem) {
  header a#interreg img {
    height: 40px !important;
    width: auto !important; }
    header img.fixed {
      height: 40px;
      width: auto !important; } }

footer {
  background-color: #000; }
  footer::before {
    content: "";
    position: absolute;
    top: -3rem;
    left: 0;
    right: 0;
    height: 4rem;
    background-image: url(/site/templates/images/bg-footer.png);
    background-repeat: no-repeat;
    background-size: 100% 100%; }
  body.style2 footer::before {
    display: none; }
  footer > div.wrapper {
    padding-top: 6rem;
    padding-bottom: 1rem; }
  footer > div.wrapper, footer > div.wrapper * {
    color: #fff; }
  footer > div.wrapper h3 {
    margin: 2rem 0 4rem; }
  footer img#footerLogo {
    position: absolute;
    top: 0;
    left: 2rem;
    transform: translateY(-65%);
    width: 180px;
    height: auto; }
  footer div#socket {
    padding: 2rem 0 1.5rem;
    background-color: #e3e3e3; }
  footer div#socket ul {
    text-align: center; }
  footer div#socket ul li {
    display: inline-block;
    margin: 0 1.5rem; }
    footer div#socket ul li img {
      display: inline-block; }
    @media only screen and (max-width: 73.75rem) {
      footer div#socket ul li {
        margin: 1rem 1.5rem; } }
  footer a {
    text-decoration: none; }
  main {
    padding-top: 150px; }
  @media only screen and (max-width: 73.75rem) {
  main {
    padding-top: 100px; } }
  body.style2 main {
    padding-top: 100px; }

div.mapParent {
  height: 500px; }

div.ce {
  /* space before and behind */ }

  div.ce:last-child > div.wrapper > div {
    padding-bottom: 4rem; }
  div.ce > div.wrapper > div {
    padding-top: 4rem;
    padding-bottom: 4rem;
    overflow-y: auto; }
  @media only screen and (max-width: 114.375rem) {
    div.ce > div.wrapper > div {
      padding-top: 1rem;
      padding-bottom: 1rem; } }
  div.ce h2.ce-headline {
    padding-top: 4rem;
    margin-bottom: 0; }
  @media only screen and (max-width: 73.75rem) {
    div.ce h2.ce-headline {
      padding-top: 2rem; } }
  div.ce div.intro {
    margin-bottom: 4rem; }
  div.ce div.outro {
    margin-top: 4rem; }
  div.ce.ce-space-before-small, div.ce.ce-space-before-small h2.ce-headline {
    padding-top: 2rem; }
  div.ce.ce-space-before-none > div.wrapper > div, div.ce.ce-space-before-none h2.ce-headline {
    padding-top: 0; }
  div.ce.ce-space-before-big > div.wrapper > div, div.ce.ce-space-before-big h2.ce-headline {
    padding-top: 6rem; }
  div.ce.ce-space-behind-none > div.wrapper > div {
    padding-bottom: 0; }
  div.ce.ce-space-behind-big > div.wrapper > div {
    padding-bottom: 6rem; }
  div.ce.ce-space-behind-small > div.wrapper > div {
    padding-bottom: 3rem; }
  div.ce.ce-width-full div.wrapper {
    max-width: 100%;
    padding: 0 !important; }
  @media only screen and (max-width: 114.375rem) {
      div.ce.ce-width-full div.wrapper {
        padding: 0 1rem !important; } }
  div.ce.ce-width-narrow div.wrapper {
    max-width: 70rem; }
  div.ce.ce-width-wide div.wrapper {
    max-width: 105rem; }
  div.ce.after-image {
    margin-top: -100px; }
  @media only screen and (max-width: 114.375rem) {
  div.ce {
    margin-top: 0px !important; } }

div.ce-type-text {
  background-repeat: no-repeat;
  background-size: 8rem 100%;
  background-position: left top; }
  @media only screen and (max-width: 73.75rem) {
  div.ce-type-text {
    background-size: 2rem 100%;
    background: none !important; } }
  div.ce-type-text.accent-blue {
    background-image: url(/site/templates/images/accents/blue.png); }
  div.ce-type-text.accent-red {
    background-image: url(/site/templates/images/accents/red.png); }
  div.ce-type-text.accent-yellow {
    background-image: url(/site/templates/images/accents/yellow.png); }
  div.ce-type-text.accent-grey {
    background-image: url(/site/templates/images/accents/grey.png); }

div.ce-type-accordion section {
  margin-bottom: 1rem; }
  div.ce-type-accordion section h3, div.ce-type-accordion section div.text {
    padding: 2rem 4rem; }
  @media only screen and (max-width: 73.75rem) {
    div.ce-type-accordion section h3, div.ce-type-accordion section div.text {
      padding: 2rem 3rem 2rem 2rem; } }
  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; }

div.ce-type-text_with_image > div.wrapper > div {
  /*
   &.box_behind_left, &.box_behind_right {
   div.text {
   background-color: white;
   width: 50%;
   margin: 0 0 0 50px;
   transform: translateY(-50%);
   @include breakpoint($mobile){
   width: auto!important;
   transform: translateY(-1rem);
   margin: 0 1rem;
   }
   }
   div.images {
   @include breakpoint($mobile){
   margin-bottom: 0;
   }
   }
   }
   */ }
  @media only screen and (max-width: 73.75rem) {
    div.ce-type-text_with_image > div.wrapper > div {
      padding: 3rem 0; } }
  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.right > div.images {
    width: 40%; }
  div.ce-type-text_with_image > div.wrapper > div.left > div.text, div.ce-type-text_with_image > div.wrapper > div.right > div.text {
    width: 60%; }
  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: 18%; }
    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: 78%; }
  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: 28%; }
    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: 68%; }
  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: 38%; }
    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: 58%; }
  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: 58%; }
    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: 38%; }
  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: 68%; }
    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: 28%; }
  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: 78%; }
    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: 18%; }
  div.ce-type-text_with_image > div.wrapper > div.before > div.images {
    margin-bottom: 2rem; }
  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 {
    float: left;
    width: 45%;
    margin: 0 1.5rem 1rem 0; }
  div.ce-type-text_with_image > div.wrapper > div.right_float div.images {
    float: right;
    width: 45%;
    margin: 0 0 1rem 1.5rem; }
  @media only screen and (max-width: 73.75rem) {
      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; } }
  div.ce-type-text_with_image > div.wrapper > div div.images {
    padding: 0;
    display: flex; }
  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 picture {
    display: block;
    overflow: hidden; }
  div.ce-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; }
    div.ce-type-text_with_image > div.wrapper > div div.images img:hover {
      transform: scale(120%, 120%); }
  @media only screen and (max-width: 73.75rem) {
      div.ce-type-text_with_image > div.wrapper > div div.images {
        order: 2; } }
  div.ce-type-text_with_image > div.wrapper > div div.text {
    padding: 0 10rem 3rem 3rem;
    background-size: 8rem 100%;
    background-repeat: no-repeat;
    background-position: right top; }
  @media only screen and (max-width: 73.75rem) {
      div.ce-type-text_with_image > div.wrapper > div div.text {
        padding: 0 0 2rem;
        background-size: 2rem 100%;
        background: none !important;
        order: 1; } }
  div.ce-type-text_with_image > div.wrapper > div div.text * {
    text-align: left; }
  div.ce-type-text_with_image > div.wrapper > div.right div.text {
    padding: 3rem 3rem 3rem 10rem;
    background-position: left top; }
  @media only screen and (max-width: 73.75rem) {
      div.ce-type-text_with_image > div.wrapper > div.right div.text {
        padding: 0; } }
  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: #000; }
  div.ce-type-text_with_image > div.wrapper > div figcaption, div.ce-type-text_with_image > div.wrapper > div figcaption * {
    color: #fff;
    display: inline-block; }
  div.ce-type-text_with_image > div.wrapper > div figcaption span {
    white-space: nowrap; }
  @media only screen and (max-width: 73.75rem) {
    div.ce-type-text_with_image > div.wrapper > div > div {
      width: 100% !important;
      margin-bottom: 1rem; } }
  div.ce-type-text_with_image.accent-blue div.text {
    background-image: url(/site/templates/images/accents/blue.png); }
  div.ce-type-text_with_image.accent-blue div.left div.text {
    background-image: url(/site/templates/images/accents/blue_right.png); }
  div.ce-type-text_with_image.accent-red div.text {
    background-image: url(/site/templates/images/accents/red.png); }
  div.ce-type-text_with_image.accent-red div.left div.text {
    background-image: url(/site/templates/images/accents/red_right.png); }
  div.ce-type-text_with_image.accent-yellow div.text {
    background-image: url(/site/templates/images/accents/yellow.png); }
  div.ce-type-text_with_image.accent-yellow div.left div.text {
    background-image: url(/site/templates/images/accents/yellow_right.png); }
  div.ce-type-text_with_image.accent-grey div.text {
    background-image: url(/site/templates/images/accents/grey.png); }
  div.ce-type-text_with_image.accent-grey div.left div.text {
    background-image: url(/site/templates/images/accents/grey_right.png); }

div.contacts.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  div.contacts.grid > section {
    width: 24%;
    margin: 0 0.5% 1%;
    border-radius: 6px;
    padding: 2rem;
    text-align: center; }
  @media only screen and (max-width: 114.375rem) {
      div.contacts.grid > section {
        width: 32%; } }
  @media only screen and (max-width: 73.75rem) {
      div.contacts.grid > section {
        width: 100%; } }
  div.contacts.grid > section h3 {
    margin-bottom: 1rem; }

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

@media only screen and (max-width: 73.75rem) {
        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 {
    background-color: #d9d9d9;
    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: 73.75rem) {
      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: 73.75rem) {
      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: 73.75rem) {
      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: 32%;
    margin-bottom: 2%; }
  @media only screen and (max-width: 73.75rem) {
      div.ce-type-video_grid div.video_grid > * {
        width: 100%; } }
  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: 24%; }
  @media only screen and (max-width: 73.75rem) {
      div.ce-type-video_record div#videoButtons > * {
        width: 100%; } }
  div.ce-type-video_record div#videoButtons button, div.ce-type-video_record div#videoButtons a.button, div.ce-type-video_record div#videoButtons a.button-invert {
    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"], div.ce-type-video_record div#videoButtons a.button-invert[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: 73.75rem) {
    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 {
    background-color: #d9d9d9;
    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-page_preview div.pagePreview ul {
  display: flex;
  flex-wrap: wrap; }
  div.ce-type-page_preview div.pagePreview ul li {
    width: 23%;
    margin: 0 1% 2%;
    background-color: white; }
    div.ce-type-page_preview div.pagePreview ul li a {
      display: block;
      text-decoration: none;
      padding-bottom: 95%;
      background-size: 100%;
      background-position: left bottom;
      background-repeat: no-repeat; }
      div.ce-type-page_preview div.pagePreview ul li a h3 {
        display: flex;
        align-items: center;
        min-height: 140px;
        padding: 1rem;
        transition: background-color 0.2s; }
      div.ce-type-page_preview div.pagePreview ul li a h3::after {
        content: "\f045";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 50%);
        color: white;
        border-radius: 50%;
        padding: 1rem;
        font-size: 2.5rem;
        transition: background-color 0.2s; }
      div.ce-type-page_preview div.pagePreview ul li a h3 span {
        width: 100%;
        color: white;
        text-align: center; }
      @media only screen and (max-width: 73.75rem) {
div.ce-type-form div.form {
  padding: 0; } }

div.ce-type-slideshow {
  padding: 0; }
  @media only screen and (max-width: 73.75rem) {
    div.ce-type-slideshow > div.wrapper {
      padding: 0; } }
  div.ce-type-slideshow > div.wrapper > div {
    overflow: visible; }
  div.ce-type-slideshow div.slideshow {
    background-color: #fff; }
  div.ce-type-slideshow div.slideshow div.slide {
    width: 100%;
    height: 45vh;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap; }
  @media only screen and (max-width: 73.75rem) {
      div.ce-type-slideshow div.slideshow div.slide {
        height: auto;
        display: block; } }
  div.ce-type-slideshow div.slideshow div.slide.right div.content {
    order: 1; }
    div.ce-type-slideshow div.slideshow div.slide.right div.image {
      order: 2; }
      div.ce-type-slideshow div.slideshow div.slide.right div.image::after {
        background-image: url(/site/templates/images/overlay-image.png); }
  div.ce-type-slideshow div.slideshow div.slide div.image {
    width: 50%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 73.75rem) {
      div.ce-type-slideshow div.slideshow div.slide div.image {
        padding-top: 56.25%; } }
    div.ce-type-slideshow div.slideshow div.slide div.image::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-image: url(/site/templates/images/overlay-image-right.png);
      background-size: 100% 100%;
      z-index: 10; }
      @media only screen and (max-width: 73.75rem) {
      div.ce-type-slideshow div.slideshow div.slide div.image::after {
        background: none !important; } }
  div.ce-type-slideshow div.slideshow div.slide div.content {
    width: 50%;
    display: flex;
    align-items: center; }
    div.ce-type-slideshow div.slideshow div.slide div.content > div {
      padding: 2rem;
      width: 100%; }
    div.ce-type-slideshow div.slideshow div.slide div.content * {
      color: #000;
      text-align: left; }
    div.ce-type-slideshow div.slideshow div.slide div.content > * {
      margin-bottom: 1.5rem; }
      div.ce-type-slideshow div.slideshow div.slide div.content > *:last-child {
        margin-bottom: 0; }
    div.ce-type-slideshow div.slideshow div.slide div.content a.button, div.ce-type-slideshow div.slideshow div.slide div.content a.button-invert {
      padding: 0.5rem 1rem 0.6rem;
      text-transform: none; }
  @media only screen and (max-width: 73.75rem) {
      div.ce-type-slideshow div.slideshow div.slide div.image, div.ce-type-slideshow div.slideshow div.slide div.content {
        width: 100%; }
        div.ce-type-slideshow div.slideshow div.slide div.image {
          order: 1 !important; }
        div.ce-type-slideshow div.slideshow div.slide div.content {
          order: 2 !important; } }
  div.ce-type-slideshow div.pagination {
    position: absolute;
    top: 1rem;
    right: 0;
    padding: 0 2.5rem; }
  @media only screen and (max-width: 73.75rem) {
    div.ce-type-slideshow div.pagination {
      position: static;
      text-align: center;
      transform: translateY(-2rem); } }
  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;
    cursor: pointer; }
  div.ce-type-slideshow button.slick-arrow span {
    display: none; }
  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; }

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; }
  @media only screen and (max-width: 114.375rem) {
  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 (max-width: 73.75rem) {
  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% !important; } }
  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: #fff; }
      div.ce-type-gallery ul li figure figcaption span {
        white-space: nowrap; }
  @media only screen and (max-width: 114.375rem) {
      div.ce-type-gallery ul li {
        width: 48% !important;
        margin-bottom: 2rem; } }
  @media only screen and (max-width: 40rem) {
      div.ce-type-gallery ul li {
        width: 100% !important;
        margin-bottom: 2rem; } }
  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 {
  padding: 5rem; }
  @media only screen and (max-width: 73.75rem) {
    div.ce-type-news > div.wrapper > div {
      padding: 3rem 0; } }
  div.ce-type-news > div.wrapper > div div.view-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  div.ce-type-news > div.wrapper > div div.view-grid article {
    background-color: #fff;
    width: 32%;
    margin: 0 0.5% 1%; }
    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; }
    @media only screen and (max-width: 114.375rem) {
      div.ce-type-news > div.wrapper > div div.view-grid article {
        width: 48% !important;
        margin: 0 1% 2%; } }
    @media only screen and (max-width: 40rem) {
      div.ce-type-news > div.wrapper > div div.view-grid article {
        width: 100% !important;
        margin-bottom: 1rem; } }
    div.ce-type-news > div.wrapper > div div.view-grid article > div {
      padding: 0.5rem 1rem 1rem; }
    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: #fff; }
      div.ce-type-news > div.wrapper > div div.view-grid article figcaption span {
        white-space: nowrap; }
  div.ce-type-news.ce-style1 > div.wrapper > div div.view-grid article {
    background-color: #f5f5f5; }

div.ce-type-events > div.wrapper > div {
  background-image: url(/site/templates/images/bg-events.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 3rem 5rem 5rem 5rem;
  margin-top: 3rem; }
  @media only screen and (max-width: 73.75rem) {
    div.ce-type-events > div.wrapper > div {
      padding: 3rem 0; } }
  div.ce-type-events > div.wrapper > div ul.events li {
    border-bottom: 1px solid #bfbfbf;
    background-position: bottom;
    padding: 1rem 6rem 1rem 0; }
    @media only screen and (max-width: 73.75rem) {
      div.ce-type-events > div.wrapper > div ul.events li {
        padding: 1rem 0; } }
    div.ce-type-events > div.wrapper > div ul.events li.month {
      padding-top: 2rem; }
    div.ce-type-events > div.wrapper > div ul.events li h3 {
      text-align: left; }
    div.ce-type-events > div.wrapper > div ul.events li a {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      display: block;
      margin: 0; }
      @media only screen and (max-width: 73.75rem) {
      div.ce-type-events > div.wrapper > div ul.events li a {
        position: static;
        margin: 1rem 0 0 0; } }

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: 1.5%;
  overflow: hidden; }
  div.ce-type-page_links_image div.items a > div.image img {
    display: block; }
  div.ce-type-page_links_image div.items a > div.text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 2rem;
    background: rgba(97, 65, 27, 0.5);
    background: linear-gradient(180deg, rgba(97, 65, 27, 0) 0%, rgba(97, 65, 27, 1) 100%);
    background-size: cover;
    opacity: 0;
    transition: all 0.2s;
    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: 1rem; }
  div.ce-type-page_links_image div.items a:hover div.text {
    opacity: 1; }
    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; }
  @media only screen and (max-width: 73.75rem) {
    div.ce-type-ce_locations div#locations {
      display: block;
      padding-bottom: 1rem;
      height: auto; } }
  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; }
  @media only screen and (max-width: 73.75rem) {
    div.ce-type-ce_locations div#locationsList {
      display: block;
      padding: 1rem 0 0 0;
      min-width: none; } }
  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;
    border-bottom: 1px solid #d9d9d9; }
  @media only screen and (max-width: 73.75rem) {
      div.ce-type-ce_locations div#locationsList li:last-child, div.ce-type-ce_locations div#locationsList button:last-child {
        margin: 0 0 0 0; } }
  div.ce-type-ce_locations div#locationsList div#locationsFilter {
    -ms-grid-row: 1;
    grid-row: 1; }
  @media only screen and (max-width: 73.75rem) {
      div.ce-type-ce_locations div#locationsList div#locationsFilter {
        display: block; } }
  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; }
  @media only screen and (max-width: 73.75rem) {
      div.ce-type-ce_locations div#locationsList ul#locationsItems {
        display: none; } }
  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; }
  @media only screen and (max-width: 73.75rem) {
    div.ce-type-ce_locations div#locationsMap {
      display: block;
      height: 75vh; } }

div.leaflet-popup-content img {
  margin: 1rem 0 0;
  width: 300px;
  max-width: none;
  display: block; }
  @media only screen and (max-width: 73.75rem) {
    div.leaflet-popup-content img {
      width: 150px; } }
  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.border, div.ce-column.border {
    border: 1px solid #ccc; }
  div.ce.border div.text, div.ce-column.border div.text {
    padding: 1.5rem 2rem; }
  @media only screen and (max-width: 73.75rem) {
      div.ce.border div.text, div.ce-column.border div.text {
        padding: 1.5rem; } }
  div.ce.bg75p::before, div.ce-column.bg75p::before {
    bottom: 25% !important; }
  div.ce.bg50p::before, div.ce-column.bg50p::before {
    bottom: 50% !important; }
  div.ce.bg50pb::before, div.ce-column.bg50pb::before {
    top: 50% !important; }

div[class*="ce-style"] h2, div[class*="ce-style"] h3 {
  text-align: center; }

.ce-style1 {
  background-color: #fff; }
  .ce-style1 button.slick-arrow::before {
    color: #cc2e25; }

.ce-style2 {
  background-color: #f5f5f5; }
  .ce-style2 button.slick-arrow::before {
    color: #cc2e25; }

.ce-style3 {
  background-color: #cc2e25; }
  .ce-style3 * {
    color: #fff; }
  .ce-style3 button.slick-arrow::before {
    color: #fff; }

.ce-style4 button.slick-arrow::before {
  color: #fff; }
/*
 /// 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...);
 }
 */
body {
  font-size: 16px;
  max-width: 100vw;
  background-color: #606060; }
  body * {
    color: #000; }


  body.aktuell span.date {
    display: block;
    margin: 0 auto 2rem;
    text-align: center; }

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

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

*[hidden] {
  display: none; }

div#isSmallScreen {
  display: none; }
  @media only screen and (max-width: 73.75rem) {
  div#isSmallScreen {
    display: block; } }

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

div.wrapper {
  max-width: 95rem;
  padding: 0 2rem;
  margin: 0 auto; }
  @media only screen and (max-width: 114.375rem) {
  div.wrapper {
    padding: 0 1rem; } }
  @media only screen and (max-width: 73.75rem) {
  div.wrapper {
    padding: 0 1rem; } }
  div.wrapper.inner {
    padding: 0 2rem; }
  div.wrapper.outer {
    max-width: 100%; }
  div.wrapper.wide {
    max-width: 120rem; }

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; }

div.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  div.flex > * {
    width: 100%; }
  div.flex.c2 > * {
    width: 48%; }
  div.flex.c3 > * {
    width: 32%; }
  div.flex.c4 > * {
    width: 24%; }
  div.flex.c5 > * {
    width: 19%; }
  div.flex.middle {
    align-items: center; }
  @media only screen and (max-width: 73.75rem) {
  div.flex > * {
    width: 100% !important;
    margin-bottom: 2rem; }
    div.flex > *, div.flex > * * {
      text-align: center !important; } }

span.date {
  display: block; }

ul#breadCrumbs, header a#interreg {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }

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

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

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

.dashed, .text table td {
  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; }
