/*! 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"], /* 1 */
[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, /* 1 */
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;
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* 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-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

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

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

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

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

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

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

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

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@charset "UTF-8";
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../fonts/roboto-v30-latin-300.woff2") format("woff2"), url("../fonts/roboto-v30-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/roboto-v30-latin-700.woff2") format("woff2"), url("../fonts/roboto-v30-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/*
// KOLB - HAUSSCHRIFT FUER CLAIM AUF HOME
// font-family:'DIN Next LT W01 Bold';
// font-family:'DINNextW01-CondensedMed';
// font-family:'DIN Next W01 Regular';
// font-family:'DIN Next W01 Medium';
// font-family:'DIN Next W01 Light';
// font-family:'DINNextW01-CondensedReg';
*/
:root {
  font-size: 10px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

*:focus {
  outline: none;
}

html,
body {
  position: relative;
  height: 100%;
}

html {
  box-sizing: border-box;
}

body {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 300;
  color: #ddd;
  margin: 0;
  background: #323232;
}

::-moz-selection {
  color: #000;
  background: rgba(50, 50, 50, 0.4);
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #323232;
  text-shadow: none;
}

.vb_mask ul,
.section ul {
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
}
.vb_mask ul li,
.section ul li {
  font-size: 1.6rem;
  font-weight: 400;
  position: relative;
  padding: 0 0 0 1.7rem;
  margin-bottom: 0;
}
.vb_mask ul li:before,
.section ul li:before {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  background: #ddd;
  display: block;
  content: "";
}

#p-1 .media_slideshow-container {
  height: calc(100vh - 40rem) !important;
}
@media (max-width: 47.99em) {
  #p-1 .media_slideshow-container {
    height: calc(100vh - 37rem) !important;
  }
}
#p-1 .vb_mask .main-title {
  font-family: "DIN Next W01 Light", sans-serif;
  font-size: 3.6rem;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 47.99em) {
  #p-1 .vb_mask .main-title {
    font-size: 2.8rem;
  }
}
#p-1 .vb_mask .claim {
  padding: 2rem 0;
}
#p-1 .vb_mask .claim p {
  font-size: 2.4rem;
  font-weight: 300;
}
@media (max-width: 47.99em) {
  #p-1 .vb_mask .claim p {
    font-size: 1.9rem;
  }
}

#p-1 .media_slideshow-container {
  height: 50% !important;
}

.media_slideshow-container {
  width: 100%;
  height: 33.3333%;
}

