@charset "UTF-8";
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 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 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in 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 */
  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;
}

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

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

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

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

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

/**
 * 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 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * 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 OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

input[type=text],
input[type=email],
input[type="datetime-local"],
textarea,
select {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid rgba(24, 53, 77, 0.25);
  border-radius: 8px;
  color: #18354d;
  height: 46px;
  width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type="datetime-local"]:focus,
textarea:focus,
select:focus {
  border-color: rgba(59, 146, 228, 0.75) !important;
  box-shadow: 0 0 15px rgba(59, 146, 228, 0.5);
  outline: none;
}

input[type=text],
input[type=email],
textarea {
  padding: 8px 20px;
}

textarea {
  height: auto;
}

label {
  color: rgba(24, 53, 77, 0.5);
  cursor: pointer;
  padding: 9px 20px;
  position: absolute;
}

label + input[type=text],
label + input[type=email],
label + select {
  padding-left: 90px;
}

label + textarea {
  padding-top: 40px;
}

.form-group {
  -webkit-transition: padding 0.3s;
  -o-transition: padding 0.3s;
  transition: padding 0.3s;
  clear: both;
  margin: 0 0 28px;
  position: relative;
}
.form-group:before {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
  font-family: 'fontello';
  opacity: 0;
  position: absolute;
  right: 30px;
  top: 8px;
}

label.has-error {
  bottom: 0;
  color: #b81616;
  font-size: .9em;
  left: 0;
  line-height: 1;
  position: absolute;
  width: 100%;
}

button.btn-send {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding-right: 60px;
}
button.btn-send svg {
  position: absolute;
  top: 11px;
  right: 25px;
  height: 22px;
  width: 22px;
  transition: transform .15s;
}
button.btn-send svg path {
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: #3b92e4;
}
button.btn-send:hover svg {
  transform: rotate(10deg);
  transition: transform .15s;
}
button.btn-send:hover svg path {
  fill: #fff;
}
button.btn-send.is-sent {
  border-color: #3bb677;
  color: #3bb677;
  cursor: default;
  padding-right: 40px;
}
button.btn-send.is-sent:after {
  display: none;
  opacity: 0;
}
button.btn-send.is-sent svg {
  animation: flyaway 1.3s linear;
  opacity: 0;
  right: -1000px;
  top: -80px;
}
button.btn-send.is-sent svg path {
  fill: #3bb677;
}

@keyframes flyaway {
  0% {
    transform: rotate(10deg);
    top: 13px;
    right: 25px;
    height: 30px;
  }
  5% {
    transform: rotate(10deg);
    top: 13px;
    right: 0;
    height: 30px;
  }
  20% {
    transform: rotate(-20deg);
    top: 13px;
    right: -130px;
    height: 45px;
  }
  40% {
    transform: rotate(10deg);
    top: -40px;
    right: -280px;
    opacity: 1;
  }
  100% {
    transform: rotate(60deg);
    top: -200px;
    right: -1000px;
    height: 0;
    opacity: 0;
  }
}
.form-group.has-error {
  padding-bottom: 40px;
}
.form-group.has-error:before {
  color: #b81616;
  content: '\e80a';
  opacity: 1;
}
.form-group.has-error input, .form-group.has-error textarea {
  border-color: #b81616;
}

.form-group.is-valid:before {
  color: #3bb677;
  content: '\e80c';
  opacity: 1;
}

.form-captcha-group {
  margin-bottom: 40px;
}

.form-calendar-group:before {
  content: none !important;
}
.form-calendar-group > label {
  position: static;
  padding-left: 0;
}
.form-calendar-group .from-to {
  display: flex;
  margin-top: 5px;
}
.form-calendar-group .from-to .from-to-item {
  flex: 1 1 50%;
  position: relative;
}
.form-calendar-group .from-to .from-to-item + .from-to-item {
  margin-left: 15px;
}
.form-calendar-group .from-to .from-to-item:first-child {
  margin-right: 15px;
}
.form-calendar-group .from-to label ~ input:not([type="hidden"]) {
  padding-left: 90px;
}
.form-calendar-group .from-to .input-group-addon {
  position: absolute;
  right: 8px;
  top: 8px;
}

.timepicker-picker .btn {
  margin: 0 !important;
  border: 0 none;
  height: auto !important;
  line-height: auto !important;
}

.timepicker-picker .btn span:hover:before {
  color: #000;
}

.dropdown-menu {
  position: absolute;
  z-index: 999999;
  background: #fff;
  border: 1px solid rgba(24, 53, 77, 0.25);
  border-radius: 8px;
}
.dropdown-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dropdown-menu li.picker-switch {
  display: none;
}

.bootstrap-datetimepicker-widget table th {
  height: 33px;
  line-height: 33px;
}

.bootstrap-datetimepicker-widget table td span {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?81733118");
  src: url("../font/fontello.eot?81733118#iefix") format("embedded-opentype"), url("../font/fontello.woff2?81733118") format("woff2"), url("../font/fontello.woff?81733118") format("woff"), url("../font/fontello.ttf?81733118") format("truetype"), url("../font/fontello.svg?81733118#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?81733118#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-sun:before {
  content: '\e800';
}

/* '¯áÇ' */
.icon-left:before {
  content: '\e802';
}

/* '¯áé' */
.icon-right:before {
  content: '\e803';
}

/* '¯áâ' */
.icon-down:before {
  content: '\e804';
}

/* '¯áä' */
.icon-up:before {
  content: '\e805';
}

/* '¯áà' */
.icon-cloud-sun:before {
  content: '\e807';
}

/* '¯áç' */
.icon-cancel:before {
  content: '\e80a';
}

/* '¯áè' */
.icon-tick:before {
  content: '\e80c';
}

/* '¯áî' */
.icon-calendar:before {
  content: '\e80d';
}

/* '¯áì' */
.icon-phone:before {
  content: '\e80e';
}

/* '¯áÄ' */
.icon-tripod:before {
  content: '\e811';
}

/* '¯áæ' */
.icon-brightness:before {
  content: '\e812';
}

/* '¯áÆ' */
.icon-wifi:before {
  content: '\e813';
}

/* '¯áô' */
.icon-certificate:before {
  content: '\e814';
}

/* '¯áö' */
.icon-services:before {
  content: '\e815';
}

/* '¯áò' */
.icon-rotate:before {
  content: '\e817';
}

/* '¯áù' */
.icon-laptop:before {
  content: '\e820';
}

/* '¯áá' */
.icon-facebook:before {
  content: '\f300';
}

/* '´îÇ' */
.icon-instagram:before {
  content: '\f31e';
}

