@charset "UTF-8";
/*.wf-loading{
  .sideBar{
    transition-delay: 2s;
    width: 80vW;
    transition: $t-medium;
    &:before{
      transform: translateX(0);
      transition-delay: 0s;
    }
    .social{
      opacity: 0;
    }
    .burger{
      opacity: 0;
      span{
        opacity: 0;
      }
    }
  }
  .sliderNav, .sliderNav.scrollUp {
    transform: translateY(120%);
    transition: $t-fast;
    transition-delay: 0s;
  }
}*/
.imgSlider {height:0;}
.imgSlider.slick-initialized {height:auto;}
.content section {display:none; height:0; overflow:hidden}

.logo {
  max-width: 150px;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
  transition-delay: 1s; }

.gr-menu, .mainBar {
  z-index: 100;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 1s; }

.content {
  position: relative; }
  .content section {
    top: 0;
    bottom:0;
    display: block;
    position: fixed;
    left: -200%;
    max-width: 100vW;
    overflow: hidden;
    opacity: 0; }
    .content section.active {
      -webkit-overflow-scrolling: touch;
      opacity: 1;
      transition: all 1s;
      transition-delay: .25s;
      height:auto;
    }
    .content section.inactive {
      opacity: 0;
      height: auto;
      transition: all .5s; }

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  transform: translate(-50%, -50%) scale(0);
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s;
  opacity: 0; }

.resizing section *, .resizing .gr-main, .resizing .sideNav, .resizing .slider {
  transition: none !important;
  transition-delay: 0s !important; }

.resizing .mainBar, .resizing .mainBar * {
  transition: none !important;
  transition-delay: 0s !important; }

.resizing .gr-menu {
  transition: none !important;
  transition-delay: 0s !important; }

.wf-loading body {
  overflow: hidden !important; }

.wf-loading .loader {
  transform: translate(-50%, -50%) scale(1);
  transition-delay: .35s;
  opacity: 1; }

.wf-loading .gr-menu, .wf-loading .mainBar, .wf-loading .sideBar {
  width: 100%;
  opacity: 1 !important;
  transition: all 0s;
  transition-delay: 0s; }
  .wf-loading .gr-menu .phone, .wf-loading .mainBar .phone, .wf-loading .sideBar .phone {
    opacity: 0; }

