@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700');
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, sub, 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 {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.ns {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html, body {
  font-size: 100%;
  font-family: 'Montserrat', sans-serif;
  background: #000;
  height: 101vh;
  overflow-x: hidden;
}
a.cline {
  position: relative;
  color: #aaa;
  text-decoration: none;
}
a.cline:after {
  content: '';
  position: absolute;
  height: 1px;
  background: #fff;
  width: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: -4px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
a.cline.dark:after {
  background: #999;
}
a.cline:hover {
  color: #fff;
}
a.cline:hover:after {
  width: 100%;
}
header {
  position: fixed;
  top: 6%;
  left: 90px;
  right: 90px;
  opacity: 1;
  z-index: 10;
}
header .logo a {
  color: transparent;
}
header .logo div {
  display: inline-block;
  vertical-align: top;
}
header .logo .logo-left {
  width: 45px;
  overflow: hidden;
}
header .logo .logo-right {
  width: 200px;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 800ms ease;
  -moz-transition: opacity 800ms ease;
  -ms-transition: opacity 800ms ease;
  -o-transition: opacity 800ms ease;
  transition: opacity 800ms ease;
}
header .logo .logo-right img {
  margin-left: -50px;
}
header .logo img {
  width: 250px;
}
header .logo a:hover .logo-right {
  opacity: 1;
}
header .burger-menu {
  position: absolute;
  right: 0;
  top: 12px;
  width: 40px;
  height: 25px;
  z-index: 1000;
  cursor: pointer;
}
header .burger-menu:not(.clicked):hover span:nth-child(1) {
  top: -3px;
}
header .burger-menu:not(.clicked):hover span:nth-child(3) {
  top: 23px;
}
header .burger-menu.clicked span {
  background: #000;
  transform-origin: 20px 20px;
}
header .burger-menu.clicked span:nth-child(2) {
  opacity: 0;
}
header .burger-menu.clicked span:nth-child(1) {
  transform: rotate(135deg) translate3d(-3px, 19px, 0);
}
header .burger-menu.clicked span:nth-child(3) {
  transform: rotate(-135deg) translate3d(15px, 35px, 0);
}
header .burger-menu span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  -webkit-transition: all 350ms cubic-bezier(0.19, 0, 0.55, 1.42);
  -moz-transition: all 350ms cubic-bezier(0.19, 0, 0.55, 1.42);
  -ms-transition: all 350ms cubic-bezier(0.19, 0, 0.55, 1.42);
  -o-transition: all 350ms cubic-bezier(0.19, 0, 0.55, 1.42);
  transition: all 350ms cubic-bezier(0.19, 0, 0.55, 1.42);
}
header .burger-menu span:nth-child(2) {
  top: 10px;
}
header .burger-menu span:nth-child(3) {
  top: 20px;
}
#start {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000;
}
#start .main-menu {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#start .main-menu .main-link {
  display: inline-block;
  margin: 20px 0;
}
#start .main-menu .main-link a {
  display: block;
  text-decoration: none;
  font-size: 8vw;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  line-height: 100%;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
#start .main-menu .main-link a:hover {
  color: rgba(255, 255, 255, 1);
}
#start .bg-img {
  position: absolute;
  max-width: 1400px;
  width: 100%;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
#start .bg-img .fader {
  opacity: 0;
  overflow: hidden;
}
#start .bg-img img {
  display: none;
  width: 100%;
}
#content {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
}
#content .page-header {
  max-width: 1400px;
  margin: auto;
  overflow: hidden;
}
#content .page-header img {
  width: 100%;
  opacity: 0.5;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
#content .page-header img.revealed {
  opacity: 1;
}
#content h1.title {
  position: absolute;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-transform: none;
  font-size: 6rem;
  font-weight: 700;
  opacity: 1;
  white-space: nowrap;
  z-index: 1;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
