html {
	scroll-behavior: smooth;
}

body {
	width: 100%;
	min-width: 1100px;
	min-height: 100%;
	margin: 0px;
	background: #FFFFFF;
	overflow-y: scroll;
	background: #FFFFFF url("media/images/bg.jpg") center;
	background-repeat: no-repeat;
	background-origin: border-box;
	background-size: cover;
	font-family: 'Noto Sans', sans-serif;
	color: #232323;
	font-size: 16px;
}
@font-face {
	font-family: flareserif;
	src: url("media/font/flareserif-821-bt.ttf");
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#main_menu {
	height: 95px;
	width: calc(100% - 40px); min-width: 895px;
	
	padding: 20px;
	
	background: #FFF;

}
#logo {
	width: 375px;
	height: 115px;
	float: left;
	background: #fff url("media/images/logo.png") left;
	background-size: 375px 53px;
	background-repeat: no-repeat;
	background-position: left center;
}
	
	#main_nav_items {
		line-height: 95px;
		float: right;
		padding-top: 20px;
		
		display: inline-block;

	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
		
	}
	#main_nav_items menuitem {
		margin-right: 5px;
		padding: 8px;
		
		font-size: 17px;
		
		color: #435288;
		font-family: "Noto Sans", sans-serif;		
		text-decoration: none; /* no underline */
		selectable: none;
		
		-webkit-transition: all 150ms linear; /* Firefox */
		-moz-transition: all 150ms linear; /* WebKit */
		-o-transition: all 150ms linear; /* Opera */
		transition: all 150ms linear; /* Standard */
	} #main_nav_items menuitem:hover {
		background: #435288;
	
		cursor: pointer; 
		
		color: #FFF;

		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	#main_nav_items #greenpage {
		padding-left: 95px;	}
	#main_nav_items #greenpage:hover  {
		border: 0;
		background: none;	
		
	}
article p {
	margin-bottom: 1px;
}
#main_banner {
	width: 100%;
	height: 320px;
	margin: 0px;
	background: url("media/images/banner_1.jpg") no-repeat;
	background-size: cover;
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
	-ms-transition: all 1s ease-in;
	transition: all 1s ease-in;
}
#contentpage {
	border-top: 3px solid #435288;
	margin: 20px 14%;
	padding: 20px;
	background: #FFF;

}
#contentpage:hover {
	border-top: 3px solid #546399;	
}
	.homepage .title {
		text-align: center;
		margin-bottom: 0px;
		padding-right: 170px;
	}
	.homepage .subtitle {
		margin-top: 3px;
		font-size: 17px;
		text-align: center;
		font-style: italic;
		font-weight: 400;
		padding-left: 170px;
	}
	.homepage .paragraph {
		font-size: 16px;
		text-align: center;
		margin-bottom: 0px;
		margin-top: 60px;

	}
	#welcomemenu {
		text-align: center;
		margin-top: 25px;

	}
.readmorebutton {
	background: #435288;
			
	padding: 8px;
	color: #FFF;
	font-family: "Noto Sans", sans-serif;	
		
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
			
	-webkit-transition: all 250ms linear; /* Firefox */
	-moz-transition: all 250ms linear; /* WebKit */
	-o-transition: all 250ms linear; /* Opera */
	transition: all 250ms linear; /* Standard */			
}.readmorebutton:hover {
	cursor: pointer;
	background: #546399;
}
	#karakteristieken {
		margin-top: 28px;
		width: 100%;
		
		display: inline-block;
	}
		.hor_cell {
			margin-bottom: 35px;
			height: 175px;
			width: 100%;
			display: inline-block;
			vertical-align: middle;
		}
		.hor_cell .img{
			height: 170px;
			width: 25%;			
			margin-right: 20px;
			float: left;
			font-size: 15px;

			-webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
			-moz-box-shadow:    1px 1px 1px 0px rgba(0, 0, 0, 0.1);
			box-shadow:         1px 1px 1px 0px rgba(0, 0, 0, 0.1);
			
		}
