@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,700);



.bg-cyan{
	margin: 0;
	margin-left:3%;
	margin-right:3%;
	width:94%;
	top:105px;
	padding: 0;
	z-index:1001;
	position: fixed;
}

.Fonden-menu,
.Fonden-menu * {
	margin: 0;
	padding: 0;
	outline: none;
	border: 0;
	background: none;
	color: #fff;
}
.Fonden-menu {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #fff;
	font-weight:700;
	letter-spacing:0px;
	
}


/**/
/* level 1 */
/**/
.Fonden-menu {
	position: relative;
	z-index: 1002;
	background: #1f1c1e;
	box-shadow: 0 0 10px rgba(255,255,255,.3);
	font-size: 0;
	color: #fff;
	line-height: 1;
	text-align: right;
}
.Fonden-menu:after {
	content: '';
	display: table;
	clear: both;
	
}
.Fonden-menu li {
	position: relative;
	display: inline-block;
	float: left;
	padding:3px;
	border-style: solid;
	border-color: rgba(0,0,0,.1);
	border-right-width: 1px;
	font-size: 13px;
	font-weight:700;
	line-height: 30px;
	text-align: left;
	z-index: 1003;
	
}
.Fonden-menu li a {
	display: block;
	padding: 0 0px;
	padding-left:7px;
	padding-right:7px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-decoration: none;
	color: #fff;
	transition: background 0.2s, color 0.4s;
	-o-transition: background 0.2s, color 0.4s;
	-ms-transition: background 0.2s, color 0.4s;
	-moz-transition: background 0.2s, color 0.4s;
	-webkit-transition: background 0.2s, color 0.4s;
}
.Fonden-menu li > div {
	position: absolute;
	z-index: 1000;
	width:140px;
	top: 100%;
	left: -9999px;
	margin-top: 8px;
	background: rgba(255,255,255,1);
	box-shadow: 0 0 8px rgba(0,0,0,.3);
	opacity: 0;
	-o-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	-o-transition: -o-transform 0.2s, opacity 0.4s;
	-ms-transition: -ms-transform 0.2s, opacity 0.4s;
	-moz-transition: -moz-transform 0.2s, opacity 0.4s;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.4s;
}
.Fonden-menu li > div:after {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 8px;
	background: transparent;	
}
.Fonden-menu li > div:before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 24px;
	border-right: 5px solid transparent;
	border-bottom: 5px solid rgba(255,255,255,0.9);
	border-left: 5px solid transparent;
	color: #fff;
}
.Fonden-menu li:hover > a,
.Fonden-menu li.current > a {
	background: #6CA738;
	color: #fff;
	
}


.Fonden-menu li:hover > div {
	left: 0;
	opacity: 1;
	-webkit-transform: translate(0, 0);
	background: #1f1c1e;
	color: #fff;
}
.Fonden-menu .right {
	float: none;
	border-right-width: 0;
	border-left-width: 1px;
}
.Fonden-menu .right > div {
	-o-transform-origin-x: 100%;
	-ms-transform-origin-x: 100%;
	-moz-transform-origin-x: 100%;
	-webkit-transform-origin-x: 100%;
}
.Fonden-menu .right:hover > div {
	right: 0;
	left: auto;
}
.Fonden-menu .right:hover > div:before {
	right: 24px;
	left: auto;
}
.Fonden-menu .switcher {
	display: none;
}


