:root[noscroll] {
	/*overflow-y: hidden !important;*/
}
header .topbar {
	height: 90px;
}
header .menu {
	background-color: #0092c6;
	display: inline-block;
	text-align: center;
	height: 100%;
}
header .menu:hover {
	cursor: pointer;
}
header .menu .icon {
	width: 40px;
	height: 20px;
	position: relative;
	margin: 25px 25px 15px 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;
}
header .menu .icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #FFF;
	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;
}
header .menu .icon span:nth-child(1) {
	top: 0px;
}
header .menu .icon span:nth-child(2), header .menu .icon span:nth-child(3) {
	top: 10px;
}
header .menu .icon span:nth-child(4) {
	top: 20px;
}
header .menu .icon.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}
header .menu .icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
header .menu .icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
header .menu .icon.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}
header .menu .title {
	color: #FFF;
	font-size: 16px;
	line-height: 16px;

	vertical-align: top;
	display: inline-block;
}
header .menu-overlay {
	position: fixed;
	top: 90px;
	z-index: 999;
	width: 100%;
	height: calc(100% - 90px);
	background-color: #0092C6;
	color: #FFFFFF;
	display: none;
	padding-top: 65px;
}
header .menu-overlay > .container {
	position: relative;
	left: 100px;
	max-width: 1400px;
}
header .menu-overlay .title {
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: -.3px;

	margin-bottom: 25px;
}
header .menu-overlay ul {
	margin-left: 0;
}
header .menu-overlay li {
	list-style-type: none;
}
header .menu-overlay a {
	color: #fff;
}
header .menu-overlay a:not(.item):hover {
	color: #00465f;
}

header .hoofdlijnen {
	width: 810px;
	vertical-align: top;
	display: inline-block;
}
header .hoofdlijn-item:not(:last-child) {
	margin-right: 20px;
}
header .hoofdlijn-item .subtitle {
	display: none;
}

header .menu-overlay nav {
	min-height: 267px;
	vertical-align: top;
	display: inline-block;
	margin: 0 0 50px 50px;
	width: calc(100% - 860px);
}
header .menu-overlay nav ul {
	min-height: inherit;
	width: 33.333%;
	padding: 0 0 0 23px;
	vertical-align: top;
	display: inline-block;
	border-left: 1px solid #fff;
}
header .menu-overlay nav a {
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: -.2px;

	display: block;
	padding: 10px 0;
}
header .menu-overlay nav a.speak {
	padding: 4px 8px;
	margin-left: -8px;
	border-radius: 6px;
	display: inline-block;
	border: 1px solid #fff;
}

header .menu-overlay .searchbar {
	width: 810px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
header .menu-overlay .searchbar .clear-search {
	position: absolute;
	right: 30px;
	background-image: url(/static/img/close-round-gray.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	right: 90px;
	top: 24px;
	width: 18px;
	cursor: pointer;
}
header .menu-overlay .searchbar input[type="text"] {
	width: calc(100% - 67px);
	display: inline-block;
	height: 65px;
	border: 1px solid #FFF;
	vertical-align: top;
	padding-left: 30px;
	padding-right: 50px;
	font-size: 20px;
	color: #3E3F44;
}
header .menu-overlay .searchbar input[type="submit"] {
	width: 67px;
	height: 65px;
	display: inline-block;
	background-color: #005779;
	border: 0;
	cursor: pointer;
	background-image: url(/static/img/search-white.svg);
	background-repeat: no-repeat;
	background-position: center center;
}
header .menu-overlay .searchbar input[type="submit"]:hover {
	background-color: #7EC7E1;
}

header .menu-overlay .contact {
	margin-left: 85px;
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 895px);
}
header .menu-overlay .contact a {
	font-size: 24px;
	font-weight: 300;
}
header .menu-overlay .contact a + a {
	padding-left: 50px;
}

@media screen and (max-width: 1680px) {
	header .menu-overlay > .container {
		left: 0;
	}
	header .menu-overlay nav {
		margin-left: 35px;
		width: calc(100% - 845px);
	}
	header .menu-overlay nav ul {
		padding-left: 25px;
	}
	header .menu-overlay .contact {
		margin-left: 65px;
		width: calc(100% - 875px);
	}
	header .menu-overlay .contact a + a {
		padding-left: 35px;
	}
}

@media screen and (max-width: 1450px) {
	header .hoofdlijnen,
	header .menu-overlay .searchbar {
		width: 50%;
	}
	header .hoofdlijnen .hoofdlijn-item {
		width: 100%;
		margin-bottom: 3px;
	}
	header .hoofdlijnen .hoofdlijn-item.erfgoed:hover .top {
		background-color: rgb(255, 119, 59, .9);
	}
	header .hoofdlijnen .hoofdlijn-item.leefomgeving:hover .top {
		background-color: rgb(159, 211, 85, .9);
	}
	header .hoofdlijnen .hoofdlijn-item.omgeving:hover .top {
		background-color: rgba(85, 48, 201, .9);
	}
	header .hoofdlijnen .hoofdlijn-item:not(:last-child) {
		margin-right: 0;
	}
	header .hoofdlijnen .hoofdlijn-item .top {
		min-height: 0;
		padding: 15px 90% 15px 20px;
	}
	header .hoofdlijnen .hoofdlijn-item .image {
		display: none;
	}

	header .menu-overlay nav {
		width: calc(50% - 35px);
	}
	header .menu-overlay nav a {
		font-size: 18px;
	}
	header .menu-overlay .contact {
		width: calc(50% - 65px);
	}
	header .menu-overlay .contact a {
		display: block;
	}
	header .menu-overlay .contact a + a {
		padding-left: 0;
	}
}

@media screen and (max-width: 1000px) {
	header .hoofdlijnen {
		width: 100%;
		margin-bottom: 25px;
	}
	header .hoofdlijnen .hoofdlijn-item .top {
		padding-right: 55px;
		background-size: 25px auto;
	}
	header .hoofdlijnen .hoofdlijn-item.omgeving .top {
		background-size: 30px auto;
	}
	header .menu-overlay nav {
		width: 100%;
		min-height: 0;
		margin-left: 0;
	}

	header .menu-overlay .searchbar {
		width: 100%;
	}
	header .menu-overlay .contact {
		width: 100%;
		margin: 15px 0 0 0;
	}
}

@media screen and (max-width: 700px) {
	header .menu-overlay .searchbar {
		margin-top: 0;
	}
	header .menu-overlay .searchbar input[type="text"] {
		height: 50px;
		width: calc(100% - 50px);
	}
	header .menu-overlay .searchbar .clear-search {
		top: 17px;
		right: 65px;
	}
	header .menu-overlay .searchbar input[type="submit"] {
		width: 50px;
		height: 50px;
		padding-left: 15px;
	}
	header .search {
		position: absolute;
		top: 0;
	}
}

@media screen and (max-width: 640px) {
	header .menu-overlay {
		padding: 26px;
		top: 70px;
		overflow: auto;
		height: calc(100% - 70px);
	}
	header .menu-overlay nav {
		margin-bottom: 25px;
	}
	header .menu-overlay nav ul {
		width: 100%;
		border-left: 0;
		padding-left: 0;
	}
	header .menu-overlay nav a {
		font-size: 16px;
		line-height: 18px;
	}

	header .menu-overlay .contact {
		margin-top: 5px;
	}
	header .menu-overlay .contact a {
		font-size: 20px;
	}
}
