@charset "UTF-8";
/*!-----------------------------------------------------------------------------
   Master Stylesheet.

   Project:       {{ description }} ({{ name }})
   Version:       1.0
   Author:        visions.ch GmbH
   URL:           {{ homepage }}
   -------------------------------------------------------------------------- */
/*
---
name: Meta
category: meta
sourcePath:
---

The meta folder/category holds files which only have functions, mixins,
variables and other definitions which do *not* compile to CSS.
*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

ul {
  margin: 0;
  padding: 0;
}

li::marker {
  color: #C10015 !important;
  margin-left: 20px !important;
}

button:focus:not(:focus-visible) {
  outline: none;
}

input:focus:not(:focus-visible) {
  outline: none;
}

textarea:focus:not(:focus-visible) {
  outline: none;
}

/*
---
name: Vendor
category: vendor
sourcePath:
---

All stylings for third-party plugins or internally developed components that
work independently.
*/
.navburger-container {
  /* Fixed padding */
}
.navburger-container.-nbfixed {
  padding-top: 54px;
}
.navburger-container .navburger {
  /* Fixed */
  /* First Level */
  /* Open-Close Toggler */
}
.navburger-container .navburger {
  position: relative;
  display: block;
  z-index: 100;
  height: 54px;
  width: 100%;
  top: 0;
  background-color: #bababa;
}
.navburger-container .navburger.-fixed {
  position: fixed;
}
.navburger-container .navburger ul {
  position: relative;
  display: none;
  top: 54px;
  background-color: #a0a0a0;
}
.navburger-container .navburger ul li {
  /* Second Level */
}
.navburger-container .navburger ul li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #FFF;
}
.navburger-container .navburger ul li a {
  display: block;
  padding: 10px;
  color: #FFF;
  text-decoration: none;
}
.navburger-container .navburger ul li .subtoggler {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #FFF;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.navburger-container .navburger ul li .subtoggler img {
  width: 20px;
  height: 20px;
}
.navburger-container .navburger ul li ul {
  top: 0;
}
.navburger-container .navburger ul li ul li {
  /* Third Level */
}
.navburger-container .navburger ul li ul li {
  border-bottom: 0;
  border-top: 1px solid #FFF;
}
.navburger-container .navburger ul li ul li a {
  padding-left: 25px;
}
.navburger-container .navburger ul li ul li ul li {
  border-bottom: 0;
  border-top: 1px solid #FFF;
}
.navburger-container .navburger ul li ul li ul li a {
  padding-left: 40px;
}
.navburger-container .navburger .toggler {
  position: absolute;
  width: 35px;
  height: 30px;
  top: 12px;
  right: 12px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.navburger-container .navburger .toggler.open span:nth-child(1), .navburger-container .navburger .toggler.open span:nth-child(4) {
  top: 12px;
  width: 0;
  left: 50%;
}
.navburger-container .navburger .toggler.open span:nth-child(2) {
  transform: rotate(45deg);
}
.navburger-container .navburger .toggler.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.navburger-container .navburger .toggler span {
  position: absolute;
  display: block;
  height: 6px;
  width: 100%;
  background: #FFF;
  border-radius: 0;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.navburger-container .navburger .toggler span:nth-child(1) {
  top: 0;
}
.navburger-container .navburger .toggler span:nth-child(2), .navburger-container .navburger .toggler span:nth-child(3) {
  top: 12px;
}
.navburger-container .navburger .toggler span:nth-child(4) {
  top: 24px;
}
.navburger-container .navburger .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  min-width: 240px;
  height: 100%;
  padding: 5px;
}
.navburger-container .navburger .logo:hover {
  text-decoration: none;
}
.navburger-container .navburger .logo p {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

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

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

.mfp-figure figure {
  margin: 0;
}

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
     * Remove all paddings around the image on small screen
     */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

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

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

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.googlemap #gmap {
  height: 500px;
}
.googlemap .marker {
  display: none;
}

.grid .grid-item {
  width: 25%;
}
.grid .grid-item-width2 {
  width: 50%;
}
.grid .grid-item img,
.grid .grid-item-width2 img {
  display: block;
  max-width: 100%;
}

.grid.element-list .grid-item {
  width: 100%;
  background-color: white;
  border-bottom: 1px solid black;
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.accordion .entry {
  margin-bottom: 3px;
}
.accordion .entry .title {
  transition: all ease 500ms;
  background-color: grey;
  padding: 5px;
  cursor: pointer;
}
.accordion .entry .text {
  display: none;
  border: 1px solid grey;
  padding: 5px;
}
.accordion .entry.active .title {
  background-color: #333;
  color: white;
}

/* Responsive Table */
table.vis-table {
  width: 100%;
}
table.vis-table tr {
  border: 1px solid #808080;
}
table.vis-table td,
table.vis-table th {
  padding: 5px;
}

@media screen and (max-width: 650px) {
  table.vis-table tr {
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: block;
  }
  table.vis-table tr:first-child {
    display: none;
  }
  table.vis-table th {
    display: none;
  }
  table.vis-table td {
    display: block;
  }
  table.vis-table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 50%;
    display: inline-block;
  }
}
/* 16:10 Video */
.video-embed {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 62.5%;
}
.video-embed iframe {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/*
---
name: Shared
category: shared
sourcePath:
---

Before creating components you most likely will have styles that are too
generic in order to fit into a component or possibly will even be used by all
of the components you create.

This for example could be generic typographic definitions, debugging styles or
basic print styles.
*/
.-cmain {
  color: #C10015;
}

.-cblack {
  color: #000;
}

.-cgrey {
  color: #808080;
}

.-cwhite {
  color: #FFF;
}

.-cdarkbluegrey {
  color: #1c2931;
}

.-cdarkblue {
  color: #1a3093;
}

.-clightgrey {
  color: #E0E0E0;
}

.-clightgrey-text {
  color: #666666;
}

.-cdarkgrey {
  color: #222222;
}

.-cwhitegrey {
  color: #dddd;
}

.-cdarklightgrey {
  color: #898585;
}

.-cred {
  color: #FF0000;
}

.-cyellow {
  color: #ffc000;
}

.-cgrey2 {
  color: #555;
}

.-clightgrey2 {
  color: #efefef;
}

.-cdarkred {
  color: #950912;
}

.-cneongreen {
  color: #42b574;
}

.-bgmain {
  background-color: #C10015;
}

.-bgblack {
  background-color: #000;
}

.-bggrey {
  background-color: #808080;
}

.-bgwhite {
  background-color: #FFF;
}

.-bgdarkbluegrey {
  background-color: #1c2931;
}

.-bgdarkblue {
  background-color: #1a3093;
}

.-bglightgrey {
  background-color: #E0E0E0;
}

.-bglightgrey-text {
  background-color: #666666;
}

.-bgdarkgrey {
  background-color: #222222;
}

.-bgwhitegrey {
  background-color: #dddd;
}

.-bgdarklightgrey {
  background-color: #898585;
}

.-bgred {
  background-color: #FF0000;
}

.-bgyellow {
  background-color: #ffc000;
}

.-bggrey2 {
  background-color: #555;
}

.-bglightgrey2 {
  background-color: #efefef;
}

.-bgdarkred {
  background-color: #950912;
}

.-bgneongreen {
  background-color: #42b574;
}

body,
html {
  font-family: "Open Sans", Montserrat;
  font-size: 1em;
}

a {
  color: #000;
}
a:focus, a:hover {
  color: #8e000f;
}

img {
  max-width: 100%;
}
img.seoimage {
  display: none;
}

@font-face {
  font-family: "Montserrat";
  src: url("/template/fonts/Montserrat/Montserrat-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  src: url("/template/fonts/Montserrat/Montserrat-Italic.ttf") format("truetype");
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("/template/fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "Montserrat";
  src: url("/template/fonts/Montserrat/Montserrat-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
h1 {
  color: #C10015;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 15px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}

body, html {
  font-family: "Montserrat", sans-serif !important;
}

h1 {
  font-weight: bold;
  font-size: 2.5em;
  margin-top: 0;
}

h2 {
  font-weight: bold;
  font-size: 2em;
  display: inline;
}

h4 {
  font-weight: bold;
  font-size: 1.5em;
}

blockquote {
  color: lightgray;
}

._margin-top-0 {
  margin-top: 0rem !important;
}

._margin-bottom-0 {
  margin-bottom: 0rem !important;
}

._padding-top-0 {
  padding-top: 0rem !important;
}

._padding-bottom-0 {
  padding-bottom: 0rem !important;
}

._margin-top-0\.5 {
  margin-top: 0.5rem !important;
}

._margin-bottom-0\.5 {
  margin-bottom: 0.5rem !important;
}

._padding-top-0\.5 {
  padding-top: 0.5rem !important;
}

._padding-bottom-0\.5 {
  padding-bottom: 0.5rem !important;
}

._margin-top-1 {
  margin-top: 1rem !important;
}

._margin-bottom-1 {
  margin-bottom: 1rem !important;
}

._padding-top-1 {
  padding-top: 1rem !important;
}

._padding-bottom-1 {
  padding-bottom: 1rem !important;
}

._margin-top-1\.5 {
  margin-top: 1.5rem !important;
}

._margin-bottom-1\.5 {
  margin-bottom: 1.5rem !important;
}

._padding-top-1\.5 {
  padding-top: 1.5rem !important;
}

._padding-bottom-1\.5 {
  padding-bottom: 1.5rem !important;
}

._margin-top-2 {
  margin-top: 2rem !important;
}

._margin-bottom-2 {
  margin-bottom: 2rem !important;
}

._padding-top-2 {
  padding-top: 2rem !important;
}

._padding-bottom-2 {
  padding-bottom: 2rem !important;
}

._margin-top-2\.5 {
  margin-top: 2.5rem !important;
}

._margin-bottom-2\.5 {
  margin-bottom: 2.5rem !important;
}

._padding-top-2\.5 {
  padding-top: 2.5rem !important;
}

._padding-bottom-2\.5 {
  padding-bottom: 2.5rem !important;
}

._margin-top-3 {
  margin-top: 3rem !important;
}

._margin-bottom-3 {
  margin-bottom: 3rem !important;
}

._padding-top-3 {
  padding-top: 3rem !important;
}

._padding-bottom-3 {
  padding-bottom: 3rem !important;
}

._margin-top-4 {
  margin-top: 4rem !important;
}

._margin-bottom-4 {
  margin-bottom: 4rem !important;
}

._padding-top-4 {
  padding-top: 4rem !important;
}

._padding-bottom-4 {
  padding-bottom: 4rem !important;
}

._margin-top-5 {
  margin-top: 5rem !important;
}

._margin-bottom-5 {
  margin-bottom: 5rem !important;
}

._padding-top-5 {
  padding-top: 5rem !important;
}

._padding-bottom-5 {
  padding-bottom: 5rem !important;
}

._margin-top-6 {
  margin-top: 6rem !important;
}

._margin-bottom-6 {
  margin-bottom: 6rem !important;
}

._padding-top-6 {
  padding-top: 6rem !important;
}

._padding-bottom-6 {
  padding-bottom: 6rem !important;
}

._text-capitalize {
  text-transform: capitalize !important;
}

._text-center {
  text-align: center !important;
}

._text-larger {
  font-size: 125% !important;
}

._text-preformatted {
  white-space: pre !important;
}

._text-smaller {
  font-size: 75% !important;
}

._text-strong {
  font-weight: bold;
}

._text-italic {
  font-style: italic;
}

._text-undecorated {
  text-decoration: none !important;
}

._text-uppercase {
  text-transform: uppercase !important;
}

._text-width {
  max-width: 70ch !important;
}

._text-truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

._speechonly {
  display: block;
  font-size: 0;
  line-height: 0;
}

._overflow-hidden {
  overflow: hidden !important;
}

._display-block {
  display: block !important;
}

._display-flex {
  display: flex !important;
}

._flex-column {
  flex-direction: column !important;
}

._hidden {
  display: none;
}

/*
---
name: Components
category: components
sourcePath:
---

Components ideally are pieces of CSS that are independent, detached,
context unaware and as tiny as possible. A component may also be a composition
of other components.
*/
/*
$sidebar-width: 60px;
$sidebar-toggle-height: 2.5lh;
$header-margin: 0.5lh;
$header-height: $sidebar-toggle-height;
$header-logo-height: $header-height - ($header-margin * 2);
$header-search-height: 1.25lh;
*/
body {
  font-family: "Montserrat", sans-serif !important;
  background-position: top center;
  background-repeat: no-repeat;
  font-size: 15px;
  line-height: 1.6;
  color: #434345;
}

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

.sprung {
  visibility: hidden;
  height: 0px !important;
  position: absolute;
  margin: -180px;
}

p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

body, html {
  font-size: 15px;
}

main .row {
  padding-bottom: 20px;
}
main li::marker {
  color: #C10015 !important;
}
main li {
  margin-left: 19px;
}

.margin-left {
  margin-left: 2px;
}

.i4ewOd-pzNkMb-haAclf {
  display: none !important;
}

.wrappor {
  margin-left: 60px;
}

.blacktext a {
  text-decoration: none;
  font-weight: bold;
  color: #808080;
}

.blacktext {
  text-align: center;
}

.zentriert {
  text-align: center;
}

.wrapper {
  margin-top: 180px;
}

.heading.normal {
  color: #000;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .col-md-4 {
    padding-top: 20px;
  }
}
.m-gallery {
  padding-left: 10px;
  padding-right: 10px;
}
.m-gallery .col-lg-4 {
  padding-left: 5px;
  padding-right: 5px;
}
.m-gallery .col-6 {
  padding-left: 5px;
  padding-right: 5px;
}
.m-gallery .col-md-6 {
  padding-left: 5px;
  padding-right: 5px;
}

/*
 *
 * scss
 *
 */
.cookieInfo {
  position: fixed;
  z-index: 50;
  left: 0;
  bottom: 0;
  width: calc(100%);
  background-color: #808080;
  color: #FFF;
  opacity: 0.9;
  padding: 25px 60px;
  text-align: center;
}
.cookieInfo .acceptcookies {
  font-family: Montserrat;
  display: block;
  background-color: transparent;
  color: #FFF;
  border: 1px solid #FFF;
  padding: 5px 35px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 20px auto 0;
}

@media (max-width: 992px) {
  .cookieInfo {
    padding: 20px;
  }
}
header {
  height: 170px;
  background-color: white;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 15;
}

header .logo {
  margin-top: 20px;
  float: left;
  margin-left: -7px;
}
header .logo a:hover {
  text-decoration: none;
  color: #000;
}
header .logo a p {
  font-size: 35px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

header .nav {
  margin-top: 40px;
}

.carousel-cell.is-selected img {
  transform: none !important;
}

.carousel-flickity {
  margin-top: 170px;
}

@media (max-width: 1023px) {
  .carousel-flickity {
    margin-top: 0;
  }
}
@media (max-width: 1200px) {
  .carousel-flickity {
    margin-top: 0;
  }
}
.page-footer {
  margin-top: 50px;
}
.page-footer .-bggrey {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #E0E0E0;
}
.page-footer li {
  list-style: none;
}
.page-footer li a {
  font-weight: normal;
  font-size: 14px;
}
.page-footer a {
  font-weight: bold;
  font-size: 15px;
  margin-top: 10px;
  color: black;
  text-decoration: none;
}
.page-footer hr {
  border: 1px solid #FFF;
  margin-top: 1px;
  margin-bottom: 4px;
}
.page-footer .title {
  font-size: 20px;
  color: #222222;
  padding-bottom: 10px;
}
.page-footer .title:hover {
  color: black;
}

@media (max-width: 991px) {
  .page-footer {
    position: relative;
    z-index: 1;
  }
  .page-footer img {
    margin-top: 20px;
  }
}
.page-metafooter {
  text-align: center;
  color: #FFF;
  overflow: hidden;
  height: 160px;
}
.page-metafooter .-bgdarkgrey {
  padding-top: 28px;
  height: 160px;
}
.page-metafooter .row {
  height: 60px;
}
.page-metafooter .row .col {
  height: inherit;
}
.page-metafooter h6 {
  font-size: 14px;
}
.page-metafooter a {
  color: white;
  text-decoration: none;
}
.page-metafooter .text h6 {
  padding-top: 55px;
  float: left;
  color: #FFF;
  font-size: 12px;
}
.page-metafooter .text h6 a {
  text-decoration: none;
  color: inherit;
}
.page-metafooter .fb-iframe iframe {
  width: 100%;
}

.footer-img-mt {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .page-metafooter .footerImg {
    display: block;
  }
  .page-metafooter .row {
    height: 200px;
  }
  .page-metafooter .row .fb-iframe {
    padding-right: 0;
  }
  .page-metafooter .text h6 {
    padding-top: 0;
  }
}
.carousel-vis.-default {
  position: relative;
  height: 500px;
  width: calc(100%);
  max-width: calc(100%);
  margin: 0 -15px;
  overflow: hidden;
  margin-top: 198px;
}
.carousel-vis.-default .item {
  position: absolute;
  overflow: hidden;
  display: block;
  z-index: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all ease 500ms;
}
.carousel-vis.-default .item img {
  max-width: none;
}
.carousel-vis.-default .item .image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.carousel-vis.-default .item .image.scaleheight {
  height: 100%;
  width: auto;
}
.carousel-vis.-default .item .caption {
  position: absolute;
  left: 0;
  z-index: 15;
  min-width: 60%;
  max-width: 60%;
  padding-left: 13px;
  top: 358px;
  width: auto;
  font-size: 30px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.carousel-vis.-default .item .caption h1,
.carousel-vis.-default .item .caption h3 {
  font-weight: bold;
  font-size: 2rem;
  line-height: 3rem;
  padding-bottom: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
.carousel-vis.-default .item .caption p {
  margin-top: 0px;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #222222;
}
.carousel-vis.-default .item a.btn {
  position: absolute;
  bottom: 30px;
  right: 30px;
  padding: 0.375rem 3rem;
}
.carousel-vis.-default .item.nextanimateIn {
  animation-name: nextanimateIn;
  animation-duration: 500ms;
}
.carousel-vis.-default .item.nextanimateOut {
  animation-name: nextanimateOut;
  animation-duration: 500ms;
}
@keyframes nextanimateIn {
  from {
    left: 100%;
    right: initial;
  }
  to {
    left: 0;
  }
}
@keyframes nextanimateOut {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}
.carousel-vis.-default .item.prevanimateIn {
  animation-name: prevanimateIn;
  animation-duration: 500ms;
}
.carousel-vis.-default .item.prevanimateOut {
  animation-name: prevanimateOut;
  animation-duration: 500ms;
}
@keyframes prevanimateIn {
  from {
    right: 100%;
    left: initial;
  }
  to {
    right: 0;
  }
}
@keyframes prevanimateOut {
  from {
    right: 0;
    left: initial;
  }
  to {
    right: -100%;
  }
}
.carousel-vis.-default .item.active {
  z-index: 10;
  right: 0;
}
.carousel-vis.-default .globaltitle {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 15;
  min-width: 40%;
  width: auto;
  max-width: 50%;
  padding: 20px 40px;
  font-size: 30px;
  background-color: #FFF;
  border-top: 10px solid rgba(255, 255, 255, 0.5);
  border-bottom: 10px solid rgba(255, 255, 255, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #000;
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 3rem;
  text-transform: uppercase;
}
.carousel-vis.-default .toggler {
  display: none;
  padding: 0;
  bottom: 20px;
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 11;
}
.carousel-vis.-default .toggler li {
  border: none;
  width: 13px;
  height: 13px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0;
  border-radius: 13px;
  margin-left: 20px;
  display: inline-block;
  cursor: pointer;
}
.carousel-vis.-default .toggler li.active {
  background-color: #fff;
}
.carousel-vis.-default .item-skip {
  display: none;
  position: absolute;
  bottom: 120px;
  font-size: 35px;
  z-index: 15;
  cursor: pointer;
}
.carousel-vis.-default .item-skip.next {
  right: 10px;
}
.carousel-vis.-default .item-skip.prev {
  left: 10px;
}

@media (max-width: 1800px) {
  .carousel-vis.-default {
    margin-top: 0px;
  }
  .carousel-vis.-default .item .caption {
    max-width: 75%;
  }
  .carousel-vis.-default .item .caption h1 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .carousel-vis.-default .item .caption h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media (max-width: 992px) {
  .carousel-vis.-default .item .caption {
    top: 200px;
  }
  .carousel-vis.-default .item .caption h1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .carousel-vis.-default .item .caption h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .carousel-vis.-default .item .caption p {
    font-size: 1rem;
    line-height: 1rem;
  }
}
@media (max-width: 992px) {
  .carousel-vis.-default {
    height: 300px;
  }
  .carousel-vis.-default .item .caption {
    max-width: 99%;
    top: 190px;
  }
  .carousel-vis.-default .globaltitle {
    max-width: 75%;
    font-size: 2.25rem;
  }
}
@media (max-width: 768px) {
  .carousel-vis.-default .toggler {
    bottom: 10px;
  }
  .carousel-vis.-default .globaltitle {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .carousel-vis.-default {
    margin-top: 0px;
  }
  .carousel-vis.-default .toggler {
    bottom: 10px;
  }
  .carousel-vis.-default .item .caption {
    top: 190px;
  }
  .carousel-vis.-default .item .caption {
    padding-left: 30px;
    max-width: 100%;
  }
  .carousel-vis.-default .item .caption h1,
.carousel-vis.-default .item .caption h3 {
    font-size: 1.2rem;
  }
  .carousel-vis.-default .item .caption p {
    font-size: 1rem;
  }
  .carousel-vis.-default .globaltitle {
    font-size: 1.5rem;
    padding-left: 10px;
    max-width: 85%;
  }
}
.news-slider .item-overlay {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 25px;
  width: 400px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.95);
}
.news-slider .item-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  width: 25px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.news-slider .item-overlay .slide-counter {
  margin-top: 10px;
  font-size: 14px;
}
.news-slider .item-overlay .overlay-content {
  max-width: 100%;
  margin-bottom: 100px;
}
.news-slider .item-overlay .overlay-content .description {
  word-break: break-word;
}

.carousel-owl .owl-carousel {
  height: 480px;
  width: 95%;
  margin: 0 auto;
}
.carousel-owl .owl-carousel .owl-stage-outer {
  padding: 80px 0;
}
.carousel-owl .owl-carousel .owl-stage-outer .owl-item {
  margin-top: 30px;
  transition: all ease 200ms;
}
.carousel-owl .owl-carousel .owl-stage-outer .owl-item .link,
.carousel-owl .owl-carousel .owl-stage-outer .owl-item .text {
  display: none;
}
.carousel-owl .owl-carousel .owl-stage-outer .owl-item.active.center {
  z-index: 10 !important;
  margin-top: 30px;
}
.carousel-owl .owl-carousel .owl-stage-outer .owl-item.active.center img {
  transform: scale(2) !important;
  border: 4px solid #FFF;
  transition: all ease 200ms;
}
.carousel-owl .owl-carousel .owl-stage-outer .owl-item.active.center .text {
  display: block;
  margin-top: 110px;
  text-align: center;
  font-weight: bold;
}
.carousel-owl .owl-carousel .owl-stage-outer .owl-item.active ~ .active, .carousel-owl .owl-carousel .owl-stage-outer .owl-item.active ~ .active ~ .active ~ .active {
  margin-right: 0;
  z-index: 5;
}
.carousel-owl .owl-carousel .owl-stage-outer .owl-item.active ~ .active img, .carousel-owl .owl-carousel .owl-stage-outer .owl-item.active ~ .active ~ .active ~ .active img {
  transform: scale(1.3);
}
.carousel-owl .owl-carousel .owl-stage-outer .owl-item.active, .carousel-owl .owl-carousel .owl-stage-outer .owl-item.active ~ .active ~ .active ~ .active ~ .active {
  margin-left: 0;
  z-index: 1;
}
.carousel-owl .owl-carousel .owl-stage-outer .owl-item.active img, .carousel-owl .owl-carousel .owl-stage-outer .owl-item.active ~ .active ~ .active ~ .active ~ .active img {
  transform: scale(1.3);
}
.carousel-owl .owl-carousel .owl-nav.disabled {
  display: block;
}
.carousel-owl .owl-carousel .owl-nav .owl-next,
.carousel-owl .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: initial;
  top: 50%;
  transform: translate(0, -50%);
}
.carousel-owl .owl-carousel .owl-nav .owl-next img,
.carousel-owl .owl-carousel .owl-nav .owl-prev img {
  width: 40px;
  height: 40px;
}
.carousel-owl .owl-carousel .owl-nav .owl-prev {
  left: -70px;
}
.carousel-owl .owl-carousel .owl-nav .owl-next {
  right: -70px;
}
.carousel-owl .link {
  display: inline-block;
  position: absolute;
  bottom: -15px;
  right: -20px;
  z-index: 1;
}

@media (max-width: 768px) {
  .carousel-owl .owl-carousel {
    height: 550px;
  }
  .carousel-owl .owl-carousel .owl-nav .owl-next,
.carousel-owl .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: initial;
    top: 50%;
    transform: translate(0, -50%);
  }
  .carousel-owl .owl-carousel .owl-nav .owl-prev {
    left: -25px;
  }
  .carousel-owl .owl-carousel .owl-nav .owl-next {
    right: -25px;
  }
  .carousel-owl .link {
    right: 0;
  }
}
@media (max-width: 576px) {
  .carousel-owl .owl-carousel {
    height: 300px;
  }
  .carousel-owl .owl-carousel .owl-stage-outer {
    padding: 0;
  }
  .carousel-owl .owl-carousel .owl-nav .owl-next,
.carousel-owl .owl-carousel .owl-nav .owl-prev {
    transform: translate(0, -235%);
  }
}
.carousel-owl.-history .owl-carousel {
  height: 800px;
  width: 95%;
}
.carousel-owl.-history .owl-carousel .owl-stage-outer .owl-item.active.center .text {
  display: flex;
  width: 65vw;
  max-width: 1070px;
  padding-top: 20px;
  margin-left: -100%;
  font-weight: normal;
  color: #FFF;
  text-align: left;
}
.carousel-owl.-history .owl-carousel .owl-stage-outer .owl-item.active.center .text .year {
  color: #008AD2;
}
.carousel-owl.-history .owl-carousel .owl-stage-outer .owl-item.active.center .text .desc {
  margin-left: 30px;
}
.carousel-owl.-history .owl-carousel .owl-stage-outer .owl-item.cloned:last-child {
  display: none;
}
.carousel-owl.-history .owl-carousel .owl-nav.disabled {
  display: block;
}
.carousel-owl.-history .owl-carousel .owl-nav .owl-next,
.carousel-owl.-history .owl-carousel .owl-nav .owl-prev {
  top: 30%;
}

.history-range {
  position: relative;
  display: flex;
  justify-content: space-between;
  color: white;
  margin-bottom: 50px;
}
.history-range:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #008AD2;
  top: 13px;
  z-index: -1;
}
.history-range .history {
  width: 30px;
  height: 30px;
  background-color: #008AD2;
  border-radius: 50%;
  text-align: center;
  transition: all ease 300ms;
  cursor: pointer;
}
.history-range .history.-active {
  width: 70px;
  height: 70px;
  margin-top: -22px;
}
.history-range .history .year {
  margin-top: -30px;
}

@media (max-width: 768px) {
  .carousel-owl.-history .owl-carousel {
    min-height: 1050px;
    height: auto !important;
    width: 100%;
  }
  .carousel-owl.-history .owl-carousel .owl-stage-outer .owl-item.active .text {
    padding-top: 90px;
    display: flex !important;
    flex-direction: column;
    color: #FFF;
  }
  .carousel-owl.-history .owl-carousel .owl-stage-outer .owl-item.active .text .year {
    position: relative;
    text-align: center;
    color: #008AD2;
    font-size: 2.5rem;
  }
  .carousel-owl.-history .owl-carousel .owl-stage-outer .owl-item.active .text .year:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transition: translateY(-50%);
    height: 5px;
    width: 39%;
    background-color: #008AD2;
  }
  .carousel-owl.-history .owl-carousel .owl-stage-outer .owl-item.active .text .year:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transition: translateY(-50%);
    height: 5px;
    width: 39%;
    background-color: #008AD2;
  }
  .carousel-owl.-history .owl-carousel .owl-nav .owl-next,
.carousel-owl.-history .owl-carousel .owl-nav .owl-prev {
    top: 20%;
  }
  .carousel-owl.-history .owl-carousel .owl-nav .owl-next {
    right: -25px;
  }
  .carousel-owl.-history .owl-carousel .owl-nav .owl-prev {
    left: -25px;
  }

  .history-range {
    display: none;
  }
}
@media (max-width: 576px) {
  .carousel-owl.-history .owl-carousel {
    height: 1050px;
  }
  .carousel-owl.-history .owl-carousel .owl-stage-outer .owl-item.active .text .year:before {
    width: 28%;
  }
  .carousel-owl.-history .owl-carousel .owl-stage-outer .owl-item.active .text .year:after {
    width: 28%;
  }
}
.vorschau {
  border: 1px solid rgba(0, 0, 0, 0.13);
  background-color: rgba(179, 179, 179, 0.13);
  padding: 7px;
  box-sizing: border-box;
  overflow: hidden;
}
.vorschau .effect2 {
  height: 500px;
  margin: 6px;
  overflow: hidden;
  position: absolute;
  bottom: 0px;
  top: 0;
  left: 0;
  right: 0;
}
.vorschau .effect1 {
  height: 450px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}
.vorschau h3 {
  color: #C10015;
}
.vorschau h6 {
  color: #808080;
  font-size: 17px;
  margin-bottom: 0;
  margin-top: 11px;
}
.vorschau img {
  width: 100%;
}
.vorschau img:hover {
  transform: scale(1.05);
  transition: 0.2s ease-in-out;
}
.vorschau p {
  margin-top: 18px;
  margin-bottom: 18px;
}
.vorschau .text {
  margin-left: 5px;
}
.vorschau .row {
  margin-top: 5px;
}

@media (max-width: 1200px) {
  .effect1 {
    height: 380px !important;
  }
}
@media (max-width: 992px) {
  .effect1 {
    height: 270px !important;
  }
}
@media (max-width: 576px) {
  .effect1 {
    height: 270px !important;
  }
}
.form-contact select {
  display: block;
  padding: 0.6em 1.4em 0.5em 0.8em;
  width: 20em;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 0.5em;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082,0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}

.form-contact .form-control {
  display: block;
  width: 100%;
  height: 46px;
  padding: 9px 16px;
  color: #212121;
  background-color: transparent;
  background-image: none;
  border: 1px solid #d3dbe8;
  border-radius: 5px;
}
.form-contact label,
.form-contact p {
  color: #222222;
}
.form-contact .adressInfo {
  padding-left: 10px;
  padding-right: 10px;
}
.form-contact .adressInfo h5 {
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
}
.form-contact .adressInfo a {
  text-decoration: none;
  color: inherit;
}
.form-contact .adressInfo a:hover {
  color: #000;
}
.form-contact .adressInfo .adressTitle {
  position: relative;
}
.form-contact .adressInfo li {
  text-decoration: none;
  display: inline;
}
.form-contact .adressInfo p {
  font-size: 13px;
}
.form-contact .adressInfo a {
  font-size: 13px;
}
.form-contact .form {
  padding-top: 10px;
}
.form-contact .form .form-row {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.form-contact .form .form-row input[type=email]:focus,
.form-contact .form .form-row select:focus,
.form-contact .form .form-row textarea:focus,
.form-contact .form .form-row input[type=text]:focus {
  border-color: #000;
  box-shadow: none;
}
.form-contact .form .form-row textarea {
  height: 150px !important;
}
.form-contact .form h5 {
  font-size: 14px;
}
.form-contact .form label {
  font-size: 15px;
}
.form-contact .form button {
  font-family: "Montserrat", sans-serif !important;
  position: relative;
  padding: 9px 16px;
  font-size: 15px;
  line-height: 24px;
  border-radius: 3px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  border-width: 2px;
  transition: 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 1px solid transparent;
}
.form-contact .form button svg {
  margin-right: 5px;
}
.form-contact .form button:hover {
  background-color: #C10015;
  border-color: #C10015;
}

.form-heading {
  font-weight: 500;
  margin-bottom: 40px;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .form h5 {
    margin-top: 20px;
  }
  .form .form-row {
    margin-top: 5px !important;
    margin-bottom: 0 !important;
  }
  .form .form-row .form-check-input {
    margin-top: 0;
  }
  .form .form-row input,
.form .form-row select,
.form .form-row textarea {
    margin-top: 15px;
  }
  .form button {
    width: 100%;
  }

  .form-heading {
    margin-top: 20px;
  }
}
.uncutPictures img:hover {
  transform: scale(1.05);
  transition: 0.2s ease-in-out;
}
.uncutPictures .row {
  padding-bottom: 0px;
}
.uncutPictures .zugeschnitten img {
  height: 450px;
  width: 350px;
}
.uncutPictures .effect2 {
  height: 200px;
  margin: 6px;
  overflow: hidden;
  position: absolute;
  bottom: 0px;
  top: 0;
  left: 0;
  right: 0;
}
.uncutPictures .effect1 {
  height: 211px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}
.uncutPictures .col-md-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.uncutPictures .hover {
  z-index: 1;
}
.uncutPictures .mask {
  position: absolute;
  top: 55%;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.5s ease 0s;
  opacity: 0;
  z-index: 2;
  width: 100%;
}
.uncutPictures .box {
  position: relative;
}
.uncutPictures .box:hover .mask {
  opacity: 1;
}

@media (max-width: 1200px) {
  .vorschau .m-gallery img {
    margin-top: -115px;
  }

  .mask {
    opacity: 1 !important;
    font-size: 12px;
    top: 56% !important;
  }
}
@media (max-width: 992px) {
  .mask {
    top: 61% !important;
  }

  .vorschau .m-gallery img {
    margin-top: -50px;
  }
}
@media only screen and (max-width: 440px) {
  .mask {
    top: 58% !important;
    line-height: 1;
  }
  .mask p {
    word-wrap: break-word;
  }
}
@media (max-width: 1200px) {
  .effect1 {
    height: 192px !important;
  }

  .uncutPictures .zugeschnitten img {
    height: 200px !important;
  }
}
@media (max-width: 768px) {
  .effect1 {
    height: 212px !important;
  }

  .effect2 a img {
    width: 508px;
  }

  .vorschau .effect1 {
    height: 350px !important;
  }

  .vorschau .effect1 img {
    margin-top: -200px;
  }
}
@media (max-width: 576px) {
  .imgGalerie {
    min-width: 248px;
  }

  .effect2 a img {
    width: 300px;
  }

  .vorschau .effect1 img {
    width: 500px;
  }
}
@media (max-width: 532px) {
  .imgGalerie {
    width: 100%;
  }

  .vorschau .effect1 img {
    margin-top: -100px;
  }
}
@media only screen and (max-width: 396px) {
  .vorschau .effect1 img {
    margin-top: 0px;
  }
}
.btn-primary {
  color: #fff;
  background-color: #C10015;
  border-color: #C10015;
}

.socials a svg {
  color: black;
  font-size: 24px;
}
.socials a svg:hover {
  color: #C10015;
}

.socials span svg {
  color: black;
  font-size: 24px;
}

.resetti {
  display: inline-block;
  color: #434345;
  background-color: transparent;
  border-color: #d3dbe8 !important;
  border-width: 2px !important;
  cursor: pointer;
  position: relative !important;
  top: 1px;
  left: 4px;
  padding: 8px 16px !important;
}
.resetti:hover {
  background-color: #808080 !important;
  color: white !important;
  border-color: #808080 !important;
}

.kaufenButton {
  color: #fff;
  background-color: #C10015;
  border-color: #C10015;
  padding: 9px 16px;
  font-size: 15px;
  line-height: 24px;
  border-radius: 3px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  border-width: 2px;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  margin: 0;
  text-decoration: none;
  width: 250px;
}
.kaufenButton svg {
  margin-right: 5px;
}
.kaufenButton:hover {
  text-decoration: none;
}
.kaufenButton a {
  text-decoration: none;
}
.kaufenButton a:hover {
  text-decoration: none;
}

@media (max-width: 992px) {
  .kaufenButton {
    font-size: 12px;
    width: 185px !important;
  }
}
@media (max-width: 576px) {
  .kaufenButton {
    font-size: 12px;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .kaufenButton {
    font-size: 15px;
    width: 100% !important;
  }
}
.placeholder {
  height: 100%;
  width: 100%;
  float: left;
}

.nav {
  float: right;
}
.nav .suche {
  height: 46px;
}

.nav-main {
  padding-top: 15px;
  padding-bottom: 26px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.nav-main > ul {
  margin: 7.5px -15px;
  float: right;
}
.nav-main > ul > li {
  font-size: 12px;
  display: inline;
  position: relative;
  display: inline-block;
  padding-left: 15px;
  list-style-type: none;
}
.nav-main > ul > li > ul {
  padding-top: 5px;
}
.nav-main > ul > li > ul > li {
  position: relative;
}
.nav-main > ul > li > a {
  position: relative;
  text-decoration: none;
  color: black;
  font-size: 14px;
  font-weight: 800;
  padding-bottom: 3px;
  transition: border-bottom 0.5s;
  text-transform: uppercase;
}
.nav-main > ul > li:hover > ul > li > ul {
  display: none;
}
.nav-main > ul > li:hover > ul > li:hover > ul {
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
}
.nav-main > ul > li:hover > ul > li:hover > ul > li > ul {
  display: none;
}
.nav-main > ul > li:hover > ul > li:hover > ul > li:hover > ul {
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
}
.nav-main > ul > li:hover ul {
  display: block;
}
.nav-main > ul > li ul {
  position: absolute;
  display: none;
  list-style-type: none;
  text-align: left;
  z-index: 1;
}
.nav-main > ul > li ul li {
  white-space: nowrap;
}
.nav-main > ul > li ul li:hover > a {
  color: #222222;
  background-color: #FFF;
  background-color: transparent;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  background-color: #FFF;
}
.nav-main > ul > li ul li:hover > a.active, .nav-main > ul > li ul li:hover > a:hover {
  background-color: #E0E0E0;
  color: black;
  text-decoration: none;
}
.nav-main > ul > li ul li a {
  background-color: #FFF;
  color: #222222;
  display: block;
  font-size: 13px;
  padding: 6px 12px;
}

@media (max-width: 991px) {
  .navburger img {
    height: 100%;
    width: auto;
  }
}
@media (max-width: 1023px) {
  .navburger img {
    height: 100%;
    width: auto;
  }
}
.searchinput {
  background-color: white;
}

.simplesearch-search-form {
  right: 0;
  position: absolute;
}
.simplesearch-search-form fieldset {
  padding: 0;
}
.simplesearch-search-form label {
  display: none;
}
.simplesearch-search-form input {
  border: none;
  display: block;
  float: left;
}
.simplesearch-search-form .searchinput {
  margin-right: 3px;
  display: block;
  float: left;
  border: 1px solid #E0E0E0;
  border-radius: 15px;
}
.simplesearch-search-form .searchimg {
  width: 22px;
}

.carousel-flickity {
  margin-bottom: 45px;
}
.carousel-flickity .carousel-cell {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.carousel-flickity .carousel-cell .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(14, 29, 51, 0.8), rgba(14, 29, 51, 0.2));
  z-index: 1;
}
.carousel-flickity .carousel-cell .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  z-index: 1;
  text-align: center;
}
.carousel-flickity .carousel-cell .inner .subtitle {
  font-size: 2.2rem;
  line-height: 1.2em;
  font-weight: 200;
  font-style: italic;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
}
.carousel-flickity .carousel-cell .inner .title {
  font-size: 3rem;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.carousel-flickity .carousel-cell .inner .btn {
  border: 1px solid #fff;
  padding: 14px 18px;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 3px;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
}
.carousel-flickity .carousel-cell .inner .btn:hover {
  background: #fff;
  color: #000;
}
.carousel-flickity .carousel-cell img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.carousel-flickity .flickity-prev-next-button {
  width: 80px;
  height: 80px;
  background: transparent;
}
.carousel-flickity .flickity-prev-next-button:hover {
  background: transparent;
}
.carousel-flickity .flickity-prev-next-button .arrow {
  fill: white;
}
.carousel-flickity .flickity-page-dots {
  bottom: 30px;
}
.carousel-flickity .flickity-page-dots .dot {
  width: 30px;
  height: 4px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  border: 0 solid white;
  border-radius: 0;
}
.carousel-flickity .flickity-page-dots .dot:only-child {
  display: none;
}
.carousel-flickity .flickity-page-dots .dot.is-selected {
  background: #ff0000;
  border: 0 solid #ff0000;
}

/* 16:9 Video */
.media-video {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.media-video .video, .media-video iframe {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.slider-text {
  position: absolute;
  margin-top: -210px;
  color: black;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 18px;
  width: 600px;
}
.slider-text h2 {
  font-size: 36px;
  color: #C10015;
  text-transform: uppercase;
  font-weight: 800;
}

.blueRand {
  color: #C10015;
  -webkit-text-stroke: 1.5px black;
}

.white {
  color: white !important;
  -webkit-text-stroke: 0.4px black;
}

.caption1 {
  right: -200px;
  left: auto !important;
  text-align: right;
}

.caption h3 {
  color: #C10015;
}

@media only screen and (min-width: 1200px) {
  .caption1 {
    top: 385px !important;
  }
}
.weiss {
  color: white !important;
}

.imgControl img {
  top: 60% !important;
}

@media only screen and (min-width: 1800px) {
  .caption1 {
    right: -120px;
  }
}
@media only screen and (max-width: 1558px) {
  .caption1 {
    right: -100px;
  }
}
@media only screen and (max-width: 1400px) {
  .caption1 {
    right: -50px;
  }
}
@media only screen and (max-width: 1300px) {
  .caption1 {
    right: -20;
  }
}
@media only screen and (max-width: 1200px) {
  .caption1 {
    right: 0;
  }
}
.flickity-prev-next-button .flickity-button-icon {
  display: none !important;
}

/*
---
name: ⚠️ Views
category: views
sourcePath:
---

Everything that is *not* working in a component based approach will somewhen
end up as an *view*. For example if you need to adjust stylings of a
component, based on pages rather than on conditions, then put it here.
*/