/* 
Theme Name: Intercom ICT
Theme URI: https://www.intercomict.nl
Author: Buro Wild - Ongetemde Merkjagers
Author URI: https://burowild.nl
Description: Custom Wordpress theme/template
Version: 1.0 
*/



*{
font-family: "darkmode-off-cc", sans-serif;
}

.grecaptcha-badge{
 	display: none;
}

.grid-container {
	max-width: 88rem !important;
}

.first{
	padding-top: 0px !important;
}

a{
	color: #C1D500;
}

h1, h2, h3, h4, h5, h6{
	font-family: "darkmode-off-cc", sans-serif;
	font-style: normal ; 
	font-weight: 900 !important ;
}

b{font-weight: inherit;}

h1{
	line-height: 50px;
	margin-bottom: 20px;
}

h2{
	line-height: 45px;
	margin-bottom: 20px;
}

h3{
	line-height: 40px;
}

p, li{
	font-weight: 200;
	line-height: 30px;
}

p{
	opacity: 0.8;
}

li::marker {
  color: #C1D500;
}

li.current_page_item a{
	color: #C1D500 !important;
}

hr{
	opacity: 0.5;
}

.reveal{
	top: 250px !important;
	border-radius: 30px;
	padding: 30px;
	height: auto !important;
	min-height: auto !important;
}

.button{
	font-family: "darkmode-off-cc", sans-serif;
	background: #C1D500;
	border-radius: 100px;
	font-weight: 900;
	color: black !important;
	padding: 18px 23px;
	border: none;
}

input[type=submit]{
	font-family: "darkmode-off-cc", sans-serif;
	background: black;
	border-radius: 100px;
	font-weight: 900;
	color: white !important;
	padding: 18px 23px;
	border: none;
}

input, select{border-radius: 100px !important;}

textarea{
	border-radius: 25px !important;
}

.button:hover{
	background: black;
	color: #C1D500 !important; 
}

.button.white{
	background: white;
	color: black;
}

.button.white:hover{
	background: black;
	color: white;
}

.button.black{
	background: black !important; 
	color: white !important;
}

.button.black:hover{
	background: #C1D500;
	color: white !important;
}

.bg{
	position: relative;
	overflow: hidden;
}

.bgimg{
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* MENU */

.title-bar{
	background: white;
}

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

.menu-icon::after {
	background: #C1D500;
	-webkit-box-shadow: 0 7px 0 #C1D500, 0 14px 0 #C1D500;
	box-shadow: 0 7px 0 #C1D500, 0 14px 0 #C1D500;

}

.instagram-feed {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.instagram-post img {
	width: 150px;
	height: 150px;
	object-fit: cover;
	border-radius: 5px;
}

.logo{
	position: fixed;
	top: 0px;
	left:0px;
	width: 160px;
	background: white;
	padding: 30px;
	border-bottom-right-radius: 30px;
	z-index: 6;
}

.logo img{border-radius:10px !important;}

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

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

#menu a:hover{
	color: #C1D500;
}

#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: #C1D500;
}


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


.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
border-color: #C1D500 transparent transparent;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu{
	background: white;
	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: #C1D500 !important;
}


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




#head{
	padding: 30px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(240, 240, 240, 1) 50%, rgba(240, 240, 240, 1) 100%);
}

#header{
	min-height: 90vh;
	background-size: contain, cover, cover !important;
	background-repeat: no-repeat !important;
	background-position: left, center, center !important;
	border-radius: 50px;
	color: white;
	padding-top: 170px;	
	position: relative;
	overflow: hidden;
}

#headersmall{
	min-height: 500px;
	background-size: contain, cover, cover !important;
	background-repeat: no-repeat !important;
	background-position: left, center, center !important;
	border-radius: 50px;
	color: white;
	padding-top: 170px;	
	padding-bottom: 100px;
}


#headertekst{
	position: relative;
	z-index: 3;
}

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

#headeroverlay{
	background: url('img/intercom_chip_staand.svg'), linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	position: absolute;
	min-height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	z-index: 2;
}

#header p{
	text-shadow: 1px 1px 2px black;
}

#services{
	min-height: 500px;
	background: #F0F0F0;
	padding-bottom: 100px;
}

#services .grid-container{
	margin-top: -150px;
	position: relative;
	z-index: 3;
}

