/* =============================================
 *
 *   FIXED RESPONSIVE NAV
 *
 *   (c) 2014 @adtileHQ
 *   http://www.adtile.me
 *   http://twitter.com/adtilehq
 *
 *   Free to use under the MIT License.
 *
 * ============================================= */

/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */
/* =============================================
 *
 *   FIXED RESPONSIVE NAV
 *
 *   (c) 2014 @adtileHQ
 *   http://www.adtile.me
 *   http://twitter.com/adtilehq
 *
 *   Free to use under the MIT License.
 *
 * ============================================= */


@-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
--------------------------------------------- */

 @media screen and (min-width: 800px) {
nav { position:absolute; left:50%;top:0; margin-left:-392px; width:auto; height:90px; position:fixed;  box-sizing:content-box; z-index: 2; color: red;}}
 @media screen and (max-width: 800px) {
nav { position:absolute; left:50%;top:0; margin-left:-292px; width:auto; height:90px; position:fixed;  box-sizing:content-box; z-index: 2; color: red;}}
@media screen and (max-width: 639px){
nav {width:100%; height:90px; left: 0; margin-left: 0; position:absolute; top:0; position:fixed; float: right; box-sizing:content-box; z-index: 2;}}
.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  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: 40em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}





/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

#header_menu {
  position: fixed;
  z-index: 3;
  width: 100%;
  left: 0;
  top: 0;
  height: 90px;
}


.logo {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  font-weight: bold;
  line-height: 55px;
  padding: 0 20px;
  color: #fff;
  float: left;
  display: none;
}

@media screen and (max-width: 639px) {
.logo {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  font-weight: bold;
  line-height: 55px;
  padding: 12px 0 0 20px;
  color: #fff;
  float: left;
  display:block;
}
}

#logo_mid {
    margin: 0 auto; padding: 0; display: block; background-color:;
}

@media screen and (max-width: 639px) {
#logo_mid {
  margin: 0 auto; padding: 0; display:none; background-color:;
}
}




/* ------------------------------------------
  MASK
--------------------------------------------- */


/* ------------------------------------------
  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;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}



@media screen and (min-width: 40em) {
  .nav-collapse {
    float: right;
    width: auto;
  }
}

.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .nav-collapse li {
    width: auto;
  }
}


.nav_zelle_logo {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
	padding: 7px 105px 9px 70px;
	text-align: center;
	border-top: 0;
	float: left;
	margin: 0;
  }
@media screen and (max-width: 900px) {
.nav_zelle_logo {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
	padding: 7px 85px 9px 50px;
	text-align: center;
	border-top: 0;
	float: left;
	margin: 0;
  }
  }
@media screen and (max-width: 800px) {
.nav_zelle_logo {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
	padding: 4px 35px 6px 20px;
	text-align: center;
	border-top: 0;
	float: left;
	margin: 0;
  }
  }



#logo{height:75px; transition:all 0.6s;}

@media screen and (max-width: 800px) {
#logo{height: 60px;
	transition:all 0.6s;}
  }


.nav_zelle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
	padding: 1.8em 2em;
	text-align: center;
	border-top: 0;
	float: left;
	margin: 0;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	letter-spacing: 1px;
	font-size: 18px;
	transition:all 0.6s;
}


@media screen and (max-width: 800px) {
  .nav_zelle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
	padding: 1.8em 2em;
	text-align: center;
	border-top: 0;
	float: left;
	  margin: 0;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	letter-spacing: 1px;
	font-size: 14px;
	transition:all 0.6s;
  }
}


@media screen and (max-width: 639px) {
  .nav_zelle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  border-top: 1px solid white;
  text-decoration: none;
  padding: 1.9em 1em;
  color: #fff;
  width: 100%;
  font-size:18px;
  float: left;
background-color:rgba(48,48,48,0.7);
	  transition:all 0.6s;
  }
}

.nav_zelle:active,
.nav_zelle:hover,
.nav-collapse .active a {
  background: #3987bf;
		color: #fff;
	text-decoration: none;
	transition:all 0.6s;
}

@media screen and (max-width: 639px) {
.nav_zelle:active,
.nav_zelle:hover,
.nav-collapse .active a {
  background-color:#3987bf;
  color: #fff;
  text-decoration: none;
  transition:all 0.6s;
}
}

 .nav_zelle_logo:active,
.nav_zelle_logo:hover {
  background:;
}

.nav-collapse ul ul a {
  padding-left: 2em;
}

@media screen and (min-width: 40em) {
  .nav-collapse ul ul a {
    display: none;
  }
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
	font-family: dashicons;
	  src: url('../fonts/dashicons.eot');
  src: url('../fonts/dashicons.eot') format('embedded-opentype'),
       url('../fonts/dashicons.woff') format('woff'),
       url('../fonts/dashicons.ttf') format('truetype'),
       url('../fonts/dashicons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 90px;
  float: right;
}

.nav-toggle:before {
  color: #fff; /* Edit this to change the icon color */
  font: normal 28px/55px "dashicons"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\f214"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 13px;
	transition:all 0.6s;
}

.nav-toggle.active:before {
  font-size: 28px;
  content: "\f158";
	transition:all 0.6s;/* Close icon */
}





