@media all {
  #-IMXEVNT-datepickerPopup {
    position: absolute;
    width: 260px;
    z-index: 10;
  }

  #-IMXEVNT-datepickerPopup > .-IMXEVNT-datepickerPopup__body {
    background: #fff;
  }

  #-IMXEVNT-datepickerPopup > .-IMXEVNT-datepickerPopup__body > .-IMXEVNT-datepickerPopup__closer {
    background: var(--datepicker-otherdatespreview-closer-background);
    text-align: center;
    text-decoration: none;
    float: right;
    width: 40px;
    height: 40px;
  }

  #-IMXEVNT-datepickerPopup > .-IMXEVNT-datepickerPopup__body > .-IMXEVNT-datepickerPopup__closer > [class*=icon] {
    font-size: 20px;
    color: #fff;
    vertical-align: middle;
    line-height: 40px;
  }

  #-IMXEVNT-datepickerPopup > .-IMXEVNT-datepickerPopup__body > ul {
    padding: 60px 25px 30px 20px;
    margin: 0;
    list-style-type: none;
  }

  #-IMXEVNT-datepickerPopup > .-IMXEVNT-datepickerPopup__body > ul > li {
    clear: both;
  }

  #-IMXEVNT-datepickerPopup > .-IMXEVNT-datepickerPopup__body .-IMXEVNT-datepickerPopup__time {
    color: #333 !important;
    line-height: 1.8em;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-detailpage-calendar-overlay-time, 12px);
    font-family: var(--font-text);
    padding-top: 4px;
    display: inline-block;
  }

  #-IMXEVNT-datepickerPopup > .-IMXEVNT-datepickerPopup__body .-IMXEVNT-datepickerPopup__duration {
    float: right;
    line-height: 1.8em;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-detailpage-calendar-overlay-duration, 8px);
    font-family: var(--font-text);
    padding-top: 4px;
  }

  #-IMXEVNT-datepickerPopup > .-IMXEVNT-datepickerPopup__footer {
    background: var(--datepicker-otherdatespreview-background);
    height: 95px;
    text-align: center;
  }

  #-IMXEVNT-datepickerPopup > .-IMXEVNT-datepickerPopup__footer > p {
    color: #fff;
    text-transform: none;
    font-size: var(--font-size-detailpage-calendar-overlay-dateLabel, 16px);
    padding-top: 20px;
    margin: 0;
  }

  #-IMXEVNT-datepickerPopup > .-IMXEVNT-datepickerPopup__footer > p > span {
    font-size: var(--font-size-detailpage-calendar-overlay-date, 26px);
  }

  body .fancybox-inner {
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-width: 450px) {
  #-IMXEVNT-datepickerPopup {
    left: 50px !important;
  }
}

/*!
 * Copyright (c) 2014 Tamble, Inc.
 * Licensed under MIT (https://github.com/tamble/jquery-ui-daterangepicker/raw/master/LICENSE.txt)
 */
@media all {
  .comiseo-daterangepicker {
    background: var(--datepicker-background);
    color: var(--datepicker-color);
    border-radius: 3px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    position: absolute;
    z-index: 150;
  }

  .comiseo-daterangepicker-body {
    padding: 0 30px 20px 30px;
  }

  .comiseo-daterangepicker,
  .comiseo-daterangepicker .ui-widget-content,
  .comiseo-daterangepicker .ui-state-highlight {
    background-image: none;
    border: 0;
  }

  .comiseo-daterangepicker-presets {
    display: none;
  }

  .comiseo-daterangepicker-calendar {
    width: 100%;
    display: block;
    background: none;
  }

  .comiseo-daterangepicker .ui-datepicker {
    width: 368px;
  }

  .ui-datepicker {
    background: none;
    border: 0;
    min-height: auto;
    padding: 0;
    position: relative;
  }

  .ui-datepicker .ui-datepicker-calendar {
    margin: 0 0 50px 0;
    padding: 10px 30px;
    display: block;
  }

  .ui-datepicker .ui-datepicker-calendar th,
  .ui-datepicker .ui-datepicker-calendar td {
    border: 0;
    color: var(--cd-alternative-color);
    line-height: 2.93em;
    font-weight: 700;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-calendar-base, 15px);
    font-family: var(--font-text);
    height: 44px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 44px;
  }

  .ui-datepicker .ui-datepicker-calendar th > a,
  .ui-datepicker .ui-datepicker-calendar td > a,
  .ui-datepicker .ui-datepicker-calendar th > span,
  .ui-datepicker .ui-datepicker-calendar td > span {
    background: none;
    border: 0;
    color: inherit;
    text-align: center;
    padding: 0;
  }

  .ui-datepicker .ui-datepicker-calendar td.ui-state-highlight {
    background: rgba(0, 0, 0, 0.15);
  }

  .ui-datepicker .ui-datepicker-calendar td.ui-state-hasevent,
  .ui-datepicker .ui-datepicker-calendar td.ui-border-day {
    background: rgba(0, 0, 0, 0.5);
    color: var(--cd-colorOnBackground);
  }

  .ui-datepicker .ui-datepicker-calendar td.ui-state-hover-range,
  .ui-datepicker .ui-datepicker-calendar td.ui-state-hover {
    background: var(--cd-text);
    color: var(--cd-colorOnBackground);
  }

  .ui-datepicker .ui-datepicker-header {
    background: none;
    border: 0;
    border-radius: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    position: absolute;
    width: 100%;
  }

  .ui-datepicker .ui-datepicker-header > .ui-datepicker-title {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    height: 40px;
    margin: 0;
    padding: 0;
  }

  .ui-datepicker .ui-datepicker-header > .ui-datepicker-title > .ui-datepicker-month,
  .ui-datepicker .ui-datepicker-header > .ui-datepicker-title > .ui-datepicker-year {
    display: inline;
    font-weight: 700;
  }

  .ui-datepicker .ui-datepicker-header > .ui-datepicker-title .ui-datepicker-month {
    line-height: 38px;
    font-weight: 700;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-calendar-monthTitle, 22px);
    font-family: var(--font-text);
  }

  .ui-datepicker .ui-datepicker-header > .ui-datepicker-title .ui-datepicker-year {
    line-height: 38px;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-calendar-monthTitle, 22px);
    font-family: var(--font-text);
  }

  .ui-datepicker .ui-datepicker-header > .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-header > .ui-datepicker-next {
    background: none;
    border: 0;
    width: auto;
    cursor: pointer;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .ui-datepicker .ui-datepicker-header > .ui-datepicker-prev::after,
  .ui-datepicker .ui-datepicker-header > .ui-datepicker-next::after {
    font: 400 normal 18px 'icomoon';
  }

  .ui-datepicker .ui-datepicker-header > .ui-datepicker-prev > .ui-icon,
  .ui-datepicker .ui-datepicker-header > .ui-datepicker-next > .ui-icon {
    display: none;
  }

  .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    left: 32px;
  }

  .ui-datepicker .ui-datepicker-header .ui-datepicker-prev::after {
    content: '\e60b';
  }

  .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    right: 32px;
  }

  .ui-datepicker .ui-datepicker-header .ui-datepicker-next::after {
    content: '\e60c';
  }

  .comiseo-daterangepicker .comiseo-daterangepicker-heading {
    width: 100%;
    border-bottom: var(--elements-border, 0);
    height: 60px;
    position: relative;
  }

  .comiseo-daterangepicker .comiseo-daterangepicker-heading button.icon-closer {
    font-family: 'icomoon';
    font-size: 2.8em;
    position: absolute;
    right: 15px;
    top: 50%;
    text-decoration: none;
    transform: translateY(-50%);
    background: none;
    border: 0;
  }

  .comiseo-daterangepicker .comiseo-daterangepicker-buttonpanel {
    padding: 20px 30px;
  }

  .comiseo-daterangepicker .comiseo-daterangepicker-buttonpanel > .ui-priority-secondary {
    display: none;
  }

  .comiseo-daterangepicker .comiseo-daterangepicker-buttonpanel > .ui-priority-primary {
    background: var(--button-background);
    color: var(--button-color);
    border: 0;
    border-radius: 4px;
    line-height: 2.64em;
    font-weight: 600;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-calendar-buttonpanel, 14px);
    font-family: var(--font-text);
    margin: 0;
  }

  .comiseo-daterangepicker .comiseo-daterangepicker-buttonpanel > .ui-priority-primary > .ui-button-text {
    display: inline;
  }

  .comiseo-daterangepicker .comiseo-daterangepicker-buttonpanel > .ui-priority-secondary.ui-button-clear {
    background: no-repeat;
    border: 0;
    color: var(--cd-color);
    display: block;
    line-height: 14px;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-calendar-buttonpanel, 14px);
    font-family: var(--font-text);
    float: left;
    height: 35px;
    margin: 0;
    opacity: 1;
    position: relative;
    padding: 0;
    top: 0;
    text-decoration: underline;
  }
}

@media screen and (max-width: 600px) {
  .comiseo-daterangepicker .comiseo-daterangepicker-buttonpanel > .ui-priority-secondary.ui-button-clear {
    margin: 0 10% 0 0;
  }

  .comiseo-daterangepicker {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 100vh;
    max-width: 100%;
    width: 100%;
    padding: 0;
    transition: top 1s ease;
    top: 100vh;
  }

  .comiseo-daterangepicker .ui-datepicker {
    width: 100%;
  }
}

@media screen and (min-width: 601px) {
  .comiseo-daterangepicker-heading {
    display: none;
  }
}

@media screen {
  .-IMXEVNT-main--medium .-IMXEVNT-articleContext__calendar > .ui-datepicker,
  .-IMXEVNT-main--tiny .-IMXEVNT-articleContext__calendar > .ui-datepicker,
  .-IMXEVNT-main--small .-IMXEVNT-articleContext__calendar > .ui-datepicker {
    min-height: 380px;
  }

  .-IMXEVNT-articleContext__calendar > .ui-datepicker {
    width: 100%;
    min-height: 454px;
  }

  .-IMXEVNT-articleContext__calendar > .ui-datepicker a {
    text-decoration: none !important;
  }

  .-IMXEVNT-articleContext__calendar > .ui-widget-content > .ui-datepicker-calendar .ui-state-default {
    cursor: default;
  }

  .-IMXEVNT-articleContext__calendar > .ui-widget-content > .ui-datepicker-calendar .ui-state-active,
  .-IMXEVNT-articleContext__calendar > .ui-widget-content > .ui-datepicker-calendar .ui-state-hover {
    background: transparent;
    color: var(--cd-alternative-color);
  }

  .-IMXEVNT-articleContext__calendar > .ui-widget-content > .ui-datepicker-calendar .ui-state-hasevent.ui-state-selected {
    background: var(--datepicker-selectedDay-background-color);
    color: var(--cd-colorOnCta);
  }

  .-IMXEVNT-articleContext__calendar > .ui-widget-content > .ui-datepicker-calendar .ui-state-hasevent {
    background: var(--datepicker-hasEvent-background-color);
    color: var(--datepicker-hasEvent-color, var(--cd-alternative-color));
  }

  .-IMXEVNT-articleContext__calendar > .ui-widget-content > .ui-datepicker-calendar .ui-state-today {
    background: #fff;
    color: var(--cd-alternative-color);
  }

  .-IMXEVNT-articleContext__calendar > .ui-widget-content > .ui-datepicker-calendar td > a {
    cursor: default !important;
  }

  .-IMXEVNT-articleContext__calendar > .ui-widget-content > .ui-datepicker-calendar td.ui-state-hasevent > a {
    cursor: pointer !important;
  }

  .ui-datepicker td.ui-datepicker-today {
    background: var(--datepicker-today-background);
    color: var(--datepicker-today-color);
  }

  .ui-datepicker td.ui-state-highlight.ui-border-day {
    background: var(--datepicker-borderday-background);
    color: var(--datepicker-borderday-color);
  }

  .ui-datepicker .ui-datepicker-calendar th {
    background: var(--datepicker-weekdays-background);
    color: var(--datepicker-weekdays-color);
  }

  .ui-datepicker td.ui-state-hasevent:not(.ui-datepicker-today) {
    background: var(--datepicker-event-background);
    color: var(--datepicker-event-color);
  }

  .ui-datepicker .ui-datepicker-header > .ui-datepicker-title,
  .-IMXEVNT-articleContext__calendar {
    border-top: var(--elements-border, 0);
    border-bottom: var(--elements-border, 0);
  }

  #-IMXEVNT-host .ui-button-text-icon-secondary .ui-button-text,
  #-IMXEVNT-host .ui-button-text-icons .ui-button-text {
    padding: 0.4em 1.3em 0.4em 0;
  }
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('/portal/frontend/components/v3/assets/images/vendor/fancybox_sprite.png');
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('/portal/frontend/components/v3/assets/images/vendor/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 25%;
  width: 25%;
  height: 50%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('/portal/frontend/components/v3/assets/images/vendor/blank.gif'); /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('/portal/frontend/components/v3/assets/images/vendor/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/* Retina graphics! */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('/portal/frontend/components/v3/assets/images/vendor/fancybox_sprite@2x.png');
    background-size: 44px 152px; /* The size of the normal image, half the size of the hi-res image */
  }

  #fancybox-loading div {
    background-image: url('/portal/frontend/components/v3/assets/images/vendor/fancybox_loading@2x.gif');
    background-size: 24px 24px; /* The size of the normal image, half the size of the hi-res image */
  }
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {

  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}

.noUi-stacking + .noUi-origin {

  /* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
  *z-index: -1;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  -o-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;

  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane { z-index: 400; }

.leaflet-tile-pane { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane { z-index: 500; }
.leaflet-marker-pane { z-index: 600; }
.leaflet-tooltip-pane { z-index: 650; }
.leaflet-popup-pane { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg { z-index: 200; }

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}


/* control positioning */

.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}


/* cursors */

.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */

.leaflet-container {
  background: #ddd;
  outline: 0;
}

.leaflet-container a {
  color: #0078a8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}


/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}


/* general toolbar styles */

.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}


/* layers control */

.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(images/marker-icon.png);
}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}


/* popup */

.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:dximagetransform.microsoft.matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}


/* div icon */

.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top::before,
.leaflet-tooltip-bottom::before,
.leaflet-tooltip-left::before,
.leaflet-tooltip-right::before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */

.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom::before,
.leaflet-tooltip-top::before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top::before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom::before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left::before,
.leaflet-tooltip-right::before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left::before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right::before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

/** initial setup **/
.-IMXEVNT-scroller {

  /* position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; */
}

.-IMXEVNT-scroller > .-IMXEVNT-scrollerArea {

  /* width: auto!important;
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; */
  /* padding-right : 17px; */
}

.-IMXEVNT-scroller > .-IMXEVNT-scrollerArea:focus {
  outline: thin dotted;
}

.-IMXEVNT-scroller > .-IMXEVNT-scrollerArea::-webkit-scrollbar {

  /* display: none; */
}

.has-scrollbar > .-IMXEVNT-scrollerArea::-webkit-scrollbar {

  /* display: block; */
}

.-IMXEVNT-scroller > .-IMXEVNT-scrollPane {
  background: transparent;
  z-index: 2;
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 5px;
  visibility: hidden\9;

  /* Target only IE7 and IE8 with this hack */
  opacity: 0.01;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.-IMXEVNT-scroller > .-IMXEVNT-scrollPane > .-IMXEVNT-scrollSlider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 1px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.-IMXEVNT-scroller:hover > .-IMXEVNT-scrollPane,
.-IMXEVNT-scrollPane.active,
.-IMXEVNT-scrollPane.flashed {
  visibility: visible\9;

  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}

/**
 * IMX Eventmanager - Whitelabel 2015
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage basics
 * @author     gueldner
 * @since      26.06.2015
 * @version    $Id$
 **/
/*  =========================================================
color settings - colorTextOnBG        - #fff

color settings - colorCDBlue          - #4179a1
color settings - colorCDBlueDesat     - #7195af
color settings - colorCDBlueDesatDark - #335f7e

color settings - colorCDRed           - #bd021b
color settings - colorCDRedDesat      - #bd4454

color settings - colorTextDark        - #333333
color settings - colorTextMedium      - #666666
color settings - colorTextLight       - #999999

color settings - colorBGDark          - #dcdcdc
color settings - colorBgLight         - #e7e7e7
========================================================== */

/*  =========================================================
color settings - colorTextOnBG - #fff
========================================================== */
/* background-color */
@media all {
  .-IMXEVNT-offCanvasArea__filter > ul > li > [type="checkbox"][id*="subfilter"]:checked ~ .label,
  .-IMXEVNT-offCanvasArea__filter > ul > li > ul,
  .-IMXEVNT-contentForm [type='text'],
  #-IMXEVNT-pageFooter__meta > ul > li:not(:last-of-type)::after,
  #-IMXEVNT-pageFooter__languagesetter > label,
  #-IMXEVNT-pageFooter__languagesetter > ul,
  #-IMXEVNT-pageFooter__languagesetter > ul::after {

    /*  =========================================================
    HIER ANPASSEN
    Basisfarbe - weiß - #ffffff
    Hintergrund Farbe
    für helle Hintergründe, Formularfelder
    ========================================================== */
    background-color: #fff !important;
  }
}

/* color */
@media all {
  .-IMXEVNT-articleContext--invers,
  .-IMXEVNT-titleArea--invers h3,
  .-IMXEVNT-titleArea--invers p,
  .-IMXEVNT-offCanvasArea__filter > ul > li > [type='checkbox'] > .label > .checkbox::before,
  .-IMXEVNT-offCanvasArea__filter > ul > li > [type='checkbox'] > .label > .dropdown,
  #-IMXEVNT-host .-IMXEVNT-offCanvasArea__filter > .-IMXEVNT-offCanvasArea__button > button[type="reset"],
  #-IMXEVNT-host .-IMXEVNT-offCanvasArea__filter > .-IMXEVNT-offCanvasArea__button > button[type="submit"],
  .-IMXEVNT-offCanvasArea__article > hgroup > h2,
  .-IMXEVNT-offCanvasArea__article > hgroup > span,
  .-IMXEVNT-offCanvasArea__article > hgroup > a,
  .-IMXEVNT-offCanvasArea__article > hgroup > a:visited,
  .-IMXEVNT-articleText a.download::before,
  .-IMXEVNT-offCanvasArea__filter > ul > li > .label > .dropdown::after,
  .-IMXEVNT-offCanvasArea__filter > ul > li > .label > .checkbox::before,
  #-IMXEVNT-pageFooter__languagesetter > label > [class*='icon'],
  .-IMXEVNT-v-grid > a.-IMXEVNT-listButton,
  #-IMXEVNT-heroimage__form legend,
  #-IMXEVNT-contentOverlay .button {

    /*  =========================================================
    HIER ANPASSEN
    Basisfarbe - weiß - #ffffff
    Vordergrundfarbe / Textfarbe
    für helle Texte und Icons auf Buttons, Formularen und Bildern
    ========================================================== */
    color: #fff !important;
  }
}

/* border-color */
@media all {
  #-IMXEVNT-main.-IMXEVNT-main--small #-IMXEVNT-heroimage__form fieldset > [type='checkbox']:not(:checked) ~ legend,
  #-IMXEVNT-articleTools,
  #-IMXEVNT-articleTools li > ul,
  .-IMXEVNT-collector > label::before,
  .-IMXEVNT-offCanvasArea__filter > .-IMXEVNT-offCanvasArea__button {

    /*  =========================================================
    HIER ANPASSEN
    Basisfarbe - weiß - #ffffff
    Rahmenfarbe
    für helle Rahmen bei Sticky Buttons, Filterformularen und Artikeltools
    ========================================================== */
    border-color: #fff !important;
  }
}

/*  =========================================================
color settings - colorCDBlue - #4179a1
========================================================== */
/* background-color */
@media all {
  #-IMXEVNT-host .-IMXEVNT-offCanvasArea__filter > .-IMXEVNT-offCanvasArea__button > button[type="reset"],
  a.download::before,
  .-IMXEVNT-titleArea--invers,
  .noUi-handle,
  #-IMXEVNT-contentOverlay .button {

    /*  =========================================================
    HIER ANPASSEN
    Basisfarbe - blau - #4179a1
    Hintergrundfarbe
    für Buttons, Gruppierungselemente und Labels
    ========================================================== */
    background-color: var(--cd-background) !important;
  }
}

/* color */
@media all {
  .-IMXEVNT-articleContext a:not(.button):not(.ui-state-default):not([class*='ui-datepicker']),
  .-IMXEVNT-listElement__text > :not(h2) > a:not(.button),
  .-IMXEVNT-offCanvasArea__listElement > :not(h3) > a:not(.button),
  .-IMXEVNT-offCanvasArea__listElement > h3:hover,
  .-IMXEVNT-offCanvasArea__articleText > p.date a,
  .-IMXEVNT-offCanvasArea__articleText > p.date a:visited {

    /*  =========================================================
    HIER ANPASSEN
    Basisfarbe - blau - #4179a1
    Vordergrundfarbe / Textfarbe
    für Links
    ========================================================== */
    color: var(--cd-color) !important;
  }
}

/*  =========================================================
color settings - colorCDRed - #bd021b
========================================================== */
/* background-color */
@media all {
  #-IMXEVNT-host .-IMXEVNT-offCanvasArea__filter > .-IMXEVNT-offCanvasArea__button > button[type="submit"],
  .fancybox-overlay .button.button--cta {

    /*  =========================================================
    HIER ANPASSEN
    Basisfarbe - rot - #bd021b
    Hintergrundfarbe
    für CTA Buttons
    ========================================================== */
    background-color: var(--cd-cta) !important;
  }
}

/*  =========================================================
color settings - colorTextDark - #333333
========================================================== */
/* color */
@media all {
  .-IMXEVNT-articleText > h3,
  .-IMXEVNT-articleText > ul,
  .-IMXEVNT-articleContext--light,
  .-IMXEVNT-articleContext--dark,
  .-IMXEVNT-titleArea--light h3,
  .-IMXEVNT-titleArea--light p,
  .-IMXEVNT-offCanvasArea__listElement > h3,
  .-IMXEVNT-offCanvasArea__listElement p:not(.-IMXEVNT-offCanvasArea__listElement__image__copyright),
  .-IMXEVNT-offCanvasArea__articleText > p,
  #-IMXEVNT-pageFooter__languagesetter > label,
  #-IMXEVNT-pageFooter__languagesetter > ul > li > a {

    /*  =========================================================
    HIER ANPASSEN
    Basisfarbe - dunkles grau - #333333
    Vordergrundfarbe / Textfarbe
    für Texte
    ========================================================== */
    color: var(--cd-text) !important;
  }
}

/* background-color */
@media all {
  .-IMXEVNT-offCanvasArea__filter > .-IMXEVNT-offCanvasArea__button {

    /*  =========================================================
    HIER ANPASSEN
    Basisfarbe - dunkles grau - #333333
    Hintergrundfarbe
    für Buttonbereiche in Formularen
    ========================================================== */
    background-color: var(--cd-text) !important;
  }

  #-IMXEVNT-pageFooter {

    /*  =========================================================
    HIER ANPASSEN
    Basisfarbe - dunkles grau - #333333
    Hintergrundfarbe
    für den Footer Bereich
    ========================================================== */
    background-color: var(--page-footer-background) !important;
  }
}

/* background-color */
@media all {
  #-IMXEVNT-pageFooter__languagesetter > label::after,
  #-IMXEVNT-pageFooter__languagesetter > label > [class*='icon'] {

    /*  =========================================================
    HIER ANPASSEN
    Basisfarbe - mittleres grau - #666666
    Hintergrundfarbe
    für Sprachauswahl
    ========================================================== */
    background-color: #666 !important;
  }
}

/*  =========================================================
color settings - colorTextLight - #999999
========================================================== */
/* border-color */
@media all {
  #-IMXEVNT-pageFooter__languagesetter > ul > li:not(:last-of-type) {

    /*  =========================================================
    HIER ANPASSEN
    Basisfarbe - helles grau - #999999
    Rahmenfarbe
    für Sprachauswahl
    ========================================================== */
    border-color: #999 !important;
  }
}

/*  =========================================================
tipp icon
========================================================== */
@media screen {

  /*  =========================================================
  HIER ANPASSEN
  Basisfarbe - dunkles grau - #333333
  Highlightfarbe - dunkles rot - #bd181e
  für Tipp SVG Grafiken/Störer
  ========================================================== */

  /* farbige version */
  .colorSettingStar {
    fill: #bd181e;
  }

  .colorSettingFont {
    fill: #333;
  }

  /* einfarbige version */
  .whiteSettingFont,
  .whiteSettingStar {
    fill: #fff;
  }
}

@font-face {
  font-family: 'Poppins';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url('/portal/frontend/components/v3/assets/fonts/poppins/poppins-400-normal-devanagari.woff2') format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
  font-family: 'Poppins';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url('/portal/frontend/components/v3/assets/fonts/poppins/poppins-400-normal-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Poppins';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url('/portal/frontend/components/v3/assets/fonts/poppins/poppins-400-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Poppins';
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url('/portal/frontend/components/v3/assets/fonts/poppins/poppins-700-normal-devanagari.woff2') format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
  font-family: 'Poppins';
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url('/portal/frontend/components/v3/assets/fonts/poppins/poppins-700-normal-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Poppins';
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url('/portal/frontend/components/v3/assets/fonts/poppins/poppins-700-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'PT Serif';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url('/portal/frontend/components/v3/assets/fonts/pt-serif/pt-serif-400-normal-cyrillic-ext.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'PT Serif';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url('/portal/frontend/components/v3/assets/fonts/pt-serif/pt-serif-400-normal-cyrillic.woff2') format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'PT Serif';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url('/portal/frontend/components/v3/assets/fonts/pt-serif/pt-serif-400-normal-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'PT Serif';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url('/portal/frontend/components/v3/assets/fonts/pt-serif/pt-serif-400-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'icomoon';
  font-display: swap;
  src: url('/portal/frontend/components/v3/assets/fonts/icomoon/icomoon.eot?gkceku');
  src:
    url('/portal/frontend/components/v3/assets/fonts/icomoon/icomoon.eot?gkceku#iefix') format('embedded-opentype'),
    url('/portal/frontend/components/v3/assets/fonts/icomoon/icomoon.woff2?gkceku') format('woff2'),
    url('/portal/frontend/components/v3/assets/fonts/icomoon/icomoon.ttf?gkceku') format('truetype'),
    url('/portal/frontend/components/v3/assets/fonts/icomoon/icomoon.woff?gkceku') format('woff'),
    url('/portal/frontend/components/v3/assets/fonts/icomoon/icomoon.svg?gkceku#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-poi::before {
  content: "\e905";
}

.icon-calender::before {
  content: "\e600";
}

.icon-pen::before {
  content: "\e601";
}

.icon-magnifier::before {
  content: "\e602";
}

.icon-list::before {
  content: "\e603";
}

.icon-gallery::before {
  content: "\e604";
}

.icon-map::before {
  content: "\e605";
}

.icon-filter::before {
  content: "\e606";
}

.icon-marker::before {
  content: "\e607";
}

.icon-externalLink::before {
  content: "\e608";
}

.icon-download::before {
  content: "\e609";
}

.icon-checkmark::before {
  content: "\e60a";
}

.icon-simpleArrowLeft::before {
  content: "\e60b";
}

.icon-simpleArrowRight::before {
  content: "\e60c";
}

.icon-print::before {
  content: "\e60d";
}

.icon-report::before {
  content: "\e60e";
}

.icon-promote::before {
  content: "\e60f";
}

.icon-reminder::before {
  content: "\e610";
}

.icon-share::before {
  content: "\e611";
}

.icon-earth::before {
  content: "\e612";
}

.icon-triangleDown::before {
  content: "\e613";
}

.icon-triangleUp::before {
  content: "\e614";
}

.icon-closer::before {
  content: "\e615";
}

.icon-facebook::before {
  content: "\e616";
}

.icon-twitter::before {
  content: "\e617";
}

.icon-google::before {
  content: "\e618";
}

.icon-building::before {
  content: "\e900";
}

.icon-poiMarker::before {
  content: "\e901";
}

.icon-reportMessage::before {
  content: "\e902";
}

.icon-message::before {
  content: "\e903";
}

.icon-play::before {
  content: "\e904";
}

/**
 * IMX Eventmanager - Whitelabel 2015
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage basics
 * @author     gueldner
 * @since      26.06.2015
 * @version    $Id$
 **/
/*  =========================================================
basic config
general structure setup
general font setup
tools
global stylings
========================================================== */
/*  =========================================================
basic config
========================================================= */
/* dimensions */
/*  =========================================================
general structure setup
========================================================= */
@media all {
  html {
    width: auto;
    height: 100%;
    font-size: var(--page-basesize, 10px);
  }

  html,
  body {
    text-align: center;
    margin: 0;
    border: 0;
    padding: 0;
  }

  .fancybox-overlay .-IMXEVNT-articleText,
  #-IMXEVNT-host {
    font-size: var(--page-basesize, 10px);
  }

  #-IMXEVNT-main {
    z-index: 1;
    background: var(--page-background);
  }

  #-IMXEVNT-host a > img {
    border: 0 none;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large #-IMXEVNT-main-wrapper,
  #-IMXEVNT-main.-IMXEVNT-main--normal #-IMXEVNT-main-wrapper,
  #-IMXEVNT-main.-IMXEVNT-main--medium #-IMXEVNT-main-wrapper {
    border-left: var(--page-sideborder, 0);
    border-right: var(--page-sideborder, 0);
  }

  #-IMXEVNT-main-wrapper .-IMXEVNT-author,
  #-IMXEVNT-main-wrapper .-IMXEVNT-disclaimer {
    color: var(--cd-text);
    line-height: 1.38888889em;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-disclaimer, 1.6em);
    font-family: var(--font-text);
  }

  #-IMXEVNT-main-wrapper .-IMXEVNT-author {
    margin-bottom: 0;
  }

  /** special for list */
  #-IMXEVNT-main-wrapper > .-IMXEVNT-disclaimer {
    margin: 0 0.5952381% 0 0;
    padding: 0 0 10px 0;
    text-align: right;
  }

  .-IMXEVNT-main-wrapper-body {
    position: relative;
  }

  .-IMXEVNT-content {
    margin: 0 auto;
    max-width: 1135px;
    width: 100%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    box-sizing: border-box;
  }

  #-IMXEVNT-host .-IMXEVNT-fallbackImage {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  #-IMXEVNT-host.-IMXEVNT-host--detailpage .-IMXEVNT-fallbackImage {
    height: 600px;
    width: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width: 600px) {
  #-IMXEVNT-host.-IMXEVNT-host--detailpage .-IMXEVNT-fallbackImage {
    height: 100%;
  }
}

