.menu-container {
	position: fixed;
	top: 0px;
	width: 250px;
	z-index: 1000;
	

}
.menu-box {
	width: 250px;
	height: 100%;
	position: fixed;
	z-index: 1000;
	padding: 20px 20px 80px;
	margin-top: 30px;

}


/* Icon 4 */
#nav-icon4 {
	margin-top: 48px;
	width: 25px;
	height: 25px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	float: left;
	margin-right: 25px;
}

#nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #001689;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
  background: White;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
  background: White;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 18px;
  left: 8px;
  background: White;
}
#to-menu {
	padding-top: 46px;
	padding-left: 10px;
	font-size: 18px;
	font-family: "Whitney A", "Whitney B";
	font-style: normal;
	font-weight: 400;
	color: #001689;
}
#to-menu:hover {
	cursor: pointer;
}
.m-white {
	color: White !important;
}
.menu-box li {
	list-style: none;
	padding-bottom: 10px;
}
.menu-box li a {
	color: White;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 20px;
	font-family: "Whitney A", "Whitney B";
	font-style: normal;
	font-weight: 600;
}
.menu-box li a:hover {
	border-bottom: 3px solid White;
}
.m-search-box {
	padding-top: 20px;
	width: 210px;
}
.bg-blue {
	background: #001689;
	-webkit-box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.75);
	padding: 0 20px;
	transform: translate(-20px, 0);
	height: 100%;
}
.li-padding {
	padding-bottom: 25px !important;
}
.m-search-box input, 
.m-search-box textarea {
    border: 1px solid White;
    border-radius: 3px;
    box-shadow: none;
    background: #001689;
    color: White;
    font-family: "Whitney A", "Whitney B";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
}
.m-search-box input::-moz-placeholder, 
.m-search-box textarea::-moz-placeholder {
    color: White;
    opacity: 1;
    text-transform: uppercase;
    font-family: "Whitney A", "Whitney B";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
}
.m-search-box select, 
.m-search-box textarea, 
.m-search-box input[type="text"], 
.m-search-box input[type="password"], 
.m-search-box input[type="datetime"], 
.m-search-box input[type="datetime-local"], 
.m-search-box input[type="date"], 
.m-search-box input[type="month"], 
.m-search-box input[type="time"], 
.m-search-box input[type="week"], 
.m-search-box input[type="number"], 
.m-search-box input[type="email"], 
.m-search-box input[type="url"], 
.m-search-box input[type="search"], 
.m-search-box input[type="tel"], 
.m-search-box input[type="color"], 
.m-search-box .form-control {
    border-radius: 0;
    display: block;
    font-family: "Whitney A","Whitney B";
    outline: 0 none;
    padding: 8px 2%;
    vertical-align: middle;
    width: 96%;
}

#menu-hauptmenu #menu-item-13 {
	display: none;
}
#menu-hauptmenu #menu-item-337,
#menu-hauptmenu #menu-item-12 {
	padding-bottom: 25px;
}