.projectimg {
	background: url("media/images/homepage/project.jpg") no-repeat;
	background-size: 92% 92%;
	background-position: center center;
}
.newsimg {
	background: url("media/images/homepage/news.jpg") no-repeat;
	background-size: 92% 92%;
	background-position: center center;
}
.capsimg {
	background: url("media/images/homepage/capabilities.jpg") no-repeat;
	background-size: 92% 92%;
	background-position: center center;
}
.quoteimg {
	background: url("media/images/homepage/quotation.jpg") no-repeat;
	background-size: 92% 92%;
	background-position: center center;
}
	#extrainfo:hover {
		
	}
#disclaimer {
	width: calc(100% - 10px);
	
	position: relative;
	bottom: 0px;
	margin-top: 30px;
	display:inline-block;
	
	text-align: center;
	padding: 5px;

	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;	
	z-index: 10;

	border-top:#CCC 2px solid;	
	
	color: #cccccc;
	font-size: 13px;
	font-weight: 500;

	background: #2f5d95;
	cursor: default;	
	
   -webkit-transition: color .15s ease-in-out;
	-moz-transition: color .15s ease-in-out;
	-ms-transition: color .15s ease-in-out;
	-o-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
}

.contact {
	min-height: 480px;
	padding: 10px;
}
.contactinfo {
	float: left;
	width: 30%;
		
}
.partnerimg {
	background: #4c4646 url("media/images/icon_handshake.png") no-repeat center 25%;
	background-size: 82px 51px;
	font-size: 14px;
	text-align: center;
	color: #CCC;
	padding: 5px;
	min-width: 230px;
}
.qualityimg {
	background: #4c4646 url("media/images/icon_highend.png") no-repeat center 25%;
	background-size: 60px 60px;
	font-size: 14px;
	text-align: center;
	color: #CCC;
	padding: 5px;
	min-width: 230px;
}
.detailsimg {
	background: #4c4646 url("media/images/icon_eye.png") no-repeat center 25%;
	background-size: 77px 46px;
	font-size: 14px;
	text-align: center;
	color: #CCC;
	padding: 5px;
	min-width: 230px;
}
.fleximg {
	background: #4c4646 url("media/images/icon_flow.png") no-repeat center 25%;
	background-size: 60px 61px;
	font-size: 14px;
	text-align: center;
	color: #CCC;
	padding: 5px;
	min-width: 230px;
}