h1.servicetitel{
	font-size: 70px !important;
	line-height: 70px !important;
}

#cardwhite{
	background: white;
	border-radius: 30px;
	padding: 40px;
	min-height: 200px;
	box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
	position: relative;
	margin-bottom: 30px;
}
#cardwhite li{
	font-weight: bold;
}

#cardwhite ul a{
	color: black;
}

#cardwhite ul a:hover{
	color: #C1D500 !important;
}

#cardwhite a:hover{
	color: black;
}

#cardwhite img{
	max-height: 150px;
}



#cardblack{
	background: black;
	color: white;
	border-radius: 30px;
	padding: 40px;
	min-height: 200px;
	position: relative;
	margin-bottom: 30px;
}

#cardblack a:hover{
	color: white;
}

#cardblack p{opacity: 1 !important;}

.cardicon{
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 120px;
}

#cards{
	margin-top: -200px;
}

.sidebarimg{
	border-radius: 30px;
}

#gray{
	background: #F0F0F0;
	padding-top: 100px;
	padding-bottom: 100px;
	min-height: 200px;
	color: black;
}

#white{
	background: white;
	padding-top: 100px;
	padding-bottom: 100px;
	min-height: 200px;
	color: black;
}

#notfound{
	min-height: 75vh;
	background: black;
}

#split1{
	background: linear-gradient(180deg, rgba(240, 240, 240, 1) 0%, rgba(240, 240, 240, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);	
	padding-top: 100px;
	padding-bottom: 100px;
}

#split1.featured{
	padding-left: 30px;
	padding-right: 30px;
}


#carousel{
	min-height: 600px;
	background: black;
	border-radius: 50px;
}


.carouselright .owl-item{
	padding-left: 50px;
}

.carouselleft .owl-item{
	padding-right: 50px;
}

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

.carouselright .owl-dots{
	width: auto;
	background: white;
	padding: 15px 15px 15px 15px;
	position: absolute;
	border-radius: 100px;
	bottom: 30px;
	right: 30px;
}




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

.item img{
	border-radius: 30px;
}

.caption{
	background: black;
	border-radius: 30px;
	color: white;
	padding: 30px;
	position: absolute;
	bottom: 50px;
}

.caption.yellow{
	background: #C1D500;
	color: black
}

.carouselright .caption{
	left: 0px;	
}

.carouselleft .caption{
	right: 0px;	
}

#featured{
	min-height: auto;
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%), url('img/intercom_chip_staand.svg'), black;
	background-repeat: no-repeat;
	background-size: contain;
	background-position-x: 100px;
	border-radius: 50px;
	color: white;
	padding-top: 100px;
	padding-bottom: 100px;
}


.medewerker{
	min-height: 550px;
	background-position: center !important;
	background-size: cover !important;
	border-radius: 30px;
	position: relative;
	
}

.owl-medewerkers .owl-item:nth-child(even), .owl-images .owl-item:nth-child(even)  {
	margin-top: 50px !important;
}

.medewerkerinfo{
	position: absolute;
	bottom: 30px;
	left: 30px;
	color: white;
}

.medewerkerinfo h6{
	font-weight: 900 !important;
}

.image{
	border-radius: 30px;
	background: black;
	min-height: 500px;
}

.img{
	border-radius: 30px;
}

.klanten img{
	width: 80%;
	opacity: 0.2;
	filter: graycale(1);
}

.klantlogo{
	min-height: 200px;
	background-size: contain !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	filter: grayscale(100);
	opacity: 0.5;
}


#footerouter{
	padding: 30px;
	margin-top: 200px;
}

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

#cta{
	background: linear-gradient(50deg, rgba(193, 213, 0,1) 25%, rgba(193, 213, 0,1) 70%, rgba(193, 213, 0,1) 89%);
	border-radius: 50px;
	padding: 100px 200px;
	margin-top: -200px;
	margin-bottom: 50px;
}

#cta.quote{
	padding: 100px !important;
}

#footer p{
	opacity: 1;
}

#footerkolom{
	margin-top: 50px;
}

#socket{
	margin-top: 50px;
}

#footer ul a{
	color: white;
}

#footer ul a:hover{
	color: #C1D500 !important;
}

#footer a:hover{
	color: white;
}


