/* compiled by scssphp v0.8.0 on Wed, 08 Nov 2023 13:34:35 +0000 (0.0534s) */

@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; }
  .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: 'PT-Sans_Regular';

  font-style: normal;

  font-weight: 400;

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

@font-face {
  font-family: 'PT-Sans_Bold';

  font-style: normal;

  font-weight: 400;

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

@font-face {
  font-family: 'PT-Sans_Italic';

  font-style: normal;

  font-weight: 400;

  src: url(/site/templates/fonts/PT_Sans-Web-Italic.woff2) format('woff2'), url(/site/templates/fonts/PT_Sans-Web-Italic-2.woff) format('woff'); }

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

  font-style: normal;

  font-weight: 400;

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

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

  font-style: normal;

  font-weight: 400;

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

.regular, .fs_text, form.InputfieldForm input[type="text"], form.InputfieldForm input[type="email"], form.InputfieldForm textarea, form.InputfieldForm select, div.ce-type-slideshow div.slideshow div.slide div.content a.button, *, body, form.InputfieldForm *, form.InputfieldForm div.InputfieldContent > label, form.InputfieldForm div.InputfieldContent > label *, div.ce-type-slideshow div.slideshow div.slide div.content * {
  font-family: PT-Sans_Regular, sans-serif;
  font-style: normal;
  font-weight: 400 !important; }

.bold, .fs_headline_1, .text h2, body > main h2, .fs_headline_2, section header h3, div.error h3, div.ce-type-accordion section h3, div.ce-type-slideshow div.slideshow div.slide div.content h2, div.ce-type-slideshow div.slideshow div.slide div.content h3, .fs_headline_3, section div.userData > h3, form.InputfieldForm fieldset legend, .text h3, div.contacts.grid > section > div h3, div.ce-type-page_preview div.pagePreview ul li a h3 span, div.ce-type-news > div.wrapper > div header h3, section header h3 > span, section address h4, section.event div.fieldset > label span.price, section.event div.fieldset > span, section div.userData > div > span, section table.cart th, section table.cart th *, .button, form.InputfieldForm button, form#events button, form.InputfieldForm label, form.InputfieldForm label *, form.InputfieldForm div.InputfieldCheckbox label, form.InputfieldForm div.InputfieldCheckbox label span, .text h4, table.ticketData th, 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-news > div.wrapper > div.view-list ul li.date, strong, strong *, span.date, span.location {
  font-family: PT-Sans_Bold, sans-serif;
  font-style: normal;
  font-weight: 400 !important; }

.italic, .text em {
  font-family: PT-Sans_Italic, sans-serif;
  font-style: normal;
  font-weight: 400 !important; }

.headline, body > main h2 {
  font-family: Destroy, sans-serif;
  font-style: normal;
  font-weight: 400 !important; }

.fs_headline_1, .text h2, body > main h2 {
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 3px; }
  @media only screen and (max-width: 47.99rem) {
  .fs_headline_1, .text h2, body > main h2 {
    font-size: 1.3rem; } }

.fs_headline_2, section header h3, div.error h3, div.ce-type-accordion section h3, div.ce-type-slideshow div.slideshow div.slide div.content h2, div.ce-type-slideshow div.slideshow div.slide div.content h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase; }
  @media only screen and (max-width: 47.99rem) {
  .fs_headline_2, section header h3, div.error h3, div.ce-type-accordion section h3, div.ce-type-slideshow div.slideshow div.slide div.content h2, div.ce-type-slideshow div.slideshow div.slide div.content h3 {
    font-size: 1rem; } }

.fs_headline_3, section div.userData > h3, form.InputfieldForm fieldset legend, .text h3, div.contacts.grid > section > div h3, div.ce-type-page_preview div.pagePreview ul li a h3 span, div.ce-type-news > div.wrapper > div header h3 {
  font-size: 1rem;
  margin-bottom: 1rem;
  text-transform: uppercase; }
  @media only screen and (max-width: 47.99rem) {
  .fs_headline_3, section div.userData > h3, form.InputfieldForm fieldset legend, .text h3, div.contacts.grid > section > div h3, div.ce-type-page_preview div.pagePreview ul li a h3 span, div.ce-type-news > div.wrapper > div header h3 {
    font-size: 1.2rem; } }

