
/* ----------------------------- */
/* == Menu */
/* ----------------------------- */
.menu-wrapper {

	float: left;
	width: 900px;
	color: #F8F8EB;
	background:  #71A026;
	border-top: 4px #71A026 solid;
	
	border-right:1px #71A026 solid;
	margin:  0px 0px 0 0;
	list-style-type:none;	

/*  position: relative;
  z-index: 10;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  background: #ffffff;
  border: 1px solid #F2F2F2;
  border-bottom: 3px solid #999;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  color: #564A4A; */
}
.menu-wrapper .menu {
  width: auto;
  margin: 0;
  padding: 0px 22px;
  list-style-type: none;
}

.menu-wrapper .menu > li {
  position: relative;
  display: inline-block;
  zoom: 1;
}

.menu-wrapper .menu > li a {
  position: relative;
  display: block;
  padding: 5px 22px;
  zoom: 1;
  color: #F8F8EB;
}

.menu-wrapper .menu li a:hover {
	color: #9DEBF4;
}

.menu-wrapper a.menu-link {
  display: none;
  padding: 0px 22px;
  background: transparent;
  color: #F8F8EB;
  text-align: center;
}

.menu-wrapper .sub-menu {
  width: 250px;
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0px 22px;
  position: absolute;
  max-height: 0em;
  overflow: hidden;
}

.menu-wrapper .sub-menu li {
  display: inline;
  position: relative;
  width: 191px;
  font-style: normal;
}

.menu-wrapper .sub-menu > li a {
  padding: 9px 0px;
}

.menu-wrapper .sub-menu a:hover {
	color: #9DEBF4;
}

.menu-wrapper .sub-menu li a:hover {
	color: #9DEBF4;
}

.menu-wrapper .menu .has-subnav {
  background-image: url('images/caret.png'); 
  background-repeat: no-repeat;
  background-position: 93% -130%;
}

.menu-wrapper li:hover .sub-menu {
  max-height: 40em;
  transition: max-height 1s;
  background:  #71A026;
  border: 1px solid #ece6e8;
  border-bottom: 3px solid #d9ced2;
  border-top: 0 none;
}

.menu-wrapper .menu .sub-menu#normaal {
  width: auto;
}

.menu-wrapper .menu .sub-menu#normaal li {
	display: block;
}

/* Responsive Menu */
@media only screen and (max-width: 900px) {
  .js .menu-wrapper nav[role=navigation] {
    overflow: hidden;
    max-height: 0em;
	text-align: center;
  }

  .js .menu-wrapper nav[role=navigation].active {
    max-height: 90em;
    transition: max-height 1s ease-out;
	background-color: #F8F8EB;
  }

  .menu-wrapper {
    font-size: 13px;
	width: 100%;
	border-bottom: 3px solid #999;
  }

  .menu-wrapper .menu {
    padding: 0px 0px;
  }

  .menu-wrapper a.menu-link {
    padding: 0px 0px;
    display: block;
    width: 100%;
    height: 40px;
    border: none;
    margin: 0;
	background: url('images/menu.png') no-repeat; 
	background-position: 95% -35%;
  }

  .menu-wrapper a.menu-link.active {
    text-decoration: underline;
    color: #564A4A;
    padding: 0px 0px;
  }

  .menu-wrapper .menu li {
    display: block;
	background-color: #F8F8EB;
    padding: 0px 0px;
  }
  
  .menu-wrapper .menu > li a {
    color: #564A4A;
	background-color: #F8F8EB;
   }

  .menu-wrapper li:hover .sub-menu {
    max-height: 0em;
    left: 0;
    transition: none;
    border: none;
  }

  .menu-wrapper .sub-menu {
	background-color: #F8F8EB;
    width: 100%;
    text-align: center;
    text-align-last: center;
  }

  .menu-wrapper .menu .has-subnav {
	background-color: #F8F8EB;
  }

  .menu-wrapper .sub-menu li {
  	background-color: #F8F8EB;
    margin: 0;
    display: inline;
    width: auto;
  }

  .menu-wrapper .sub-menu > li a {
	color: #189093;
	background-color: #F8F8EB;
  }
  
  .menu-wrapper .sub-menu#normaal {
  	display: block;
  	text-align: center;
  	text-align-last: center;
	background-color: #F8F8EB;
  }

  .menu-wrapper li .sub-menu.active {
    max-height: 50em;
    overflow: visible;
    position: relative;
    z-index: 9;
    transition: max-height 1s ease-out;
	background-color: #F8F8EB;
    padding: 0px 0px;
    }

  .menu-wrapper .toggle-link {
    height: 40px;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 200;
    background: transparent;
    -webkit-font-smoothing: antialiased;
    background-image: url('images/caret.png'); 
    background-repeat: no-repeat;
    background-position: 93% -95%;
  }

  .menu-wrapper .toggle-link:hover {
    transition: all 0.2s;
  }
}