/* Linke Navigation */



@media only screen and (max-width : 1199px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {


	

}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {

	#navigation{
		display: none;
	}

	#menu-toggle{
		display: block;
		position: absolute;
		left: 0px;
		top: 15px;
		background:  rgb(88,133,72);
		color: white;
		font-weight: bold;
		padding: 7px 15px;
		clear: both;
		text-align: center;
		margin-bottom: 0px;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		
	}

	#menu-toggle .closer {
		display: inline-block;
		font-family: "FontAwesome";
	}

	#menu-toggle:active, #menu-toggle:hover, #menu-toggle:focus {
		text-decoration: none;
	}
/*
	#navigation{
		margin-top: 0px;
		margin-bottom: 20px;
		//display: none;
		position: relative !important;
		top: auto !important;
		right: auto !important;
		background: #0e416a;
	}

	#navigation li,
	#navigation li a,
	#navigation li span{
		border-left: 0px !important;
		border-right: 0px !important;
	}

	#navigation .level_2{
		display: block;
		position: relative;
		top: auto;
		left: auto;
		margin: 0;
		padding: 0;
	}

	#navigation.active{display: block;}
*/

	#top.wrapper {
		min-height: 120px;
		position: fixed;
		top: 0px; background: white;
		left: 0px; right: 0px;
		margin-top: 0px;
		padding-top: 15px;
		z-index: 1000;
	}

	.mm-menu * {
	  color: black;
	}

	.mm-subopen {
	  background: rgb(88, 133, 72) !important;
	  border-bottom: 1px solid white;
	}

	.mm-subclose {
	  color: white !important;
	  background: rgb(88, 133, 72) !important;
	}

	nav > .mm-list > li > a, .mm-list > li > span {
	  padding: 10px 10px 10px 20px !important;
	}

	.mm-menu .mm-list {
	  padding: 0px !important;
	}

	.mm-menu .mm-list > li {
	  width: 100%;
	}

	#mm-navigation {
	  margin-top: 0px !important;
	}

	.mm-menu {
	  background: white !important;
	}

	#mm-0.mm-panel {
	  padding: 15px 25px 15px 0px !important;
	}

	.level_2.mm-list {
	  margin-top: 15px;
	}

	.level_2.mm-list > li > a {
	  border-bottom: 0px solid white;
	  text-align: center;
	  text-indent: 40px !important;
	}

	.level_1.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
	  margin-left: 15px !important;
	}

	.level_2.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
	  margin-left: 47px !important;
	}

}