#services {
	width: 100%;
	text-align: center;
	background: #4e4b4b;
	margin-top: 50px;
}
	.service_block {
		width: 18%;
		height: 200px;
		display: inline-block;
		margin: 30px  3% 20px 3%;
		position: relative;
		background-color: #0CF;
		
		cursor: pointer;
				
	   -webkit-transition: all .15s ease-in-out;
		-moz-transition: all .15s ease-in-out;
		-ms-transition: all .15s ease-in-out;
		-o-transition: all .15s ease-in-out;
		transition: all .15s ease-in-out;
	}
	.service_block:hover {
		background-color: #3FF;
	}
	
	.services_text {
		position: absolute;
		width: 100%;
		background: #FFF;
		padding-top: 7px;
		padding-bottom: 7px;
		
		bottom: 0px;

		-moz-opacity: 0.8;
		-khtml-opacity: 0.8;
		opacity: 0.8;	
		
	   -webkit-transition: opacity .15s ease-in-out;
		-moz-transition: opacity .15s ease-in-out;
		-ms-transition: opacity .15s ease-in-out;
		-o-transition: opacity .15s ease-in-out;
		transition: opacity .15s ease-in-out;
	}.services_text:hover {
		-moz-opacity: 0.4;
		-khtml-opacity: 0.4;
		opacity: 0.4;			
	}
	article {
		margin: 40px  3% 40px 3%;		
		padding-bottom: 15px;
	}

		.button_serv_pcb {
			background: url("media/images/capabilities/serv_components.jpg") no-repeat center;
			background-size: cover;		
			border: 1px solid #FFF; 
		} .button_serv_pcb:hover { border: 1px solid #CCC; }
		
		.button_serv_prototype {
			background: url("media/images/capabilities/serv_prototyping.jpg") no-repeat center;
			background-size: cover;		
			border: 1px solid #FFF; 
		} .button_serv_prototype:hover { border: 1px solid #CCC; }
		
		.button_serv_smtassembly {
			background: url("media/images/capabilities/serv_smtassembly.jpg") no-repeat center;
			background-size: cover;		
			border: 1px solid #FFF; 
		} .button_serv_smtassembly:hover { border: 1px solid #CCC; }
		
		.button_serv_wirebonding {
			background: url("media/images/capabilities/serv_wirebonding.jpg") no-repeat center;
			background-size: cover;		
			border: 1px solid #FFF; 
		} .button_serv_wirebonding:hover { border: 1px solid #CCC; }
		
		.button_serv_cleanroom {
			background: url("media/images/capabilities/serv_cleanroom.jpg") no-repeat center;
			background-size: cover;		
			border: 1px solid #FFF; 
		} .button_serv_cleanroom:hover { border: 1px solid #CCC; }
		
		.button_serv_pressfit {
			background: url("media/images/capabilities/serv_pressfit.jpg") no-repeat center;
			background-size: cover;	
			border: 1px solid #FFF; 	
		} .button_serv_pressfit:hover { border: 1px solid #CCC; }
		
		.button_serv_cleaning {
			background: url("media/images/capabilities/serv_cleaning.jpg") no-repeat center;
			background-size: cover;		
			border: 1px solid #FFF; 
		}  .button_serv_cleaning:hover { border: 1px solid #CCC; }
		.button_serv_xray {
			background: url("media/images/capabilities/serv_xray.jpg") no-repeat center;
			background-size: cover;		
			border: 1px solid #FFF; 
		}  .button_serv_xray:hover { border: 1px solid #CCC; }
		
			#services_extrainfo {
				min-height: calc(100% - 176px);
				margin: 0px 3% 0px 3%;
				padding-left: 10px;
				padding-bottom: 20px;
				
				border-top: 3px solid #435288;
				margin-top: 70px;
				padding-bottom: 70px;
				
				background: #FEFEFE;
			}
			#services_extrainfo .visible {
				height: 100%;
			}


#disclaimer:hover {
	color: #ffffff;
}

.capimages {
	width: 170px;

	display: inline-block;
	background:#666;
	
	margin-right: 30px;
	margin-top: 100px;
	padding-top: 10px;
	
	text-align: center;	
	
	vertical-align: text-top;
	
}
	.cimageitem {
		margin-bottom: 10px;
	}
	
	.ctext {
		width: calc(100% - 220px);
		display: inline-block;
		vertical-align: text-top;
		margin-top: 30px;
	}

#scroll_top {
	height: 30px;
	width: 30px;
	position: fixed;
	right: 20px;
	bottom: 50px;	
	background: url("https://upload.wikimedia.org/wikipedia/commons/5/5e/U%2B21E7.gif") no-repeat center;
	background-size: contain;
	
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;	
	text-align: center;
	cursor: pointer;
	
   -webkit-transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-ms-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
}
#scroll_top:hover {
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.h1greenpage {
	color: #669900;
}

.greenpage {
	border-top: 3px solid #669900;
}

.quotezijkant {
	float: right;
	width: 30%;
	background: #4e4b4b;	
	
	color: #CCC;
	padding-top: 20px;
	padding-bottom: 30px;
	
	margin-left: 20px;
}

.tachtigwidth {
	padding-left: 10% !important;	
	padding-right: 10% !important;
}

.footprint {
	float: left;
}