/**/
/* level 2+ */
/**/
.Fonden-menu li li {
	display: block;
	float: none;
	border-width: 0;
	border-top-width: 1px;
	line-height: 20px;
}
.Fonden-menu li li:first-child {
	border-top: 0;
}
.Fonden-menu li li a {
	padding-top: 13px;
	padding-bottom: 13px;
}
.Fonden-menu li li > div {
	top: 0;
	margin: 0 0 0 8px;
}
.Fonden-menu li li > div:after {
	top: 0;
	right: 100%;
	bottom: auto;
	left: auto;
	width: 8px;
	height: 100%;
}
.Fonden-menu li li > div:before {
	top: 22px;
	right: 100%;
	bottom: auto;
	left: auto;
	border-top: 5px solid transparent;
	border-right: 5px solid rgba(255,255,255,0.9);
	border-bottom: 5px solid transparent;
}
.Fonden-menu li li:hover > div {
	left: 100%;
}
.Fonden-menu .right li > div {
	margin: 0 8px 0 0;
	-o-transform-origin-x: 100%;
	-ms-transform-origin-x: 100%;
	-moz-transform-origin-x: 100%;
	-webkit-transform-origin-x: 100%;
}
.Fonden-menu .right li > div:after {
	right: auto;
	left: 100%;
}
.Fonden-menu .right li > div:before {
	right: auto;
	left: 100%;
	border-right: none;
	border-left: 5px solid rgba(255,255,255,0.9);
}
.Fonden-menu .right li:hover > div {
	right: 100%;
	left: auto;
}

/**/
/* level 3 */
/**/
.Fonden-menu li li li {
	display: block;
	float: none;
	border-width: 0;
	border-top-width: 1px;
	line-height: 20px;
}
.Fonden-menu li li li:first-child {
	border-top: 0;
}
.Fonden-menu li li li a {
	padding-top: 13px;
	padding-bottom: 13px;
}
.Fonden-menu li li li > div {
	top: 0;
	margin: 0 0 0 8px;
}
.Fonden-menu li li li > div:after {
	top: 0;
	right: 100%;
	bottom: auto;
	left: auto;
	width: 8px;
	height: 100%;
}
.Fonden-menu li li li > div:before {
	top: 22px;
	right: 100%;
	bottom: auto;
	left: auto;
	border-top: 5px solid transparent;
	border-right: 5px solid rgba(255,255,255,0.9);
	border-bottom: 5px solid transparent;
}
.Fonden-menu li li li:hover > div {
	left: 100%;
}
.Fonden-menu .right li li > div {
	margin: 0 8px 0 0;
	-o-transform-origin-x: 100%;
	-ms-transform-origin-x: 100%;
	-moz-transform-origin-x: 100%;
	-webkit-transform-origin-x: 100%;
}
.Fonden-menu .right li > div:after {
	right: auto;
	left: 100%;
}
.Fonden-menu .right li > div:before {
	right: auto;
	left: 100%;
	border-right: none;
	border-left: 5px solid rgba(255,255,255,0.9);
}
.Fonden-menu .right li li:hover > div {
	right: 100%;
	left: auto;
}



