@charset "UTF-8";
/* CSS Document */
@media only screen and (min-width: 0px) {
  .menue-icon {
    position: /*absolute*/ relative;
    right: -8px;
    margin: auto;
    width: 24px;
    height: 16px;
    cursor: pointer;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
	/*top: 0px;*/
  }
	
	header#wp-block-element-header.sticky .menue-icon{ 
	  top: 16px;
  }
  .menue-icon span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: /*9*/ 2px;
    border-radius: 3px;
    background: #fff;
    opacity: 1;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .menue-icon span:nth-child(1) {
    top: 0;
  }
  .menue-icon span:nth-child(2), .menue-icon span:nth-child(3) {
    top: /*12px*/ 7.275px;
  }
  .menue-icon span:nth-child(4) {
    top: /*24px*/ 14.5px;
  }
  .menue-icon.is-clicked span:nth-child(1) {
    top: 18px;
    left: 50%;
    width: 0%;
  }
  .menue-icon.is-clicked span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menue-icon.is-clicked span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menue-icon.is-clicked span:nth-child(4) {
    top: 18px;
    left: 50%;
    width: 0;
  }
	}
/* -------------------------------- 

	navi Main components 

-------------------------------- */
html, body {
  height: 100%;
}

.element-move {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(2, 23, 37, 0.95);
  height: 50px;
  width: 100%;
  z-index: 3;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 768px) {
  .element-move {
    height: 80px;
    background: transparent;
    box-shadow: none;
  }
}
@media only screen and (min-width: 1170px) {
  .element-move {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -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);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .element-move.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    position: fixed;
    top: -80px;
    background-color: rgba(2, 23, 37, 0.96);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
  .element-move.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .element-move.menu-is-open {
    /* add a background color to the header when the navigation is open */
    background-color: rgba(2, 23, 37, 0.96);
  }
}




.element-navigation {
  /* by default it's hidden - on top of the viewport */
  position: fixed;
  /*left: 0;*/
  
  right:0;
  
  top: 0;
  /*height: 100%;
  width: 100%;*/
  
   width: 25%;
  
  background: rgba(2, 23, 37, 0.96);
  z-index: 2;
  text-align: center;
  padding: 50px 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.element-navigation li {
  font-size: 22px;
  font-size: 1.0rem;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: .2em 0;
  text-transform: capitalize;
}
.element-navigation a {
  display: inline-block;
  padding: .4em 1em;
  border-radius: 0.25em;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.no-touch .element-navigation a:hover {
  background-color: #e36767;
}
.element-navigation .cd-label {
  color: /*#06446e*/ #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 2.4em 0 .8em;
}
.element-navigation .cd-social {
  display: inline-block;
  margin: 0 .4em;
}
/*.cd-primary-nav .cd-social a {
  width: 44px;
  height: 44px;
  padding: 0;
  background-image: url("../img/cd-socials.svg");
  background-repeat: no-repeat;
  /* image replacement 
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.cd-primary-nav .cd-facebook a {
  background-position: 0 0;
}
.cd-primary-nav .cd-instagram a {
  background-position: -44px 0;
}
.cd-primary-nav .cd-dribbble a {
  background-position: -88px 0;
}
.cd-primary-nav .cd-twitter a {
  background-position: -132px 0;
}*/
.element-navigation.is-visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 768px) {
  .element-navigation {
    padding: 80px 0;
  }
 
}
@media only screen and (min-width: 1170px) {
  
  
  .element-navigation li {
    font-size: 30px;
    font-size: 1.3rem;
  }
  .element-navigation .cd-label {
    font-size: 16px;
    font-size: 1rem;
  }
}
