html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}
html * {
  max-height: 1000000px;
}
input[type='password'],
input[type='text'],
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  outline: none;
  margin: none;
  border: none;
  resize: none;
}
select::-ms-expand {
  display: none;
}
select {
  text-indent: 0.01px;
  text-overflow: '';
}
select::-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
  outline: none !important;
}
select:focus {
  outline: none !important;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  user-drag: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
.accelerate {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
.nh-link {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-bottom: -0.45em;
  color: black;
}
.nh-link:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  height: 1px;
  width: 100%;
  background-color: #000;
  transition: width 0.6s ease-in-out 0.25s, left 0.6s ease-in-out;
}
.nh-link:after {
  position: absolute;
  bottom: 0;
  left: -200%;
  display: block;
  content: '';
  height: 1px;
  width: 100%;
  background-color: #000;
  transition: width 0.6s ease-in-out 0.25s, left 0.6s ease-in-out;
}
.nh-link.selected:before {
  left: 200%;
  transition: width 0.6s ease-in-out, left 0.6s ease-in-out 0.25s;
}
.nh-link.selected:after {
  left: 0;
  transition: width 0.6s ease-in-out, left 0.6s ease-in-out 0.25s;
}
@media (hover: hover) {
  .nh-link:hover:before {
    left: 200%;
    transition: width 0.6s ease-in-out, left 0.6s ease-in-out 0.25s;
  }
  .nh-link:hover:after {
    left: 0;
    transition: width 0.6s ease-in-out, left 0.6s ease-in-out 0.25s;
  }
}
.nh-link-2 {
  position: relative;
  overflow: hidden;
  display: inline;
  color: white;
  padding-bottom: 0.05em;
}
.nh-link-2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  height: 1px;
  width: 0;
  background-color: currentcolor;
  transition: width 0.3s ease-in-out 0.25s, left 0.3s ease-in-out;
}
.nh-link-2.selected:after {
  width: 100%;
  left: 0%;
  transition: width 0.3s ease-in-out, left 0.3s ease-in-out 0.25s;
}
@media (hover: hover) {
  .nh-link-2:hover:after {
    width: 100%;
    left: 0%;
    transition: width 0.3s ease-in-out, left 0.3s ease-in-out 0.25s;
  }
}
.nh-center {
  text-align: center;
}
.nh-font-color {
  color: #000000;
}
.nh-font-navigation-main {
  letter-spacing: 0.15em;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.875em;
  line-height: 1.5em;
  text-transform: uppercase;
}
.nh-font-navigation {
  letter-spacing: 0.15em;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.75em;
  line-height: 1.5em;
  text-transform: uppercase;
}
.nh-font-navigation-mobile-link {
  letter-spacing: 0.15em;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.6875em;
  line-height: 1.5em;
  text-transform: uppercase;
}
.nh-font-headline {
  letter-spacing: 0.15em;
  font-weight: 300;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 2.25em;
  line-height: 1em;
  text-transform: uppercase;
  text-align: center;
  margin: 50px 0;
}
.nh-font-headline-2 {
  letter-spacing: 0.15em;
  font-weight: 300;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.75em;
  line-height: 1em;
  text-transform: uppercase;
  text-align: center;
  margin: 50px 0;
}
.nh-font-subheadline {
  letter-spacing: 0.15em;
  font-weight: 900;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.875em;
  line-height: 1.7em;
  text-transform: uppercase;
}
.nh-font-tile {
  letter-spacing: 0.025em;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.0625em;
  line-height: 1.7em;
}
.nh-font-text {
  letter-spacing: 0.025em;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1em;
  line-height: 1.7em;
}
.nh-font-text-bold {
  letter-spacing: 0.025em;
  font-weight: 900;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1em;
  line-height: 1.7em;
}
.nh-font-contact {
  letter-spacing: 0.025em;
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.875em;
  line-height: 1.7em;
}
.nh-font-contact-email {
  letter-spacing: 0.025em;
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.875em;
  line-height: 1.7em;
  text-transform: uppercase;
}
.nh-font-contact-big {
  letter-spacing: 0.15em;
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.1875em;
  line-height: 1.7em;
  text-transform: uppercase;
}
@media all and (min-width: 1100px) {
  .nh-link-big {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-bottom: -0.45em;
    color: black;
    letter-spacing: 0.15em;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.875em;
    line-height: 1.7em;
    text-transform: uppercase;
  }
  .nh-link-big:before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    height: 1px;
    width: 100%;
    background-color: #000;
    transition: width 0.6s ease-in-out 0.25s, left 0.6s ease-in-out;
  }
  .nh-link-big:after {
    position: absolute;
    bottom: 0;
    left: -200%;
    display: block;
    content: '';
    height: 1px;
    width: 100%;
    background-color: #000;
    transition: width 0.6s ease-in-out 0.25s, left 0.6s ease-in-out;
  }
  .nh-link-big.selected:before {
    left: 200%;
    transition: width 0.6s ease-in-out, left 0.6s ease-in-out 0.25s;
  }
  .nh-link-big.selected:after {
    left: 0;
    transition: width 0.6s ease-in-out, left 0.6s ease-in-out 0.25s;
  }
}
@media all and (min-width: 1100px) and (hover: hover) {
  .nh-link-big:hover:before {
    left: 200%;
    transition: width 0.6s ease-in-out, left 0.6s ease-in-out 0.25s;
  }
  .nh-link-big:hover:after {
    left: 0;
    transition: width 0.6s ease-in-out, left 0.6s ease-in-out 0.25s;
  }
}
@media all and (max-width: 1100px) {
  .nh-link-big {
    width: 100%;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: white;
    border: 1px solid black;
    -webkit-transition: background 0.5s ease, color 0.5s ease;
    -moz-transition: background 0.5s ease, color 0.5s ease;
    -o-transition: background 0.5s ease, color 0.5s ease;
    transition: background 0.5s ease, color 0.5s ease;
    letter-spacing: 0.15em;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.875em;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #000000;
  }
}
@media all and (max-width: 1100px) and (hover: hover) {
  .nh-link-big:hover {
    background-color: #000000;
    color: white;
  }
}
.nh-font-slideshow {
  letter-spacing: 0.025em;
  font-weight: 900;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 3.4375em;
  line-height: 1.3em;
}
@media all and (max-width: 1100px) {
  .nh-font-slideshow {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 2.5em;
  }
}
.nh-font-quote {
  letter-spacing: 0.025em;
  font-weight: 900;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 3em;
  line-height: 1.3em;
}
@media all and (max-width: 1100px) {
  .nh-font-quote {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 2.1875em;
  }
}
.nh-font-quote-2 {
  letter-spacing: 0.025em;
  font-weight: 900;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 2.625em;
  line-height: 1.3em;
}
@media all and (max-width: 1100px) {
  .nh-font-quote-2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 2em;
  }
}
.nh-font-quote-3 {
  letter-spacing: 0.025em;
  font-weight: 900;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 2.375em;
  line-height: 1.3em;
}
@media all and (max-width: 1100px) {
  .nh-font-quote-3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.75em;
  }
}
.nh-font-quote-4 {
  letter-spacing: 0.025em;
  font-weight: 900;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 2em;
  line-height: 1.3em;
}
@media all and (max-width: 1100px) {
  .nh-font-quote-4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.5625em;
  }
}
.nh-font-quote-5 {
  letter-spacing: 0.026em;
  font-weight: 900;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.625em;
  line-height: 1.3em;
}
@media all and (max-width: 1100px) {
  .nh-font-quote-5 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.25em;
  }
}
.nh-logo {
  text-align: center;
  margin: 45px 0 20px 0;
}
@media all and (max-width: 1100px) {
  .nh-logo {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 760px) {
  .nh-logo {
    visibility: hidden;
  }
}
.nh-logo-component {
  width: 100%;
}
.nh-logo-component svg {
  width: 100%;
  height: auto;
}
.nh-margin {
  margin-bottom: 50px;
}
.nh-button {
  width: 100%;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: white;
  border: 1px solid black;
  -webkit-transition: background 0.5s ease, color 0.5s ease;
  -moz-transition: background 0.5s ease, color 0.5s ease;
  -o-transition: background 0.5s ease, color 0.5s ease;
  transition: background 0.5s ease, color 0.5s ease;
  letter-spacing: 0.15em;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.875em;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #000000;
}
@media (hover: hover) {
  .nh-button:hover {
    background-color: #000000;
    color: white;
  }
}
.nh-button-start {
  width: 100%;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid white;
  background-color: transparent;
  -webkit-transition: background 0.5s ease, color 0.5s ease;
  -moz-transition: background 0.5s ease, color 0.5s ease;
  -o-transition: background 0.5s ease, color 0.5s ease;
  transition: background 0.5s ease, color 0.5s ease;
  letter-spacing: 0.15em;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.875em;
  line-height: 1.2em;
  text-transform: uppercase;
  color: white;
}
.nh-button-start.active {
  background-color: white;
  color: black;
}
@media (hover: hover) {
  .nh-button-start:hover {
    background-color: white;
    color: black;
  }
}
.wrapper {
  display: block;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
}
.wrapper:after {
  display: block;
  content: '';
  clear: both;
  width: 100%;
  height: 0;
}
.load {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 1s, opacity 1s ease;
}
.load.loaded {
  opacity: 1;
  visibility: inherit;
  transition: opacity 1s ease;
}
.load[data-src]:not(img),
.load[data-srcset] {
  background-repeat: no-repeat;
}
.load-scroll {
  backface-visibility: hidden;
  transition: visibility 0s linear 1s, opacity 1s ease;
  opacity: 0;
  visibility: hidden;
}
.load-scroll.loaded.scrolled {
  opacity: 1;
  visibility: inherit;
  transition: opacity 1s ease;
}
.zoom {
  backface-visibility: hidden;
  transform: scale(1);
  transform-origin: 50% 50%;
}
.zoom.zooming {
  transform: scale(1.1);
  transition: transform 10s ease-in-out 0.5s, opacity 1s ease;
}
.parallax {
  position: relative;
  z-index: 0;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
b,
strong,
.nh-font-bold {
  font-weight: 700;
}
.hidden {
  display: none;
}
/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/source-sans-pro/source-sans-pro-v11-latin-300.eot');
  /* IE9 Compat Modes */
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url('/fonts/source-sans-pro/source-sans-pro-v11-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/source-sans-pro/source-sans-pro-v11-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/source-sans-pro/source-sans-pro-v11-latin-300.woff') format('woff'), /* Modern Browsers */ url('/fonts/source-sans-pro/source-sans-pro-v11-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/source-sans-pro/source-sans-pro-v11-latin-300.svg#SourceSansPro') format('svg');
  /* Legacy iOS */
}
/* source-sans-pro-300italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  src: url('/fonts/source-sans-pro/source-sans-pro-v11-latin-300italic.eot');
  /* IE9 Compat Modes */
  src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightItalic'), url('/fonts/source-sans-pro/source-sans-pro-v11-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/source-sans-pro/source-sans-pro-v11-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/source-sans-pro/source-sans-pro-v11-latin-300italic.woff') format('woff'), /* Modern Browsers */ url('/fonts/source-sans-pro/source-sans-pro-v11-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/source-sans-pro/source-sans-pro-v11-latin-300italic.svg#SourceSansPro') format('svg');
  /* Legacy iOS */
}
/* source-sans-pro-italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url('/fonts/source-sans-pro/source-sans-pro-v11-latin-italic.eot');
  /* IE9 Compat Modes */
  src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url('/fonts/source-sans-pro/source-sans-pro-v11-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/source-sans-pro/source-sans-pro-v11-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/source-sans-pro/source-sans-pro-v11-latin-italic.woff') format('woff'), /* Modern Browsers */ url('/fonts/source-sans-pro/source-sans-pro-v11-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/source-sans-pro/source-sans-pro-v11-latin-italic.svg#SourceSansPro') format('svg');
  /* Legacy iOS */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/source-sans-pro/source-sans-pro-v11-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url('/fonts/source-sans-pro/source-sans-pro-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/source-sans-pro/source-sans-pro-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/source-sans-pro/source-sans-pro-v11-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/fonts/source-sans-pro/source-sans-pro-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/source-sans-pro/source-sans-pro-v11-latin-regular.svg#SourceSansPro') format('svg');
  /* Legacy iOS */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/source-sans-pro/source-sans-pro-v11-latin-600.eot');
  /* IE9 Compat Modes */
  src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url('/fonts/source-sans-pro/source-sans-pro-v11-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/source-sans-pro/source-sans-pro-v11-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/source-sans-pro/source-sans-pro-v11-latin-600.woff') format('woff'), /* Modern Browsers */ url('/fonts/source-sans-pro/source-sans-pro-v11-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/source-sans-pro/source-sans-pro-v11-latin-600.svg#SourceSansPro') format('svg');
  /* Legacy iOS */
}
/* source-sans-pro-600italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 600;
  src: url('/fonts/source-sans-pro/source-sans-pro-v11-latin-600italic.eot');
  /* IE9 Compat Modes */
  src: local('Source Sans Pro SemiBold Italic'), local('SourceSansPro-SemiBoldItalic'), url('/fonts/source-sans-pro/source-sans-pro-v11-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/source-sans-pro/source-sans-pro-v11-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/source-sans-pro/source-sans-pro-v11-latin-600italic.woff') format('woff'), /* Modern Browsers */ url('/fonts/source-sans-pro/source-sans-pro-v11-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/source-sans-pro/source-sans-pro-v11-latin-600italic.svg#SourceSansPro') format('svg');
  /* Legacy iOS */
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/source-sans-pro/source-sans-pro-v11-latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url('/fonts/source-sans-pro/source-sans-pro-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/source-sans-pro/source-sans-pro-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/source-sans-pro/source-sans-pro-v11-latin-700.woff') format('woff'), /* Modern Browsers */ url('/fonts/source-sans-pro/source-sans-pro-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/source-sans-pro/source-sans-pro-v11-latin-700.svg#SourceSansPro') format('svg');
  /* Legacy iOS */
}
/* source-sans-pro-700italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 700;
  src: url('/fonts/source-sans-pro/source-sans-pro-v11-latin-700italic.eot');
  /* IE9 Compat Modes */
  src: local('Source Sans Pro Bold Italic'), local('SourceSansPro-BoldItalic'), url('/fonts/source-sans-pro/source-sans-pro-v11-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/source-sans-pro/source-sans-pro-v11-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/source-sans-pro/source-sans-pro-v11-latin-700italic.woff') format('woff'), /* Modern Browsers */ url('/fonts/source-sans-pro/source-sans-pro-v11-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/source-sans-pro/source-sans-pro-v11-latin-700italic.svg#SourceSansPro') format('svg');
  /* Legacy iOS */
}
/* source-sans-pro-900 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  src: url('/fonts/source-sans-pro/source-sans-pro-v11-latin-900.eot');
  /* IE9 Compat Modes */
  src: local('Source Sans Pro Black'), local('SourceSansPro-Black'), url('/fonts/source-sans-pro/source-sans-pro-v11-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/source-sans-pro/source-sans-pro-v11-latin-900.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/source-sans-pro/source-sans-pro-v11-latin-900.woff') format('woff'), /* Modern Browsers */ url('/fonts/source-sans-pro/source-sans-pro-v11-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/source-sans-pro/source-sans-pro-v11-latin-900.svg#SourceSansPro') format('svg');
  /* Legacy iOS */
}
/* source-sans-pro-900italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 900;
  src: url('/fonts/source-sans-pro/source-sans-pro-v11-latin-900italic.eot');
  /* IE9 Compat Modes */
  src: local('Source Sans Pro Black Italic'), local('SourceSansPro-BlackItalic'), url('/fonts/source-sans-pro/source-sans-pro-v11-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/source-sans-pro/source-sans-pro-v11-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/source-sans-pro/source-sans-pro-v11-latin-900italic.woff') format('woff'), /* Modern Browsers */ url('/fonts/source-sans-pro/source-sans-pro-v11-latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/source-sans-pro/source-sans-pro-v11-latin-900italic.svg#SourceSansPro') format('svg');
  /* Legacy iOS */
}
body,
.tp-editor {
  font-size: 16px;
}
.layout-text hr,
.tp-sytle hr,
.tp-editor hr {
  width: 100%;
  height: 3px;
  background-color: #000000;
  padding: 0;
  margin: 0;
  outline: 0;
  border: 0;
  display: inline-block;
}
.layout-text table,
.nh-text table,
.tp-style table,
.tp-editor table {
  table-layout: fixed;
  max-width: 100%;
}
.layout-text table tr td,
.nh-text table tr td,
.tp-style table tr td,
.tp-editor table tr td {
  min-width: 1em;
  vertical-align: top;
}
.layout-text table tr td:first-child,
.nh-text table tr td:first-child,
.tp-style table tr td:first-child,
.tp-editor table tr td:first-child {
  padding-right: 0.5em;
}
.layout-text img,
.nh-text img,
.tp-style img,
.tp-editor img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.layout-text p,
.nh-text p,
.tp-style p,
.tp-editor p {
  display: block;
}
.layout-text i,
.nh-text i,
.tp-style i,
.tp-editor i,
.layout-text em,
.nh-text em,
.tp-style em,
.tp-editor em {
  font-style: italic;
}
.layout-text b,
.nh-text b,
.tp-style b,
.tp-editor b,
.layout-text strong,
.nh-text strong,
.tp-style strong,
.tp-editor strong {
  font-weight: bold;
}
.layout-text a,
.nh-text a,
.tp-style a,
.tp-editor a {
  cursor: pointer;
}
.layout-text ul,
.nh-text ul,
.tp-style ul,
.tp-editor ul,
.layout-text ol,
.nh-text ol,
.tp-style ol,
.tp-editor ol {
  padding-left: 30px;
}
.layout-text sub,
.nh-text sub,
.tp-style sub,
.tp-editor sub,
.layout-text sup,
.nh-text sup,
.tp-style sup,
.tp-editor sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.layout-text sup,
.nh-text sup,
.tp-style sup,
.tp-editor sup {
  top: -0.5em;
}
.layout-text sub,
.nh-text sub,
.tp-style sub,
.tp-editor sub {
  bottom: -0.25em;
}
body {
  background-color: white;
}
html {
  overflow-y: scroll;
}
#landingpage {
  width: 100%;
  height: 100vh;
  background-color: black;
}
.landingpage-background {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 1s, opacity 1s ease;
}
.landingpage-background.active {
  opacity: 1;
  visibility: inherit;
  transition: visibility 0s linear, opacity 1s ease;
}
.landingpage-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media all and (min-width: 760px) {
  .landingpage-logo {
    position: absolute;
    top: 36%;
    left: 50%;
    width: 360px;
    margin-left: -180px;
    z-index: 2;
  }
  .landingpage-buttons {
    position: absolute;
    bottom: 35%;
    left: 50%;
    width: 800px;
    margin-left: -400px;
    z-index: 3;
  }
  .landingpage-buttons:after {
    display: block;
    content: '';
    clear: both;
    width: 100%;
    height: 0;
  }
  .landingpage-button {
    width: 33.33%;
    padding: 0 10px;
    float: left;
  }
}
@media all and (min-width: 760px) and (max-width: 1100px) {
  .landingpage-logo {
    width: 240px;
    margin-left: -120px;
  }
}
@media all and (max-width: 760px) {
  .landingpage-logo {
    position: absolute;
    top: 15%;
    left: 50%;
    width: 240px;
    margin-left: -120px;
    z-index: 2;
  }
  .landingpage-buttons {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    z-index: 3;
  }
  .landingpage-button {
    width: 100%;
    max-width: 300px;
    padding: 0 10px;
    margin: 0 auto 30px auto;
    display: block;
  }
}
#portfolio {
  padding-bottom: 50px;
}
#portfolio h2 {
  margin: 75px 0 25px 0;
  text-align: center;
  width: 100%;
}
#portfolio h3 {
  margin-bottom: 50px;
  width: 100%;
}
#kundenstimmen {
  background-color: #f2f2f2;
  margin-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}