/* Small only */
@media screen and (max-width: 39.9375em) {
	
	h1{
		font-size: 30px;
		line-height: 30px;
	}
	
	h2{
		font-size: 25px;
		line-height: 25px;
	}
	
	#menubg{
		background: white;
	}
	
	#menu a{
		color: black;
		padding-left: 0px;
	}
	
	#menu li{
		width: 100%;
	}
	
	#white, #gray, #black{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	#services{
		padding-top: 30px;
		padding-bottom: 50px;
	
	}
	
	#services .grid-container{
		margin-top: 0px;
	}
	
	.item{
		min-height: 410px;
	}
	
	#cardwhite{
		padding: 25px;
	}
	
	#cardwhite img{
		width: 100px;
	}
	
	.carouselright, .carouselleft{
		margin-top: 50px;
		margin-bottom: 50px;
	}
	
	.caption{
		padding: 20px;
	}
	
	.carouselright .owl-dots, .carouselleft .owl-dots{
		padding: 6px;
	}
	
	#split1.featured{
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#featured{
		padding-top: 50px;
		padding-bottom: 50px;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#stap{
		margin-bottom: 30px;
	}
	
	#split1{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	#menu{
		position: fixed !important;
		padding-top: 25px !important;
		background: white !important;
		box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
		height: 80px;
	
	}
	
	.img{
		margin-bottom: 30px;
	}
	
	.logo{
		padding: 20px;
		width:60px;
		border: none !important;
		padding: 0px !important;
		right:10px;
		top: 10px;
		left: inherit;
	}
	
	.logo img{
		border-radius: 5px !important;
	}
	
	#head{
		padding: 10px;
	}
	
	#header{
		background: black !important;
		padding-top: 50px;
		min-height: auto;
		padding-bottom: 50px;
		border-radius: 25px;
		margin-top: 80px;
	}
	
	#headersmall{
		min-height: 250px;
		border-radius: 25px;
		margin-top: 80px;
		padding-top: 50px;
		padding-bottom: 50px;
		position: relative;
	}
	

	#cards{
		margin-top: 30px;
	}
	
	.medewerker{
		min-height: 470px;
	}
	
	.owl-medewerkers .owl-item:nth-child(even), .owl-images .owl-item:nth-child(even){
		margin-top: 0px !important;
	}
	
	#footerouter{
		padding: 10px;
	}
	
	#cta, #cta.quote{
		padding: 20px !important;
	}
	
	.klanten{
		padding-bottom: 200px !important;
	}
	
	#services h5{color: black !important;}

	h1.servicetitel{
		font-size: 30px !important;
		line-height: 30px !important;
	}
	
	#footer{
		background-size: 85%;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 50px;
		border-radius: 25px;
	}
	#footerservices{
		margin-left: 0px;
		margin-right: 0px;
	}
	
	#footerkolom{
		margin-top: 25px;
		margin-left: 0px;
		margin-right: 0px;
	}
	
}

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

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	
	#menu{
		position: fixed !important;
		padding-top: 25px !important;
		background: white !important;
		box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
		height: 80px;
	
	}
	
	#menu a{
		color: black;
		padding-left: 0px;
	}
	
	.logo{
		position: fixed;
		top: 0px;
		left: 0px;
		width: 160px;
		background: white;
		padding: 25px;
		border-bottom-right-radius: 20px;
		z-index: 3;
	}
	
	#head{
		padding: 25px;
		
	}
	
	#headersmall{
		margin-top: 70px;
	}
	
	#header{
		margin-top: 70px;
		border-radius: 30px;
		min-height: auto;
		padding-bottom: 200px;
	}
	
	#gray, #black, #yellow{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	#services{
		padding-left: 25px;
		padding-right: 25px;
	}
	
	.carouselright, .carouselleft{
		margin-top: 50px;
		margin-bottom: 50px;
	}
	
	#split1{
		padding: 30px !important; 
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	#featured{
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	#stap{
		margin-bottom: 30px;
	}
	
	#cta, #cta.quote{
		padding: 30px !important; 
	}
	
	#services .grid-container {
		margin-top: -100px;
	}
	
	#cards{
		margin-top: 50px;
	}
	
	#footerouter{
		padding: 25px;
	}
	
	#footer{
		background-size: 50%;
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 50px;
	}
	
	
	
}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}