/**/
/* phone */
/**/
@media screen and (max-width: 767px) {
	
	
	
	
		body {
    -webkit-text-size-adjust: none;
  }
	.Fonden-menu .grid-column {
		float: none;
		width: auto;
		margin: 0;
		border: 0;
		border-top: 1px solid #d9d9d9;
		
	}
	.Fonden-menu .grid-column:first-child {
		border-top: 0;
	}
  .Fonden-menu form fieldset {
  	display: block;
  	padding: 15px 20px;
  }
	.Fonden-menu form section {
		margin-bottom: 10px;
	}
  .Fonden-menu form .row {
  	margin: 0 -10px;
  }
  .Fonden-menu form .col {
		padding-right: 10px;
		padding-left: 10px;
	}
	
	
	.Fonden-menu-response-to-stack > li {
		display: block;
		float: none;
		border: 0;
		border-top: 1px solid #d9d9d9;
	}
	.Fonden-menu-response-to-stack > li:first-child {
		border-top: 0;
	}
	.Fonden-menu-response-to-switcher > li {
		display: none;
		float: none;
		border: 0;
	}
	.Fonden-menu-response-to-switcher > .switcher {
		display: block;
	}
	.Fonden-menu-response-to-switcher:hover > li {
		display: block;
		border-top: 1px solid #d9d9d9;		
	}
	.Fonden-menu-response-to-switcher:hover > .switcher {
		display: none;	
	}
	.Fonden-menu-response-to-stack li > div,
	.Fonden-menu-response-to-stack li > [class^="grid-container"],
	.Fonden-menu-response-to-switcher li > div,
	.Fonden-menu-response-to-switcher li > [class^="grid-container"] {
		top: 100%;
		bottom: auto;
		width: auto;
		margin: 8px 0 0 0;		
		-o-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
	.Fonden-menu-response-to-stack li > div:after,
	.Fonden-menu-response-to-switcher li > div:after {
		top: auto;
		right: auto;
		bottom: 100%;
		left: 0;
		width: 100%;
		height: 8px;
	}
	.Fonden-menu-response-to-stack li > div:before,
	.Fonden-menu-response-to-switcher li > div:before {
		display: none;
	}
	.Fonden-menu-response-to-stack li a > [class^="icon-"],
	.Fonden-menu-response-to-switcher li a > [class^="icon-"] {
		margin: 0 15px 0 0;
	}
	.Fonden-menu-response-to-stack li:hover > div,
	.Fonden-menu-response-to-stack li:hover > [class^="grid-container"],
	.Fonden-menu-response-to-switcher li:hover > div,
	.Fonden-menu-response-to-switcher li:hover > [class^="grid-container"] {
		right: 0;
		left: 51px;
	}
	.Fonden-menu-response-to-stack li li > div,
	.Fonden-menu-response-to-switcher li li > div {
		top: 100%;
		width: auto;
		margin: 8px 0 0 0;
	}
	.Fonden-menu-response-to-stack li li > div:after,
	.Fonden-menu-response-to-switcher li li > div:after {
		top: auto;
		right: auto;
		bottom: 100%;
		left: 0;
		width: 100%;
		height: 8px;
	}
	.Fonden-menu-response-to-stack li li:hover > div,
	.Fonden-menu-response-to-switcher li li:hover > div {
		right: 0;
		left: 51px;
	}
	.Fonden-menu-response-to-stack .search .input input,
	.Fonden-menu-response-to-switcher .search .input input {
		width: 100%;
	}	
	
  .Fonden-menu-response-to-icons li {
  	position: static;
  	font-size: 0;
	}
	.Fonden-menu-response-to-icons li a {
		padding: 0 10px;
	}
	.Fonden-menu-response-to-icons li > div,
	.Fonden-menu-response-to-icons li > [class^="grid-container"] {
		width: 100%;
	}
	.Fonden-menu-response-to-icons li > div:before {
		display: none;
	}
	.Fonden-menu-response-to-icons li a > [class^="icon-"] {
		margin: 0;
	}
	.Fonden-menu-response-to-icons li li {
		position: relative;
		font-size: 13px;
	}
	.Fonden-menu-response-to-icons li li > div,
	.Fonden-menu-response-to-icons .right li > div {
		top: 100%;
		margin: 8px 0 0 0;
	}
	.Fonden-menu-response-to-icons li li > div:after,
	.Fonden-menu-response-to-icons .right li > div:after {
		top: auto;
		right: auto;
		bottom: 100%;
		left: 0;
		width: 100%;
		height: 8px;
	}
	.Fonden-menu-response-to-icons li li:hover > div,
	.Fonden-menu-response-to-icons .right li:hover > div {
		right: 0;
		left: 41px;
		width: auto;
	}
	.Fonden-menu-response-to-icons li li a > [class^="icon-"] {
		margin-right: 10px;
	}
	.Fonden-menu-response-to-icons.Fonden-menu-anim-flip li li > div {
		top: 100%;
		margin: 8px 0 0 0;
		transform: rotateX(0deg);
		-moz-transform: rotateX(0deg);
		-webkit-transform: rotateX(0deg);
	}
	.Fonden-menu-pos-bottom.Fonden-menu-response-to-icons li li > div {
		top: auto;
		bottom: 100%;
		margin: 0 0 8px 0;
	}	
	.Fonden-menu-pos-bottom.Fonden-menu-response-to-icons li li > div:after {
		top: 100%;
		bottom: auto;
	}
    .bg-cyan{
		display:none;

	}
}