#kundenstimmen h2 {
  margin: 75px 0 25px 0;
  text-align: center;
  width: 100%;
}
#referenzen {
  padding-bottom: 50px;
}
#referenzen h2 {
  margin: 75px 0 25px 0;
  text-align: center;
  width: 100%;
}
#awards h2 {
  margin: 75px 0 25px 0;
  text-align: center;
  width: 100%;
}
#awards .layout:not(.awards-logos) .layout-row {
  padding-bottom: 50px;
}
.contact {
  background-color: #e5e5e5;
  padding-bottom: 50px !important;
}
.contact h2 {
  margin: 75px 0 25px 0;
  text-align: center;
  width: 100%;
}
#more h2 {
  margin: 75px 0 25px 0;
  text-align: center;
  width: 100%;
}
#more h3 {
  margin: 50px 0;
  width: 100%;
}
#more .layout-row {
  padding-bottom: 50px;
}
#more .layout-col {
  position: relative;
  padding-bottom: 50px;
}
#more .nh-button {
  position: absolute;
  bottom: 0;
  left: 25px;
  width: calc(100% - 50px);
}
@media all and (max-width: 760px) {
  #more .nh-button {
    left: 12.5px;
    width: calc(100% - 25px);
  }
}
.corporate-logo {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 50px;
}
.corporate-links {
  padding-bottom: 25px;
}
#footer {
  backface-visibility: hidden;
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
#footer.invisible {
  opacity: 0;
}
.footer-top {
  background-color: #000000;
  padding-top: 25px;
  padding-bottom: 25px !important;
}
.footer-top span {
  color: white;
}
.footer-top h3 {
  color: white;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media all and (max-width: 760px) {
  .footer-top {
    text-align: center;
  }
  .footer-top .layout-row {
    margin-bottom: 44px;
  }
}
.footer-separator {
  display: inline-block;
  margin: 0 3px;
}
@media all and (min-width: 1100px) {
  .footer-separator {
    transform: translate3d(0, -0.5em, 0);
  }
}
.footer-bottom {
  background-color: white;
  padding: 25px 0 !important;
}
.awards-award {
  padding-bottom: 20px;
  position: relative;
  padding-left: 50px;
}
.awards-year {
  position: absolute;
  top: 0;
  left: 0;
}
.awards-logos {
  background-color: #e5e5e5;
  text-align: center;
}
.awards-box {
  width: 19%;
  height: 125px;
  display: inline-block;
  padding: 25px 0;
  /*&:hover {
        -webkit-filter: grayscale(0%);
        -webkit-transition: .5s ease-in-out;
        -moz-filter: grayscale(0%);
        -moz-transition: .5s ease-in-out;
        -o-filter: grayscale(0%);
        -o-transition: .5s ease-in-out;
    }*/
}
@media all and (max-width: 760px) {
  .awards-box {
    width: 49%;
  }
}
.awards-image {
  display: inline-block;
  width: 75px;
  height: 75px;
}
img,
video {
  display: block;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (max-width: 760px) {
  video {
    display: none;
  }
}
#formats {
  position: relative;
  z-index: 5;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
#pages {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  opacity: 1;
  width: 100%;
}
#pages.hidden {
  visibility: hidden;
  pointer-events: none;
}
.page {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  background-color: white;
  padding-top: 70px;
}
.page.main-top-buffer {
  padding-top: 99px;
}
.page.invisible {
  position: absolute !important;
  top: -99999px !important;
  left: -99999px !important;
  z-index: -10 !important;
  visibility: hidden;
  opacity: 0;
}
.page.visible {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
  visibility: inherit;
}
.page.to-invisible {
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
.page.from-invisible {
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
.page-navigation {
  margin: 50px 0 25px 0;
}
@media all and (max-width: 760px) {
  .page-navigation {
    margin: 25px 0 12.5px 0;
  }
}
@media all and (max-width: 760px) {
  #nav {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    background-color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease-in-out;
  }
  #nav.active {
    opacity: 1;
    pointer-events: all;
  }
  #nav > ul > li:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media all and (min-width: 760px) {
  #nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
  }
  #nav ul {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: black;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.75s ease, visibility 0s linear 0.75s;
  }
  #nav ul.active {
    visibility: visible;
    transition: opacity 0.75s ease;
    opacity: 1;
  }
  #nav ul > li {
    margin: 0 15px;
    padding: 0;
  }
  #nav ul > li a span {
    color: white;
  }
  #nav ul > li > ul {
    top: 100%;
    background: #f2f2f2;
  }
  #nav ul > li > ul a {
    color: black;
  }
  #nav ul > li > ul a span {
    color: black;
  }
  #nav ul > li a.selected + ul {
    visibility: visible;
    transition: opacity 0.75s ease;
    opacity: 1;
    z-index: -1;
  }
}
@media all and (min-width: 760px) {
  #header {
    display: none;
  }
  #corporate-art-nav-mobile {
    display: none;
  }
  #corporate-art-nav {
    position: fixed;
    top: 45px;
    left: 0;
    height: 60px;
    z-index: 11;
    width: 100%;
    transition: opacity 0.5s ease-in-out;
  }
  #corporate-art-nav.invisible {
    opacity: 0;
  }
  #corporate-art-nav .layout-row,
  #corporate-art-nav .layout-col {
    padding-top: 12px !important;
  }
  #corporate-art-nav .navigation-wrapper {
    background-color: #000000;
    height: 100%;
    width: 100%;
  }
  .navigation-pages {
    margin-top: -5px;
    width: 100%;
    list-style: none;
    text-align: center;
  }
  .navigation-page {
    display: inline-block;
  }
  .navigation-page:not(:last-child) {
    margin-right: 20px;
  }
  .navigation-stretch {
    width: 100%;
    display: inline-block;
    height: 0;
  }
  .navigation-page-link {
    color: white;
  }
}
@media all and (min-width: 760px) {
  .header-language-switcher {
    position: absolute;
    top: 0;
    right: 24px;
    z-index: 100;
    display: flex;
    height: 60px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .header-language-switcher a {
    color: white;
    display: inline-block;
    margin-left: 10px;
    position: relative;
  }
  .header-language-switcher a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    height: 1px;
    width: 0;
    background-color: currentcolor;
    transition: width 0.3s ease-in-out 0.25s, left 0.3s ease-in-out;
  }
  .header-language-switcher a:hover,
  .header-language-switcher a.on:after {
    width: 100%;
    left: 0%;
    transition: width 0.3s ease-in-out, left 0.3s ease-in-out 0.25s;
  }
  .header-logo-desktop {
    position: absolute;
    top: 0;
    left: 24px;
    z-index: 100;
  }
  .header-logo-desktop svg {
    display: block;
    margin: 13px auto;
  }
  .header-logo-desktop svg path,
  .header-logo-desktop svg polygon,
  .header-logo-desktop svg rect {
    fill: white;
  }
}
@media all and (max-width: 760px) {
  .header-logo-desktop {
    display: none;
  }
  #header {
    position: fixed;
    background-color: black;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 100;
  }
  .header-logo svg {
    display: block;
    margin: 13px auto;
  }
  .header-logo svg path,
  .header-logo svg polygon,
  .header-logo svg rect {
    fill: white;
  }
  .header-menu {
    position: absolute;
    top: 0;
    right: 0;
    margin: 20px 24px;
    height: 19px;
    width: 26px;
    cursor: pointer;
  }
  .header-menu div {
    position: absolute;
    left: 0;
    background-color: white;
    width: 100%;
    height: 3px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .header-menu div:first-child {
    top: 0;
    transition: transform 0.5s ease 0.5s, opacity 0s linear 0.5s;
  }
  .header-menu div:nth-child(3),
  .header-menu div:nth-child(2) {
    top: 8px;
    transition: transform 0.5s ease;
  }
  .header-menu div:last-child {
    bottom: 0;
    transition: transform 0.5s ease 0.5s, opacity 0s linear 0.5s;
  }
  .header-menu.active div:first-child {
    opacity: 0;
    transform: translate3d(0, 8px, 0);
    transition: transform 0.5s ease, opacity 0s linear 0.5s;
  }
  .header-menu.active div:nth-child(2) {
    transform: rotate(45deg);
    transition: transform 0.5s ease 0.5s;
  }
  .header-menu.active div:nth-child(3) {
    transform: rotate(-45deg);
    transition: transform 0.5s ease 0.5s;
  }
  .header-menu.active div:last-child {
    opacity: 0;
    transform: translate3d(0, -8px, 0);
    transition: transform 0.5s ease, opacity 0s linear 0.5s;
  }
  #corporate-art-nav {
    display: none;
  }
  #corporate-art-nav-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99;
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.75s ease, visibility 0s linear 0.75s;
    visibility: hidden;
    background-color: black;
    text-align: center;
  }
  #corporate-art-nav-mobile.active {
    visibility: visible;
    transition: transform 0.75s ease;
    transform: translate3d(0, 0, 0);
  }
  .navigation-mobile-page:not(:last-child) {
    margin-bottom: 15px;
  }
  .navigation-mobile-page-link {
    color: white;
  }
  #more .layout-col:not(:last-child) {
    margin-bottom: 44px;
  }
  #portfolio .layout-col:not(.layout-figure) {
    margin-bottom: 44px;
  }
}
.carousel {
  position: relative;
  z-index: 2;
  width: 100%;
}
.carousel .slick-slide {
  margin: 0 25px;
}
.carousel .slick-list {
  margin: 0 -25px;
}
.carousel .slick-track {
  display: flex;
}
.carousel .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
.carousel-title {
  display: none;
}
.carousel-slides {
  outline: none;
}
.carousel-slide {
  width: 100%;
  outline: none;
  margin: 0 25px;
  padding-bottom: 45px;
}
.carousel-image {
  display: block;
  margin: 0 auto;
  height: auto;
  width: 100%;
}
.carousel-image.portrait {
  width: 44.5%;
}
.carousel-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  padding: 10px;
  text-align: center;
  min-height: 45px;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.carousel-quote-text {
  padding-bottom: 50px;
  text-align: center;
}
.carousel-quote-title {
  text-align: center;
}
.carousel-prev,
.carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  padding: 30px;
  cursor: pointer;
  outline: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.carousel-prev.slick-hidden,
