:root {
  --ncs-groen: #C1D500;
  --ncs-grijs: #D9D9DA;
  --ncs-zwart: #222222;
}

body{
	background: #222222;
}


.grid-container {
	max-width: 85rem;
}

.verticalcenter{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

h1, h2, h3, h4, h5{
	font-family: "myriad-pro", sans-serif;
	font-weight: 900;
	font-style: normal;
}

h1{
	font-size: 60px;
	line-height: 65px;
}

h2{
	font-size: 45px;
	line-height: 50px;
}

h3{
	font-size: 40px;
	line-height: 45px;
}

h4{
	font-size: 30px;
	line-height: 35px;
}

h5{
	font-size: 20px;
	line-height: 25px;
}

a{
	color: inherit;
}

a:hover{
	color: inherit;
}


p, li{
	font-family: "myriad-pro", sans-serif;
	font-weight: 200;
	font-size: 18px;
	font-style: normal;
}


ul{
  list-style: none;
  padding-left: 0;
  margin-left: 0px;
}

li::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f138"; /* Unicode voor bijvoorbeeld een checkmark (fas fa-check) */
  font-weight: 900; /* Voor "solid" icons */
  margin-right: 8px;
}


.button{
	background: var(--ncs-groen);
	color: white !important;
	opacity: 1 !important;
	font-family: "myriad-pro", sans-serif !important;
	font-weight: bold !important;
	border-radius: 50px !important;
	padding: 17px 20px !important;
}

.button:hover{
	background: white !important;
	color: var(--ncs-groen) !important;
	transition: 0.5s;
}

#products button{
	background: black !important;
	color: var(--ncs-groen) !important;
	transition: 0.5s;
	border-radius: 50px !important;
	padding: 17px 20px !important;
}

#products button:hover{
	background: white !important;
	color: var(--ncs-groen) !important;
	transition: 0.5s;
}

.btn{
	background: var(--ncs-groen);
	width: 40px;
	height: 40px;
	color: white !important;
	position: absolute;
	bottom: 20px;
	right: 20px;
	text-align: center;
	padding-top: 12px;
	border-radius: 50px;
}

.btn:hover{
	background: white;
	color: 	var(--ncs-groen) !important;
}

.btn.black{
	background: var(--ncs-zwart);
}

.btn.black:hover{
	background: white;
	color: var(--ncs-zwart);
}


/* menu */

title-bar{
	background: white;
}

.title-bar-title{
	color: black;
}

.menu-icon::after {
	background: var(--ncs-groen);
	-webkit-box-shadow: 0 7px 0 var(--ncs-groen), 0 14px 0 var(--ncs-groen);
	box-shadow: 0 7px 0 var(--ncs-groen), 0 14px 0 var(--ncs-groen);
}

#menu{
	position: fixed;
	width: 100%;
	left: 0px;
	background: none;
	z-index: 2;
	height: 100px;
	padding-top: 50px;
	z-index: 5;
}

/* li.active a{
	color: var(--ncs-groen) !important;
} */

#menu a{
	color: white;
	font-weight: 600;
}

#menu a:hover{
	color: var(--ncs-groen);
}

#menu.scrollmenu{
	position: fixed !important;
	padding-top: 25px !important;
	background: white !important;
	box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}

#menu.scrollmenu a{
	color: black;
}

#menu.scrollmenu a:hover{
	color: var(--ncs-groen);
}


.menu .active > a{
	background: none;
}


#menu ul{
	list-style: none;
	padding-left: 0;
	margin-left: 0px;
}

#menu li::before {
	display: none;
}

.title-bar{
	background: none;
}



.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
border-color: var(--ncs-groen) transparent transparent;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu{
	background: var(--ncs-groen);
	padding: 20px;
	border-radius: 30px;
	border:none;
	box-shadow: -10px 10px 15px -3px rgba(0,0,0,0.1);
}

.submenu a{
	color: black !important;
}

.submenu a:hover{
	color: white !important;
}


.top-bar, .top-bar ul {
	background: none;
}

