.clear { clear:both; }
@import url(http://fonts.googleapis.com/css?family=Open+Sans:200,400italic,600italic,700italic,400,600,700);
*, *:before, *:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.container { 
	width: 970px;
	background: #ffffff;
	padding: 0 20px;
}
body {
	font-family: 'Open Sans', sans-serif;
	background: #e7e8e9;
}
p {
	line-height: 1.6em;
}
#slider {
	height: 370px;
}
	ul.header-responsive {
		width: 100%;
		height: 370px;
		position: relative;
		list-style: none;
		margin: 0;
		padding: 0;
	}
		ul.header-responsive li {
			width: 100%;
			height: 370px;
			position: absolute;
		}
			ul.header-responsive li .header-logo {
				margin: 20px 0 0 30px;
				float: left;
			}
			ul.header-responsive li .nav {
				position: absolute;
				width: 50px;
				height: 50px;
				line-height: 54px;
				text-align: center;
				background: red;
				display: block;
				font-size: 23px;
				color: #ffffff;
				top: 41%;
			}
			ul.header-responsive li .next {
				right: 0;
			}
			ul.header-responsive li .prev {
				left: 0;
			}

.top-menu {
	width: 100%;
	height: 45px;
	position: relative;
	z-index: 99;
	background: red;
	margin: 0;
	float: left;
}
	.top-menu ul {
		width: 100%;
		height: 45px;
		padding: 0;
		margin: 0;
		list-style: none;
		padding: 0 20px;
	}
		.top-menu ul li {
			float: left;
			margin-right: 40px;
			position: relative;
		}
			.top-menu ul li a {
				color: #ffffff;
				text-decoration: none;
				font-size: 18px;
				line-height: 45px;
				display: block;
				height: 45px;
				font-weight: 200;
			}
				.top-menu ul li a:hover {
					color: yellow;
				}
		.top-menu ul ul {
			display: none;
			border: 3px solid #ffffff;
			height: auto;
		}
		.top-menu ul li:hover ul {
			padding: 0;
			margin: 0;
			display: block;
			position: absolute;
			top: 35px;
			left: 0;
			width: 230px;
		}
			.top-menu ul ul li {
				width: 100%;
				float: none;
			}
				.top-menu ul ul li a {
					width: 100%;
					background: red;
					color: #ffffff;
					display: block;
					padding: 6px;
					height: 36px;
					line-height: 24px;
					border-top: 3px solid #ffffff;
					font-size: 15px;
				}
		


.content {}
	.content .intro-text {
		background: #d1d3d5;
		color: #000000;
		width: 100%;
		padding: 10px;
	}
		.content .intro-text p {
			margin-bottom: 0;
		}

.bedrijven-wrap {
	width: 100%;
	margin-bottom: 46px;
	margin-top: 20px;
	float: left;
}
	.bedrijf {
		width:25%;
		float: left;
	}
	.bedrijven-wrap .lightgrey {
		background-color: #a7a9ac;
	}
	.bedrijven-wrap .darkgrey {
		background-color: #d1d3d5;
	}
	.logo-wrap {
		height: 110px;
		border-bottom: 5px solid #ffffff;
		text-align: center;
	}
		.logo-wrap span.helper {
			display: inline-block;
			height: 100%;
			vertical-align: middle;
		}
		.logo-wrap img {
			display: inline !important;
			max-width: 200px;
			vertical-align: middle;
		}
	.bedrijfsgegevens {
		padding: 10px;
		font-size: 13px;
		line-height: 18px;
	}
		.bedrijfslink a {
			width: 160px;
			padding: 5px 0;
			background-color: red;
			color: white;
			display: block;
			margin: 0 auto;
			text-align: center;
			line-height: 14px;
			font-size: 12px;
			margin-bottom: -15px;
		}
			.bedrijfslink a:hover {
				text-decoration: none;
				background: #e50000;
			}

.openingstijden-wrap {
	margin-top: 110px;
	margin-bottom: 100px;
}
	.openingstijden-wrap .logo-wrap .openingstijden-logo {
		width: 100%;
		height: 110px;
		display: block;
	}
	.openingstijden-wrap .logo-wrap {
		margin-bottom: 20px;
	}
	.openingstijden-wrap table {
		width: 100%;
		font-size: 12px;
	}
			.openingstijden-wrap tr {
				padding: 10px 0;
			}
				.openingstijden-wrap th, .openingstijden-wrap td {
					padding: 5px 0;
				}
					.openingstijden-wrap td {
						text-align: left;
						padding-right: 8px;
					}
						.openingstijden-wrap th {
							padding-left: 5px;
							width: 32%;
							text-align: center;
						}
							.openingstijden-wrap tr:nth-child(odd){
								background-color: #d1d3d5;
							}

.footercontainer {
	background: red;
	color: white;
}
	.footer {
		padding-top: 35px;
		height: 85px;
		line-height: 85px;
	}
	.footer .title {
		font-size: 25px;
		font-weight: bold;
	}

.table-half td{
	width: 50%;
}
	.table-half {
		margin-bottom: 20px;
	}

.contactformulier .cms-form-type-radio .cms-form-label, .contactformulier .cms-form-type-radio .cms-form-field {
	width: 100% !important;
}
.contactformulier .cms-form-type-radio label {
	width: 25%;
	float: left;
	height: 20px;
	margin-bottom: 180px;
}
.contactformulier .cms-form-type-radio label input {
	margin: 0 auto;
	width: 12px;
	display: block;
}
.contactformulier .cms-form-type-radio .cms-form-field br {
	display: none !important;
}
.contactformulier .cms-form-type-radio label {
	color: #ffffff;
	position: relative;
	top: 105px;
}
.contactformulier .cms-form-type-radio label img {
	padding: 5px;
	position: absolute;
	top: -120px;
}
.contactformulier .cms-form-type-radio  {
	padding: 5px;
	border-radius: 5px;
	position: absolute;
	top: -20px;
}
.cms-form-type-radio .cms-form-field label:nth-child(4) {
	color: black;
}
#epruijg-logo {
	top: -73px;
}
#ruijginstall-logo {
	top: -99px;
}
.bedrijfsgegevens a {
	text-decoration: none;
	color: #000000;
}