/* '´î×' */
@font-face {
  font-family: 'DIN Next LT Pro';
  src: url("../font/DINNextLTPro-Medium.eot");
  src: url("../font/DINNextLTPro-Medium.eot?#iefix") format("embedded-opentype"), url("../font/DINNextLTPro-Medium.woff2") format("woff2"), url("../font/DINNextLTPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  background: #020411;
  height: 100%;
  overflow-x: hidden;
}

body {
  background: #09264e;
  background-image: linear-gradient(to right, #00568c, #09264e);
  color: #fff;
  font-size: 18px;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', sans-serif;
  line-height: 1.67;
  min-height: 100%;
  padding: 0;
  position: relative;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 18px;
  }
}

a {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  color: #3b92e4;
  text-decoration: none;
}
a:hover {
  color: #95c4f0;
}

strong {
  font-weight: 500;
}

/* Logo */
h1 {
  left: 20px;
  margin: 0;
  position: absolute;
  top: 20px;
  z-index: 301;
}
@media (min-width: 992px) {
  h1 {
    left: 90px;
    top: 40px;
  }
}
h1 a {
  background: url(../img/logo.png) no-repeat;
  background-size: 100% auto;
  display: block;
  height: 36px;
  overflow: hidden;
  text-indent: 200px;
  white-space: nowrap;
  width: 100px;
}
@media (min-width: 576px) {
  h1 a {
    height: 65px;
    width: 180px;
  }
}

h2 {
  color: #fff;
  font-family: 'DIN Next LT Pro', sans-serif;
  font-size: 10vw;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media (min-width: 576px) {
  h2 {
    font-size: 8vw;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 34px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 54px;
    line-height: 1.07;
  }
}
h2 .kicker {
  display: block;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57;
  letter-spacing: 3px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  h2 .kicker {
    font-size: 3vw;
  }
}
@media (min-width: 768px) {
  h2 .kicker {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  h2 .kicker {
    font-size: 14px;
  }
}

p {
  margin: 0 0 28px;
}

hr {
  background: rgba(255, 255, 255, 0.05);
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
  border: none;
  height: 1px;
  margin: 0 auto;
  width: 30%;
}

.container {
  padding: 0 20px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    margin: 0 auto;
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}

.center {
  text-align: center;
}

.anchor {
  height: 1px;
  position: absolute;
  width: 100%;
  z-index: 200;
}

.box {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  color: #18354d;
  margin: 0 20px;
  padding: 40px 20px;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .box {
    margin: 0 auto;
    padding: 60px;
  }
}
.box h2 {
  color: #18354d;
  font-size: 6vw;
  line-height: 1;
  margin: 0 0 40px;
}
@media (min-width: 576px) {
  .box h2 {
    font-size: 32px;
    margin: 0 0 60px;
  }
}

p.intro {
  font-size: 18px;
}

@media (max-width: 991px) {
  .xl {
    display: none;
  }
}
@media (min-width: 992px) {
  .sm {
    display: none;
  }
}
#video-elem video {
  width: 100%;
  vertical-align: bottom;
}
#video-elem .btn {
  text-align: center;
}
@media (min-width: 768px) {
  #video-elem .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 250px;
  }
}
#video-elem .btn svg {
  position: relative;
  top: 2px;
  width: 13px;
  height: 16px;
}

.btn {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  background: transparent;
  border: 2px solid #4c9dea;
  border-radius: 0;
  color: #3b92e4;
  cursor: pointer;
  display: inline-block;
  font-family: 'DIN Next LT Pro', sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  margin-right: 20px;
  opacity: .999;
  outline: none;
  padding: 15px 40px;
  position: relative;
  width: 100%;
}
.btn:after {
  -webkit-transition: transform 0.2s, opacity 0.3s;
  -o-transition: transform 0.2s, opacity 0.3s;
  transition: transform 0.2s, opacity 0.3s;
  background: #4661b5;
  background: -webkit-linear-gradient(right, #4661b5, #4a98e5);
  background: linear-gradient(to left, #4661b5, #4a98e5);
  border-radius: 0;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: scale(1.2, 1.75);
  width: 100%;
  z-index: -1;
}
.btn:hover, .cta .btn {
  border-color: transparent;
  color: #fff;
}
.btn:hover:after, .cta .btn:after {
  opacity: 1;
  transform: scale(1);
}
.cta .btn:hover {
  border-color: #4c9dea;
}
.cta .btn:hover:after {
  opacity: 0;
  transform: scale(1.2, 1.75);
}
@media (min-width: 768px) {
  .btn {
    width: auto;
  }
}

.text-link {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  display: inline-block;
  font-size: .9em;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 20px 4px 20px 0;
  outline: none;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
}
.text-link:after {
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  content: '\e803';
  display: inline-block;
  font-family: 'fontello';
  margin-left: 8px;
}
.text-link:hover {
  color: #3b92e4;
  text-shadow: 0 0 30px rgba(76, 157, 234, 0.5);
}
.text-link:hover:after {
  margin-left: 4px;
}

.icon-link {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #fff;
  color: #18354d;
  display: inline-block;
  font-size: 20px;
  line-height: 32px;
  margin: 0 0 0 20px;
  outline: none;
  position: relative;
  text-align: center;
  width: 32px;
}
.icon-link:after {
  -webkit-transition: transform 0.3s, opacity 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #fff;
  border-radius: 50%;
  content: '';
  height: 100%;
  left: -2px;
  padding: 2px;
  pointer-events: none;
  position: absolute;
  top: -2px;
  width: 100%;
  z-index: -1;
}
.icon-link:hover {
  color: #fff;
}
.icon-link:hover:after {
  opacity: 0;
  transform: scale(1.4);
}

/* Main ********************************************************************* */
@media (max-width: 1199px) {
  html.nav-open {
    overflow: hidden;
  }
}
#nav-main {
  -webkit-transition: transform 0.5s ease, opacity 0.5s ease;
  -o-transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  background: #003c65;
  font-size: 20px;
  font-weight: 500;
  font-family: 'DIN Next LT Pro', sans-serif;
  height: 100%;
  left: 0;
  overflow: auto;
  opacity: 0;
  padding: 80px 0;
  position: fixed;
  top: 0;
  transform: translateX(-100%);
  width: 100%;
  will-change: transform, opacity;
  z-index: 50;
}
@media (min-width: 1200px) {
  #nav-main {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background: transparent;
    font-size: 12px;
    height: auto;
    left: auto;
    opacity: 1;
    overflow: visible;
    padding: 0;
    position: absolute;
    right: 90px;
    top: 60px;
    transform: none;
    width: auto;
  }
}
.nav-open #nav-main {
  opacity: 1;
  transform: translateX(0);
}
#nav-main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#nav-main li {
  margin: 0 0 20px;
  opacity: 0;
  margin-left: 10px;
}
@media (max-width: 1350px) {
  #nav-main li.imprint {
    display: none;
  }
}
.nav-open #nav-main li {
  animation: menuFade .5s ease forwards;
  animation-delay: .35s;
  margin-bottom: 20px;
  position: relative;
}
.nav-open #nav-main li:nth-of-type(2) {
  animation-delay: .4s;
}
.nav-open #nav-main li:nth-of-type(3) {
  animation-delay: .45s;
}
.nav-open #nav-main li:nth-of-type(4) {
  animation-delay: .5s;
}
.nav-open #nav-main li:nth-of-type(5) {
  animation-delay: .55s;
}
.nav-open #nav-main li:nth-of-type(6) {
  animation-delay: .6s;
}
.nav-open #nav-main li:nth-of-type(7) {
  animation-delay: .65s;
}
@media (min-width: 1200px) {
  #nav-main li {
    float: left;
    margin: 0 0 0 5px;
    opacity: 1;
  }
}
#nav-main a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  display: block;
  outline: none;
  padding: 8px 15px;
  position: relative;
  text-align: center;
  font-weight: 500;
}
@media (min-width: 1200px) {
  #nav-main a {
    text-align: left;
    font-size: 16px;
    letter-spacing: 4px;
  }
}
#nav-main a:hover {
  color: #4c9dea;
  text-shadow: 0 0 30px rgba(76, 157, 234, 0.5);
}
@media (max-width: 1199px) {
  #nav-main .cta {
    margin: 10px;
  }
}
#nav-main .cta .btn {
  top: -5px;
  margin-right: 0;
  padding: 15px 40px;
}
#nav-main .cta .btn:hover {
  color: #fff;
}