#headeroverlay {
	background: linear-gradient(0deg, rgba(34, 34, 34, 1) 0%, rgba(34, 34, 34, 0.2) 100%);
	position: absolute;
	min-height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	z-index: 2;
}

#bg-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

#header{
	min-height: 100vh;
	padding-top: 250px;
	padding-bottom: 100px;
	width: 100%;
	color: white;
	position: relative;
	overflow: hidden;
}

#headertekst{
	margin-bottom: 100px;
	position: relative;
	z-index: 2;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
}

#header h1{
	color: var(--ncs-groen);
	
}

#app{
	position: absolute;
	bottom: 0px;
	z-index: -1;
	height: 100%;
	width: 100%;
}

#cardwhite{
	position: relative;
	padding: 30px;	
	background: white;
	min-height: auto;
	border-radius: 30px;	
	color: #222222;
	box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
	position: relative;
	z-index: 2;
}

#cardwhite a{
	color: #222222;
	font-weight: bold;
}

#cardgray{
	position: relative;
	padding: 30px;	
	background: #363636;
	min-height: auto;
	border-radius: 30px;
	color: white;
	box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
	position: relative;
	z-index: 2;
}

#cardgray a{
	color:white;
	font-weight: bold;
}

#cardgray a:hover{
	color: white;
}

#cardblack{
	position: relative;
	padding: 30px;	
	background: black;
	min-height: auto;
	border-radius: 30px;
	color: white;
	box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
	position: relative;
	z-index: 2;
}

#cardblack a{
	color:var(--ncs-groen);
	font-weight: bold;
}

#cardblack a:hover{
	color: white;
}

 #cardwhite a:hover{
	color: var(--ncs-groen);
}

#cardgreen{
	position: relative;
	padding: 30px;	
	background: var(--ncs-groen);
	min-height: auto;
	border-radius: 30px;
	color: white;	
	box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
	position: relative;
	z-index: 2;
}

#cardgreen a{
	color: white;
	font-weight: bold;
}

#cardgreen a:hover{
	color: #222222;
}

.ncscard li{
	width: 100%;
	display: inline-block;
}

.ncscard li a{
	display: inline-block;
	padding: 0px;
}

#counter{
	min-height: auto;
	padding-top: 100px;
	padding-bottom: 50px;
	background: #222222;
	color: white;
}

#products{
	min-height: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #222222;
	color: white;
}

#products.archive{
	padding-top: 200px;
}

#product{
	background: #363636;
	border-radius: 30px;
	min-height: auto;
	box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
	padding: 30px 30px 30px 30px;
	position: relative;
	margin-bottom: 30px;
	transition: 0.5s; 
}

#product center{
	margin-top: -50px;
}

#product:hover{
	background: black;
	transition: 0.5s; 
}

.icon{font-size: 80px;}

.archive #product{
	margin-bottom: 150px;
}



.productlogo{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 75px;
	filter: brightness(0) invert(1);
}

.productimg{
	width: 75% !important;
	margin-bottom: 20px;
}

.archive .productimg{
	width: 80% !important;
	margin-bottom: 10px;
}

.owl-products .owl-item{
	padding-top: 80px;
}


#contentdark{
	background: #222222;
	padding-top: 100px;
	padding-bottom: 100px;
	color: white;
}

#contentdarker{
	background: #1b1b1b;
	padding-top: 100px;
	padding-bottom: 100px;
	color: white;
}

.item{
	min-height: 600px;
	width: 100%;
	border-radius: 50px;
	background-size: cover !important;
	background-position: center !important;
}

.owl-dots{
	width: auto;
	background: #363636;
	padding: 15px 15px 10px 15px;
	position: absolute;
	border-radius: 100px;
	bottom: 30px;
	left: 30px;
}

.contentlinks{
	padding-right: 50px;
}

.contentrechts{
	padding-left: 50px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background: var(--ncs-groen) !important;
}

#usps{
	background: url('img/ncs.svg'), #222222;
	background-size: contain;
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-bottom: 100px;
	color: white;
}