#content h1.title.hidden {
  opacity: 0;
}
#content .page-content-text {
  max-width: 640px;
  width: 100%;
  margin: auto;
  color: #999;
  line-height: 200%;
  padding: 130px 0;
  font-weight: 300;
  font-size: 18px;
}
#content .page-content-team {
  max-width: 1400px;
  margin: auto;
  text-align: center;
}
#content .page-content-team .team {
  position: relative;
  display: inline-block;
  width: 320px;
  height: 320px;
  margin: 5px 3px;
  vertical-align: top;
  cursor: pointer;
}
#content .page-content-team .team .fade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
}
#content .page-content-team .team .fade p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0;
  line-height: 135%;
  font-weight: 300;
}
#content .page-content-team .team .fade p:first-child {
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 600;
  letter-spacing: 2px;
}
#content .page-content-team .team img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
#content .page-content-team .application {
  position: relative;
  background: #333;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
#content .page-content-team .application > div {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
#content .page-content-team .application:hover {
  background: #555;
}
#content .page-content-team .application h3 {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 1.5rem;
  color: #fff;
  line-height: 160%;
}
#content .page-content-team .application p {
  margin-top: 45px;
}
#content .page-footer-links {
  padding: 150px 0;
}
#content .page-footer-links .footer-side {
  position: absolute;
  font-weight: 300;
  color: #aaa;
}
#content .page-footer-links .footer-side.social {
  right: 90px;
}
#content .page-footer-links .footer-side.social a {
  display: inline-block;
  opacity: 0.6;
  margin-left: 10px;
  color: #aaa;
  transition: opacity 300ms ease;
  -webkit-transition: opacity 300ms ease;
}
#content .page-footer-links .footer-side.social a img {
  height: 18px;
  width: 18px;
}
#content .page-footer-links .footer-side.social a:hover {
  opacity: 1;
}
#content .page-footer-links .footer-side.imprint {
  left: 90px;
  font-size: 14px;
}
#blender {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #222323;
  background-color: #000;
}
.button-container {
  display: block;
  text-align: center;
}
.button-container button {
  position: relative;
  font-size: 0.9rem;
  font-family: 'Montserrat', sans-serif;
  background: transparent;
  border: 2px solid #d6d6d6;
  padding: 30px 55px;
  color: #d6d6d6;
  margin: 0 0 20px;
  outline: none;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 4px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.button-container button:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: #fff;
  z-index: -1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.button-container button:hover {
  color: #000;
  border-color: #fff;
  cursor: pointer;
}
.button-container button:hover:before {
  width: 100%;
}
.burger-menu-content {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  background: #fff;
  width: 40%;
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}
.burger-menu-content .inner {
  padding: 100px;
}
.burger-menu-content.open {
  right: 0;
}
.burger-menu-content .menu {
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.burger-menu-content .menu a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 65px;
  font-weight: 700;
  color: #000;
  line-height: 150%;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.burger-menu-content .menu a.fade {
  color: #ccc;
}
.burger-menu-content .footer {
  position: absolute;
  bottom: 70px;
  left: 100px;
  right: 100px;
}
.burger-menu-content .footer .footer-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 65px;
}
.burger-menu-content .footer .footer-item p {
  font-size: 13px;
  color: #999;
  line-height: 160%;
  font-weight: 300;
}
.burger-menu-content .footer .footer-item p.social-link {
  display: inline-block;
}
.burger-menu-content .footer .footer-item p.social-link a {
  opacity: 0.4;
  color: #aaa;
  transition: opacity 300ms ease;
  -webkit-transition: opacity 300ms ease;
}
.burger-menu-content .footer .footer-item p.social-link a img {
  height: 18px;
  width: 18px;
}
.burger-menu-content .footer .footer-item p.social-link a:hover {
  opacity: 1;
}
.burger-menu-content .footer .footer-item a {
  color: #999;
  text-decoration: none;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #fff;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}
.ref {
  max-width: 1400px;
  margin: auto;
  color: #fff;
  margin-bottom: 140px;
}
.ref.last {
  margin-bottom: 0;
}
.ref h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 140%;
  margin: 25px 0;
}
.ref h3:first-child {
  margin: 25px 0;
}
.ref div {
  font-size: 18px;
  font-weight: 300;
  color: #999;
  line-height: 200%;
}
.ref div p {
  display: inline-block;
}
.ref div p:first-child {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 4px;
  width: 120px;
}
.ref .gallery {
  max-width: 1400px;
  margin: auto;
  max-height: 850px;
  overflow: hidden;
}
.ref .gallery .counter {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 4px;
}
.ref .gallery .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 10;
  background-image: url(http://89.22.103.133/strolz-events/wp-content/uploads/left-right-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100px 46px;
  width: 45px;
  height: 46px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.ref .gallery:hover .slick-arrow {
  opacity: 1;
}
.ref .gallery .slick-prev {
  left: 20px;
  background-position: left;
}
.ref .gallery .slick-next {
  right: 20px;
  background-position: right;
}
@media (max-width: 1440px) and (min-width: 1025px) {
  .burger-menu-content {
    width: 57%;
  }
  #start .bg-img {
    max-width: 950px;
    bottom: 175px;
    overflow: hidden;
  }
  #content .page-header {
    max-width: 1100px;
  }
  #content .ref {
    max-width: 1100px;
  }
  #content .ref .gallery {
    max-width: 100%;
    height: 85vh;
  }
  #content .page-footer-links .footer-side.imprint {
    left: 90px;
  }
  #content .page-footer-links .footer-side.social {
    right: 90px;
  }
  #content .page-content-team {
    max-width: 1100px;
  }
  #content .page-content-team .team {
    width: 260px;
    height: 260px;
  }
  #content .page-content-team .team img {
    width: 100%;
  }
  #content .page-content-team .team p {
    font-size: 14px;
  }
  .slick-slide img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .slick-slide img {
    width: 100%;
  }
  header {
    top: 50px;
    left: 0;
    right: 0;
    max-width: 85%;
    margin: auto;
  }
  .burger-menu-content {
    width: 100%;
  }
  #content h1.title {
    font-size: 65px;
  }
  #content .page-header {
    max-width: 750px;
  }
  #content .page-content-team {
    max-width: 750px;
  }
  #content .page-content-team .team {
    width: 240px;
    height: 240px;
  }
  #content .page-content-team .team img {
    width: 100%;
  }
  .ref {
    max-width: 73%;
  }
  .ref .gallery {
    max-width: 100%;
    margin: auto;
  }
  #start .bg-img {
    max-width: 725px;
  }
}
@media (max-width: 768px) {
  #content .page-header, #content .page-content-team {
    max-width: 85%;
  }
  .footer .footer-item {
    margin-top: 35px;
  }
}
@media (max-width: 425px) {
  header {
    top: 35px;
    left: 20px;
    right: 20px;
  }
  .burger-menu-content {
    width: 100%;
  }
  #start {
    height: 100vh;
  }
  #start .main-menu .main-link a {
    font-size: 40px;
  }
  #start .bg-img {
    top: 260px;
    width: 100%;
  }
  #start .bg-img .fader {
    width: 100%;
  }
  #content h1.title {
    font-size: 35px;
  }
  #content .page-content-text, #content .page-content-team {
    max-width: 85%;
    padding: 65px 0 0;
    font-size: 16px;
    line-height: 170%;
  }
  #content .page-header {
    max-width: 86%;
  }
  #content .page-content-team .team {
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
  }
  #content .page-content-team .team, #content .page-content-team .team img {
    width: 100%;
    height: auto;
    display: block;
  }
  #content .page-footer-links .footer-side.imprint {
    left: 45px;
    margin-top: 50px;
  }
  #content .page-footer-links .footer-side.social {
    right: 0;
    left: 35px;
  }
  .burger-menu-content .menu {
    left: 50px;
    top: 25%;
  }
  .burger-menu-content .menu a {
    font-size: 35px;
  }
  .burger-menu-content .footer {
    left: 50px;
  }
  .burger-menu-content .footer .footer-item {
    margin-top: 25px;
  }
  header .logo a:hover .logo-right {
    opacity: 0;
  }
  .button-container {
    margin-top: 60px;
  }
  .ref {
    margin-bottom: 0;
    margin-top: 80px;
    max-width: 86% !important;
  }
  .ref .gallery {
    height: 35vh !important;
  }
  .ref .gallery .slick-arrow {
    background-size: 60px;
    width: 30px;
  }
  .ref h3 {
    margin: 5px 0;
  }
  .ref div {
    font-size: 16px;
  }
  .ref div p {
    display: block;
  }
}
@media (max-width: 325px) {
  #start .main-menu .main-link a {
    font-size: 30px;
  }
  .burger-menu-content .menu a {
    font-size: 25px;
  }
  #content h1.title {
    font-size: 30px;
  }
}
/*# sourceMappingURL=style.css.map */