/*  =========================================================
general font setup
========================================================= */
@media all {
  #-IMXEVNT-host strong {
    font: inherit;
    font-weight: 700;
  }

  #-IMXEVNT-host em {
    font: inherit;
    font-style: italic;
  }

  #-IMXEVNT-host a {
    cursor: pointer;
    color: inherit;
  }

  #-IMXEVNT-host button {
    cursor: pointer;
  }
}

/*  =========================================================
tools
========================================================= */
@media all {
  #-IMXEVNT-host .-IMXEVNT-closing::after,
  #-IMXEVNT-host .-IMXEVNT-closer {
    content: '';
    clear: both;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }

  #-IMXEVNT-host .-IMXEVNT-none,
  #-IMXEVNT-host .-IMXEVNT-hide {
    display: none !important;
  }

  #-IMXEVNT-host .-IMXEVNT-noMargin {
    margin: 0 !important;
  }

  #-IMXEVNT-host .-IMXEVNT-noPadding {
    padding: 0 !important;
  }

  #-IMXEVNT-host .-IMXEVNT-noBorder {
    border: 0 none transparent !important;
  }

  #-IMXEVNT-host .-IMXEVNT-verticalAlign::after,
  #-IMXEVNT-host .-IMXEVNT-verticalAlignHelper {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
    margin: 0;
  }
}

/*  =========================================================
global stylings
========================================================= */
@media all {
  #-IMXEVNT-host .button {
    line-height: 15px;
    font-weight: 500;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-button, 14px);
    font-family: var(--font-text);
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    border: none;
    border-radius: var(--button-border-raidus, 5px);
    background: var(--button-background);
    color: var(--button-color);
  }

  #-IMXEVNT-host .button.button--cta {
    background: var(--cd-cta);
    color: var(--cd-colorOnBackground);
  }

  #-IMXEVNT-host .button > [class*='icon'] {
    color: inherit;
    font-size: 1.25em;
    vertical-align: text-bottom;
  }

  #-IMXEVNT-host #-IMXEVNT-main:not([class*='-IMXEVNT-main--']) {
    opacity: 0;
  }

  #-IMXEVNT-host #-IMXEVNT-main[class*='-IMXEVNT-main--'] {
    opacity: 1;
  }

  #-IMXEVNT-host #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-articleText p > .button,
  #-IMXEVNT-host #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-articleText p > .button {
    font-size: 1em;
  }

  #-IMXEVNT-host #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-articleText > .button,
  #-IMXEVNT-host #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-articleText > .button,
  #-IMXEVNT-host #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-articleText > .button {
    font-size: 2.5em;
  }

  #-IMXEVNT-host #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-articleText p > .button,
  #-IMXEVNT-host #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-articleText p > .button,
  #-IMXEVNT-host #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-articleText p > .button {
    font-size: 1.25em;
  }

  #fancyBoxClosingButton {
    font: 400 normal 2em/2em var(--font-text);
  }

  a.extern::before {
    border-color: var(--cd-color-link) !important;
    color: var(--cd-color-link);
  }
}

/* farbige version */
.colorSettingStar {
  fill: #bd181e;
}

.colorSettingFont {
  fill: #333;
}

/* einfarbige version */
.whiteSettingFont,
.whiteSettingStar {
  fill: #fff;
}

/**
 * IMX Eventmanager - Whitelabel 2015
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage grid
 * @author     gueldner
 * @since      26.06.2015
 * @version    $Id$
 **/
/*  =========================================================
basic config
horizontal grid
horizontal grid elements
horizontal grid offsets
vertical grid
========================================================== */
/*  =========================================================
basic config
========================================================= */
/* dimensions */
/*  =========================================================
horizontal grid
========================================================= */
@media all {
  #-IMXEVNT-main {

    /* add frameless modifier to remove outa margins */
  }

  #-IMXEVNT-main [class*='-IMXEVNT-h-grid'] {
    clear: both;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
  }

  #-IMXEVNT-main [class*='-IMXEVNT-h-element'] {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #-IMXEVNT-main .-IMXEVNT-h-grid {
    width: 100%;
    margin: 0 auto;
  }

  #-IMXEVNT-main .-IMXEVNT-h-grid.-IMXEVNT-h-grid--centered {
    text-align: center;
  }

  #-IMXEVNT-main .-IMXEVNT-h-grid--fixed-footer {
    max-width: 1680px;
  }

  #-IMXEVNT-main .-IMXEVNT-frameless {
    margin-left: -0.5952381%;
    margin-right: -0.5952381%;
  }

  #-IMXEVNT-main .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins [class*='-IMXEVNT-h-element'] {
    margin-left: 0.5952381%;
    margin-right: 0.5952381%;
  }
}