@media (max-width: 991px) {
  .media_slideshow-container {
    margin-top: 136px;
  }
}
@media (max-width: 767px) {
  .media_slideshow-container {
    margin-top: 70px;
  }
}
/* Customized version of Bootstrap v3.3.7 */
/* stylelint-disable */
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 650px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 870px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1070px;
  }
}
.container-fluid {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  box-sizing: border-box;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.pull-xs-12 {
  right: 100%;
}

.pull-xs-11 {
  right: 91.66666667%;
}

.pull-xs-10 {
  right: 83.33333333%;
}

.pull-xs-9 {
  right: 75%;
}

.pull-xs-8 {
  right: 66.66666667%;
}

.pull-xs-7 {
  right: 58.33333333%;
}

.pull-xs-6 {
  right: 50%;
}

.pull-xs-5 {
  right: 41.66666667%;
}

.pull-xs-4 {
  right: 33.33333333%;
}

.pull-xs-3 {
  right: 25%;
}

.pull-xs-2 {
  right: 16.66666667%;
}

.pull-xs-1 {
  right: 8.33333333%;
}

.pull-xs-0 {
  right: auto;
}

.push-xs-12 {
  left: 100%;
}

.push-xs-11 {
  left: 91.66666667%;
}

.push-xs-10 {
  left: 83.33333333%;
}

.push-xs-9 {
  left: 75%;
}

.push-xs-8 {
  left: 66.66666667%;
}

.push-xs-7 {
  left: 58.33333333%;
}

.push-xs-6 {
  left: 50%;
}

.push-xs-5 {
  left: 41.66666667%;
}

.push-xs-4 {
  left: 33.33333333%;
}

.push-xs-3 {
  left: 25%;
}

.push-xs-2 {
  left: 16.66666667%;
}

.push-xs-1 {
  left: 8.33333333%;
}

.push-xs-0 {
  left: auto;
}

.offset-xs-12 {
  margin-left: 100%;
}

.offset-xs-11 {
  margin-left: 91.66666667%;
}

.offset-xs-10 {
  margin-left: 83.33333333%;
}

.offset-xs-9 {
  margin-left: 75%;
}

.offset-xs-8 {
  margin-left: 66.66666667%;
}

.offset-xs-7 {
  margin-left: 58.33333333%;
}

.offset-xs-6 {
  margin-left: 50%;
}

.offset-xs-5 {
  margin-left: 41.66666667%;
}

.offset-xs-4 {
  margin-left: 33.33333333%;
}

.offset-xs-3 {
  margin-left: 25%;
}

.offset-xs-2 {
  margin-left: 16.66666667%;
}

.offset-xs-1 {
  margin-left: 8.33333333%;
}

.offset-xs-0 {
  margin-left: 0%;
}

@media (min-width: 575px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .pull-sm-11 {
    right: 91.66666667%;
  }
  .pull-sm-10 {
    right: 83.33333333%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-8 {
    right: 66.66666667%;
  }
  .pull-sm-7 {
    right: 58.33333333%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-5 {
    right: 41.66666667%;
  }
  .pull-sm-4 {
    right: 33.33333333%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-2 {
    right: 16.66666667%;
  }
  .pull-sm-1 {
    right: 8.33333333%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .push-sm-12 {
    left: 100%;
  }
  .push-sm-11 {
    left: 91.66666667%;
  }
  .push-sm-10 {
    left: 83.33333333%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-8 {
    left: 66.66666667%;
  }
  .push-sm-7 {
    left: 58.33333333%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-5 {
    left: 41.66666667%;
  }
  .push-sm-4 {
    left: 33.33333333%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-2 {
    left: 16.66666667%;
  }
  .push-sm-1 {
    left: 8.33333333%;
  }
  .push-sm-0 {
    left: auto;
  }
  .offset-sm-12 {
    margin-left: 100%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .pull-md-11 {
    right: 91.66666667%;
  }
  .pull-md-10 {
    right: 83.33333333%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-8 {
    right: 66.66666667%;
  }
  .pull-md-7 {
    right: 58.33333333%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-5 {
    right: 41.66666667%;
  }
  .pull-md-4 {
    right: 33.33333333%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-2 {
    right: 16.66666667%;
  }
  .pull-md-1 {
    right: 8.33333333%;
  }
  .pull-md-0 {
    right: auto;
  }
  .push-md-12 {
    left: 100%;
  }
  .push-md-11 {
    left: 91.66666667%;
  }
  .push-md-10 {
    left: 83.33333333%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-8 {
    left: 66.66666667%;
  }
  .push-md-7 {
    left: 58.33333333%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-5 {
    left: 41.66666667%;
  }
  .push-md-4 {
    left: 33.33333333%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-2 {
    left: 16.66666667%;
  }
  .push-md-1 {
    left: 8.33333333%;
  }
  .push-md-0 {
    left: auto;
  }
  .offset-md-12 {
    margin-left: 100%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .pull-lg-11 {
    right: 91.66666667%;
  }
  .pull-lg-10 {
    right: 83.33333333%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-8 {
    right: 66.66666667%;
  }
  .pull-lg-7 {
    right: 58.33333333%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-5 {
    right: 41.66666667%;
  }
  .pull-lg-4 {
    right: 33.33333333%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-2 {
    right: 16.66666667%;
  }
  .pull-lg-1 {
    right: 8.33333333%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .push-lg-12 {
    left: 100%;
  }
  .push-lg-11 {
    left: 91.66666667%;
  }
  .push-lg-10 {
    left: 83.33333333%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-8 {
    left: 66.66666667%;
  }
  .push-lg-7 {
    left: 58.33333333%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-5 {
    left: 41.66666667%;
  }
  .push-lg-4 {
    left: 33.33333333%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-2 {
    left: 16.66666667%;
  }
  .push-lg-1 {
    left: 8.33333333%;
  }
  .push-lg-0 {
    left: auto;
  }
  .offset-lg-12 {
    margin-left: 100%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .pull-xl-11 {
    right: 91.66666667%;
  }
  .pull-xl-10 {
    right: 83.33333333%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-8 {
    right: 66.66666667%;
  }
  .pull-xl-7 {
    right: 58.33333333%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-5 {
    right: 41.66666667%;
  }
  .pull-xl-4 {
    right: 33.33333333%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-2 {
    right: 16.66666667%;
  }
  .pull-xl-1 {
    right: 8.33333333%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .push-xl-12 {
    left: 100%;
  }
  .push-xl-11 {
    left: 91.66666667%;
  }
  .push-xl-10 {
    left: 83.33333333%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-8 {
    left: 66.66666667%;
  }
  .push-xl-7 {
    left: 58.33333333%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-5 {
    left: 41.66666667%;
  }
  .push-xl-4 {
    left: 33.33333333%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-2 {
    left: 16.66666667%;
  }
  .push-xl-1 {
    left: 8.33333333%;
  }
  .push-xl-0 {
    left: auto;
  }
  .offset-xl-12 {
    margin-left: 100%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.container h1, .container h2, .container h3, .container h4, .container h5, .container h6,
.container-fluid h1,
.container-fluid h2,
.container-fluid h3,
.container-fluid h4,
.container-fluid h5,
.container-fluid h6 {
  display: none;
}
.container .row h1, .container .row h2, .container .row h3, .container .row h4, .container .row h5, .container .row h6,
.container-fluid .row h1,
.container-fluid .row h2,
.container-fluid .row h3,
.container-fluid .row h4,
.container-fluid .row h5,
.container-fluid .row h6 {
  display: block;
  font-weight: 300;
}

/* stylelint-enable */
.inner-container {
  margin-right: auto;
  margin-left: auto;
  display: block;
  max-width: 1280px;
}
.inner-container .container,
.inner-container .container-fluid {
  width: 100% !important;
}

a {
  color: #fff;
  text-decoration: underline;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
a:focus {
  color: #fff;
  text-decoration: none;
}

p {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 1em;
  color: #ddd;
}
@media (max-width: 61.99em) {
  p {
    font-size: 1.6rem;
  }
}
@media (max-width: 47.99em) {
  p {
    font-size: 1.5rem;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: calc(1em - 1.25rem);
}

h1,
.h1 {
  font-size: 2.75rem;
}

h2,
.h2 {
  font-size: 2.5rem;
}

h3,
.h3 {
  font-size: 2.25rem;
}

h4,
.h4 {
  font-size: 2rem;
}

h5,
.h5 {
  font-size: 1.75rem;
}

h6,
.h6 {
  font-size: 1.5rem;
}

ul,
ol {
  font-size: 1.08em;
  margin: 1em 0 1.625em;
  padding-left: 0;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0;
}
ul li,
ol li {
  color: #ddd;
}

code {
  margin: 1em 0 1.625em;
}

pre {
  overflow-x: scroll;
  overflow-y: hidden;
  margin: 1em 0 1.625em;
  padding: 0.5em 1em;
  border: 1px solid #666;
}

blockquote {
  font-size: 1.8rem;
  font-style: italic;
  position: relative;
  margin: 1em 0 1.625em;
  padding: 1em 2.5em;
}
blockquote:before {
  position: absolute;
  top: -10px;
  left: 0;
  content: "“";
  font-size: 4em;
}

small {
  font-size: 0.85em;
}

figure {
  margin: 1em 0 1.625em;
}

figcaption {
  margin: 1em 0 1.625em;
}

hr {
  margin: 1.625em 0;
  border: 1px solid #ddd;
  border-width: 1px 0 0;
}

.site-main ul {
  margin: 1em 0;
  padding: 0;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  color: #fff;
  background: #323232;
  padding: 4rem 0;
  z-index: 9;
  -webkit-transition: padding 0.4s;
  transition: padding 0.4s;
}
.site-header.special {
  height: 100%;
  background: transparent !important;
}
.site-header.special .arrow-down {
  display: none;
}
@media (max-width: 47.99em) {
  .site-header {
    padding: 0.4rem 0 1rem;
  }
}
.site-header.scrolled {
  padding: 2rem 0;
  border-bottom: 1px solid #666;
}
@media (max-width: 47.99em) {
  .site-header.scrolled {
    padding: 0.4rem 0 1rem;
  }
}
.site-header .logo {
  margin-bottom: 0;
}
.site-header_overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.55);
}

.close-icon {
  margin-top: 10px;
}
@media (max-width: 47.99em) {
  .close-icon {
    margin-top: 5px;
  }
}
@media (max-width: 35.99em) {
  .close-icon {
    margin-top: -1px;
  }
}

.open-icon {
  margin-top: 8px;
}
@media (max-width: 47.99em) {
  .open-icon {
    margin-top: 3px;
  }
}
@media (max-width: 35.99em) {
  .open-icon {
    margin-top: -3px;
  }
}

.header-holder {
  position: relative;
  width: 100%;
  height: 136px;
}
@media (max-width: 61.99em) {
  .header-holder {
    display: none;
  }
}

.logo {
  float: left;
  width: 26.47rem;
  height: 5rem;
  margin: 0.6rem 3rem 4rem 0;
  display: block;
  background: url(../img/logo.svg);
  background-size: 26.47rem 5rem;
  text-indent: -999rem;
}
@media (max-width: 61.99em) {
  .logo {
    float: none;
  }
}
@media (max-width: 35.99em) {
  .logo {
    width: 20.12rem;
    height: 3.8rem;
    margin-top: 1rem;
    background-size: 20.12rem 3.8rem;
  }
}

.menumain {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (min-width: 62em) {
  .menumain {
    display: block !important;
  }
}
@media (max-width: 61.99em) {
  .menumain {
    display: none;
  }
}
.menumain-item {
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.8rem;
  line-height: 2rem;
  display: inline-block;
  float: left;
  letter-spacing: 2px;
}
.menumain-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 1rem 2rem;
}
@media (max-width: 47.99em) {
  .menumain-link {
    padding: 1rem;
  }
}
.menumain-link:after {
  position: absolute;
  bottom: 0.3rem;
  left: 2rem;
  width: 0;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  content: "";
}
.menumain-link:hover, .menumain-link:focus, .menumain-link.active {
  color: #fff;
  text-decoration: none;
}
.menumain-link:hover:after, .menumain-link:focus:after, .menumain-link.active:after {
  width: calc(100% - 4rem);
}

@media (max-width: 61.99em) {
  .desktoplang {
    display: none;
  }
}

.language-navigation {
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  float: left;
  margin: 0 4rem 0 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 35.99em) {
  .language-navigation {
    width: 100%;
    margin: 0 0 3rem;
  }
}

.lang {
  display: inline-block;
  float: left;
  font-size: 18px;
  padding: 0 1rem 1rem 0;
}
.lang.text-muted {
  color: #888;
}
.lang a {
  text-decoration: none;
}
.lang a:hover, .lang a:focus {
  text-decoration: underline;
}
.lang-item {
  font-size: 1.8rem;
  line-height: 2rem;
  position: relative;
  display: inline-block;
  float: left;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.lang-item:not(:last-child):after {
  content: "/";
}
.lang-link {
  display: inline-block;
  text-decoration: none;
  padding: 1rem 0.5rem;
}
.lang-link:hover, .lang-link:focus {
  color: #fff;
  text-decoration: none;
}

.nav-opener {
  position: absolute;
  top: 0.8rem;
  right: 1.7rem;
  cursor: pointer;
  display: none;
}
@media (max-width: 61.99em) {
  .nav-opener {
    display: block;
  }
}
.nav-opener .close-icon {
  display: none;
}

.intro {
  margin: 20% 5rem 0;
}
@media (max-width: 35.99em) {
  .intro {
    margin: 20% 0 0;
  }
}
.intro-title {
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 1.5rem;
}
@media (max-width: 61.99em) {
  .intro-title {
    font-size: 4.3rem;
  }
}
@media (max-width: 47.99em) {
  .intro-title {
    font-size: 3.6rem;
  }
}
@media (max-width: 35.99em) {
  .intro-title {
    font-size: 2.9rem;
  }
}
.intro-subtitle {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.2;
  margin: 1.5rem 0 4rem;
}
@media (max-width: 61.99em) {
  .intro-subtitle {
    font-size: 2.2rem;
  }
}
@media (max-width: 47.99em) {
  .intro-subtitle {
    font-size: 2rem;
  }
}
@media (max-width: 35.99em) {
  .intro-subtitle {
    font-size: 1.8rem;
  }
}

.subnav {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  border-bottom: 1px solid #666;
}
@media (max-width: 61.99em) {
  .subnav {
    display: none;
  }
}
.subnav-item {
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 300;
  display: inline;
  font-size: 18px;
}
.subnav-link {
  display: inline-block;
  color: #aaa;
  text-decoration: none;
  padding: 20px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.subnav-link:hover, .subnav-link:focus, .subnav-link.active {
  color: #fff;
  text-decoration: none;
}

.submenumain {
  display: none;
}

.subsubmenu {
  display: none;
}

.navigation {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 385px;
  background: rgba(50, 50, 50, 0.9);
  z-index: 3;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.navigation.is-opened {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
@media (min-width: 62em) {
  .navigation {
    display: none !important;
  }
}

.nav-close {
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: 3rem;
  right: 3.4rem;
  cursor: pointer;
}

.menu {
  margin: 0;
  padding: 30px 30px 30px 35px;
  list-style: none;
}
.menu-first {
  margin-top: 13.6rem;
}
@media (max-width: 47.99em) {
  .menu-first {
    margin-top: 7rem;
  }
}
@media (max-width: 47.99em) {
  .menu {
    padding: 15px 20px;
  }
}
.menu.is-opened {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.menu-item {
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  position: relative;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  display: block;
}
.menu-link {
  position: relative;
  color: #fff;
  padding: 15px 0 15px 20px;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}
.menu-link:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  content: "";
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.menu-link:hover, .menu-link:focus {
  color: #fff;
  text-decoration: none;
}
.menu-link.expanded:after {
  width: 100%;
}
.menu-expand {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.menu-expand.is-expanded {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.submenu {
  margin: 10px 0 30px;
  padding: 0;
  list-style: none;
  display: none;
}
.submenu-item {
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  display: block;
}
.submenu-link {
  padding: 10px 0 10px 20px;
  color: #fff;
  display: block;
  text-decoration: none;
}
.submenu-link:hover, .submenu-link:focus {
  color: #fff;
  text-decoration: underline;
}

/* stylelint-disable */
.vb_mask {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.text_headline {
  margin-bottom: 0.5rem;
}
.text_headline-headline {
  font-size: 3.3rem;
  line-height: 1.1;
  color: #323232;
  margin-top: 7rem;
  margin-bottom: 1rem;
}
@media (max-width: 61.99em) {
  .text_headline-headline {
    font-size: 2.2rem;
  }
}
.text_headline-subheadline {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4;
  color: #323232;
  margin-top: 7rem;
  margin-bottom: 1rem;
}

.text_headline-headline + .text_headline-subheadline {
  margin-top: 0;
}

.media_slideshow-container {
  width: 100%;
  height: 33.3333%;
}
@media (max-width: 991px) {
  .media_slideshow-container {
    margin-top: 136px;
  }
}
@media (max-width: 767px) {
  .media_slideshow-container {
    margin-top: 70px;
  }
}
.media_slideshow-slides-media {
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: start;
          align-items: flex-start;
}
@media (max-width: 47.99em) {
  .media_slideshow-slides-text {
    display: none;
  }
}
.media_slideshow--pagination {
  bottom: 10px !important;
  left: auto !important;
  width: auto !important;
  right: 15px;
}
.media_slideshow--pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
}
@media (max-width: 35.99em) {
  .media_slideshow--button-next, .media_slideshow--button-prev {
    display: none;
  }
}

.iframe_embed-fluid {
  position: relative;
  max-width: 70%;
  height: 0;
  margin-right: auto;
  margin-left: auto;
  display: block;
  padding-bottom: 41.25%;
  overflow: hidden;
}
@media (max-width: 47.99em) {
  .iframe_embed-fluid {
    max-width: 100%;
    padding-bottom: 56.25%;
  }
}
.iframe_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.media_gallery-media {
  margin: 0 -1.5rem;
}
@media (max-width: 47.99em) {
  .media_gallery-media {
    margin: 0;
  }
}
.media_gallery-media-figure {
  float: left;
  width: 25%;
  display: inline-block;
}
.media_gallery-media-figure:nth-child(4n+1) {
  clear: left;
}
@media (max-width: 61.99em) {
  .media_gallery-media-figure {
    width: 33.33334%;
  }
  .media_gallery-media-figure:nth-child(4n+1) {
    clear: none;
  }
  .media_gallery-media-figure:nth-child(3n+1) {
    clear: left;
  }
}
@media (max-width: 35.99em) {
  .media_gallery-media-figure {
    width: 50%;
  }
  .media_gallery-media-figure:nth-child(3n+1) {
    clear: none;
  }
  .media_gallery-media-figure:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 23.99em) {
  .media_gallery-media-figure {
    width: 100%;
  }
}
.media_gallery-media-icon {
  padding: 1.5rem;
}
.media_gallery-media-image {
  width: 100%;
  height: auto;
  display: block;
}
.media_gallery-media-caption {
  margin: 0;
  padding: 0 1.5rem;
  font-size: 1.3rem;
  font-style: italic;
  color: #888;
  text-align: center;
}

.media_image_full-image {
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.media_image_full-caption {
  font-size: 1.3rem;
  font-style: italic;
  color: #888;
  text-align: center;
}

.text_accordion-items-headline {
  font-size: 1.7rem;
  font-weight: 700;
  border-bottom: 2px solid #ccc;
  padding: 1rem 0;
  display: block;
  cursor: pointer;
}
.text_accordion-items-headline__clicked {
  background: #fff;
}
.text_accordion-items-text {
  padding-bottom: 1.5rem;
  display: none;
}
@media (max-width: 47.99em) {
  .text_media_split {
    margin-top: 1.5rem;
  }
}
.text_media_split .container-fluid {
  position: relative;
  background-color: #efefef;
}
.text_media_split .col-md-6 {
  position: relative;
  min-height: 40rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
@media (max-width: 47.99em) {
  .text_media_split .col-md-6 {
    min-height: 30rem;
  }
}
.text_media_split-headline {
  font-size: 3rem;
  color: #323232;
}
@media (max-width: 47.99em) {
  .text_media_split-headline {
    font-size: 2.4rem;
    padding-top: 4rem;
  }
}
.text_media_split-text {
  font-size: 1.5rem;
  line-height: 1.5;
}
.text_media_split-image {
  width: calc(100% + 3rem);
  max-width: none !important;
  margin: 0 -1.5rem;
  display: block;
}
.text_media_split-caption {
  font-size: 1.3rem;
  font-style: italic;
  color: #888;
  text-align: center;
}
.text_media_split-link {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 2rem;
  margin-top: 1rem;
  margin-bottom: 4rem;
  padding: 2rem 3rem;
  color: #323232;
  background: #f90;
  display: inline-block;
}
.text_media_split-icon {
  position: absolute;
  top: 0;
  width: 4.4rem;
  height: 4.4rem;
  background: #ddd;
}
.text_media_split .col-md-6 .text_media_split-icon {
  left: 0;
}
@media (max-width: 47.99em) {
  .text_media_split .col-md-6 .text_media_split-icon {
    right: 0;
    left: auto;
  }
}
.text_media_split .pull-md-6 .text_media_split-icon {
  right: 0;
  left: auto;
}

.text_media_teaser {
  color: #fff;
  background-color: #323232;
}
.text_media_teaser .container,
.text_media_teaser .container-fluid {
  padding: 0;
}
@media (max-width: 35.99em) {
  .text_media_teaser .container .row,
  .text_media_teaser .container-fluid .row {
    margin: 0 !important;
  }
}
@media (max-width: 35.99em) {
  .text_media_teaser .container .col,
  .text_media_teaser .container-fluid .col {
    padding: 0 !important;
  }
}
@media (max-width: 47.99em) {
  .text_media_teaser {
    margin-top: 1.5rem;
  }
}
.text_media_teaser-headline {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  margin: 0;
  padding: 7rem 6rem 4rem 3rem;
}
@media (max-width: 61.99em) {
  .text_media_teaser-headline {
    font-size: 2rem;
    padding: 5rem 6rem 3rem 2rem;
  }
}
@media (max-width: 35.99em) {
  .text_media_teaser-headline {
    padding: 1.2rem 6rem 1.2rem 1.5rem;
  }
}
.text_media_teaser-image {
  min-height: 20rem;
  background-position: center center;
  background-size: cover;
}
.text_media_teaser-link {
  position: absolute;
  bottom: 2.8rem;
  right: 1.5rem;
  width: 4.4rem;
  height: 4.4rem;
  text-indent: -999rem;
  background-color: #02ac1e;
  background-image: url("../img/arrow-white.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 61.99em) {
  .text_media_teaser-link {
    bottom: 1.8rem;
  }
}
@media (max-width: 35.99em) {
  .text_media_teaser-link {
    bottom: 0;
  }
}
/* stylelint-enable */
.site-main {
  padding: 7rem 0 13rem;
  color: #fff;
  background: #323232;
}
.site-main a {
  color: #f90;
}
.site-main .main-title {
  color: #999;
}
.site-main .main-title span {
  color: #fff;
}
.site-main .aktuelle-title {
  color: #fff;
}
.site-main .projekte-title {
  color: #fff;
}
.site-main .teaser-title {
  color: #fff;
}
.site-main .auswahl-title {
  color: #fff;
}
.site-main .arrow-icon {
  color: #f90;
}

@media (max-width: 61.99em) {
  .site-main {
    padding: 0 0 2rem;
  }
}
.section-header {
  margin-bottom: 5rem;
}
.section-title {
  font-size: 3.3rem;
  line-height: 1.1;
  margin: 0 0 1rem;
  color: #323232;
}
@media (max-width: 61.99em) {
  .section-title {
    font-size: 2.2rem;
  }
}
.section-subtitle {
  font-size: 1.8rem;
  font-weight: 600;
  color: #323232;
  margin: 0;
}

.sectionbg-1 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fff;
}
.sectionbg-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #efefef;
}
.sectionbg-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fff8ca;
}
.sectionbg-4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #c2e7f9;
}
.sectionbg-5 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  color: #fff;
  background-color: #0098db;
  background-image: url("../img/lines.jpg");
  background-position: center center;
  background-size: cover;
}
.sectionbg-5 a {
  color: #fff;
}
.sectionbg-5 .section-title {
  color: #fff;
}
.sectionbg-5 .section-subtitle {
  color: #fff;
}

.txtimgblock {
  margin-bottom: 4.5rem;
}
@media (max-width: 47.99em) {
  .txtimgblock {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
  }
}
.txtimgblock-content {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
@media (max-width: 47.99em) {
  .txtimgblock-content {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  .txtimgblock-content .text_text_full-text {
    text-align: left !important;
  }
}
.txtimgblock .txtimgblock-icon {
  position: absolute;
  top: 0;
  width: 4.4rem;
  height: 4.4rem;
  padding: 1rem;
  color: #888;
  background-color: #ddd;
  background-position: center center;
  background-repeat: no-repeat;
}
.txtimgblock .col-md-6 .txtimgblock-icon {
  left: 0;
}
@media (max-width: 47.99em) {
  .txtimgblock .col-md-6 .txtimgblock-icon {
    right: 0;
    left: auto;
  }
}
.txtimgblock .pull-md-6 .txtimgblock-icon {
  right: 0;
  left: auto;
}
@media (max-width: 47.99em) {
  .txtimgblock-image {
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
}
.txtimgblock-headline {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 47.99em) {
  .txtimgblock-headline {
    font-size: 2.4rem;
    padding-top: 4rem;
  }
}
.txtimgblock-subheadline {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4;
  color: #323232;
  margin-bottom: 3rem;
}
.txtimgblock-text {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ddd;
}
.txtimgblock-link {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 5rem;
  padding: 2rem 3rem;
  color: #323232;
  background: #f90;
  display: inline-block;
}

.blueblocks {
  margin: 6.5rem 0 8rem;
}
@media (max-width: 47.99em) {
  .blueblocks {
    margin: 3.5rem 0 5rem;
  }
}
@media (max-width: 35.99em) {
  .blueblocks {
    margin: 1.5rem 0;
  }
}

.blueblock {
  margin-top: 1.5rem;
  background: #323232;
}
@media (max-width: 35.99em) {
  .blueblock {
    margin-top: 0;
  }
}
.blueblock-image {
  min-height: 20rem;
  background-position: center center;
  background-size: cover;
}
.blueblock-headline {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  margin: 0;
  padding: 7rem 6rem 4rem 3rem;
}
@media (max-width: 61.99em) {
  .blueblock-headline {
    font-size: 2rem;
    padding: 5rem 6rem 3rem 2rem;
  }
}
@media (max-width: 35.99em) {
  .blueblock-headline {
    padding: 1.2rem 6rem 1.2rem 1.5rem;
  }
}
.blueblock-link {
  position: absolute;
  bottom: 2.8rem;
  right: 1.5rem;
  width: 4.4rem;
  height: 4.4rem;
  text-indent: -999rem;
  background-color: #02ac1e;
  background-image: url("../img/arrow-white.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 61.99em) {
  .blueblock-link {
    bottom: 1.8rem;
  }
}
@media (max-width: 35.99em) {
  .blueblock-link {
    right: 0;
    bottom: 0;
  }
}

.download-link {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 2rem;
  position: relative;
  display: block;
  color: #323232;
  background: #fff;
  margin-bottom: 1.5rem;
  padding: 2rem 7.5rem 2rem 2rem;
}
.download-link:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 6rem;
  height: 6rem;
  color: #fff;
  background: #323232 url("../img/download-link.svg") center center no-repeat;
  content: "";
}

.cform-text, .cform-textarea {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  width: 100%;
  margin-bottom: 3rem;
  padding: 2rem;
}
@media (max-width: 47.99em) {
  .cform-text, .cform-textarea {
    margin-bottom: 1.5rem;
  }
}
.cform-textarea {
  height: 20rem;
}
.cform-button {
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  color: #323232;
  position: relative;
  height: 6.6rem;
  background: #fff;
  border: none;
  margin-top: 2rem;
  padding: 2.3rem 8rem 2.3rem 2rem;
}
.cform-button:after {
  position: absolute;
  top: 1.1rem;
  right: 1rem;
  width: 4.4rem;
  height: 4.4rem;
  background: #fff url("../img/arrow-blue.svg") center center no-repeat;
  content: "";
}
.cform ::-webkit-input-placeholder {
  color: white;
}
.cform ::-moz-placeholder {
  color: white;
}
.cform :-ms-input-placeholder {
  color: white;
}
.cform :-moz-placeholder {
  color: white;
}

.table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5rem;
}
.table.multicolumn thead {
  border-bottom: 3px solid #323232;
}
@media (max-width: 47.99em) {
  .table.multicolumn thead {
    padding: 0.5rem 0;
    display: block;
  }
}
.table.multicolumn thead td {
  font-size: 2rem;
  font-weight: 700;
  color: #323232;
}
@media (max-width: 47.99em) {
  .table.multicolumn thead td {
    padding: 0.5rem 0;
    font-size: 1.8rem;
  }
}
@media (max-width: 47.99em) {
  .table.multicolumn tbody {
    padding: 1.5rem 0;
  }
}
@media (max-width: 47.99em) {
  .table.multicolumn tbody tr {
    padding: 1rem 0;
    display: block;
  }
}
.table.multicolumn tbody td {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (max-width: 47.99em) {
  .table.multicolumn tbody td {
    padding: 0.5rem 0;
  }
}
.table.multicolumn tbody td:not(:last-child) {
  border-right: 3px solid #323232;
}
@media (max-width: 47.99em) {
  .table.multicolumn tbody td:not(:last-child) {
    border: none;
  }
}
.table-heading {
  font-size: 1.9rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #323232;
  margin-bottom: 2rem;
  display: block;
}
.table tr:not(:last-child) {
  border-bottom: 3px solid #323232;
}
.table th, .table td {
  font-size: 1.8rem;
  text-align: left;
  vertical-align: text-top;
}
@media (max-width: 47.99em) {
  .table th, .table td {
    width: 100%;
    display: block;
  }
}
.table th {
  font-weight: 600;
  color: #323232;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 47.99em) {
  .table th {
    padding-right: 0;
    padding-bottom: 0;
  }
}
.table td {
  font-weight: 400;
  padding: 2rem 0;
}
@media (max-width: 47.99em) {
  .table td {
    padding-top: 0;
  }
}

.site-footer {
  color: #fff;
  background: #323232;
  padding: 5rem 0 7rem;
  border-top: 1px solid #666;
}

.footmenu {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 47.99em) {
  .footmenu {
    margin-bottom: 3rem;
    float: left;
  }
}
.footmenu-item {
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  display: inline-block;
  font-size: 18px;
  padding: 0 4rem 1rem 0;
}
@media (max-width: 61.99em) {
  .footmenu-item {
    display: block;
    float: none;
    padding: 0 0 1rem;
  }
}
.footmenu-link {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.footmenu-link:hover {
  text-decoration: underline;
}

.footinfo {
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: right;
}
@media (max-width: 47.99em) {
  .footinfo {
    text-align: left;
  }
}
.footinfo h4 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 400;
}
.footinfo p {
  font-size: 1.7rem;
  line-height: 1.5;
}

.bk-address {
  text-align: right;
}
.bk-address h4 {
  margin-top: 1rem;
}
.bk-address p {
  margin: 1rem 0;
  line-height: 1.5;
}

.bk-years {
  margin-top: -50px;
}
@media (max-width: 47.99em) {
  .bk-years {
    margin-top: 1rem;
  }
}
.bk-years .bk-baseline {
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.bk-years .bk-baseline span {
  display: inline-block;
}
.bk-years .bk-baseline span.baseline-image {
  float: left;
}
.bk-years .bk-baseline span.baseline-image img {
  height: 3rem;
  width: auto;
}
.bk-years .bk-baseline span.baseline-claim {
  margin-left: 1rem;
  margin-top: 1.1rem;
}
.bk-years .bk-baseline span.baseline-claim p {
  margin-top: 1rem;
}

.widget-area {
  padding: 0 0 5rem;
  background: #f5f5f5;
}
.widget-area h4 {
  font-size: 2rem;
  font-weight: 400;
  color: #444;
  margin-top: 6rem;
  margin-bottom: 4rem;
}
.widget-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-area li {
  margin-bottom: 1.6rem;
}
.widget-area li a {
  display: block;
}

.widget-title {
  font-size: 2rem;
  font-weight: 400;
  color: #444;
  margin-top: 6rem;
  margin-bottom: 4rem;
}
@media (max-width: 61.99em) {
  .widget-title {
    margin-top: 5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 35.99em) {
  .widget-title {
    margin-top: 4rem;
    margin-bottom: 1rem;
  }
}

.newsletter-form {
  float: left;
  width: 100%;
  margin-bottom: 4rem;
}
.newsletter-field {
  float: left;
  width: calc(100% - 6.4rem);
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 2rem;
  padding: 2rem;
  background: #fff;
  border: 2px solid #323232;
}
.newsletter-submit {
  font-size: 4rem;
  float: right;
  width: 6.4rem;
  height: 6.4rem;
  color: #fff;
  text-indent: -999rem;
  background-color: #323232;
  background-image: url("../img/arrow-white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 4.4rem 4.4rem;
  border: none;
  cursor: pointer;
}

.social {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-item {
  display: inline-block;
  float: left;
  text-indent: -999rem;
}
.social-link {
  display: block;
  width: 4.4rem;
  height: 4.4rem;
  margin: 0 2rem 1rem 0;
  background-color: #02ac1e;
  background-position: center center;
  background-repeat: no-repeat;
}
.social-link_twitter {
  background-image: url("../img/twitter.svg");
}
.social-link_facebook {
  background-image: url("../img/facebook.svg");
}

.site-info {
  padding: 4rem 0;
  background: #fff;
}
@media (max-width: 61.99em) {
  .site-info {
    padding: 3rem 0;
  }
}
@media (max-width: 47.99em) {
  .site-info {
    padding: 2rem 0;
  }
}
.site-info p {
  margin: 0;
}

.copyright {
  margin: 0;
}
@media (max-width: 74.99em) {
  .copyright {
    text-align: center;
    margin-bottom: 1rem;
  }
}
@media (max-width: 35.99em) {
  .copyright {
    text-align: left;
  }
}

.slider-container {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: block;
  background-color: #323232;
}
.slider-container.swiper-container {
  width: 100%;
  height: 50%;
  position: relative;
  z-index: -2;
}
.slider-container.swiper-container .swiper-pagination {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  left: 0;
}
.slider-container.swiper-container .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin: 0 0.4rem;
  border: 2px solid #fff;
  opacity: 1 !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider-container.swiper-container .swiper-pagination-bullet-active {
  background: #fff;
}
@media (max-width: 600px) {
  .slider-container.swiper-container .swiper-button-next,
  .slider-container.swiper-container .swiper-button-prev {
    display: none !important;
  }
}
@media (max-width: 61.99em) {
  .slider-container {
    height: 80%;
    min-height: 80%;
  }
}
.slider-container .swiper-slide {
  color: #fff;
  background-position: center bottom;
  background-size: cover;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  align-content: center;
  -webkit-box-align: stretch;
          align-items: stretch;
}
@media (max-width: 47.99em) {
  .slider-container .swiper-slide {
    padding-top: 7.4rem;
  }
}
@media (max-width: 35.99em) {
  .slider-container .swiper-slide {
    padding-top: 5rem;
  }
}
.slider-container .swiper-slide .wrap {
  width: 100%;
}
.slider-container .swiper-slide .wrap .grid {
  padding-right: 3rem;
  padding-left: 9rem;
}
@media (max-width: 47.99em) {
  .slider-container .swiper-slide .wrap .grid {
    padding-right: 2.5rem;
    padding-left: 0;
  }
}
.slider-pagination {
  right: 2rem;
  left: auto !important;
  width: auto !important;
}
.slider-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0.5rem 1rem !important;
  background: transparent;
  border: 2px solid #fff;
  box-sizing: content-box;
  opacity: 1;
  -webkit-transition: background 0.6s;
  transition: background 0.6s;
}
@media (max-width: 61.99em) {
  .slider-pagination .swiper-pagination-bullet {
    margin: 0.5rem !important;
  }
}
.slider-pagination .swiper-pagination-bullet:hover, .slider-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
@media (max-width: 47.99em) {
  .slider-logo {
    display: none;
  }
}
.slider-image {
  width: 40rem;
}
@media (max-width: 47.99em) {
  .slider-image {
    display: none;
  }
}
.slider-title {
  font-size: 4.2rem;
  line-height: 1.15;
  font-weight: 700;
}
@media (max-width: 74.99em) {
  .slider-title {
    font-size: 3.7rem;
  }
}
@media (max-width: 61.99em) {
  .slider-title {
    font-size: 3.3rem;
  }
}
@media (max-width: 47.99em) {
  .slider-title {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 35.99em) {
  .slider-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
}
.slider-desc {
  font-size: 2rem;
  font-weight: 400;
}
.slider-button {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 5rem;
  padding: 2rem 2.5rem;
  color: #fff;
  background: #02ac1e;
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider-button:hover, .slider-button:focus {
  color: #02ac1e;
  background: #fff;
}

.link-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: auto;
}
@media (max-width: 499px) {
  .link-container {
    width: 300px;
    margin-bottom: 3em;
  }
}
@media (min-width: 500px) {
  .link-container {
    width: 450px;
    margin-bottom: 3em;
  }
}
@media (min-width: 768px) {
  .link-container {
    width: 650px;
  }
}
@media (min-width: 992px) {
  .link-container {
    width: 870px;
    margin-bottom: 5em;
  }
}
@media (min-width: 1200px) {
  .link-container {
    width: 1070px;
  }
}
.link-container .link-wrap {
  text-align: right;
}
.link-container a.slider-link {
  text-decoration: none;
  border-radius: 2px;
  background-color: #323232;
  padding: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  justify-content: space-around;
  width: 200px;
  float: right !important;
}
.link-container a.slider-link .arrow-icon {
  color: #f90;
}
@media (max-width: 450px) {
  .link-container a.slider-link {
    font-size: 14px;
    padding: 8px;
  }
}
@media (max-width: 360px) {
  .link-container a.slider-link {
    display: none;
  }
}

.claim {
  padding: 2rem 4rem;
}
@media (max-width: 47.99em) {
  .claim {
    padding: 1rem 3rem;
  }
}
@media (max-width: 35.99em) {
  .claim {
    padding: 1rem 2rem;
  }
}
@media (max-width: 35.99em) {
  .claim {
    padding: 0;
  }
}

.main-title {
  font-size: 4rem;
  font-weight: 400;
}
@media (max-width: 61.99em) {
  .main-title {
    font-size: 3.4rem;
  }
}
@media (max-width: 47.99em) {
  .main-title {
    font-size: 2.8rem;
  }
}
@media (max-width: 35.99em) {
  .main-title {
    font-size: 2.6rem;
  }
}
.main-title span {
  color: #000;
}

.aktuelle {
  padding: 4rem 0;
}
@media (max-width: 61.99em) {
  .aktuelle-image {
    margin-bottom: 3rem;
  }
}
.aktuelle-info {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column wrap;
  -webkit-box-pack: center;
          justify-content: center;
  align-content: center;
  -webkit-box-align: start;
          align-items: flex-start;
}
.aktuelle-info p {
  font-size: 1.5rem;
  margin-top: 2rem;
}
.aktuelle-title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
}

.auswahl {
  margin-top: 4rem;
}
@media (max-width: 47.99em) {
  .auswahl-image {
    margin-bottom: 1.5rem;
  }
}
.auswahl-info {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column wrap;
  -webkit-box-pack: center;
          justify-content: center;
  align-content: center;
  -webkit-box-align: start;
          align-items: flex-start;
}
.auswahl-info p {
  font-size: 1.5rem;
  font-weight: 300;
}
.auswahl-title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
}

.teaser {
  margin-bottom: 4rem;
  display: block;
  text-decoration: none;
}
.teaser-image {
  float: left;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.teaser-block {
  margin-bottom: 20px;
  overflow: hidden;
}
.teaser-block:hover .teaser-image {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.teaser-title {
  font-size: 1.7rem;
  font-weight: 400;
  margin-top: 1.5rem;
  color: #000;
  text-decoration: none;
}

#map {
  width: 100%;
  height: 35rem;
  background: #eee;
  border-width: 1px 0;
  border-style: solid;
  border-color: #ccc;
}
@media (max-width: 61.99em) {
  #map {
    height: 30rem;
  }
}

.route-link {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}
.route-link a {
  color: #f90;
  text-decoration: underline;
}
.route-link a:hover {
  text-decoration: none;
}

.galleries .gallery-image {
  margin-bottom: 3rem;
}
@media (max-width: 35.99em) {
  .galleries .gallery-image {
    margin-bottom: 2.5rem;
  }
}
.galleries figcaption.media_image_full-caption {
  padding: 0;
  margin: 0;
  margin-top: -3.6rem;
  text-align: left;
  font-style: normal;
}
@media (max-width: 35.99em) {
  .galleries figcaption.media_image_full-caption {
    margin-top: -3rem;
    margin-bottom: 1rem;
  }
}

.cform_row {
  margin-bottom: 2rem;
}
.cform_row-label {
  font-size: 1.3rem;
  text-transform: uppercase;
  display: block;
}
.cform_row-input, .cform_row-textarea {
  width: 100%;
  padding: 1rem 1.5rem;
  border: 1px solid #ccc;
}
.cform_row-textarea {
  height: 20rem;
}
.cform_row-button {
  border: none;
  color: #1a1a1a;
  font-weight: 700;
  background: #ccc;
  padding: 2rem 3rem;
  cursor: pointer;
}

.piwik-opt-out {
  padding: 2rem 4rem;
}
@media (max-width: 47.99em) {
  .piwik-opt-out {
    padding: 1rem 3rem;
  }
}
@media (max-width: 35.99em) {
  .piwik-opt-out {
    padding: 1rem 2rem;
  }
}
@media (max-width: 35.99em) {
  .piwik-opt-out {
    padding: 0;
  }
}
.piwik-opt-out iframe html {
  color: #ddd;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.twocols {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 3rem;
          column-gap: 3rem;
}
@media (max-width: 35.99em) {
  .twocols {
    -webkit-column-count: 1;
            column-count: 1;
  }
}

.cc-window {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 350px;
  padding: 10px 15px;
  color: #323232;
  background: #fff;
  z-index: 999;
}
.cc-window a {
  color: #323232;
  text-decoration: underline;
  display: block;
}

.pagination li {
  padding: 0 0 0 2rem !important;
}
.pagination li:before {
  display: none !important;
}
.pagination li a {
  text-decoration: none;
}
.pagination li a:hover {
  text-decoration: underline;
}

.to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  padding: 10px;
  background: #323232;
  border-style: solid;
  color: #666;
  border-color: #666;
  border-width: 1px 0 0 1px;
  cursor: pointer;
  z-index: 999;
  display: none;
}

.news .main-title {
  font-size: 2.5rem;
}
.news-list-view .list-item {
  padding: 2rem 0;
}
.news-list-view .list-item-link {
  color: #fff;
  text-decoration: none;
}
.news-list-view .list-item-link:hover {
  text-decoration: none;
}
.news-list-view .list-item:hover .arrow-icon {
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
}
.news-list-date {
  font-size: 1.5rem;
  font-weight: 100;
  color: #999;
}
.news-title {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 0.8rem;
}
.news-teaser {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 1em;
}
.news-single .galleries img {
  margin: 1rem 0;
}
.news-text-wrap h5 {
  font-size: 1.3rem;
  margin-top: 0;
  margin-bottom: 4rem;
}
.news-text-wrap ul {
  margin-top: -1em;
}
.news-text-wrap ul li {
  font-weight: inherit;
}
.news-text-wrap ul li p {
  margin: 0;
  font-weight: inherit;
}

.news-backlink-wrap {
  margin-top: 15px;
}
.news-backlink-wrap a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.news-backlink-wrap a:before {
  content: "←";
  margin-right: 5px;
}

.w-100 {
  width: 100%;
}

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

.center-block {
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* stylelint-disable */
.left {
  float: left;
}

.right {
  float: right;
}

.m0 {
  margin: 0;
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.p0 {
  padding: 0;
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

.w100 {
  width: 100%;
}

.w50 {
  width: 50%;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.iblock {
  display: inline-block;
}

/* stylelint-enable */
@media (max-width: 35.99em) {
  .phabletp0 {
    padding: 0;
  }
}

.arrow-icon {
  color: #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.arrow-down:hover .arrow-icon {
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
}
.arrow-right:hover .arrow-icon {
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

img.mfp-img {
  padding: 35px 0 15px !important;
}

.parallax-window {
  width: 100%;
  height: 50%;
}

.cc-window {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 2000;
  width: 100%;
  max-width: 40rem;
  padding: 2rem;
  background: #323232;
  border: 1px solid #666;
  color: #fff;
}
.cc-window .cc-dismiss {
  cursor: pointer;
  display: inline-block;
  color: #f90;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  float: left;
  padding: 1.5rem;
  background: #323232;
  border: 1px solid #666;
  text-decoration: none;
}
.cc-window .cc-dismiss:hover {
  color: #fff;
}
.cc-window .cc-link {
  cursor: pointer;
  font-weight: 300;
  text-decoration: underline;
  color: #fff;
}
.cc-window .cc-link:hover {
  text-decoration: none;
}
.cc-window .cc-message {
  display: block;
  margin-bottom: 1rem;
  color: #fff;
}
.cc-window.cc-invisible {
  display: none;
}
