@charset "UTF-8";
@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css");
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; }
  #loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
    #loader-wrapper .loader-section.section-left {
      left: 0; }
    #loader-wrapper .loader-section.section-right {
      right: 0; }

#loader-wrapper.loaded {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s 1s ease-out;
  -o-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out; }
  #loader-wrapper.loaded .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    #loader-wrapper.loaded .loader-section.section-right {
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
      -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  #loader-wrapper.loaded .object {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px; }

.object {
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  border: 4px solid #000;
  left: 73px;
  top: 73px;
  position: absolute;
  z-index: 9001; }

#first_object {
  -webkit-animation: first_object_animate 1s infinite ease-in-out;
  animation: first_object_animate 1s infinite ease-in-out; }

#second_object {
  -webkit-animation: second_object 1s forwards, second_object_animate 1s infinite ease-in-out;
  animation: second_object 1s forwards, second_object_animate 1s infinite ease-in-out; }

#third_object {
  -webkit-animation: third_object 1s forwards, third_object_animate 1s infinite ease-in-out;
  animation: third_object 1s forwards, third_object_animate 1s infinite ease-in-out; }

@-webkit-keyframes second_object {
  100% {
    width: 100px;
    height: 100px;
    left: 48px;
    top: 48px; } }

@keyframes second_object {
  100% {
    width: 100px;
    height: 100px;
    left: 48px;
    top: 48px; } }

@-webkit-keyframes third_object {
  100% {
    width: 150px;
    height: 150px;
    left: 23px;
    top: 23px; } }

@keyframes third_object {
  100% {
    width: 150px;
    height: 150px;
    left: 23px;
    top: 23px; } }

@-webkit-keyframes first_object_animate {
  0% {
    -webkit-transform: perspective(100px); }

  50% {
    -webkit-transform: perspective(100px) rotateY(-180deg); }

  100% {
    -webkit-transform: perspective(100px) rotateY(-180deg) rotateX(-180deg); } }

