
  
  li.open-wertekompass, .themen {
	  
	   color: #c0202d;
	    font-family: "Hind",sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;	cursor:pointer;
	
  }
	   
  li.open-wertekompass:hover, .themen:hover {
	color: #000;
  }

/* Content wrapper */

.wrapper {
  /* width: 94%; */
  /* max-width: 1140px; */
  margin: 0 auto;
}

.wrapper-small { max-width: 728px; }

.wrapper-flush { width: 100%; }

/**
 * Navigation
 */

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /*z-index: 10000;*/
  background-color: transparent;
}

/** 
* Nav container 
* 1. Ensure this slides in below parent
* 2. Hide by default
* 3. Smoother scrolling experience on iOS
*/

.nav-container {
  position: fixed;
  top: 60px; /* 1 */
  left: 0;
  z-index: 9999;
  overflow-y: auto;
  visibility: hidden; /* 2 */
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); /* 2 */
  background-color: #c0202d;
  -webkit-overflow-scrolling: touch; /* 3 */
}

/* 1. Show when `.is-visible` class is added */

.nav-container.is-visible {
  visibility: visible; /* 1 */
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); /* 1 */
}

/* Nav toggle */

.nav-toggle {
  line-height: 1;
  display: inline-block;
  padding: 1.25rem 1rem;
  border: 0;
  background-color: #444;
}

/* Nav toggle icon */

.nav-toggle .icon-menu {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 20px;
  vertical-align: middle;
  fill: none;
}

/* Nav toggle icon lines */

.icon-menu .line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
  background-color: #fff;
}

/* Nav toggle icon line 1 */

.icon-menu .line-1 { top: 0; }

/* When active, rotate line 1 to be lefthand part of X */

.is-active .icon-menu .line-1 {
  -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
  -ms-transform: translateY(8px) translateX(0) rotate(45deg);
  transform: translateY(8px) translateX(0) rotate(45deg);
}

/* Nav toggle icon line 2 */

.icon-menu .line-2 {
  top: 50%;
  margin-top: -2px;
}

/* When active, hide line 2 */

.is-active .icon-menu .line-2 { opacity: 0; }

/* Nav toggle icon line 3 */

.icon-menu .line-3 { bottom: 0; }

/* When active, rotate line 3 to be righthand part of X */

.is-active .icon-menu .line-3 {
  -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
  transform: translateY(-8px) translateX(0) rotate(-45deg);
}

/* Remove default list styles for menus */

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/** 
* 1. Give menu a lighter background than its container 
* 2. Prevent menu text from being accidentally highlighted
*/

.nav-menu {
  background-color: #fff; /* 1 */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;         /* 2 */
}

/* Give menu items a top border */

.nav-menu .menu-item { border-top: 1px solid #c0202d; }

/* Give last menu item a bottom border */

.nav-menu > .menu-item:last-child { border-bottom: 1px solid #c0202d; }

/* Darker background color on hover, and when toggled */

.nav-menu > .menu-item:hover,
.nav-menu > .menu-item.is-active { background-color: #fff;color:#c0202d; }

/* 1. Menu links are block level, by default */

.nav-menu .menu-link {
  display: block; /* 1 */
  text-decoration: none;
  color: #444;
  padding: 0.75rem 1rem;
}

/* 1. Menu items with dropdowns appear clickable */

.has-dropdown {
  position: relative;
  cursor: pointer; /* 1 */
}

/* 1. Parent menu links inlined so you can toggle the dropdown */

.has-dropdown > .menu-link { display: inline-block; }

/* 1. Add an icon to menu items that have sub menus */

.has-dropdown:after {
  font-size: 32px;
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  content: "+"; /* 1 */
  color: #c0202d;
  padding: 0 30px;
}

/* 1. Switch icon to n-dash when toggled */

.has-dropdown.is-active:after { content: "\2013"; /* 1 */ }

/**
 * Dropdowns
 * 1. Hide dropdowns by default
 */

.nav-dropdown {
  display: none; /* 1 */
  background-color: #fff;
	color:#c0202d;
}

/* 1. Show dropdown when toggled */

.has-dropdown.is-active > .nav-dropdown { display: block; /* 1 */ }

/* 2nd level dropdown */

.nav-dropdown .nav-dropdown { background-color: #fff; }

.nav-dropdown .menu-item { border-color: #a0a0a0; }

.nav-dropdown .nav-dropdown .menu-item {
  background-color: #fff;
  border-color: #909090;
}

/* Main content area */

.content { margin-top: 60px; }

.content .wrapper { padding: 1rem 0; }




/* navkram */
nav {
	 background: #fff none repeat scroll 0 0;
    position: absolute;
    top: 128px;
    width: 100%;
    z-index: 1000000000;
}
nav.fixed .shadow {
	 background-image: url("../../img/logo-leiste.gif");
    box-shadow: 0 8px 6px -6px #888;
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: 5px;
}
.fixed {
	position: fixed;
	top: 0;
	/*height: 61px;*/
	
}
#navtop {
	position: absolute;
	top: 15px;
	right: 15px;
	width: auto;
	height: 50px;
}
#navtop ul {
}
#navtop ul li {
	list-style-type: none;
	margin-left: 15px;
	text-align: right;
}
#navtop ul li a {
	text-decoration: none;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Hind', sans-serif;
	font-weight: 400;
}
#navtop ul li a:hover {
	color: #000;
	text-decoration: none;
}

