@import url(https://fonts.googleapis.com/css?family=Raleway);

@font-face {
  font-family: 'Morgan';
  src: url('http://inmensaproceso.com/demo/fonts/Morgan.otf') format('opentype');
}

html{
  scroll-behavior:smooth;
}

@-webkit-keyframes ball-scale-multiple {
  0% {
    height: 100%;
    opacity: .6;
    top: 0; }
  50% {
    opacity: 0;
    height: 0%;
    top: 50%; }
  100% {
    opacity: .8;
    height: 100%;
    top: 0; } }
    .loaderWrap {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 1);
        z-index: 123333333;
        height: 100vh !important;
    }

.ball-scale-multiple {
  position: absolute;
  width: 100px;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .ball-scale-multiple > div {
    background-color: #fff;
    border-radius: 0;
    animation-fill-mode: both;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    margin: 0;
    width: 20%;
    height: 100%;
    animation: ball-scale-multiple .5s 0s linear infinite;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 1); }
    .ball-scale-multiple > div:nth-child(1) {
      animation-delay: .1s;
      left: 0%; }
    .ball-scale-multiple > div:nth-child(2) {
      animation-delay: .2s;
      left: 20%; }
    .ball-scale-multiple > div:nth-child(3) {
      animation-delay: .3s;
      left: 40%; }
    .ball-scale-multiple > div:nth-child(4) {
      animation-delay: .4s;
      left: 60%; }
    .ball-scale-multiple > div:nth-child(5) {
      animation-delay: .5s;
      left: 80%; }

.a-container {
  width: 1170px;
  margin: 0 auto; }

.a-1_2 {
  width: 48%;
  display: inline-block;
  margin: 0 1%; }

.o-sliderContainer {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh !important;
  background: #fff;
  float: left;
  margin: 0px 0;
  height: 100vh !important; }
  .o-sliderContainer.hasShadow {
    box-shadow: 0 39px 22px -29px rgba(0, 0, 0, 0.2); }
  .o-sliderContainer:hover .o-slider-next {
    right: 0; }
  .o-sliderContainer:hover .o-slider-prev {
    left: 0; }

.o-slider {
  width: auto;
  position: relative;
  display: none; }
  .o-slider.isVisible {
    display: table;
    background: #000; }
  .o-slider.isDraggable {
    cursor: move; }

.o-slider--item {
  width: 0;
  overflow: hidden;
  float: left;
  transition: all 0.2s cubic-bezier(0.7, 0.18, 0.53, 0.75);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.9;
  transform: scale(1, 1);
  transform-origin: center center;
  z-index: 99; }
  .o-slider--item::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    background: -moz-linear-gradient(45deg, rgb(0 0 0 / 70%) 0%, rgb(0 0 0 / 15%) 70%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(70%, transparent));
    background: -webkit-linear-gradient(45deg, rgb(0 0 0 / 70%) 0%, rgb(0 0 0 / 15%) 70%);
    background: -o-linear-gradient(45deg, rgb(0 0 0 / 70%) 0%, rgb(0 0 0 / 15%) 70%);
    background: -ms-linear-gradient(45deg, rgb(0 0 0 / 70%) 0%, rgb(0 0 0 / 15%) 70%);
    background: linear-gradient(45deg, rgb(0 0 0 / 70%) 0%, rgb(0 0 0 / 15%) 70%);
    z-index: 0; }
  .o-slider--item.isActive {
    opacity: 1;
    transform: scale(1, 1);
    padding: 0 40px; }
  .o-slider--item.isMoving {
    opacity: 0.6;
    z-index: 100; }

.a-sliderBg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  width: 10.01%;
  transform: translateY(0);
  transition: all .8s;
  transition-delay: .4s; }

  .contact{
    position: absolute;
      right: 2%;
      bottom: 40px;
      opacity: 1;
      animation: mymove2 2s infinite;
   }

   @keyframes mymove2 {
     0% {bottom: 40px; }
     25% {bottom: 50px;  }
     100% {bottom: 40px;  }
   }

.o-slider-contact{
  position: absolute;
    right: 2%;
    bottom: -30px;
    opacity: 0;
    animation: mymove 2s infinite;
 }
 .o-slider-down{
   font-weight: 700;
   text-transform: uppercase;
   position: absolute;
     right: 38%;
     bottom: -30px;
     opacity: 0;
     animation: mymovefast 1s infinite;
  }

 @keyframes mymove {
   0% {bottom: -30px; }
   25% {bottom: -50px;  }
   100% {bottom: -30px;  }
 }
 @keyframes mymovefast {
   0% {bottom: -30px; }
   25% {bottom: -35px;  }
   100% {bottom: -30px;  }
 }