/*  =========================================================
horizontal grid elements
========================================================= */
@media all {
  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-large-1 {
    width: 8.33333333%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-large-2 {
    width: 16.66666667%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-large-3 {
    width: 25%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-large-4 {
    width: 33.33333333%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-large-5 {
    width: 41.66666667%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-large-6 {
    width: 50%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-large-7 {
    width: 58.33333333%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-large-8 {
    width: 66.66666667%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-large-9 {
    width: 75%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-large-10 {
    width: 83.33333333%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-large-11 {
    width: 91.66666667%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-large-12 {
    width: 100%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-large-1 {
    width: 7.14285714%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-large-2 {
    width: 15.47619048%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-large-3 {
    width: 23.80952381%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-large-4 {
    width: 32.14285714%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-large-5 {
    width: 40.47619048%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-large-6 {
    width: 48.80952381%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-large-7 {
    width: 57.14285714%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-large-8 {
    width: 65.47619048%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-large-9 {
    width: 73.80952381%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-large-10 {
    width: 82.14285714%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-large-11 {
    width: 90.47619048%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-large-12 {
    width: 98.80952381%;
  }
}

@media all {
  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-normal-1 {
    width: 8.33333333%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-normal-2 {
    width: 16.66666667%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-normal-3 {
    width: 25%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-normal-4 {
    width: 33.33333333%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-normal-5 {
    width: 41.66666667%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-normal-6 {
    width: 50%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-normal-7 {
    width: 58.33333333%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-normal-8 {
    width: 66.66666667%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-normal-9 {
    width: 75%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-normal-10 {
    width: 83.33333333%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-normal-11 {
    width: 91.66666667%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-normal-12 {
    width: 100%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-normal-1 {
    width: 7.14285714%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-normal-2 {
    width: 15.47619048%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-normal-3 {
    width: 23.80952381%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-normal-4 {
    width: 32.14285714%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-normal-5 {
    width: 40.47619048%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-normal-6 {
    width: 48.80952381%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-normal-7 {
    width: 57.14285714%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-normal-8 {
    width: 65.47619048%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-normal-9 {
    width: 73.80952381%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-normal-10 {
    width: 82.14285714%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-normal-11 {
    width: 90.47619048%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-normal-12 {
    width: 98.80952381%;
  }
}

@media all {
  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-medium-1 {
    width: 8.33333333%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-medium-2 {
    width: 16.66666667%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-medium-3 {
    width: 25%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-medium-4 {
    width: 33.33333333%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-medium-5 {
    width: 41.66666667%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-medium-6 {
    width: 50%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-medium-7 {
    width: 58.33333333%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-medium-8 {
    width: 66.66666667%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-medium-9 {
    width: 75%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-medium-10 {
    width: 83.33333333%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-medium-11 {
    width: 91.66666667%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-medium-12 {
    width: 100%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-medium-1 {
    width: 7.14285714%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-medium-2 {
    width: 15.47619048%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-medium-3 {
    width: 23.80952381%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-medium-4 {
    width: 32.14285714%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-medium-5 {
    width: 40.47619048%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-medium-6 {
    width: 48.80952381%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-medium-7 {
    width: 57.14285714%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-medium-8 {
    width: 65.47619048%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-medium-9 {
    width: 73.80952381%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-medium-10 {
    width: 82.14285714%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-medium-11 {
    width: 90.47619048%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-medium-12 {
    width: 98.80952381%;
  }
}

@media all {
  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-small-1 {
    width: 8.33333333%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-small-2 {
    width: 16.66666667%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-small-3 {
    width: 25%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-small-4 {
    width: 33.33333333%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-small-5 {
    width: 41.66666667%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-small-6 {
    width: 50%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-small-7 {
    width: 58.33333333%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-small-8 {
    width: 66.66666667%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-small-9 {
    width: 75%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-small-10 {
    width: 83.33333333%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-small-11 {
    width: 91.66666667%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-small-12 {
    width: 100%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-small-1 {
    width: 7.14285714%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-small-2 {
    width: 15.47619048%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-small-3 {
    width: 23.80952381%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-small-4 {
    width: 32.14285714%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-small-5 {
    width: 40.47619048%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-small-6 {
    width: 48.80952381%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-small-7 {
    width: 57.14285714%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-small-8 {
    width: 65.47619048%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-small-9 {
    width: 73.80952381%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-small-10 {
    width: 82.14285714%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-small-11 {
    width: 90.47619048%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-small-12 {
    width: 98.80952381%;
  }
}

@media all {
  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-tiny-1 {
    width: 8.33333333%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-tiny-2 {
    width: 16.66666667%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-tiny-3 {
    width: 25%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-tiny-4 {
    width: 33.33333333%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-tiny-5 {
    width: 41.66666667%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-tiny-6 {
    width: 50%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-tiny-7 {
    width: 58.33333333%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-tiny-8 {
    width: 66.66666667%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-tiny-9 {
    width: 75%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-tiny-10 {
    width: 83.33333333%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-tiny-11 {
    width: 91.66666667%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-element-tiny-12 {
    width: 100%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-tiny-1 {
    width: 7.14285714%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-tiny-2 {
    width: 15.47619048%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-tiny-3 {
    width: 23.80952381%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-tiny-4 {
    width: 32.14285714%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-tiny-5 {
    width: 40.47619048%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-tiny-6 {
    width: 48.80952381%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-tiny-7 {
    width: 57.14285714%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-tiny-8 {
    width: 65.47619048%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-tiny-9 {
    width: 73.80952381%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-tiny-10 {
    width: 82.14285714%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-tiny-11 {
    width: 90.47619048%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-element-tiny-12 {
    width: 98.80952381%;
  }
}

/*  =========================================================
horizontal grid offsets
========================================================= */
@media all {
  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-large-0 {
    margin-left: 0%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-large-1 {
    margin-left: 8.33333333%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-large-2 {
    margin-left: 16.66666667%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-large-3 {
    margin-left: 25%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-large-4 {
    margin-left: 33.33333333%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-large-5 {
    margin-left: 41.66666667%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-large-6 {
    margin-left: 50%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-large-7 {
    margin-left: 58.33333333%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-large-8 {
    margin-left: 66.66666667%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-large-9 {
    margin-left: 75%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-large-10 {
    margin-left: 83.33333333%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-large-11 {
    margin-left: 91.66666667%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-large-12 {
    margin-left: 100%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-large-0 {
    margin-left: 0.5952381%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-large-1 {
    margin-left: 8.92857143%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-large-2 {
    margin-left: 17.26190476%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-large-3 {
    margin-left: 25.5952381%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-large-4 {
    margin-left: 33.92857143%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-large-5 {
    margin-left: 42.26190476%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-large-6 {
    margin-left: 50.5952381%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-large-7 {
    margin-left: 58.92857143%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-large-8 {
    margin-left: 67.26190476%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-large-9 {
    margin-left: 75.5952381%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-large-10 {
    margin-left: 83.92857143%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-large-11 {
    margin-left: 92.26190476%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-large-12 {
    margin-left: 100.5952381%;
  }
}

@media all {
  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-normal-0 {
    margin-left: 0%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-normal-1 {
    margin-left: 8.33333333%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-normal-2 {
    margin-left: 16.66666667%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-normal-3 {
    margin-left: 25%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-normal-4 {
    margin-left: 33.33333333%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-normal-5 {
    margin-left: 41.66666667%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-normal-6 {
    margin-left: 50%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-normal-7 {
    margin-left: 58.33333333%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-normal-8 {
    margin-left: 66.66666667%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-normal-9 {
    margin-left: 75%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-normal-10 {
    margin-left: 83.33333333%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-normal-11 {
    margin-left: 91.66666667%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-normal-12 {
    margin-left: 100%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-normal-0 {
    margin-left: 0.5952381%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-normal-1 {
    margin-left: 8.92857143%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-normal-2 {
    margin-left: 17.26190476%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-normal-3 {
    margin-left: 25.5952381%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-normal-4 {
    margin-left: 33.92857143%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-normal-5 {
    margin-left: 42.26190476%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-normal-6 {
    margin-left: 50.5952381%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-normal-7 {
    margin-left: 58.92857143%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-normal-8 {
    margin-left: 67.26190476%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-normal-9 {
    margin-left: 75.5952381%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-normal-10 {
    margin-left: 83.92857143%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-normal-11 {
    margin-left: 92.26190476%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-normal-12 {
    margin-left: 100.5952381%;
  }
}

@media all {
  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-medium-0 {
    margin-left: 0%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-medium-1 {
    margin-left: 8.33333333%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-medium-2 {
    margin-left: 16.66666667%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-medium-3 {
    margin-left: 25%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-medium-4 {
    margin-left: 33.33333333%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-medium-5 {
    margin-left: 41.66666667%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-medium-6 {
    margin-left: 50%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-medium-7 {
    margin-left: 58.33333333%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-medium-8 {
    margin-left: 66.66666667%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-medium-9 {
    margin-left: 75%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-medium-10 {
    margin-left: 83.33333333%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-medium-11 {
    margin-left: 91.66666667%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-medium-12 {
    margin-left: 100%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-medium-0 {
    margin-left: 0.5952381%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-medium-1 {
    margin-left: 8.92857143%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-medium-2 {
    margin-left: 17.26190476%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-medium-3 {
    margin-left: 25.5952381%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-medium-4 {
    margin-left: 33.92857143%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-medium-5 {
    margin-left: 42.26190476%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-medium-6 {
    margin-left: 50.5952381%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-medium-7 {
    margin-left: 58.92857143%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-medium-8 {
    margin-left: 67.26190476%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-medium-9 {
    margin-left: 75.5952381%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-medium-10 {
    margin-left: 83.92857143%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-medium-11 {
    margin-left: 92.26190476%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-medium-12 {
    margin-left: 100.5952381%;
  }
}

@media all {
  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-small-0 {
    margin-left: 0%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-small-1 {
    margin-left: 8.33333333%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-small-2 {
    margin-left: 16.66666667%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-small-3 {
    margin-left: 25%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-small-4 {
    margin-left: 33.33333333%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-small-5 {
    margin-left: 41.66666667%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-small-6 {
    margin-left: 50%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-small-7 {
    margin-left: 58.33333333%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-small-8 {
    margin-left: 66.66666667%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-small-9 {
    margin-left: 75%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-small-10 {
    margin-left: 83.33333333%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-small-11 {
    margin-left: 91.66666667%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-small-12 {
    margin-left: 100%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-small-0 {
    margin-left: 0.5952381%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-small-1 {
    margin-left: 8.92857143%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-small-2 {
    margin-left: 17.26190476%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-small-3 {
    margin-left: 25.5952381%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-small-4 {
    margin-left: 33.92857143%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-small-5 {
    margin-left: 42.26190476%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-small-6 {
    margin-left: 50.5952381%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-small-7 {
    margin-left: 58.92857143%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-small-8 {
    margin-left: 67.26190476%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-small-9 {
    margin-left: 75.5952381%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-small-10 {
    margin-left: 83.92857143%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-small-11 {
    margin-left: 92.26190476%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-small-12 {
    margin-left: 100.5952381%;
  }
}

@media all {
  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-tiny-0 {
    margin-left: 0%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-tiny-1 {
    margin-left: 8.33333333%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-tiny-2 {
    margin-left: 16.66666667%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-tiny-3 {
    margin-left: 25%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-tiny-4 {
    margin-left: 33.33333333%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-tiny-5 {
    margin-left: 41.66666667%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-tiny-6 {
    margin-left: 50%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-tiny-7 {
    margin-left: 58.33333333%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-tiny-8 {
    margin-left: 66.66666667%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-tiny-9 {
    margin-left: 75%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-tiny-10 {
    margin-left: 83.33333333%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-tiny-11 {
    margin-left: 91.66666667%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid:not(.-IMXEVNT-h-grid--margins) .-IMXEVNT-h-offset-tiny-12 {
    margin-left: 100%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-tiny-0 {
    margin-left: 0.5952381%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-tiny-1 {
    margin-left: 8.92857143%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-tiny-2 {
    margin-left: 17.26190476%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-tiny-3 {
    margin-left: 25.5952381%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-tiny-4 {
    margin-left: 33.92857143%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-tiny-5 {
    margin-left: 42.26190476%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-tiny-6 {
    margin-left: 50.5952381%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-tiny-7 {
    margin-left: 58.92857143%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-tiny-8 {
    margin-left: 67.26190476%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-tiny-9 {
    margin-left: 75.5952381%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-tiny-10 {
    margin-left: 83.92857143%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-tiny-11 {
    margin-left: 92.26190476%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-h-grid.-IMXEVNT-h-grid--margins .-IMXEVNT-h-offset-tiny-12 {
    margin-left: 100.5952381%;
  }
}

/*  =========================================================
vertical grid
========================================================= */
@media all {
  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-v-grid {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-v-element {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-frameless {
    margin-top: -10px;
    margin-bottom: -10px;
  }
}

@media all {
  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-v-grid {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-v-element {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-frameless {
    margin-top: -10px;
    margin-bottom: -10px;
  }
}

@media all {
  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-v-grid {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-v-element {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-frameless {
    margin-top: -10px;
    margin-bottom: -10px;
  }
}

@media all {
  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-v-grid,
  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-v-grid {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-v-element,
  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-v-element {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-frameless,
  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-frameless {
    margin-top: -5px;
    margin-bottom: -5px;
  }
}

/**
 * IMX Eventmanager - Whitelabel 2015
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage heroImage
 * @author     gueldner
 * @since      02.07.2015
 * @version    $Id$
 **/
/*  =========================================================
basic config
main container
offCanvas container
offCanvas title
offCanvas teaser
========================================================== */
/*  =========================================================
basic config
========================================================== */
/* dimensions */
/*  =========================================================
offCanvas container
========================================================== */
@media all {
  .-IMXEVNT-offCanvasArea {
    background: var(--cart-background);
    color: var(--cart-color);
    position: fixed !important;
    top: 0;
    bottom: 0;
    z-index: 115;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    -webkit-transition: left 0.5s ease, right 0.5s ease;
    -o-transition: left 0.5s ease, right 0.5s ease;
    transition: left 0.5s ease, right 0.5s ease;
    overflow-y: auto;
  }

  .-IMXEVNT-offCanvasArea__closer {
    font-size: 2.8em;
    position: absolute;
    right: 15px;
    top: 50%;
    text-decoration: none;
    transform: translateY(-50%);
  }

  .-IMXEVNT-offCanvasArea--left {
    left: -100%;
  }

  .-IMXEVNT-offCanvasArea--right {
    right: -100%;
  }

  .-IMXEVNT-main--noscroll {
    overflow-y: hidden;
  }

  .-IMXEVNT-main--noscroll body {
    overflow-y: scroll;
  }

  .-IMXEVNT-offCanvasArea__dimmer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    display: none;
  }

  .-IMXEVNT-main--offCanvasLeft ~ .-IMXEVNT-offCanvasArea__dimmer,
  .-IMXEVNT-main--offCanvasRight ~ .-IMXEVNT-offCanvasArea__dimmer {
    display: block;
  }

  .-IMXEVNT-offCanvasArea--left.-IMXEVNT-offCanvasArea--visible {
    left: 0;
  }

  .-IMXEVNT-offCanvasArea--right.-IMXEVNT-offCanvasArea--visible {
    right: 0;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large ~ .-IMXEVNT-offCanvasArea {
    width: 25%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal ~ .-IMXEVNT-offCanvasArea {
    width: 50%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium ~ .-IMXEVNT-offCanvasArea {
    width: 66.66666667%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small ~ .-IMXEVNT-offCanvasArea,
  #-IMXEVNT-main.-IMXEVNT-main--tiny ~ .-IMXEVNT-offCanvasArea {
    width: 100%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large ~ .-IMXEVNT-offCanvasArea--left.-IMXEVNT-offCanvasArea--visible .-IMXEVNT-offCanvasArea__filter > .-IMXEVNT-offCanvasArea__button {
    width: 25%;
    left: -25%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal ~ .-IMXEVNT-offCanvasArea--left.-IMXEVNT-offCanvasArea--visible .-IMXEVNT-offCanvasArea__filter > .-IMXEVNT-offCanvasArea__button {
    width: 50%;
    left: -50%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium ~ .-IMXEVNT-offCanvasArea--left.-IMXEVNT-offCanvasArea--visible .-IMXEVNT-offCanvasArea__filter > .-IMXEVNT-offCanvasArea__button {
    width: 66.66666667%;
    left: -66.66666667%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small ~ .-IMXEVNT-offCanvasArea--left.-IMXEVNT-offCanvasArea--visible .-IMXEVNT-offCanvasArea__filter > .-IMXEVNT-offCanvasArea__button,
  #-IMXEVNT-main.-IMXEVNT-main--tiny ~ .-IMXEVNT-offCanvasArea--left.-IMXEVNT-offCanvasArea--visible .-IMXEVNT-offCanvasArea__filter > .-IMXEVNT-offCanvasArea__button {
    width: 83.33333333%;
    left: -83.33333333%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large.-IMXEVNT-main--offCanvasLeft ~ .-IMXEVNT-offCanvasArea--left.-IMXEVNT-offCanvasArea--visible .-IMXEVNT-offCanvasArea__filter > .-IMXEVNT-offCanvasArea__button,
  #-IMXEVNT-main.-IMXEVNT-main--normal.-IMXEVNT-main--offCanvasLeft ~ .-IMXEVNT-offCanvasArea--left.-IMXEVNT-offCanvasArea--visible .-IMXEVNT-offCanvasArea__filter > .-IMXEVNT-offCanvasArea__button,
  #-IMXEVNT-main.-IMXEVNT-main--medium.-IMXEVNT-main--offCanvasLeft ~ .-IMXEVNT-offCanvasArea--left.-IMXEVNT-offCanvasArea--visible .-IMXEVNT-offCanvasArea__filter > .-IMXEVNT-offCanvasArea__button,
  #-IMXEVNT-main.-IMXEVNT-main--small.-IMXEVNT-main--offCanvasLeft ~ .-IMXEVNT-offCanvasArea--left.-IMXEVNT-offCanvasArea--visible .-IMXEVNT-offCanvasArea__filter > .-IMXEVNT-offCanvasArea__button,
  #-IMXEVNT-main.-IMXEVNT-main--tiny.-IMXEVNT-main--offCanvasLeft ~ .-IMXEVNT-offCanvasArea--left.-IMXEVNT-offCanvasArea--visible .-IMXEVNT-offCanvasArea__filter > .-IMXEVNT-offCanvasArea__button {
    left: 0;
  }
}

/*  =========================================================
offCanvas title
========================================================== */
@media all {
  .-IMXEVNT-offCanvasArea__titleArea {
    padding: 20px 15px 20px 15px;
    border-bottom: var(--elements-border);
    position: sticky;
    top: 0;
    z-index: 30;
    background-color: var(--filter-mobile-background);
  }

  .-IMXEVNT-offCanvasArea__title {
    font: 400 normal 2.8em var(--font-headlines);
    margin: 0;
    text-align: left;
  }

  .-IMXEVNT-offCanvasArea__button {
    position: sticky;
    bottom: 0;
    background-color: var(--filter-mobile-background);
    z-index: 30;
    width: 100%;
    height: 70px;
  }
}

@media all {
  .-IMXEVNT-offCanvasArea__delete {
    line-height: 14px;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-offcanvas-delete-button-color, 14px);
    font-family: var(--font-text);
    color: var(--offcanvas-delete-button-color);
  }

  .-IMXEVNT-offCanvasArea__delete,
  .-IMXEVNT-offCanvasArea__share {
    padding: 2em 0;
    display: none;
    width: 50%;
    margin: 0;
    float: left;
    text-align: center;
  }
}

@media screen and (max-width: 810px) {
  #-IMXEVNT-offCanvasArea__list .-IMXEVNT-scrollerArea .-IMXEVNT-offCanvasArea__button {
    width: 100%;
    position: sticky !important;
    display: block;
    background-color: var(--list-element-background);
    height: 70px;
    bottom: 0;
  }
}

/**
 * IMX Eventmanager - Whitelabel 2015
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage offcanvas.infoboard
 * @author     schoening
 * @since      10.03.2021
 * @version    $Id$
 **/

/*  =========================================================
offCanvas infoboard container
========================================================== */
@media all {
  #-IMXEVNT-offCanvasArea__infoBoard-list {
    overflow: hidden;
  }

  #-IMXEVNT-offCanvasArea__infoBoard-list .offCanvasArea__infoboardHeader {
    padding: 20px 30px 5px 0;
    height: 35px;
    position: relative;
  }

  #-IMXEVNT-offCanvasArea__infoBoard-list.-IMXEVNT-offCanvasArea,
  #-IMXEVNT-offCanvasArea__infoBoard-detail.-IMXEVNT-offCanvasArea {
    background: var(--cart-background);
    color: var(--cart-color);
    top: 0;
    bottom: 0;
    z-index: 15;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    -webkit-transition: left 0.5s ease, right 0.5s ease, top 0.5s ease;
    -o-transition: left 0.5s ease, right 0.5s ease, top 0.5s ease;
    transition: left 0.5s ease, right 0.5s ease, top 0.5s ease;
    overflow-y: auto;
    position: absolute !important;
  }

  #-IMXEVNT-offCanvasArea__infoBoard-list.-IMXEVNT-offCanvasArea {
    width: 75%;
  }

  #-IMXEVNT-offCanvasArea__infoBoard-detail.-IMXEVNT-offCanvasArea {
    width: 355px;
  }

  .-IMXEVNT-offCanvasArea__closer {
    font-size: 2.8em;
    position: absolute;
    right: 15px;
    top: 50%;
    text-decoration: none;
    transform: translateY(-50%);
  }

  .-IMXEVNT-offCanvasArea--left {
    left: -100%;
  }

  .-IMXEVNT-offCanvasArea--right {
    right: -100%;
  }

  .-IMXEVNT-main--noscroll {
    overflow-y: hidden;
  }

  .-IMXEVNT-main--noscroll body {
    overflow-y: scroll;
  }

  .-IMXEVNT-offCanvasArea__dimmer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    display: none;
  }

  .-IMXEVNT-main--offCanvasLeft ~ .-IMXEVNT-offCanvasArea__dimmer,
  .-IMXEVNT-main--offCanvasRight ~ .-IMXEVNT-offCanvasArea__dimmer {
    display: block;
  }

  .-IMXEVNT-offCanvasArea--left.-IMXEVNT-offCanvasArea--visible {
    left: 0;
  }

  .-IMXEVNT-offCanvasArea--right.-IMXEVNT-offCanvasArea--visible {
    right: 0;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large ~ .-IMXEVNT-offCanvasArea {
    width: 25%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal ~ .-IMXEVNT-offCanvasArea {
    width: 50%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium ~ .-IMXEVNT-offCanvasArea {
    width: 66.66666667%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small ~ .-IMXEVNT-offCanvasArea,
  #-IMXEVNT-main.-IMXEVNT-main--tiny ~ .-IMXEVNT-offCanvasArea {
    width: 100%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large ~ .-IMXEVNT-offCanvasArea--left.-IMXEVNT-offCanvasArea--visible .-IMXEVNT-offCanvasArea__filter > .-IMXEVNT-offCanvasArea__button {
    width: 25%;
    left: -25%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal ~ .-IMXEVNT-offCanvasArea--left.-IMXEVNT-offCanvasArea--visible .-IMXEVNT-offCanvasArea__filter > .-IMXEVNT-offCanvasArea__button {
    width: 50%;
    left: -50%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium ~ .-IMXEVNT-offCanvasArea--left.-IMXEVNT-offCanvasArea--visible .-IMXEVNT-offCanvasArea__filter > .-IMXEVNT-offCanvasArea__button {
    width: 66.66666667%;
    left: -66.66666667%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small ~ .-IMXEVNT-offCanvasArea--left.-IMXEVNT-offCanvasArea--visible .-IMXEVNT-offCanvasArea__filter > .-IMXEVNT-offCanvasArea__button,
  #-IMXEVNT-main.-IMXEVNT-main--tiny ~ .-IMXEVNT-offCanvasArea--left.-IMXEVNT-offCanvasArea--visible .-IMXEVNT-offCanvasArea__filter > .-IMXEVNT-offCanvasArea__button {
    width: 83.33333333%;
    left: -83.33333333%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large.-IMXEVNT-main--offCanvasLeft ~ .-IMXEVNT-offCanvasArea--left.-IMXEVNT-offCanvasArea--visible .-IMXEVNT-offCanvasArea__filter > .-IMXEVNT-offCanvasArea__button,
  #-IMXEVNT-main.-IMXEVNT-main--normal.-IMXEVNT-main--offCanvasLeft ~ .-IMXEVNT-offCanvasArea--left.-IMXEVNT-offCanvasArea--visible .-IMXEVNT-offCanvasArea__filter > .-IMXEVNT-offCanvasArea__button,
  #-IMXEVNT-main.-IMXEVNT-main--medium.-IMXEVNT-main--offCanvasLeft ~ .-IMXEVNT-offCanvasArea--left.-IMXEVNT-offCanvasArea--visible .-IMXEVNT-offCanvasArea__filter > .-IMXEVNT-offCanvasArea__button,
  #-IMXEVNT-main.-IMXEVNT-main--small.-IMXEVNT-main--offCanvasLeft ~ .-IMXEVNT-offCanvasArea--left.-IMXEVNT-offCanvasArea--visible .-IMXEVNT-offCanvasArea__filter > .-IMXEVNT-offCanvasArea__button,
  #-IMXEVNT-main.-IMXEVNT-main--tiny.-IMXEVNT-main--offCanvasLeft ~ .-IMXEVNT-offCanvasArea--left.-IMXEVNT-offCanvasArea--visible .-IMXEVNT-offCanvasArea__filter > .-IMXEVNT-offCanvasArea__button {
    left: 0;
  }
}

/*  =========================================================
offCanvas title
========================================================== */
@media all {
  .-IMXEVNT-offCanvasArea__titleArea {
    padding: 20px 15px 20px 15px;
    border-bottom: var(--elements-border);
    position: sticky;
    top: 0;
    z-index: 30;
    background-color: var(--filter-mobile-background);
  }

  .-IMXEVNT-offCanvasArea__title {
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-offCanvas-headline, 2.8em);
    font-family: var(--font-headlines);
    margin: 0;
    text-align: left;
  }
}

@media all {
  .-IMXEVNT-offCanvasArea__share {
    display: none;
    margin: 0;
    padding: 2em 0;
    text-align: center;
  }
}

/*  =========================================================
offCanvas article
========================================================== */
@media all {
  .-IMXEVNT-offCanvasArea__infoboard {
    width: 100%;
    position: relative;
    display: inline-block;
  }

  /* header */
  .-IMXEVNT-offCanvasArea__infoboard div.offCanvasArea__infoboardHeader {
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    height: 57px;
    background-color: var(--offcanvas-infoboardHeader-background) !important;
  }

  .-IMXEVNT-offCanvasArea__infoboard div.offCanvasArea__infoboardHeader > h2 {
    line-height: 2.6rem;
    font-weight: 700;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-infoboard-headline, 2.5rem);
    font-family: var(--font-headlines);
    text-transform: uppercase;
    padding: 0;
    margin: 0;
  }

  #-IMXEVNT-offCanvasArea__infoBoard-list .-IMXEVNT-offCanvasArea__listElement h3 {
    padding: 5px 20px 5px 20px;
  }

  .-IMXEVNT-offCanvasArea__listElement h3,
  .-IMXEVNT-offCanvasArea__infoboardText h2 {
    color: var(--offcanvas-list-element-headline);
    line-height: 18px;
    font-weight: 700;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-offCanvas-element-header, 17px);
    font-family: var(--font-headlines);
    text-transform: uppercase;
    text-decoration: none;
    padding: 25px 20px 0 20px;
    margin: 0;
  }

  .-IMXEVNT-offCanvasArea__listElement h3 a,
  .-IMXEVNT-offCanvasArea__infoboardText h2 a {
    text-decoration: none;
  }

  /* image */
  .-IMXEVNT-offCanvasArea__infoboard figure {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0;
    overflow: hidden;
  }

  .-IMXEVNT-offCanvasArea__infoboard figure img {
    height: auto;
    float: left;
    margin: 0;
  }

  .-IMXEVNT-offCanvasArea__infoboardText {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0;
  }

  .-IMXEVNT-offCanvasArea__infoboardText span {
    padding: 0 20px 5px 20px;
  }

  .-IMXEVNT-offCanvasArea__listElement p {
    padding: 0 20px 5px 0;
  }

  .-IMXEVNT-offCanvasArea__listElement .-IMXEVNT-offCanvasArea__listElement__text__info,
  .-IMXEVNT-offCanvasArea__infoboardText .-IMXEVNT-offCanvasArea__infoboardText__info {
    display: inline-block;
    line-height: 1em;
    font-weight: 300;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-offCanvas-info, 12px);
    font-family: var(--font-text);
    color: var(--offcanvas-list-element-text);
    position: relative;
    top: 10px;
  }

  /* paragraph */
  .-IMXEVNT-offCanvasArea__infoboardText > p {
    width: 100%;
    box-sizing: border-box;
    float: left;
    margin: 0;
  }

  .-IMXEVNT-offCanvasArea__listElement > p.date,
  .-IMXEVNT-offCanvasArea__infoboardText > p.date {
    line-height: 2.1rem;
    font-weight: 600;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-offCanvas-text, 12px);
    font-family: var(--font-text);
    padding: 10px 20px 15px 20px;
  }

  .-IMXEVNT-offCanvasArea__listElement > p.date strong,
  .-IMXEVNT-offCanvasArea__infoboardText > p.date strong {
    margin-right: 23px;
  }

  .-IMXEVNT-offCanvasArea__infoboardText > p.text {
    line-height: 2.1rem;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-offCanvas-text, 1.5rem);
    font-family: var(--font-text);
    padding: 0 20px 20px 20px;
  }

  #-IMXEVNT-host .-IMXEVNT-fullMap__mapContainer .button {
    float: right;
    padding: 11px 12px;
    margin: 10px 10px 10px 5px;
  }

  .-IMXEVNT-offCanvasArea__listElement > p.date a:hover,
  .-IMXEVNT-offCanvasArea__listElement > p.date a:active,
  .-IMXEVNT-offCanvasArea__listElement > p.date a:focus,
  .-IMXEVNT-offCanvasArea__infoboardText > p.date a:hover,
  .-IMXEVNT-offCanvasArea__infoboardText > p.date a:active,
  .-IMXEVNT-offCanvasArea__infoboardText > p.date a:focus {
    text-decoration: none;
  }

  .-IMXEVNT-fullMap__mapContainer .-IMXEVNT-offCanvasArea__closer .icon-closer {
    font-size: 2rem;
  }

  .-IMXEVNT-fullMap__mapContainer .imx-cluster,
  .-IMXEVNT-fullMap__mapContainer .imx-poi {
    background-repeat: no-repeat !important;
  }
}

/*  =========================================================
 offCanvas map infoboard mobile
 ========================================================== */
@media all {
  .-IMXEVNT-main--tiny .-IMXEVNT-offCanvasArea__infoboardText h2 {
    font-size: calc(var(--font-size-offCanvas-element-header, 17px) * 0.765);
    padding: 10px 20px 0 20px;
  }

  .-IMXEVNT-main--tiny .-IMXEVNT-offCanvasArea__infoboardText {
    height: 125px;
    width: 190px;
    overflow: hidden;
    left: 110px;
    position: absolute;
  }

  .-IMXEVNT-main--tiny #-IMXEVNT-offCanvasArea__infoBoard-detail.-IMXEVNT-offCanvasArea,
  .-IMXEVNT-main--small #-IMXEVNT-offCanvasArea__infoBoard-list.-IMXEVNT-offCanvasArea,
  .-IMXEVNT-main--tiny #-IMXEVNT-offCanvasArea__infoBoard-list.-IMXEVNT-offCanvasArea {
    top: 100%;
    width: 100%;
    right: 0;
  }

  .-IMXEVNT-main--small #-IMXEVNT-offCanvasArea__infoBoard-list.-IMXEVNT-offCanvasArea.-IMXEVNT-offCanvasArea--visible,
  .-IMXEVNT-main--tiny #-IMXEVNT-offCanvasArea__infoBoard-list.-IMXEVNT-offCanvasArea.-IMXEVNT-offCanvasArea--visible {
    top: 50px;
    overflow-y: scroll;
  }

  .-IMXEVNT-main--tiny #-IMXEVNT-offCanvasArea__infoBoard-detail.-IMXEVNT-offCanvasArea.-IMXEVNT-offCanvasArea--visible {
    top: auto;
    width: 100%;
    overflow: hidden;
  }

  .-IMXEVNT-main--tiny .-IMXEVNT-offCanvasArea__infoboardText .-IMXEVNT-offCanvasArea__infoboardText__info {
    width: 160px;
  }

  .-IMXEVNT-main--tiny .-IMXEVNT-offCanvasArea__listElement > p.date,
  .-IMXEVNT-main--tiny .-IMXEVNT-offCanvasArea__infoboardText p.date {
    font-size: calc(var(--font-size-offCanvas-text, 12px) * 0.834);
  }

  .-IMXEVNT-main--tiny .-IMXEVNT-fullMap__mapContainer .-IMXEVNT-offCanvasArea__infoboard .-IMXEVNT-collector,
  #-IMXEVNT-host .-IMXEVNT-main--tiny .-IMXEVNT-fullMap__mapContainer .button,
  .-IMXEVNT-main--tiny .-IMXEVNT-offCanvasArea__infoboardText p.text,
  .-IMXEVNT-main--tiny .-IMXEVNT-offCanvasArea__infoboard div.offCanvasArea__infoboardHeader {
    display: none;
  }
}

/**
 * IMX Eventmanager - Whitelabel 2015
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage grid
 * @author     cheindl
 * @since      05.11.2015
 * @version    $Id$
 **/
@media print {
  #-IMXEVNT-sticky,
  #-IMXEVNT-heroimage,
  #-IMXEVNT-articleTools,
  #-IMXEVNT-detailMap > .-IMXEVNT-articleMap__mapContainer,
  #-IMXEVNT-pageFooter,
  #-IMXEVNT-offCanvasArea__list,
  #-IMXEVNT-offCanvasArea__infoBoard-detail,
  #-IMXEVNT-offCanvasArea__infoBoard-list,
  .-IMXEVNT-hidePrint,
  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-article.-IMXEVNT-hidePrint,
  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-article.-IMXEVNT-hidePrint,
  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-article.-IMXEVNT-hidePrint,
  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-article.-IMXEVNT-hidePrint,
  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-article.-IMXEVNT-hidePrint {
    display: none !important;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large #-IMXEVNT-main-wrapper .-IMXEVNT-article article.-IMXEVNT-articleText,
  #-IMXEVNT-main.-IMXEVNT-main--normal #-IMXEVNT-main-wrapper .-IMXEVNT-article article.-IMXEVNT-articleText,
  #-IMXEVNT-main.-IMXEVNT-main--medium #-IMXEVNT-main-wrapper .-IMXEVNT-article article.-IMXEVNT-articleText,
  #-IMXEVNT-main.-IMXEVNT-main--small #-IMXEVNT-main-wrapper .-IMXEVNT-article article.-IMXEVNT-articleText,
  #-IMXEVNT-main.-IMXEVNT-main--tiny #-IMXEVNT-main-wrapper .-IMXEVNT-article article.-IMXEVNT-articleText {
    display: block !important;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-article #-IMXEVNT-detailMap,
  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-article #-IMXEVNT-detailMap,
  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-article #-IMXEVNT-detailMap,
  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-article #-IMXEVNT-detailMap,
  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-article #-IMXEVNT-detailMap {
    display: block !important;
    clear: both;
    margin-top: 200px;
    margin-left: 50px;
  }
}

html,
body {

  /* width: 100%;
  height: 100%; */
}

.fancybox-inner .-IMXEVNT-articleText {
  text-align: left;
  font-size: 0.616em;
  padding: 10px;
}

.-IMXEVNT-offCanvasArea__articleText {
  text-align: left;
}

.-IMXEVNT-offCanvasArea__articleText > a {
  margin: 0 0 0 20px;
}

.fancybox-inner .button {
  color: #fff !important;
  font: 700 normal 20px var(--font-text);
  font-weight: 700;
  text-decoration: none;
  padding: 10px;
  border: none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block !important;
}

html.touch body {
  height: initial;
}

html.touch #-IMXEVNT-host {
  height: initial !important;
  overflow: visible;
}

html.touch #-IMXEVNT-host #-IMXEVNT-main {
  height: initial;
  overflow: visible;
}

html.touch #-IMXEVNT-host #-IMXEVNT-main #-IMXEVNT-main-wrapper {
  overflow: visible;
  position: static;
}

html.touch #-IMXEVNT-host #-IMXEVNT-sticky {

  /* position: fixed; */
}

/**
 * IMX Eventmanager - Whitelabel 2015
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage pageHeader
 * @author     gueldner
 * @since      30.06.2015
 * @version    $Id$
 **/
/*  =========================================================
basic config
base styles
========================================================== */
/*  =========================================================
basic config
========================================================== */
/* dimensions */
/*  =========================================================
base styles
========================================================== */
@media all {
  #-IMXEVNT-pageHeader {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    text-align: left;
    background-color: var(--page-header-background);
  }

  #-IMXEVNT-pageHeader #-IMXEVNT-pageHeader__languagesetterContainer {
    float: right;
  }

  #-IMXEVNT-pageHeader #-IMXEVNT-pageHeader__languagesetter {
    top: 40px;
    right: 40px;
  }
}

@media all {
  .-IMXEVNT-main--large #-IMXEVNT-pageHeader {
    height: 12.5em;
    position: relative;
  }

  .-IMXEVNT-main--normal #-IMXEVNT-pageHeader {
    height: 11.5em;
  }

  .-IMXEVNT-main--medium #-IMXEVNT-pageHeader {
    height: 9.5em;
  }

  .-IMXEVNT-main--small #-IMXEVNT-pageHeader,
  .-IMXEVNT-main--tiny #-IMXEVNT-pageHeader {
    height: 7.5em;
  }
}

@media all {
  .-IMXEVNT-main--tiny #-IMXEVNT-pageHeader__logo {
    left: 10px;
  }

  #-IMXEVNT-pageHeader__logo {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0;
    position: relative;
    left: 1%;
  }

  .-IMXEVNT-main--tiny #-IMXEVNT-pageHeader__logo img,
  .-IMXEVNT-main--small #-IMXEVNT-pageHeader__logo img {
    height: 45px;
    position: relative;
    top: 5px;
  }

  .-IMXEVNT-main--medium #-IMXEVNT-pageHeader__logo img {
    height: 100px;
  }

  #-IMXEVNT-pageHeader__logo img {
    height: 70px;
    top: 15px;
    position: relative;
    width: auto;
    object-fit: contain;
  }

  .-IMXEVNT-main--tiny #-IMXEVNT-pageHeader #-IMXEVNT-pageHeader__languagesetter,
  .-IMXEVNT-main--small #-IMXEVNT-pageHeader #-IMXEVNT-pageHeader__languagesetter,
  .-IMXEVNT-main--normal #-IMXEVNT-pageHeader #-IMXEVNT-pageHeader__languagesetter {
    top: 15px;
    right: 15px;
  }
}

/*  =========================================================
language setter
========================================================== */
@media all {
  #-IMXEVNT-pageHeader__languagesetter {
    position: relative;
  }

  #-IMXEVNT-pageHeader__languagesetter > [type='checkbox'] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }

  #-IMXEVNT-pageHeader__languagesetter > [type='checkbox']:checked ~ ul {
    display: block;
  }

  #-IMXEVNT-pageHeader__languagesetter > label {
    height: 2.25em;
    display: inline-block;
    position: relative;
    line-height: 1em;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-languageSetter, 16px);
    font-family: var(--font-text);
    border-radius: 5px;
  }

  #-IMXEVNT-pageHeader__languagesetter > label > img {
    vertical-align: baseline;
    margin-right: 0.5em;
    width: 1.2em;
    height: 0.95em;
    position: relative;
    top: 3px;
  }

  #-IMXEVNT-pageHeader__languagesetter > label > [class*='icon'] {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    text-align: center;
  }

  #-IMXEVNT-pageHeader__languagesetter > label > [class*='icon'].icon-earth {
    margin-right: 0.66666667em;
    font-size: 2.25em;
    width: 1.66666667em;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  #-IMXEVNT-pageHeader__languagesetter > label > [class*='icon'].icon-simpleArrowRight {
    width: 2.5em;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }

  #-IMXEVNT-pageHeader__languagesetter > label > [class*='icon'].icon-simpleArrowRight::before {
    vertical-align: middle;
  }

  #-IMXEVNT-pageHeader__languagesetter > label::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 2.5em;
    width: 0.75em;
    height: 0.75em;
    margin: -0.35em;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
  }

  #-IMXEVNT-pageHeader__languagesetter > ul {
    background-color: var(--page-header-background);
    display: none;
    width: 120%;
    position: absolute;
    right: 0;
    top: 100%;
    margin: 0 0 1.5em 0;
    padding: 0.5em 0;
    list-style: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  }

  #-IMXEVNT-pageHeader__languagesetter > ul > li > a {
    padding: 0.5em 1em;
    display: block;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-languageSetter, 16px);
    font-family: var(--font-text);
  }

  #-IMXEVNT-pageHeader__languagesetter > ul > li > a > img {
    margin-right: 0.5em;
    vertical-align: baseline;
    width: 24px;
    height: 18px;
  }

  #-IMXEVNT-pageHeader__languagesetter > ul > li:not(:last-of-type) {
    border-bottom: 1px solid;
  }

  #-IMXEVNT-pageHeader__languagesetter > ul::after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 1.5em;
    height: 1.5em;
    margin: -0.7em;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
  }

  .-IMXEVNT-main--large #-IMXEVNT-pageHeader__languagesetter,
  .-IMXEVNT-main--normal #-IMXEVNT-pageHeader__languagesetter,
  .-IMXEVNT-main--medium:not(.-IMXEVNT-main--transitionArea) #-IMXEVNT-pageHeader__languagesetter {
    float: right;
  }

  .-IMXEVNT-main--large #-IMXEVNT-pageHeader__languagesetter > label,
  .-IMXEVNT-main--normal #-IMXEVNT-pageHeader__languagesetter > label,
  .-IMXEVNT-main--medium:not(.-IMXEVNT-main--transitionArea) #-IMXEVNT-pageHeader__languagesetter > label {
    max-width: 100%;
  }

  .-IMXEVNT-main--large #-IMXEVNT-pageHeader__languagesetter > label > .icon-simpleArrowRight {
    transform: rotate(90deg);
  }

  .-IMXEVNT-main--medium.-IMXEVNT-main--transitionArea #-IMXEVNT-pageHeader__languagesetter,
  .-IMXEVNT-main--small #-IMXEVNT-pageHeader__languagesetter,
  .-IMXEVNT-main--tiny #-IMXEVNT-pageHeader__languagesetter {
    width: 100%;
  }

  .-IMXEVNT-main--medium.-IMXEVNT-main--transitionArea #-IMXEVNT-pageHeader__languagesetter > label,
  .-IMXEVNT-main--small #-IMXEVNT-pageHeader__languagesetter > label,
  .-IMXEVNT-main--tiny #-IMXEVNT-pageHeader__languagesetter > label {
    width: 100%;
  }

  .-IMXEVNT-main--medium.-IMXEVNT-main--transitionArea #-IMXEVNT-pageHeader__languagesetter > label > .icon-simpleArrowRight,
  .-IMXEVNT-main--small #-IMXEVNT-pageHeader__languagesetter > label > .icon-simpleArrowRight,
  .-IMXEVNT-main--tiny #-IMXEVNT-pageHeader__languagesetter > label > .icon-simpleArrowRight {
    float: right;
  }
}

/**
 * IMX Eventmanager - Whitelabel 2015
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage heroImage
 * @author     gueldner
 * @since      30.06.2015
 * @version    $Id$
 **/
/*  =========================================================
basic config
base styles
image styling
text on detail pages
========================================================== */
/*  =========================================================
basic config
========================================================== */
/* dimensions */
/*  =========================================================
base styles
========================================================== */
@media all {
  #-IMXEVNT-heroimage {
    position: relative;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large #-IMXEVNT-heroimage,
  #-IMXEVNT-main.-IMXEVNT-main--normal #-IMXEVNT-heroimage,
  #-IMXEVNT-main.-IMXEVNT-main--medium #-IMXEVNT-heroimage {
    border-bottom: 10px solid white;
  }

  #-IMXEVNT-heroimage,
  #-IMXEVNT-heroimage__image {
    width: 100%;
    min-height: 200px;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large #-IMXEVNT-heroimage,
  #-IMXEVNT-main.-IMXEVNT-main--normal #-IMXEVNT-heroimage,
  #-IMXEVNT-main.-IMXEVNT-main--medium #-IMXEVNT-heroimage,
  #-IMXEVNT-main.-IMXEVNT-main--large #-IMXEVNT-heroimage__image,
  #-IMXEVNT-main.-IMXEVNT-main--normal #-IMXEVNT-heroimage__image,
  #-IMXEVNT-main.-IMXEVNT-main--medium #-IMXEVNT-heroimage__image {
    min-height: 150px;
  }

  .-IMXEVNT-heroimage__empty,
  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-heroimage__empty {
    height: 100%;
  }

  .-IMXEVNT-heroimage__empty #-IMXEVNT-heroimage__content,
  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-heroimage__empty #-IMXEVNT-heroimage__content {
    padding: 6.2em 0 6.2em 0;
    background-color: var(--cd-colorOnBackground);
  }

  #-IMXEVNT-heroimage.-IMXEVNT-heroimage__empty,
  .-IMXEVNT-heroimage__empty #-IMXEVNT-heroimage__image {
    min-height: 1vh;
  }

  .-IMXEVNT-heroimage__empty .-IMXEVNT-contentForm__sliderWrapper .noUi-horizontal::after,
  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-heroimage__empty .-IMXEVNT-contentForm__sliderWrapper .noUi-horizontal::after {
    background-color: var(--form-background-emptyHeroImage) !important;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-heroimage__empty {
    height: auto;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-heroimage__empty {
    height: auto;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-heroimage__empty {
    height: auto;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-heroimage__empty {
    height: auto;
  }

  #-IMXEVNT-heroimage.noImage > #-IMXEVNT-heroimage__text {
    background: var(--detailpage-hero-fallback, var(--cd-color));
    min-height: 54em;
    padding: 24em 0 0 0;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large #-IMXEVNT-heroimage.noImage > #-IMXEVNT-heroimage__text {
    min-height: 64em;
    padding: 24em 0 0 0;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small #-IMXEVNT-heroimage.noImage > #-IMXEVNT-heroimage__text {
    min-height: 65em;
    padding: 35em 0 0 0;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny #-IMXEVNT-heroimage.noImage > #-IMXEVNT-heroimage__text {
    min-height: 70em;
    padding: 35em 0 0 0;
  }
}

/*  =========================================================
image styling
========================================================== */
@media all {
  #-IMXEVNT-heroimage__image > picture,
  #-IMXEVNT-heroimage__image > noscript {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
  }

  #-IMXEVNT-heroimage img,
  #-IMXEVNT-heroimage.-IMXEVNT-heroimage--verticalyCropped img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

  /* copyright over image */
  #-IMXEVNT-heroimage__copyright {
    position: absolute;
    bottom: 0;
    left: 100%;
    -webkit-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    margin: 0;
    padding: 5px;
    width: 100%;
    color: var(--image-copyright, #fff);
    text-align: left;
    line-height: 1em;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-copyright, 12px);
    font-family: var(--font-text);
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  }
}

/*  =========================================================
text on detail pages
========================================================== */
@media all {
  .-IMXEVNT-heroimage__hidden {
    visibility: hidden;
  }

  .-IMXEVNT-heroimageContainerSlider {
    width: 100%;
  }

  #-IMXEVNT-heroimage__content {
    width: 100%;
    display: inline-block;
  }

  .-IMXEVNT-main--tiny .-IMXEVNT-videoPlay {
    left: 40%;
  }

  .-IMXEVNT-videoPlay {
    background-image: url('/portal/frontend/components/v3/assets/images/objects/play.png');
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 40%;
    width: 55px;
    height: 55px;
    display: block;
    z-index: 20;
  }

  .-IMXEVNT-videoPreviewImage {
    display: inline-block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    position: absolute;
  }

  .-IMXEVNT-main--small .-IMXEVNT-heroimage--controls,
  .-IMXEVNT-main--tiny .-IMXEVNT-heroimage--controls {
    top: -110px;
  }

  .-IMXEVNT-heroimage--controls {
    width: 100%;
    position: absolute;
    top: 0;
  }

  .-IMXEVNT-heroimage--slideLeft,
  .-IMXEVNT-heroimage--slideRight {
    background-color: var(--heroImage-color);
    padding: 50px 25px 10px 10px;
    position: relative;
    top: 200px;
    z-index: 20;
  }

  .-IMXEVNT-heroimage--slideLeft::before {
    text-decoration: none;
    font-size: 20px;
    position: absolute;
    top: 20px;
    left: 10px;
  }

  .-IMXEVNT-heroimage--slideLeft {
    opacity: 0.7;
    float: left;
    left: -10px;
    border-radius: 0 2px 2px 0;
  }

  .-IMXEVNT-heroimage--slideRight::before {
    text-decoration: none;
    font-size: 20px;
    position: absolute;
    top: 20px;
    right: 10px;
  }

  .-IMXEVNT-heroimage--slideRight {
    opacity: 0.7;
    float: right;
    right: -10px;
    border-radius: 2px 0 0 2px;
  }

  .-IMXEVNT-host--detailpage .-IMXEVNT-main--normal #-IMXEVNT-heroimage__content {
    padding: 40em 0 3.2em 0;
  }

  .-IMXEVNT-host--detailpage .-IMXEVNT-main--large #-IMXEVNT-heroimage__content {
    padding: 70em 0 3.2em 0;
  }

  #-IMXEVNT-heroimage__content {
    position: relative;
    width: 100%;
    padding: 15% 0 3.2em 0;
    box-sizing: border-box;
  }

  #-IMXEVNT-heroimage__content iframe {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }

  .-IMXEVNT-main--tiny #-IMXEVNT-heroimage__content,
  .-IMXEVNT-main--small #-IMXEVNT-heroimage__content {
    padding-top: 0;
  }

  #-IMXEVNT-heroimage__content picture {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
  }

  #-IMXEVNT-heroimage__text {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    position: relative;
    padding: 20px 0;
    width: 100%;
  }

  #-IMXEVNT-heroimage__text.-IMXEVNT-heroimage__text--search {
    text-transform: uppercase;
  }

  #-IMXEVNT-heroimage__text .headline1,
  #-IMXEVNT-heroimage__text h1 {
    color: var(--heroImage-color);
    font-weight: 700;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-headlines, 13.25em);
    font-family: var(--font-headlines);
    letter-spacing: var(--font-search-headline-letterspacing, normal);
    text-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    margin: 20px auto;
    word-wrap: break-word;
    max-width: 95%;
  }

  .-IMXEVNT-main--small #-IMXEVNT-heroimage__text .headline1,
  .-IMXEVNT-main--tiny #-IMXEVNT-heroimage__text .headline1,
  .-IMXEVNT-main--small #-IMXEVNT-heroimage__text h1,
  .-IMXEVNT-main--tiny #-IMXEVNT-heroimage__text h1 {
    font-size: calc(var(--font-size-headlines, 13.25em) * 0.65);
  }

  #-IMXEVNT-heroimage__text .text {
    font-size: var(--font-size-detailpage-heroImage, 179px);
  }

  .-IMXEVNT-main--small #-IMXEVNT-heroimage__text .text,
  .-IMXEVNT-main--tiny #-IMXEVNT-heroimage__text .text {
    font-size: calc(var(--font-size-detailpage-heroImage, 179px) * 0.66);
  }

  #-IMXEVNT-heroimage__text .subline {
    font-size: var(--font-size-detailpage-heroImage-subline, 84px);
    margin-top: 15px;
  }

  #-IMXEVNT-heroimage__text.-IMXEVNT-heroimage__smallText > .headline1,
  #-IMXEVNT-heroimage__text.-IMXEVNT-heroimage__smallText > h1 {
    font-size: 6em;
  }
}

@media all {
  #-IMXEVNT-main.-IMXEVNT-main--large #-IMXEVNT-heroimage__text.-IMXEVNT-heroimage__text--small {
    vertical-align: top;
    top: 15%;
  }

  .-IMXEVNT-main--large #-IMXEVNT-heroimage__text {
    font-size: 1em;
  }

  .-IMXEVNT-main--large #-IMXEVNT-heroimage__text.-IMXEVNT-heroimage__text--small {
    font-size: 0.5em;
  }

  .-IMXEVNT-main--normal #-IMXEVNT-heroimage__text {
    font-size: 0.8em;
  }

  .-IMXEVNT-main--normal #-IMXEVNT-heroimage__text.-IMXEVNT-heroimage__text--small {
    font-size: 0.4em;
  }

  .-IMXEVNT-main--medium #-IMXEVNT-heroimage__text {
    font-size: 0.6em;
  }

  .-IMXEVNT-main--medium #-IMXEVNT-heroimage__text.-IMXEVNT-heroimage__text--small {
    font-size: 0.3em;
  }

  .-IMXEVNT-main--small #-IMXEVNT-heroimage__text {
    font-size: 0.4em;
  }

  .-IMXEVNT-main--small #-IMXEVNT-heroimage__text.-IMXEVNT-heroimage__text--small {
    font-size: 0.2em;
  }

  .-IMXEVNT-main--tiny #-IMXEVNT-heroimage__text {
    font-size: 0.3em;
  }

  .-IMXEVNT-main--tiny #-IMXEVNT-heroimage__text.-IMXEVNT-heroimage__text--small {
    font-size: 0.2em;
  }

  .-IMXEVNT-main--tiny #-IMXEVNT-heroimage__text.-IMXEVNT-heroimage__text--small,
  .-IMXEVNT-main--small #-IMXEVNT-heroimage__text.-IMXEVNT-heroimage__text--small {
    position: relative;
    top: 30px;
    padding: 25px 0 25px 0;
  }
}

/**
 * IMX Eventmanager - Whitelabel 2015
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage pageFooter
 * @author     gueldner
 * @since      02.07.2015
 * @version    $Id$
 **/
/*  =========================================================
basic config
base styles
meta navi
language setter
========================================================== */
/*  =========================================================
basic config
========================================================== */
/* dimensions */
/*  =========================================================
base styles
========================================================== */
@media all {
  #-IMXEVNT-pageFooter {
    width: 100%;
    padding: 0;
    display: inline-block;
    overflow: hidden;
    word-break: break-word;
  }

  nav#-IMXEVNT-pageFooter__meta > ul > li > a {
    color: var(--cd-color-link);
  }

  #-IMXEVNT-pageFooter #-IMXEVNT-pageFooter__meta .-IMXEVNT-pageFooter__meta__address .-IMXEVNT-pageFooter__meta__contact a:not(.-IMXEVNT-datamanager) {
    line-height: 14px;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-footer, 14px);
    font-family: var(--font-text);
    color: var(--cd-color-link);
    position: relative;
    padding: 0;
    top: 0;
  }

  .-IMXEVNT-pageFooter__meta__address .-IMXEVNT-pageFooter__meta__contact h4,
  .-IMXEVNT-pageFooter__meta__address .-IMXEVNT-pageFooter__meta__addressPart h4 {
    margin-bottom: -5px;
  }

  .-IMXEVNT-pageFooter__meta__address {
    display: inline-flex;
    line-height: 18px;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-footer-text, 14px);
    font-family: var(--font-text);
    text-decoration: none;
    position: relative;
    top: 20px;
    padding: 0 10px 0 10px;
    width: 100%;
  }

  .-IMXEVNT-pageFooter__meta__address .-IMXEVNT-pageFooter__meta__addressPart {
    width: 30%;
  }

  .-IMXEVNT-pageFooter__meta__address .-IMXEVNT-pageFooter__meta__contact {
    width: 50%;
    padding-left: 50px;
  }

  #-IMXEVNT-pageFooter a.-IMXEVNT-datamanager {
    color: var(--cd-color-link);
    display: block;
    font-weight: bold;
    padding: 15px 10px 0 0;
  }

  #-IMXEVNT-pageFooter__meta,
  #-IMXEVNT-main .-IMXEVNT-h-grid--fixed-footer {
    height: 100%;
    max-width: 1135px;
  }

  #-IMXEVNT-main div.-IMXEVNT-pageFooter__logoAreaMobile {
    display: none;
  }

  .-IMXEVNT-pageFooter__logoArea {
    display: block;
    position: relative;
    left: 0;
    width: 200px;
    height: 50px;
    margin: 0;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-pageFooter__logoArea__footerImage,
  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-pageFooter__logoArea__footerImage {
    float: right;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large #-IMXEVNT-pageFooter,
  #-IMXEVNT-main.-IMXEVNT-main--normal #-IMXEVNT-pageFooter {
    margin-top: 10em;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium #-IMXEVNT-pageFooter,
  #-IMXEVNT-main.-IMXEVNT-main--small #-IMXEVNT-pageFooter,
  #-IMXEVNT-main.-IMXEVNT-main--tiny #-IMXEVNT-pageFooter {
    margin-top: 5em;
    height: 100%;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 1300px) and (min-width: 936px) {
  #-IMXEVNT-pageFooter {
    height: 280px;
  }
}

@media screen and (min-width: 930px) {
  #-IMXEVNT-pageFooter__meta > ul > li > a {
    margin-right: 35px;
  }
}

@media screen and (max-width: 1599px) {
  .-IMXEVNT-pageFooter__logoArea .-IMXEVNT-pageFooter__logoArea__footerImage {
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 929px) {
  #-IMXEVNT-main div.-IMXEVNT-pageFooter__logoAreaMobile {
    display: block;
  }

  .-IMXEVNT-pageFooter__logoAreaMobile .-IMXEVNT-pageFooter__logoArea__footerImageMobile {
    display: block;
    margin: 0 auto;
  }

  #-IMXEVNT-main div.-IMXEVNT-pageFooter__logoArea {
    display: none;
  }

  nav#-IMXEVNT-pageFooter__meta > ul {
    display: block;
    word-break: break-word;
    overflow: hidden;
  }

  #-IMXEVNT-pageFooter__meta > ul > li {
    display: inline-block;
    width: 100%;
    line-height: 25px;
  }

  .-IMXEVNT-pageFooter__meta__address .-IMXEVNT-pageFooter__meta__contact,
  #-IMXEVNT-pageFooter__meta,
  #-IMXEVNT-main .-IMXEVNT-h-grid--fixed-footer {
    padding-left: 0;
  }

  .-IMXEVNT-pageFooter__meta__address {
    display: inline-block;
  }

  .-IMXEVNT-pageFooter__meta__address .-IMXEVNT-pageFooter__meta__contact h4 {
    margin: 25px 0 -5px 0;
  }

  .-IMXEVNT-pageFooter__meta__address .-IMXEVNT-pageFooter__meta__addressPart h4 {
    margin: 25px 0 5px 0;
  }

  .-IMXEVNT-pageFooter__meta__address .-IMXEVNT-pageFooter__meta__contact,
  .-IMXEVNT-pageFooter__meta__address .-IMXEVNT-pageFooter__meta__addressPart {
    width: 100%;
  }
}

/*  =========================================================
meta navi
========================================================== */
@media all {
  #-IMXEVNT-pageFooter__meta > ul {
    margin: 0;
    padding: 60px 0 25px 0;
    list-style: none;
  }

  #-IMXEVNT-pageFooter__meta > ul > li {
    display: inline-block;
  }

  #-IMXEVNT-pageFooter a,
  #-IMXEVNT-pageFooter__meta > ul > li > a {
    color: var(--page-footer-color);
    line-height: 1em;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-footer-text, 14px);
    font-family: var(--font-text);
    text-decoration: none;
    padding: 0 10px 0 10px;
  }

  .-IMXEVNT-main--tiny #-IMXEVNT-pageFooter__meta > ul > li > a,
  .-IMXEVNT-main--small #-IMXEVNT-pageFooter__meta > ul > li > a {
    line-height: 13px;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-footer-mobile-text, 13px);
    font-family: var(--font-text);
  }

  #-IMXEVNT-pageFooter a span.icon-pen {
    padding: 0 5px 0 0;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny #-IMXEVNT-pageFooter a,
  #-IMXEVNT-main.-IMXEVNT-main--small #-IMXEVNT-pageFooter a {
    width: 100%;
    background-color: var(--page-footer-background);
    padding: 5px 0 0 0;
    height: 30px;
    text-align: center;
  }

  .-IMXEVNT-main--medium.-IMXEVNT-main--transitionArea #-IMXEVNT-pageFooter__meta,
  .-IMXEVNT-main--small #-IMXEVNT-pageFooter__meta,
  .-IMXEVNT-main--tiny #-IMXEVNT-pageFooter__meta {
    text-align: center;
    margin-bottom: 2em;
  }
}

/**
 * IMX Eventmanager - Whitelabel 2015
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage loose elements
 * @author     gueldner
 * @since      29.06.2015
 * @version    $Id$
 **/
/*  =========================================================
basic config
sticky area config
sticky buttons
========================================================== */
/*  =========================================================
basic config
========================================================== */
/* dimensions */
/*  =========================================================
sticky area config
========================================================== */
@media all {
  #-IMXEVNT-sticky {
    position: static;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    z-index: 11;
  }

  #-IMXEVNT-sticky.-IMXEVNT-sticky--isSticky {
    position: sticky;
  }

  .-IMXEVNT-main--medium.-IMXEVNT-mapActive #-IMXEVNT-sticky,
  .-IMXEVNT-main--small.-IMXEVNT-mapActive #-IMXEVNT-sticky,
  .-IMXEVNT-main--tiny.-IMXEVNT-mapActive #-IMXEVNT-sticky {
    left: -100%;
  }

  #-IMXEVNT-sticky > .-IMXEVNT-stickyElement {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
    z-index: 1;
  }

  #-IMXEVNT-sticky > .-IMXEVNT-sticky__buttons {
    position: relative;
    top: 0;
    z-index: 2;
    pointer-events: all;
    -webkit-transition: top 0.5s ease;
    -o-transition: top 0.5s ease;
    transition: top 0.5s ease;
  }

  .-IMXEVNT-sticky__buttons--filter {
    color: var(--list-element-sticky-filter-color);
    background: var(--list-element-sticky-filter-background);
  }

  #-IMXEVNT-sticky > .-IMXEVNT-sticky__buttons.-IMXEVNT-sticky__buttons--filter {
    float: left;
  }

  #-IMXEVNT-sticky > .-IMXEVNT-sticky__buttons.-IMXEVNT-sticky__buttons--cart {
    float: right;
  }

  .-IMXEVNT-main--medium #-IMXEVNT-sticky > .-IMXEVNT-sticky__buttons.-IMXEVNT-sticky__buttons--search,
  .-IMXEVNT-main--small #-IMXEVNT-sticky > .-IMXEVNT-sticky__buttons.-IMXEVNT-sticky__buttons--search,
  .-IMXEVNT-main--tiny #-IMXEVNT-sticky > .-IMXEVNT-sticky__buttons.-IMXEVNT-sticky__buttons--search {
    right: 84px;
  }
}

/*  =========================================================
sticky buttons
========================================================== */
@media all {
  .-IMXEVNT-sticky__buttons {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    -webkit-transition: top 0.5s ease, opacity 0.5s ease;
    -o-transition: top 0.5s ease, opacity 0.5s ease;
    transition: top 0.5s ease, opacity 0.5s ease;
    opacity: 1;
  }

  .-IMXEVNT-main--large .-IMXEVNT-sticky__buttons,
  .-IMXEVNT-main--normal .-IMXEVNT-sticky__buttons {
    height: 7.5rem;
  }

  .-IMXEVNT-main--tiny .-IMXEVNT-sticky__buttons,
  .-IMXEVNT-main--small .-IMXEVNT-sticky__buttons,
  .-IMXEVNT-main--medium .-IMXEVNT-sticky__buttons {
    font-size: calc(var(--font-size-stickybuttons, 8px) * 0.75);
    height: 48px;
  }

  .-IMXEVNT-main--large .-IMXEVNT-sticky__buttons--filter,
  .-IMXEVNT-main--normal .-IMXEVNT-sticky__buttons--filter {
    display: none;
  }
}

@media all {
  .-IMXEVNT-sticky__buttons--cart {
    background: var(--list-element-sticky-background);
    color: var(--list-element-sticky-color);
  }

  .-IMXEVNT-sticky__buttons > li {
    height: 100%;
    display: inline-block;
    vertical-align: top;
  }

  .-IMXEVNT-sticky__buttons--filter > li,
  .-IMXEVNT-sticky__buttons--cart li.-IMXEVNT-sticky__border,
  .-IMXEVNT-sticky__buttons--search > li:first-child {
    border: var(--elements-border);
    box-sizing: border-box;
  }

  .-IMXEVNT-sticky__buttons > li > a {
    display: block;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    text-decoration: none;
    position: relative;
  }

  .-IMXEVNT-sticky__buttons > li > a > [class*='icon'] {
    display: inline-block;
    vertical-align: middle;
    font-size: 4em;
    line-height: 0;
  }

  .-IMXEVNT-sticky__buttons > li > a > .text {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    line-height: 12px;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-stickybuttons, 12px);
    font-family: var(--font-text);
  }

  .-IMXEVNT-main--small .-IMXEVNT-sticky__buttons > li > a > .icon-marker,
  .-IMXEVNT-main--medium .-IMXEVNT-sticky__buttons > li > a > .icon-marker {
    padding-right: 10px;
  }

  .-IMXEVNT-main--tiny .-IMXEVNT-sticky__buttons > li > a > .icon-marker,
  .-IMXEVNT-main--tiny .-IMXEVNT-main--tiny .-IMXEVNT-sticky__buttons > li > a > .icon-marker {
    line-height: 0;
  }

  .-IMXEVNT-main--tiny .-IMXEVNT-sticky__buttons > li > a > .icon-marker,
  .-IMXEVNT-main--normal .-IMXEVNT-sticky__buttons > li > a > .icon-marker,
  .-IMXEVNT-main--small .-IMXEVNT-sticky__buttons > li > a > .icon-marker,
  .-IMXEVNT-main--medium .-IMXEVNT-sticky__buttons > li > a > .icon-marker,
  .-IMXEVNT-main--tiny .-IMXEVNT-sticky__buttons > li > a > .icon-marker {
    font-size: 35px;
    line-height: 0;
  }

  .-IMXEVNT-main--small .-IMXEVNT-sticky__buttons > li > a > [class*='icon'],
  .-IMXEVNT-main--large .-IMXEVNT-sticky__buttons > li > a > .icon-marker {
    font-size: 30px;
    padding-right: 10px;
  }

  .-IMXEVNT-main--large .-IMXEVNT-sticky__buttons > li > a > [class*='icon'],
  .-IMXEVNT-main--normal .-IMXEVNT-sticky__buttons > li > a > [class*='icon'] {
    margin-right: 5px;
  }

  .-IMXEVNT-main--tiny .-IMXEVNT-sticky__buttons > li > a > .text {
    display: none;
  }

  .-IMXEVNT-main--tiny .-IMXEVNT-toSearch {
    border-radius: 50%;
    background: var(--cd-color);
    position: absolute;
    top: 90vh;
  }

  .-IMXEVNT-main--tiny [data-tabtarget="-IMXEVNT-switchArea__tabCheckbox--3"] .-IMXEVNT-toSearch {
    display: none;
  }

  .-IMXEVNT-main--tiny .-IMXEVNT-sticky__buttons > li > a.-IMXEVNT-toSearch [class*='icon'] {
    color: var(--cd-colorOnBackground);
  }

  h2.-IMXEVNT-groupElement.-IMXEVNT-v-element.-IMXEVNT-stickyElement.-IMXEVNT-verticalAlign span.text {
    padding-left: 20px;
  }

  /* counter for filters and remembered items */
  .-IMXEVNT-sticky__buttons--cartCounterRememberedItems,
  .-IMXEVNT-filter--counter {
    background-color: var(--button-counter-background);
    color: var(--button-color);
    font: 700 normal 12px/24px var(--font-text);
    position: absolute;
    width: 24px;
    height: 24px;
    text-align: center;
    top: 5px;
    border-radius: 20px;
    border: 2px solid #fff;
  }

  #-IMXEVNT-articleTools .-IMXEVNT-sticky__buttons--cartCounterRememberedItems,
  .-IMXEVNT-filter--counter {
    right: -10px;
  }

  #-IMXEVNT-articleTools .-IMXEVNT-sticky__buttons--cartCounterRememberedItems {
    top: 0;
  }

  .-IMXEVNT-main--tiny #-IMXEVNT-sticky .-IMXEVNT-sticky__buttons--cartCounterRememberedItems {
    left: -10px;
  }

  .-IMXEVNT-main--small #-IMXEVNT-sticky .-IMXEVNT-sticky__buttons--cartCounterRememberedItems,
  .-IMXEVNT-main--normal #-IMXEVNT-sticky .-IMXEVNT-sticky__buttons--cartCounterRememberedItems,
  .-IMXEVNT-main--medium #-IMXEVNT-sticky .-IMXEVNT-sticky__buttons--cartCounterRememberedItems {
    left: 30px;
  }

  .-IMXEVNT-main--large #-IMXEVNT-sticky .-IMXEVNT-sticky__buttons--cartCounterRememberedItems {
    left: 32px;
  }
}

/**
 * IMX Eventmanager - Whitelabel 2015
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage loose elements
 * @author     gueldner
 * @since      29.06.2015
 * @version    $Id$
 **/
/*  =========================================================
basic config
title area
group elements
full map
========================================================== */
/*  =========================================================
basic config
========================================================== */
/* dimensions */
/*  =========================================================
title area
========================================================== */
@media all {
  .-IMXEVNT-titleArea {
    width: 100%;
    padding: 3em 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    text-align: left;
  }

  .-IMXEVNT-main--medium.-IMXEVNT-mapActive .-IMXEVNT-titleArea,
  .-IMXEVNT-main--small.-IMXEVNT-mapActive .-IMXEVNT-titleArea,
  .-IMXEVNT-main--tiny.-IMXEVNT-mapActive .-IMXEVNT-titleArea {
    padding: 4em 2em;
  }

  .-IMXEVNT-titleArea h3 {
    line-height: 1.25em;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-titleArea, 20px);
    font-family: var(--font-headlines);
    position: relative;
    margin: 0;
  }

  .-IMXEVNT-titleArea h3 > strong {
    font-weight: 700;
  }

  .-IMXEVNT-main--tiny .-IMXEVNT-titleArea h3,
  .-IMXEVNT-main--small .-IMXEVNT-titleArea h3,
  .-IMXEVNT-main--medium .-IMXEVNT-titleArea h3,
  .-IMXEVNT-main--normal .-IMXEVNT-titleArea h3 {
    text-align: center;
  }

  .-IMXEVNT-host--detailpage .-IMXEVNT-titleArea h3 {
    line-height: 1.25em;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-detailpage-moreElements, 36px);
    font-family: var(--font-headlines);
  }

  .-IMXEVNT-titleArea.-IMXEVNT-titleArea--border h3::after {
    content: '';
    width: 88px;
    border-bottom: var(--headline-border, 0);
    height: 1px;
    bottom: -20px;
    left: 0;
    position: absolute;
    display: block;
  }
}

@media all {
  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-titleArea,
  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-titleArea {
    font-size: 1em;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-titleArea,
  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-titleArea,
  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-titleArea {
    font-size: 0.8em;
  }
}

/* results text area */
@media all {
  #-IMXEVENT-results {
    padding: 3em 0;
  }

  #-IMXEVENT-results h3 {
    line-height: 1.25em;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-list-results-text, 20px);
    font-family: var(--font-text);
    text-align: center;
    margin: 0;
  }
}

/* tabs in title area */
@media all {
  .-IMXEVNT-switchArea__tabsContainer {
    position: relative;
    height: 40px;
  }

  .-IMXEVNT-switchArea__tabs {
    position: absolute;
    bottom: 0;
    right: 0.5952381%;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .-IMXEVNT-switchArea__tabs > li {
    display: inline-block;
  }

  .-IMXEVNT-switchArea__tabs > li:not(:last-of-type) {
    margin-right: 1px;
  }

  .-IMXEVNT-switchArea__tabs > li > label {
    display: block;
    height: 2.4em;
    padding: 0.6em 0.8em 0 0.8em;
    box-sizing: border-box;
    line-height: 17px;
    font-weight: 700;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-tabArea, 14px);
    font-family: var(--font-text);
    cursor: pointer;
  }

  .-IMXEVNT-switchArea__tabs > li > label > [class*='icon-'] {
    margin-right: 0.4em;
  }

  .-IMXEVNT-main--tiny .-IMXEVNT-switchArea__tabs .-IMXNET-listViewSwitch + .-IMXNET-galleryViewSwitch,
  .-IMXEVNT-main--small .-IMXEVNT-switchArea__tabs .-IMXNET-listViewSwitch + .-IMXNET-galleryViewSwitch {
    display: none;
  }
}

/* active tabs */
@media all {
  .-IMXEVNT-switchArea__tabCheckbox {
    position: absolute;
    opacity: 0;
  }

  .-IMXEVNT-eventSeriesEventDates > .-IMXEVNT-content > [data-tabtarget],
  #-IMXEVNT-main-wrapper > .-IMXEVNT-content > [data-tabtarget] {
    display: none;
  }

  #-IMXEVNT-switchArea__tabCheckbox--1 ~ .-IMXEVNT-switchArea__tabsContainer [for='-IMXEVNT-switchArea__tabCheckbox--1'] .text,
  #-IMXEVNT-switchArea__tabCheckbox--2 ~ .-IMXEVNT-switchArea__tabsContainer [for='-IMXEVNT-switchArea__tabCheckbox--2'] .text,
  #-IMXEVNT-switchArea__tabCheckbox--3 ~ .-IMXEVNT-switchArea__tabsContainer [for='-IMXEVNT-switchArea__tabCheckbox--3'] .text {
    color: var(--swich-color);
  }

  #-IMXEVNT-switchArea__tabCheckbox--1:checked ~ .-IMXEVNT-switchArea__tabsContainer [for='-IMXEVNT-switchArea__tabCheckbox--1'] .text,
  #-IMXEVNT-switchArea__tabCheckbox--2:checked ~ .-IMXEVNT-switchArea__tabsContainer [for='-IMXEVNT-switchArea__tabCheckbox--2'] .text,
  #-IMXEVNT-switchArea__tabCheckbox--3:checked ~ .-IMXEVNT-switchArea__tabsContainer [for='-IMXEVNT-switchArea__tabCheckbox--3'] .text {
    color: var(--swich-active-color);
    border-bottom: 4px solid  var(--swich-active-color);
  }

  #-IMXEVNT-switchArea__tabCheckbox--1:checked ~ .-IMXEVNT-content > [data-tabtarget='-IMXEVNT-switchArea__tabCheckbox--1'],
  #-IMXEVNT-switchArea__tabCheckbox--2:checked ~ .-IMXEVNT-content > [data-tabtarget='-IMXEVNT-switchArea__tabCheckbox--2'],
  #-IMXEVNT-switchArea__tabCheckbox--3:checked ~ .-IMXEVNT-content > [data-tabtarget='-IMXEVNT-switchArea__tabCheckbox--3'] {
    display: inline-block;
  }
}

@media all {
  .-IMXEVNT-titleArea__pageNotFoundRedirect {
    line-height: 1.25em;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-notFoundRedirect, 20px);
    font-family: var(--font-text);
    margin-bottom: 40px;
  }
}

/*  =========================================================
group elements
========================================================== */
@media all {
  .-IMXEVNT-groupElement {
    background-color: var(--list-header-background);
    border: var(--elements-border);
    box-sizing: border-box;
    color: var(--list-header-color);
    display: block;
    margin: 0;
    padding-left: 15px;
    text-transform: uppercase;
    top: 0;
    z-index: 5;
  }

  .-IMXEVNT-groupElement.-IMXEVNT-stickyElement {
    position: sticky;
  }

  .-IMXEVNT-groupElement > .text {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.05em;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-list-header, 14px);
    font-family: var(--font-text);
  }

  #-IMXEVNT-host .-IMXEVNT-groupElement > .text strong {
    line-height: 1.05em;
    font-weight: 700;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-list-header-date, 18px);
    font-family: var(--font-text);
  }

  [data-tabtarget] > .-IMXEVNT-v-grid,
  .-IMXEVNT-titleArea + .-IMXEVNT-v-grid {
    margin-top: 0 !important;
  }
}

@media all {
  .-IMXEVNT-main--large .-IMXEVNT-groupElement,
  .-IMXEVNT-main--normal .-IMXEVNT-groupElement {
    height: 7.5rem;
    text-align: left;
  }

  .-IMXEVNT-main--tiny .-IMXEVNT-groupElement,
  .-IMXEVNT-main--small .-IMXEVNT-groupElement,
  .-IMXEVNT-main--medium .-IMXEVNT-groupElement {
    height: 6rem;
    text-align: center;
  }
}

/*  =========================================================
full map
========================================================== */
@media all {
  .-IMXEVNT-fullMap {
    height: 0;
    padding-bottom: 100%;
    margin: 20px 0;
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .-IMXEVNT-fullMap__mapContainer {
    height: 100%;
    position: absolute !important;
    top: 0;
  }

  .-IMXEVNT-main--small .-IMXEVNT-fullMap,
  .-IMXEVNT-main--tiny .-IMXEVNT-fullMap {
    padding-bottom: 150%;
  }

  .-IMXEVNT-main--large .-IMXEVNT-fullMap__mapContainer,
  .-IMXEVNT-main--normal .-IMXEVNT-fullMap__mapContainer {
    width: 100%;
    left: 0;
  }

  .-IMXEVNT-main--medium .-IMXEVNT-fullMap__mapContainer,
  .-IMXEVNT-main--small .-IMXEVNT-fullMap__mapContainer,
  .-IMXEVNT-main--tiny .-IMXEVNT-fullMap__mapContainer {
    width: 100%;
    left: 0;
  }
}

/*  =========================================================
tipp icon
========================================================== */
@media screen {

  /* color settings */
  .colorSettingStar {
    fill: #bd181e;
  }

  .colorSettingFont {
    fill: #333;
  }

  .whiteSettingFont,
  .whiteSettingStar {
    fill: #fff;
  }
}

@media screen {

  /* listElement */
  .-IMXEVNT-listElement__text > svg {
    display: inline;
    width: 60px;
    position: absolute;
    right: 80px;
    margin-top: -3px;
    vertical-align: top;
  }
}

@media screen and (max-width: 930px) {
  .-IMXEVNT-listElement__text > svg {
    height: 33px;
    position: static;
    margin-top: 3px;
  }
}

/* galleryTeaser */
@media screen {
  .-IMXEVNT-galleryTeaser__text > svg {
    display: inline;
    width: 50px;
    background: rgba(0, 0, 0, 0.25);
    padding: 0 10px;
    border: 1px solid #fff;
  }
}

/* infoBoard list */
@media screen {

  /* .-IMXEVNT-offCanvasArea__listElement > svg { */
  /*  position: absolute; */
  /*  right: 30px; */
  /*  top: 42px; */
  /*  width: 50px; */
  /* } */
  /* .-IMXEVNT-offCanvasArea__listElement > h3 { */
  /*  width: 85%; */
  /*  vertical-align: top; */
  /* } */
}

/* infoBoard detail */
@media screen {
  .-IMXEVNT-offCanvasArea__articleText > svg {
    display: block;
    margin-top: 30px;
    position: static;
    text-align: center;
    vertical-align: middle;
    width: 100%;
  }
}

/* detailseite */
@media screen {
  .-IMXEVNT-articleText > span svg,
  .-IMXEVNT-articleText > svg {
    display: inline;
    position: absolute;
    width: 60px;
    margin-left: 1%;
  }

  .-IMXEVNT-articleText > .headline2,
  .-IMXEVNT-articleText > h2 {
    display: inline-block;
    width: 80%;
  }

  .-IMXEVNT-articleText > span.tip_Icon svg {
    margin-top: -3px;
  }

  .fancybox-inner .-IMXEVNT-articleText > span.tip_Icon svg {
    right: 50px;
    top: 41px;
    margin-top: auto;
  }
}

@media screen and (max-width: 1435px) {
  .-IMXEVNT-articleText > span svg,
  .-IMXEVNT-articleText > svg {
    margin-left: 50px;
    margin-top: 0;
  }
}

@media screen and (max-width: 1109px) {
  .-IMXEVNT-articleText > span svg,
  .-IMXEVNT-articleText > svg {
    right: 50px;
  }
}

@media screen and (max-width: 525px) {
  .-IMXEVNT-articleText > span svg,
  .-IMXEVNT-articleText > svg {
    right: 0;
    display: block;
    position: static;
    margin: 5px 0 0 0;
  }

  .-IMXEVNT-articleText > .headline2,
  .-IMXEVNT-articleText > h2 {
    display: inline-block;
    width: 95%;
    hyphens: auto;
  }
}

@media screen {
  .-IMXEVNT-articleText .cartLink {
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    color: #333;
    display: block;
    font: 400 normal 0.7em/1 var(--font-text);
    outline: 0;
    padding: 10px;
    width: 100%;
  }
}

@media screen {
  .-IMXEVNT-poweredByGoogleTranslate {
    text-align: right;
  }

  .-IMXEVNT-poweredByGoogleTranslate > img {
    width: 300px;
  }
}

@media screen and (max-width: 400px) {
  .-IMXEVNT-poweredByGoogleTranslate > img {
    width: 200px;
  }
}

/*  =========================================================
map containers
========================================================== */
@media screen {
  #-IMXEVNT-main .-IMXEVNT-mapContainer {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
  }

  #-IMXEVNT-main .-IMXEVNT-mapContainer__map {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }

  #-IMXEVNT-main .-IMXEVNT-mapContainer__map--swiping::after {
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: attr(data-swiping);
    color: #fff;
    display: flex;
    font-size: 20px;
    justify-content: center;
    left: 0;
    padding: 15px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
  }

  #-IMXEVNT-main .-IMXEVNT-mapContainer__zoom {
    box-shadow: 0 0 2px #000;
    position: absolute;
    z-index: 2;
  }

  #-IMXEVNT-main .-IMXEVNT-mapContainer__zoom--search {
    top: 20px;
    left: 10px;
  }

  #-IMXEVNT-main .-IMXEVNT-mapContainer__zoom--detailpage {
    right: 10px;
    top: 10px;
  }

  #-IMXEVNT-main .-IMXEVNT-mapContainer__zoom__button {
    background: #fff;
    border: 0;
    display: block;
    font-size: 40px;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0;
    text-align: center;
    width: 40px;
  }

  #-IMXEVNT-main .-IMXEVNT-mapContainer__zoom__button + .-IMXEVNT-mapContainer__zoom__button {
    border-top: 1px solid #dcdcdc;
  }

  #-IMXEVNT-main .-IMXEVNT-mapContainer__zoom__button:focus,
  #-IMXEVNT-main .-IMXEVNT-mapContainer__zoom__button:hover {
    background: #efefef;
  }
}

/*  =========================================================
share overlay
========================================================== */
@media screen {
  .-IMXEVNT-shareLinkOverlay {
    left: 0;
    top: 20%;
    position: relative;
  }
}

/*  =========================================================
event series
========================================================== */
@media screen {
  #-IMXEVNT-main .-IMXEVNT-eventSeriesEventDates {
    position: relative;
  }

  #-IMXEVNT-main .-IMXEVNT-eventSeriesEventDates .-IMXEVNT-titleArea {
    margin-top: 60px;
  }

  #-IMXEVNT-main .-IMXEVNT-eventSeriesEventDates .-IMXEVNT-switchArea__tabs {
    bottom: auto;
    top: -60px;
    z-index: 1;
  }
}

/*  =========================================================
moreDatesInSearch
========================================================== */
#-IMXEVNT-host p.-IMXEVNT-moreDatesInSearch {
  line-height: 14px;
  font-weight: 600;
  font-variant: normal;
  font-style: normal;
  font-size: var(--font-size-list-element-moreDatesInSearch, 13px);
  font-family: var(--font-text);
  color: var(--cd-text);
  margin-bottom: 12px;
}

/*  =========================================================
cancelled banner
========================================================== */
.-IMXEVNT-cancelled {
  height: 100%;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 100%;
}

.-IMXEVNT-cancelled::before {
  background: rgba(255, 255, 255, 0.75);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.-IMXEVNT-cancelled__banner {
  background: var(--cd-color);
  color: var(--cd-colorOnBackground);
  line-height: 1em;
  font-weight: 400;
  font-variant: normal;
  font-style: normal;
  font-size: var(--font-size-list-element-cancelled, 14px);
  font-family: var(--font-text);
  left: -33px;
  padding: 8px 30px;
  position: absolute;
  text-align: center;
  top: 27px;
  transform: rotate(-45deg);
  z-index: 3;
  width: 90px;
}

/*  =========================================================
eventAdditionalInfo
========================================================== */
.-IMXEVNT-eventAdditionalInfo {
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}

.-IMXEVNT-eventAdditionalInfo::before {
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: var(--cd-color);
  opacity: 0.75;
}

.-IMXEVNT-eventAdditionalInfo__text {
  position: relative;
  font-size: var(--font-size-list-element-note, 14px);
  font-family: var(--font-text);
  color: var(--cd-colorOnBackground);
  padding: 5px;
  z-index: 2;
}

/*  =========================================================
backToOverview link
========================================================== */
.-IMXEVNT-backToOverview {
  text-align: left;
  padding: 50px 0;
}

#-IMXEVNT-host .-IMXEVNT-backToOverview a {
  line-height: 1em;
  font-weight: 400;
  font-variant: normal;
  font-style: normal;
  font-size: var(--font-size-detailpage-backlink, 14px);
  font-family: var(--font-text);
  color: var(--cd-color-link);
  text-decoration: none;
}

#-IMXEVNT-host .-IMXEVNT-backToOverview a [class*='icon'] {
  font-size: 0.85em;
}

/*  =========================================================
map marker
========================================================== */
.-IMXEVNT-poiMarker svg {
  fill: var(--map-poi-default);
  cursor: pointer;
}

.-IMXEVNT-poiMarker.-IMXEVNT-poiMarker--active svg {
  fill: var(--map-poi-active);
}

.-IMXEVNT-clusterMaker {
  font-size: 2rem;
  cursor: pointer;
}

.-IMXEVNT-clusterMaker .-IMXEVNT-clusterMaker__circle {
  stroke: var(--map-poi-default);
}

/*  =========================================================
consentreminder
========================================================== */
.-IMXEVENT-consentReminder__outerContainer {
  background-color: var(--filter-background);
  display: flex;
  width: 100%;
  height: 100%;
}

.-IMXEVENT-consentReminder__innerContainer {
  margin: auto;
  font-size: var(--font-size-list-results-text, 20px);
  font-family: var(--font-text);
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

#-IMXEVNT-host .-IMXEVNT-fullMap__mapContainer .-IMXEVENT-consentReminder__outerContainer .-IMXEVENT-consentReminder__innerContainer button {
  height: 40px;
  display: block;
}

/**
 * whlportal
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2021 infomax websolutions GmbH
 * @link       https://www.infomax-online.de
 * @author     Florian Müller <mueller@infomax-it.de>
 * @since      04.03.21
 */

/*  =========================================================
collector
========================================================== */
@media all {
  .-IMXEVNT-collector {
    overflow: hidden;
  }

  .-IMXEVNT-collector > [type='checkbox'] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }

  .-IMXEVNT-collector > label {
    color: var(--collector-color);
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
  }

  .-IMXEVNT-collector label .uncollect,
  .-IMXEVNT-collector label .collect {
    position: absolute;
    top: 0.777778em;
    line-height: 0;
  }

  .-IMXEVNT-collector label .collect {
    font-size: 3.1em;
    right: 0.08333333em;
  }

  .-IMXEVNT-collector label .uncollect {
    font-size: 2.5em;
    right: 0.19333333em;
  }

  .-IMXEVNT-collector > label::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 30%;
    left: 30%;
    width: 12em;
    height: 12em;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    border: 1px solid;
    background: rgba(0, 0, 0, 0.55);
  }

  .-IMXEVNT-collector > [type='checkbox']:checked + label::before {
    background: var(--collector-background);
  }
}

/*  =========================================================
collector - listelement
========================================================== */
@media all {
  .-IMXEVNT-articleText > .-IMXEVNT-collector,
  .-IMXEVNT-galleryTeaser > .-IMXEVNT-collector,
  .-IMXEVNT-offCanvasArea__listElement > .-IMXEVNT-collector,
  .-IMXEVNT-listElement > .-IMXEVNT-collector {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 7.4em;
    height: 7.4em;
  }

  .-IMXEVNT-articleText > .-IMXEVNT-collector {
    top: 7em;
  }

  .-IMXEVNT-offCanvasArea__articleText > .-IMXEVNT-collector {
    position: absolute;
    top: 0;
    right: 0;
    width: 74px;
    height: 74px;
  }
}

@media (max-width: 509px) {
  .-IMXEVNT-articleText > .-IMXEVNT-collector,
  .-IMXEVNT-galleryTeaser > .-IMXEVNT-collector,
  .-IMXEVNT-offCanvasArea__listElement > .-IMXEVNT-collector,
  .-IMXEVNT-listElement > .-IMXEVNT-collector {
    position: absolute;
    top: 0;
    right: 0;
  }
}

/*  =========================================================
collector - map infoboard
========================================================== */
@media all {
  .-IMXEVNT-offCanvasArea__infoboard .-IMXEVNT-collector label .collect,
  .-IMXEVNT-offCanvasArea__infoboard .-IMXEVNT-collector label .uncollect {
    top: 0.877778em;
  }

  .-IMXEVNT-offCanvasArea__infoboard .-IMXEVNT-collector > label::before {
    bottom: 78%;
    left: 87%;
  }
}

/**
 * whlportal
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2021 infomax websolutions GmbH
 * @link       https://www.infomax-online.de
 * @author     Florian Müller <mueller@infomax-it.de>
 * @since      16.02.21
 */

/*  =========================================================
ex offCanvas filter - Muhaha - well this is some serious shit dude ^^
========================================================== */
@media all {
  #-IMXEVNT-filter .-IMXEVNT-scrollerArea {
    padding-bottom: 5px;
    height: 100%;
  }

  .-IMXEVNT-main--large #-IMXEVNT-filter .-IMXEVNT-scrollerArea,
  .-IMXEVNT-main--normal #-IMXEVNT-filter .-IMXEVNT-scrollerArea {
    background: var(--filter-background);
    border: var(--elements-border);
  }

  .-IMXEVNT-filter {
    text-align: left;
    position: relative;

    /*********
    button
    *********/
  }

  .-IMXEVNT-filter > ul {
    margin: 0 0 30px 15px;
    padding: 0 0 15px 0;
    list-style: none;
    width: 90%;
    border-bottom: var(--elements-border);

    /*********
      first layer
      *********/
  }

  .-IMXEVNT-filter > ul.-IMXEVNT-filterGroup__list__criteria {
    border: none;
  }

  .-IMXEVNT-filter > ul > li {
    margin: 5px 0;
    padding: 0;
    position: relative;

    /* first layer label */
    /*********
        second layer
        *********/
  }

  .-IMXEVNT-filter > ul > li > [type='checkbox'] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;

    /* active checkbox on first layer */
    /* dropdown status */
  }

  #-IMXEVNT-filter > .-IMXEVNT-scrollerArea > .-IMXEVNT-filter > input[type="checkbox"] {
    opacity: 0;
  }

  .-IMXEVNT-filter > ul > li > [type='checkbox']:not([id*='subfilter']):checked ~ .label > .checkbox::before {
    content: '\e60a';
  }

  .-IMXEVNT-filter > ul > li > [type='checkbox'][id*='subfilter']:checked ~ .label > .dropdown::after {
    content: '\e614';
  }

  .-IMXEVNT-filter > ul > li > [type='checkbox'][id*='subfilter']:checked ~ ul {
    display: block;
    margin-left: 25px;
  }

  .-IMXEVNT-filter > ul > li > .label {
    width: 100%;
    display: block;
    position: relative;

    /* this label is used to display the checkbox */
  }

  .-IMXEVNT-filter > ul > li > .label > .checkbox {
    cursor: pointer;
    top: 5px;
    left: 0;
    z-index: 5;
    height: 21px;
    width: 21px;
    display: inline-block;
  }

  .-IMXEVNT-main--medium .-IMXEVNT-filter > ul > li > .label > .checkbox,
  .-IMXEVNT-main--tiny .-IMXEVNT-filter > ul > li > .label > .checkbox,
  .-IMXEVNT-main--small .-IMXEVNT-filter > ul > li > .label > .checkbox {
    height: auto;
  }

  .-IMXEVNT-filter > ul > li > .label > .checkbox::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid;
    font: 400 normal 2em 'icomoon';
    text-align: center;
  }

  .-IMXEVNT-filter > ul > li > ul > li > label::after,
  .-IMXEVNT-filter > ul > li > .label > .checkbox::after {
    content: '';
    cursor: pointer;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
  }

  .-IMXEVNT-filter > ul > li > .label > .text {
    line-height: 1.5em;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-filter-label, 14px);
    font-family: var(--font-text);
    color: inherit;
    display: inline-block;
    margin-left: 2px;
    max-width: calc(100% - 50px);
    vertical-align: text-top;
    margin-top: -10px;
    padding-right: 20px;
  }

  .-IMXEVNT-main--tiny .-IMXEVNT-filter > ul > li > .label > .text,
  .-IMXEVNT-main--small .-IMXEVNT-filter > ul > li > .label > .text,
  .-IMXEVNT-main--medium .-IMXEVNT-filter > ul > li > .label > .text {
    display: inline;
  }

  .-IMXEVNT-filter .more .counter,
  .-IMXEVNT-filter > ul > li > .label > .text .counter,
  .-IMXEVNT-filter > ul > li > ul > li .text .counter {
    margin-left: 4px;
    opacity: 0.5;
  }

  .-IMXEVNT-filter > ul > li > .label > .dropdown {
    cursor: pointer;
    display: inline-block;
    padding: 5px;
    position: absolute;
    margin-left: -20px;
    z-index: 5;
    vertical-align: top;
    transform: rotate(270deg);
  }

  .-IMXEVNT-main--medium .-IMXEVNT-filter > ul > li > .label > .dropdown,
  .-IMXEVNT-main--tiny .-IMXEVNT-filter > ul > li > .label > .dropdown,
  .-IMXEVNT-main--small .-IMXEVNT-filter > ul > li > .label > .dropdown {
    padding: 0 5px;
  }

  .-IMXEVNT-filter > ul > li > .label > .dropdown.dropdown--active {
    transform: rotate(359deg);
  }

  .-IMXEVNT-filter > ul > li > .label > .dropdown::after {
    content: '\e613';
    font: 400 normal 1.7em 'icomoon';
  }

  .-IMXEVNT-filter > ul > li > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
  }

  .-IMXEVNT-filter > ul > li > ul > li {
    margin: 5px 0;
    padding: 0;
    position: relative;
  }

  .-IMXEVNT-filter > ul > li > ul > li > [type='checkbox'] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;

    /* active checkbox on second layer */
  }

  .-IMXEVNT-filter > ul > li > [type='checkbox'].semiactive ~ .label > .checkbox::before {
    opacity: 0.5;
    content: '\e60a';
  }

  .-IMXEVNT-main--large .-IMXEVNT-filter > ul > li > [type='checkbox'].semiactive ~ .label > .text,
  .-IMXEVNT-main--large .-IMXEVNT-filter > ul > li > [type='checkbox']:checked ~ .label > .text,
  .-IMXEVNT-main--large .-IMXEVNT-filter > ul > li > ul > li > [type='checkbox']:checked + label .text,
  .-IMXEVNT-main--normal .-IMXEVNT-filter > ul > li > [type='checkbox'].semiactive ~ .label > .text,
  .-IMXEVNT-main--normal .-IMXEVNT-filter > ul > li > [type='checkbox']:checked ~ .label > .text,
  .-IMXEVNT-main--normal .-IMXEVNT-filter > ul > li > ul > li > [type='checkbox']:checked + label .text {
    font-weight: 700;
    color: var(--filter-active);
  }

  .-IMXEVNT-filter > ul > li > ul > li > [type='checkbox']:checked + label::before {
    content: '\e60a';
  }

  .-IMXEVNT-filter > ul > li > ul > li > label {
    height: 21px;
    width: auto;
    display: inline-block;
  }

  .-IMXEVNT-main--medium .-IMXEVNT-filter > ul > li > ul > li > label,
  .-IMXEVNT-main--tiny .-IMXEVNT-filter > ul > li > ul > li > label,
  .-IMXEVNT-main--small .-IMXEVNT-filter > ul > li > ul > li > label {
    height: auto;
  }

  .-IMXEVNT-filter > ul > li > ul > li > label::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid;
    font: 400 normal 2em 'icomoon';
    text-align: center;
  }

  .-IMXEVNT-filter > ul > li > ul > li .text {
    line-height: 1.8em;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-filter-sublabel, 12px);
    font-family: var(--font-text);
    color: inherit;
    display: inline-block;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 2em - 2px);
    padding: 0 2em 0 2px;
    margin-left: 25px;
  }

  .-IMXEVNT-main--medium .-IMXEVNT-filter > ul > li > ul > li .text,
  .-IMXEVNT-main--tiny .-IMXEVNT-filter > ul > li > ul > li .text,
  .-IMXEVNT-main--small .-IMXEVNT-filter > ul > li > ul > li .text {
    width: auto;
  }

  .-IMXEVNT-filter .-IMXEVNT-filter__button {
    border-top: var(--elements-border);
    display: inline-block;
    width: 100%;
    padding: 20px 0 20px 0;
    text-align: center;
    bottom: 0;
    right: 100%;
    transition: left 0.5s;
  }

  .-IMXEVNT-main--small .-IMXEVNT-filter .-IMXEVNT-filter__button,
  .-IMXEVNT-main--tiny .-IMXEVNT-filter .-IMXEVNT-filter__button {
    position: sticky;
    width: 100%;
    background-color: var(--filter-mobile-background);
    padding: 10px 0 15px 0;
    z-index: 10;
  }

  #-IMXEVNT-filter .-IMXEVNT-filter .-IMXEVNT-filter__button .button--text {
    background: none !important;
    text-align: left;
    text-decoration: underline;
    color: inherit !important;
  }

  .-IMXEVNT-filter .moreFilter:not(.moreFilter--visible) {
    display: none;
  }

  .-IMXEVNT-filter .more__show {
    background: none;
    border: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    line-height: 1.8em;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-filter-sublabel, 12px);
    font-family: var(--font-text);
    text-align: left;
    width: 100%;
  }

  .-IMXEVNT-filter .more__show .text {
    color: var(--filter-more);
    text-decoration: underline;
  }
}

.-IMXEVNT-filter__title,
.-IMXEVNT-filterGroup__title {
  line-height: 18px;
  font-weight: 400;
  font-variant: normal;
  font-style: normal;
  font-size: var(--font-size-filter-headline, 18px);
  font-family: var(--font-headlines);
  margin: 0;
  text-align: left;
}

.-IMXEVNT-filter__title .-IMXEVNT-filter--counter {
  right: 5px;
  top: 20px;
}

.-IMXEVNT-main--small .-IMXEVNT-filter__titleArea,
.-IMXEVNT-main--tiny .-IMXEVNT-filter__titleArea {
  background-color: var(--filter-mobile-background);
  border-top: var(--elements-border);
  left: -15px;
  position: sticky;
  padding: 20px 15px 20px 15px;
  top: 0;
  z-index: 10;
}

.-IMXEVNT-filterGroup__title {
  padding: 5px 0;
  margin: 0 0 25px 15px;
}

.-IMXEVNT-filter__titleArea {
  padding: 20px 15px 20px 15px;
  border-bottom: var(--elements-border);
  position: relative;
}

.-IMXEVNT-filterGroup__LocationTokensHidden {
  visibility: hidden;
}

/*  =========================================================
mobile stuff
========================================================== */

#-IMXEVNT-main.-IMXEVNT-main--tiny #-IMXEVNT-filter:not(.-IMXEVNT-offCanvasArea--visible),
#-IMXEVNT-main.-IMXEVNT-main--small #-IMXEVNT-filter:not(.-IMXEVNT-offCanvasArea--visible),
#-IMXEVNT-main.-IMXEVNT-main--medium #-IMXEVNT-filter:not(.-IMXEVNT-offCanvasArea--visible) {
  left: -100%;
}

.-IMXEVNT-main--tiny #-IMXEVNT-filter .-IMXEVNT-scrollerArea,
.-IMXEVNT-main--small #-IMXEVNT-filter .-IMXEVNT-scrollerArea,
.-IMXEVNT-main--medium #-IMXEVNT-filter .-IMXEVNT-scrollerArea {
  background: var(--filter-mobile-background);
}

.-IMXEVNT-filter__closer {
  font-size: 2.8em;
  position: absolute;
  right: 15px;
  top: 50%;
  text-decoration: none;
  transform: translateY(-50%);
}

.-IMXEVNT-main--large .-IMXEVNT-filter__closer,
.-IMXEVNT-main--normal .-IMXEVNT-filter__closer,
.-IMXEVNT-main--medium .icon-filter,
.-IMXEVNT-main--small .icon-filter,
.-IMXEVNT-main--tiny .icon-filter {
  display: none;
}

#-IMXEVNT-main.-IMXEVNT-main--medium #-IMXEVNT-filter,
#-IMXEVNT-main.-IMXEVNT-main--small #-IMXEVNT-filter,
#-IMXEVNT-main.-IMXEVNT-main--tiny #-IMXEVNT-filter {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -webkit-transition: left 0.5s ease;
  -o-transition: left 0.5s ease;
  transition: left 0.5s ease;
  margin: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 110;
}

.-IMXEVNT-main--medium #-IMXEVNT-filter .-IMXEVNT-scrollerArea,
.-IMXEVNT-main--small #-IMXEVNT-filter .-IMXEVNT-scrollerArea,
.-IMXEVNT-main--tiny #-IMXEVNT-filter .-IMXEVNT-scrollerArea {
  overflow-y: auto;
}

.-IMXEVNT-main--medium #-IMXEVNT-filter {
  width: 66.66666667%;
}

.-IMXEVNT-main--small #-IMXEVNT-filter,
.-IMXEVNT-main--tiny #-IMXEVNT-filter {
  width: 100%;
}

.-IMXEVNT-main--medium #-IMXEVNT-filter .-IMXEVNT-filter > ul,
.-IMXEVNT-main--small #-IMXEVNT-filter .-IMXEVNT-filter > ul,
.-IMXEVNT-main--tiny #-IMXEVNT-filter .-IMXEVNT-filter > ul {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.-IMXEVNT-main--medium #-IMXEVNT-filter .-IMXEVNT-filter ul > li .label,
.-IMXEVNT-main--small #-IMXEVNT-filter .-IMXEVNT-filter ul > li .label,
.-IMXEVNT-main--tiny #-IMXEVNT-filter .-IMXEVNT-filter ul > li .label,
.-IMXEVNT-main--medium #-IMXEVNT-filter .-IMXEVNT-filter ul > li > ul > li label,
.-IMXEVNT-main--small #-IMXEVNT-filter .-IMXEVNT-filter ul > li > ul > li label,
.-IMXEVNT-main--tiny #-IMXEVNT-filter .-IMXEVNT-filter ul > li > ul > li label {
  margin-right: 15px;
}

.-IMXEVNT-main--medium #-IMXEVNT-filter .-IMXEVNT-filter > ul > li .label,
.-IMXEVNT-main--small #-IMXEVNT-filter .-IMXEVNT-filter > ul > li .label,
.-IMXEVNT-main--tiny #-IMXEVNT-filter .-IMXEVNT-filter > ul > li .label,
.-IMXEVNT-main--medium #-IMXEVNT-filter .-IMXEVNT-filter > ul > li > ul > li label,
.-IMXEVNT-main--small #-IMXEVNT-filter .-IMXEVNT-filter > ul > li > ul > li label,
.-IMXEVNT-main--tiny #-IMXEVNT-filter .-IMXEVNT-filter > ul > li > ul > li label {
  background: var(--filter-mobile-button-background);
  border-radius: 4px;
  border: var(--elements-border);
  color: var(--filter-mobile-button-color);
  display: inline-block;
  padding: 10px;
  width: auto;
}

.-IMXEVNT-main--medium #-IMXEVNT-filter .-IMXEVNT-filter > ul > li > [type='checkbox'].semiactive ~ .label,
.-IMXEVNT-main--medium #-IMXEVNT-filter .-IMXEVNT-filter > ul > li > [type='checkbox']:checked ~ .label,
.-IMXEVNT-main--medium #-IMXEVNT-filter .-IMXEVNT-filter > ul > li > ul > li > [type='checkbox']:checked + label,
.-IMXEVNT-main--small #-IMXEVNT-filter .-IMXEVNT-filter > ul > li > [type='checkbox'].semiactive ~ .label,
.-IMXEVNT-main--small #-IMXEVNT-filter .-IMXEVNT-filter > ul > li > [type='checkbox']:checked ~ .label,
.-IMXEVNT-main--small #-IMXEVNT-filter .-IMXEVNT-filter > ul > li > ul > li > [type='checkbox']:checked + label,
.-IMXEVNT-main--tiny #-IMXEVNT-filter .-IMXEVNT-filter > ul > li > [type='checkbox'].semiactive ~ .label,
.-IMXEVNT-main--tiny #-IMXEVNT-filter .-IMXEVNT-filter > ul > li > [type='checkbox']:checked ~ .label,
.-IMXEVNT-main--tiny #-IMXEVNT-filter .-IMXEVNT-filter > ul > li > ul > li > [type='checkbox']:checked + label {
  background: var(--filter-mobile-button-active-background);
  color: var(--filter-mobile-button-active-color);
}

.-IMXEVNT-main--medium #-IMXEVNT-filter .-IMXEVNT-filter > ul > li > .label > .text,
.-IMXEVNT-main--small #-IMXEVNT-filter .-IMXEVNT-filter > ul > li > .label > .text,
.-IMXEVNT-main--tiny #-IMXEVNT-filter .-IMXEVNT-filter > ul > li > .label > .text,
.-IMXEVNT-main--medium #-IMXEVNT-filter .-IMXEVNT-filter > ul > li > ul > li .text,
.-IMXEVNT-main--small #-IMXEVNT-filter .-IMXEVNT-filter > ul > li > ul > li .text,
.-IMXEVNT-main--tiny #-IMXEVNT-filter .-IMXEVNT-filter > ul > li > ul > li .text {
  margin-left: 0;
}

.-IMXEVNT-main--medium #-IMXEVNT-filter .-IMXEVNT-filter > ul > li .label .checkbox::before,
.-IMXEVNT-main--small #-IMXEVNT-filter .-IMXEVNT-filter > ul > li .label .checkbox::before,
.-IMXEVNT-main--tiny #-IMXEVNT-filter .-IMXEVNT-filter > ul > li .label .checkbox::before,
.-IMXEVNT-main--medium #-IMXEVNT-filter .-IMXEVNT-filter ul > li label::before,
.-IMXEVNT-main--small #-IMXEVNT-filter .-IMXEVNT-filter ul > li label::before,
.-IMXEVNT-main--tiny #-IMXEVNT-filter .-IMXEVNT-filter ul > li label::before {
  display: none;
}

.-IMXEVNT-main--medium #-IMXEVNT-filter .-IMXEVNT-filter > ul > li > [type='checkbox'][id*='subfilter']:checked ~ ul,
.-IMXEVNT-main--small #-IMXEVNT-filter .-IMXEVNT-filter > ul > li > [type='checkbox'][id*='subfilter']:checked ~ ul,
.-IMXEVNT-main--tiny #-IMXEVNT-filter .-IMXEVNT-filter > ul > li > [type='checkbox'][id*='subfilter']:checked ~ ul {
  background: var(--filter-mobile-subfilter-background);
  color: var(--filter-mobile-subfilter-color);
  display: inline-flex;
  flex-flow: row wrap;
  margin: 10px 0 0 0;
  padding: 5px;
  width: calc(100% - 8px);
  border-top: var(--elements-border);
  border-bottom: var(--elements-border);
}

.-IMXEVNT-main--medium #-IMXEVNT-filter .-IMXEVNT-filterGroup__title,
.-IMXEVNT-main--small #-IMXEVNT-filter .-IMXEVNT-filterGroup__title,
.-IMXEVNT-main--tiny #-IMXEVNT-filter .-IMXEVNT-filterGroup__title {
  margin: 0 0 25px 15px;
}

.-IMXEVNT-main--tiny .-IMXEVNT-filter__title .-IMXEVNT-filter--counter,
.-IMXEVNT-main--small .-IMXEVNT-filter__title .-IMXEVNT-filter--counter,
.-IMXEVNT-main--medium .-IMXEVNT-filter__title .-IMXEVNT-filter--counter {
  display: none;
}

/**
 * IMX Eventmanager - Whitelabel 2015
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage teaser
 * @author     gueldner
 * @since      26.06.2015
 * @version    $Id$
 **/
/*  =========================================================
basic config
teaser base styles
image styles
text styles
collector
========================================================== */
/*  =========================================================
basic config
========================================================== */
/* dimensions */
/*  =========================================================
teaser base styles
========================================================== */
@media all {
  [id^=-IMXEVENT-lazyLoadList--teasergroup] {
    margin: 0 -0.5952381%;
  }

  .-IMXEVNT-galleryTeaser {
    position: relative;
    overflow: hidden;
    border: var(--elements-border, 0);
    background: var(--list-element-background);
    display: flex;
    flex-flow: column;
  }

  .-IMXEVNT-galleryTeaser--empty {
    height: 0 !important;
  }

  .-IMXEVNT-galleryTeaser--loading {
    background: url('/portal/frontend/components/v3/assets/images/environment/ajax-loader-inverted.gif') center no-repeat;
  }
}

/*  =========================================================
image styles
========================================================== */
@media all {
  .-IMXEVNT-galleryTeaser__image {
    display: block;
    position: relative;
    width: 100%;
    height: 166px;
    overflow: hidden;
    text-align: center;
  }

  /* the actual image */
  .-IMXEVNT-galleryTeaser__image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .-IMXEVNT-galleryTeaser__image img {
    height: auto;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    object-fit: cover;
  }

  /* copyright over image */
  .-IMXEVNT-galleryTeaser__image__copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px;
    margin: 0;
    width: 100%;
    color: var(--image-copyright, #fff);
    text-align: left;
    font-weight: 300;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-list-element-copyright, 12px);
    font-family: var(--font-text);
    line-height: 1.33333333em;
  }
}

/*  =========================================================
text styles
========================================================== */
@media all {
  .-IMXEVNT-galleryTeaser__text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1em 1em calc(2em + 36px) 1em;
    position: relative;
    flex: 1 1;
  }

  /* animate text on hover */
  :not(.-IMXEVNT-galleryTeaser--init) > .-IMXEVNT-galleryTeaser__text {
    -webkit-transition: -webkit-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    transition: transform 0.5s ease;
  }

  .-IMXEVNT-galleryTeaser:not(.-IMXEVNT-galleryTeaser--init):hover > .-IMXEVNT-galleryTeaser__text {
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }

  /* define the hover area that shall be animated */
  .-IMXEVNT-galleryTeaser--init .-IMXEVNT-galleryTeaser__text__hoverinfo {
    position: relative;
    width: 100%;
    top: 5000em;
    left: 0;
  }
}

@media all {
  .-IMXEVNT-galleryTeaser__text hr {
    margin: 15em 0;
    width: 105px;
    text-align: left;
  }

  .-IMXEVNT-galleryTeaser__text a {
    text-decoration: none;
  }

  .-IMXEVNT-galleryTeaser__text a:hover {
    text-decoration: underline;
  }

  .-IMXEVNT-galleryTeaser__text > h2 {
    color: var(--list-element-headline);
    line-height: 1.12em;
    font-weight: 600;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-list-element-headline, 17px);
    font-family: var(--font-headlines);
    margin: 0 0 12px 0;
  }

  .-IMXEVNT-galleryTeaser__text p {
    line-height: 1.2em;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-list-element-text, 15px);
    font-family: var(--font-text);
    margin: 0 0 12px 0;
  }

  .-IMXEVNT-main--small .-IMXEVNT-galleryTeaser__text p,
  .-IMXEVNT-main--tiny .-IMXEVNT-galleryTeaser__text p {
    font-size: calc(var(--font-size-list-element-text, 15px) * 0.85);
  }

  p.-IMXEVNT-galleryTeaser__text__info {
    font-weight: 600;
  }

  p.-IMXEVNT-galleryTeaser__text__subline {
    color: var(--list-element-text);
    margin-bottom: 12px;
    text-transform: uppercase;
  }
}

/*  =========================================================
button
========================================================== */
.-IMXEVNT-galleryTeaser__text .button {
  position: absolute;
  bottom: 1em;
  right: 1em;
}

/**
 * IMX Eventmanager - Whitelabel 2015
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage list
 * @author     gueldner
 * @since      30.06.2015
 * @version    $Id$
 **/
/*  =========================================================
basic config
listElement base styles
image styles
text styles

offCanvas listElement

collector

button
========================================================== */
/*  =========================================================
basic config
========================================================== */
/* dimensions */
/*  =========================================================
listElement base styles
========================================================== */
@media all {

  /* use table layout for vertical align behavior */
  .-IMXEVNT-listElement {
    width: 100%;
    display: flex;
    position: relative;
    margin: 20px 0;
    border: var(--elements-border, 0);
    background: var(--list-element-background);
    text-align: left;
  }
}

/*  =========================================================
image styles
========================================================== */
@media all {

  /* use table layout for vertical align behavior */
  .-IMXEVNT-listElement__image {
    display: inline-block;
    width: 32.14285714%; /* grid 4 / 12 */
  }

  /* the image link and the image inside */
  .-IMXEVNT-listElement__image > a {
    height: 0;
    padding-bottom: 64.28571429%;
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
  }

  .-IMXEVNT-main--small .-IMXEVNT-listElement__image > a,
  .-IMXEVNT-main--tiny .-IMXEVNT-listElement__image > a {
    padding-bottom: 100%;
  }

  .-IMXEVNT-listElement__image > a img {
    height: auto;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%, -50%);
    width: auto;
  }

  /* copyright over image */
  .-IMXEVNT-listElement__image__copyright {
    position: absolute;
    bottom: 5px;
    margin: 0;
    width: 100%;
    color: var(--image-copyright, #fff);
    text-align: left;
  }

  /* loading */
  .-IMXEVNT-galleryTeaser--empty,
  .-IMXEVNT-listElement--empty .-IMXEVNT-listElement__image {
    display: none !important;
  }

  .-IMXEVNT-listElement--loading .-IMXEVNT-listElement__image > a {
    background: url('/portal/frontend/components/v3/assets/images/environment/ajax-loader.gif') center no-repeat;
  }
}

@media all {
  .-IMXEVNT-offCanvasArea__listElement p.-IMXEVNT-offCanvasArea__listElement__image__copyright,
  .-IMXEVNT-main--large .-IMXEVNT-listElement__image__copyright,
  .-IMXEVNT-main--normal .-IMXEVNT-listElement__image__copyright {
    bottom: 0;
    left: 0;
    padding: 5px;
    line-height: 1em;
    font-weight: 300;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-list-element-copyright, 12px);
    font-family: var(--font-text);
  }

  .-IMXEVNT-main--medium .-IMXEVNT-listElement__image__copyright,
  .-IMXEVNT-main--small .-IMXEVNT-listElement__image__copyright,
  .-IMXEVNT-main--tiny .-IMXEVNT-listElement__image__copyright {
    left: 5px;
    bottom: 0;
    font-size: calc(var(--font-size-list-element-copyright, 12px) * 0.666);
  }
}

/*  =========================================================
text styles
========================================================== */
@media all {

  /* use table layout for vertical align behavior */
  .-IMXEVNT-listElement__text {
    display: inline-block;
    position: relative;
  }

  .-IMXEVNT-listElement__text:not(.-IMXEVNT-listElement__text--button) {
    vertical-align: top !important;
    padding: 10px 4.16% 10px 15px;
    width: calc(65.47619048% - 13.5em);
  }

  .-IMXEVNT-main--small .IMXEVNT-listElement__text:not(.-IMXEVNT-listElement__text--button),
  .-IMXEVNT-main--tiny .-IMXEVNT-listElement__text:not(.-IMXEVNT-listElement__text--button) {
    width: calc(65.47619048% - 3.5em);
    padding: 10px 4.16% 10px 12px;
  }

  .-IMXEVNT-main--small .IMXEVNT-listElement__text.-IMXEVNT-listElement__text--withTip:not(.-IMXEVNT-listElement__text--button),
  .-IMXEVNT-main--tiny .-IMXEVNT-listElement__text.-IMXEVNT-listElement__text--withTip:not(.-IMXEVNT-listElement__text--button) {
    width: calc(65.47619048% - 7.5em);
  }

  .-IMXEVNT-listElement__text.-IMXEVNT-listElement__text--button {
    vertical-align: bottom !important;
    white-space: nowrap;
    position: absolute;
    right: 10px;
    bottom: 10px;
  }

  .-IMXEVNT-main--small .-IMXEVNT-listElement__text--button,
  .-IMXEVNT-main--tiny .-IMXEVNT-listElement__text--button {
    display: none;
  }

  /* loading */
  .-IMXEVNT-listElement--empty .-IMXEVNT-listElement__text {
    display: none !important;
  }

  .-IMXEVNT-listElement--loading .-IMXEVNT-listElement__text {
    background: url('/portal/frontend/components/v3/assets/images/environment/ajax-loader.gif') center no-repeat;
  }
}

/* Workaround for padding of text area in IE 10+ */
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .-IMXEVNT-listElement__text {
    padding: 10px 67px;
  }
}

@media all {
  .-IMXEVNT-listElement__text > h2 {
    line-height: 1.12em;
    font-weight: 600;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-list-element-headline, 17px);
    font-family: var(--font-headlines);
    margin: 0 0 12px 0;
    display: inline-block;
    color: var(--list-element-headline);
  }

  .-IMXEVNT-main--tiny .-IMXEVNT-listElement__text > h2,
  .-IMXEVNT-main--medium .-IMXEVNT-listElement__text > h2 {
    margin: 0 0 7px 0;
  }

  .-IMXEVNT-listElement__text > h2 > a {
    text-decoration: none;
  }

  .-IMXEVNT-listElement__text p {
    line-height: 1.4em;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-list-element-text, 13px);
    font-family: var(--font-text);
    margin: 0;
    color: var(--list-element-text);
  }

  .-IMXEVNT-main--small .-IMXEVNT-listElement__text p,
  .-IMXEVNT-main--tiny .-IMXEVNT-listElement__text p {
    line-height: 1.2em;
  }

  p.-IMXEVNT-listElement__moreDates {
    margin-top: 5px;
  }

  p.-IMXEVNT-listElement__text__subline,
  p.-IMXEVNT-listElement__text__info {
    color: var(--list-element-text);
    font-size: var(--font-size-list-element-info, 15px);
    line-height: 1;
    margin-bottom: 12px;
  }

  .-IMXEVNT-main--small p.-IMXEVNT-listElement__text__subline,
  .-IMXEVNT-main--tiny p.-IMXEVNT-listElement__text__subline,
  .-IMXEVNT-main--small p.-IMXEVNT-listElement__text__info,
  .-IMXEVNT-main--tiny p.-IMXEVNT-listElement__text__info {
    font-size: calc(var(--font-size-list-element-text, 15px) * 0.85);
  }

  p.-IMXEVNT-listElement__text__subline {
    text-transform: uppercase;
  }

  .-IMXEVNT-main--medium p.-IMXEVNT-listElement__text__subline,
  .-IMXEVNT-main--small p.-IMXEVNT-listElement__text__subline,
  .-IMXEVNT-main--tiny p.-IMXEVNT-listElement__text__subline,
  .-IMXEVNT-main--medium p.-IMXEVNT-listElement__text__info,
  .-IMXEVNT-main--small p.-IMXEVNT-listElement__text__info,
  .-IMXEVNT-main--tiny p.-IMXEVNT-listElement__text__info {
    margin-bottom: 5px;
  }

  .-IMXEVNT-main--large p.-IMXEVNT-listElement__text__info,
  .-IMXEVNT-main--normal p.-IMXEVNT-listElement__text__info {
    font-weight: 600;
  }

  .-IMXEVNT-listElement__text > :not(h2) > a:not(.button),
  .-IMXEVNT-listElement__text > h2:hover {
    text-decoration: underline;
  }

  .-IMXEVNT-listElement__text__extended {
    overflow: hidden;
  }

  .-IMXEVNT-listElement__text__extended:not(:last-child),
  .-IMXEVNT-listElement__text__extended p:not(:last-of-type) {
    margin-bottom: 12px;
  }
}

@media all {
  .-IMXEVNT-main--large .-IMXEVNT-listElement__text {
    font-size: 1em;
  }

  .-IMXEVNT-main--large .-IMXEVNT-listElement__text .-IMXEVNT-listElement__text__subline {
    line-height: 1em;
    font-weight: 300;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-list-element-text, 15px);
    font-family: var(--font-text);
  }

  .-IMXEVNT-main--large .-IMXEVNT-listElement__text .-IMXEVNT-listElement__text__info {
    line-height: 1.1em;
    font-weight: 600;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-list-element-text, 15px);
    font-family: var(--font-text);
  }

  .-IMXEVNT-main--normal .-IMXEVNT-listElement__text {
    font-size: 1em;
  }

  .-IMXEVNT-main--medium .-IMXEVNT-listElement__text {
    font-size: 0.9em;
  }

  .-IMXEVNT-main--medium .-IMXEVNT-listElement__text__extended {
    display: none;
  }

  .-IMXEVNT-main--small .-IMXEVNT-listElement__text,
  .-IMXEVNT-main--tiny .-IMXEVNT-listElement__text {
    font-size: 0.8em;
  }

  .-IMXEVNT-main--small .-IMXEVNT-listElement__text__extended,
  .-IMXEVNT-main--tiny .-IMXEVNT-listElement__text__extended {
    display: none;
  }
}

/*  =========================================================
button
========================================================== */

@keyframes -IMXEVENT-lazyLoadButton--loading__animation {
  from {
    transform: rotate(0deg) translate(-2px) rotate(0deg);
  }

  to {
    transform: rotate(-360deg) translate(-2px) rotate(360deg);
  }
}

@media all {
  .-IMXEVNT-v-element {
    overflow: hidden;
  }

  .-IMXEVNT-v-element:empty {
    display: none !important;
  }

  .-IMXEVENT-lazyLoadButton {
    border-radius: 2px;
    border-style: solid;
    border-width: 1em 3.85em;
    border-color: transparent;
    display: block;
    font: 400 normal 2em/1em var(--font-text);
    margin: 0 auto;
    outline: 0;
    padding: 0;
  }

  .-IMXEVENT-lazyLoadButton__content {
    display: block;
    padding: 0.85em 0.8em 0.55em 2.7em;
    position: relative;
    background-color: var(--cd-cta);
    color: var(--cd-colorOnCta);
  }

  .-IMXEVENT-lazyLoadButton__content::before {
    content: '\e602';
    display: inline-block;
    font: 400 normal 1.35em 'icomoon';
    left: 0.5em;
    margin-top: -0.5em;
    position: absolute;
    top: 50%;
  }

  .-IMXEVENT-lazyLoadButton:not(.-IMXEVENT-lazyLoadButton--initial) .-IMXEVENT-lazyLoadButton__content--initial,
  .-IMXEVENT-lazyLoadButton.-IMXEVENT-lazyLoadButton--initial .-IMXEVENT-lazyLoadButton__content--more {
    display: none;
  }

  .-IMXEVENT-lazyLoadButton--loading .-IMXEVENT-lazyLoadButton__content::before {
    animation: -IMXEVENT-lazyLoadButton--loading__animation 666ms infinite linear;
  }

  .-IMXEVENT-lazyLoadButton__content .text {
    font-size: var(--font-size-list-loadMore, 16px);
  }

  .-IMXEVENT-lazyLoadButton__content > strong {
    font-size: 1.25em !important;
    font-weight: 900 !important;
  }

  .-IMXEVENT-lazyLoadButton__content > span {
    opacity: 0.6;
  }

  .-IMXEVNT-listElement span.tip_Icon svg {
    display: inline;
    width: 60px;
    position: absolute;
    right: 80px;
    top: 25px;
    vertical-align: top;
  }
}

@media screen and (max-width: 930px) {
  .-IMXEVNT-listElement span.tip_Icon svg {
    height: 33px;
    top: 28px;
    right: 20px;
  }
}

/*  =========================================================
pages
========================================================== */
@media all {

  /* Style pages as "inline", so the teasers won't create new rows each time and are shown beneath each other. */
  [id^=-IMXEVENT-lazyLoadList--teasergroup] .-IMXEVENT-lazyLoadList__page {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px 10px;
    margin-left: 0.5952381%;
    margin-right: 0.5952381%;
  }

  .-IMXEVNT-groupElement + [id^=-IMXEVENT-lazyLoadList--teasergroup] .-IMXEVENT-lazyLoadList__page {
    padding: 20px 0 0 0;
  }

  .-IMXEVNT-main--small [id^=-IMXEVENT-lazyLoadList--teasergroup] .-IMXEVENT-lazyLoadList__page {
    grid-template-columns: 1fr 1fr;
  }

  .-IMXEVNT-main--tiny [id^=-IMXEVENT-lazyLoadList--teasergroup] .-IMXEVENT-lazyLoadList__page {
    grid-template-columns: 1fr;
  }
}

/**
 * whlportal
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2021 infomax websolutions GmbH
 * @link       https://www.infomax-online.de
 * @author     Florian Müller <mueller@infomax-it.de>
 * @since      03.03.21
 */
/*  =========================================================
offCanvasArea__listElement base styles
========================================================== */
@media all {

  /* use table layout for vertical align behavior */
  .-IMXEVNT-offCanvasArea__listElement {
    width: 100%;
    display: table;
    position: relative;
    margin: 10px 0;
    text-align: left;
    border: var(--elements-border, 0);
    background: var(--offcanvas-list-element-background);
  }

  .-IMXEVNT-offCanvasArea__listElement span.tip_Icon svg {
    display: inline;
    width: 60px;
    position: absolute;
    right: 40px;
    top: 25px;
    vertical-align: top;
  }
}

@media screen and (max-width: 930px) {
  .-IMXEVNT-offCanvasArea__listElement span.tip_Icon svg {
    height: 33px;
    top: 28px;
    right: 20px;
  }
}

/*  =========================================================
image styles
========================================================== */
@media all {

  /* use table layout for vertical align behavior */
  .-IMXEVNT-offCanvasArea__listElement__image {
    display: inline-block;
    width: 32.14285714%; /* grid 4 / 12 */
  }

  /* the image link and the image inside */
  .-IMXEVNT-offCanvasArea__listElement__image > a {
    height: 0;
    padding-bottom: 64.28571429%;
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
  }

  .-IMXEVNT-main--smal .-IMXEVNT-offCanvasArea__listElement__image > a,
  .-IMXEVNT-main--tiny .-IMXEVNT-offCanvasArea__listElement__image > a,
  .-IMXEVNT-main--small ~ #-IMXEVNT-offCanvasArea__list .-IMXEVNT-offCanvasArea__listElement__image > a,
  .-IMXEVNT-main--tiny ~ #-IMXEVNT-offCanvasArea__list .-IMXEVNT-offCanvasArea__listElement__image > a {
    padding-bottom: 100%;
  }

  .-IMXEVNT-offCanvasArea__listElement__image > a img {
    height: auto;
    left: 50%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%, -50%);
    width: auto;
  }

  /* copyright over image */
  .-IMXEVNT-offCanvasArea__listElement__image__copyright {
    position: absolute;
    bottom: 5px;
    margin: 0;
    width: 100%;
    color: var(--image-copyright, #fff);
    text-align: left;
    transform-origin: left bottom;
  }

  /* loading */
  .-IMXEVNT-galleryTeaser--empty,
  .-IMXEVNT-offCanvasArea__listElement--empty .-IMXEVNT-offCanvasArea__listElement__image {
    display: none !important;
  }

  .-IMXEVNT-offCanvasArea__listElement--loading .-IMXEVNT-offCanvasArea__listElement__image > a {
    background: url('/portal/frontend/components/v3/assets/images/environment/ajax-loader.gif') center no-repeat;
  }
}

@media all {
  .-IMXEVNT-main--large .-IMXEVNT-offCanvasArea__listElement__image__copyright,
  .-IMXEVNT-main--normal .-IMXEVNT-offCanvasArea__listElement__image__copyright {
    transform: rotateZ(-90deg);
    left: 100%;
  }

  .-IMXEVNT-main--medium .-IMXEVNT-offCanvasArea__listElement__image__copyright,
  .-IMXEVNT-main--small .-IMXEVNT-offCanvasArea__listElement__image__copyright,
  .-IMXEVNT-main--tiny .-IMXEVNT-offCanvasArea__listElement__image__copyright {
    left: 5px;
    bottom: 0;
  }
}

/*  =========================================================
text styles
========================================================== */
@media all {

  /* use table layout for vertical align behavior */
  .-IMXEVNT-offCanvasArea__listElement__text {
    display: inline-block;
    position: relative;
  }

  .-IMXEVNT-offCanvasArea__listElement__text:not(.-IMXEVNT-offCanvasArea__listElement__text--button) {
    vertical-align: top !important;
    padding: 10px 4.16% 10px 15px;
    width: calc(65.47619048% - 30px);
  }

  .-IMXEVNT-main--small .-IMXEVNT-offCanvasArea__listElement__text:not(.-IMXEVNT-offCanvasArea__listElement__text--button),
  .-IMXEVNT-main--tiny .-IMXEVNT-offCanvasArea__listElement__text:not(.-IMXEVNT-offCanvasArea__listElement__text--button) {
    width: calc(65.47619048% - 35px);
    padding: 10px 4.16% 10px 12px;
  }

  .-IMXEVNT-offCanvasArea__listElement__text.-IMXEVNT-offCanvasArea__listElement__text-withTip:not(.-IMXEVNT-offCanvasArea__listElement__text--button),
  .-IMXEVNT-offCanvasArea__listElement__text.-IMXEVNT-offCanvasArea__listElement__text--withTip:not(.-IMXEVNT-offCanvasArea__listElement__text--button) {
    width: calc(65.47619048% - 105px);
  }

  .-IMXEVNT-main--small .-IMXEVNT-offCanvasArea__listElement__text.-IMXEVNT-offCanvasArea__listElement__text-withTip:not(.-IMXEVNT-offCanvasArea__listElement__text--button),
  .-IMXEVNT-main--tiny .-IMXEVNT-offCanvasArea__listElement__text.-IMXEVNT-offCanvasArea__listElement__text--withTip:not(.-IMXEVNT-offCanvasArea__listElement__text--button) {
    width: calc(65.47619048% - 60px);
  }

  .-IMXEVNT-offCanvasArea__listElement__text.-IMXEVNT-offCanvasArea__listElement__text--button {
    vertical-align: bottom !important;
    padding: 10px;
    white-space: nowrap;
  }

  /* loading */
  .-IMXEVNT-offCanvasArea__listElement--empty .-IMXEVNT-offCanvasArea__listElement__text {
    display: none !important;
  }

  .-IMXEVNT-offCanvasArea__listElement--loading .-IMXEVNT-offCanvasArea__listElement__text {
    background: url('/portal/frontend/components/v3/assets/images/environment/ajax-loader.gif') center no-repeat;
  }
}

/* Workaround for padding of text area in IE 10+ */
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .-IMXEVNT-offCanvasArea__listElement__text {
    padding: 10px 67px;
  }
}

@media all {
  .-IMXEVNT-offCanvasArea__listElement__text hr {
    width: 105px;
    text-align: left;
  }

  .-IMXEVNT-offCanvasArea__listElement__text > h2 {
    line-height: 1.1em;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-list-element-headline, 17px);
    font-family: var(--font-headlines);
    margin: 0 0 5px 0;
    display: inline-block;
    color: var(--offcanvas-list-element-headline);
    width: 100%;
  }

  .-IMXEVNT-offCanvasArea__listElement__text > h2 > a {
    text-decoration: none;
  }

  .-IMXEVNT-offCanvasArea__content div.-IMXEVNT-offCanvasArea__listElement__text__subline {
    line-height: 1em;
    font-weight: 300;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-list-element-text, 15px);
    font-family: var(--font-headlines);
    text-transform: uppercase;
  }

  .-IMXEVNT-offCanvasArea__content .-IMXEVNT-offCanvasArea__listElement__text p {
    line-height: 1.2em;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-list-element-text, 15px);
    font-family: var(--font-text);
  }

  div.-IMXEVNT-offCanvasArea__listElement__text__subline,
  .-IMXEVNT-offCanvasArea__listElement__text p {
    margin: 0;
    color: var(--offcanvas-list-element-text);
  }

  div.-IMXEVNT-offCanvasArea__listElement__text__subline,
  p.-IMXEVNT-offCanvasArea__listElement__text__info {
    margin-bottom: 12px;
  }

  .-IMXEVNT-offCanvasArea__listElement__text > h2:hover {
    text-decoration: underline;
  }

  .-IMXEVNT-offCanvasArea__listElement__text__extended {
    overflow: hidden;
  }

  .-IMXEVNT-offCanvasArea__listElement__text__extended p {
    margin-bottom: 15px;
  }
}

@media all {
  .-IMXEVNT-main--large .-IMXEVNT-offCanvasArea__listElement__text {
    font-size: 1em;
  }

  .-IMXEVNT-main--normal .-IMXEVNT-offCanvasArea__listElement__text {
    font-size: 1em;
  }

  .-IMXEVNT-main--medium .-IMXEVNT-offCanvasArea__listElement__text {
    font-size: 0.9em;
  }

  .-IMXEVNT-main--medium .-IMXEVNT-offCanvasArea__listElement__text__extended {
    display: none;
  }
}

/**
 * IMX Eventmanager - Whitelabel 2015
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage article
 * @author     gueldner
 * @since      30.06.2015
 * @version    $Id$
 **/
/*  =========================================================
basic config
article config
article text
articla context
article map
article images
article tools
========================================================== */
/*  =========================================================
basic config
========================================================== */
/* dimensions */
/*  =========================================================
article config
========================================================== */
@media all {
  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-article,
  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-article,
  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-article,
  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-article {
    display: table !important;
    width: 100%;
    position: relative;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-article,
  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-article {
    padding-top: 8.5em;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-article {
    position: relative;
  }
}

/*  =========================================================
article text
========================================================== */
@media all {
  .-IMXEVNT-articleText {
    padding: 7em 5.35714286% 7em 0;
    position: relative;
  }
}

@media all {
  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-articleText,
  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-articleText {
    font-size: 1em;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-articleText,
  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-articleText,
  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-articleText {
    font-size: 0.8em;
    padding-top: 0;
  }
}

@media all {

  /*
   * The following styles were added in ticket #33980.
   *
   * Safari 10.1 and iPads with recent Mobile WebKit versions seem to have updated the handling of table styles, which led the article text (which were styled
   * with "display: table-caption") to not being displayed. Instead the article text was moved somweher to the bottom behind other containers. This new style
   * should also make this future-proof for updates of WebKit in Chrome.
   */
  #-IMXEVNT-main.-IMXEVNT-main--medium.-IMXEVNT-main--medium .-IMXEVNT-article > .-IMXEVNT-articleText,
  #-IMXEVNT-main.-IMXEVNT-main--small.-IMXEVNT-main--small .-IMXEVNT-article > .-IMXEVNT-articleText {
    display: block !important;
    width: 100% !important;
  }
}

@media all {
  .-IMXEVNT-articleText > .headline2,
  .-IMXEVNT-articleText > h2 {
    color: var(--cd-text) !important;
    line-height: 1.1em;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-articleText-headline, 52px);
    font-family: var(--font-headlines);
    letter-spacing: var(--font-detailpage-headline-letterspacing, normal);
    position: relative;
    margin: 0 0 40px 0;
  }

  .-IMXEVNT-main--tiny .-IMXEVNT-articleText > .headline2,
  .-IMXEVNT-main--small .-IMXEVNT-articleText > .headline2,
  .-IMXEVNT-main--tiny .-IMXEVNT-articleText > h2,
  .-IMXEVNT-main--small .-IMXEVNT-articleText > h2 {
    font-size: calc(var(--font-size-articleText-headline, 52px) * 0.66);
  }

  .-IMXEVNT-articleText h2::after {
    content: '';
    width: 88px;
    border-bottom: var(--headline-border, 0);
    height: 1px;
    bottom: -20px;
    left: 0;
    position: absolute;
    display: block;
  }

  .-IMXEVNT-articleText > .headline2 > a,
  .-IMXEVNT-articleText > h2 > a {
    text-decoration: none;
  }

  .-IMXEVNT-articleText h3,
  .-IMXEVNT-articleText h4,
  .-IMXEVNT-articleText h5 {
    color: var(--cd-text) !important;
    line-height: 1.5em;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    font-family: var(--font-text);
    margin: 0 0 5px 0;
  }

  .-IMXEVNT-articleText h3 {
    font-size: calc(var(--font-size-articleText-headline, 22px) * 0.44);
  }

  .-IMXEVNT-articleText h4,
  .-IMXEVNT-articleText h5 {
    font-weight: 700;
    font-size: var(--font-size-articleContext-headline, 16px);
  }

  .-IMXEVNT-articleText > .-IMXEVNT-articleText__downloads {
    line-height: 1em;
    font-weight: 700;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-articleText-downloads-headline, 24px);
    font-family: var(--font-headlines);
    margin: 0;
  }

  /* default content text */
  .-IMXEVNT-articleText p {
    margin: 0 0 20px 0;
  }

  .-IMXEVNT-articleText p,
  .-IMXEVNT-articleText__container {
    line-height: 1.5em;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-articleText-text, 16px);
    font-family: var(--font-text);
    color: var(--cd-text);
  }

  .-IMXEVNT-articleText p.-IMXEVNT-articleText__subline {
    font-weight: bold;
    margin-top: -30px;
  }

  .-IMXEVNT-articleText > p.-IMXEVNT-disclaimer {
    margin: 0 0 20px 0;
  }

  /* lists */
  .-IMXEVNT-articleText > ul {
    margin: 0 0 20px 0;
    padding: 0 0 0 2em;
    line-height: 2em;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-articleText-text, 16px);
    font-family: var(--font-text);
    list-style: square;
  }

  p.-IMXEVNT-articleText__info.-IMXEVNT-articleText__category,
  p.-IMXEVNT-articleText__info.-IMXEVNT-articleText__productline {
    text-transform: uppercase;
  }

  /* text for dates, prices and categories */
  p.-IMXEVNT-articleText__info.-IMXEVNT-articleText__info--date {
    font-weight: 700;
    margin: 0 0 20px 0;
  }

  .-IMXEVNT-articleText__info__tags {
    line-height: 1em;
    font-weight: 700;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-articleText-tags, 12px);
    font-family: var(--font-text);
    display: inline-block;
    background: var(--detailpage-criterion-background);
    color: var(--detailpage-criterion-color);
    padding: 6px 10px;
    margin: 0 0 5px 0;
  }

  .-IMXEVNT-articleText__price {
    display: flex;
    align-items: center;
  }

  .-IMXEVNT-articleText .-IMXEVNT-articleText__price .button {
    margin: 0 0 20px 0;
  }

  .-IMXEVNT-articleText__price p {
    color: var(--cd-text);
    margin: 0 20px 20px 0;
  }

  .-IMXEVNT-articleText__price .-IMXEVNT-articleText__price__label {
    font-weight: 700;
  }

  #-IMXEVNT-host .-IMXEVNT-articleText a:not(.button) {
    text-decoration: underline;
    color: var(--cd-color-link);
  }

  .-IMXEVNT-articleText .button {
    margin: 20px 0;
  }

  .-IMXEVNT-articleText a.extern,
  .-IMXEVNT-articleText a.download {
    position: relative;
    padding-left: 30px;
  }

  .-IMXEVNT-articleText a.extern::before,
  .-IMXEVNT-articleText a.download::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font: 400 normal 13px/16px 'icomoon';
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .-IMXEVNT-articleText a.extern::before {
    content: '\e608';
    border: 2px solid;
  }

  .-IMXEVNT-articleText a.download::before {
    content: '\e609';
    line-height: 18px;
  }
}

/*  =========================================================
article context
========================================================== */
@media all {
  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-articleContext,
  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-articleContext {
    font-size: 1em;
    padding: 30px;
    position: relative;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-articleContext,
  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-articleContext,
  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-articleContext {
    font-size: 0.8em;
    padding: 5em 15px;
    position: relative;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-articleContext > .-IMXEVNT-contentForm,
  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-articleContext > .-IMXEVNT-contentForm,
  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-articleContext > .-IMXEVNT-contentForm {
    font-size: 1.25em;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-articleContext > .button,
  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-articleContext > .button,
  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-articleContext > .button {
    font-size: 2.5em;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-articleContext__columned,
  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-articleContext__columned,
  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-articleContext__columned,
  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-articleContext__columned {
    float: left;
    margin-right: 50px;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-articleContext__columned:last-child,
  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-articleContext__columned:last-child,
  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-articleContext__columned:last-child,
  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-articleContext__columned:last-child {
    margin-right: 0;
  }
}

@media all {
  .-IMXEVNT-articleContext {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .-IMXEVNT-articleContext h3 {
    line-height: 1.5em;
    font-weight: 700;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-articleContext-headline, 16px);
    font-family: var(--font-text);
    margin: 0 0 5px 0;
  }

  .-IMXEVNT-articleContext p,
  .-IMXEVNT-articleContext ol,
  .-IMXEVNT-articleContext ul {
    line-height: 1.5em;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-articleContext-text, 16px);
    font-family: var(--font-text);
  }

  .-IMXEVNT-articleContext > ol,
  .-IMXEVNT-articleContext > ul {
    padding: 0 0 0 2em;
  }

  .-IMXEVNT-articleContext > ul {
    list-style: square;
  }

  .-IMXEVNT-articleContext .-IMXEVNT-articleContext__subline {
    margin: 0 0 5px 0;
  }

  .-IMXEVNT-articleContext a:not(.button) {
    text-decoration: underline;
  }
}

#-IMXEVNT-main .-IMXEVENT-articleAsides {
  display: flex;
  flex-flow: row wrap;
}

#-IMXEVNT-main .-IMXEVENT-articleAsides > * {
  margin-top: 1.1904762%;
}

/*  =========================================================
article map
========================================================== */
@media all {
  .-IMXEVNT-articleMap {
    position: relative;
  }

  /* #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-article > aside.-IMXEVNT-articleMap,
  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-article > aside.-IMXEVNT-articleMap, */
  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-article > aside#-IMXEVNT-detailMap.-IMXEVNT-articleMap,
  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-article > aside#-IMXEVNT-detailMap.-IMXEVNT-articleMap,
  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-article > aside#-IMXEVNT-detailMap.-IMXEVNT-articleMap {
    position: static;
    display: block !important;
  }

  .-IMXEVNT-mapColumn {
    display: flex;
    flex-flow: column;
    height: 100%;
  }

  .-IMXEVNT-mapColumn .imx-poi {
    background-repeat: no-repeat !important;
  }

  #-IMXEVNT-detailMap {
    height: 100%;
    padding-top: 7em;
    background: transparent;
  }

  #-IMXEVENT-articleMap {
    flex-grow: 2;
  }
}

@media all {
  .-IMXEVNT-articleMap__mapContainer {
    width: 100%;
    min-height: 310px;
    position: relative;
  }

  .-IMXEVNT-articleMap__location {
    width: 100%;
    background: var(--detailpage-location-background);
    color: var(--detailpage-location-color);
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-articleMap__mapContainer,
  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-articleMap__mapContainer {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-articleMap__location,
  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-articleMap__location {
    position: relative;
    bottom: 0;
    left: 0;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-articleMap__mapContainer {
    min-height: 390px;
  }

  #-IMXEVNT-fullMap__mapContainer .-IMXEVNT-mapMarker,
  #-IMXEVNT-fullMap__mapContainer .imx-cluster {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -31px;
    margin-left: -25px;
    z-index: 100;
  }

  #-IMXEVNT-fullMap__mapContainer .-IMXEVNT-mapMarker > span,
  #-IMXEVNT-fullMap__mapContainer .imx-cluster > span {
    width: 51px;
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 0;
    font-family: var(--font-text);
    font-size: 1.25rem;
    color: #333;
    text-align: center;
  }
}

/*  =========================================================
article images
========================================================== */
@media all {
  .-IMXEVNT-articleImage {
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
  }

  .-IMXEVNT-articleImage__play {
    color: #fff;
    font-size: 10em;
    left: 50%;
    position: absolute;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }

  /* copyright over image */
  .-IMXEVNT-articleImage__copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 5px;
    width: 100%;
    color: var(--image-copyright, #fff);
    text-align: left;
    line-height: 20px;
    font-weight: 300;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-articleContext-image, 12px);
    font-family: var(--font-text);
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-articleImage,
  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-articleImage {
    height: 415px;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-articleImage:not(.-IMXEVNT-h-element-medium-12) {
    height: 0;
    padding-bottom: 37.38738739%;
    position: relative;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-articleImage.-IMXEVNT-h-element-medium-12 {
    height: 0;
    padding-bottom: 81.37254902%;
    position: relative;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-articleImage:not(.-IMXEVNT-h-element-small-12) {
    height: 0;
    padding-bottom: 37.38738739%;
    position: relative;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-articleImage.-IMXEVNT-h-element-small-12 {
    height: 0;
    padding-bottom: 81.37254902%;
    position: relative;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-articleImage {
    height: 0;
    padding-bottom: 81.37254902%;
    position: relative;
  }
}

/*  =========================================================
article routing
========================================================== */
@media all {
  .-IMXEVNT-main--tiny .-IMXEVNT-contentForm.ctrlRoutingForm,
  .-IMXEVNT-main--small .-IMXEVNT-contentForm.ctrlRoutingForm,
  .-IMXEVNT-main--normal .-IMXEVNT-articleContext .-IMXEVNT-articleContext__routeWithMaps,
  .-IMXEVNT-main--medium .-IMXEVNT-articleContext .-IMXEVNT-articleContext__routeWithMaps,
  .-IMXEVNT-main--large .-IMXEVNT-articleContext .-IMXEVNT-articleContext__routeWithMaps {
    display: none;
  }
}

/*  =========================================================
article dates
========================================================== */
#-IMXEVNT-aside-dates {
  background: var(--detailpage-dates-background);
  color: var(--detailpage-dates-color);
}

/*  =========================================================
article prices
========================================================== */
#-IMXEVNT-aside-prices {
  background: var(--detailpage-prices-background);
  color: var(--detailpage-prices-color);
}

/*  =========================================================
article routing
========================================================== */
#-IMXEVNT-aside-routing {
  background: var(--detailpage-routing-background);
  color: var(--detailpage-routing-color);
}

/**
 * whlportal
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2021 infomax websolutions GmbH
 * @link       https://www.infomax-online.de
 * @author     Florian Müller <mueller@infomax-it.de>
 * @since      05.03.21
 */

/*  =========================================================
article tools
========================================================== */
@media all {
  #-IMXEVNT-articleTools {
    position: absolute;
    bottom: 100%;
    left: 0;
    list-style: none;
    padding: 0;
    top: 0;
    margin: 0;
    z-index: 2;
  }

  #-IMXEVNT-heroimage + .-IMXEVNT-main-wrapper-body #-IMXEVNT-articleTools {
    top: calc(-12em - 12px);
  }

  #-IMXEVNT-main.-IMXEVNT-main--small #-IMXEVNT-heroimage + .-IMXEVNT-main-wrapper-body #-IMXEVNT-articleTools,
  #-IMXEVNT-main.-IMXEVNT-main--tiny #-IMXEVNT-heroimage + .-IMXEVNT-main-wrapper-body #-IMXEVNT-articleTools {
    top: -2px;
  }

  #-IMXEVNT-articleTools li {
    display: inline-block;
  }

  #-IMXEVNT-articleTools li:not(:last-of-type) {
    border-right: 1px solid;
  }

  #-IMXEVNT-articleTools li > [type='checkbox'] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }

  #-IMXEVNT-articleTools li > a,
  #-IMXEVNT-articleTools li > label {
    background-color: var(--cd-background);
    color: var(--cd-colorOnBackground);
    display: inline-block;
    width: 4em;
    height: 4em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.2em 0.33333333em;
    font: 700 normal 3em/1em var(--font-text);
    text-align: center;
    text-decoration: none;
    cursor: pointer;
  }

  #-IMXEVNT-articleTools li > a > [class*='icon-'],
  #-IMXEVNT-articleTools li > label > [class*='icon-'] {
    font-size: 2em;
  }

  #-IMXEVNT-articleTools li > ul {
    display: none;
    border-left: 1px solid;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #-IMXEVNT-articleTools li > [type='checkbox']:checked ~ ul {
    display: inline-block;
  }

  .-IMXEVNT-articleTools__element::after,
  .-IMXEVNT-articleTools__element::before {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: 1;
  }

  .-IMXEVNT-articleTools__element.-IMXEVNT-articleTools__element--active::before {
    content: '';
  }

  .-IMXEVNT-articleTools__element::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
  }

  .-IMXEVNT-articleTools__element.-IMXEVNT-articleTools__element--active::before {
    content: '';
  }

  .-IMXEVNT-articleTools__element::before {
    border-top-color: rgba(255, 255, 255, 0.2);
    border-right-color: rgba(255, 255, 255, 0.2);
  }

  #-IMXEVNT-articleTools li.-IMXEVNT-articleTools__element > a .text {
    display: block;
    white-space: nowrap;
  }
}

@media all {
  #-IMXEVNT-main #-IMXEVNT-articleTools {
    display: block !important;
    font-size: 0.5em;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny #-IMXEVNT-articleTools {
    display: none;
    font-size: 0.5em;
  }

  #-IMXEVNT-articleTools li .text {
    display: none;
  }
}

/**
 * IMX Eventmanager - Whitelabel 2015
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage formulars
 * @author     gueldner
 * @since      01.07.2015
 * @version    $Id$
 **/
/*  =========================================================
basic config
content form
offCanvas filter
heroImage form
heroImage form autocomplete
========================================================== */
/*  =========================================================
basic config
========================================================== */
/* dimensions */
/*  =========================================================
content form
========================================================== */
@media all {
  .-IMXEVNT-contentForm .-IMXEVNT-contentForm__inputGroup .-IMXEVNT-contentForm__inputSet {
    position: relative;
  }

  #-IMXEVNT-heroimage__form .-IMXEVNT-contentForm__inputGroup .-IMXEVNT-contentForm__inputSet.-IMXEVNT-contentForm__inputSet--hidden {
    visibility: hidden;
  }

  /* use flex to arange formSets on larger screenAreas */
  .-IMXEVNT-contentForm .-IMXEVNT-contentForm__inputGroup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-contentForm .-IMXEVNT-contentForm__inputGroup.-IMXEVNT-contentForm__inputSet--text + .-IMXEVNT-contentForm__inputGroup {
    margin-top: 2.5em;
  }

  .-IMXEVNT-contentForm .-IMXEVNT-contentForm__inputGroup .-IMXEVNT-contentForm__inputSet .-IMXEVNT-contentForm__inputSet__dropdown {
    position: absolute;
    width: 101.5%;
    z-index: 10;
    margin: 0 0 0 39px;
  }

  .-IMXEVNT-contentForm .-IMXEVNT-contentForm__inputGroup .-IMXEVNT-contentForm__inputSet .-IMXEVNT-contentForm__inputSet__dropdown .item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 2.5em;
    box-sizing: border-box;
    margin: auto 0;
    padding: 0 0.5em;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-search-input, 16px);
    font-family: var(--font-text);
    width: calc(100% - 5.4em);
    background: #fff;
    cursor: pointer;
    line-height: 40px;
  }

  .-IMXEVNT-contentForm .-IMXEVNT-contentForm__inputGroup .-IMXEVNT-contentForm__inputSet .-IMXEVNT-contentForm__inputSet__dropdown .item:not(:first-of-type) {
    border-top: 1px solid #000;
  }

  .-IMXEVNT-contentForm .-IMXEVNT-contentForm__inputGroup .-IMXEVNT-contentForm__inputSet .-IMXEVNT-contentForm__inputSet__dropdown .item:hover {
    background: #dadada;
  }

  .-IMXEVNT-contentForm .-IMXEVNT-contentForm__inputGroup .-IMXEVNT-contentForm__inputSet {
    flex: 1;
    margin-bottom: 10px;
  }

  #-IMXEVNT-heroimage__form .-IMXEVNT-contentForm__inputGroup .-IMXEVNT-contentForm__inputSet {
    flex-basis: 100%;
  }

  #-IMXEVNT-aside-routing .-IMXEVNT-contentForm .-IMXEVNT-contentForm__inputGroup .-IMXEVNT-contentForm__inputSet {
    margin-right: 20px;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-contentForm p,
  #-IMXEVNT-main.-IMXEVNT-main--normal:not(.-IMXEVNT-main--transitionArea) .-IMXEVNT-contentForm p,
  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-contentForm p {
    margin: 0;
  }

  #-IMXEVNT-main .-IMXEVNT-contentForm .-IMXEVNT-contentForm__inputGroup .-IMXEVNT-contentForm__inputDate {
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
    width: calc(100% + 10px);
  }

  #-IMXEVNT-main .-IMXEVNT-contentForm .-IMXEVNT-contentForm__inputGroup .-IMXEVNT-contentForm__inputDate__item {
    margin: 0 5px;
    position: relative;
  }

  #-IMXEVNT-main .-IMXEVNT-contentForm .-IMXEVNT-contentForm__inputGroup .-IMXEVNT-contentForm__inputDate__item.-IMXEVNT-contentForm__inputDate__item--date button {
    height: 100%;
    min-height: 40px;
    font-size: var(--font-size-search-inputDate, var(--font-size-search-input, 16px));
    white-space: nowrap;
  }

  #-IMXEVNT-main .-IMXEVNT-contentForm .-IMXEVNT-contentForm__inputGroup .-IMXEVNT-contentForm__inputDate__item--date {
    width: 100%;
  }

  #-IMXEVNT-main .-IMXEVNT-contentForm .-IMXEVNT-contentForm__inputGroup .-IMXEVNT-contentForm__inputDate__item input,
  #-IMXEVNT-main .-IMXEVNT-contentForm .-IMXEVNT-contentForm__inputGroup .-IMXEVNT-contentForm__inputDate__item button {
    background: var(--button-background);
    border: 0;
    border-radius: 3px;
    box-sizing: border-box;
    color: var(--cd-colorOnBackground);
    display: inline-block;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-search-input, 16px);
    font-family: var(--font-text);
    height: 2.5em;
    line-height: 15px;
    margin: 0;
    padding: 0 0.5em;
    vertical-align: top;
    width: 100%;
  }

  #-IMXEVNT-main .-IMXEVNT-contentForm .-IMXEVNT-contentForm__inputGroup .-IMXEVNT-contentForm__inputDate__item button {
    background: var(--cd-background-color-contentForm-button);
    color: var(--cd-text);
  }

  #-IMXEVNT-main .-IMXEVNT-contentForm .-IMXEVNT-contentForm__inputGroup .-IMXEVNT-contentForm__inputDate__item--active .icon-calender {
    color: var(--cd-colorOnCta);
  }

  #-IMXEVNT-main .-IMXEVNT-contentForm .-IMXEVNT-contentForm__inputGroup .-IMXEVNT-contentForm__inputDate__item--active button {
    background: var(--cd-background-color-contentForm-activeButton);
    color: var(--cd-colorOnCta);
  }

  #-IMXEVNT-main .-IMXEVNT-contentForm .-IMXEVNT-contentForm__inputGroup .-IMXEVNT-contentForm__inputDate__item--active input {
    background: var(--cd-colorOnBackground);
    color: var(--cd-text);
  }

  #-IMXEVNT-main .-IMXEVNT-contentForm .-IMXEVNT-contentForm__inputGroup .-IMXEVNT-contentForm__inputDate__item--active label {
    color: var(--cd-text);
  }
}

@media screen and (max-width: 675px) {
  #-IMXEVNT-main .-IMXEVNT-contentForm .-IMXEVNT-contentForm__inputGroup .-IMXEVNT-contentForm__inputDate {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #-IMXEVNT-main .-IMXEVNT-contentForm .-IMXEVNT-contentForm__inputGroup .-IMXEVNT-contentForm__inputDate__item {
    flex-grow: 2;
    margin: 0 5px 10px 5px;
  }
}

@media all {
  .-IMXEVNT-contentForm__heading {
    line-height: 1em;
    font-weight: 700;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-search-heading, 16px);
    font-family: var(--font-text);
    padding: 5px 0 15px;
  }
}

/* checkboxes */
@media all {
  .-IMXEVNT-contentForm [type='checkbox'] {
    position: absolute;
    opacity: 0;
  }

  .-IMXEVNT-contentForm [type='checkbox'] + label,
  .-IMXEVNT-contentForm .-IMXEVNT-contentForm__checkboxPlaceholder {
    color: var(--form-color);
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-search-input, 16px);
    font-family: var(--font-text);
    display: block;
    margin-left: 1.4em;
  }

  .-IMXEVNT-main--large .-IMXEVNT-contentForm [type='checkbox'] + label.name-geo,
  .-IMXEVNT-main--normal .-IMXEVNT-contentForm [type='checkbox'] + label.name-geo {
    width: 120%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-contentForm .-IMXEVNT-contentForm__checkboxPlaceholder,
  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-contentForm .-IMXEVNT-contentForm__checkboxPlaceholder,
  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-contentForm .-IMXEVNT-contentForm__checkboxPlaceholder {
    display: none;
  }

  .-IMXEVNT-contentForm [type='checkbox'] + label::before {
    background-color: var(--cd-background);
    color: var(--cd-colorOnBackground);
    content: '';
    font: 400 normal 0.5em 'icomoon';
    text-align: center;
    width: 2em;
    height: 1.5em;
    margin-right: 0.8em;
    padding-top: 0.5em;
    float: left;
    margin-top: 4px;
    margin-left: -2.8em;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }

  .-IMXEVNT-contentForm [type='checkbox']:checked + label::before {
    content: '\e60a';
  }
}

/* input fields */
@media all {
  .-IMXEVNT-contentForm [type='text'],
  .-IMXEVNT-contentForm [type='text'][name='date'] + button {
    display: inline-block;
    vertical-align: top;
    height: 2.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0 0.5em;
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-search-input, 16px);
    font-family: var(--font-text);
    width: 100%;
  }

  .-IMXEVNT-contentForm label.text {
    background-color: var(--cd-background);
    color: var(--cd-colorOnBackground);
    position: absolute;
    top: 0;
    left: 0;
    height: 2.5em;
    width: 4.5em;
    padding: 0 0.25em;
    vertical-align: top;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-search-input, 16px);
    font-family: var(--font-text);
    text-align: left;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    display: table;
  }

  .-IMXEVNT-contentForm label.text > span {
    display: table-cell;
    vertical-align: middle;
  }

  .-IMXEVNT-contentForm label.text ~ [type='text'],
  .-IMXEVNT-contentForm label.text ~ [type='text'][name='date'] + button {
    padding-left: 5.5em;
  }

  .-IMXEVNT-contentForm label.icon {
    position: absolute;
    top: 0;
    right: 0;
    height: 5em;
    width: 5em;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border: 0;
    z-index: 1;
  }

  .-IMXEVNT-contentForm label.icon > [class*='icon'] {
    font-size: 2.5em;
    vertical-align: middle;
    position: relative;
  }

  .-IMXEVNT-contentForm label.icon ~ [type='text'],
  .-IMXEVNT-contentForm label.icon ~ [type='text'][name='date'] + button {
    padding-right: 3em;
  }
}

/* errors */
@media all {
  .-IMXEVNT-contentForm__errorMessage {
    display: none;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-search-input, 16px);
    font-family: var(--font-text);
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-contentForm__errorMessage,
  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-contentForm__errorMessage {
    margin-top: 20px !important;
  }
}

/*  =========================================================
heroImage form
========================================================== */
@media all {
  #-IMXEVNT-heroimage__form {
    width: 100%;
    text-align: center;
    position: relative;
  }

  #-IMXEVNT-heroimage__form .-IMXEVNT-contentForm__inputGroup {
    position: relative;
  }

  /* #-IMXEVNT-main.-IMXEVNT-main--large #-IMXEVNT-heroimage__form { */
  /*  position: absolute; */
  /*  bottom: 60px; */
  /*  left: 0px; */
  /* } */
}

@media all {
  #-IMXEVNT-heroimage__form > .-IMXEVNT-contentForm {
    margin: 0 auto;
    text-align: left;
    background-color: var(--form-background);
    color: var(--form-color);
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny #-IMXEVNT-heroimage__form > .-IMXEVNT-contentForm,
  #-IMXEVNT-main.-IMXEVNT-main--small #-IMXEVNT-heroimage__form > .-IMXEVNT-contentForm,
  #-IMXEVNT-main.-IMXEVNT-main--medium #-IMXEVNT-heroimage__form > .-IMXEVNT-contentForm,
  #-IMXEVNT-main.-IMXEVNT-main--normal #-IMXEVNT-heroimage__form > .-IMXEVNT-contentForm,
  #-IMXEVNT-main.-IMXEVNT-main--large #-IMXEVNT-heroimage__form > .-IMXEVNT-contentForm {
    border-radius: 8px;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium #-IMXEVNT-heroimage__form > .-IMXEVNT-contentForm,
  #-IMXEVNT-main.-IMXEVNT-main--small #-IMXEVNT-heroimage__form > .-IMXEVNT-contentForm,
  #-IMXEVNT-main.-IMXEVNT-main--tiny #-IMXEVNT-heroimage__form > .-IMXEVNT-contentForm {
    width: 100%;
    padding: 3em 0;
  }
}

/* fieldset */
@media all {
  #-IMXEVNT-heroimage__form fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    position: relative;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large #-IMXEVNT-heroimage__form .-IMXEVNT-contentForm__formHelper,
  #-IMXEVNT-main.-IMXEVNT-main--normal #-IMXEVNT-heroimage__form .-IMXEVNT-contentForm__formHelper {
    display: table;
    width: 100%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small #-IMXEVNT-heroimage__form .-IMXEVNT-contentForm__fieldsetHelper:nth-of-type(1),
  #-IMXEVNT-main.-IMXEVNT-main--tiny #-IMXEVNT-heroimage__form .-IMXEVNT-contentForm__fieldsetHelper:nth-of-type(1),
  #-IMXEVNT-main.-IMXEVNT-main--small #-IMXEVNT-heroimage__form .-IMXEVNT-contentForm__fieldsetHelper:nth-of-type(3),
  #-IMXEVNT-main.-IMXEVNT-main--tiny #-IMXEVNT-heroimage__form .-IMXEVNT-contentForm__fieldsetHelper:nth-of-type(3) {
    margin-bottom: 30px;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small #-IMXEVNT-heroimage__form .-IMXEVNT-contentForm__fieldsetHelper:nth-of-type(1) .-IMXEVNT-heroimage__form__content::after,
  #-IMXEVNT-main.-IMXEVNT-main--tiny #-IMXEVNT-heroimage__form .-IMXEVNT-contentForm__fieldsetHelper:nth-of-type(1) .-IMXEVNT-heroimage__form__content::after,
  #-IMXEVNT-main.-IMXEVNT-main--small #-IMXEVNT-heroimage__form .-IMXEVNT-contentForm__fieldsetHelper:nth-of-type(3) .-IMXEVNT-heroimage__form__content::after,
  #-IMXEVNT-main.-IMXEVNT-main--tiny #-IMXEVNT-heroimage__form .-IMXEVNT-contentForm__fieldsetHelper:nth-of-type(3) .-IMXEVNT-heroimage__form__content::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    border-bottom: var(--form-group-mobile-border);
  }
}

@media all {
  #-IMXEVNT-main.-IMXEVNT-main--large #-IMXEVNT-heroimage__form fieldset > [type='checkbox'],
  #-IMXEVNT-main.-IMXEVNT-main--normal #-IMXEVNT-heroimage__form fieldset > [type='checkbox'],
  #-IMXEVNT-main.-IMXEVNT-main--medium #-IMXEVNT-heroimage__form fieldset > [type='checkbox'],
  #-IMXEVNT-main.-IMXEVNT-main--small #-IMXEVNT-heroimage__form fieldset > [type='checkbox'],
  #-IMXEVNT-main.-IMXEVNT-main--tiny #-IMXEVNT-heroimage__form fieldset > [type='checkbox'] {
    top: 0;
    left: 0;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large #-IMXEVNT-heroimage__form fieldset > [type='checkbox']:not(:checked) ~ legend,
  #-IMXEVNT-main.-IMXEVNT-main--normal #-IMXEVNT-heroimage__form fieldset > [type='checkbox']:not(:checked) ~ legend,
  #-IMXEVNT-main.-IMXEVNT-main--medium #-IMXEVNT-heroimage__form fieldset > [type='checkbox']:not(:checked) ~ legend,
  #-IMXEVNT-main.-IMXEVNT-main--small #-IMXEVNT-heroimage__form fieldset > [type='checkbox']:not(:checked) ~ legend,
  #-IMXEVNT-main.-IMXEVNT-main--tiny #-IMXEVNT-heroimage__form fieldset > [type='checkbox']:not(:checked) ~ legend {
    border-bottom: 1px solid;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large #-IMXEVNT-heroimage__form fieldset > [type='checkbox']:not(:checked) ~ legend:not(.searchFormField) > label::before,
  #-IMXEVNT-main.-IMXEVNT-main--normal #-IMXEVNT-heroimage__form fieldset > [type='checkbox']:not(:checked) ~ legend:not(.searchFormField) > label::before,
  #-IMXEVNT-main.-IMXEVNT-main--medium #-IMXEVNT-heroimage__form fieldset > [type='checkbox']:not(:checked) ~ legend:not(.searchFormField) > label::before,
  #-IMXEVNT-main.-IMXEVNT-main--small #-IMXEVNT-heroimage__form fieldset > [type='checkbox']:not(:checked) ~ legend:not(.searchFormField) > label::before,
  #-IMXEVNT-main.-IMXEVNT-main--tiny #-IMXEVNT-heroimage__form fieldset > [type='checkbox']:not(:checked) ~ legend:not(.searchFormField) > label::before {
    content: '\e613';
  }

  #-IMXEVNT-main.-IMXEVNT-main--large #-IMXEVNT-heroimage__form fieldset > [type='checkbox']:checked ~ legend:not(.searchFormField) > label::before,
  #-IMXEVNT-main.-IMXEVNT-main--normal #-IMXEVNT-heroimage__form fieldset > [type='checkbox']:checked ~ legend:not(.searchFormField) > label::before,
  #-IMXEVNT-main.-IMXEVNT-main--medium #-IMXEVNT-heroimage__form fieldset > [type='checkbox']:checked ~ legend:not(.searchFormField) > label::before,
  #-IMXEVNT-main.-IMXEVNT-main--small #-IMXEVNT-heroimage__form fieldset > [type='checkbox']:checked ~ legend:not(.searchFormField) > label::before,
  #-IMXEVNT-main.-IMXEVNT-main--tiny #-IMXEVNT-heroimage__form fieldset > [type='checkbox']:checked ~ legend:not(.searchFormField) > label::before {
    content: '\e614';
  }

  #-IMXEVNT-main.-IMXEVNT-main--large #-IMXEVNT-heroimage__form fieldset > [type='checkbox']:checked ~ legend > label.-IMXEVNT-heroimage__form__noArrow::before,
  #-IMXEVNT-main.-IMXEVNT-main--normal #-IMXEVNT-heroimage__form fieldset > [type='checkbox']:checked ~ legend > label.-IMXEVNT-heroimage__form__noArrow::before,
  #-IMXEVNT-main.-IMXEVNT-main--medium #-IMXEVNT-heroimage__form fieldset > [type='checkbox']:checked ~ legend > label.-IMXEVNT-heroimage__form__noArrow::before,
  #-IMXEVNT-main.-IMXEVNT-main--small #-IMXEVNT-heroimage__form fieldset > [type='checkbox']:checked ~ legend > label.-IMXEVNT-heroimage__form__noArrow::before,
  #-IMXEVNT-main.-IMXEVNT-main--tiny #-IMXEVNT-heroimage__form fieldset > [type='checkbox']:checked ~ legend > label.-IMXEVNT-heroimage__form__noArrow::before {
    content: initial;
    display: none;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large #-IMXEVNT-heroimage__form fieldset > [type='checkbox'] ~ legend > label,
  #-IMXEVNT-main.-IMXEVNT-main--normal #-IMXEVNT-heroimage__form fieldset > [type='checkbox'] ~ legend > label,
  #-IMXEVNT-main.-IMXEVNT-main--medium #-IMXEVNT-heroimage__form fieldset > [type='checkbox'] ~ legend > label,
  #-IMXEVNT-main.-IMXEVNT-main--small #-IMXEVNT-heroimage__form fieldset > [type='checkbox'] ~ legend > label,
  #-IMXEVNT-main.-IMXEVNT-main--tiny #-IMXEVNT-heroimage__form fieldset > [type='checkbox'] ~ legend > label {
    padding-left: 100px;
    cursor: pointer;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large #-IMXEVNT-heroimage__form fieldset > [type='checkbox'] ~ legend > label.-IMXEVNT-heroimage__form__noArrow,
  #-IMXEVNT-main.-IMXEVNT-main--normal #-IMXEVNT-heroimage__form fieldset > [type='checkbox'] ~ legend > label.-IMXEVNT-heroimage__form__noArrow,
  #-IMXEVNT-main.-IMXEVNT-main--medium #-IMXEVNT-heroimage__form fieldset > [type='checkbox'] ~ legend > label.-IMXEVNT-heroimage__form__noArrow,
  #-IMXEVNT-main.-IMXEVNT-main--small #-IMXEVNT-heroimage__form fieldset > [type='checkbox'] ~ legend > label.-IMXEVNT-heroimage__form__noArrow,
  #-IMXEVNT-main.-IMXEVNT-main--tiny #-IMXEVNT-heroimage__form fieldset > [type='checkbox'] ~ legend > label.-IMXEVNT-heroimage__form__noArrow {
    padding-left: 0;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large #-IMXEVNT-heroimage__form fieldset > [type='checkbox'] ~ legend > label::before,
  #-IMXEVNT-main.-IMXEVNT-main--normal #-IMXEVNT-heroimage__form fieldset > [type='checkbox'] ~ legend > label::before,
  #-IMXEVNT-main.-IMXEVNT-main--medium #-IMXEVNT-heroimage__form fieldset > [type='checkbox'] ~ legend > label::before,
  #-IMXEVNT-main.-IMXEVNT-main--small #-IMXEVNT-heroimage__form fieldset > [type='checkbox'] ~ legend > label::before,
  #-IMXEVNT-main.-IMXEVNT-main--tiny #-IMXEVNT-heroimage__form fieldset > [type='checkbox'] ~ legend > label::before {
    font: 400 normal 50px/100px 'icomoon';
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
  }
}

/* content area */
@media all {
  .-IMXEVNT-heroimage__form__content {
    clear: left;
    position: relative;
    margin: 2.5em 2em;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-heroimage__form__content {
    margin: 1.5em 2em;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-heroimage__form__content,
  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-heroimage__form__content,
  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-heroimage__form__content {
    margin: 0.5em 2em;
  }
}

@media all {
  #-IMXEVNT-main.-IMXEVNT-main--large #-IMXEVNT-heroimage__form fieldset > [type='checkbox']:not(:checked) ~ .-IMXEVNT-heroimage__form__content,
  #-IMXEVNT-main.-IMXEVNT-main--normal #-IMXEVNT-heroimage__form fieldset > [type='checkbox']:not(:checked) ~ .-IMXEVNT-heroimage__form__content,
  #-IMXEVNT-main.-IMXEVNT-main--medium #-IMXEVNT-heroimage__form fieldset > [type='checkbox']:not(:checked) ~ .-IMXEVNT-heroimage__form__content,
  #-IMXEVNT-main.-IMXEVNT-main--small #-IMXEVNT-heroimage__form fieldset > [type='checkbox']:not(:checked) ~ .-IMXEVNT-heroimage__form__content,
  #-IMXEVNT-main.-IMXEVNT-main--tiny #-IMXEVNT-heroimage__form fieldset > [type='checkbox']:not(:checked) ~ .-IMXEVNT-heroimage__form__content {
    display: none;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large #-IMXEVNT-heroimage__form fieldset > [type='checkbox']:checked ~ .-IMXEVNT-heroimage__form__content,
  #-IMXEVNT-main.-IMXEVNT-main--normal #-IMXEVNT-heroimage__form fieldset > [type='checkbox']:checked ~ .-IMXEVNT-heroimage__form__content,
  #-IMXEVNT-main.-IMXEVNT-main--medium #-IMXEVNT-heroimage__form fieldset > [type='checkbox']:checked ~ .-IMXEVNT-heroimage__form__content,
  #-IMXEVNT-main.-IMXEVNT-main--small #-IMXEVNT-heroimage__form fieldset > [type='checkbox']:checked ~ .-IMXEVNT-heroimage__form__content,
  #-IMXEVNT-main.-IMXEVNT-main--tiny #-IMXEVNT-heroimage__form fieldset > [type='checkbox']:checked ~ .-IMXEVNT-heroimage__form__content {
    display: block;
  }
}

@media all {
  #-IMXEVNT-main.-IMXEVNT-main--large #-IMXEVNT-contentForm__searchBoxColumnWhen ~ #-IMXEVNT-contentForm__searchBoxColumnWhere,
  #-IMXEVNT-main.-IMXEVNT-main--large #-IMXEVNT-contentForm__searchBoxColumnWhen ~ #-IMXEVNT-contentForm__searchBoxColumnWhat {
    margin-top: 36px;
  }
}

/* slider */
@media all {
  .-IMXEVNT-contentForm__sliderArea {
    width: 100%;
    margin: 20px 0 0;
  }

  .-IMXEVNT-main--small .-IMXEVNT-contentForm__sliderArea,
  .-IMXEVNT-main--tiny .-IMXEVNT-contentForm__sliderArea {
    margin: 0;
  }

  .-IMXEVNT-contentForm__sliderArea p {
    color: var(--form-color);
    font-weight: 700;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-search-input, 16px);
    font-family: var(--font-text);
    margin: 0 0 20px 0 !important;
  }

  .-IMXEVNT-contentForm__sliderArea ul {
    margin: 0 0 0 -7.8%;
    padding: 0;
    list-style: none;
    text-align: center;
    display: table;
    width: 116%;
  }

  .-IMXEVNT-contentForm__sliderArea ul > li {
    display: table-cell;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-search-slider-text, 12px);
    font-family: var(--font-text);
  }

  .-IMXEVNT-contentForm__sliderArea.-IMXEVNT-contentForm__sliderWrapper_distance ul {
    margin: 0;
    width: 100%;
    position: relative;
  }

  .-IMXEVNT-contentForm__sliderArea.-IMXEVNT-contentForm__sliderWrapper_distance ul li:first-child {
    position: absolute;
    left: 0;
    top: 0;
  }

  .-IMXEVNT-contentForm__sliderArea.-IMXEVNT-contentForm__sliderWrapper_distance ul li:last-child {
    position: absolute;
    right: 0;
    top: 0;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-contentForm__sliderArea ul {
    margin: 0 0 0 -6.5%;
    width: 112.5%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-contentForm__sliderArea.-IMXEVNT-contentForm__sliderWrapper_distance ul {
    margin: 0;
    width: 100%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-contentForm__sliderArea ul {
    margin: 0 0 0 -7.8%;
    width: 115%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-contentForm__sliderArea.-IMXEVNT-contentForm__sliderWrapper_distance ul {
    margin: 0;
    width: 100%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-contentForm__sliderArea ul {
    margin: 0 0 0 -5.5%;
    width: 110%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-contentForm__sliderArea.-IMXEVNT-contentForm__sliderWrapper_distance ul {
    margin: 0;
    width: 100%;
  }

  .-IMXEVNT-contentForm__sliderWrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
    position: relative;
    z-index: 100;
  }

  .-IMXEVNT-contentForm__sliderWrapper .noUi-horizontal {
    height: 18px;
    padding: 0 15px;
  }

  .-IMXEVNT-contentForm__sliderWrapper .noUi-horizontal::after {
    content: '';
    background-color: var(--form-background) !important;
    position: absolute;
    top: 8px;
    left: 0;
    height: 4px;
    z-index: -1;
    width: 100%;
    pointer-events: none;
  }

  .-IMXEVNT-contentForm__sliderWrapper .noUi-target {
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }

  .-IMXEVNT-contentForm__sliderWrapper .noUi-handle {
    width: 26px;
    height: 26px;
    bottom: 4px;
    border: 7px solid var(--cd-cta);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 810px) {
  #-IMXEVNT-contentForm__searchBoxColumnWhat .-IMXEVNT-contentForm__inputGroup,
  .-IMXEVNT-contentForm div.-IMXEVNT-contentForm__tokenInputField,
  .-IMXEVNT-contentForm__sliderArea {
    width: 50%;
  }
}

@media screen and (min-width: 930px) {
  #-IMXEVNT-contentForm__searchBoxColumnWhat .-IMXEVNT-contentForm__inputGroup,
  .-IMXEVNT-contentForm div.-IMXEVNT-contentForm__tokenInputField {
    width: 100%;
  }

  #-IMXEVNT-contentForm__searchBoxColumnWhat .-IMXEVNT-contentForm__inputGroup.-IMXEVNT-contentForm__inputGroupSingle {
    width: 50%;
  }
}

@media screen and (min-width: 1600px) {
  .-IMXEVNT-contentForm__sliderArea {
    width: 100%;
  }

  #-IMXEVNT-contentForm__searchBoxColumnWhat .-IMXEVNT-contentForm__inputGroup.-IMXEVNT-contentForm__inputGroupSingle {
    width: 100%;
  }
}

/* top button area */
@media all {
  .-IMXEVNT-heroimage__upper__button {
    text-align: right;
    padding: 2em 0;
    position: relative;
  }

  /* add rounded corners to button area on smaller screens */
  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-heroimage__upper__button {
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }

  .-IMXEVNT-heroimage__upper__button button {
    vertical-align: top;
    height: 47px;
    margin: 0 0.5em 5px 0.5em;
  }

  #-IMXEVNT-main.-IMXEVNT-main--normal #-IMXEVNT-heroimage__form > .-IMXEVNT-heroimage__upper__button,
  #-IMXEVNT-main.-IMXEVNT-main--large #-IMXEVNT-heroimage__form > .-IMXEVNT-heroimage__upper__button {
    width: 1278px;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium #-IMXEVNT-heroimage__form > .-IMXEVNT-heroimage__upper__button,
  #-IMXEVNT-main.-IMXEVNT-main--small #-IMXEVNT-heroimage__form > .-IMXEVNT-heroimage__upper__button,
  #-IMXEVNT-main.-IMXEVNT-main--tiny #-IMXEVNT-heroimage__form > .-IMXEVNT-heroimage__upper__button {
    width: 100%;
  }
}

/* button area */
@media all {
  .-IMXEVNT-heroimage__form__button {
    text-align: right;
    padding: 0 2em 20px 2em;
    position: relative;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-heroimage__form__button,
  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-heroimage__form__button {
    padding: 5px 2em 5px 2em;
    text-align: center;
  }

  /* add rounded corners to button area on smaller screens */
  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-heroimage__form__button {
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }

  .-IMXEVNT-main--tiny #-IMXEVNT-heroimage__form .-IMXEVNT-heroimage__form__button button {
    margin: 0;
  }

  #-IMXEVNT-heroimage__form .-IMXEVNT-heroimage__form__button button {
    vertical-align: top;
    margin: 0;
    background: var(--form-button-background);
    color: var(--form-button-color);
  }

  #-IMXEVNT-heroimage__form .-IMXEVNT-heroimage__form__button button:not(:last-of-type) {
    margin-right: 10px;
  }

  .-IMXEVNT-heroimage__form__button__languageSwitch {
    position: absolute;
    top: 50%;
    right: 2em;
    width: 24px;
    height: 19px;
    transform: translateY(-50%);
  }
}

/*  =========================================================
heroImage form autocomplete
========================================================== */
/* base container and the underlay for the active input */
@media all {
  .-IMXEVNT-heroimage__form__autocomplete {
    position: absolute;
    left: -10px;
    right: -10px;
    top: 90%;
    z-index: 1000;
    display: none;
  }

  #-IMXEVNT-contentForm__autocompleteLocation.-IMXEVNT-heroimage__form__autocomplete {
    top: 30px;
  }

  .-IMXEVNT-heroimage__form__autocomplete.visible {
    display: block;
  }

  .-IMXEVNT-heroimage__form__autocomplete.visible + .-IMXEVNT-contentForm__inputSet {
    z-index: 2;
  }

  .-IMXEVNT-heroimage__form__autocomplete::before {
    background: var(--cd-alternative-background);
    color: var(--cd-alternative-color);
    content: '';
    position: absolute;

    /* top: -60px; */
    left: 0;
    right: 0;
    height: 70px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}

/* the cells that contain the actual linklists of the autocomplete */
@media all {
  .-IMXEVNT-heroimage__form__autocomplete__cell {
    background: var(--cd-alternative-background);
    color: var(--cd-alternative-color);
    position: absolute;
    overflow: hidden;
    width: 100%;
  }

  .-IMXEVNT-heroimage__form__autocomplete__cell > .-IMXEVNT-scroller {
    max-height: 220px;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  /* positioning for the horizontal form version */
  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-heroimage__form__autocomplete,
  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-heroimage__form__autocomplete {

    /* the left to right version */
    /* the right to left version */
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-heroimage__form__autocomplete > .-IMXEVNT-heroimage__form__autocomplete__cell,
  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-heroimage__form__autocomplete > .-IMXEVNT-heroimage__form__autocomplete__cell {
    top: 10px;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-heroimage__form__autocomplete.-IMXEVNT-heroimage__form__autocomplete--leftside > .-IMXEVNT-heroimage__form__autocomplete__cell:first-of-type,
  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-heroimage__form__autocomplete.-IMXEVNT-heroimage__form__autocomplete--leftside > .-IMXEVNT-heroimage__form__autocomplete__cell:first-of-type {
    left: 0;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-heroimage__form__autocomplete.-IMXEVNT-heroimage__form__autocomplete--leftside > .-IMXEVNT-heroimage__form__autocomplete__cell:last-of-type,
  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-heroimage__form__autocomplete.-IMXEVNT-heroimage__form__autocomplete--leftside > .-IMXEVNT-heroimage__form__autocomplete__cell:last-of-type {
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-heroimage__form__autocomplete.-IMXEVNT-heroimage__form__autocomplete--leftside > .-IMXEVNT-heroimage__form__autocomplete__cell:last-of-type:not(:first-of-type),
  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-heroimage__form__autocomplete.-IMXEVNT-heroimage__form__autocomplete--leftside > .-IMXEVNT-heroimage__form__autocomplete__cell:last-of-type:not(:first-of-type) {
    left: 100%;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-heroimage__form__autocomplete.-IMXEVNT-heroimage__form__autocomplete--rightside > .-IMXEVNT-heroimage__form__autocomplete__cell:first-of-type,
  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-heroimage__form__autocomplete.-IMXEVNT-heroimage__form__autocomplete--rightside > .-IMXEVNT-heroimage__form__autocomplete__cell:first-of-type {
    left: 0;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-heroimage__form__autocomplete.-IMXEVNT-heroimage__form__autocomplete--rightside > .-IMXEVNT-heroimage__form__autocomplete__cell:last-of-type,
  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-heroimage__form__autocomplete.-IMXEVNT-heroimage__form__autocomplete--rightside > .-IMXEVNT-heroimage__form__autocomplete__cell:last-of-type {
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-heroimage__form__autocomplete.-IMXEVNT-heroimage__form__autocomplete--rightside > .-IMXEVNT-heroimage__form__autocomplete__cell:last-of-type:not(:first-of-type),
  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-heroimage__form__autocomplete.-IMXEVNT-heroimage__form__autocomplete--rightside > .-IMXEVNT-heroimage__form__autocomplete__cell:last-of-type:not(:first-of-type) {
    right: 100%;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
  }

  /* positioning for the vertical form version */
  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-heroimage__form__autocomplete > .-IMXEVNT-heroimage__form__autocomplete__cell,
  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-heroimage__form__autocomplete > .-IMXEVNT-heroimage__form__autocomplete__cell,
  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-heroimage__form__autocomplete > .-IMXEVNT-heroimage__form__autocomplete__cell {
    left: 0;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-heroimage__form__autocomplete > .-IMXEVNT-heroimage__form__autocomplete__cell:first-of-type,
  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-heroimage__form__autocomplete > .-IMXEVNT-heroimage__form__autocomplete__cell:first-of-type,
  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-heroimage__form__autocomplete > .-IMXEVNT-heroimage__form__autocomplete__cell:first-of-type {
    top: 10px;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-heroimage__form__autocomplete > .-IMXEVNT-heroimage__form__autocomplete__cell:last-of-type,
  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-heroimage__form__autocomplete > .-IMXEVNT-heroimage__form__autocomplete__cell:last-of-type,
  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-heroimage__form__autocomplete > .-IMXEVNT-heroimage__form__autocomplete__cell:last-of-type {
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }

  #-IMXEVNT-main.-IMXEVNT-main--medium .-IMXEVNT-heroimage__form__autocomplete > .-IMXEVNT-heroimage__form__autocomplete__cell:last-of-type:not(:first-of-type),
  #-IMXEVNT-main.-IMXEVNT-main--small .-IMXEVNT-heroimage__form__autocomplete > .-IMXEVNT-heroimage__form__autocomplete__cell:last-of-type:not(:first-of-type),
  #-IMXEVNT-main.-IMXEVNT-main--tiny .-IMXEVNT-heroimage__form__autocomplete > .-IMXEVNT-heroimage__form__autocomplete__cell:last-of-type:not(:first-of-type) {
    top: 445px;
  }
}

/* the footer */
@media all {
  .-IMXEVNT-heroimage__form__autocomplete__cell > footer {
    background: var(--cd-color);
    color: var(--cd-colorOnBackground);
    display: table;
    text-align: center;
    width: 100%;
    height: 50px;
  }

  .-IMXEVNT-heroimage__form__autocomplete__cell > footer > span {
    padding: 0 20px;
    display: table-cell;
    vertical-align: middle;
    font-weight: 700;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-search-autocomplete-footer, 16px);
    font-family: var(--font-text);
  }

  .-IMXEVNT-heroimage__form__autocomplete__cell:last-of-type:not(:first-of-type) > footer > span {
    background: rgba(255, 255, 255, 0.1);
  }
}

/* the actual link list */
@media all {
  .-IMXEVNT-heroimage__form__autocomplete__cell ul {
    margin: 0;
    padding: 5px 0;
    list-style: none;
    width: 100%;
  }

  .-IMXEVNT-heroimage__form__autocomplete__cell ul > li > a {
    display: block;
    padding: 10px 20px;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-search-autocomplete-value, 16px);
    font-family: var(--font-text);
    text-decoration: none;
  }

  .-IMXEVNT-heroimage__form__autocomplete__cell ul > li:hover > a {
    background: rgba(255, 255, 255, 0.5);
  }

  .-IMXEVNT-heroimage__form__autocomplete__cell ul > li > a > [class^="icon-"],
  .-IMXEVNT-heroimage__form__autocomplete__cell ul > li > a > [class*=" icon-"] {
    vertical-align: middle;
  }

  .-IMXEVNT-contentForm__inputGroup.routingSearchFormButton {
    float: right;
  }
}

@media screen {
  #-IMXEVNT-main.-IMXEVNT-main--large #-IMXEVNT-heroimage__form fieldset > [type='checkbox'].-IMXEVNT-contentForm__defaultCollapsed ~ legend > label span.arrowIcon::before,
  #-IMXEVNT-main.-IMXEVNT-main--normal #-IMXEVNT-heroimage__form fieldset > [type='checkbox'].-IMXEVNT-contentForm__defaultCollapsed ~ legend > label span.arrowIcon::before,
  #-IMXEVNT-main.-IMXEVNT-main--medium #-IMXEVNT-heroimage__form fieldset > [type='checkbox'].-IMXEVNT-contentForm__defaultCollapsed ~ legend > label span.arrowIcon::before,
  #-IMXEVNT-main.-IMXEVNT-main--small #-IMXEVNT-heroimage__form fieldset > [type='checkbox'].-IMXEVNT-contentForm__defaultCollapsed ~ legend > label span.arrowIcon::before,
  #-IMXEVNT-main.-IMXEVNT-main--tiny #-IMXEVNT-heroimage__form fieldset > [type='checkbox'].-IMXEVNT-contentForm__defaultCollapsed ~ legend > label span.arrowIcon::before {
    content: '\e613';
    position: absolute;
    left: 25px;
    top: -15px;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large #-IMXEVNT-heroimage__form fieldset > [type='checkbox'].-IMXEVNT-contentForm__defaultCollapsed:checked ~ legend > label span.arrowIcon::before,
  #-IMXEVNT-main.-IMXEVNT-main--normal #-IMXEVNT-heroimage__form fieldset > [type='checkbox'].-IMXEVNT-contentForm__defaultCollapsed:checked ~ legend > label span.arrowIcon::before,
  #-IMXEVNT-main.-IMXEVNT-main--medium #-IMXEVNT-heroimage__form fieldset > [type='checkbox'].-IMXEVNT-contentForm__defaultCollapsed:checked ~ legend > label span.arrowIcon::before,
  #-IMXEVNT-main.-IMXEVNT-main--small #-IMXEVNT-heroimage__form fieldset > [type='checkbox'].-IMXEVNT-contentForm__defaultCollapsed:checked ~ legend > label span.arrowIcon::before,
  #-IMXEVNT-main.-IMXEVNT-main--tiny #-IMXEVNT-heroimage__form fieldset > [type='checkbox'].-IMXEVNT-contentForm__defaultCollapsed:checked ~ legend > label span.arrowIcon::before {
    content: '\e614';
    position: absolute;
    left: 25px;
    top: -15px;
  }

  #reportError_message .fullwidth {
    width: 100%;
  }

  .complaintCheckbox {
    cursor: pointer;
  }
}

@media screen and (max-width: 929px) {
  #-IMXEVNT-main.-IMXEVNT-main--large #-IMXEVNT-heroimage__form fieldset > [type='checkbox'] ~ legend > label span.arrowIcon::before,
  #-IMXEVNT-main.-IMXEVNT-main--normal #-IMXEVNT-heroimage__form fieldset > [type='checkbox'] ~ legend > label span.arrowIcon::before,
  #-IMXEVNT-main.-IMXEVNT-main--medium #-IMXEVNT-heroimage__form fieldset > [type='checkbox'] ~ legend > label span.arrowIcon::before,
  #-IMXEVNT-main.-IMXEVNT-main--small #-IMXEVNT-heroimage__form fieldset > [type='checkbox'] ~ legend > label span.arrowIcon::before,
  #-IMXEVNT-main.-IMXEVNT-main--tiny #-IMXEVNT-heroimage__form fieldset > [type='checkbox'] ~ legend > label span.arrowIcon::before {
    content: '\e613';
    position: absolute;
    left: 25px;
    top: -15px;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large #-IMXEVNT-heroimage__form fieldset > [type='checkbox']:checked ~ legend > label span.arrowIcon::before,
  #-IMXEVNT-main.-IMXEVNT-main--normal #-IMXEVNT-heroimage__form fieldset > [type='checkbox']:checked ~ legend > label span.arrowIcon::before,
  #-IMXEVNT-main.-IMXEVNT-main--medium #-IMXEVNT-heroimage__form fieldset > [type='checkbox']:checked ~ legend > label span.arrowIcon::before,
  #-IMXEVNT-main.-IMXEVNT-main--small #-IMXEVNT-heroimage__form fieldset > [type='checkbox']:checked ~ legend > label span.arrowIcon::before,
  #-IMXEVNT-main.-IMXEVNT-main--tiny #-IMXEVNT-heroimage__form fieldset > [type='checkbox']:checked ~ legend > label span.arrowIcon::before {
    content: '\e614';
    position: absolute;
    left: 25px;
    top: -15px;
  }
}

@media screen {
  .-IMXEVNT-contentForm__fieldsetHelper [type='checkbox'].-IMXEVNT-contentForm__defaultCollapsed ~ legend label span.arrowIcon {
    font: 400 normal 50px/100px 'icomoon';
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
  }

  .captchaWrapper {
    padding: 0;
    margin: 0;
    left: -40px;
    position: relative;
  }
}

@media screen and (max-width: 930px) {
  .-IMXEVNT-contentForm__fieldsetHelper legend label span.arrowIcon {
    font: 400 normal 50px/100px 'icomoon';
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 1599px) {
  .-IMXEVNT-heroimage__upper__button {
    background-color: #fff;
  }
}

.-IMXEVNT-contentForm__subheadline {
  width: 100%;
}

.-IMXEVNT-contentForm__routingChoices {
  display: flex;
  flex-flow: row wrap;
  white-space: nowrap;
}

/**
 * whlportal
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2021 infomax websolutions GmbH
 * @link       https://www.infomax-online.de
 * @author     Florian Müller <mueller@infomax-it.de>
 * @since      14.04.21
 */

.-IMXEVNT-contentForm .-IMXEVNT-contentForm__tokenInputField {
  -moz-box-sizing: border-box;
  -webkit-border-radius: 3px;
  -webkit-box-sizing: border-box;
  background-color: #fff;
  border-radius: 3px;
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: 100%;
  overflow: hidden;
  height: 5em;
  position: relative;
}

.-IMXEVNT-contentForm .-IMXEVNT-contentForm__tokenInputField .hide {
  display: none;
}

.-IMXEVNT-contentForm .-IMXEVNT-contentForm__tokenInputField .-IMXEVNT-contentForm__tokenInputField__content {
  display: flex;
  flex-flow: row nowrap;
  font-size: 2em;
  line-height: 1.5em;
  justify-content: flex-start;
  height: 2.5em;
  border-radius: 3px;
  align-items: center;
  padding: 0 5rem 0 0;
  background-color: #fff;
  position: absolute;
  z-index: 102;
}

.-IMXEVNT-contentForm .-IMXEVNT-contentForm__tokenInputField.-IMXEVNT-contentForm__tokenInputField--expanded {
  position: static;
}

.-IMXEVNT-contentForm .-IMXEVNT-contentForm__tokenInputField.-IMXEVNT-contentForm__tokenInputField--expanded .-IMXEVNT-contentForm__tokenInputField__content {
  flex-flow: row wrap;
  height: auto;
  max-height: 120px;
  overflow-y: auto;
  z-index: 103;
}

.-IMXEVNT-contentForm .-IMXEVNT-contentForm__tokenInputField label.icon {
  background: #fff;
  z-index: 104;
}

.-IMXEVNT-contentForm .-IMXEVNT-contentForm__tokenInputField label.icon ~ input[type='text'],
.-IMXEVNT-contentForm .-IMXEVNT-contentForm__tokenInputField input {
  width: auto;
  outline: 0;
  padding-right: 0;
}

.-IMXEVNT-contentForm .-IMXEVNT-contentForm__tokenInputField .-IMXEVNT-deselector + input::placeholder {
  color: transparent;
}

.-IMXEVNT-contentForm .-IMXEVNT-deselector {
  cursor: pointer;
  color: var(--cd-text);
  background-color: var(--cd-alternative-background);
  border-radius: 2px;
  margin: 0.4em 0 0.4em 0.5em;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
  max-width: calc(100% - 8px);
  border: var(--elements-border, 0);
  box-sizing: border-box;
  line-height: 1;
  font-weight: 400;
  font-variant: normal;
  font-style: normal;
  font-size: var(--font-size-search-tokenInput, 12px);
  font-family: var(--font-text);
}

.-IMXEVNT-contentForm .-IMXEVNT-deselector.-IMXEVNT-deselector--highlight {
  animation-name: -IMXEVNT-deselector--highlight;
  animation-duration: 1s;
}

@keyframes -IMXEVNT-deselector--highlight {
  from {
    border-color: var(--cd-background);
  }

  to {
    border-color: var(--cd-alternative-background);
  }
}

.-IMXEVNT-contentForm .-IMXEVNT-deselector__tokenContent {
  display: inline-block;
  pointer-events: none;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 4px 5px;
  vertical-align: middle;
}

.-IMXEVNT-contentForm .-IMXEVNT-deselector__closer {
  font-size: 0.85em;
  padding: 1rem 5px 1rem 2px;
  vertical-align: middle;
}

.-IMXEVNT-contentForm .-IMXEVNT-contentForm__tokenInputField label.icon,
.-IMXEVNT-contentForm .-IMXEVNT-contentForm__tokenInputField input[type='text'] {
  font-size: 1em;
}

.-IMXEVNT-contentForm .-IMXEVNT-contentForm__tokenInputField label.icon {
  height: 5em;
  width: 5em;
}

.-IMXEVNT-contentForm .-IMXEVNT-contentForm__tokenInputField label.icon > [class*='icon'] {
  font-size: 2.5em;
}

/* radio */
@media all {
  .-IMXEVNT-contentForm [type='radio'] {
    position: absolute;
    opacity: 0;
  }

  .-IMXEVNT-contentForm [type='radio'] + label {
    line-height: 1.5em;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-contentForm-label, 16px);
    font-family: var(--font-text);
    display: block;
    margin-left: 28px;
  }

  #-IMXEVNT-aside-routing .-IMXEVNT-contentForm [type='radio'] + label::before {
    background-color: var(--cd-background-contentForm-label);
    color: var(--cd-color-contentForm-label);
    border: 1px solid var(--cd-color-border-contentForm-label);
    font: 600 normal 0.7em 'icomoon';
    margin-top: 1px;
    border-radius: 3px;
  }

  .-IMXEVNT-contentForm [type='radio'] + label::before {
    background-color: var(--cd-background);
    color: var(--cd-colorOnBackground);
    content: '';
    font: 400 normal 0.5em 'icomoon';
    text-align: center;
    width: 2em;
    height: 1.5em;
    margin-right: 0.8em;
    padding-top: 0.5em;
    float: left;
    margin-top: 4px;
    margin-left: -2.8em;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }

  .-IMXEVNT-contentForm [type='radio']:checked + label::before {
    content: '\e60a';
  }

  #-IMXEVNT-searchForm .-IMXEVNT-searchForm_footerCols1 {
    width: 33.333333333%;
  }

  #-IMXEVNT-searchForm .-IMXEVNT-searchForm_footerCols2 {
    width: 66.666666666%;
  }

  html:not(.smil) .-IMXEVNT-main--large#-IMXEVNT-main .-IMXEVNT-articleMap__mapContainer,
  html:not(.smil) .-IMXEVNT-main--normal#-IMXEVNT-main .-IMXEVNT-articleMap__mapContainer {
    position: relative !important;
  }

  #-IMXEVNT-main.-IMXEVNT-main--small #-IMXEVNT-searchForm .-IMXEVNT-searchForm_footerCols1,
  #-IMXEVNT-main.-IMXEVNT-main--small #-IMXEVNT-searchForm .-IMXEVNT-searchForm_footerCols2,
  #-IMXEVNT-main.-IMXEVNT-main--medium #-IMXEVNT-searchForm .-IMXEVNT-searchForm_footerCols1,
  #-IMXEVNT-main.-IMXEVNT-main--medium #-IMXEVNT-searchForm .-IMXEVNT-searchForm_footerCols2 {
    width: 100%;
  }

  #-IMXEVNT-main.-IMXEVNT-main--large .-IMXEVNT-article,
  #-IMXEVNT-main.-IMXEVNT-main--normal .-IMXEVNT-article {
    min-height: 750px;
    height: 100%;
  }

  .-IMXEVNT-articleTextWithoutHeader #-IMXEVNT-articleTools {
    top: 0;
    bottom: inherit;
    z-index: 1;
  }

  #-IMXEVNT-contentOverlay {
    text-align: left;
    font-size: 0.65em;
    padding-left: 10px;
  }

  #-IMXEVNT-contentOverlay .-IMXEVENT-pageTools {
    list-style-type: none;
    padding: 0;
  }

  #-IMXEVNT-contentOverlay fieldset {
    border: none;
    margin: 0;
    padding: 0;
  }

  #-IMXEVNT-contentOverlay fieldset .formRow {
    float: left;
    width: 100%;
    margin: 20px 0;
  }

  #-IMXEVNT-contentOverlay fieldset .formRow label {
    line-height: 1em;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-overlay-form-input);
    font-family: var(--font-text);
    margin: 0 0 20px 0;
  }

  #-IMXEVNT-contentOverlay #formOverlay .formRow .fullwidth {
    width: 92%;
  }

  #-IMXEVNT-contentOverlay fieldset .formRow input,
  #-IMXEVNT-contentOverlay fieldset .formRow select,
  #-IMXEVNT-contentOverlay fieldset .formRow textarea {
    padding: 10px 10px;
    border-radius: 3px;
    line-height: 1em;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-overlay-form-input);
    font-family: var(--font-text);
    box-sizing: border-box;
    border: 1px solid #4179a1;
  }

  #-IMXEVNT-contentOverlay fieldset .formRow input,
  #-IMXEVNT-contentOverlay fieldset .formRow select {
    height: 50px;
  }

  #-IMXEVNT-contentOverlay fieldset .formRow textarea {
    height: 120px;
  }

  #-IMXEVNT-contentOverlay fieldset .formRow input,
  #-IMXEVNT-contentOverlay fieldset .formRow select,
  #-IMXEVNT-contentOverlay fieldset .formRow textarea {
    width: 44%;
    margin-right: 4%;
  }

  #-IMXEVNT-contentOverlay fieldset .formRow input[type="file"] {
    border: none;
  }

  #-IMXEVNT-contentOverlay fieldset .formRow input[type="checkbox"] {
    width: 20px;
    position: relative;
    top: 16px;
    margin: 0 15px 0 0;
  }

  #-IMXEVNT-contentOverlay fieldset .formRow input.twocol,
  #-IMXEVNT-contentOverlay fieldset .formRow select.twocol,
  #-IMXEVNT-contentOverlay fieldset .formRow textarea.twocol {
    width: 92%;
  }

  #-IMXEVNT-contentOverlay .hide {
    display: none;
  }

  #-IMXEVNT-contentOverlay .button {
    line-height: 15px;
    font-weight: 500;
    font-variant: normal;
    font-style: normal;
    font-size: var(--font-size-button, 14px);
    font-family: var(--font-text);
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    border: none;
    border-radius: var(--button-border-raidus, 5px);
    background: var(--button-background);
    color: var(--button-color);
  }

  .fancybox-skin {
    background: #fff;
  }

  a.-IMXEVNT-collect {
    transition: all 0.1s ease;
  }

  .-IMXEVNT-offCanvasArea__article h2 a {
    text-decoration: none;
  }

  .-IMXEVNT-offCanvasArea__article h2 a:hover {
    text-decoration: underline;
  }
}

.viralBanner {
  font: 400 normal 2em/1.25 var(--font-text);
  color: #333;
}