@keyframes menuFade {
  0% {
    opacity: 0;
    left: -25%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
#nav-social-media {
  display: none;
  position: absolute;
  right: 80px;
  top: 44px;
  z-index: 30;
}
@media (min-width: 1200px) {
  #nav-social-media {
    display: block;
  }
}

/* Nav toggle button ******************************************************** */
#nav-toggle-button {
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  background: transparent;
  border: none;
  cursor: pointer;
  height: 22px;
  outline: none !important;
  overflow: hidden;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 30px;
  z-index: 100;
}
@media (min-width: 992px) {
  #nav-toggle-button {
    right: 90px;
    top: 60px;
  }
}
@media (min-width: 1200px) {
  #nav-toggle-button {
    display: none;
  }
}
#nav-toggle-button span {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#nav-toggle-button span.middle-1 {
  left: -50%;
  top: 9px;
}
#nav-toggle-button span.middle-2 {
  left: 50%;
  top: 9px;
}
#nav-toggle-button span.bottom {
  top: 18px;
}
.nav-open #nav-toggle-button .top {
  transform: translateY(9px) translateX(0) rotate(45deg);
}
.nav-open #nav-toggle-button .middle-1 {
  transform: translateX(-100%);
}
.nav-open #nav-toggle-button .middle-2 {
  transform: translateX(100%);
}
.nav-open #nav-toggle-button .bottom {
  transform: translateY(-9px) translateX(0) rotate(-45deg);
}

/* Sidebar ****************************************************************** */
#nav-sidebar {
  display: none;
  position: fixed;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 40;
}
@media (min-width: 1200px) {
  #nav-sidebar {
    display: block;
  }
}
#nav-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#nav-sidebar ul a {
  color: transparent;
  display: block;
  padding-right: 25px;
  position: relative;
  text-align: right;
}
#nav-sidebar ul a:before {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #003c65;
  content: '';
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 12px;
  border-radius: 50%;
  margin-top: -5px;
}
#nav-sidebar ul a:hover {
  color: #3b92e4;
}
#nav-sidebar ul a:hover:before {
  background: #3b92e4;
}
#nav-sidebar ul a.active:before {
  background: #3b92e4;
}

#nav-main .lang {
  text-align: center;
  font-size: 0;
}
#nav-main .lang h2 {
  font-size: 14px;
  text-align: center;
}
#nav-main .lang .item {
  display: inline-block;
  font-size: 12px;
  padding: 0 10px;
  height: 40px;
}
@media (min-width: 1200px) {
  #nav-main .lang {
    text-align: right;
    padding-right: 5px;
    position: absolute;
    top: -40px;
    right: 0px;
  }
  #nav-main .lang h2 {
    display: inline-block;
    padding-right: 15px;
  }
  #nav-main .lang .item {
    padding: 0;
    padding-right: 10px;
  }
  #nav-main .lang .item.active {
    opacity: .5;
  }
}

html.sidebar-open {
  overflow: hidden;
}

.sidebar {
  -webkit-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  color: #18354d;
  height: 100%;
  overflow: scroll;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 200;
  transform: translateX(110%);
}
.sidebar .content {
  padding-bottom: 30px;
}
.sidebar .slider {
  margin-left: 30px;
  margin-right: 30px;
}
.sidebar .slider figure {
  margin: 0;
}
.sidebar .slider figure img {
  width: 100%;
}
@media (min-width: 576px) {
  .sidebar {
    overflow: hidden;
    transform: translateX(110%);
    width: 80%;
  }
}
@media (min-width: 768px) {
  .sidebar {
    transform: translateX(110%);
    width: 75%;
  }
}
@media (min-width: 992px) {
  .sidebar {
    min-width: 600px;
    width: 30%;
  }
}
.sidebar .inner {
  height: 100%;
  padding: 0 20px;
}
@media (min-width: 576px) {
  .sidebar .inner {
    overflow: auto;
    padding: 0 60px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .sidebar .inner {
    padding: 0 60px;
  }
}
.sidebar .close {
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 20;
  background: #fff;
  opacity: 1;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #000;
  font-size: 25px;
  line-height: 27px;
    /*
    @include media-breakpoint-up(sm) {
      right: 80px;
    }

    @include media-breakpoint-up(md) {
      right: 120px;
    }
    */
}
.sidebar .close:hover {
  opacity: 1;
}
.sidebar header {
  background: #f1f1f1 none 50% 50% no-repeat;
  background-size: cover;
  margin: 0 -20px 40px;
  padding: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .sidebar header {
    margin: 0 -60px 60px;
    padding: 60px;
  }
}
.sidebar header:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  right: 0;
  bottom: 0;
}
.sidebar h2 {
  font-size: 30px;
  margin-top: 0;
  color: #fff;
  position: relative;
  z-index: 1;
}
.sidebar h2 span {
  display: block;
  font-size: 50px;
}
.sidebar h2 span.kicker {
  font-size: 18px;
  margin-top: 5px;
}
.sidebar:target, .sidebar.active {
  display: block;
  transform: translateX(0);
}
@media (min-width: 576px) {
  .sidebar:target, .sidebar.active {
    transform: translateX(0);
  }
}
@media (min-width: 768px) {
  .sidebar:target, .sidebar.active {
    transform: translateX(0);
  }
}

#lichttechnik header {
  background-image: url("../img/sections/lichttechnik.jpg");
}

#studiotechnik header {
  background-image: url("../img/sections/studiotechnik.jpg");
}

#kommunikation header {
  background-image: url("../img/sections/kommunikation.jpg");
}

#dienstleistungen header {
  background-image: url("../img/sections/dienstleistungen.jpg");
}

#uebertragungswagen header {
  background-image: url("../img/sections/uebertragungswagen.jpg");
}

#officetrailer header {
  background-image: url("../img/sections/officetrailer.jpg");
}

