/* =============================================
 *   FIXED RESPONSIVE NAV
 *   (c) 2016 
 *   Free to use under the MIT License.
 * ============================================= */
 
/*
Theme Name: (c) ELLELL "Responsiv" 
Description: Responsives ELLELL Webdesign-HTML-Theme 
Version: 13.0 / All rights reserved
Design, Framework, Programmierung: Lutz Lerchenfeld - ELLELL Webdesign(c)2018
http://www.ll-design.info
*/
=============================================== */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600');

a:active,
a:hover {
  outline: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */

ul { margin-left: 0em; padding-left: 0em;} /* ELLELL */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  font-family: "montserrat","Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:16px;
letter-spacing: 1px;
  list-style: none;
}

.nav-collapse li {
text-transform: uppercase; 
left: 0px;
padding: 0;
font-weight:300;
font-size:16px;
letter-spacing: 1px;
font-family: "montserrat","Helvetica Neue", Helvetica, Arial, sans-serif;
letter-spacing: 0px;
width: 100%;
display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 1000px) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}

/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

header {
  background: #fff;
  position: fixed;
  z-index: 3;
  width: 100%;
  margin: 0px 0px 0px 0px;
  left: 0;
  top: 0;
  height: 60px;
  /*background:rgba(0, 0, 0, 0.7);*/
  padding-bottom: 20px;
}

.logo {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  float: left;
}


/* ------------------------------------------
  MASK
--------------------------------------------- */

.mask {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0,0,0, .5);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.android .mask {
  -webkit-transition: none;
  transition: none;
}

.js-nav-active .mask {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 1000px) {
  .mask {
    display: none !important;
    opacity: 0 !important;
  }
}


/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
left: 0px;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 0px;
}
}

@media screen and (min-width: 1000px) {
  .nav-collapse {
    float: right;
    width: auto;
  }
}

.nav-collapse li {
font-size:16px; 
  float: left;
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .nav-collapse li {
	  font-family: "montserrat","Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:14px;
  font-weight:200;
    width: auto;
	letter-spacing: 1px;
  }
}

.nav-collapse a {
font-weight:600;
font-size:16px;
font-family: "montserrat","Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  border-top: 1px solid #cacaca;
  text-decoration: none;
  background: #fff;
  margin: 0px 0px 0px 0px;
  padding: 16px 10px 16px 10px;
  color: #000;
  width: 100%;
  float: left; 
  text-align: left;
   -webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-box-sizing: border-box;
}

.nav-collapse a:active,
.nav-collapse .active a {
  background: #fff;
  color: red; 
  text-align: left;
}

@media screen and (min-width: 1000px) {
  .nav-collapse a {
	  position: fixed;
  z-index: 21;
position:relative;
font-weight:400;
font-size:13px;
font-family: "montserrat","Helvetica Neue", Helvetica, Arial, sans-serif;
    border-left: 0px solid white;
	background-color: #fff;
	color: #000;
    padding: 2.3em 1.2em 1.5em 1.2em;
    text-align: center;
	top: 0px;
    float: left;
    margin: 0 0 0 0;
  }
   
.nav-collapse a:active, .nav-collapse a:hover,
.nav-collapse .active a {
  background: #EFEFEF;
  color: #000;
  
}
  
  header {
  background: #fff; /*#D22A1D*/
  position: fixed;
    z-index: 20;
  width: 100%;
  height: 88px;
  /*background:rgba(0, 0, 0, 0.7);*/
  left: 0;
  padding: 0px 0px 0px 150px;
  margin: -20px 0px 0px 0px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-box-sizing: border-box;
}

.menubox{
  position: fixed;
  z-index: 20;
  width: auto;
  height: 82px;
  float:right;
  right: 0px;

  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-box-sizing: border-box;
}


}

.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

@media screen and (min-width: 1000px) {
  .nav-collapse ul ul a {
    display: none;
  }
}


/* ------------------------------------------
  NAV TOGGLE STIL
--------------------------------------------- */

.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 35px;
  height: 38px;
  float: left;
  margin: 20px 15px 20px 15px;

}

.nav-toggle:before {
  color: transparent; /* Edit this to change the icon color */
  font: normal 28px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261"; /* Hamburger icon */
  text-indent: 0;
  background: url("http://www.pixelbus.alfahosting.org/wbce/media/prooikos/hamburger-1.png");
  background-repeat: no-repeat;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-toggle.active:before {
  background: url("http://www.pixelbus.alfahosting.org/wbce/media/prooikos/close-1.png");
  background-repeat: no-repeat;
}





