
.nav-content {
	height: 70px;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	width: 100%;
	 -webkit-transition: all 1.3s ease-in-out;
    -moz-transition: all 1.3s ease-in-out;
    -o-transition: all 1.3s ease-in-out;
    transition: all 1.3s ease-in-out;
}

.flex-control-nav .flex-active .nav-content {
	/*height: 300px;*/
}

.nav-headline {
	height: 70px;
	padding: 16px 0px 0px 22px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.navigation-buttons {
	position: absolute;
	top: 40px;
	right: 0px;
}

.nav-headline.green {
	background: rgba(149, 219, 33, 0.6);
}

.nav-headline.green:hover {
	background: rgba(149, 219, 33, 1);
}

.nav-headline.blue {
	background: rgba(143, 212, 233, 0.6);
}

.nav-headline.blue:hover {
	background: rgba(143, 212, 233, 1);
}

.nav-headline.orange {
	background: rgba(232, 75, 75, 0.6);
}

.nav-headline.orange:hover {
	background: rgba(232, 75, 75, 1);
}

.nav-headline.purple {
	background: rgba(255, 236, 9, 0.6);
}

.nav-headline.purple:hover {
	background: rgba(255, 236, 9, 1);
}

.flex-control-nav .flex-active .nav-content .nav-headline.green {
	background: rgba(149, 219, 33, 1);
}

.flex-control-nav .flex-active .nav-content .nav-headline.blue {
	background: rgba(143, 212, 233, 1);
}

.flex-control-nav .flex-active .nav-content .nav-headline.orange {
	background: rgba(232, 75, 75, 1);
}

.flex-control-nav .flex-active .nav-content .nav-headline.purple {
	background: rgba(255, 236, 9, 1);
}

.nav-list {
	background: #fafafa;
	height: 100%;
	padding: 20px 0px 0px 25px;
  position: relative;
}

.menu-team-menue-container {
  border: solid red 1px;
  width: 100%;
}

.menu-team-menue-container ul {
  margin: 0px;
  padding: 0px;
}

.menu-team-menue-container ul li {
  width: 100%;
}