.sidebar .slick-prev:before,
.sidebar .slick-next:before {
  content: '' !important;
  display: block;
  width: 30px !important;
  height: 30px !important;
  background-color: #222;
  background-size: 60%;
  background-repeat: no-repeat;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.sidebar .slick-prev:hover:before,
.sidebar .slick-next:hover:before {
  background-color: #000;
}

.sidebar .slick-arrow,
.sidebar .slick-arrow:active,
.sidebar .slick-arrow:focus,
.sidebar .slick-arrow:hover {
  width: 30px;
  height: 30px;
}

.sidebar .slick-prev:before {
  background-image: url("../img/arrow-left.svg");
  background-position: 5px 6px;
}

.sidebar .slick-next:before {
  background-image: url("../img/arrow-right.svg");
  background-position: 6px 6px;
}

.sidebar .slick-next {
  right: -35px;
}

/* 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: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  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: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-figure figure {
  margin: 0;
}

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

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

.mfp-image-holder .mfp-content {
  max-width: 1400px;
}

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

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

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

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

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

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

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

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

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

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

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

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../font/slick.eot");
  src: url("../font/slick.eot?#iefix") format("embedded-opentype"), url("../font/slick.woff") format("woff"), url("../font/slick.ttf") format("truetype"), url("../font/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 30px;
  line-height: 1;
  color: black;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -35px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -35px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -35px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-track,
.slick-list {
  -webkit-perspective: 2000px;
  -webkit-backface-visibility: hidden;
}

#intro {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
#intro .slider {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
#intro .slider img {
  display: block;
  height: auto;
  width: 100%;
}
#intro .slider * {
  outline: 0 none !important;
  -webkit-tap-highlight-color: transparent;
}
#intro .stage {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -80%);
  text-align: center;
  width: 100%;
}
#intro .stage h1, #intro .stage h2, #intro .stage p {
  margin: 0;
  color: #fff;
}
#intro .stage h1 {
  position: static;
  font-size: 30px;
  padding-bottom: 5px;
}
#intro .stage h2 {
  font-size: 48px;
  font-weight: 600;
}
#intro .stage .stats {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
#intro .stage .stats .stat {
  margin: 0 50px;
  margin-right: 0;
  color: #fff;
  position: relative;
  padding-right: 50px;
}
#intro .stage .stats .stat:after {
  display: inline-block;
  content: '';
  width: 2px;
  background: #fff;
  box-shadow: -4px 1px 2px rgba(0, 0, 0, 0.2);
  margin-left: 15px;
  position: absolute;
  top: 15px;
  bottom: 15px;
  right: 0;
}
#intro .stage .stats .stat:last-child:after {
  content: none;
}
#intro .stage .stats strong {
  font-size: 35px;
  font-weight: bold;
}
#intro .stage .stats abbr {
  font-size: 18px;
}
#intro .stage p.cta {
  margin-top: 40px;
}
#intro .stage h1, #intro .stage h2,
#intro .stage .stat strong,
#intro .stage .stat abbr,
#intro .stage .stat .label {
  margin: 0;
  color: #fff;
  text-shadow: -4px 1px 2px rgba(0, 0, 0, 0.2);
}
#intro .hero {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
  top: 50%;
  transform: translate(0, -50%);
}
#intro .hero .container {
  text-align: left;
}
#intro .hero .container h1, #intro .hero .container h2 {
  color: #fff;
  margin: 0;
  font-family: 'DIN Next LT Pro', sans-serif;
  font-weight: 500;
}
#intro .hero .container h1 {
  position: static;
  font-size: 14px;
  line-height: 45px;
  max-width: 60%;
  text-transform: uppercase;
  margin-bottom: 40px;
}
#intro .hero .container h2 {
  font-size: 20px;
  max-width: 70%;
}
#intro .hero .container .cta {
  margin-top: 30px;
  font-family: 'DIN Next LT Pro', sans-serif;
  font-weight: 500;
  max-width: 500px;
}
#intro .hero .container .cta .btn {
  color: #fff;
}
#intro .hero .container .cta .btn:hover {
  color: #3b92e4;
}
@media (min-width: 1000px) {
  #intro .hero .container h1 {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: 3px;
  }
  #intro .hero .container h2 {
    font-size: 70px;
    line-height: 1.07;
    margin-bottom: 50px;
  }
  #intro .hero .container .cta {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
  }
}
#intro .open-interactive-studio {
  border-color: #fff;
  bottom: 20%;
  color: #fff;
  font-size: 10px;
  display: none;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 26;
}
@media (min-width: 992px) {
  #intro .open-interactive-studio {
    display: block;
  }
}
@media (min-width: 1200px) {
  #intro .open-interactive-studio {
    font-size: .9em;
  }
}
#intro .open-interactive-studio:after {
  background: #fff;
}
#intro .open-interactive-studio:hover {
  color: #18354d;
}
#intro:after {
  content: '';
  display: block;
  padding-top: 100%;
}
@media (min-width: 768px) {
  #intro:after {
    padding-top: 56.25%;
  }
}

/* Scroll down link ********************************************************* */
#intro a.scroll-down-link {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 11px;
  font-weight: 400;
  left: 50%;
  letter-spacing: 1px;
  opacity: 1;
  outline: none;
  padding: 50px 100px;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  text-transform: uppercase;
  z-index: 25;
}
@media (min-width: 1120px) {
  #intro a.scroll-down-link {
    display: block;
  }
}
@media (min-width: 1500px) {
  #intro a.scroll-down-link {
    bottom: 15%;
  }
}
#intro a.scroll-down-link .mouse-icon {
  border: 2px solid #fff;
  border-radius: 16px;
  display: block;
  height: 40px;
  margin: 6px auto;
  position: relative;
  width: 24px;
}
#intro a.scroll-down-link .mouse-icon:before {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  bottom: -20px;
  content: '\e804';
  font-family: 'fontello';
  left: 50%;
  line-height: 1;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
}
#intro a.scroll-down-link .mouse-icon .wheel {
  background: #fff;
  border-radius: 10px;
  display: block;
  height: 6px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 5px;
  width: 2px;
}
#intro a.scroll-down-link:hover {
  opacity: 1;
}
#intro a.scroll-down-link:hover .wheel {
  animation-name: drop;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-play-state: running;
}
#intro a.scroll-down-link:hover .mouse-icon:before {
  bottom: -24px;
}

@keyframes drop {
  0% {
    top: 5px;
    opacity: 1;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
#studio-section {
  padding: 50px 0;
  position: relative;
  background: url(../img/14.png) no-repeat 50% 20px;
  background-size: 85% auto;
}
@media (min-width: 576px) {
  #studio-section {
    background-size: 70% auto;
    background-position: 10% 50%;
    padding: 100px 0;
  }
}
@media (min-width: 768px) {
  #studio-section {
    background-position: 0 100%;
    background-size: auto 90%;
  }
}
@media (min-width: 1200px) {
  #studio-section {
    padding: 200px 0;
    padding-bottom: 0;
  }
}
#studio-section h2 {
  margin-top: 0;
}
@media (min-width: 768px) {
  #studio-section h2 {
    float: left;
    width: 38%;
  }
}
@media (min-width: 1200px) {
  #studio-section h2 {
    width: 45%;
  }
}
@media (min-width: 768px) {
  #studio-section .text {
    float: right;
    width: 50%;
  }
}
@media (max-width: 575px) {
  #studio-section .text-link {
    display: block;
    margin: 20px 0;
  }
}
#studio-section .statistics {
  margin: 50px 0;
}
#studio-section .statistics > p {
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 576px) {
  #studio-section .statistics {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0;
  }
  #studio-section .statistics > p {
    flex: 0 0 50%;
    margin: 0;
    margin-top: 50px;
  }
}
#studio-section .statistics .number {
  display: inline-block;
  font-size: 60px;
  font-weight: 500;
  line-height: 65px;
  margin-right: 4px;
  font-family: 'DIN Next LT Pro';
}
@media (min-width: 576px) {
  #studio-section .statistics .number {
    font-size: 60px;
    line-height: 50px;
  }
}
#studio-section .statistics .unit {
  font-size: 6vw;
  line-height: 10vw;
  font-family: 'DIN Next LT Pro';
  font-weight: 500;
}
@media (min-width: 576px) {
  #studio-section .statistics .unit {
    font-size: 26px;
    line-height: 50px;
  }
}
#studio-section .statistics .property {
  font-family: 'DIN Next LT Pro';
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 3px;
  font-weight: 500;
}

#set.anchor {
  margin-top: 50px;
}
@media (min-width: 768px) {
  #set.anchor {
    margin-top: 350px;
  }
}