.fs_text, form.InputfieldForm input[type="text"], form.InputfieldForm input[type="email"], form.InputfieldForm textarea, form.InputfieldForm select, div.ce-type-slideshow div.slideshow div.slide div.content a.button, *, body {
  font-size: 1.125rem; }
  @media only screen and (max-width: 47.99rem) {
  .fs_text, form.InputfieldForm input[type="text"], form.InputfieldForm input[type="email"], form.InputfieldForm textarea, form.InputfieldForm select, div.ce-type-slideshow div.slideshow div.slide div.content a.button, *, body {
    font-size: 1rem; } }

.fs_big, .button, form.InputfieldForm button, form#events button, .text p strong, div.ce-type-accordion section.interactive h3 {
  font-size: 1.5rem; }
  @media only screen and (max-width: 47.99rem) {
  .fs_big, .button, form.InputfieldForm button, form#events button, .text p strong, div.ce-type-accordion section.interactive h3 {
    font-size: 1rem; } }

.fs_small, section div.userData > div > span, section table.cart th, section table.cart th *, form.InputfieldForm label, form.InputfieldForm label *, footer a, span.date, span.location {
  font-size: 1rem; }
  @media only screen and (max-width: 47.99rem) {
  .fs_small, section div.userData > div > span, section table.cart th, section table.cart th *, form.InputfieldForm label, form.InputfieldForm label *, footer a, span.date, span.location {
    font-size: 0.8rem; } }

.fs_tiny, div.contacts.grid > section > div *, div.ce-type-gallery ul li figure figcaption {
  font-size: 0.8rem; }

.material-icons, section header a.tool::before, section.event.interactive > header::after, a::before, button::before, div.ce-type-accordion section.interactive h3::after, div.contacts.grid > section > div button.detail::before, div.contacts.grid > section > div ul.communication li.vcard a::before, div.ce-type-page_preview div.pagePreview ul li a h3::after, div.ce-type-news > div.wrapper > div.view-list ul li.date::before, span.date::before, span.location::before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }
/*
 /// Gets font
 @function _font($keys...) {
 @return val($fonts, $keys...);
 }
 */