@keyframes first_object_animate {
  0% {
    transform: perspective(100px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(100px) rotateX(0deg) rotateY(0deg); }

  50% {
    transform: perspective(100px) rotateX(-180deg) rotateY(0deg);
    -webkit-transform: perspective(100px) rotateX(-180deg) rotateY(0deg); }

  100% {
    transform: perspective(100px) rotateX(-180deg) rotateY(-180deg);
    -webkit-transform: perspective(100px) rotateX(-180deg) rotateY(-180deg); } }

@-webkit-keyframes second_object_animate {
  0% {
    -webkit-transform: perspective(200px); }

  50% {
    -webkit-transform: perspective(200px) rotateY(180deg); }

  100% {
    -webkit-transform: perspective(200px) rotateY(180deg) rotateX(180deg); } }

@keyframes second_object_animate {
  0% {
    transform: perspective(200px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(200px) rotateX(0deg) rotateY(0deg); }

  50% {
    transform: perspective(200px) rotateX(180deg) rotateY(0deg);
    -webkit-transform: perspective(200px) rotateX(180deg) rotateY(0deg); }

  100% {
    transform: perspective(200px) rotateX(180deg) rotateY(180deg);
    -webkit-transform: perspective(200px) rotateX(180deg) rotateY(180deg); } }

@-webkit-keyframes third_object_animate {
  0% {
    -webkit-transform: perspective(300px); }

  50% {
    -webkit-transform: perspective(300px) rotateY(-180deg); }

  100% {
    -webkit-transform: perspective(300px) rotateY(-180deg) rotateX(-180deg); } }

@keyframes third_object_animate {
  0% {
    transform: perspective(300px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(300px) rotateX(0deg) rotateY(0deg); }

  50% {
    transform: perspective(300px) rotateX(-180deg) rotateY(0deg);
    -webkit-transform: perspective(300px) rotateX(-180deg) rotateY(0deg); }

  100% {
    transform: perspective(300px) rotateX(-180deg) rotateY(-180deg);
    -webkit-transform: perspective(300px) rotateX(-180deg) rotateY(-180deg); } }

.wrapper {
  height: 100vh;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 1; }

.wrapper-impressum {
  overflow-x: auto;
  height: 100vh;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  z-index: 1; }

.wrapper-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  content: "";
  position: absolute;
  z-index: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.left-side-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  content: "";
  position: absolute;
  z-index: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.pattern {
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
  right: 0;
  content: "";
  position: absolute;
  z-index: 0; }

.left-side {
  position: relative;
  height: 100vh;
  float: left; }

.right-side {
  position: relative;
  float: right;
  text-align: left; }

.is-scroll {
  -webkit-transform: translateZ(-10px);
  transform: translateZ(-10px); }

.iScrollVerticalScrollbar {
  display: none !important; }

.iScrollLoneScrollbar {
  display: none !important; }

#particles-js {
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: 0; }

.home {
  padding: 0 5%; }

.menu-btn {
  position: relative;
  line-height: 40px;
  background: none;
  border: 0;
  color: #fff;
  cursor: pointer;
  opacity: 0.8;
  z-index: 9;
  float: left;
  display: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  .menu-btn svg {
    width: 25px; }
  .menu-btn svg rect {
    fill: #777;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    .menu-btn svg rect.first {
      -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
      transform-origin: bottom right;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); }
    .menu-btn svg rect.inbetween {
      opacity: 1; }
    .menu-btn svg rect.last {
      -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
      transform-origin: top right;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); }
  .menu-btn:focus {
    outline: 0; }
  .menu-btn:hover {
    opacity: 1;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }

.menu-btn-open {
  opacity: 1; }
  .menu-btn-open svg rect.first {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .menu-btn-open svg rect.last {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .menu-btn-open svg rect.inbetween {
    opacity: 0; }

.toggle-wrapp {
  overflow: visible;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(45vw);
  -ms-transform: translateX(45vw);
  transform: translateX(45vw); }

.toggle-wrapp-impressum {
  overflow-x: visible;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(45vw);
  -ms-transform: translateX(45vw);
  transform: translateX(45vw); }

.toggle-nav {
  position: absolute;
  z-index: 5;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-45vw);
  -ms-transform: translateX(-45vw);
  transform: translateX(-45vw); }

nav {
  /*background: rgb(250,250,250);
   background: radial-gradient(circle, rgba(255,255,255,0.8631827731092436) 87%, rgba(248,248,248,0) 98%);*/
  margin: 20px 20px 0 2%;
  opacity: 0;
  z-index: 1;
  position: fixed;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  nav ul li {
    display: inline-block; }
    nav ul li .impressum {
      opacity: 1; }
      nav ul li .impressum:after {
        background: #444;
        height: 1px;
        width: 100%;
        left: 0;
        bottom: 0;
        content: "";
        position: absolute;
        z-index: -1;
        -webkit-transition: 0.3s ease 0s;
        -o-transition: 0.3s ease 0s;
        transition: 0.3s ease 0s; }
    nav ul li a {
      text-decoration: none;
      color: #444;
      text-transform: uppercase;
      margin: 10px;
      padding: 5px;
      font: 13px 'Open Sans', sans-serif;
      line-height: 14px;
      font-weight: 400;
      opacity: 0.4;
      position: relative;
      display: inline-block;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      nav ul li a:hover {
        text-decoration: none;
        color: #444;
        text-transform: uppercase;
        margin: 10px;
        padding: 5px;
        font: 13px 'Open Sans', sans-serif;
        line-height: 14px;
        font-weight: 400;
        opacity: 0.4;
        position: relative;
        display: inline-block;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        opacity: 1;
        color: #444;
        background-color: transparent; }
        nav ul li a:hover:after {
          background: #444;
          height: 1px;
          width: 0;
          left: 0;
          bottom: 0;
          content: "";
          position: absolute;
          z-index: -1;
          -webkit-transition: 0.3s ease 0s;
          -o-transition: 0.3s ease 0s;
          transition: 0.3s ease 0s;
          width: 100%; }
      nav ul li a:after {
        background: #444;
        height: 1px;
        width: 0;
        left: 0;
        bottom: 0;
        content: "";
        position: absolute;
        z-index: -1;
        -webkit-transition: 0.3s ease 0s;
        -o-transition: 0.3s ease 0s;
        transition: 0.3s ease 0s; }
      nav ul li a:focus {
        text-decoration: none;
        outline-offset: 0;
        outline: none; }
    nav ul li.active a {
      opacity: 1; }
      nav ul li.active a:after {
        background: #444;
        height: 1px;
        width: 100%;
        left: 0;
        bottom: 0;
        content: "";
        position: absolute;
        z-index: -1;
        -webkit-transition: 0.3s ease 0s;
        -o-transition: 0.3s ease 0s;
        transition: 0.3s ease 0s; }
      nav ul li.active a:focus {
        opacity: 1;
        color: #444; }
  nav ul.social-section li a:hover {
    color: #555;
    text-decoration: none;
    margin: 10px;
    font-size: 20px; }

.section {
  opacity: 0; }

.impressum-container {
  position: relative;
  overflow-x: hidden;
  height: 100vh; }

.fullpage-impressum {
  height: 100%;
  position: relative;
  width: 80%;
  padding: 12% 5% 20% 5%;
  font-family: "Open Sans", sans-serif; }
  .fullpage-impressum h1 {
    color: #000;
    font: 40px 'Oswald', sans-serif; }
  .fullpage-impressum h2 {
    color: #000;
    font: 35px 'Oswald', sans-serif; }
  .fullpage-impressum h3 {
    color: #000;
    font: 30px 'Oswald', sans-serif; }
  .fullpage-impressum h4 {
    color: #000;
    font: 25px 'Oswald', sans-serif; }

#declarationbody {
  opacity: 0;
  padding-bottom: 40px; }

.impressum_result {
  margin-bottom: 70px;
  opacity: 0; }

.text-section {
  position: relative;
  width: 60%; }
  .text-section .bg-title {
    font: 300px 'Oswald', sans-serif;
    line-height: 150px;
    text-transform: uppercase;
    color: rgba(119, 119, 119, 0.2);
    position: absolute;
    z-index: -1;
    left: -10px;
    top: -50px;
    opacity: 1; }
  .text-section .title {
    font: 60px 'Oswald', sans-serif;
    line-height: 55px;
    text-transform: uppercase;
    color: #444;
    margin: 0;
    padding: 0;
    opacity: 1; }
  .text-section .pre-title {
    font: 60px 'Oswald', sans-serif;
    line-height: 55px;
    text-transform: uppercase;
    color: #444;
    margin: 0;
    padding: 0;
    opacity: 1;
    font: 20px 'Oswald', sans-serif;
    line-height: 25px;
    color: #777; }
  .text-section .sub-title {
    font: 60px 'Oswald', sans-serif;
    line-height: 55px;
    text-transform: uppercase;
    color: #444;
    margin: 0;
    padding: 0;
    opacity: 1; }
  .text-section .sub-title .flipInY {
    animation-name: none; }
  .text-section .desc {
    margin: 20px 0;
    font: 15px 'Open Sans', sans-serif;
    font-weight: 300;
    color: #777;
    opacity: 1; }

.btn {
  padding: 11px 20px 11px 0;
  background: transparent;
  border: none;
  outline: none;
  color: #555;
  font: 15px 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  opacity: 0.6;
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  pointer-events: all;
  cursor: pointer; }
  .btn:focus {
    padding: 11px 20px 11px 0;
    background: transparent;
    border: none;
    outline: none;
    color: #555;
    font: 15px 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    opacity: 0.6;
    position: relative;
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    pointer-events: all;
    cursor: pointer; }
  .btn:focus:after {
    background: #555;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0;
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    transition: 0.3s ease 0s; }
  .btn:active {
    padding: 11px 20px 11px 0;
    background: transparent;
    border: none;
    outline: none;
    color: #555;
    font: 15px 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    opacity: 0.6;
    position: relative;
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    pointer-events: all;
    cursor: pointer;
    outline: none !important; }
  .btn:active:before {
    background: #555;
    height: 0;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    transition: 0.3s ease 0s; }
  .btn:active:after {
    background: #555;
    height: 1px;
    width: 100%;
    right: 0;
    top: 0;
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    transition: 0.3s ease 0s; }
  .btn:before {
    background: #555;
    height: 0;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    transition: 0.3s ease 0s; }
  .btn:after {
    background: #555;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0;
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    transition: 0.3s ease 0s; }
  .btn:hover {
    color: #fff;
    background-color: transparent;
    opacity: 1;
    padding-left: 10px; }
  .btn:hover:before {
    height: 50%; }
  .btn:hover:after {
    height: 50%; }

a {
  text-decoration: none;
  color: #444;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  a:hover {
    color: #999; }
/* Button style in Home section */
.btn-home-container {
  margin-top: 50px;
  opacity: 1; }
  .btn-home-container .btn-home {
    padding: 11px 20px 11px 20px;
    background: transparent;
    border: 3px solid #000;
    outline: none;
    /*color: $color_fuscous_gray_approx; */
    color: #000;
    font: 15px 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    opacity: 1;
    position: relative;
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    pointer-events: all;
    cursor: pointer; }
  .btn-home-container .btn-home:focus {
    padding: 11px 20px 11px 20px;
    background: transparent;
    outline: none;
    color: #555;
    font: 15px 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    opacity: 1;
    position: relative;
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    pointer-events: all;
    cursor: pointer; }
    .btn-home-container .btn-home:focus:after {
      /*background: $color_fuscous_gray_approx;*/
      background: #000;
      height: 0px;
      width: 100%;
      left: 0;
      bottom: 0;
      content: "";
      position: absolute;
      z-index: -1;
      -webkit-transition: 0.3s ease 0s;
      -o-transition: 0.3s ease 0s;
      transition: 0.3s ease 0s; }
  .btn-home-container .btn-home:active {
    padding: 11px 20px 11px 20px;
    background: transparent;
    outline: none;
    /*color: $color_fuscous_gray_approx;*/
    background: #000;
    font: 15px 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    opacity: 1;
    position: relative;
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    pointer-events: all;
    cursor: pointer;
    outline: none !important; }
    .btn-home-container .btn-home:active:before {
      /*background: $color_fuscous_gray_approx;*/
      background: #000;
      height: 0;
      width: 100%;
      left: 0;
      top: 0;
      content: "";
      position: absolute;
      z-index: -1;
      -webkit-transition: 0.3s ease 0s;
      -o-transition: 0.3s ease 0s;
      transition: 0.3s ease 0s; }
    .btn-home-container .btn-home:active:after {
      /*background: $color_fuscous_gray_approx;*/
      /*background: #000;
       height: 1px;
       width: 100%;
       right: 0;
       top: 0;
       content: "";
       position: absolute;
       z-index: -1;
       -webkit-transition: 0.3s ease 0s;
       -o-transition: 0.3s ease 0s;
       transition: 0.3s ease 0s;*/ }
  .btn-home-container .btn-home:before {
    /*background: $color_fuscous_gray_approx;*/
    background: #000;
    height: 0;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    transition: 0.3s ease 0s; }
  .btn-home-container .btn-home:after {
    /*background: $color_fuscous_gray_approx;*/
    background: #000;
    height: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    transition: 0.3s ease 0s; }
  .btn-home-container .btn-home:hover {
    color: #fff;
    background-color: transparent;
    opacity: 1;
    /*padding-left: 10px;*/ }
    .btn-home-container .btn-home:hover:before {
      height: 50%; }
    .btn-home-container .btn-home:hover:after {
      height: 50%; }
  .btn-home-container a {
    text-decoration: none;
    color: #444;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .btn-home-container a:hover {
    color: #999;
    text-decoration: none; }
/* End Here */
ul.social-section {
  width: 70%;
  padding: 0;
  list-style-type: none;
  opacity: 1; }
  ul.social-section li {
    opacity: 0.9;
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  ul.social-section li a {
    color: #555;
    text-decoration: none;
    margin: 10px;
    font-size: 20px; }
  ul.social-section li:hover {
    opacity: 1;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px); }

#fullpage .fp-controlArrow {
  top: auto;
  bottom: 20px; }

.brand-logo {
  position: fixed;
  content: "";
  top: 0;
  display: block;
  margin: 35px;
  background-repeat: no-repeat;
  width: 100px;
  height: 20px;
  line-height: 20px;
  opacity: 0.6;
  z-index: 2; }

.brand-text {
  position: fixed;
  content: "";
  top: 0;
  display: block;
  margin: 35px;
  font: 30px 'Oswald', sans-serif;
  line-height: 30px;
  text-transform: uppercase;
  color: #000;
  padding: 0;
  z-index: 2; }

ul.social-bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  display: block;
  margin: 35px;
  z-index: 2;
  padding: 0;
  list-style-type: none; }
  ul.social-bottom li {
    opacity: 0.9;
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  ul.social-bottom li a {
    color: #555;
    text-decoration: none;
    margin: 10px;
    font-size: 20px; }
  ul.social-bottom li:hover {
    opacity: 1;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px); }

.language {
  position: fixed;
  display: block;
  bottom: 0;
  margin: 35px;
  z-index: 2; }
  .language .picker-lang {
    display: inline-block; }
  .language .picker-lang a {
    color: #000;
    padding: 0;
    font: 13px 'Open Sans', sans-serif;
    line-height: 14px;
    font-weight: 400; }
  .language .picker-lang.active a {
    color: #6b6b6b; }
  .language .picker-lang:not(:last-child):after {
    content: "|";
    color: #000; }

.mfp-title {
  font: 16px 'Oswald', sans-serif;
  color: #fff; }

.services {
  height: 100vh;
  padding: 0 5%;
  margin-top: 60px; }
  .services:after {
    background: rgba(119, 119, 119, 0.1);
    height: 100vh;
    width: 100vw;
    left: 0;
    top: 0;
    right: 0;
    content: "";
    position: absolute;
    z-index: -2; }
  .services .item {
    margin: 50px 0 40px;
    padding: 2px; }
  .services .item i {
    font-size: 35px;
    color: #555; }
  .services .item h2 {
    font: 14px 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #555;
    margin: 15px 0 0;
    padding: 0;
    font: 14px 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #555;
    margin: 15px 0 0;
    padding: 0; }
  .services .item p {
    margin: 10px 0 0;
    font: 14px 'Open Sans', sans-serif;
    font-weight: 300;
    color: #777; }
  .services .item ul {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    margin: 10px 0 0;
    padding-left: 0;
    list-style: none;
    color: #777;
    line-height: 1.5; }
    .services .item ul li:before {
      content: "\f3a7";
      font-family: Ionicons;
      padding-right: 4px;
      font-size: 12px;
      color: #555;
      position: relative;
      top: 0;
      vertical-align: middle;
      font-weight: 100; }

.owl-carousel {
  display: inline-block;
  margin-top: -3rem;
  opacity: 1; }
  .owl-carousel .owl-dot {
    display: inline-block;
    opacity: 1; }
  .owl-carousel .owl-nav .owl-next {
    display: inline-block;
    opacity: 1; }

.owl-nav {
  width: 60px;
  /*float: left;*/
  margin: auto;
  color: #777; }
  .owl-nav .owl-prev {
    display: inline-block;
    opacity: 1;
    float: left;
    font-size: 24px;
    line-height: 22px;
    position: relative;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .owl-nav .owl-prev:hover {
    margin-left: -4px;
    color: #777;
    background-color: transparent; }
  .owl-nav .owl-next {
    float: right;
    font-size: 24px;
    line-height: 22px;
    position: relative;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .owl-nav .owl-next:hover {
    margin-right: -4px;
    color: #777;
    background-color: transparent; }

.owl-carousel-cont {
  display: inline-block;
  opacity: 1; }
  .owl-carousel-cont .owl-nav .owl-prev {
    display: inline-block;
    opacity: 1; }
  .owl-carousel-cont .owl-nav .owl-next {
    display: inline-block;
    opacity: 1; }

.skills {
  height: 100vh;
  padding: 0 5%;
  margin-top: 10px; }
  .skills:after {
    background: rgba(119, 119, 119, 0.1);
    height: 100vh;
    width: 100vw;
    left: 0;
    top: 0;
    right: 0;
    content: "";
    position: absolute;
    z-index: -2; }

.skill-block {
  margin-top: 30px;
  opacity: 1; }
  .skill-block .skill-item {
    position: relative;
    display: block;
    margin: 25px 0;
    width: 90%;
    background: #f9f9f9;
    height: 8px;
    border-radius: 0 10px 0 10px;
    -webkit-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear; }
  .skill-block .skill-item h1 {
    display: block;
    margin: 10px 0 0;
    position: absolute;
    top: -30px;
    left: 0;
    font: 12px 'Open Sans', sans-serif;
    font-weight: 300;
    color: #555;
    text-transform: uppercase; }
  .skill-block .skill-item h2 {
    display: block;
    margin: 10px 0 0;
    position: absolute;
    top: -30px;
    left: 0;
    font: 12px 'Open Sans', sans-serif;
    font-weight: 300;
    color: #555;
    text-transform: uppercase; }
  .skill-block .skill-item .skill-bar {
    height: 8px;
    width: 100;
    background: #777;
    border-radius: 0 10px 0 10px; }
  .skill-block .skill-item .skill-percent {
    position: absolute;
    right: 0;
    top: -30px;
    font: 11px 'Open Sans', sans-serif;
    font-weight: 300;
    color: #555;
    line-height: 35px; }

.extra-skill-block {
  width: 100%;
  opacity: 1;
  margin-top: -10px; }
  .extra-skill-block .extra-skill-desc {
    margin: 0;
    padding: 0;
    opacity: 1;
    font: 20px 'Oswald', sans-serif;
    line-height: 25px;
    text-transform: uppercase;
    color: #777; }
  .extra-skill-block .extra-skill-list {
    margin: 10px;
    padding: 0;
    font: 15px 'Open Sans', sans-serif;
    font-weight: 300;
    color: #777;
    list-style: none; }
  .extra-skill-block .extra-skill-list li {
    margin-left: -20px;
    opacity: 1; }
    .extra-skill-block .extra-skill-list li:before {
      content: "→"; }

.contact {
  height: 100vh;
  padding: 0 10% 0 5%; }
  .contact:after {
    background: rgba(119, 119, 119, 0.1);
    height: 100vh;
    width: 100vw;
    left: 0;
    top: 0;
    right: 0;
    content: "";
    position: absolute;
    z-index: -2; }

.contact-tabs {
  margin: 10px auto; }

.contact-info-box .contact-info-text {
  margin: 15px 0;
  font: 15px 'Open Sans', sans-serif;
  font-weight: 300;
  color: #777; }

.contact-form-container .contact-form {
  margin-top: 15px;
  padding: 0;
  text-align: left; }
  .contact-form-container .contact-form .contact-form-desc {
    font: 15px 'Open Sans', sans-serif;
    font-weight: 300;
    color: #777;
    margin-bottom: 15px; }
  .contact-form-container .contact-form .field label {
    display: block;
    font: 14px 'Open Sans', sans-serif;
    line-height: 13px;
    text-transform: uppercase;
    color: #555; }
    .contact-form-container .contact-form .field label.required:after {
      content: "*";
      color: #a94442; }
    .contact-form-container .contact-form .field input {
      font: 14px 'Open Sans', sans-serif;
      line-height: 15px;
      padding: 5px 10px;
      border: none;
      border-radius: 0;
      border-bottom: 1px solid #555;
      background: none;
      width: 100%;
      color: #555;
      opacity: 0.4;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .contact-form-container .contact-form .field input:focus {
      opacity: 1;
      outline: none; }
    .contact-form-container .contact-form .field textarea {
      font: 14px 'Open Sans', sans-serif;
      line-height: 15px;
      padding: 10px;
      border: none;
      border-radius: 0;
      border-bottom: 1px solid #555;
      background: none;
      width: 100%;
      color: #555;
      opacity: 0.4;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .contact-form-container .contact-form .field textarea:focus {
      opacity: 1;
      outline: none; }
    .contact-form-container .contact-form .field .recaptcha {
      display: none; }
  .contact-form-container .contact-form .help-block {
    display: block;
    margin-top: 1px;
    margin-bottom: 10px;
    color: #a94442;
    position: absolute;
    font: 10px 'Open Sans', sans-serif;
    text-transform: uppercase;
    opacity: 0.8; }
    .contact-form-container .contact-form .help-block ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
  .contact-form-container .contact-form #msgSubmit {
    position: absolute;
    font: 10px 'Open Sans', sans-serif;
    text-transform: uppercase;
    opacity: 0.8; }
  .contact-form-container .contact-form .text-danger {
    color: #a94442; }
  .contact-form-container .contact-form .btn {
    float: right;
    padding: 11px 0 11px 20px; }
    .contact-form-container .contact-form .btn:hover {
      padding-right: 10px; }

@media only screen and (max-width: 1466px) {
  .text-section {
    width: 90%; }
    .text-section .desc {
      width: 90%; } }

@media only screen and (max-width: 1024px) {
  nav {
    margin: 20px 9%; }
    nav ul {
      opacity: 1;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      -webkit-transform: translateX(-100vw);
      -ms-transform: translateX(-100vw);
      transform: translateX(-100vw); }
      nav ul li {
        display: list-item; }
        nav ul li a {
          color: #000 !important; }
          nav ul li a:after {
            background: #000 !important; }
          nav ul li a:hover {
            opacity: 1;
            color: #000 !important; }
            nav ul li a:hover:after {
              background: #000; }
        nav ul li.active a {
          opacity: 1; }
          nav ul li.active a:after {
            background: #000; }
          nav ul li.active a:focus {
            opacity: 1;
            color: #000; }

  .menu-btn {
    display: block; }

  .left-side {
    display: none !important; }

  .right-side {
    width: 100% !important; }

  .home {
    padding: 0 10%; }

  .services {
    padding: 0 10%; }

  .skills {
    padding: 0 10%; }

  .references {
    padding: 0 10%; }

  .contact {
    padding: 0 15% 0 10%; }

  .text-section .desc {
    width: 80%; }

  ul.social-section {
    width: 100%; }

  .brand-logo {
    margin: 30px 9%;
    right: 0; }

  .brand-text {
    margin: 30px 9%;
    right: 0; }

  .language {
    margin: 20px 8%; }

  ul.social-bottom {
    margin: 20px 8%; }
    ul.social-bottom li a {
      margin: 5px;
      font-size: 16px; }

  .fullpage-impressum {
    width: 100%;
    padding: 20% 10% 5% 10%; } }

@media only screen and (max-width: 767px) {
  nav {
    margin: 20px 8%;
    height: 200px; }

  .text-section {
    width: 100%; }

  .contact {
    padding: 0 10%; } }

@media only screen and (max-width: 479px) {
  .text-section {
    margin: 40px 0 0; }
    .text-section .title, .text-section .sub-title {
      font-size: 40px;
      line-height: 48px; }
    .text-section .desc {
      width: 100%; }

  .contact-form {
    margin: 0; }
    .contact-form .field {
      margin: 20px 0; }
      .contact-form .field input {
        padding: 5px; }

  .contact {
    padding: 0 15% 0 10%; }
    .contact .text-section {
      margin: 50px 0; }

  .fullpage-impressum {
    font-size: 14px; }
    .fullpage-impressum h1 {
      color: #000;
      font: 33px 'Oswald', sans-serif; }
    .fullpage-impressum h2 {
      color: #000;
      font: 28px 'Oswald', sans-serif; }
    .fullpage-impressum h3 {
      color: #000;
      font: 23px 'Oswald', sans-serif; }
    .fullpage-impressum h4 {
      color: #000;
      font: 18px 'Oswald', sans-serif; } }

@media only screen and (max-width: 320px) {
  .text-section .title {
    font-size: 40px;
    line-height: 48px; }
    .text-section p.desc {
      font-size: 13px; } }