#set-section,
#set2-section {
  background: #fff;
  margin: 50px 0;
  overflow: hidden;
  transform: skewY(-4deg);
  background: #f7f7f7;
  color: #18354d;
  margin: 0;
}
@media (min-width: 768px) {
  #set-section,
  #set2-section {
    margin: 200px 0;
  }
}
#set-section .inner,
#set2-section .inner {
  color: #18354d;
  padding: 50px 0;
  transform: skewY(4deg);
}
@media (min-width: 576px) {
  #set-section .inner,
  #set2-section .inner {
    padding: 100px 0;
  }
}
@media (min-width: 768px) {
  #set-section .inner,
  #set2-section .inner {
    padding: 150px 0;
  }
}
@media (min-width: 992px) {
  #set-section .inner,
  #set2-section .inner {
    padding: 200px 0;
  }
}
#set-section .inner h2,
#set2-section .inner h2 {
  color: #18354d;
}
#set-section .inner .text-link,
#set2-section .inner .text-link {
  color: #18354d;
  opacity: .999;
}
@media (min-width: 768px) {
  #set-section,
  #set2-section {
    margin: 50px 0 0;
  }
}
@media (min-width: 992px) {
  #set-section,
  #set2-section {
    margin: 200px 0 0;
  }
}
#set-section .inner,
#set2-section .inner {
  margin: -100px 0;
  padding: 200px 0;
}
@media (min-width: 576px) {
  #set-section .inner,
  #set2-section .inner {
    padding: 200px 0;
  }
}
@media (min-width: 768px) {
  #set-section .inner,
  #set2-section .inner {
    padding: 250px 0;
  }
}
@media (min-width: 992px) {
  #set-section .inner,
  #set2-section .inner {
    padding: 300px 0;
  }
}
#set-section h2,
#set2-section h2 {
  margin-top: 0;
}
@media (min-width: 768px) {
  #set-section h2,
  #set2-section h2 {
    float: left;
    width: 38%;
  }
}
@media (min-width: 1200px) {
  #set-section h2,
  #set2-section h2 {
    width: 45%;
  }
}
@media (min-width: 768px) {
  #set-section .text,
  #set2-section .text {
    float: right;
    width: 50%;
  }
}
#set-section .video video, #set-section .video img,
#set2-section .video video,
#set2-section .video img {
  width: 100%;
  vertical-align: bottom;
}

#set2-section {
  background: #fff;
  margin-top: -2px;
}

#video-pane {
  margin-top: 50px;
}
@media (min-width: 992px) {
  #video-pane {
    margin-top: 100px;
  }
}

#ausstattung.anchor {
  margin-top: -60px;
}
@media (min-width: 576px) {
  #ausstattung.anchor {
    margin-top: -120px;
  }
}

#ausstattung-section {
  margin-bottom: 25px;
}
@media (min-width: 576px) {
  #ausstattung-section {
    margin-bottom: 50px;
  }
}
#ausstattung-section .container {
  top: -40px;
}
@media (min-width: 576px) {
  #ausstattung-section .container {
    top: -60px;
  }
}
@media (min-width: 768px) {
  #ausstattung-section .container {
    top: -80px;
  }
}
#ausstattung-section ul {
  border-top: 1px solid rgba(24, 53, 77, 0.05);
  font-size: 4vw;
  list-style: none;
  margin: 0 0 60px;
  padding: 0;
  text-align: left;
}
@media (min-width: 576px) {
  #ausstattung-section ul {
    font-size: 18px;
  }
}
#ausstattung-section ul > li {
  border-bottom: 1px solid rgba(24, 53, 77, 0.05);
}
#ausstattung-section ul a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #18354d;
  display: block;
  font-weight: 500;
  padding: 15px;
  position: relative;
  z-index: 1;
}
#ausstattung-section ul a [class^="icon-"]:before, #ausstattung-section ul a [class*=" icon-"]:before {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: rgba(0, 0, 0, 0.2);
}
#ausstattung-section ul a:after {
  content: '\e803';
  font-family: 'fontello';
  float: right;
}
#ausstattung-section ul a:before {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #465db1;
  background: -webkit-linear-gradient(40deg, #465db1, #4c9dea);
  background: linear-gradient(50deg, #465db1, #4c9dea);
  content: '';
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
#ausstattung-section ul a:hover {
  color: #fff;
}
#ausstattung-section ul a:hover [class^="icon-"]:before, #ausstattung-section ul a:hover [class*=" icon-"]:before {
  color: rgba(255, 255, 255, 0.8);
}
#ausstattung-section ul a:hover:before {
  opacity: 1;
}

#gallery-section .buttons {
  text-align: center;
}

/*
@media (max-width: 979px) {
  #gallery-section .imgrid {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 50px;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  #gallery-section .imgrid {
    margin-left: calc((100vw - 720px) * -1);
    margin-right: calc((100vw - 720px) * -1);
  }
}
@media (max-width: 979px) {
  #gallery-section .imgrid figure {
    margin: 0;
    padding: 5px;
  }
  #gallery-section .imgrid figure img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 980px) {
  #gallery-section .imgrid {
    position: relative;
    height: 800px;
    position: relative;
    margin-top: 180px;
    left: -10px;
  }
  #gallery-section .imgrid figure {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 !important;
    margin: 0 !important;
    will-change: transform;
    backface-visibility: hidden;
        /*
        &:before, &:after {
          content: '';
          position: absolute;
          background: rgb(2, 41, 73);
          display: block;
          z-index: 999;
        }

        &:before {
          top: 0;
          left: -1px;
          bottom: 0;
          width: 11px;
        }

        &:after {
          left: 0;
          right: 0;
          bottom: 0;
          height: 11px;
        }
        *
  }
  #gallery-section .imgrid figure a {
    display: block;
    outline: none;
    overflow: hidden;
    position: relative;
    clip-path: inset(5px 5px 5px 5px);
    -webkit-clip-path: inset(5px 5px 5px 5px);
  }
  #gallery-section .imgrid figure a:before {
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    background: rgba(70, 93, 177, 0.3);
    background: -webkit-linear-gradient(-60deg, rgba(70, 93, 177, 0.3) 50%, #4c9dea);
    background: linear-gradient(150deg, rgba(70, 93, 177, 0.3) 50%, #4c9dea);
    content: '';
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
    backface-visibility: hidden;
    will-change: opacity;
  }
  #gallery-section .imgrid figure a:after {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #fff;
    content: '+';
    font-size: 96px;
    left: calc(50% + 5px);
    line-height: 1;
    opacity: 0;
    position: absolute;
    top: calc(50% - 5px);
    transform: translateX(-50%) translateY(-50%) scale(0.5);
    z-index: 3;
  }
  #gallery-section .imgrid figure a:hover:before {
    opacity: 1;
  }
  #gallery-section .imgrid figure a:hover:after {
    transform: translateX(-50%) translateY(-50%) scale(1);
    opacity: 1;
    transition-delay: .3s;
  }
  #gallery-section .imgrid figure a:hover img {
    transform: scale(1.15);
  }
  #gallery-section .imgrid figure img {
    width: 100%;
    vertical-align: top;
    -webkit-transition: transform 0.7s;
    -o-transition: transform 0.7s;
    transition: transform 0.7s;
  }
  #gallery-section .imgrid figure:nth-child(1) {
    width: calc(100% / 3);
  }
  #gallery-section .imgrid figure:nth-child(2) {
    width: calc(100% / 3);
    transform: translateX(50%) translateY(100%);
  }
  #gallery-section .imgrid figure:nth-child(3), #gallery-section .imgrid figure:nth-child(4) {
    left: calc(100% / 3);
    width: calc(100% / 6);
  }
  #gallery-section .imgrid figure:nth-child(4) {
    transform: translateY(100%);
  }
  #gallery-section .imgrid figure:nth-child(5) {
    width: calc(100% / 3);
    transform: translateX(150%);
  }
  #gallery-section .imgrid figure:nth-child(6) {
    width: calc(100% / 6);
    transform: translateX(300%) translateY(-100%);
  }
  #gallery-section .imgrid figure:nth-child(7) {
    width: calc(100% / 6);
    transform: translateX(300%) translateY(200%);
  }
  #gallery-section .imgrid figure:nth-child(8) {
    width: calc(100% / 3);
    transform: translateY(-100%) translateX(200%);
  }
  #gallery-section .imgrid figure:nth-child(9) {
    width: calc(100% / 6);
    transform: translateX(500%);
    left: 2px;
  }
  #gallery-section .imgrid figure:nth-child(10) {
    width: calc(100% / 6);
    transform: translateY(400%) translateX(200%);
  }
  #gallery-section .imgrid figure:nth-child(11) {
    width: calc(100% / 3);
    transform: translateY(200%) translateX(150%);
  }
  #gallery-section .imgrid figure:nth-child(12) {
    width: calc(100% / 6);
    transform: translateY(500%) translateX(500%);
    left: 3px;
  }
  #gallery-section .imgrid figure:nth-child(13) {
    width: calc(100% / 6);
    transform: translateY(600%) translateX(400%);
  }
  #gallery-section .imgrid figure:nth-child(14) {
    width: calc(100% / 6);
    transform: translateY(500%) translateX(200%);
  }
  #gallery-section .imgrid figure:nth-child(15) {
    width: calc(100% / 3);
    transform: translateY(300%) translateX(100%);
  }
  #gallery-section .imgrid figure:nth-child(16) {
    transform: translateY(300%) translateX(300%);
    width: calc(100% / 6);
  }
  #gallery-section .imgrid figure:nth-child(3) a:after, #gallery-section .imgrid figure:nth-child(4) a:after, #gallery-section .imgrid figure:nth-child(6) a:after, #gallery-section .imgrid figure:nth-child(7) a:after, #gallery-section .imgrid figure:nth-child(9) a:after, #gallery-section .imgrid figure:nth-child(10) a:after, #gallery-section .imgrid figure:nth-child(12) a:after, #gallery-section .imgrid figure:nth-child(13) a:after, #gallery-section .imgrid figure:nth-child(14) a:after, #gallery-section .imgrid figure:nth-child(16) a:after {
    font-size: 46px;
  }
}
*/