section {
  margin-bottom: 1rem;
  background-color: rgba(255, 255, 255, 0.85); }
  section > header, section > div {
    padding: 1rem 1.5rem; }
  section header {
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid white; }
    section header h3 {
      margin: 0 3rem 0 0; }
      section header h3 > span {
        background-color: red;
        display: inline-block;
        font-size: inherit;
        color: white;
        padding: 0 0.5rem;
        margin-right: 0.5rem;
        transform: rotate(-3deg); }
      @media only screen and (max-width: 47.99rem) {
  section header h3 {
    margin: 0; } }
    section header a.tool {
      position: absolute;
      top: 0.7rem;
      right: 1.5rem;
      transition: color 0.2s; }
      section header a.tool span {
        display: none; }
      section header a.tool::before {
        content: "\F8FF";
        font-size: 2.5rem;
        color: #b6262d;
        position: static; }
      section header a.tool:hover::before {
        color: black; }
  section a {
    color: #b6262d; }
  section div.text p, section div.text ul, section div.text ol, section div.text table {
    margin-bottom: 1rem; }
  section address {
    margin: 1rem 0 0; }
    section address * {
      font-style: normal; }
    section.event.interactive > header {
      cursor: pointer; }
      section.event.interactive > header::after {
        content: "\F140";
        font-size: 2rem;
        position: absolute;
        top: 50%;
        right: 1.5rem;
        transform: translateY(-50%); }
        @media only screen and (max-width: 47.99rem) {
    section.event.interactive > header::after {
      top: 0.5rem;
      right: 0.5rem;
      transform: none; } }
      section.event.interactive > div {
        display: none; }
      section.event.interactive.open > div {
        display: block; }
    section.event div.fieldset {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      border-bottom: 1px solid white;
      padding: 0.5rem 0 0.5rem; }
      section.event div.fieldset:first-child {
        padding-top: 0; }
      section.event div.fieldset:last-child {
        padding-bottom: 0;
        border-bottom: none; }
      section.event div.fieldset > * {
        display: inline-block;
        vertical-align: middle; }
      section.event div.fieldset > label {
        width: 49%;
        padding: 0.5rem 0.5rem 0.5rem 0; }
      section.event div.fieldset > label span.price {
        float: right; }
      @media only screen and (max-width: 47.99rem) {
    section.event div.fieldset > label > span {
      float: none !important; } }
      section.event div.fieldset > select {
        width: 29%;
        padding: 0.5rem 1rem;
        border: none;
        background-color: white; }
      section.event div.fieldset > span {
        padding: 0.5rem 0.5rem 0.5rem 0;
        width: 19%; }
      @media only screen and (max-width: 47.99rem) {
  section.event div.fieldset {
    display: block; }
    section.event div.fieldset > * {
      display: block;
      width: 100% !important; } }
  section div.userData {
    display: flex;
    flex-wrap: wrap; }
    section div.userData > h3 {
      width: 100%;
      margin-bottom: 1rem; }
    section div.userData > div {
      margin-bottom: 1rem; }
      section div.userData > div > span {
        display: block;
        color: #b6262d;
        padding-bottom: 0.25rem; }
      section div.userData > div > div {
        padding: 0.5rem 1rem;
        background-color: white;
        margin-right: 1rem; }
    @media only screen and (max-width: 47.99rem) {
  section div.userData {
    display: block; }
    section div.userData > div {
      width: 100% !important; } }
  section table.cart {
    width: 100%;
    padding: 0;
    border-collapse: separate; }
    section table.cart th, section table.cart td {
      text-align: left;
      vertical-align: top;
      padding: 0.5rem 1rem; }
    section table.cart th, section table.cart th * {
      vertical-align: bottom;
      color: #b6262d;
      padding-bottom: 0.25rem; }
    section table.cart td {
      background-color: white;
      border-bottom: 1px solid #ccc; }
    @media only screen and (max-width: 47.99rem) {
  section table.cart th {
    display: none; }
    section table.cart td {
      display: block;
      width: 50%; }
      section table.cart td.ticketCount::before {
        content: "Anzahl: "; }
    section table.cart tr {
      display: flex;
      flex-wrap: wrap; }
      section table.cart tr td {
        width: 50%; }

      section table.cart tr.row td:nth-child(1) {
        width: 100%; } }
  section div#payment, section div#process, section div#complete {
    text-align: center; }
    section div#payment p, section div#process p, section div#complete p {
      margin-bottom: 2rem; }
  section div.paypal-buttons {
    max-width: 750px;
    margin: auto; }
  section div#process {
    display: none; }

.button, form.InputfieldForm button, form#events button {
  display: inline-block;
  background: none;
  background-color: #b6262d;
  color: white;
  padding: 0.9rem 3rem 0.7rem;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s, background-color 0.2s; }
  .button:hover, form.InputfieldForm button:hover, form#events button:hover {
    background-color: black; }

