
/*
---------------------------
TOPBAR 02
---------------------------
*/

#topbar {
	width: 100%;
	min-height: 60px;
	position: relative;
	top:0;
	display: block;

	z-index: 9999 !important;
	
	-webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s;

	

}
.is-reveal-open #topbar {
	z-index: 9999999999 !important;
}

#topbar * {
	z-index: 2;
}
#topbar .sticky {
	transform: translateZ(0) !important;
	-webkit-transform: translateZ(0) !important
}
#topbar .sticky.is-stuck {
	z-index: 5 !important;
	height: 60px !important
	
}

#topbar.scrolled {
	background: rgba(255, 255, 255, 1);
	transform: translateX(0%) translateY(-130px);
}

#topbar.nav-up {
  transform: translateX(0px) translateY(0px);
}
#topbar.scrolled.nav-up {
	transform: translateX(0px) translateY(-130px);
}

#topbar .grid-container {
	/* height: 100%; */
}
/* #topbar:before {
	position: absolute;
	top: 0;
	left: 48%;
	width: 50%;
	height: 100%;
	transform: translateX(-50%) skewX(-22.5deg);
	content:'';
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
	opacity: 0.04;
	z-index: 1;
} */
/* #topbar:after {
	position: absolute;
	bottom:-1px;
	left: 0;
	width: 100%;
	height: 1px;
	opacity: 0;
	content:'';
	background: rgba(19, 25, 51, 1);
} */
#topbar.no-border:after {
	opacity: 0;
}
#topbar.no-cover:after {
	opacity: 0.08;
}

#topbar.scrolled:after {
	opacity: 0.08;
}

	@media (max-width: 1460px) {
		#topbar {
			width: 100%;
		}

	}
	@media (max-width: 1040px) {
		#topbar {
			width: 100%;
		}
		#topbar .grid-container {
			max-width: 100%;
		}
	}
	@media (max-width: 767px) {
		#topbar:before {
			position: absolute;
			top: 0;
			right: 30px;
			width: 200px;
			height: 100%;
			transform: translateX(0%) skewX(-22.5deg);
			content:'';
			background: rgb(0,0,0);
			background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
			opacity: 0.04;
			z-index: 3;
		}
		
	}
	@media (max-width: 413px) {
		#topbar:before {
			position: absolute;
			top: 0;
			width:180px;
		}
	}

	@media (max-width: 374px) {
		#topbar:before {
			display: none;
		}
	}

/* Extra */
#topbar .topbar-extra {
	width: 100%;
	height:40px;
	padding: 0 0px 0 0px;
	z-index: 1;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
#topbar.scrolled .topbar-extra {

}
#topbar .topbar-extra-content {
	display: flex;
	align-items: center;
	height: 100%;
	margin-right: 0px;
	position: relative;
}


#topbar .topbar-extra-content .line {
	position: absolute;
	bottom: 2px;
	width: 100%;
	height: 1px;
	background:rgba(0,0,0,1);
	opacity: 0.08;
}
#topbar .topbar-extra-content .menu {

	display: flex;
	align-items: center;
	width: 100%;
	height: 40px;
}
#topbar .topbar-extra-content .menu.align-left {

}
#topbar  .topbar-extra-content .menu.align-right {
	position: relative;
}

#topbar .topbar-extra-content .menu.align-right:before {
	position: absolute;
	top: 0;
	left: -30px;
	width: 100%;
	height: 110px;
	transform: translateX(0%) skewX(-22.5deg);
	content:'';
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	opacity: 0.06;
	z-index: -1;
}
@media (max-width: 1023px) {

	#topbar .topbar-extra-content .menu.align-right:before {
		left: 30px;
		width: calc(100% - 80px);
	}
}

@media (max-width: 767px) {
	#topbar .topbar-extra {
		display: none;
	}
	#topbar .topbar-extra-content {
		display: none;
		visibility: hidden;
	}
	#topbar .topbar-extra-content.left {
		display: flex;
		visibility: visible;
	}
	#topbar .topbar-extra-content .menu.align-left {
		margin-left: 0;
	}
	#topbar .topbar-extra-content .menu.align-right:before {
		display: none;
	}
}	