.wf-loading .mainBar {
  background-color: #2c424d !important; }

.wf-loading .logo {
  transition-delay: 0s;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s;
  opacity: 0; }
  .wf-loading .logo img.small {
    opacity: 0;
    visibility: hidden; }

.wf-loading .burger, .wf-loading .mainNav, .wf-loading .social {
  opacity: 0;
  visibility: hidden; }

@media screen and (max-width: 767px) {
  .wf-loading .mainBar, .wf-loading .gr-menu {
    height: 100vH; }
  .wf-loading .mainNav {
    opacity: 0;
    transition-delay: 0s; } }

@media screen and (max-width: 479px) {
  .loader {
    transform: translate(-50%, -50%) scale(0); } }

body, input {
  font-family: 'Korolev W01', sans-serif;
  color: #fff; }

.container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 2.08333vW; }

.row {
  margin: -2.08333vW; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.gr-menu {
  position: fixed;
  width: 25%;
  height: 100%;
  z-index: 2; }

.mainBar, .sideBar {
  height: 100%;
  position: absolute;
  top: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  will-change: transform; }

.mainBar {
  width: 20.83334vW;
  padding: 4.16667vW;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s; }

.sideBar {
  width: 4.16667vW;
  left: 20.83334vW;
  padding: 4.16667vW 0 0 0;
  z-index: 1;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s; }

.gr-main {
  width: 75%;
  position: relative;
  padding: 0;
  margin: 0 0 0 25%;
  min-height: 100vH;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
  will-change: transform, opacity; }

.offset-half {
  margin-left: 2.08333vW; }

.offset-1 {
  margin-left: 4.16667vW; }

.offset-2 {
  margin-left: 8.33333vW; }

.offset-3 {
  margin-left: 12.5vW; }

.offset-4 {
  margin-left: 16.66667vW; }

.col-1 {
  width: 4.16667vW; }

.col-2 {
  width: 8.33333vW; }

.col-3 {
  width: 12.5vW; }

.col-4 {
  width: 16.66667vW; }

.col-5 {
  width: 20.83334vW; }

.col-6 {
  width: 25.0vW; }

.col-7 {
  width: 29.16667vW; }

.col-8 {
  width: 33.33334vW; }

.col-9 {
  width: 37.5vW; }

.col-10 {
  width: 41.66667vW; }

.col-11 {
  width: 45.83334vW; }

.col-12 {
  width: 50.0vW; }

.col-13 {
  width: 54.16667vW; }

.col-14 {
  width: 58.33334vW; }

[class*="col-"] {
  float: left; }

.floatRight {
  float: right; }

.floatLeft {
  float: left; }

@media screen and (min-width: 1281px) {
  html {
    font-size: 0.78125vW; } }

@media screen and (min-width: 1500px) {
  .mainBar {
    padding: 4.16667vW 6.25vW; }
  .mainNav li a {
    font-size: 1.25em !important; }
    .mainNav li a span.analog-icon {
      width: 1.25em !important; } }

@media screen and (max-width: 1280px) {
  html {
    font-size: 10px; }
  .gr-main {
    font-size: 1.2em; } }

@media screen and (max-width: 1023px) {
  .gr-menu {
    width: 75px; }
  .gr-main {
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
    width: calc(100% - 75px);
    margin-left: 75px; }
  .sideBar {
    display: none; }
  .mainBar {
    padding: 15px;
    width: 75px;
    overflow: hidden;
    border-right: 2px solid #fff; } }

@media screen and (max-width: 767px) {
  .gr-menu {
    width: 100%;
    height: 55px;
    bottom: 0; }
  .gr-main {
    width: 100%;
    height: 100%;
    margin-left: 0; }
  .sideBar {
    display: none; }
  .mainBar {
    padding: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    border: none;
    position: static;
    background-color: #323538; }
  .logo {
    display: none !important; }
  .social {
    display: none; } }

@media screen and (min-width: 320px) {
  .offset-xs-half {
    margin-left: 2.08333vW; }
  .offset-xs-1 {
    margin-left: 4.16667vW; }
  .offset-xs-2 {
    margin-left: 8.33333vW; }
  .offset-xs-3 {
    margin-left: 12.5vW; }
  .offset-xs-4 {
    margin-left: 16.66667vW; }
  .col-xs-1 {
    width: 4.16667vW; }
  .col-xs-2 {
    width: 8.33333vW; }
  .col-xs-3 {
    width: 12.5vW; }
  .col-xs-4 {
    width: 16.66667vW; }
  .col-xs-5 {
    width: 20.83334vW; }
  .col-xs-6 {
    width: 25.0vW; }
  .col-xs-7 {
    width: 29.16667vW; }
  .col-xs-8 {
    width: 33.33334vW; }
  .col-xs-9 {
    width: 37.5vW; }
  .col-xs-10 {
    width: 41.66667vW; }
  .col-xs-11 {
    width: 45.83334vW; }
  .col-xs-12 {
    width: 50.0vW; }
  .col-xs-13 {
    width: 54.16667vW; }
  .col-xs-14 {
    width: 58.33334vW; } }

@media screen and (min-width: 480px) {
  .offset-sm-half {
    margin-left: 2.08333vW; }
  .offset-sm-1 {
    margin-left: 4.16667vW; }
  .offset-sm-2 {
    margin-left: 8.33333vW; }
  .offset-sm-3 {
    margin-left: 12.5vW; }
  .offset-sm-4 {
    margin-left: 16.66667vW; }
  .col-sm-1 {
    width: 4.16667vW; }
  .col-sm-2 {
    width: 8.33333vW; }
  .col-sm-3 {
    width: 12.5vW; }
  .col-sm-4 {
    width: 16.66667vW; }
  .col-sm-5 {
    width: 20.83334vW; }
  .col-sm-6 {
    width: 25.0vW; }
  .col-sm-7 {
    width: 29.16667vW; }
  .col-sm-8 {
    width: 33.33334vW; }
  .col-sm-9 {
    width: 37.5vW; }
  .col-sm-10 {
    width: 41.66667vW; }
  .col-sm-11 {
    width: 45.83334vW; }
  .col-sm-12 {
    width: 50.0vW; }
  .col-sm-13 {
    width: 54.16667vW; }
  .col-sm-14 {
    width: 58.33334vW; } }

@media screen and (min-width: 768px) {
  .offset-md-half {
    margin-left: 2.08333vW; }
  .offset-md-1 {
    margin-left: 4.16667vW; }
  .offset-md-2 {
    margin-left: 8.33333vW; }
  .offset-md-3 {
    margin-left: 12.5vW; }
  .offset-md-4 {
    margin-left: 16.66667vW; }
  .col-md-1 {
    width: 4.16667vW; }
  .col-md-2 {
    width: 8.33333vW; }
  .col-md-3 {
    width: 12.5vW; }
  .col-md-4 {
    width: 16.66667vW; }
  .col-md-5 {
    width: 20.83334vW; }
  .col-md-6 {
    width: 25.0vW; }
  .col-md-7 {
    width: 29.16667vW; }
  .col-md-8 {
    width: 33.33334vW; }
  .col-md-9 {
    width: 37.5vW; }
  .col-md-10 {
    width: 41.66667vW; }
  .col-md-11 {
    width: 45.83334vW; }
  .col-md-12 {
    width: 50.0vW; }
  .col-md-13 {
    width: 54.16667vW; }
  .col-md-14 {
    width: 58.33334vW; } }

@media screen and (min-width: 1024px) {
  .offset-lg-half {
    margin-left: 2.08333vW; }
  .offset-lg-1 {
    margin-left: 4.16667vW; }
  .offset-lg-2 {
    margin-left: 8.33333vW; }
  .offset-lg-3 {
    margin-left: 12.5vW; }
  .offset-lg-4 {
    margin-left: 16.66667vW; }
  .col-lg-1 {
    width: 4.16667vW; }
  .col-lg-2 {
    width: 8.33333vW; }
  .col-lg-3 {
    width: 12.5vW; }
  .col-lg-4 {
    width: 16.66667vW; }
  .col-lg-5 {
    width: 20.83334vW; }
  .col-lg-6 {
    width: 25.0vW; }
  .col-lg-7 {
    width: 29.16667vW; }
  .col-lg-8 {
    width: 33.33334vW; }
  .col-lg-9 {
    width: 37.5vW; }
  .col-lg-10 {
    width: 41.66667vW; }
  .col-lg-11 {
    width: 45.83334vW; }
  .col-lg-12 {
    width: 50.0vW; }
  .col-lg-13 {
    width: 54.16667vW; }
  .col-lg-14 {
    width: 58.33334vW; } }

@media screen and (min-width: 1280px) {
  .offset-xl-half {
    margin-left: 2.08333vW; }
  .offset-xl-1 {
    margin-left: 4.16667vW; }
  .offset-xl-2 {
    margin-left: 8.33333vW; }
  .offset-xl-3 {
    margin-left: 12.5vW; }
  .offset-xl-4 {
    margin-left: 16.66667vW; }
  .col-xl-1 {
    width: 4.16667vW; }
  .col-xl-2 {
    width: 8.33333vW; }
  .col-xl-3 {
    width: 12.5vW; }
  .col-xl-4 {
    width: 16.66667vW; }
  .col-xl-5 {
    width: 20.83334vW; }
  .col-xl-6 {
    width: 25.0vW; }
  .col-xl-7 {
    width: 29.16667vW; }
  .col-xl-8 {
    width: 33.33334vW; }
  .col-xl-9 {
    width: 37.5vW; }
  .col-xl-10 {
    width: 41.66667vW; }
  .col-xl-11 {
    width: 45.83334vW; }
  .col-xl-12 {
    width: 50.0vW; }
  .col-xl-13 {
    width: 54.16667vW; }
  .col-xl-14 {
    width: 58.33334vW; } }

* {
  box-sizing: border-box;
  outline: none !important; }
  *:hover, *:focus {
    outline: none !important; }

body, html {
  min-height: 100%;
  margin: 0;
  padding: 0;
  width: 100%; }

body {
  min-height: 100vH;
  background: #2b8fb3;
  background: -moz-linear-gradient(-45deg, #2b8fb3 35%, #5df4d1 130%);
  background: -webkit-linear-gradient(-45deg, #2b8fb3 35%, #5df4d1 130%);
  background: linear-gradient(135deg, #2b8fb3 35%, #5df4d1 130%);
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-backface-visibility: hidden;
  overflow-x: hidden; }
  body[class*="-open"] {
    overflow: hidden; }

nav ol, nav ul {
  margin: 0;
  padding: 0; }
  nav ol li, nav ul li {
    list-style: none;
    padding: 0;
    margin: 0; }
    nav ol li a, nav ul li a {
      text-transform: uppercase;
      text-decoration: none;
      color: #fff; }

img {
  width: 100%;
  height: auto;
  display: block; }

figure {
  margin: 0; }

hr {
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  height: 0;
  padding: 0;
  margin: 4.16667vW 0; }

.typo3-member {
  position: absolute;
  top: 1vW;
  right: 1vW;
  width: 5.75vW;
  z-index: 30;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s; }
  .imprintOpen .typo3-member {
    opacity: 0;
    visibility: hidden; }

.burger {
  cursor: pointer;
  width: 26px;
  height: 14px;
  position: relative;
  display: inline-block;
  z-index: 100;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }
  .burger span {
    position: absolute;
    display: block;
    background: #526773;
    bottom: auto;
    width: 100%;
    height: 2px;
    border-radius: 0;
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s; }
    .burger span:nth-child(1) {
      top: 0;
      transform: none; }
    .burger span:nth-child(2) {
      top: 50%;
      transform: translateY(-50%); }
    .burger span:nth-child(3) {
      top: calc(100% - 2px);
      transform: none; }
  .burger:hover span:nth-child(2), .burger:focus span:nth-child(2) {
    top: 0;
    transform: none; }
  .burger.open, .open .burger {
    transform: translateY(-50%) rotate(-135deg) scale(1);
    overflow: visible; }
    .burger.open span, .open .burger span {
      background: #526773; }
      .burger.open span:nth-child(1), .open .burger span:nth-child(1) {
        top: 50%;
        transform: rotate(-90deg) translateX(0%); }
      .burger.open span:nth-child(2), .open .burger span:nth-child(2) {
        top: 50%;
        opacity: 0;
        transform: none; }
      .burger.open span:nth-child(3), .open .burger span:nth-child(3) {
        top: 50%; }
    .burger.open:hover span, .burger.open:focus span, .open .burger:hover span, .open .burger:focus span {
      background: #4ed6c8; }

.nicescroll-rails {
  left: auto !important;
  right: 0; }

@media screen and (max-width: 1280px) {
  .typo3-member {
    width: 8.33333vW; } }

@media screen and (max-width: 1024px) {
  .typo3-member {
    width: 8.5vW; } }

@media screen and (max-width: 767px) {
  .typo3-member {
    display: none; } }

@media screen and (max-width: 479px) {
  body {
   /* overflow: auto !important; */ } }

#particles-js {
  display: none;
  pointer-events: none; }

.mapIsOpen section.contact a, .mapIsOpen section.contact .showMap {
  cursor: pointer; }

.mapIsOpen #particles-js {
  display: block;
  pointer-events: none; }

section {
  color: #fff; }
  section h1 {
    font-size: 10em;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 1;
    position: relative;
    margin-top: 1.8vW;
    margin-bottom: 2.08333vW;
    transform: translateX(-0.9%); }
    section h1 span {
      position: absolute;
      left: 0.4%;
      bottom: 100%;
      transform: translateY(0.33333em);
      line-height: 1;
      color: #4ed6c8;
      font-weight: 600;
      letter-spacing: 0;
      font-size: .33333em;
      text-transform: uppercase; }
  section h2 {
    font-size: 3.33333em;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    margin: 4.16667vW 0 2.08333vW 0;
    padding: 0;
    position: relative;
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
    transform: translateX(10vW);
    opacity: 0; }
    section h2:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 6%;
      height: 86%;
      width: 0.45vW;
      background: #4ed6c8;
      transform: translateX(-5vW);
      opacity: 0;
      transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s; }
    section h2 span {
      opacity: .4; }
    section h2.appeared {
      transition-delay: .4s;
      transform: translateX(0);
      opacity: 1;
      height: auto !important; }
      section h2.appeared:before {
        transform: translateX(-1.1vW);
        opacity: 1;
        transition-delay: .6s; }
      section h2.appeared .shuffled {
        height: auto !important; }
  section h3 {
    font-size: 2.25em; }
  section p, section ul {
    font-weight: 400;
    font-size: 1.6em;
    line-height: 1.618;
    margin: 0;
    margin-bottom: 2.08333vW;
    letter-spacing: 0.025em; }
    section p a, section ul a {
      color: #fff;
      position: relative;
      transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s; }
      section p a:before, section ul a:before {
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: #216d88; }
      section p a:hover, section p a:focus, section ul a:hover, section ul a:focus {
        color: #5df5d2; }
    section p strong, section p b, section ul strong, section ul b {
      font-weight: 800; }
    section p.intro, section ul.intro {
      font-weight: 300;
      font-style: italic;
      font-size: 2.25em;
      line-height: 1.45;
      margin-top: -0.75em; }
  section p {
    opacity: 0;
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
    transition-delay: 0s;
    transform: translateY(30px); }
    section p.appeared {
      transform: translateX(0);
      opacity: 1; }
  section h1 + p.intro, section h1 + p:first-child, section h1 + p.intro, section p:first-of-type {
    transition-delay: .75s; }
  section h1 + p:first-child, section h1 + p.intro + p {
    transition-delay: .9s; }

@media all and (min-width: 1281px) {
  section h2 {
    margin-left: 8.33333vW; }
  section h3 {
    margin-left: 12.5vW; }
  section p, section ul {
    margin-left: 16.66667vW; } }

@media all and (max-width: 1280px) {
  section h1 {
    font-size: 8vW; }
  section h2 {
    margin-left: 0;
    padding-left: 0.5em; }
    section h2:before {
      width: 0.55vW;
      transform: translateX(-2vW); }
    section h2.appeared:before {
      transform: translateX(0); }
  section p, section ul {
    margin-left: 8.33333vW; } }

@media all and (max-width: 1024px) {
  section h1 {
    font-size: 10vW; }
  section h2 {
    font-size: 6vW;
    margin-top: 10vW;
    margin-bottom: 4vW; } }

@media all and (max-width: 1023px) {
  section h1 {
    margin-bottom: 4.16667vW; }
  section h2 {
    margin: 8.33333vW 0 4.16667vW;
    padding-left: 0; }
    section h2 > span:last-child, section h2 > div:last-child {
      color: #5df5d2; }
    section h2:before {
      transform: translateX(0);
      display: none; }
  section p, section ul {
    font-size: 1.75em;
    margin-bottom: 4.16667vW;
    margin-left: 0; }
    section p.intro, section ul.intro {
      font-size: 2.25em;
      margin-left: 0; } }

@media (max-width: 800px) {
  section p {
    font-size: 1.4em; } }

@media all and (max-width: 767px) {
  section h1 {
    font-size: 6em; }
  section h2 {
    font-size: 3em;
    padding-left: 0; }
    section h2:before {
      width: 0.75vW; }
  section p.intro {
    font-size: 2em;
    line-height: 1.45; } }

@media all and (max-width: 600px) {
  section h1 {
    font-size: 6em; }
  section h2 {
    font-size: 2.5em;
    margin-top: 16.66667vW; }
    section h2:before {
      width: 1vW; }
  section p.intro {
    font-size: 2em;
    line-height: 1.45; } }

@media all and (max-width: 480px) {
  section h1 {
    font-size: 6em; }
  section p.intro {
    font-size: 2em;
    margin-top: 0; } }

@media all and (max-width: 414px) {
  section h1 {
    font-size: 5em; }
  section h2 {
    font-size: 2.5em; }
  section p.intro {
    font-size: 2em; } }

@media (max-width: 374px) {
  section h1 {
    font-size: 4.4em; } }

.gr-menu {
  z-index: 31;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s; }

.mainBar {
  background: url("../Images/patternBG_01.png") #2c424d;
  color: #fff;
  will-change: transform; }
  .mainBar .phone {
    display: none;
    text-align: center;
    position: absolute;
    bottom: 4em;
    left: 0;
    width: 100%;
    padding: 0 4.16667vW;
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
    transition-delay: 1s; }
    .mainBar .phone span {
      display: block;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 1.95em;
      color: #4ed6c8; }
    .mainBar .phone a {
      font-size: 1.3em;
      color: #fff;
      text-decoration: none; }

.sideBar {
  text-align: center;
  background: white;
  will-change: transform; }
  .sideBar:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #2b8fb3;
    background: -moz-linear-gradient(-45deg, #2b8fb3 35%, #5df4d1 130%);
    background: -webkit-linear-gradient(-45deg, #2b8fb3 35%, #5df4d1 130%);
    background: linear-gradient(135deg, #2b8fb3 35%, #5df4d1 130%);
    background-attachment: fixed;
    transform: translateX(-100%);
    transition: all .75s ease-in-out;
    transition-delay: .25s; }
  .sideBar .social a {
    font-size: 1.5em;
    margin: 0.75em 0.3em 0;
    display: block; }
    .sideBar .social a:hover {
      color: #216d88; }

.logo {
  display: block;
  padding: 10px 10px 0;
  margin-top: 5px;
  top: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%); }
  .logo .big {
    display: none; }

@media screen and (max-width: 1499px) {
  .logo {
    transform: translateX(-50%) scale(0.75);
    transform-origin: center top; } }

@media screen and (min-width: 1024px) {
  .logo {
    margin: 0;
    padding: 0; }
    .logo .big {
      display: block; }
    .logo .small {
      display: none; }
  .mainBar .mainNav, .mainBar .burger, .mainBar .social {
    display: none; }
  .mainBar .phone {
    display: block; }
  .sideBar {
    transition-delay: .25s; }
  .gr-main {
    transition-delay: .35s; }
  .desktopNav-open .sideBar {
    width: 20.83334vW;
    transition-delay: 0s; }
  .desktopNav-open .gr-main {
    transform: translateX(16.66667vW);
    transition-delay: 0s; }
  .desktopNav-open .sideBar .burger {
    transform: translateY(-50%) rotate(-45deg); }
  .sideBar .burger {
    top: 3.1VW; }
  .burger {
    width: 26px;
    height: 14px;
    top: 0;
    overflow: hidden; }
    .desktopNav-open .burger, .burger .sliderNav-open {
      overflow: visible;
      height: 26px; }
    .burger span {
      height: 2px;
      left: -26px;
      animation: burgerSlide .2s normal forwards ease-in-out;
      animation-delay: 0s; }
      .burger span:nth-child(1) {
        animation-delay: 0s;
        animation-duration: .1s; }
      .burger span:nth-child(2) {
        animation-delay: 0.1s;
        animation-duration: .2s; }
      .burger span:nth-child(3) {
        animation-delay: 0.2s;
        animation-duration: .3s; }
    .burger:hover span {
      background: #2b90b4; } }

@media screen and (max-width: 767px) {
  .mainBar {
    background: url("../Images/patternBG_01.png") #323538;
    color: #fff;
    height: 100%; } }

@keyframes burgerSlide {
  0% {
    left: -26px; }
  100% {
    left: 0;
    opacity: 1; } }

.mainNav {
  margin: 4.16667vW 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%); }
  .mainNav li a {
    cursor: pointer;
    display: block;
    color: #eef0f2;
    font-weight: 400;
    height: 3.25em;
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
    font-size: 1.5em; }
    .mainNav li a span {
      vertical-align: middle;
      display: inline-block;
      transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s; }
    .mainNav li a span.analog-icon {
      font-size: 1.5em;
      width: auto;
      margin-right: .5em;
      display: none; }
      .mainNav li a span.analog-icon.menu_home {
        color: #2b90b4; }
      .mainNav li a span.analog-icon.menu_projects {
        color: #44c3c3; }
      .mainNav li a span.analog-icon.menu_services {
        color: #38a9bb; }
      .mainNav li a span.analog-icon.menu_contact {
        color: #4ed6c8; }
    .mainNav li a:hover span.text, .mainNav li a:focus span.text {
      color: #4ed6c8; }
    .mainNav li a:hover span.analog-icon, .mainNav li a:focus span.analog-icon {
      color: #fff; }
  .mainNav li:last-child a {
    height: auto; }

.social {
  position: absolute;
  width: 100%;
  left: 0;
  border: none;
  bottom: 22px;
  text-align: center;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.75s; }
  .social a {
    text-decoration: none !important;
    font-size: 2em;
    margin: 0.75em 0.3em 0;
    display: inline-block;
    color: #b9c1c7;
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s; }
    .social a:hover, .social a:focus {
      color: #fff; }

.desktopNav-open .sideBar .social {
  opacity: 0 !important;
  visibility: hidden; }

.mainBar .burger {
  width: 28px;
  height: 14px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 4.16667vW; }
  .mainBar .burger span {
    background: #b9c1c7; }

@media screen and (min-width: 1024px) {
  .scrollTop {
    display: none; }
  .mainNav {
    margin: 9.5vW 0 0 0;
    opacity: 0;
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s;
    transition-delay: 0s; }
    .mainNav li a {
      height: auto;
      color: #526773;
      font-size: 1.5em;
      padding: 1em 0;
      margin: 0 4.16667vW;
      border-bottom: 1px solid rgba(185, 193, 199, 0.35); }
      .mainNav li a span.analog-icon {
        display: none; }
    .mainNav li:last-child a {
      border: none; }
    .desktopNav-open .mainNav {
      opacity: 1;
      transition-delay: .25s; } }

@media screen and (min-width: 1500px) {
  .mainNav {
    margin: 6.5vW 0 0 0; }
    .mainNav li a {
      font-weight: 200; } }

@media screen and (max-width: 767px) {
  .mainNav {
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
    transition-delay: .75s;
    margin: 0; }
    .mainNav li {
      display: block;
      float: left;
      width: 25%;
      border-right: 1px solid #526773; }
      .mainNav li:last-child {
        border: none; }
      .mainNav li a {
        height: 55px;
        padding: 8px 0 0 0; }
        .mainNav li a span.analog-icon, .mainNav li a span.text {
          display: block;
          text-align: center;
          width: 100%; }
        .mainNav li a span.text {
          font-size: 11px;
          color: #b9c1c7;
          font-weight: 600;
          margin-top: 4px;
          letter-spacing: 0.025em; }
        .mainNav li a:hover span.text, .mainNav li a:focus span.text, .mainNav li a:active span.text {
          color: #fff; } }

.mobileLogo {
  display: none; }

@media all and (max-width: 767px) {
  .home h1 span {
    display: none; }
  .home h1 .type {
    visibility: hidden; }
  .mobileLogo {
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    height: 100%;
    width: auto;
    transform: translateX(-7%) scale(1);
    transform-origin: left center; }
    .mobileLogo img {
      height: 100%;
      width: auto; } }

.logoCompare {
  margin-bottom: 8.33333vW;
  position: relative;
  display: flex;
  justify-content: space-between; }
  .logoCompare > .col-xl-4.col-lg-5 {
    position: relative;
    flex-grow: 1; }
  .logoCompare .date {
    text-align: center;
    margin-bottom: 0.5em;
    font-size: 1.5em;
    font-weight: 500; }
  .logoCompare figure img, .logoCompare figure .svg {
    background: #fff; }
  .logoCompare .shadow {
    position: absolute;
    width: 100%;
    left: 0;
    transform: scaleX(1.6);
    opacity: 0.3;
    margin-top: 1em; }

.analog-icon.arrow_right {
  position: relative;
  top: 50%;
  text-align: center; }
  .analog-icon.arrow_right:before {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }

.logoBadges {
  margin-bottom: 4.16667vW;
  display: flex;
  justify-content: space-between; }
  .logoBadges .item {
    width: 30%;
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s; }
    .logoBadges .item:last-child {
      margin-right: 0; }
    .logoBadges .item img, .logoBadges .item .svg {
      border: none; }
    .logoBadges .item .info {
      position: absolute;
      z-index: 30;
      display: table;
      width: calc(100% + 2px);
      height: calc(100% + 2px);
      left: 0;
      top: 0;
      background: rgba(255, 255, 255, 0.75);
      padding: 5px 15px;
      transform: translateY(100%);
      transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s; }
      .logoBadges .item .info .inner {
        text-align: center;
        display: table-cell;
        vertical-align: middle; }
        .logoBadges .item .info .inner h3, .logoBadges .item .info .inner .h3 {
          font-size: 1.75em;
          color: #526773;
          font-weight: 700;
          margin: 0;
          padding: 0;
          transition: all .5s;
          transform: translateY(100%);
          transition-delay: .2s; }
        .logoBadges .item .info .inner .link {
          position: absolute;
          bottom: 15px;
          font-size: 1.2em;
          display: none !important;
          left: 0;
          text-align: center;
          width: 100%;
          text-decoration: none;
          color: #526773;
          opacity: 0;
          transform: translateY(100%);
          transition: all .3s;
          transition-delay: .5s; }
          .logoBadges .item .info .inner .link:hover, .logoBadges .item .info .inner .link:focus, .logoBadges .item .info .inner .link:active {
            color: #2b90b4;
            transition-delay: 0s; }
    .logoBadges .item:hover, .logoBadges .item:focus, .logoBadges .item:active {
      transform: scale(1.07); }
      .logoBadges .item:hover .info, .logoBadges .item:focus .info, .logoBadges .item:active .info {
        transform: translateY(0); }
        .logoBadges .item:hover .info .inner h3, .logoBadges .item:hover .info .inner .h3, .logoBadges .item:focus .info .inner h3, .logoBadges .item:focus .info .inner .h3, .logoBadges .item:active .info .inner h3, .logoBadges .item:active .info .inner .h3 {
          transform: translateY(0); }
        .logoBadges .item:hover .info .inner .link, .logoBadges .item:focus .info .inner .link, .logoBadges .item:active .info .inner .link {
          transform: translateY(0);
          opacity: 1; }

.home .referenzen ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between; }
  .home .referenzen ul li {
    cursor: pointer;
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s;
    float: left;
    vertical-align: top;
    padding: 0;
    width: 30%;
    margin-bottom: 2.5vW;
    list-style: none;
    position: relative;
    z-index: 1; }
    .home .referenzen ul li .inner {
      background: #fff;
      transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s;
      position: relative;
      text-align: center; }
      .home .referenzen ul li .inner img {
        padding: 4.16667vW;
        transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s; }
    .home .referenzen ul li:hover, .home .referenzen ul li:focus {
      transform: scale(1.07);
      z-index: 2; }
      .home .referenzen ul li:hover .inner, .home .referenzen ul li:focus .inner {
        transform: scale(1);
        box-shadow: 0 0.5em 3em 0.4em rgba(33, 109, 136, 0.55); }
        .home .referenzen ul li:hover .inner img, .home .referenzen ul li:focus .inner img {
          transform: scale(1.3); }

@media screen and (min-width: 481px) and (max-width: 1023px) {
  .home .logoCompare {
    justify-content: flex-start;
    margin-left: 0; }
    .home .logoCompare > [class*="col-"] {
      flex: none;
      width: 30%; }
    .home .logoCompare .analog-icon.arrow_right {
      width: 12.5vW; }
  .home .referenzen ul li {
    margin-bottom: 4.16667vW; } }

@media all and (max-width: 767px) {
  .logoBadges .item .info .inner h3, .logoBadges .item .info .h3 {
    font-size: 1.25em; } }

@media all and (max-width: 550px) {
  .logoBadges .item .info {
    display: none; } }

@media all and (max-width: 480px) {
  .analog-icon.arrow_right {
    width: 50px; } }

@font-face {
  font-family: 'analog-icons';
  src: url("../webfont/analog-icons/analog-icons.woff2?qz1e5q") format("woff2"), url("../webfont/analog-icons/analog-icons.ttf?qz1e5q") format("truetype"), url("../webfont/analog-icons/analog-icons.woff?qz1e5q") format("woff"), url("../webfont/analog-icons/analog-icons.svg?qz1e5q#analog-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="analog-icon."], [class*=" analog-icon."], [class*="analog-icon "] {
  font-family: 'analog-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.analog-icon.analogo_font:before {
  content: ""; }

.analog-icon.analogo_sign:before {
  content: ""; }

.analog-icon.arrow_right:before {
  content: ""; }

.analog-icon.arrow_up:before {
  content: ""; }

.analog-icon.menu_contact:before {
  content: ""; }

.analog-icon.menu_home:before {
  content: ""; }

.analog-icon.menu_projects:before {
  content: ""; }

.analog-icon.menu_services:before {
  content: ""; }

.analog-icon.social_facebook:before {
  content: ""; }

.analog-icon.social_twitter:before {
  content: ""; }

.analog-icon.social_xing:before {
  content: ""; }

.analog-icon.t3_member:before {
  content: ""; }

.button {
  cursor: pointer;
  background: transparent;
  border: 2px solid #fff;
  line-height: 1;
  width: auto;
  display: inline-block;
  text-decoration: none;
  padding: 1em 1.4em;
  margin: 1em 0;
  text-align: center;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
  position: relative;
  overflow: hidden;
  min-width: 250px; }
  .button span {
    position: relative;
    z-index: 10;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 2em;
    display: block;
    text-decoration: none;
    transform: scale(0.85);
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s; }
  .button:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) scaleY(0);
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
    background: #216d88;
    opacity: 0; }
  .button:hover, .button:focus {
    background: rgba(33, 109, 136, 0.5); }
    .button:hover span, .button:focus span {
      transform: scale(1); }
    .button:hover:before, .button:focus:before {
      opacity: .5;
      transform: translate(-50%, -50%) scaleY(1); }

.projectSlideButton {
  border-top: 2px solid #fff;
  padding-right: 0;
  margin: 5em 0;
  margin-left: 16.66667vW;
  position: relative;
  text-align: left; }
  .projectSlideButton .button {
    padding: 1em 0;
    display: block;
    text-align: right;
    overflow: visible; }
    .projectSlideButton .button.visitSite {
      border: none; }
      .projectSlideButton .button.visitSite span {
        font-size: 1.75em;
        display: block;
        transform: scale(1); }
        .projectSlideButton .button.visitSite span:after {
          font-family: 'analog-icons' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          display: inline-block;
          transform: scale(0.5) translate(15px, 10%);
          transform-origin: center center;
          content: "";
          transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s; }
      .projectSlideButton .button.visitSite:before {
        display: none;
        top: 0;
        transform: none;
        height: 2px;
        width: 20px; }
      .projectSlideButton .button.visitSite:hover {
        background: none !important; }
        .projectSlideButton .button.visitSite:hover span:after {
          transform: scale(0.5) translate(25px, 10%); }
        .projectSlideButton .button.visitSite:hover span:before {
          transform: scale(0.5) translate(-25px, 10%) rotate(180deg); }
    .projectSlideButton .button.nextProject, .projectSlideButton .button.lastProject {
      width: calc(50% - 3px);
      display: inline-block; }
      .projectSlideButton .button.nextProject:before, .projectSlideButton .button.lastProject:before {
        display: none; }
    .projectSlideButton .button.nextProject {
      text-align: right;
      float: right; }
    .projectSlideButton .button.lastProject {
      text-align: left; }
      .projectSlideButton .button.lastProject span:after {
        display: none; }
      .projectSlideButton .button.lastProject span:before {
        font-family: 'analog-icons' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        transform: scale(0.5) translate(-15px, 10%) rotate(180deg);
        transform-origin: center center;
        content: "";
        transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s; }

@media all and (max-width: 1280px) {
  .projectSlideButton {
    margin-left: 0; } }

@media all and (max-width: 1023px) {
  .button {
    margin-left: 0 !important;
    min-width: 30%; } }

@media all and (max-width: 767px) {
  .projectSlideButton .button.nextProject {
    display: block;
    width: 100%; }
  .projectSlideButton .button.lastProject {
    display: none; } }

@media all and (max-width: 479px) {
  .button {
    margin-left: 0 !important;
    min-width: 100%;
    display: block; } }

/* 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 {
  z-index: 10; }

.imgSlider {
  margin-top: 4.16667vW;
  margin-left: 8.33333vW; }
  .imgSlider figure.slick-slide {
    background: #eef0f2; }

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  background: #eef0f2;
  color: #526773;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  right: -45px;
  top: 0;
  text-align: center;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s;
  cursor: pointer; }
  .slick-arrow.slick-prev {
    transform: rotate(-90deg);
    top: 40px;
    margin-top: 1px; }
  .slick-arrow.slick-next {
    transform: rotate(90deg); }
  .slick-arrow:hover, .slick-arrow:focus {
    background: #fff;
    color: #216d88; }

ul.slick-dots {
  font-size: 2em;
  position: relative;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0.5em 0 2em 0; }
  ul.slick-dots li {
    cursor: pointer;
    margin: 0 .3em;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    overflow: hidden;
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s; }
    ul.slick-dots li:first-child {
      margin-left: 0; }
    ul.slick-dots li:last-child {
      margin-right: 0; }
    ul.slick-dots li:hover, ul.slick-dots li:focus {
      transform: scale(1.25); }
    ul.slick-dots li.slick-active {
      background: #fff;
      cursor: default; }
      ul.slick-dots li.slick-active:hover, ul.slick-dots li.slick-active:focus {
        transform: scale(1); }
    ul.slick-dots li button {
      display: none; }

@media screen and (max-width: 1024px) {
  .imgSlider {
    margin-left: 0; } }

@media screen and (max-width: 1024px) {
  .slick-arrow {
    display: none !important;
    width: 8.33333vW;
    height: 8.33333vW;
    line-height: 8.33333vW;
    right: -8.33333vW; }
    .slick-arrow.slick-prev {
      top: 8.33333vW; } }

section {
  padding: 0 calc(8.33333vW - 20px) 16.66667vW 4.16667vW;
  padding-top: 4.16667vW;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  z-index: 10;
  opacity: 0;
  will-change: transform, opacity; }
  section.slick-slide.slick-current.slick-active {
    opacity: 1;
    transition-delay: 2s; }
  section.inactive {
    opacity: 0; }

@media all and (max-width: 1024px) {
  section {
    padding: 4.16667vW; } }

@media (max-width: 800px) {
  section {
    padding: 8.33333vW;
    padding-top: 12.5vW; } }

@media (max-width: 800px) {
  section {
    padding: 8.33333vW; } }

@media (max-width: 767px) {
  section {
    padding-bottom: 130px; } }

ul#movingLogos {
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block !important;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  overflow: hidden;
  opacity: .4;
  background: #2b8fb3;
  background: -moz-linear-gradient(-45deg, #2b8fb3 35%, #5df4d1 130%);
  background: -webkit-linear-gradient(-45deg, #2b8fb3 35%, #5df4d1 130%);
  background: linear-gradient(135deg, #2b8fb3 35%, #5df4d1 130%);
  background-attachment: fixed; }

li.layer {
  position: relative;
  width: 130%;
  height: 130%;
  left: -15% !important;
  top: -15% !important;
  text-align: center; }

.starfield .layer .img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  animation-direction: normal;
  background-repeat: repeat; }

.starfield #img-3 {
  background-image: url(../Images/parallax/bg-dust_green.png); }

.starfield #img-2 {
  background-image: url(../Images/parallax/dust-medio_green.png); }

.starfield #img-1 {
  background-image: url(../Images/parallax/dust-delante_green.png); }

@keyframes pulse {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: .5; } }

.logos .layer .img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  animation: pulse 1s ease-in-out infinite;
  animation-direction: normal;
  background-size: 115vW;
  background-repeat: repeat;
  opacity: .3; }

.logos #img-4 {
  background-image: url(../Images/parallax/level-01.svg);
  animation: pulse 3s ease-in-out infinite; }

.logos #img-3 {
  background-image: url(../Images/parallax/level-02.svg);
  animation: pulse 5s ease-in-out infinite; }

.logos #img-2 {
  background-image: url(../Images/parallax/level-03.svg);
  animation: pulse 7s ease-in-out infinite; }

.logos #img-1 {
  background-image: url(../Images/parallax/level-04.svg);
  animation: pulse 11s ease-in-out infinite; }

@keyframes pulse {
  0%, 100% {
    opacity: .3; }
  50% {
    opacity: .1; } }

@media all and (max-width: 1024px) {
  .logos .layer .img {
    background-size: 145vW; } }

@media all and (max-width: 1023px) {
  ul#movingLogos {
    width: 100%; } }

.sliderNav {
  position: fixed;
  z-index: 10;
  width: 75%;
  right: 0;
  bottom: -100%;
  height: 4.16667vW;
  background: #eef0f2;
  text-align: center;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 1s; }
  .sliderNav .currentProjects {
    position: absolute;
    left: 4.16667vW;
    top: 100%;
    margin-top: 1px;
    transform: translateY(0);
    opacity: 0;
    line-height: 1;
    font-weight: 700;
    font-size: calc(15px + .5vW);
    text-transform: uppercase;
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
    color: #2b90b4; }
  .sliderNav.show {
    bottom: 0;
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 1s; }
    .sliderNav.show .currentProjects {
      top: 50%;
      transform: translateY(-50%);
      opacity: 1;
      transition-delay: 1s;
      color: #2c424d; }
    .sliderNav.show .slide-burger {
      background: #fff;
      transition-delay: 1s; }
      .sliderNav.show .slide-burger span {
        background: #2c424d;
        transition-delay: 1s; }
      .sliderNav.show .slide-burger:hover span, .sliderNav.show .slide-burger:focus span, .sliderNav.show .slide-burger:active span {
        transition-delay: 0s; }
  .sliderNav .slide-left, .sliderNav .slide-right, .sliderNav .slide-burger {
    height: 4.16667vW;
    width: 4.16667vW;
    background: #eef0f2;
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px;
    cursor: pointer; }
  .sliderNav .slide-burger {
    background: #2b90b4;
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
    transition-delay: .25s; }
    .sliderNav .slide-burger span {
      background: #fff; }
  .sliderNav .slide-left {
    transform: rotate(-90deg); }
  .sliderNav .slide-right {
    transform: rotate(90deg); }
  .sliderNav .analog-icon.arrow_up {
    display: inline-block;
    font-size: 2em;
    color: #526773;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  .sliderNav .burger {
    animation: none;
    opacity: 1;
    top: 50%;
    height: 14px; }

.slideMenu {
  z-index: 10;
  padding: 0;
  left: 50%;
  transform: translate3D(-50%, 100%, 0);
  bottom: 100%;
  position: absolute;
  max-width: 4.16667vW;
  min-width: 4.16667vW;
  max-height: 4.16667vW;
  transform-origin: center bottom;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
  background: transparent;
  transition-delay: .3s;
  visibility: hidden; }
  .slideMenu:before {
    content: "";
    position: absolute;
    border-radius: 30px;
    display: block;
    z-index: -1;
    width: 90%;
    height: 90%;
    opacity: 0;
    left: 5%;
    bottom: 0;
    background: #216d88;
    box-shadow: 0 0 3em #216d88, 0 0 3em #216d88, 0 0 7em #216d88, 0 0 9em #216d88;
    transition-delay: 0s;
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s; }
  .slideMenu ul {
    margin: 0;
    padding: 0;
    position: relative;
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s; }
    .slideMenu ul li {
      float: left;
      vertical-align: top;
      padding: 0 2.08333vW;
      padding-right: 0;
      width: 33.33333%;
      margin-bottom: 2.08333vW; }
      .slideMenu ul li .inner {
        background: #fff;
        transform: scale(0);
        opacity: 0;
        transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s;
        position: relative;
        text-align: center; }
        .slideMenu ul li .inner img {
          padding: 4.16667vW;
          transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s; }

.open .slideMenu {
  visibility: visible;
  max-width: 58.33334vW;
  min-width: 58.33334vW;
  max-height: 100vH;
  transform: translate3D(-50%, 0, 0);
  transition-delay: 0s; }
  .open .slideMenu:before {
    opacity: .15;
    transition-delay: 0s; }
  .open .slideMenu ul {
    opacity: 1;
    visibility: visible;
    padding: 2.08333vW 2.08333vW 0 0;
    background: #eef0f2; }
    .open .slideMenu ul li .inner {
      transform: scale(1);
      opacity: 1;
      transition-delay: .2s; }
    .open .slideMenu ul li:hover .inner, .open .slideMenu ul li:focus .inner, .open .slideMenu ul li:active .inner {
      transition-delay: 0s;
      transform: scale(1.05);
      box-shadow: 2px 3px 2em rgba(0, 0, 0, 0.1); }
      .open .slideMenu ul li:hover .inner img, .open .slideMenu ul li:focus .inner img, .open .slideMenu ul li:active .inner img {
        transform: scale(1.25); }

@media screen and (max-width: 1023px) {
  .sliderNav {
    position: fixed;
    width: calc(100% - 75px);
    height: 8.33333vW; }
    .sliderNav .slide-left, .sliderNav .slide-right, .sliderNav .slide-burger {
      height: 8.33333vW;
      width: 8.33333vW; } }

@media screen and (max-width: 767px) {
  .sliderNav {
    z-index: 10;
    width: 100%;
    height: 55px; }
    .sliderNav.scrollUp, .sliderNav.show {
      transform: translateY(-55px) !important; }
    .sliderNav .slide-left, .sliderNav .slide-right, .sliderNav .slide-burger {
      height: 55px;
      width: 55px; } }

@media screen and (max-width: 480px) {
  .slideMenu {
    max-width: 100%;
    min-width: 100%;
    left: 0;
    transform: translate3D(0, 100%, 0); }
  .open .slideMenu {
    max-width: 100%;
    min-width: 100%;
    transform: translate3D(0, 0, 0); }
  .sliderNav .currentProjects {
    display: none; } }

/*h1{
  visibility: hidden;
  opacity: 0;
  &.appeared{
    transition: $t-superslow;
    transition-delay: .5s;
    visibility: visible;
    opacity: 1;
  }
}
*/
@media (min-width: 375px) {
  section.imageHeader, section.jumpNav {
    transform: translateY(0);
    opacity: 1; }
  .msIE section:not(.fixedBgImage), .msIE footer .liga-logo, .msIE footer .ksc-logo, .msIE .sponsoren .sponsor, .msIE .hauptsponsor .klaiber-logo, .msIE .textElement {
    transform: none;
    opacity: 1; } }

.mainBar .burger:hover span {
  background: #fff; }

@media screen and (min-width: 1024px) {
  .mainBar .burger {
    display: none; } }

@media screen and (max-width: 767px) {
  .mainBar .burger {
    display: none; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mainBar {
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s; }
    .mainBar .burger {
      display: inline-block;
      left: 7px;
      transform: none;
      top: 0; }
    .mainBar .mainNav {
      min-width: 160px;
      opacity: 0;
      visibility: hidden;
      transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s;
      transition-delay: 0s;
      margin-left: 7px; }
    .mainBar .logo {
      width: 43px;
      padding: 0;
      left: auto;
      transform: none; }
    .mainBar.open {
      width: 25.0vW; }
      .mainBar.open .burger {
        transform: rotate(-45deg); }
      .mainBar.open .mainNav {
        visibility: visible;
        opacity: 1;
        transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
        transition-delay: .25s; }
    .mainBar .social {
      position: absolute;
      width: 100%;
      left: 0;
      border: none;
      bottom: 22px; }
      .mainBar .social a {
        display: block; }
  .tabletNav-open .gr-main {
    transform: translateX(calc(25vW - 75px));
    opacity: .15;
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 1s; } }

section.leistungen .leistungen_icons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 4.16667vW inherit 4.16667vW -1em; }
  section.leistungen .leistungen_icons .item {
    flex: 1 0 20%;
    border: 1px solid transparent;
    margin: 0;
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
    background: rgba(33, 109, 136, 0);
    position: relative;
    overflow: hidden; }
    section.leistungen .leistungen_icons .item img {
      transform: scale(0.8);
      transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s; }
    section.leistungen .leistungen_icons .item .label {
      position: absolute;
      bottom: 10%;
      left: 0;
      width: 100%;
      text-align: center;
      text-transform: uppercase;
      font-size: 1.25em;
      line-height: 1.25;
      height: 25%; }
      section.leistungen .leistungen_icons .item .label span {
        display: block;
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
    section.leistungen .leistungen_icons .item:hover, section.leistungen .leistungen_icons .item:focus, section.leistungen .leistungen_icons .item:active {
      background: rgba(33, 109, 136, 0.5);
      border-color: #fff; }
      section.leistungen .leistungen_icons .item:hover img, section.leistungen .leistungen_icons .item:focus img, section.leistungen .leistungen_icons .item:active img {
        transform: scale(1); }

@media screen and (max-width: 1200px) {
  section.leistungen .leistungen_icons .item {
    flex: 1 0 33%; }
    section.leistungen .leistungen_icons .item:last-child {
      display: none; } }

@media screen and (max-width: 1024px) {
  section.leistungen .leistungen_icons {
    margin-left: 0 !important; } }

@media screen and (max-width: 767px) {
  section.leistungen .leistungen_icons {
    justify-content: normal;
    align-items: flex-start; }
    section.leistungen .leistungen_icons .item {
      flex: 1 0 30%; }
      section.leistungen .leistungen_icons .item:last-child {
        display: none; } }

@media screen and (max-width: 480px) {
  section.leistungen .leistungen_icons {
    justify-content: normal;
    align-items: flex-start; }
    section.leistungen .leistungen_icons .item {
      flex: 1 0 40%; }
      section.leistungen .leistungen_icons .item:last-child {
        display: block; } }

#userlike * {
  font-family: 'Korolev W01', sans-serif !important; }

#userlike-tab {
  height: 4.16667vW !important;
  max-height: 4.16667vW !important;
  min-height: 4.16667vW !important;
  border-radius: 0 !important;
  font-size: 2vW !important;
  font-family: 'Korolev W01', sans-serif !important;
  bottom: -100% !important;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s !important;
  right: 0 !important;
  text-align: center !important;
  width: auto !important;
  min-width: 0 !important;
  padding: 0.78333vW 1.5vW !important;
  background: #2c424d !important; }
  #userlike-tab:hover, #userlike-tab:focus, #userlike-tab:active {
    background: #2b90b4 !important;
    transition-delay: 0s !important; }
  #userlike-tab.show {
    display: block !important;
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
    bottom: 0 !important; }
  #userlike-tab #userlike-button-text.userlike-theme-text {
    font-family: 'Korolev W01', sans-serif !important;
    padding-left: 0 !important;
    font-size: 1.5vW !important;
    line-height: 1 !important; }
  #userlike-tab #userlike-button-symbol {
    width: 43px;
    height: 43px;
    display: none !important; }

#userlike #userlike-headerbar #userlike-headerbar-headline {
  padding-left: 35px;
  overflow: visible !important;
  left: 27px !important; }
  #userlike #userlike-headerbar #userlike-headerbar-headline:before {
    content: "";
    background: url(../Images/analogo_sign.svg) no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    left: -11px;
    top: -3px; }

@media screen and (max-width: 1023px) {
  #userlike-tab {
    height: 8.33333vW !important;
    max-height: 8.33333vW !important;
    min-height: 8.33333vW !important;
    padding-top: 2.5vW !important;
    font-size: 2.2vW !important;
    line-height: 2.7vW !important; }
    #userlike-tab #userlike-button-symbol {
      margin-top: -3px !important; } }

@media screen and (max-width: 767px) {
  #userlike {
    display: none !important; } }

#userlike.userlike-mobile a#userlike-tab {
  display: none !important; }

section.contact {
  left: 0;
  top: 0;
  width: 100%;
  height: 100vH; }
  section.contact p a:hover {
    color: #5df5d2; }
  section.contact .t3-member {
    margin: 60px auto;
    max-width: 120px; }
  section.contact p.mail a {
    text-decoration: none; }
  section.contact .social {
    display: block !important; }
    section.contact .social a {
      color: #fff;
      font-size: 3em;
      margin: 0 0.5em 0 0; }
      section.contact .social a:hover, section.contact .social a:focus {
        color: #5df5d2; }
  section.contact .social, section.contact .impressum {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    width: auto; }
  section.contact .social {
    left: 0;
    text-align: left; }
  section.contact .impressum {
    right: 0;
    cursor: pointer;
    font-size: 1.5em;
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s; }
    section.contact .impressum:hover {
      color: #5df5d2; }

#gMap .analog-mapoverlay {
  color: #216d88; }

#gMap a.analog-route {
  color: #216d88; }

.contactFooter {
  position: relative;
  padding: 4.16667vW 0;
  margin: 4.16667vW 0 4.16667vW 8.33333vW;
  border: 1px solid #fff;
  border-left: none;
  border-right: none; }

.button.showMap {
  margin-left: 8.33333vW; }

ul#movingLogos {
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
  transition-delay: .5s; }

.popup.imprint {
  position: fixed;
  max-width: 100%;
  width: 75vW;
  height: 100vH;
  overflow-x: hidden !important;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 2vW;
  z-index: 30;
  top: 0;
  right: 0;
  background: #fff;
  color: #2c424d;
  transform: translateX(100%);
  visibility: visible;
  will-change: transform, scroll;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s; }
  .popup.imprint h2 {
    transform: translateX(0);
    opacity: 1; }
    .popup.imprint h2 span, .popup.imprint h2 div {
      color: #216d88 !important; }
  .popup.imprint a {
    color: #2c424d; }
    .popup.imprint a:hover {
      color: #216d88; }
  .popup.imprint p {
    transform: none;
    opacity: 1; }

body.imprintOpen .popup.imprint {
  transform: translateX(0); }

body.imprintOpen section.contact {
  max-height: 100%;
  overflow: hidden; }

.mapBG {
  width: 100%;
  height: 100vH;
  top: 0;
  left: 0;
  position: absolute !important;
  opacity: 0;
  visibility: hidden;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
  z-index: 2; }
  .mapBG .gr-main {
    background: none;
    z-index: 30; }
  .mapBG section.contact {
    opacity: 0;
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
    transition-delay: 2s;
    max-height: 100vH;
    overflow: hidden;
    overflow-y: auto; }

#particles-js {
  z-index: 5;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

#gMap {
  width: 100%;
  height: 100vH;
  top: 0;
  left: 0;
  z-index: 1;
  position: fixed !important;
  opacity: 0.175;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 1.5s; }
  #gMap.zoom {
    transform: scale(1.5); }
  #gMap .gr-main {
    background: none !important;
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 1s; }

.mapIsOpen .typo3-member {
  opacity: 0; }

.mapIsOpen .open .burger:hover span {
  background: #216d88; }

.mapIsOpen .burger span {
  background: #fff; }

.mapIsOpen .mainNav ul li a {
  color: #fff;
  border-color: #fff; }
  .mapIsOpen .mainNav ul li a:hover span {
    color: #216d88; }

.mapIsOpen .sideBar .social a {
  color: #fff; }

.mapIsOpen .content {
  transform: translateX(-100%);
  max-height: 100vH; }

.mapIsOpen .gr-main {
  overflow: hidden; }

.mapIsOpen .mapBG {
  opacity: 1;
  visibility: visible;
  overflow: hidden; }
  .mapIsOpen .mapBG .gr-main {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    transition-delay: 0s !important; }
  .mapIsOpen .mapBG .content {
    transform: translateX(0); }
  .mapIsOpen .mapBG section.contact {
    opacity: 1;
    transition-delay: 0s;
    padding-bottom: 0; }

.mapIsOpen .mapBG, .mapIsOpen .mainBar {
  transition-delay: .25s; }

.mapIsOpen .sliderNav {
  display: none; }

.mapIsOpen ul#movingLogos {
  opacity: 0;
  transition-delay: .25s; }

.mapIsOpen .sliderNav {
  transform: translateX(100%) !important;
  transition-delay: .2s; }

.mapIsOpen .mainBar {
  transition-delay: 0s; }

.mapIsOpen .sideBar {
  text-align: center;
  background: white;
  background: rgba(255, 255, 255, 0.3);
  transition-delay: 0s; }

.mapIsOpen.mapOnly #gMap.zoom {
  transition-delay: .75s; }

.mapIsOpen.mapOnly .mapBG {
  opacity: .8; }

.closeView {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 1em;
  right: 1em;
  width: 3em;
  height: 3em;
  z-index: 100000;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
  cursor: pointer;
  transform: rotate(0deg);
  transform-origin: center center; }
  .closeView:before, .closeView:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    top: 50%;
    transform-origin: center center;
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s; }
  .closeView:before {
    transform: translateY(-50%); }
  .closeView:after {
    transform: translateY(-50%) rotate(90deg); }
  .closeView:hover, .closeView:focus {
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s;
    opacity: .75; }
    .closeView:hover:before, .closeView:hover:after, .closeView:focus:before, .closeView:focus:after {
      transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s;
      background: #fff; }
  .mapOnly .closeView, .portfolioView .closeView, .imprint .closeView {
    opacity: 1;
    visibility: visible;
    transform: rotate(-45deg);
    transition-delay: 0s;
    background: #ffffff;
    border-radius: 50%;
    padding: 0;
    border: 9px solid #ffffff; }
    .imprint .mapOnly .closeView, .imprint .portfolioView .closeView, .imprint .imprint .closeView {
      background: #4ed6c8; }
    .mapOnly .closeView:before, .mapOnly .closeView:after, .portfolioView .closeView:before, .portfolioView .closeView:after, .imprint .closeView:before, .imprint .closeView:after {
      background: #323538; }
    .mapOnly .closeView:before, .portfolioView .closeView:before, .imprint .closeView:before {
      transform: translateY(-50%); }
    .mapOnly .closeView:after, .portfolioView .closeView:after, .imprint .closeView:after {
      transform: translateY(-50%) rotate(90deg); }
    .mapOnly .closeView:hover, .mapOnly .closeView:focus, .portfolioView .closeView:hover, .portfolioView .closeView:focus, .imprint .closeView:hover, .imprint .closeView:focus {
      background: #5df5d2;
      border-color: #5df5d2;
      transition-delay: 0s; }
      .mapOnly .closeView:hover:before, .mapOnly .closeView:hover:after, .mapOnly .closeView:focus:before, .mapOnly .closeView:focus:after, .portfolioView .closeView:hover:before, .portfolioView .closeView:hover:after, .portfolioView .closeView:focus:before, .portfolioView .closeView:focus:after, .imprint .closeView:hover:before, .imprint .closeView:hover:after, .imprint .closeView:focus:before, .imprint .closeView:focus:after {
        background: #fff; }

.mapOnly #gMap {
  opacity: .7; }

.mapOnly .gr-menu {
  transform: translateX(-100%); }

.mapOnly .gr-main {
  transform: translateX(100%);
  transition-delay: 0s; }

@media screen and (min-width: 768px) {
  .mapIsOpen .mainBar {
    transition-delay: 0s;
    background-color: rgba(50, 53, 56, 0.4); } }

@media screen and (min-width: 1024px) {
  .mapIsOpen .gr-main {
    transition-delay: 0s; } }

@media screen and (max-width: 1023px) {
  .contactFooter {
    margin-left: 0; }
  .popup.imprint {
    width: calc(100vW - 75px); } }

@media screen and (max-width: 767px) {
  .popup.imprint {
    width: 100%; }
  .contactFooter {
    padding: 50px 0;
    margin: 30px 0 30px 0; }
    .contactFooter .impressum {
      font-size: 1.5em; } }

@media screen and (max-width: 767px) {
  .mapOnly .gr-menu {
    transform: translate(0, 100%); }
  section.contact h2, section.contact .h2 {
    margin-top: 30px; }
  section.contact .contactFooter {
    text-align: center;
    padding: 30px 0; }
    section.contact .contactFooter .impressum, section.contact .contactFooter .social {
      text-align: center;
      position: relative;
      display: block;
      width: 100%;
      transform: none; }
    section.contact .contactFooter .impressum {
      font-size: 1.1em;
      margin-top: 13px; } }

@media screen and (max-width: 479px) {
  #particles-js {
    display: none !important; } }

body:after {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: #216d88;
  background: -moz-linear-gradient(-45deg, #216d88 0%, #2b90b4 85%);
  background: -webkit-linear-gradient(-45deg, #216d88 0%, #2b90b4 85%);
  background: linear-gradient(135deg, #216d88 0%, #2b90b4 100%);
  opacity: 0;
  visibility: hidden;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
  transition-delay: 0.5s; }

.portfolioView:after {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.5s; }

.portfolioView .typo3-member {
  opacity: 0; }

.portfolioView .closeView {
  opacity: 1;
  transition-delay: 0.5s; }

.portfolioView #movingLogos {
  opacity: 0; }

@media screen and (max-width: 1399px) {
  .portfolioView .gr-menu {
    transform: translateX(-101%);
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 1s; }
  .portfolioView .gr-main {
    width: 100%;
    margin: 0;
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 1s; }
  .portfolioView .mainbar {
    background: #fff; }
  .portfolioView .sliderNav {
    width: 100%;
    transform: translateY(0) !important; } }

.project_mobilePreview {
  position: relative;
  margin: 8.33333vW 0;
  margin-left: 16.66667vW; }
  .project_mobilePreview .mp {
    position: relative;
    cursor: pointer !important; }
    .project_mobilePreview .mp figure {
      overflow: hidden;
      position: absolute;
      z-index: 11;
      border-radius: 3px;
      transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
      opacity: .92;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background: #fff; }
      .project_mobilePreview .mp figure:hover img, .project_mobilePreview .mp figure:focus img {
        animation: scrollPreview normal forwards ease-in-out .3s 0s; }
      .project_mobilePreview .mp figure.scrolling {
        opacity: 1; }
        .project_mobilePreview .mp figure.scrolling img {
          animation: 0; }
    .project_mobilePreview .mp.ipad figure {
      width: 87.85%;
      height: 92.3%; }
    .project_mobilePreview .mp.iphone {
      position: absolute;
      width: 25%;
      bottom: -15%;
      left: -15%;
      z-index: 15; }
      .project_mobilePreview .mp.iphone figure {
        width: 93.75%;
        height: 78.6%; }
      .project_mobilePreview .mp.iphone img.shadow {
        transform: scaleX(1.25) scaleY(1.35) translate(1%, 3%);
        transform-origin: 0 center; }
      .project_mobilePreview .mp.iphone.appeared {
        transform: none;
        opacity: 1; }
    .project_mobilePreview .mp:hover .device {
      opacity: .9; }
  .project_mobilePreview .device {
    position: relative;
    z-index: 10;
    opacity: 0.75;
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s; }
  .project_mobilePreview img.shadow {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    transform: scale(1.11) translate(3%, -5%); }

section p + .project_mobilePreview {
  margin-top: 4.16667vW; }

@keyframes scrollPreview {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-15px); }
  100% {
    transform: translateY(0); } }

@keyframes scrollFull {
  0% {
    background-position: 0 top; }
  50% {
    background-position: 0 bottom; }
  100% {
    background-position: 0 top; } }

@media screen and (max-width: 1499px) {
  .project_mobilePreview {
    margin-left: 8.33333vW; } }

@media screen and (max-width: 1024px) {
  .project_mobilePreview {
    margin-left: 12.5vW;
    margin-bottom: 12.5vW; } }

@media screen and (max-width: 1023px) {
  .project_mobilePreview {
    margin-left: 0; }
    .project_mobilePreview img.shadow {
      transform: scale(1.11) translate(0%, -6%);
      opacity: .75; }
    .project_mobilePreview .mp.iphone {
      display: none; } }

/*.imgSlider{
  margin-top: $threeGrid;
  transform: none;
}
.home {
  .referenzen {
    margin-top: $threeGrid;
  }
}
.logoBadges {
  margin-top: $threeGrid;
}



.parallax{
  margin-top: $threeGrid;
  transform: none;
}

.logoCompare.parallax {
  margin-top: $twoGrid;
}
.home {
  .referenzen {
    margin-top: $fourGrid;
    margin-bottom: 0;
  }
}
@media all and(max-width: 600px){
  .parallax{
    margin-top: $twoGrid !important;
    transform: none !important;
  }
}
*/
section {
  opacity: 1; }

a.impressum.bottomInfo {
  color:#fff;
  display:block;
  margin-top:20px;
  font-size:0.9em;
}
a.impressum.bottomInfo.hideDesktop {margin-bottom:6.43333vW; text-align:center; text-decoration:none; font-size:1.1em;}

@media screen and (min-width:1024px){
  .hideDesktop {display:none !important;}
}


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