.gallery-slider {
  position: relative;
  z-index: 41;
}

.gallery-slider::before,
.gallery-slider::after {
  content: '';
  pointer-events: none;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 42;
}

@media (min-width: 1900px) {
  .gallery-slider::before,
  .gallery-slider::after {
    width: 100px;
  }
}

.gallery-slider::before {
  background-image: linear-gradient(to right, #00568c, transparent);
  left: 0;
}

.gallery-slider::after {
  background-image: linear-gradient(to left, #09264e, transparent);
  right: 0;
}

.gallery-slider .slick-dots {
  position: static;
}

.gallery-slider .slick-prev,
.gallery-slider .slick-next {
  z-index: 99;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 50% 50%;
  width: 30px;
  height: 40px;
}

.gallery-slider .slick-prev::before,
.gallery-slider .slick-next::before {
  content: none;
}

.gallery-slider .slick-prev {
  left: 0px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTQxLjM2NyA1Mi43MzRhMS43NTggMS43NTggMCAwIDEtMS4yNDMtLjUxNEwxOC40NTcgMzAuNTUyYTEuNzU4IDEuNzU4IDAgMCAxIDAtMi40ODZMNDAuMTI0IDYuMzk4YTEuNzU4IDEuNzU4IDAgMCAxIDIuNDg3IDIuNDg2TDIyLjE4NiAyOS4zMDlsMjAuNDI1IDIwLjQyNGExLjc1OCAxLjc1OCAwIDAgMS0xLjI0NCAzLjAwMVoiLz4KPC9zdmc+Cg==');
}

.gallery-slider .slick-next {
  right: 0px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIzLjY4NCA1Mi43MzRhMS43NTggMS43NTggMCAwIDEtMS4yNDMtM2wyMC40MjUtMjAuNDI1TDIyLjQ0MSA4Ljg4NGExLjc1OCAxLjc1OCAwIDAgMSAyLjQ4Ni0yLjQ4NmwyMS42NjggMjEuNjY4YTEuNzU3IDEuNzU3IDAgMCAxIDAgMi40ODZMMjQuOTI3IDUyLjIyYTEuNzU4IDEuNzU4IDAgMCAxLTEuMjQzLjUxNFoiLz4KPC9zdmc+Cg==');
}

@media (min-width: 1200px) {
  .gallery-slider .slick-prev,
  .gallery-slider .slick-next {
    background-size: 40px 40px;
    width: 60px;
    height: 60px;
  }

  .gallery-slider .slick-prev {
    left: 40px;
  }

  .gallery-slider .slick-next {
    right: 40px;
  }
}

.gallery-slider .slide {
  box-sizing: border-box;
  padding: 10px;
  cursor: pointer;
  opacity: .4;
  transition: opacity 500ms ease;
}

@media (min-width: 1200px) {
  .gallery-slider .slick-slide {
    width: 980px !important;
  }
}

.gallery-slider .slick-active .slide {
  opacity: 1;
}

.gallery-slider .slide img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

#gallery-section .imgrid {
  margin-bottom: 50px;
}

#gallery-section .imgrid .slick-slide {
  position: relative;
}

#gallery-section .imgrid .slick-slide:not(.slick-active)::before {
   content: '';
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
}

@media (max-width: 979px) {
  #gallery-section .imgrid {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 50px;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  #gallery-section .imgrid {
    margin-left: calc((100vw - 720px) * -1);
    margin-right: calc((100vw - 720px) * -1);
  }
}

@media (max-width: 979px) {
  #gallery-section .imgrid a {
    margin: 0;
    padding: 5px;
  }
  #gallery-section .imgrid img {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 980px) {
  #gallery-section .imgrid {
    position: relative;
  }

  #gallery-section .imgrid::before,
  #gallery-section .imgrid::after {
    content: '';
    position: absolute;
    width: 50px;
    top: 0;
    bottom: 0;
    z-index: 10;
    pointer-events: none;
  }

  #gallery-section .imgrid::before {
    background-image: linear-gradient(to right, #034779, transparent);
    left: 0;
  }

  #gallery-section .imgrid::after {
    background-image: linear-gradient(to left, #063562, transparent);
    right: 0;
  }

  #gallery-section .imgrid {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
  }

  #gallery-section .imgrid a {
    flex: 0 0 25%;
    flex-basis: calc(25% - 10px);
    display: inline-block;
    /*margin-bottom: 10px;*/
    padding: 5px;
  }

  #gallery-section .imgrid img {
    vertical-align: bottom;
    width: 100%;
    max-width: 100%;
  }
}

#anfahrt.anchor {
  margin-top: 50px;
}
@media (min-width: 576px) {
  #anfahrt.anchor {
    margin-top: 100px;
  }
}