/*nav unten*/

#nav {
border-top: 25px solid #3eab32;
    width: 100%;
    height: 59px;
    color: #fff;
}
#nav ul {
/*display: table;
  height: 60px;
  margin: 0 auto;
  min-width: 100%;
  padding: 0;*/
}
#nav ul li {
	/*display: table-cell;*/
	list-style-type: none;
	vertical-align: baseline;
	margin-right: 1px;
}
#nav ul li a {
    background: #ae0000 none repeat scroll 0 0;
    color: #fff !important;
    display: block;
    font-family: "Hind",sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 8px 10px 4px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}#nav ul li a:hover {
	color: #c0202d;
}
#nav ul li.act a, #nav ul li.act.has-dropdown a {
	color: #fff !important;
	background-attachment: scroll;
	background-color: #670202;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
#nav ul li.act ul li.menu-item a {
	background: #fff;
	color:#000!important;
}
#nav ul li.act ul li.act a, #nav ul li.act ul li a:hover {
	background: #fff;
	color:#c0202d!important;
}
#nav ul li ul li a {
    background: #fff none repeat scroll 0 0;
    color: #000 !important;
    font-size: 17px;
    text-transform: none;
}
ul.nav-dropdown li.menu-item a {
	color:#000!important;
}

ul.nav-dropdown li.menu-item ul li a {
	color:#000!important;
}

 @media (min-width: 960px) {

.nav { background-color: #dedede; }

.nav,
 .nav-container,
 .nav-container.is-visible {
  position: static;
  top: auto;
  left: auto;
  z-index: 1000000000;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.nav-container,
 .nav-container.is-visible {
  visibility: visible;
  height: auto;
  min-height: 0;
  overflow-y: visible;
}

.nav-toggle { display: none; }

/* 1. Display menu items inline */

.nav-menu > .menu-item,
 .nav-menu > .menu-item.is-active {
  display: inline-block; /* 1 */
  background-color: transparent;
  border: 0;
}

/* Remove bottom border on last child */

.nav-menu > .menu-item:last-child { border: 0; }

.nav-menu .menu-item {
  -webkit-transition: background-color 0.15s ease-in-out,  color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out,  color 0.15s ease-in-out;
}

/* Remove +/- icons */

.has-dropdown:after { content: "" !important; }

/* Add a caret to top-level menu items that have dropdowns */

.nav-menu > .has-dropdown:after {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0;
  height: 0;
  margin-top: -2px;
  margin-left: -4px;
  content: "";
  border-width: 5px 5px 0 5px;
 /* border-style: solid;*/
  border-color: #444 transparent transparent transparent;
}

/* Increase padding to compensate for caret */

.has-dropdown > .menu-link { padding-right: 2rem; }

/* Re-style dropdowns for larger screens */

.nav-dropdown {
  display: block;
  opacity: 0;
  position: absolute;
  top: 55px;
  width: 240px;
  margin: 0;
  padding: 0.5rem 0;
  background-color: #fff;
  color:#c0202d;
  box-shadow: 0 0 0px hsla(0, 0%, 0%, 0.15);
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.25s,  opacity 0.25s linear;
  transition: visibility 0s linear 0.25s,  opacity 0.25s linear;
   border-top: 1px solid #c0202d;
  
}
.nav-dropdown {
background-color: #fff;
    border-top: 1px solid #954d0f;
    box-shadow: 0 0 0px hsla(0, 0%, 0%, 0.15);
    color: #c0202d;
    display: block;
    margin: 0;
    opacity: 0;
    padding: 0.5rem 0;
    position: absolute;
      top: 38px;
	 -webkit-transition: visibility 0s linear 0.25s,  opacity 0.25s linear;
    transition: visibility 0s linear 0.25s, opacity 0.25s linear 0s;
    visibility: hidden;
    width: 240px; border-left: 5px solid #954d0f;
}



.has-dropdown:hover > .nav-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.nav-dropdown .menu-item { border: 0; }

.nav-dropdown .menu-item:hover,
 .nav-dropdown .nav-dropdown .menu-item:hover {
	background-color: #F2F2F2;
}

.nav-dropdown .nav-dropdown,
 .nav-dropdown .nav-dropdown .menu-item { background-color: #fff; }

.nav-dropdown .nav-dropdown {
  z-index: 9998;
  top: 0;
  left: 100%;
}

 }
 