#topbar .topbar-extra-content .menu.align-right li:last-child {
	border:0;
}
#topbar .topbar-extra-content .menu a,
#topbar .topbar-extra-content .menu span {
	color: rgba(10, 10, 10, 0.6);
	font-size: 13px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0px 15px 0 15px;
}
#topbar .topbar-extra-content .menu a:hover {
	color: #ff4539;
}
#topbar .topbar-extra-content .menu a.part-of,
#topbar .topbar-extra-content .menu a.energy {
	margin-right: 5px;
	color: #0a0a0a;
	background: rgba(0, 148, 94, 0);
	font-weight: 400;
	-webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s;
}
#topbar .topbar-extra-content .menu a.energy {
	color: rgba(10, 10, 10, 0.6);
}
#topbar .topbar-extra-content .menu a.part-of:hover,
#topbar .topbar-extra-content .menu a.energy:hover {
	color: #ff4539;

}
#topbar .topbar-extra-content .menu a.energy:hover {

}
#topbar .topbar-extra-content .menu a.part-of i,
#topbar .topbar-extra-content .menu a.energy i {
	margin-left: 5px;
	color: #ff4539;
}

[class*=" bg-"]:not(.bg-white):not(.bg-light) .topbar-extra-content .menu a,
[class*=" bg-"]:not(.bg-white):not(.bg-light) .topbar-extra-content .menu span {
	color: rgba(255, 255, 255, 0.6);
}
[class*=" bg-"]:not(.bg-white):not(.bg-light) .topbar-extra-content .menu a:hover {
	color: #fff;
}
#topbar .topbar-extra-content .menu a i,
#topbar .topbar-extra-content .menu span i {
	position: relative;
	margin-right: 0px;

}
#topbar .topbar-extra-content .menu .social {
	padding-right: 5px;
	margin-left: 20px;
}
#topbar .topbar-extra-content .menu .social a {
	padding: 0px 10px 0 10px;
	font-size: 16px;
}
#topbar .topbar-extra-content .menu a.button {
	color: #00945e;
	background-color: rgba(0,   33,   100, 0);
	margin: 0 10px 0 10px;
	font-weight: 700;
	font-size: 12px;
	border:0;
}
#topbar .topbar-extra-content .menu a.button:before {
	display: none;
}
#topbar .topbar-extra-content .menu a.button:hover {
	color: #00945e !important;
}

#topbar .topbar-extra-content .menu a.button.dropdown::after {
	border-color: #fff transparent transparent;
}
#topbar .topbar-extra-content .menu a i {
	position: relative;
	top: -1px
}
#topbar .topbar-extra-content .menu a i {
	-webkit-transition: opacity 0.1s;
	transition: opacity 0.1;
}

/* Phone */
#topbar .phonenumber {
	display: inline-flex;
	align-items: center;
	font-size: 20px;
	font-weight: 500;
	color: #0a0a0a;
	font-style: italic;
	margin-right: 25px;

}
#topbar .phonenumber i{
	display: flex;
	align-items: center;
	justify-content: center;
	transform: scaleX(-1);
	color: #00945e;
	position: relative;
	left: 0;
	top: 1px;
	margin-right: 10px;
	font-size: 14px;
}
#topbar .topbar-extra-content  .phonenumber i {
	left: 10px;
	margin-right: 0px;
}
/* Searchbox */
#topbar .searchbox {
	position: relative;
	display: inline-block;
	align-items: center;
	margin-bottom: 0px;
	margin-right: 35px;
	min-width: 300px;
}
#topbar input,
#topbar .searchbox .input-search-field {
	border-radius: 4px;
	margin-bottom: 0;
	padding-top: 11px;
	padding-left: 15px;
	background-color: rgba(255, 255, 255, 0);
	height: 40px;
	border: 1px solid rgba(0, 0, 0, 0.08);
}
#topbar .searchbox .input-search-button {
	position: absolute;
	top: 0;
	right:0;
	padding: 13px 10px;
	padding-right: 15px;
	color: rgba(0, 0, 0, 0.6);
	z-index: 3;
}
#topbar .searchbox .input-search-field:focus {
	border-color: #ff4539;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
}
#topbar .searchbox .input-search-field:focus + .input-search-button {
	color: #ff4539;
}

.logo-container .topbar-action {
	height: 40px;
}

#topbar .change-language {
	font-weight: 500;
}
#topbar .language-button {
	width: 40px;
	height: 40px;
	margin-right: 0px;
	border-radius: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px auto;
}

