header {
	height: 80px !important;
	z-index: 100;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: block;
	width: 100% !important;
	height: auto !important;
	background-color: #fff;
	overflow: inherit;
}

.js-header {
	display: none;
}

.container {
	padding-top: 80px;
}

header .navigation {
	border-top: none;
	padding-top: 20px;
	padding-bottom: 0;
}

.navigation > .start-level-3 {
	margin-top: 0 !important;
}

.navigation nav {
	position: relative;
	height: auto !important;
	margin-top: 0 !important;
}

.navigation nav li {
	position: relative;
}

.navigation nav ul:hover li:hover > ul {
	display: table;
	visibility: visible;
}

.navigation nav > ul ul {
	position: absolute;
	display: none;
	padding: 0;
	background-color: #fff;
	border: none;
	width: auto;
	border: 1px solid  #C7C7C7;
	z-index: 10;
	top: 60px;
}

.navigation nav .rex-navi3 {
	left: 100%;
	top: -1px;
}

.navigation nav > ul ul li {
	display: block;
	margin-right: 0;
	padding-left: 10px;
	padding-right: 10px;
}

.navigation nav > ul > li {
	height: 60px;
}

.social-media-share {
	z-index: 50;
}

header .toggle-navigation button span {
	position: relative;
}

header .toggle-navigation button span:nth-child(1) {
	top: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

header .toggle-navigation button span:nth-child(3) {
	top: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

header.opened .toggle-navigation span:nth-child(1) {
	transform: rotate(45deg);
	top: 10px;
}

header.opened .toggle-navigation span:nth-child(2) {
	visibility: hidden;
}

header.opened .toggle-navigation span:nth-child(3) {
	transform: rotate(-45deg);
	top: -8px;
}

header .submenu {
	position: absolute;
	display: none;
	cursor: pointer;
	line-height: 31px;
	font-size: 1.5em;
	top: 2px;
	width: 1.2em;
	right: 2px;
	transition: all 0.3s ease-out;
}

.icon-plus {
	position: relative;
	display: block;
	width: 0.8em;
	height: 0.8em;
	border-top: 2px solid #003366;
	border-right: 2px solid #003366;
	transform: rotate(135deg);
	top: -5px;
	left: 4px;
}

.invisible {
	position: absolute;
	display: none;
	z-index: -1;
}

header .languages {
	margin-top: 0 !important;
	top: 35px;
}

@media only screen and (max-width: 480px) {
	.container {
		width: 100% !important;
	}
	header:not(.opened) {
		height: 80px !important;
	}
	header .submenu {
		display: inline-block;
	}
	header nav ul {
		box-sizing: border-box;
		/*padding-left: 50px;*/
	}
	header nav li {
		text-align: left;

	}
	.grid-max-width, footer {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.footer .inner-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
	.header {
		overflow: hidden;
	}
	header {
		width: 100% !important;
		border: none;
	}
	header.opened {
		height: 100vh !important;
		overflow-y: scroll;
	}
	header .navigation, header .languages {
		display: none;
	}
	header.opened .navigation, header.opened .languages {
		display: block;
	}
	header .logo {
		position: fixed;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 30;
		background: #fff;
		float: none;
		left: 0;
		border-bottom: 1px solid #C7C7C7;
	}
	header .navigation {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		float: none;
		padding-top: 110px;
		padding-left: 0;
		padding-right: 0;
		background-color: #fff;
	}
	header .toggle-navigation {
		position: fixed;
		z-index: 30;
	}
	.navigation nav {
		height: auto !important;
	}
	.navigation nav ul {
		position: relative !important;
		display: table !important;
		border: none !important;
		left: 0 !important;
		width: 100% !important;
		visibility: visible !important;
	}
	.navigation nav > ul a::before {
		display: none;
	}
	header nav a {
		padding-left: 0;
	}
	.navigation nav ul li > ul {
		display: none !important;
	}
	.navigation nav ul li.active-sub > ul {
		display: table !important;
	}
	.navigation nav > ul a {
		display: inline-block;
		margin: 0;
		text-align: center;
	}
	.navigation nav > ul a::before {
		top: -1px;
	}
	.navigation nav li {
		margin: 0 0 20px;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.navigation nav li.active-sub > .submenu {
		transform: rotate(-180deg);
	}
	.navigation nav li.active-sub > ul {
		display: table;
	}
	.navigation nav > ul > li {
		height: auto;
	}
	.navigation nav > ul ul a {
		font-size: 1.2em;
	}
	.navigation nav ul ul ul a {
		font-size: 1em;
	}
	.navigation nav > ul ul {
		padding-top: 20px;
		margin-bottom: 0px;
		padding-left: 25px;
	}
	.navigation nav > ul ul ul {
		margin: 0 auto 10px;
	}
	.navigation-mobile {
		display: none;
	}
	header .languages {
		position: relative;
		float: none;
		right: 0;
		top: 0;
		padding: 0 !important;
		margin: 20px 0 30px !important;
	}
	header .languages ul {
		text-align: left;
	}
	.navigation nav > ul ul {
		top: 0;
	}
	.navigation nav .rex-navi3 {
		top: 0px;
	}
}





