.carousel-next.slick-hidden {
  visibility: hidden;
}
.carousel-prev svg,
.carousel-next svg {
  display: block;
}
@media print {
  .carousel-controls {
    display: none;
  }
}
.carousel-prev {
  left: -99px;
}
.carousel-next {
  right: -99px;
}
.carousel-dots .carousel-controls {
  display: none;
}
.slick-dots {
  list-style: none;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  display: inline-block;
  height: 18px;
  width: 18px;
  cursor: pointer;
  margin: 5px;
  position: relative;
  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
.slick-dots li button {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.slick-dots li:after {
  display: block;
  position: absolute;
  content: '';
  border: 1px solid black;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 0;
  height: 0;
  -webkit-transition: height 0.25s ease-in-out, width 0.25s ease-in-out;
  -moz-transition: height 0.25s ease-in-out, width 0.25s ease-in-out;
  -o-transition: height 0.25s ease-in-out, width 0.25s ease-in-out;
  transition: height 0.25s ease-in-out, width 0.25s ease-in-out;
}
.slick-dots li.slick-active:after {
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .slick-dots li:hover:after {
    width: 100%;
    height: 100%;
  }
}
.layout-width-1 .carousel-prev,
.layout-width-2 .carousel-prev,
.layout-width-3 .carousel-prev,
.layout-width-4 .carousel-prev,
.layout-width-5 .carousel-prev,
.layout-width-6 .carousel-prev {
  left: -48px;
}
.layout-width-1 .carousel-next,
.layout-width-2 .carousel-next,
.layout-width-3 .carousel-next,
.layout-width-4 .carousel-next,
.layout-width-5 .carousel-next,
.layout-width-6 .carousel-next {
  right: -48px;
}
@media all and (max-width: 1100px) {
  .carousel-prev {
    left: -48px;
  }
  .carousel-next {
    right: -48px;
  }
}
.width-full {
  width: 100%;
}
#video {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(225, 18, 110, 0.7);
  z-index: -100;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.75s ease-in-out, z-index 0s linear 0.75s, visibility 0s linear 0.75s;
  -moz-transition: opacity 0.75s ease-in-out, z-index 0s linear 0.75s, visibility 0s linear 0.75s;
  -o-transition: opacity 0.75s ease-in-out, z-index 0s linear 0.75s, visibility 0s linear 0.75s;
  transition: opacity 0.75s ease-in-out, z-index 0s linear 0.75s, visibility 0s linear 0.75s;
}
#video.visible {
  visibility: visible;
  z-index: 100;
  opacity: 1;
  -webkit-transition: opacity 0.75s ease-in-out;
  -moz-transition: opacity 0.75s ease-in-out;
  -o-transition: opacity 0.75s ease-in-out;
  transition: opacity 0.75s ease-in-out;
}
.video-wrapper {
  height: 100vh;
  width: 100vw;
  margin: 0 auto;
  text-align: center;
}
@media all and (min-width: 760px) {
  .video-wrapper {
    -lh-property: 0;
max-width:-webkit-calc(100vw - 100px);
max-width:-moz-calc(100vw - 100px);
max-width:calc(100vw - 100px);
;
  }
}
@media all and (max-width: 760px) {
  .video-wrapper {
    -lh-property: 0;
max-width:-webkit-calc(100vw - 20px);
max-width:-moz-calc(100vw - 20px);
max-width:calc(100vw - 20px);
;
  }
}
.video-wrapper:after {
  display: inline-block;
  content: '';
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.video-middle {
  display: inline-block;
  vertical-align: middle;
  width: 95%;
}
@media all and (min-width: 760px) {
  .video-middle {
    -lh-property: 0;
max-width:-webkit-calc(100vh / 0.5625 - 200px);
max-width:-moz-calc(100vh / 0.5625 - 200px);
max-width:calc(100vh / 0.5625 - 200px);
;
  }
}
@media all and (max-width: 760px) {
  .video-middle {
    -lh-property: 0;
max-width:-webkit-calc(100vh / 0.5625 - 40px);
max-width:-moz-calc(100vh / 0.5625 - 40px);
max-width:calc(100vh / 0.5625 - 40px);
;
  }
}
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.video-close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate3d(-30px, 35px, 0) rotate(20deg);
  color: white;
  cursor: pointer;
}
.ref-separated {
  display: block;
  text-align: center;
  padding-top: 50px;
}
@media all and (min-width: 760px) {
  .ref-separated span:not(.ref-bottom) + br + span:before {
    content: '\00a0\00a0\00a0|\00a0\00a0\00a0';
    display: inline;
  }
  .ref-separated br:not(.ref-break) {
    display: none;
  }
}
@media all and (max-width: 760px) {
  .ref-separated {
    margin-top: 1em;
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15x, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.project-link {
  display: block;
}
#projects {
  max-width: 1260px;
  margin-bottom: 60px;
  margin-top: 110px;
}
#projects-links {
  position: fixed;
  top: 45px;
  left: 0;
  height: 60px;
  z-index: 11;
  width: 100%;
  transition: opacity 0.5s ease-in-out;
}
#projects-links.invisible {
  opacity: 0;
}
#projects-links a span {
  text-transform: uppercase;
  color: white;
}
#projects-links .layout-row,
#projects-links .layout-col {
  padding-top: 12px !important;
}
#projects-links .navigation-wrapper {
  background-color: #000000;
  height: 100%;
  width: 100%;
}
.projects-logo {
  margin: 60px auto;
  width: 125px;
  display: block;
}
.project-logo {
  text-align: center;
}
.project-header {
  text-align: center;
  padding-top: 75px;
  padding-bottom: 50px;
}
.project-tiles {
  list-style: none;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  grid-auto-rows: minmax(266px, auto);
  margin-top: 60px;
}
.project-tile {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.project-tile:hover .project-tile-cover {
  opacity: 1;
}
.project-tile-cover {
  position: absolute;
  top: 25px;
  left: 25px;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  letter-spacing: 0.07em;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.5s ease-in-out;
}
.project-tile-cover.free {
  background-color: white;
  color: black;
}
.project-tile-cover.free .project-tile-title span {
  border-bottom: 1px solid black;
}
.project-tile-cover.commissioned {
  background-color: black;
  color: white;
}
.project-tile-cover.commissioned .project-tile-title span {
  border-bottom: 1px solid white;
}
.project-tile-cover.gift {
  background-color: gray;
  color: white;
}
.project-tile-cover.gift .project-tile-title span {
  border-bottom: 1px solid white;
}
.project-tile-motivation {
  position: absolute;
  top: 15px;
  left: 15px;
  font-style: italic;
  text-transform: uppercase;
  font-size: 0.8em;
}
.project-tile-category,
.project-tile-title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
}
.project-tile-title {
  margin-top: -1.2em;
}
.project-tile-title span {
  display: inline-block;
  padding-bottom: 0.2em;
}
.project-tile-category {
  font-size: 0.8em;
  margin-top: 1em;
  text-transform: uppercase;
}
#artprints {
  max-width: 1260px;
  margin-bottom: 60px;
}
.artprints-links a span {
  color: #000;
  text-transform: uppercase;
}
.logo {
  margin: 60px auto;
  width: 200px;
  display: block;
}
.logo svg {
  width: 100%;
  height: auto;
}
.header-title {
  text-align: center;
  margin-bottom: 60px;
}
.artprint-tiles {
  list-style: none;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  grid-auto-rows: minmax(266px, auto);
  margin-top: 60px;
}
.artprint-tile {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.artprint-tile:hover .artprint-tile-cover {
  opacity: 1;
}
.artprint-tile-cover {
  position: absolute;
  top: 25px;
  left: 25px;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  letter-spacing: 0.07em;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.5s ease-in-out;
  background-color: white;
  color: black;
}
.artprint-tile-cover .artprint-tile-title span {
  border-bottom: 1px solid black;
}
.artprint-tile-title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  margin-top: -1.2em;
}
.artprint-tile-title span {
  display: inline-block;
  padding-bottom: 0.2em;
}
.article-teaser {
  float: right;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  font-weight: normal;
  cursor: pointer;
  background-color: black;
  color: white;
  width: 200px;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
.article-teaser:hover {
  background-color: white;
  color: black;
}
.layout-image + .article-teaser {
  margin-top: 15px;
}
.article-open,
.article-close {
  cursor: pointer;
}
.article-open:hover .article-teaser,
.article-close:hover .article-teaser {
  opacity: 1;
}
.layout-box:hover .link-overlay {
  opacity: 1;
}
.link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.link-overlay-text {
  background-color: white;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  color: black;
}
.link-overlay-text a {
  color: black;
}
.link-overlay-text.none {
  visibility: hidden;
  pointer-events: none;
}
.link-overlay-text.black {
  background-color: black;
  color: white;
}
.link-overlay-text.black a {
  color: white;
}
.link-overlay-text.black .link-overlay-bottom:before {
  background-color: white;
}
.link-overlay-top {
  text-align: center;
}
.link-overlay-bottom {
  text-align: center;
  text-transform: uppercase;
}
.link-overlay-bottom:before {
  content: '';
  display: block;
  height: 1px;
  width: 50px;
  background-color: black;
  margin: 10px auto;
}
.article-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  opacity: 0;
  z-index: -1;
  transition: z-index 0s ease-in-out 0.5s, opacity 0.5s ease-in-out;
}
.article-overlay.visible {
  transition: z-index 0s ease-in-out, opacity 0.5s ease-in-out;
  opacity: 1;
  z-index: 100;
}
.article-container {
  background-color: white;
  padding: 25px;
  width: 100%;
  max-width: 500px;
}
.artprintstable {
  width: 100%;
  border: none;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}