#topbar .language-button.nl {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAAvCAYAAABe1bwWAAAAAXNSR0IArs4c6QAAAZ5JREFUaAXt271KA1EQBeCZSwhK0EbRynLfQRtLfwo7QyohIiQ+gfoIdoKVQRALG00nBI2lNnkHC8EuYLrEgILjbEgg7nJewHtuk90z29wvhwQSrsrU6pXrWyo/dRNbFdFlH+nU+D9emoh1VbRjEhoLzcbjZJOjjb9VqzPzg+K1P1SZDOJ81dtPKe2vNM+GhRRgrl+8FI0dJZWwyqwNvv1iT3u7tQ1Haacx11jAdDP4p0idIBkBtcPg9VnPxLwVW3MYWaREVkCXUhiuvEAgTB5llBCGMEAAxGwMYYAAiNkYwgABELMxAEYHwy//TYIrK8DGZEXG94QhDBAAMRtDGCAAYjaGMEAAxGwMYYAAiNkYwgABELMxhAECIGZjAEyhfP4ORnHHbAx4/wlDGCAAYjaGMEAAxGwMYYAAiNkYwgABEKeN+QCzaGP/B7IXzOQlWgG0cZPnIMEu0DzWPIg1wsNR8iSqN7Ei5PbtFq2TpD36VioVijV/4C73UHSBNscWf0+XbJ++7mjQAzHx0yeSnj6JYXVdoaNmV63j5H6y4V8Q6UlLHgzLPAAAAABJRU5ErkJggg==');
}
#topbar .language-button.uk {
	background-image: url('data:image/png;base64,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');
}
#topbar .language-button.de {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAAvCAYAAABe1bwWAAAAAXNSR0IArs4c6QAAAZ5JREFUaAXt279KA0EQBvDdTYp4ZyOIvoo2Ek6Mf8BOSSVEBPWRDIJY2JjrLMRTNKCFvoqglSYphFtnTweWCfMCuW8hmd1v0+wvk61y1kRjfWd/i5YnxvgVqsv0stH2LE49HeqdjvlGtf94m9/xIauDt9u9ViP5uqQPdHmjntVfj1N3+Jrnk2YAaCTf50AJErabjPwPTQ5str3XsdYUIcb4E/DebDq6RehOwYgF6H45dfS2FoeYk4A1q47KIjCmBJYCDMa0gAPMNEqVAAYwioASo2MAowgoMToGMIqAEqNjFJjmIF1Qtuodo2OU7x8wgFEElBgdAxhFQInRMYBRBJQYHQMYRUCJ0TGAUQSUGB0DGEVAidExgFEElNiOH7LwHxEMIYCfkgDhJWBYQlTACBBeAoYlRAWMAOElYFhCVMAIEF4ChiVEDTAfIsPSmM/wr80XSAgBa56dK82ZiGu/LL3vu1bn6Z665qr2GgxAFvMbw6K6fOeSyTHlA96rbbUm/7egXonGqMh2rbNH0dMn0e7MTqunT7wvL9LO8IZP+Qu9kT3vV8z9KwAAAABJRU5ErkJggg==');
}	

	@media (max-width: 1130px) {
		#topbar .searchbox {
			padding-left:20px;
		}
	}
	@media (max-width: 1023px) {
		#topbar .searchbox {
			width: 100%;
		}
	}
	@media (max-width: 767px) {
		#topbar .topbar-extra {
			position: relative;
			
		}
		#topbar .topbar-extra-content {
			margin-right: 0;
		}
		#topbar .topbar-extra-content .menu {
			justify-content: space-between;
		}
		#topbar .topbar-extra-content .menu a.button {
			margin-left: 0;
			margin-right: 0;
			font-size: 10px;
			white-space: nowrap;
		}
		#topbar .topbar-extra-content .menu a {
			font-size: 10px;
			height: 30px;
			display: flex;
			align-items: center;
			padding-left: 5px;
			padding-right: 5px;

		}
		#topbar .searchbox .input-search-field {
			border: 1px solid rgba(0, 0, 0, 0.075)
		}
		#topbar .phonenumber {
			margin-right: 10px;
		}
		#topbar .phonenumber span {
			display: none;
		}

	}


#topbar .logo-container {
	background: #fff;
}
	