#anfahrt-section {
  background: #0c1a26;
  margin: 50px 0 0;
  overflow: hidden;
  /*transform: skewY(-4deg);*/
}
@media (min-width: 576px) {
  #anfahrt-section {
    margin: 100px 0 0;
  }
}
@media (min-width: 768px) {
  #anfahrt-section {
    margin: 150px 0 0;
  }
}
@media (min-width: 992px) {
  #anfahrt-section {
    margin: 200px 0 0;
  }
}
#anfahrt-section .inner {
  /*transform: skewY(4deg);*/
}
#anfahrt-section #gmap {
  height: 70vh;
  /*margin: -50px 0;*/
}
@media (min-width: 576px) {
  #anfahrt-section #gmap {
    /*margin: -50px 0;*/
  }
}
@media (min-width: 768px) {
  #anfahrt-section #gmap {
    height: 800px;
    /*margin: -100px 0;*/
  }
}
#anfahrt-section .infowindow {
  color: #18354d;
  font-family: 'Ubuntu', 'Helvetica Neue', 'Helvetica', sans-serif;
  overflow: hidden;
  padding: 15px 15px 15px 35px;
}
#anfahrt-section .infowindow p:not(.buttons) {
  font-size: 14px;
  font-weight: 300;
}
@media (min-width: 576px) {
  #anfahrt-section .infowindow p:not(.buttons) {
    font-size: 16px;
  }
}
#anfahrt-section .infowindow p.buttons {
  margin: 0;
}
#anfahrt-section .infowindow p.buttons .btn {
  margin-right: 0;
}
#anfahrt-section .gmcpy {
  bottom: 50px;
  color: #fff;
  font-size: 12px;
  left: 0;
  position: absolute;
  text-align: right;
  transform: rotate(-4deg);
  width: 100%;
  display: none !important;
}
@media (min-width: 768px) {
  #anfahrt-section .gmcpy {
    bottom: 100px;
  }
}
#anfahrt-section .gmcpy span {
  background: rgba(0, 0, 0, 0.3);
  display: inline-block;
  padding: 5px 10px;
  position: relative;
  right: -5px;
}

#kontakt.anchor {
  margin-top: 50px;
}
@media (min-width: 768px) {
  #kontakt.anchor {
    margin-top: 150px;
  }
}

#kontakt-section .intro {
  background: #fff;
  margin: 50px 0;
  overflow: hidden;
  /*transform: skewY(-4deg);*/
  margin-top: 0 !important;
  padding-top: 50px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  #kontakt-section .intro {
    margin: 200px 0;
  }
}
#kontakt-section .intro .inner {
  color: #18354d;
  padding: 50px 0;
  /*transform: skewY(4deg);*/
}
@media (min-width: 576px) {
  #kontakt-section .intro .inner {
    padding: 100px 0;
  }
}
@media (min-width: 768px) {
  #kontakt-section .intro .inner {
    padding: 150px 0;
  }
}
@media (min-width: 992px) {
  #kontakt-section .intro .inner {
    padding: 200px 0;
  }
}
#kontakt-section .intro .inner h2 {
  color: #18354d;
}
#kontakt-section .intro .inner .text-link {
  color: #18354d;
  opacity: .999;
}
#kontakt-section .box {
  margin-bottom: -50px;
  position: relative;
  top: -100px;
}
@media (min-width: 576px) {
  #kontakt-section .box {
    margin-bottom: -100px;
  }
}
@media (min-width: 768px) {
  #kontakt-section .box {
    margin-bottom: -250px;
    top: -300px;
  }
}
@media (min-width: 992px) {
  #kontakt-section .box {
    margin-bottom: -200px;
  }
}
#kontakt-section form {
  display: block;
  text-align: left;
  margin: 0 -15px;
}
#kontakt-section form h2 {
  text-align: center;
}
#kontakt-section form .form-group {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  #kontakt-section form .form-name-group,
  #kontakt-section form .form-company-group,
  #kontakt-section form .form-phone-group,
  #kontakt-section form .form-email-group {
    clear: none;
    float: left;
    width: 50%;
  }
}
#kontakt-section form .form-phone-group,
#kontakt-section form .form-subject-group,
#kontakt-section form .form-message-group {
  clear: both;
}
#kontakt-section form .form-submit-group {
  text-align: center;
}
#kontakt-section form .form-group:last-child {
  margin-bottom: 0;
}
#kontakt-section .message {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: #fff;
  height: 100%;
  left: 0;
  opacity: 0;
  padding: 400px 60px 200px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
}
#kontakt-section .message:before {
  background: #3bb677;
  content: '';
  height: 160px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#kontakt-section .message:after {
  background: #fff;
  border-radius: 50%;
  color: #3bb677;
  content: '\e80c';
  font-family: 'fontello';
  font-size: 36px;
  height: 80px;
  left: 50%;
  line-height: 80px;
  position: absolute;
  transform: translateX(-50%);
  text-align: center;
  top: 40px;
  width: 80px;
}
#kontakt-section .message p:not(.buttons) {
  font-size: 24px;
}
#kontakt-section .message p.buttons {
  margin-top: 60px;
}
#kontakt-section.is-sent .message {
  opacity: 1;
}

#impressum-section {
  padding: 0;
  position: relative;
  z-index: 1;
  padding-top: 50px;
}
#impressum-section .imprint {
  font-size: 16px;
}
@media (min-width: 980px) {
  #impressum-section .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 10px 0;
  }
  #impressum-section .row .col {
    flex: 1;
  }
}
#impressum-section .center {
  text-align: center;
}
@media (min-width: 576px) {
  #impressum-section {
    padding: 100px 0;
  }
}
#impressum-section h2 {
  font-size: 8vw;
}
@media (min-width: 576px) {
  #impressum-section h2 {
    font-size: 5vw;
  }
}
@media (min-width: 768px) {
  #impressum-section h2 {
    font-size: 36px;
  }
}
#impressum-section .made {
  margin-top: 20px;
  font-size: 11px;
  text-align: center;
}
#impressum-section .disclaimer h2 {
  margin-top: 30px;
  font-size: 16px;
}
#impressum-section .disclaimer h3 {
  font-size: 12px;
}
#impressum-section .disclaimer p {
  font-size: 11px;
}