#usp{
	margin-top: 50px;
	margin-bottom: 50px;
}

#usp i{
	margin-bottom: 20px;
	opacity: 0.5;
}

#filter{
	margin-bottom: 150px;
	background: black;
	border-radius: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* vervolgpagina */

#headersmall{
	min-height: 60vh;
	padding-top: 250px;
	padding-bottom: 100px;
	width: 100%;
	color: white;
	position: relative;
	overflow: hidden;
	background-position: center !important;
	background-size: cover !important;
}

#headersmall h1{
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}


#product.archive{
	padding: 30px;
}

#productcontent{
	background: url('img/ncs-bg.svg'), #222222; 
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 250px;
	padding-bottom: 100px;
	color: white;
	min-height: 100vh;
}

#productcontent p{
	opacity: 0.8;
}

#breadcrumbs a{
	color: #C0D601;
}

.productimg{
	margin-top: -100px;
}

table{
	font-family: "myriad-pro", sans-serif;
	font-weight: 200;
	border: none !important;
}

tbody tr:nth-child(even){
	background: none;
}

thead, tbody, tfoot{
	border: none !important;
}

table strong{
	color: 	#C0D601;
}

tr{
	border: none !important;
}

#specsouter{
	position: relative;
}

#specsouter #cardwhite{
	position: absolute;
	right: -100px;
	top: 220px;
	width: 90%;
}

#specsouter #cardgray{
	padding-bottom: 100px;
}


input[type=submit]{
	background: black;
	color: white;
	border: none;
	font-family: "myriad-pro", sans-serif;
	font-weight: bold !important;
	border-radius: 50px;
	padding: 17px 20px;
	transition: 0.5s;
}

input, select{
	border-radius: 50px !important;
	height: 50px !important;
	font-family: "myriad-pro", sans-serif !important;
}

textarea{
	border-radius: 20px;
}


input[type=submit]:hover{
	background: white;
	color: #222222;
	transition: 0.5s;
}

#productstitle{
	margin-bottom: 150px;
}


#requestquote{
	margin-top: 100px;
}

#item{
	background: #363636;
	border-radius: 30px;
	min-height: auto;
	box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
	padding: 30px 30px 30px 30px;
	position: relative;
	margin-bottom: 30px;
	transition:0.5s;
	color:white;
}

#item:hover{
	background: black;
	transition: 0.5s;
}



#cta{
	background: black;
	padding-top: 50px;
	padding-bottom: 50px;
	color: white;
}


#footerouter{
	padding: 50px;
	background: var(--ncs-zwart);
}


#footer{
	background: url('img/footer-ncs-bg.svg'), #383838; 
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 50px;
	padding-bottom: 200px;
	color: white;
	padding-top: 100px;
	padding-bottom: 100px;
}

#footerkolom{
	margin-top: 50px;
}

#footer h5{
	color: var(--ncs-groen);
}

#footer li{
	width: 100%;
}

#footer li a{
	padding: 0px;
}

#footer a{
	font-weight: bold;
	color: white;
	display: inline-block;
	padding-left: 0px;
}

#footer a:hover{
	color: var(--ncs-groen);
}

#socket{
	margin-top: 20px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
	
	#menu{
		padding-top: 20px;
		background: #222222;
		min-height: auto;
		padding-bottom: 10px;
		width: 100%;
		position: fixed;
	}
	
	#cardwhite, #cardgray, #cardgreen{
		margin-bottom: 20px;
	}
	
	#header{
		padding-top: 150px;
	}
	
	#counter{
		padding-top: 50px;
	}
	
	#usps{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	#usp{
		margin-bottom: 10px;
		text-align: center;
	}
	
	.item{
		min-height: 400px;
		margin-bottom: 25px;
	}
	
	.contentrechts, .contentlinks{
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#contentdark{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.owl-dots{
		bottom: 50px;
	}
	
	#footerouter{
		padding: 10px;
	}
	
	#footer{
		padding: 25px;
	}
	
	
	
	
	
}


/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}