/* Logo */
#topbar .logo {
	position: relative;
	display: flex;
	width: 180px;
	height: 110px;
	margin-top: -40px;
	border-radius: 0px 0px 0px 0px;
	
	z-index: 998 !important;
	transform: translateY(0px);
	will-change: opacity;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#topbar .logo:after {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	content:'';
	background: transparent;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
	background-image: url('../images/logo-ksd.svg');
	/* background-image: url('../images/logo-mug.svg'); */
	z-index: 2
}
#topbar .logo:hover {
	transform: translateY(0px);
}

#topbar.scrolled .logo {
	visibility: hidden;
	opacity: 0;
}
#topbar.scrolled.nav-down .logo {
	visibility: visible;
	opacity: 1;
}
	@media (max-width: 1365px) {
		#topbar .logo-container {
			background: #fff;
			max-width: 100% !important;
		}
	}
	@media (max-width: 1080px) {
		#topbar .logo-container {
			background: #fff;
			max-width: 100% !important;
		}
		#topbar .logo {
			margin-left: 10px;
		}
	}
	@media (max-width: 767px) {
		#topbar .logo-container {
			position: relative;
			padding-bottom: 0px;
			background-color: transparent;
			z-index: 4 !important;
		}
		#topbar .logo {
			margin-top:0;
			margin-left: 10px;
			width: 140px;
			height: 85px;
			z-index: 6;
		}
		#topbar .logo:after {
			background-size: 110px auto;
		}
	}
	@media (max-width: 374px) {
		#topbar .logo {
			margin-top:0;
			margin-left: 10px;
			width: 100px;
			height: 85px;
			z-index: 6;
		}
		#topbar .logo:after {
			background-size: 90px auto;
		}
	}


/* MENU */
#menubar {
	position: relative;
	display: block;
	z-index: 9899;
	width: 100%;
}
/* #menubar .sticky:before {
	position: absolute;
	top: 0px;
	left: -30px;
	width: 96%;
	height: 100%;
	transform: translateY(0) skewX(-22.5deg);
	background: rgba(10, 10, 10, 0.8);
	content:'';
	z-index: 1;
	-webkit-backdrop-filter: blur(20px);
} */
#menubar .sticky:before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	transform: translateY(0);
	background: rgba(10, 10, 10, 0.7);
	content:'';
	z-index: 1;
	-webkit-backdrop-filter: blur(20px);
}

#topbar .menu-wrap {
	position: relative;
	width: 100%;
	height: 60px !important;
	z-index: 2;
}
#topbar .menu-wrap:before {
	position: absolute;
	top: 0;
	left: -5%;
	width: 50%;
	height: 100%;
	transform: translateX(0%) skewX(-22.5deg);
	content:'';
	background: rgb(255, 255, 255);
	background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
	opacity: 0.04;
	z-index: 1;
}


#topbar .menu-wrap .topnav.actions {
	flex-grow: 0;
	margin-right: 0px;
}
#topbar.scrolled .menu-wrap {

}
#topbar .menu-wrap .topnav {
	justify-content: space-between !important;
	flex-flow: nowrap;
	font-family: 'Neutra Text', sans-serif;
}
#topbar .menu-wrap .topnav li {

	padding: 0;

}

/* #topbar .menu-wrap .topnav li:after {
	position: absolute;
	right: 0px;
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, 0.04);
	content: '';
}
#topbar .menu-wrap .topnav li:first-child:before {
	position: absolute;
	left: 0px;
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, 0.04);
	content: '';
} */
#topbar .menu-wrap .topnav > li > a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 700;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.6);
	font-size: 16px;
	letter-spacing: 1px;
	padding: 0px 0px;
	margin: 0 0px;
	height: 60px;
	overflow: hidden;
	
}


#topbar.scrolled .menu-wrap .topnav > li > a {
	/* height: 70px; */
}