form.InputfieldForm input[type="checkbox"] {
  margin-right: 0.5rem; }
  form.InputfieldForm input[type="text"], form.InputfieldForm input[type="email"], form.InputfieldForm textarea, form.InputfieldForm select {
    border: 1px solid #808080;
    padding: 0.5rem 1rem; }
    @media only screen and (max-width: 47.99rem) {
  form.InputfieldForm input[type="text"], form.InputfieldForm input[type="email"], form.InputfieldForm textarea, form.InputfieldForm select {
    padding: 0.5rem; } }
  form.InputfieldForm p.description {
    opacity: 1; }
    form.InputfieldForm fieldset {
      border: none;
      padding: 0;
      margin-bottom: 2rem; }
    form.InputfieldForm label, form.InputfieldForm label * {
      color: #b6262d; }
  form.InputfieldForm div.InputfieldColumnWidth:not(.InputfieldColumnWidthFirst) label {
    text-indent: 1%; }
  form.InputfieldForm div.InputfieldContent > label {
    padding-left: 0 !important;
    display: inline-block;
    margin-top: 0.5rem; }
    form.InputfieldForm div.InputfieldContent > label, form.InputfieldForm div.InputfieldContent > label * {
      color: #808080; }
  form.InputfieldForm div.InputfieldSubmit {
    /*
     position: absolute;
     left: 50%;
     bottom: -200px;
     transform: translateX(-50%);
     */
    text-align: center; }

form#events button {
  position: absolute;
  left: 50%;
  bottom: -100px;
  transform: translateX(-50%); }

.textList {
  list-style: disc;
  margin-left: 2rem; }
  .textList li {
    margin-bottom: 0.3rem; }

.socialIcons a span {
  display: none; }
  .socialIcons a:hover svg *[fill="#fff"] {
    fill: #808080; }

a::before, button::before {
  position: absolute;
  top: 2px;
  left: 0; }
  a.mail::before, button.mail::before {
    content: "\f1f0"; }
  a.phone::before, button.phone::before {
    content: "\f3f2"; }
  a.menu::before, button.menu::before {
    content: "\f35c"; }
  a.close::before, button.close::before {
    content: "\f5ad"; }
  a.www::before, button.www::before {
    content: "\f59f"; }

.text p {
  line-height: 150%; }
  .text p, .text ul, .text ol, .text table {
    margin-bottom: 1.2rem; }
  .text p:last-child, .text ul:last-child, .text ol:last-child, .text table:last-child {
    margin-bottom: 0; }
  .text a {
    text-decoration: none;
    color: #b6262d; }
  .text a.icon {
    padding-left: 1.7rem; }
  .text ul, .text ol {
    margin-left: 2.5rem; }
  .text ul {
    list-style: disc; }
  .text ul li {
    margin-bottom: 0.6rem; }
  .text table {
    border-collapse: collapse; }
  .text table th, .text table td {
    padding: 0 1rem 0.5rem 0; }
  .text table th.right, .text table td.right {
    text-align: right; }
  .text table.times {
    width: 100% !important; }
  .text table.times th, .text table.times td {
    padding: 0.5rem;
    border-right: 2px dashed #ffcb04;
    border-bottom: 2px dashed #ffcb04; }
  .text table.times th:last-child, .text table.times td:last-child {
    border-right: none; }
  .text table.times tr:last-child td, .text table.times tr:last-child th {
    border-bottom: none; }
  @media only screen and (max-width: 47.99rem) {
      .text table.times th, .text table.times td {
        display: block;
        border-right: none; }
        .text table.times tr:last-child td, .text table.times tr:last-child th {
          border-bottom: 2px dashed #ffcb04; } }

.currency {
  text-align: right !important;
  white-space: nowrap; }
  .currency::after {
    content: " €"; }

.summary::before {
  content: "Summe: "; }

.right {
  text-align: right !important; }

div.error {
  background-color: white;
  padding: 2rem;
  margin-bottom: 2rem; }
  div.error h3 {
    color: red; }

table.ticketData {
  width: 100%;
  border-collapse: collapse; }
  table.ticketData th, table.ticketData td {
    text-align: left;
    padding: 0.5rem 1rem;
    vertical-align: top; }
  table.ticketData td {
    vertical-align: middle; }
  table.ticketData td input {
    border: 1px solid #808080;
    padding: 0.5rem 1rem;
    width: 100%; }
/*
 /// Gets font
 @function _font($keys...) {
 @return val($fonts, $keys...);
 }
 */
body > header {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  padding: 2rem 0;
  box-shadow: 0px 10px 28px -13px rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100; }
  body > header button#naviShow {
    display: none;
    position: fixed;
    padding: 0.5rem;
    top: 0.7rem;
    left: 1.5rem;
    background: none;
    border-radius: 0; }
  body > header button#naviShow::before {
    font-size: 2rem; }
  body > header button#naviShow span {
    display: none; }
  @media only screen and (max-width: 47.99rem) {
    body > header button#naviShow {
      display: block; } }
  body > header h1 {
    text-align: right; }
  body > header h1 img {
    width: 50%;
    height: auto;
    max-width: 500px;
    transition: width 0.2s; }
  @media only screen and (max-width: 47.99rem) {
    body > header h1 {
      text-align: center; }
      body > header h1 img {
        width: 90%;
        max-width: 100%; } }
  body > header.fixed {
    opacity: 1 !important;
    position: fixed;
    top: 0 !important;
    padding: 1rem 0; }
  body > header.fixed h1 img, body > header.fixed a#call img {
    width: 250px; }
  body > header.fixed div.wrapper {
    min-height: 27px; }
  body > header.fixed div.wrapper::after {
    transition: opacity 0.5s;
    opacity: 1; }

footer {
  background-color: black;
  padding: 1rem 0; }
  footer * {
    color: white; }
  footer a {
    color: white;
    text-decoration: none; }
  footer a:hover {
    color: #b6262d; }

body > main {
  padding-bottom: 200px; }
  body > main h2 {
    margin-bottom: 2rem;
    color: white;
    text-align: center; }
/* space before and behind */
div.ce > div.wrapper > div {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: auto; }
  div.ce.ce-space-before-small > div.wrapper > div, div.ce.ce-space-before-small h2.ce-headline {
    padding-top: 1rem; }
  div.ce.ce-space-behind-small > div.wrapper > div, div.ce.ce-space-behind-small h2.ce-headline {
    padding-bottom: 1rem; }
  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-behind-none > div.wrapper > div, div.ce.ce-space-behind-none h2.ce-headline {
    padding-bottom: 0; }
  div.ce.ce-width-full div.wrapper {
    max-width: 100%; }
  div.ce.ce-width-narrow div.wrapper {
    max-width: 68rem; }
  div.ce.ce-width-narrow-2 div.wrapper {
    max-width: 72rem; }
  div.ce.after-image {
    margin-top: -100px; }
  div.ce h2.ce-headline {
    /*
     text-align: center;
     @extend .fs_headline_1;
     @extend .bold;
     color: $grey_dark;
     */ }

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: 47.99rem) {
    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 {
    background-color: #ffefc6;
    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 {
  padding: 5rem; }
  @media only screen and (max-width: 47.99rem) {
    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, div.ce-type-text_with_image > div.wrapper > div.right > div {
    width: 48%; }
  div.ce-type-text_with_image > div.wrapper > div.left, div.ce-type-text_with_image > div.wrapper > div.right, div.ce-type-text_with_image > div.wrapper > div.before, div.ce-type-text_with_image > div.wrapper > div.behind, div.ce-type-text_with_image > div.wrapper > div.left_float, div.ce-type-text_with_image > div.wrapper > div.right_float {
    background-color: white; }
  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: 47.99rem) {
      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.box_behind_left div.text, div.ce-type-text_with_image > div.wrapper > div.box_behind_right div.text {
    background-color: white;
    width: 50%;
    margin: 0 0 0 50px;
    transform: translateY(-50%); }
  @media only screen and (max-width: 47.99rem) {
        div.ce-type-text_with_image > div.wrapper > div.box_behind_left div.text, div.ce-type-text_with_image > div.wrapper > div.box_behind_right div.text {
          width: auto !important;
          transform: translateY(-1rem);
          margin: 0 1rem; } }
  @media only screen and (max-width: 47.99rem) {
        div.ce-type-text_with_image > div.wrapper > div.box_behind_left div.images, div.ce-type-text_with_image > div.wrapper > div.box_behind_right div.images {
          margin-bottom: 0; } }
  div.ce-type-text_with_image > div.wrapper > div div.text {
    padding: 1.5rem 2rem; }
  @media only screen and (max-width: 47.99rem) {
      div.ce-type-text_with_image > div.wrapper > div div.text {
        padding: 1.5rem; } }
  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%;
    display: block;
    border-radius: 90px 0 90px 0; }
  div.ce-type-text_with_image > div.wrapper > div a.readMore {
    position: absolute;
    bottom: 0;
    left: 2rem;
    transform: translateY(50%); }
  @media only screen and (max-width: 47.99rem) {
    div.ce-type-text_with_image > div.wrapper > div > div {
      width: 100% !important;
      margin-bottom: 1rem; } }

div.contacts.grid {
  display: flex;
  flex-wrap: wrap; }
  div.contacts.grid > section {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem; }
  div.contacts.grid > section > * {
    width: 50%; }
  @media only screen and (max-width: 47.99rem) {
      div.contacts.grid > section > * {
        width: 100%; }
        div.contacts.grid > section:nth-child(even) > figure {
          order: 1; }
          div.contacts.grid > section:nth-child(even) > div {
            order: 2; }
        div.contacts.grid > section:nth-child(odd) > figure {
          order: 1; }
          div.contacts.grid > section:nth-child(odd) > div {
            order: 2; }
        div.contacts.grid > section > figure img {
          width: 100%;
          max-width: 250px; }
        div.contacts.grid > section > div {
          padding-left: 1rem !important;
          padding-right: 1rem !important; }
          div.contacts.grid > section > div ul.communication {
            position: static !important;
            margin-top: 2rem; } }
  div.contacts.grid > section:hover img {
    border-color: #ffcb04; }
  div.contacts.grid > section > figure img {
    display: block;
    border: 10px solid white;
    transition: border-color 0.2s; }
  div.contacts.grid > section > div {
    padding: 1rem 2rem; }
  div.contacts.grid > section > div div.teaser p {
    margin-bottom: 0.5rem; }
  div.contacts.grid > section > div h3 {
    margin-bottom: 1rem;
    transition: all 0.2s; }
  div.contacts.grid > section > div button.detail {
    margin-top: 1rem;
    cursor: pointer;
    padding-left: 1.7rem;
    background: none; }
    div.contacts.grid > section > div button.detail span {
      font-size: 1.125rem; }
    div.contacts.grid > section > div button.detail::before {
      content: "\fec8"; }
  div.contacts.grid > section > div ul.communication {
    position: absolute;
    left: 2rem;
    bottom: 2rem; }
    div.contacts.grid > section > div ul.communication li a {
      color: black;
      text-decoration: none; }
    div.contacts.grid > section > div ul.communication li.vcard {
      margin-top: 1rem; }
      div.contacts.grid > section > div ul.communication li.vcard a {
        padding-left: 30px;
        text-decoration: underline; }
        div.contacts.grid > section > div ul.communication li.vcard a::before {
          content: "\f1ee";
          position: absolute;
          left: 0;
          top: -4px; }
  div.contacts div.contact-detail {
    display: none; }

div.contact-detail {
  border-radius: 90px 0;
  background-color: white;
  max-width: 80rem;
  padding: 3rem;
  margin: auto; }

div.ce-type-video div.video {
  padding: 5rem; }
  div.ce-type-video div.video video {
    width: 100%; }

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: 47.99rem) {
  div.ce-type-form div.form {
    padding: 0 1rem 3rem; } }

div.ce-type-slideshow {
  padding: 0; }
  @media only screen and (max-width: 47.99rem) {
  div.ce-type-slideshow {
    display: none; } }
  div.ce-type-slideshow button.arrow.nextSlide {
    right: -4rem; }
  div.ce-type-slideshow button.arrow.prevSlide {
    left: -4rem; }
  div.ce-type-slideshow div.slideshow {
    display: flex;
    flex-wrap: wrap; }
  div.ce-type-slideshow div.slideshow div.slide {
    width: 100%;
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #fff; }
  div.ce-type-slideshow div.slideshow div.slide.right {
    text-align: right;
    background-position: top left; }
  div.ce-type-slideshow div.slideshow div.slide div.content {
    text-align: left;
    max-width: 45%;
    display: inline-block;
    margin: 3rem;
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.8); }
  div.ce-type-slideshow div.slideshow div.slide div.content h2, div.ce-type-slideshow div.slideshow div.slide div.content h3 {
    padding: 1rem;
    text-transform: none; }
  div.ce-type-slideshow div.slideshow div.slide div.content h2 {
    text-decoration: underline; }
  div.ce-type-slideshow div.slideshow div.slide div.content h3 {
    color: #fff; }
  div.ce-type-slideshow div.slideshow div.slide div.content h2 + h3 {
    margin-top: -1.5rem;
    padding-top: 0; }
  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 {
    padding: 0.5rem 1rem 0.6rem;
    text-transform: none; }
  div.ce-type-slideshow div.slideshow ul.slick-dots {
    bottom: 1rem; }
  div.ce-type-slideshow div.slideshow ul.slick-dots li button {
    background: #fff; }
  div.ce-type-slideshow div.sliderProgress {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    overflow: hidden; }
  div.ce-type-slideshow div.sliderProgress > div {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0; }
  div.ce-type-columns > div.wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  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: 65.625rem) {
  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: 50% !important; } }
  @media only screen and (max-width: 47.99rem) {
  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: center;
  text-align: center; }
  div.ce-type-gallery ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
    margin: 0 1% 2%; }
  div.ce-type-gallery ul li figure {
    width: 100%;
    position: static; }
  div.ce-type-gallery ul li figure picture {
    display: block; }
    div.ce-type-gallery ul li figure picture img {
      display: block; }
  div.ce-type-gallery ul li figure figcaption {
    position: absolute;
    bottom: -1rem;
    left: 0.5rem; }
  @media only screen and (max-width: 65.625rem) {
      div.ce-type-gallery ul li {
        width: 48% !important;
        margin-bottom: 2rem; } }
  div.ce-type-gallery ul[data-columns="2"] li {
    width: 48%; }
  div.ce-type-gallery ul[data-columns="3"] li {
    width: 31.33%; }
  div.ce-type-gallery ul[data-columns="4"] li {
    width: 23%; }
  div.ce-type-gallery ul[data-columns="5"] li {
    width: 18%; }
  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: 47.99rem) {
    div.ce-type-news > div.wrapper > div {
      padding: 3rem 0; } }
  div.ce-type-news > div.wrapper > div figure {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%; }
  div.ce-type-news > div.wrapper > div figure img {
    width: 100%;
    height: auto; }
  div.ce-type-news > div.wrapper > div header {
    margin: auto; }
  div.ce-type-news > div.wrapper > div.view-list ul li {
    margin-bottom: 1rem;
    background-color: white;
    display: flex;
    flex-wrap: wrap; }
    div.ce-type-news > div.wrapper > div.view-list ul li.date {
      background: none;
      color: #808080;
      padding-left: 1.8rem;
      text-transform: uppercase; }
      div.ce-type-news > div.wrapper > div.view-list ul li.date::before {
        content: "\f35f";
        margin-right: 0.5rem;
        position: absolute;
        left: 0;
        top: -1px;
        font-size: 1.8rem; }
    div.ce-type-news > div.wrapper > div.view-list ul li figure {
      width: 20%; }
      div.ce-type-news > div.wrapper > div.view-list ul li figure picture {
        display: none; }
    div.ce-type-news > div.wrapper > div.view-list ul li article {
      width: 80%;
      display: flex;
      overflow: auto; }
      div.ce-type-news > div.wrapper > div.view-list ul li article > header {
        width: 40%;
        padding: 1rem; }
      div.ce-type-news > div.wrapper > div.view-list ul li article > div {
        width: 60%;
        padding: 1rem; }
    div.ce-type-news > div.wrapper > div.view-list ul li a.readmore {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      float: right; }
    @media only screen and (max-width: 47.99rem) {
        div.ce-type-news > div.wrapper > div.view-list ul li {
          display: block; }
          div.ce-type-news > div.wrapper > div.view-list ul li figure {
            display: none; }
          div.ce-type-news > div.wrapper > div.view-list ul li article {
            display: block;
            width: 100%; }
            div.ce-type-news > div.wrapper > div.view-list ul li article header, div.ce-type-news > div.wrapper > div.view-list ul li article > div {
              width: 100%; }
            div.ce-type-news > div.wrapper > div.view-list ul li article h3 {
              margin-bottom: 0; } }
  div.ce-type-news > div.wrapper > div.view-grid ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  div.ce-type-news > div.wrapper > div.view-grid ul li {
    margin-bottom: 3rem;
    width: 49%; }
    div.ce-type-news > div.wrapper > div.view-grid ul li.date {
      display: none; }
    @media only screen and (min-width: 66rem) {
        div.ce-type-news > div.wrapper > div.view-grid ul li {
          width: 32%; } }
    div.ce-type-news > div.wrapper > div.view-grid ul li figure {
      background: none !important; }
    div.ce-type-news > div.wrapper > div.view-grid ul li article {
      background-color: white;
      margin: -2rem 1rem 0 1rem;
      padding: 2rem; }
    div.ce-type-news > div.wrapper > div.view-grid ul li div.text {
      position: static; }
    div.ce-type-news > div.wrapper > div.view-grid ul li a.readmore {
      position: absolute;
      bottom: 0px;
      left: 2rem;
      transform: translateY(50%); }
/*
 /// 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 {
  background-color: #fff;
  min-height: 100vh;
  background-image: url(/site/templates/images/splassme.png), url(/site/templates/images/bg_body.jpg);
  background-size: cover, cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: grid;
  grid-template-rows: 1fr auto;
  padding-top: 250px; }
  @media only screen and (max-width: 47.99rem) {
  body {
    padding-top: 194px; } }
  img#logo {
    position: absolute;
    top: 400px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100; }
  @media only screen and (max-width: 47.99rem) {
  img#logo {
    top: 150px;
    transform: translateX(-50%);
    width: 320px;
    height: auto; } }

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

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

div.wrapper {
  max-width: 82rem;
  padding: 0 9rem;
  margin: 0 auto; }
  @media only screen and (max-width: 65.625rem) {
  div.wrapper {
    padding: 0 2rem 0 4rem; } }
  @media only screen and (max-width: 47.99rem) {
  div.wrapper {
    padding: 0 1rem; } }
  div.wrapper.inner {
    max-width: 70rem;
    padding: 0 1rem; }
  div.wrapper.outer {
    max-width: 100%; }
  div.wrapper.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  div.wrapper.flex > * {
    width: 100%; }
  div.wrapper.flex.c2 > * {
    width: 48%; }
  div.wrapper.flex.c3 > * {
    width: 32%; }
  div.wrapper.flex.c4 > * {
    width: 24%; }
  div.wrapper.flex.c5 > * {
    width: 19%; }
  div.wrapper.flex.middle {
    align-items: center; }
  @media only screen and (max-width: 47.99rem) {
    div.wrapper.flex > * {
      width: 100% !important;
      margin-bottom: 2rem; }
      div.wrapper.flex > *, div.wrapper.flex > * * {
        text-align: center !important; } }

span.date, span.location {
  display: inline-block;
  margin: 0 1rem 0.5rem 0;
  color: #b6262d;
  vertical-align: middle; }
  span.date::before, span.location::before {
    margin-right: 0.2rem;
    vertical-align: bottom; }
  span.date.date::before, span.location.date::before {
    content: "\f0f0"; }
  span.date.location::before, span.location.location::before {
    content: "\F34E"; }

.shadow, section, .button, form.InputfieldForm button, form#events button, div.error, div.ce-type-slideshow div.slideshow, div.ce-type-slideshow div.slideshow div.slide div.content a.button {
  -webkit-box-shadow: 0px 10px 28px -13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 28px -13px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 28px -13px rgba(0, 0, 0, 0.75); }

.shape, div.contacts.grid > section > figure img {
  border-radius: 90px 0; }

.shape-reverse, div.contacts.grid > section.right > figure img {
  border-radius: 0 90px; }
/* styles */
div.ce.ce-style2 > div.wrapper > div {
  background-color: white;
  padding-left: 3rem;
  padding-right: 3rem; }