.a-sliderBg:nth-child(1) {
  left: 10%; }

.a-sliderBg:nth-child(2) {
  left: 20%; }

.a-sliderBg:nth-child(3) {
  left: 30%; }

.a-sliderBg:nth-child(4) {
  left: 40%; }

.a-sliderBg:nth-child(5) {
  left: 50%; }

.a-sliderBg:nth-child(6) {
  left: 60%; }

.a-sliderBg:nth-child(7) {
  left: 70%; }

.a-sliderBg:nth-child(8) {
  left: 80%; }

.a-sliderBg:nth-child(9) {
  left: 90%; }

.o-slider--item.isActive .a-sliderBg {
  transform: translateY(-100%); }

.o-slider--item.isActive .a-sliderBg:nth-child(even) {
  transform: translateY(100%); }

.o-slider-textWrap {
  left: 2%;
  bottom: 275px;
  height: auto;
  position: absolute;
  text-align: left;
  padding: 0 0 20px 0;
  width: 96%;
  transition: all 0.4s;
  opacity: 1;
  overflow: visible;
  perspective: 1000px;
  z-index: 2; }

.isActive .o-slider-textWrap::after {
  width: 100%;
  left: 0; }
.isActive .o-slider-paragraph {
  opacity: 1;
  transition-delay: 1s; }
.isActive .o-slider-title {
  opacity: 1;
  transition-delay: 0.2s; }
.isActive .o-slider-subTitle {
  opacity: 1;
  transition-delay: 0.6s; }



    .isActive .o-slider-down {
      opacity: 1;
      transition-delay: 2s; }

.o-slider-title,
.o-slider-subTitle,
.o-slider-paragraph {
  width: auto;
  margin: 0 0 5px 0;
  height: auto;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  font-size: 3.4rem;
  display: inline-block;
  padding: 0;
  transition: all 0.4s;
  transform-origin: 0 0;
  opacity: 0;
  position: relative;
  z-index: 1; }

.o-slider-subTitle {
  font-size: 2rem;
  line-height: 2.4rem;
}

.o-slider-paragraph {
  font-size: 0.8rem;
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .o-slider-textWrap {
    left: 5%;
    width: 90%; }

  .o-slider-title {
    font-size: 1.8rem; }

  .o-slider-subTitle {
    font-size: 1.4rem; }

  .o-slider-paragraph {
    max-width: 60%;
    font-size: 1rem;
    display: block; } }
.o-slider-paragraph::after {
  content: "";
  bottom: 0;
  left: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  opacity: 0;
  transform: skew(0, -10deg) translate(100px, 50px); }

.o-slider-title::after {
  content: "";
  bottom: 0;
  left: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  opacity: 0;
  transform: skew(0, -10deg) translate(100px, 50px); }

.o-slider-subTitle::after {
  content: "";
  bottom: 0;
  left: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  opacity: 0;
  transform: skew(0, -10deg) translate(100px, 50px); }

.a-divider {
  display: block;
  width: 100%;
  height: 1px;
  margin: 2px 0; }

.o-slider-controls {
  display: none; }
  .o-slider-controls.isVisible {
    display: block; }

.o-slider-pagination {
  bottom: 2%;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1444000;
  margin: 0;
  padding: 0; }
  .o-slider-pagination > li {
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4), 0 0 2px 0 rgba(0, 0, 0, 0.4) inset;
    display: inline-block;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    margin-left: 6px;
    margin-right: 6px;
    transition: all 250ms;
    cursor: pointer;
    background-clip: padding-box;
    z-index: 100; }

    .o-slider-pagination > li.isActive, .o-slider-pagination > li:hover {
      background-color: rgba(255, 255, 255, 0.9);
      transform: scale(1.3, 1.3); }

      .o-slider-pagination > li.isActive > .o-slider--preview{
        background-color: #e98240;
        border: 3px solid #e98240;
      }

.o-slider--preview {
  position: absolute;
  top: -70px;
  right: auto;
  bottom: auto;
  left: -65px;
  opacity: 0;
  width: 90px;
    height: 100px;
    background-color: #1f1f1f;
    border-radius: 15px;
    background-size: 75%;
    background-repeat: no-repeat;
  background-position: center 10%;
  transition: all 250ms;
  z-index: -1;
  border: 3px solid #1f1f1f;
  transform: scale(0.2, 0.2);
  transform-origin: center bottom;
  display: block;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}
.o-slider--title{
  position: absolute;
top: -38px;
left: -35px;
right: auto;
font-size:9px;
color:white;
width: 91px;
}
  /* Safari */
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5)); }
  .o-slider--preview::before {
    content: "";
    position: absolute;
    top: auto;
    right: auto;
    bottom: -13px;
    left: 45%;
    margin: 0 0 0 -5px;
    height: 0;
    width: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000; }