#topbar .menu-wrap .topnav > li > a:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width:100%;
	height:5px;
	transform: translateY(5px);
	background: #00945e;
	content:'';
	border-radius: 0;

	-webkit-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s;
	transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s;
}
#topbar .menu-wrap .topnav > li > a:hover:before {
	transform: translateY(0px);
	visibility: visible;
	opacity: 1;
}
#topbar .topnav > li > a:hover {
	color: #fff;
}
#topbar .topnav li.item-breadcrumb a,
#topbar .topnav li.menu-active > a,
#topbar .topnav li a.hover {
	color: #fff;
}
#topbar .topnav li.item-breadcrumb a:before,
#topbar .topnav li.menu-active > a:before,
#topbar .topnav li a.hover:before {
	transform: translateY(0px);
	visibility: visible;
	opacity: 1;
}
#topbar .dropdown.menu > li.menu-active > a {
	color: #fff;
}
#topbar .dropdown.menu > li.is-active > a {
	color: #fff;
}
#topbar .dropdown.menu>li.is-dropdown-submenu-parent {
	position: static;
}
#topbar .dropdown.menu>li.is-dropdown-submenu-parent>a {
	padding-right: 15px;
}
#topbar .dropdown.menu>li.is-dropdown-submenu-parent>a::after {
	position: absolute;
	top: 46%;
	transform: translate3d(0, -50%, 0);
	right: 3px;
	width: auto;
	height: auto;
	font-family: 'Font Awesome 5 Pro';
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-weight: 700;
	font-size: 11px;
	line-height: 1;
	content: "\f0d7";
	opacity: 1;
	border:0;
	margin-top: 0;
	color: #00945e;
}



/* Actions */
#topbar .menu-wrap .topnav.actions  > li > a {
	font-size: 14px;
	font-weight: 500;
}
#topbar .menu-wrap .topnav.actions  > li > a i {
	font-size: 20px;
	/* margin-left: 10px; */
}
#topbar .menu-wrap .topnav.actions  > li > a.topbar-action {
	font-weight: 700;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
	margin:0;
	height: 45px;
}
#topbar .menu-wrap .topnav.actions  > li > a.topbar-action:before {
	display: none;
}

/* Touch nav */
a.touchnav-button {
	display: none;
	padding-left: 20px;
	padding-right: 30px;
	border-left: 0px solid #eee;
	font-weight: 700;
	font-size: 13px;
	line-height: 1;
	color: #0a0a0a;
	text-transform: uppercase;
}
a.touchnav-button span {
	position: relative;
	top: 2px;
	display: block;
}
a.touchnav-button:hover {
	color: #0a0a0a;
}
#topbar .menu-wrap .topnav.touchnav {
	display: none;
}
.searchnav-button {
	display: none;
}

	@media (max-width: 1460px) {
		#topbar .menu-wrap .topnav > li > a,
		#topbar .menu-wrap .topnav.actions > li > a {
			/* margin: 0 10px; */
		}
	}
	@media (max-width: 1130px) {
		#topbar #menubar {
			display: none;
		}
		#topbar .menu-wrap {
			position: relative;
			width: 100%;
			display: flex;
			
			justify-content: space-between;
		}
		#topbar .menu-wrap .topnav.dropdown {
			display: none;
		}
		#topbar .menu-wrap .topnav > li > a:before {
			display: none;
		}
		#topbar .menu-wrap .topnav.actions {
			display: flex;
		}
		a.touchnav-button {

			position: relative;
			display: inline-flex;
			align-items: center;
			height: 60px;
			
		}
		a.touchnav-button i {
			position: absolute;
			top: 50%;
			right: 0;
			transform: translateY(-50%);
			font-size: 22px;
			backface-visibility: hidden;
		}
		a.touchnav-button i.fa-bars {
			display: block;
		}
		a.touchnav-button.hover i.fa-bars {
			display: none;
			visibility: hidden;
		}
		a.touchnav-button i.fa-times {
			display: none;
			right: 2px;
		}
		a.touchnav-button.hover i.fa-times {
			display: block;
		}
	}
	@media (max-width: 1023px) {
		.wrap {
			display: flex;
			align-items: center;
			justify-content: flex-end;
		}
		.searchnav-button {
			position: relative;
			display: inline-flex;
			align-items: center;
			width: 50px;
			height: 60px;
			margin: 0 0px 0 10px;
		}
		.searchnav-button i {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			color: #00945e
		}
	}
	@media (max-width: 767px) {
		#topbar .menu-container {
			padding-left: 0px;
			padding-right: 0px;
		}
		#topbar .menu-wrap {
			position: relative;
			width: 100%;
			max-width: 100%;
			height: 60px !important;
			padding-left: 0;
			padding-right: 0;
			background: #f1f1f1;
		}
		#topbar .menu-wrap .topnav.actions {
			align-items: center;
		}
		#topbar .menu-wrap .topnav > li > a {
			height: 60px;
		}
		#topbar .menu-wrap .topnav.actions  > li.menu-action {
			display: none;
		}
		#topbar .menu-wrap .topnav.actions  > li > a.topbar-action {
			
			font-weight: 700;
			font-size: 14px;
			padding-left: 10px;
			padding-right: 10px;
			margin:0;
		}
		a.touchnav-button {
			margin-right: 15px;
			margin-left: 0;
		}
		.searchnav-button {
			width: 30px;
		}
		.logo-container .topbar-action {
			display: none
		}
		

	}
	@media (max-width: 374px) {
		a.touchnav-button {
			margin-right: 10px;
			margin-left: 0;
		}
		.searchnav-button {
			display: inline-flex;
			align-items: center;
			height: 60px;
			margin: 0 5px;
		}
	}