.artprintstable tr:first-child {
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid black;
}
.artprintstable tr td {
  padding-top: 5px;
  padding-bottom: 5px;
}
.artprintstable tr td:first-child {
  font-weight: bold;
  width: 30px;
}
.artprintstable tr td:last-child {
  text-align: right;
}
.artprintstable tr td.getproduct {
  text-align: center;
  font-weight: normal;
  cursor: pointer;
  border-bottom: 1px solid black;
  background-color: black;
  color: white;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
.artprintstable tr td.getproduct:hover {
  background-color: white;
  color: black;
}
.artprintstable-bottom {
  margin-top: 25px;
  text-align: center;
}
@media all and (max-width: 760px) {
  .hide-mobile {
    display: none;
  }
}
.layout-set {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 25px;
}
@media all and (max-width: 1100px) {
  .layout-set {
    margin: 0 12.5px;
  }
}
.layout-set.images-absolute .layout-box {
  position: absolute;
}
.layout-box {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 25px;
}
@media all and (max-width: 1100px) {
  .layout-box {
    padding: 12.5px;
  }
}
.layout-text {
  width: 100%;
}
.layout-text hr {
  width: 30px;
  height: 3px;
  padding: 0;
  margin: 0;
  outline: 0;
  border: 0;
  position: relative;
}
.layout-text hr:after {
  position: absolute;
  top: 0;
  left: -100vw;
  width: 300vw;
  height: 3px;
  background-color: #000000;
  display: block;
  content: '';
}
.layout {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.layout.center {
  justify-content: center;
}
.layout-row {
  width: 100%;
}
@media all and (min-width: 760px) {
  .layout-row {
    padding: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .layout-row.center {
    justify-content: center;
  }
}
@media all and (max-width: 760px) {
  .layout-row {
    padding: 0 12.5px;
  }
}
.layout-col {
  padding: 12.5px 12.5px;
}
@media all and (min-width: 760px) {
  .layout-col {
    padding: 0 25px;
  }
}
.layout-col img {
  max-width: 100%;
}
@media all and (min-width: 760px) {
  .layout-center {
    margin-left: auto;
    margin-right: auto;
  }
  .layout-left-1 {
    margin-left: 8.33333333%;
  }
  .layout-left-2 {
    margin-left: 16.66666667%;
  }
  .layout-left-3 {
    margin-left: 25%;
  }
  .layout-left-4 {
    margin-left: 33.33333333%;
  }
  .layout-left-6 {
    margin-left: 50%;
  }
}
@media all and (min-width: 760px) {
  .layout-width-1 {
    width: 8.33333333%;
  }
  .layout-width-2 {
    width: 16.66666667%;
  }
  .layout-width-3 {
    width: 16.66666667%;
  }
  .layout-width-4 {
    width: 33.33333333%;
  }
  .layout-width-5 {
    width: 41.66666667%;
  }
  .layout-width-6 {
    width: 50%;
  }
  .layout-width-8 {
    width: 66.66666667%;
  }
  .layout-width-12 {
    width: 100%;
  }
  .layout-max-3 {
    width: 100%;
    max-width: 350px;
  }
  .layout-max-4 {
    width: 100%;
    max-width: 466.66666667px;
  }
  .layout-max-5 {
    width: 100%;
    max-width: 583.33333333px;
  }
  .layout-max-7 {
    width: 100%;
    max-width: 816.66666667px;
  }
  .layout-max-8 {
    width: 100%;
    max-width: 933.33333333px;
  }
}
@media all and (max-width: 760px) {
  .layout-width-1,
  .layout-width-2,
  .layout-width-3,
  .layout-width-4,
  .layout-width-5,
  .layout-width-6 {
    width: 100%;
  }
}
.layout-image-wrapper {
  position: relative;
}
.layout-image {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.layout-image img {
  width: 100%;
  height: auto;
}
.layout-image img.size-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.layout-image.position-x-left {
  align-items: flex-start;
}
.layout-image.position-x-center {
  align-items: center;
}
.layout-image.position-x-right {
  align-items: flex-end;
}
.layout-image.position-y-top {
  justify-content: left;
}
.layout-image.position-y-middle {
  justify-content: center;
}
.layout-image.position-y-bottom {
  justify-content: flex-end;
}
.position-x-left {
  background-position-x: left;
}
.position-x-center {
  background-position-x: center;
}
.position-x-right {
  background-position-x: right;
}
.position-y-top {
  background-position-y: top;
}
.position-y-middle {
  background-position-y: center;
}
.position-y-bottom {
  background-position-y: bottom;
}
.size-contain {
  background-size: contain;
}
.size-cover {
  background-size: cover;
}
.layout-caption {
  padding: 15px 15px;
}
.layout-tab {
  display: inline-block;
  width: 25px;
}
.layout-intro {
  width: 100%;
  position: relative;
}
@media all and (min-width: 1100px) {
  .layout-intro {
    height: calc(100vh - 99px);
    width: calc(100vw);
    margin: 0 -25px 25vh -25px;
  }
}
@media all and (max-width: 1100px) {
  .layout-intro {
    padding-top: 100vh;
    height: 200vh;
    margin: 0 12.5px 25vh 12.5px;
  }
}
.layout-intro .layout-box {
  height: 100%;
  padding: 0;
}
.layout-fixed {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}
.layout-fixed .layout-fixed-text {
  opacity: 0;
}
.layout-fixed.animate .layout-fixed-text {
  transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.2s;
}
.layout-fixed.animate-out .layout-fixed-text {
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.layout-fixed.down .layout-fixed-text {
  transform: translateY(22px);
}
.layout-fixed.up .layout-fixed-text {
  transform: translateY(-22px);
}
.layout-fixed.visible .layout-fixed-text {
  opacity: 1;
  transform: translateY(0);
}
.layout-fixed-wrapper.righty .layout-fixed-caption {
  text-align: right;
}
.layout-fixed-text {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout-fixed-text .middle {
  width: 90%;
}
.layout-fixed-figure img {
  display: block !important;
}
.layout-fixed-figure:hover .layout-fixed-caption {
  opacity: 1;
  pointer-events: all;
}
.layout-fixed-caption {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out;
  padding: 15px 0 !important;
  font-size: 14px !important;
}
#layout-fixed-next {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 70px;
  height: 40px;
  padding-top: 10px;
  margin-left: -35px;
  z-index: 11;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  opacity: 1;
  cursor: pointer;
  text-align: center;
}
#layout-fixed-next:not(.visible) {
  opacity: 0;
  transform: translateY(22px);
  pointer-events: none;
}
#layout-fixed-next .load {
  content: '';
  display: inline-block;
  width: 13px;
  height: 10px;
  background-image: url('/img/down.svg');
  background-size: contain;
  background-position: center center;
}
#corporate-art {
  padding-top: 60px;
}
#layout-slide-last {
  margin-bottom: 500px;
}
.no-side-padding {
  padding-left: 0;
  padding-right: 0;
}
/*# sourceMappingURL=index.css.map */