.o-slider--preview.isActive,
.o-slider-pagination li .o-slider--preview {
  opacity: 1;
  position: absolute;
  top: -105px;
  right: auto;
  bottom: auto;
  left: -35px;
  transform: scale(1, 1); }

.o-slider-arrows {
  margin: 0;
  list-style: none;
  display: block; }

.o-slider-next,
.o-slider-prev {
  position: absolute;
  top: 0;
  left: -100px;
  margin: -12px 0 0;
  width: auto;
  z-index: 1200122;
  padding: 0;
  margin: 0;
  height: 100%;
  list-style: none;
  cursor: pointer;
  text-align: center;
  padding: 10px 25px;
  display: inline-block;
  vertical-align: middle;
  line-height: 100%;
  transition: all 0.4s; }
  .o-slider-next i,
  .o-slider-prev i {
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0;
    transform: translate(0, -50%);
    text-align: center;
    width: 100%;
    font-size: 3.5rem;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    line-height: 1;
    color: #fff; }

.o-slider-next {
  left: auto;
  right: -100px; }

.isDisabled {
  opacity: 0.1;
  cursor: auto; }

@media screen and (min-width: 768px) {
  .o-slider--preview {
    display: block; } }
@media screen and (min-width: 1024px) {
  .o-slider-pagination {
    bottom: 6%; }

  .o-slider-textWrap {
    left: 70px;
    width: 80%;
    bottom: 300px; }

  .o-slider-title {
    font-size: 4rem; }

  .o-slider-subTitle {
    font-size: 2rem;
line-height: 2.5rem;
text-shadow: 1px 3px 11px black;
  }

  .o-slider-paragraph {
    max-width: 40%;
    font-size: 1.2rem; } }
@media screen and (max-width: 1280px) {
  .a-container {
    width: 970px; } }
@media screen and (max-width: 1024px) {
  .o-slider-arrows {
    display: none; }

  .o-sliderContainer {
    height: 450px;
    width: 100%;
    margin: 0 0 50px 0; }

  .o-slider--item {
    height: 450px; } }
@media screen and (max-width: 768px) {
  .a-container {
    width: 90%;
    margin: 20px auto; }

  .a-1_2 {
    width: 100%;
    display: block;
    margin: 0; }

  .o-slider-arrows {
    display: none; }

  .o-sliderContainer {
    height: 350px; }

  .o-slider--item {
    height: 350px; }

  .o-slider-panel img {
    left: -15%;
    width: 130%; } }
@media screen and (max-width: 480px) {
  .o-slider--item {
    height: 270px; }
    .o-slider--item img {
      left: -20%;
      width: 140%; }

  .o-sliderContainer {
    height: 270px; } }
.slider-pagination > li:hover {
  background-color: rgba(255, 255, 255, 0.9);
  transform: scale(1.3, 1.3); }




.dropdown-menu > li.kopie > a {
   padding-left:5px;
}

.dropdown-submenu {
   position:relative;
}
.dropdown-submenu>.dropdown-menu {
  top:0;left:100%;
  margin-top:-6px;margin-left:-1px;
  -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
}

.dropdown-submenu > a:after {
 border-color: transparent transparent transparent #333;
 border-style: solid;
 border-width: 5px 0 5px 5px;
 content: " ";
 display: block;
 float: right;
 height: 0;
 margin-right: -10px;
 margin-top: 5px;
 width: 0;
}

.dropdown-submenu:hover>a:after {
   border-left-color:#555;
}

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
 text-decoration: none;
}

@media (max-width: 767px) {

 .navbar-nav  {
    display: inline;
 }
 .navbar-default .navbar-brand {
   display: inline;
 }
 .navbar-default .navbar-toggle .icon-bar {
   background-color: #fff;
 }
 .navbar-default .navbar-nav .dropdown-menu > li > a {
   color: red;
   background-color: #ccc;
   border-radius: 4px;
   margin-top: 2px;
 }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: #ccc;
  }

  .navbar-nav .open .dropdown-menu {
    border-bottom: 1px solid white;
    border-radius: 0;
  }
 .dropdown-menu {
     padding-left: 10px;
 }
 .dropdown-menu .dropdown-menu {
     padding-left: 20px;
  }
  .dropdown-menu .dropdown-menu .dropdown-menu {
     padding-left: 30px;
  }
  li.dropdown.open {
   border: 0px solid red;
  }

}

@media (min-width: 768px) {
 ul.nav li:hover > ul.dropdown-menu {
   display: block;
 }
 #navbar {
   text-align: center;
 }
}