#topbar .topnav .is-dropdown-submenu {
	min-width: 240px;
	z-index: 11;
	padding: 10px 20px;
	border-radius: 0 0 4px 4px;
	border: 0px solid rgba(0, 0, 0, 0.08);
	/* border-top: 1px solid rgba(19, 25, 51, 0.09); */
	/* box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); */
	box-shadow: 0 10px 55px 5px rgba(19, 25, 51, 0.14);
	-webkit-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1)
}
#topbar .topnav.actions .is-dropdown-submenu {
	min-width: 210px;
}
#topbar .topnav .is-dropdown-submenu.js-dropdown-active {

}

#topbar .dropdown.menu>li.opens-right>.is-dropdown-submenu {
	left: -20px;
}
#topbar .is-dropdown-submenu > li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
#topbar .is-dropdown-submenu > li:last-child {
	border: 0;
}
#topbar .is-dropdown-submenu > li > a {
	position: relative;
	width: 100%;
	display: block;
	color: #131933;
	font-weight: 500;
	padding: 12px 2.5rem 10px 20px;
}
#topbar .is-dropdown-submenu > li > a:before {
		position: absolute;
		top: 12px;
		left: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7px 0 7px 7px;
		border-color: transparent transparent transparent #ff4539;
		content:'';
}

#topbar .dropdown .is-dropdown-submenu > a {
	position: relative;
	padding: .5rem 2.5rem .5rem 0rem;
	  font-size: 14px;
	  line-height: 1.4;
	font-weight: 500;
}
#topbar .dropdown .is-dropdown-submenu > a:after {
	margin-top: 0px;
	position: absolute;
	top: 10px;
	right: 5px;
	transform: translateY(0);
	font-family: 'Font Awesome 5 Pro';
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-weight: 700;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-size: 12px;
	content: "\f054";
	color: rgba(19, 25, 51, 0.2);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	/* display: none; */
}

#topbar .is-dropdown-submenu > li > a:hover {
	color: #ff4539;
}
#topbar .dropdown .is-dropdown-submenu a:hover:after {
	color: #00945e;
	transform: translateX(2px)
}
#topbar .dropdown .is-dropdown-submenu li.menu-active a:after {
	color: #00945e;
}

#topbar .topnav .is-dropdown-submenu.js-dropdown-active {
	display: block;
	visibility: visible;
	opacity: 1;
}




#topbar .topnav .is-dropdown-submenu.wide {
	width: 100%;
	left: 0% !important;
	right: 0% !important;
	padding: 30px 15px;
	border-radius: 0 0 4px 4px;
	overflow: hidden;
}
#topbar .topnav .is-dropdown-submenu.semi {
	width: auto;
	padding: 1rem 0rem;
	min-width: 300px;
	max-width: 500px;
}
#topbar .topnav .is-dropdown-submenu.single {
	width: auto;
	padding: 1rem 0rem;
	min-width: 300px;
	max-width: 500px;
	border-radius: 0 0 4px 4px;
}



	@media (max-width: 1460px) {
		#topbar .topnav .is-dropdown-submenu {
			min-width: 320px;
		}
	}
	@media (max-width: 640px) {
		#topbar .topnav .is-dropdown-submenu {
			min-width: 180px;
		}
		#topbar .topnav .user-extras {
			/* right: auto !important;
			left: -30px !important; */
		}
		#topbar .dropdown .is-dropdown-submenu a {
			position: relative;
			padding: .5rem 2.5rem .5rem 20px;
		}
	}