#section-interactive {
  background: url(../img/header-studio.png) no-repeat 30% 43%, url(../img/header.png) no-repeat 50% 100%;
  background-size: 40% auto, 100% auto;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 50%;
  transform: translate(-100%, -50%);
  width: 100%;
  z-index: 300;
}
#section-interactive:after {
  background: -moz-radial-gradient(center, ellipse cover, rgba(85, 133, 166, 0.6) 0%, rgba(83, 131, 165, 0) 40%, rgba(81, 128, 163, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(85, 133, 166, 0.6) 0%, rgba(83, 131, 165, 0) 40%, rgba(81, 128, 163, 0) 100%);
  background: radial-gradient(ellipse at center, rgba(85, 133, 166, 0.6) 0%, rgba(83, 131, 165, 0) 40%, rgba(81, 128, 163, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#995585a6', endColorstr='#005180a3',GradientType=1 );
  content: '';
  display: block;
  padding-top: 56.25%;
}
#section-interactive #segel-wrapper {
  height: 25vw;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 21;
}
#section-interactive #segel {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  cursor: ns-resize;
  position: absolute;
  height: 18vw;
  left: -5%;
  opacity: .75;
  top: 0;
  width: 100%;
}
#section-interactive #segel-light-on,
#section-interactive #segel-light-off {
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  background: url(../img/sail-light-1.png) no-repeat 50% 0;
  background-size: 100% auto;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
}
#section-interactive #segel-light-off {
  background-image: url(../img/sail-light-0.png);
  opacity: 0 !important;
}
#section-interactive.light0 #segel-light-on {
  opacity: 0 !important;
}
#section-interactive.light0 #segel-light-off {
  opacity: 1 !important;
}
#section-interactive .sheet {
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  background: no-repeat 50% 100%;
  background-size: 100% auto;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#section-interactive #front-light-0 {
  background-image: url(../img/front-light-0.png);
}
#section-interactive #front-light-1 {
  background-image: url(../img/front-light-1.png);
}
#section-interactive #front-light-2 {
  background-image: url(../img/front-light-2.png);
}
#section-interactive #front-light-3 {
  background-image: url(../img/front-light-3.png);
}
#section-interactive #back-light-0 {
  background-image: url(../img/back-light-0.png);
}
#section-interactive #back-light-1 {
  background-image: url(../img/back-light-1.png);
}
#section-interactive.light0 #front-light-0 {
  opacity: 1;
  z-index: 20;
}
#section-interactive.light1 #front-light-1 {
  opacity: 1;
  z-index: 20;
}
#section-interactive.light2 #front-light-2 {
  opacity: 1;
  z-index: 20;
}
#section-interactive.light3 #front-light-3 {
  opacity: 1;
  z-index: 20;
}
#section-interactive.back #front-light-0,
#section-interactive.back #front-light-1,
#section-interactive.back #front-light-2,
#section-interactive.back #front-light-3,
#section-interactive.back #back-light-0 {
  opacity: 0;
}
#section-interactive.back #back-light-1 {
  opacity: 1;
  z-index: 20;
}
#section-interactive.back.light0 #back-light-1 {
  opacity: 0;
}
#section-interactive.back.light0 #back-light-0 {
  opacity: 1;
  z-index: 20;
}
#section-interactive .light-switch-1,
#section-interactive .light-switch-2 {
  background: transparent;
  border: none;
  bottom: 30%;
  cursor: pointer;
  height: 20%;
  outline: none;
  position: absolute;
  width: 18%;
  z-index: 30;
}
#section-interactive .light-switch-1 {
  left: 7%;
}
#section-interactive .light-switch-2 {
  bottom: 28%;
  height: 28%;
  right: 9%;
}
#section-interactive .car-switch {
  background: transparent;
  border: none;
  bottom: 28%;
  cursor: pointer;
  height: 28%;
  left: 27%;
  outline: none;
  position: absolute;
  width: 44%;
  z-index: 30;
}

#interactive-close-button {
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 60px;
  line-height: 1;
  position: fixed;
  right: 50px;
  top: 50px;
  z-index: 500;
}

body:before {
  background: #18354d;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: translateX(-100%);
  width: 100%;
  z-index: 100;
}

.interactive-studio body {
  overflow: hidden;
}
.interactive-studio body:before {
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 1;
  transform: translateX(0);
}
.interactive-studio h1 {
  position: fixed;
}
.interactive-studio #section-interactive {
  -webkit-transition: opacity 2s linear 1s;
  -o-transition: opacity 2s linear 1s;
  transition: opacity 2s linear 1s;
  opacity: 1;
  transform: translate(0, -50%);
}
.interactive-studio #interactive-close-button {
  display: block;
}
.interactive-studio .btn-continue {
  bottom: 100px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 300;
}

/* Action button ************************************************************ */
#section-interactive .action-button {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 18px;
  height: 40px;
  line-height: 38px;
  opacity: .3;
  outline: none;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 40px;
  z-index: 40;
}
@media (min-width: 576px) {
  #section-interactive .action-button {
    display: block;
    height: 30px;
    line-height: 28px;
    width: 30px;
  }
}
@media (min-width: 768px) {
  #section-interactive .action-button {
    height: 40px;
    line-height: 38px;
    width: 40px;
  }
}
#section-interactive .action-button:hover {
  opacity: .7;
}
#section-interactive .action-button svg {
  height: 54px;
  left: -12px;
  opacity: .3;
  position: absolute;
  stroke-dasharray: 204.243;
  top: -12px;
  width: 54px;
  z-index: -1;
}
@media (min-width: 768px) {
  #section-interactive .action-button svg {
    height: 72px;
    left: -16px;
    top: -16px;
    width: 72px;
  }
}
#section-interactive .action-button svg path {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  fill: none;
  stroke: #fff;
  stroke-width: 1;
}
#section-interactive .action-button .outline-circle {
  opacity: .1;
}

/* Light button ************************************************************* */
#section-interactive .light-switch-action-button-1 {
  bottom: 21%;
  right: 16%;
}
#section-interactive.light0 .light-switch-action-button-1 .progress-circle path {
  stroke-dashoffset: -204.243;
}
#section-interactive.light1 .light-switch-action-button-1 .progress-circle path {
  stroke-dashoffset: -136.162;
}
#section-interactive.light2 .light-switch-action-button-1 .progress-circle path {
  stroke-dashoffset: -68.081;
}
#section-interactive.light3 .light-switch-action-button-1 .progress-circle path {
  stroke-dashoffset: 0;
}

/* Car button *************************************************************** */
#section-interactive .car-switch-action-button {
  bottom: 26%;
  right: 64%;
}
#section-interactive.back .car-switch-action-button .progress-circle path {
  stroke-dashoffset: -204.243;
}

.cc-window {
  padding: 20px !important;
  font-family: Poppins, sans-serif !important;
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.25) !important;
}
@media (min-width: 992px) {
  .cc-window {
    padding: 20px 50px !important;
  }
}

.cc-message {
  font-size: 14px !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-stretch: normal !important;
  line-height: 1.75 !important;
  letter-spacing: normal !important;
  color: #18354d !important;
}
@media (min-width: 992px) {
  .cc-message {
    font-size: 16px !important;
  }
}

.cc-message {
  display: flex !important;
  flex-flow: row wrap !important;
  width: 100% !important;
  justify-content: space-between !important;
  align-items: center !important;
}
@media (min-width: 992px) {
  .cc-message {
    flex-wrap: nowrap !important;
  }
}

.cc-message a {
  text-transform: uppercase !important;
  font-size: 18px !important;
  line-height: 1.78 !important;
  color: #223d54 !important;
  display: inline-block;
  margin-right: 25px;
  text-decoration: none;
  margin-top: 20px !important;
  background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3IDEzIj4NCiAgPHBhdGggZmlsbD0iIzIxM2U1NCIgZD0iTS42IDBMMCAuNjEgNS44IDYuNSAwIDEyLjM5bC42LjYxTDcgNi41eiIvPg0KPC9zdmc+") !important;
  background-position: right 0 top 50% !important;
  background-size: 6px 11px !important;
  background-repeat: no-repeat !important;
  padding-right: 18px !important;
}
@media (min-width: 992px) {
  .cc-message a {
    padding-right: 25px !important;
    background-size: 7px 13px !important;
    margin-top: 0 !important;
  }
}

.cc-btn {
  font-size: 18px !important;
  line-height: 1.78 !important;
  font-weight: normal !important;
  letter-spacing: normal !important;
  color: #4c9dea !important;
  border: 2px solid #4c9dea !important;
  background-color: #fff !important;
  min-width: 200px !important;
}

/*# sourceMappingURL=style.css.map */