.menu-buttons-wrap {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	min-height: 300px;
	width: 25%;
	padding-left: 10px;
	padding-right: 25px;
}
.menu-buttons-wrap:before {
	position: absolute;
	top: -30px;
	left: -15px;
	bottom: -30px;
	width: calc(25% + 15px);
	background: #f2f2f2;
	z-index: 1;
	border-radius: 0 0 0px 5px;
	content:'';
	transition: all 12s ease-in-out;
	transform-origin: center;
}

.menu-buttons-wrap .menu-button {
	position: relative;
	display: block;
	width: calc(100% + 25px);
	
	font-size: 18px;
	line-height: 1.2;
	color: #0a0a0a;
	font-weight: 500;
	border-bottom: 1px solid rgba(10, 10, 10, 0.08);

	padding-left: 20px !important;
}
.menu-buttons-wrap .menu-button:last-of-type {
	border:0;
}
.menu-buttons-wrap .menu-button:before {
		position: absolute;
		top: 13px;
		left: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7px 0 7px 7px;
		border-color: transparent transparent transparent #ff4539;
		content:'';
		
		-webkit-transition: transform 0.2s ease-in-out;
		-moz-transition: transform 0.2s ease-in-out;
		-ms-transition: transform 0.2s ease-in-out;
		transition: transform 0.2s ease-in-out;
}


.menu-buttons-wrap .menu-button.hover {
	color: #00945e !important
}
.dropdown-pane.menu-pane {
	top: 0 !important;
	left: auto !important;
	right: 0 !important;
	width: 75%;
	padding: 10px 10px 30px;
	box-shadow: none !important;
	border-radius: 0 0 4px 4px;
	align-items: flex-start;
	justify-content: space-between;
	min-height: 330px;
}
.dropdown-pane.menu-pane.is-open {
	display: flex;
}

.menu-pane-content {
	width: 50%;
	padding-left: 30px;
}
.menu-pane-title {
	text-transform: uppercase;
	line-height: 1.1;
}
.menu-pane-content ul.menu-pane-listing {
	margin: 0;
	padding:0;
}
.menu-pane-content ul.menu-pane-listing li{
	list-style:none;
	margin: 0;
	padding:0;
}

.menu-pane-content ul.menu-pane-listing li > .menu-pane-item {
	font-weight: 500;
	display: block;
	padding: 5px 15px 5px 15px;
	font-size: 16px;
	letter-spacing: 0px;
	position: relative;
	line-height: 1.1;
	color: rgba(21, 18, 21, 0.6);
}
.menu-pane-content ul.menu-pane-listing li > a.menu-pane-item {
	padding-left: 15px;
	color: rgba(21, 18, 21, 1);
}
.menu-pane-content ul.menu-pane-listing li > .menu-pane-item:before {
	position: absolute;
	top: 7px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #ff4539;
	content:'';
	
	-webkit-transition: transform 0.2s ease-in-out;
	-moz-transition: transform 0.2s ease-in-out;
	-ms-transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
}
.menu-pane-content ul.menu-pane-listing li > a.menu-pane-item:hover {
	color: #ff4539;
}

.menu-pane-button {
	margin-top: 20px !important;
	padding-top: 15px !important;
	padding-left: 30px !important;
	padding-right: 30px !important;
	display: inline-flex !important;
	font-size: 15px !important;
	font-weight: 500;
}
.menu-pane-button i {
	
}
.menu-pane-button:hover i {
	transform: translateX(3px);
}
.dropdown .is-dropdown-submenu .menu-pane .button:before,
.dropdown .is-dropdown-submenu .menu-pane .button:after {
	display: none !important;
		position: absolute;
		top: 0;
		right: 0px;
		width: 300px;
		height: 100%;
		transform: translateX(-60px) skewX(-22.5deg);
		content: '';
		background: #fff;
		-webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
		z-index: 0;
		opacity: 0.1;
}

.bg-menu-pane {
	position: absolute;
	top: -30px;
	right: -15px;
	bottom: -60px;
	width: 45%;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	border-radius: 0 0 4px 0;

	transition: all 12s ease-in-out;
	transform-origin: center;
}

#topbar .touchnav-dropdown {
	height: 100vh;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
/* 	border-top: 1px solid rgba(0, 14, 41, 0.10); */
	padding: 0;
	left: 0 !important;
	width: 100%;
	box-shadow: none;
	border-radius: 0;
	z-index: 11;

	-webkit-box-shadow: 0px 22px 54px -28px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 22px 54px -28px rgba(0,0,0,0.5);
	box-shadow: 0px 22px 54px -28px rgba(0,0,0,0.5);
}


/* Touch Mobile navigation */
#topbar #touch-navigation {
	padding-bottom: 20px;
	width: 600px;
	left: auto !important;
	right: 0 !important;
	border-radius: 10px;
	
}

#topbar /* #touch-navigation.fab-menu {
	position: fixed;
	top: 0px !important;
	left: 0 !important;
} */

#topbar #touch-navigation .accordion-menu {
	margin: 30px 0 20px;
	padding-top: 0px;
}
#topbar #touch-navigation.visible .accordion-menu {
	margin-top:20px;
	padding-top: 0px;
}
#topbar #touch-navigation .accordion-menu li.menu-title{
	display: none;
	font-size: 16px;
	padding-left: 1.5rem;
}
#topbar #touch-navigation.visible .accordion-menu li.menu-title{
	display: block
}

#topbar #touch-navigation .accordion-menu li {
	border-bottom: 1px solid #eee;
}
#topbar #touch-navigation .accordion-menu li:first-child {
	border-top: 0px solid #eee;
}
#topbar #touch-navigation .accordion-menu a {
	font-weight: 600;
	color: #0a0a0a;
	padding: 1rem 30px 1rem 0;
}
#topbar #touch-navigation .accordion-menu .active-state a {
	color: #ff4539;
}

#topbar #touch-navigation .submenu-toggle {
	top: 10px;
	right: 0px;
	width: 30px;
	height: 30px;
	border: 0px solid #eee;
	background-color: rgba(10, 10, 10, 0.08);
	border-radius: 2px;
}
#topbar #touch-navigation .submenu-toggle::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #ff4539 transparent transparent;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 1;
}

/* Tweede niveau */

#topbar #touch-navigation .accordion-menu .nested.is-accordion-submenu {
	margin-left: .5rem;
}
#topbar #touch-navigation .accordion-menu .is-accordion-submenu {
	margin-bottom: 20px;
}
#topbar #touch-navigation .accordion-menu .is-accordion-submenu .is-submenu-item  {
	border: 0 !important;
}
#topbar #touch-navigation .accordion-menu .is-accordion-submenu a {
	font-weight: 500;
	color: rgba(10, 10, 10, 1);
	position: relative;
	font-size: 16px;
	border-bottom: 0;
	padding: 0.6rem 1rem;
}
#topbar #touch-navigation .accordion-menu .is-accordion-submenu .menu-active a {
	color: #ff4539;
}

#topbar #touch-navigation .accordion-menu .is-accordion-submenu a:before {
	position: absolute;
	left: 0px;
	top:12px;
	font-family: 'Font Awesome 5 Pro';
	-moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-weight: 700;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
 	content: '\f054';
	font-size:12px;
	margin-right: 0px;
	color: #ff4539;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

	 opacity: 1;
}
#topbar #touch-navigation .accordion-menu .is-accordion-submenu .menu-active a:before {
	color: #00945e;
	opacity: 1;
}

#topbar #touch-navigation .extra-menu a {
	font-weight: 400;
	color: rgba(10, 10, 10, 0.6);
	font-size: 16px;
	padding-left: 0rem;
}
#topbar #touch-navigation .extra-menu a i {
	color: #00945e;
	margin-left: 10px;
	font-size: 16px;
}
#topbar #touch-navigation .extra-menu a.part-of {
	font-weight: 500;
	font-size: 16px;
	padding-left: 0rem;
	
	color: #0a0a0a;
}
#topbar #touch-navigation .vertical.menu {

}
#topbar #touch-navigation .extra-menu .social {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

	@media (max-width: 1023px) {
		#topbar #touch-navigation {
			
			padding-bottom: 20px;
			width: 100%;
			left: auto !important;
			right: 0 !important;
			border-radius: 0 0 5px 5px;
			border: 0;
		
		}
		#topbar #touch-navigation .accordion-menu {
			margin: 0px 0 20px;
		
		}
		#topbar #touch-navigation .searchbox {
			margin-bottom: 15px;
		}
	}
	@media (max-width: 767px) {

		#topbar #touch-navigation .accordion-menu {
			margin: 0px 0 20px;
		
		}
		
	}

