@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,700');

body {margin:0; padding:0; font-family: 'PT Serif', serif; color:#231f20; }

h3 {
    color: #231f20;
    text-transform: uppercase;
}

p {
  font-size: 15px;
  line-height: 32px;
}

.clear {
	clear:both;
}

a {
    color: #965d0f;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


/* Header */
header {
  background-image: linear-gradient(rgba(0,0,0, 0.25), rgba(0,0,0, 0.0)), url(../images/team%20VdR%20-%20homepagina.jpg);
  background-size: cover;
  background-position: center center;
  position:relative;
}

	/* Info-bar */
	.header-info {
		width: 80%;
		background-color: #231f20;
		padding: 5px 10%;
		height: 32px;
		color:#fff;
	}
	
		.header-info p, .header-info i {
			line-height:32px;
			padding:0;
			margin:0;
		}
		
		.header-info span {
			margin-right:40px;
			font-size:13px;
		}
		
			.header-info span strong {
				margin-right:5px;
			}

			.header-info span a, .header-info i {
				color: #ffffff;
				text-decoration: none;
				transition:all 0.5s ease;
			}

				.header-info span a:hover, .header-info i:hover {
					color: #965d0f;
				}
						
		.header-info i {
			margin-right:40px;
			font-size:15px;
		}
		
		.header-info .left-info {
			width:auto;
			float:left;
		}
		
		.header-info .right-info {
			width:auto;
			float:right;
			text-align:right;
		}
		
			.header-info .right-info span {
				margin-right: 0;
				margin-left: 40px;
			}

	/* Header content */
	.header_content {
		text-align: center;
		color: #ffffff;
		text-transform: uppercase;
		height:700px;
	}
	
		.header_content .logo {
			position: absolute;
			background-color: #ffffff;
			padding: 20px 25px;
			left: 50%;
			top: 0;
			transform: translateX(-50%);
			width: 275px;
		}

	/* Menu */
	#mainmenu {
		background-color: #965d0f;
		position: relative;
		padding: 0 10%;
		height: 60px;
		text-align: center;
		font-family: 'PT Serif', serif;
	}
	
		#mainmenu ul {
			margin:0;
			padding:0;
			list-style:none;
			position: relative;
		}
	
			#mainmenu ul li {
				display:inline-block;
				position:relative;
				text-align:center;
			}

					#mainmenu ul li.first {
						display:none;
					}
				
					#mainmenu ul li.icon {
						display:none;
					}
	
				#mainmenu ul li a {
					line-height: 60px;
					color: #fff;
					text-decoration: none;
					letter-spacing: 1px;
					font-weight: 300;
					padding:0 50px;
					transition:all 0.5s ease;
				}
	
					#mainmenu ul li a:hover {
						color:#d0ae85;
					}
	
				#mainmenu ul ul {
					position: absolute;
					display: none;
					width: 100%;
					background-color: #965d0f;
					z-index: 1;
					padding: 10px;
					left: -10px;
				}
	
					#mainmenu ul li:hover ul {
						display:block;
					}
	
					#mainmenu ul ul li {
						display:block;
					}
	
						#mainmenu ul ul li a {
							color:#ffffff;
							line-height:40px;
							font-size:14px;
							padding:0;
						}
	
							#mainmenu ul ul li:hover a {
								color: #d0ae85;
								font-weight:500;
							}

/* Introductie */
.introductie {
    width: 60%;
    margin: 125px auto;
    text-align: center;
}

	.introductie h1 {
		font-size: 55px;
		text-transform: uppercase;
		font-weight: 900;
		color: #231f20;
		margin: 0;
	}
	
		.introductie h1 span {
			color:#009fe3
		}
	
	.introductie h2 {
		color: #231f20;
		font-weight: 300;
		margin: 10px 0 60px 0;
		font-size: 25px;
	}

	.introductie .leesmeer a {
		background-color: #d0ae85;
		padding: 6px 15px;
		display: block;
		position: relative;
		width: fit-content;
		margin: 60px auto 0;
		color: #fff;
		text-decoration: none;
		transition:all 0.5s ease;
	}
	
		.introductie .leesmeer a:hover {
			background-color: #965d0f;
		}

/* USP */
.usp {
    background-color: #231f20;
    z-index: 99999;
    clear: both;
    text-align: center;
}

	.usp .usp-content {
		width: 80%;
		margin: 0 auto;
		padding: 50px 0;
	}

		.usp .usp-content ul {
			margin: 0;
			list-style: none;
			padding: 0;
		}

			.usp .usp-content ul li {
				float: left;
				width: 25%;
				color: #ffffff;
				font-size: 15px;
				font-weight: 700;
				letter-spacing: 1px;
				text-transform: uppercase;
			}

				.usp .usp-content i {
					margin-right:10px;
				}

/* Producten */
.producten_content {
    background-color:#965d0f;
    height: 600px;
    color: #ffffff;
    position: relative;
}

	.producten_content_inner {
		width: 70%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

		.producten_content .column {
			width: 20%;
			margin-right: 4.5%;
			display: inline-block;
			text-align: center;
			vertical-align: top;
		}
  			.producten_content .column:last-of-type {
				margin-right: 0;
			}

			.producten_content .column a {
				color: #fff;
				text-decoration: none;
			}
			
			.producten_content .column h2 {
				text-transform: uppercase;
				font-size: 25px;
				font-weight: 800;
				letter-spacing: 2px;
				transition: all 0.5s ease;
				width: auto;
				padding: 0 20px;
			}

				.producten_content .column:hover h2 {
					color:#231f20;
				}

			.producten_content .column img {
				width: 85%;
				height: auto;
				margin-bottom: 40px;
				padding: 20px;
				transition:all 0.5s ease;
			}

				.producten_content .column:hover img {
					width: 100%;
					height: auto;
					margin-bottom: 40px;
					padding: 0px;
				}


/* Footer */
footer {
	background-color: #231f20; 
	padding:1% 5%;
  	color:#ffffff;
  	text-align:center;
}

 	 footer p {
		font-size:13px;
  	}
  
	footer a {
		text-decoration: none;
		color: #965d0f;
		transition:all 0.5s ease;
	}
  
		footer a:hover {
			color:#d3b28b;
		}
  
/* Subpage */
.subpage .header_content {
    height: 525px;
}

	.subpage .header_content .logo {
		width: 150px;
	}

	/* Lightbox */
	.lightbox-set {
		margin:40px 0 0 0;
	}

		.lightboxOverlay {
		  position: absolute;
		  top: 0;
		  left: 0;
		  z-index: 9999;
		  background-color: black;
		  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
		  opacity: 0.8;
		  display: none;
		}
		
		.lightbox {
		  position: absolute;
		  left: 0;
		  width: 100%;
		  z-index: 10000;
		  text-align: center;
		  line-height: 0;
		  font-weight: normal;
		}
		
		.lightbox .lb-image {
		  display: block;
		  height: auto;
		  -webkit-border-radius: 3px;
		  -moz-border-radius: 3px;
		  -ms-border-radius: 3px;
		  -o-border-radius: 3px;
		  border-radius: 3px;
		}
		
		.lightbox a img {
		  border: none;
		}
		
		.lb-outerContainer {
		  position: relative;
		  background-color: white;
		  *zoom: 1;
		  width: 250px;
		  height: 250px;
		  margin: 0 auto;
		  -webkit-border-radius: 4px;
		  -moz-border-radius: 4px;
		  -ms-border-radius: 4px;
		  -o-border-radius: 4px;
		  border-radius: 4px;
		}
		
			.lb-outerContainer:after {
			  content: "";
			  display: table;
			  clear: both;
			}
		
		.lb-container {
		  padding: 4px;
		}
		
		.lb-loader {
		  position: absolute;
		  top: 43%;
		  left: 0%;
		  height: 25%;
		  width: 100%;
		  text-align: center;
		  line-height: 0;
		}
		
		.lb-cancel {
		  display: block;
		  width: 32px;
		  height: 32px;
		  margin: 0 auto;
		  background: url(../images/loading.gif) no-repeat;
		}
		
		.lb-nav {
		  position: absolute;
		  top: 0;
		  left: 0;
		  height: 100%;
		  width: 100%;
		  z-index: 10;
		}
		
			.lb-container > .nav {
			  left: 0;
			}
		
			.lb-nav a {
			  outline: none;
			}
		
		.lb-prev, .lb-next {
		  width: 49%;
		  height: 100%;
		  cursor: pointer;
		  /* Trick IE into showing hover */
		  display: block;
		}
		
			.lb-prev {
			  left: 0;
			  float: left;
			}
			
				.lb-prev:hover {
				  background: url(../images/prev.png) left 48% no-repeat;
				}
		
			.lb-next {
			  right: 0;
			  float: right;
			}
			
				.lb-next:hover {
				  background: url(../images/next.png) right 48% no-repeat;
				}
		
		.lb-dataContainer {
		  margin: 0 auto;
		  padding-top: 5px;
		  *zoom: 1;
		  width: 100%;
		  -moz-border-radius-bottomleft: 4px;
		  -webkit-border-bottom-left-radius: 4px;
		  border-bottom-left-radius: 4px;
		  -moz-border-radius-bottomright: 4px;
		  -webkit-border-bottom-right-radius: 4px;
		  border-bottom-right-radius: 4px;
		}
		
		.lb-dataContainer:after {
		  content: "";
		  display: table;
		  clear: both;
		}
		
		.lb-data {
		  padding: 0 4px;
		  color: #bbbbbb;
		}
		
			.lb-data .lb-details {
			  width: 85%;
			  float: left;
			  text-align: left;
			  line-height: 1.1em;
			}
			
			.lb-data .lb-caption {
			  font-size: 13px;
			  font-weight: bold;
			  line-height: 1em;
			}
			
			.lb-data .lb-number {
			  display: block;
			  clear: left;
			  padding-bottom: 1em;
			  font-size: 12px;
			  color: #999999;
			}
		
			.lb-data .lb-close {
			  display: block;
			  float: right;
			  width: 30px;
			  height: 30px;
			  background: url(../images/close.png) top right no-repeat;
			  text-align: right;
			  outline: none;
			  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
			  opacity: 0.7;
			}
			
				.lb-data .lb-close:hover {
				  cursor: pointer;
				  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
				  opacity: 1;
				}

	/* Over ons */
	.subpage.overons header {
		background-image: url(../images/header-overons.jpg);
	}
	
		/* Werkplaats */
		.subpage.werkplaats header {
			background-image:url(../images/header-werkplaats.jpg);
		}

	/* Producten */
	.subpage.producten header {
		background-image:url(../images/header-producten.jpg);
	}
	
	.subpage.producten .producten_content {
		background: transparent;
		color:#231f20;
	}
	
		.subpage.producten .producten_content .column:hover h2 {
			color: #965d0f;
		}
		
		.subpage.producten .producten_content .column a {
			color: #000;
			text-decoration: none;
		}
	
		/* Kozijnen */
		.subpage.kozijnen header {
			background-image: url(../images/header-kozijnen.jpg);
		}

	/* Contact */
	.subpage.contact header {
		background-image: url(../images/header-contact.JPG);
	}

/* Responsive */
@media only screen and (max-width: 1300px) {

	/* Header */
	
		/* Header-info */
		.header-info {
			width: 90%;
			padding: 5px 5%;
		}
		
		/* Header-content */
		.header_content {
			height: 600px;
		}
		
			/* Logo */
			.header_content .logo {
				width: 200px;
			}
		
		/* Mainmenu */
		#mainmenu {
			padding: 0 5%;
		}
		
			#mainmenu ul li a {
				padding: 0 35px;
				font-size: 15px;
			}
	
	/* Introductie */
	.introductie {
		width: 75%;
	}
	
		.introductie h1 {
			font-size: 50px;
		}
		
		.introductie h2 {
			font-size: 22px;
		}

	/* USP */
	.usp .usp-content {
		width: 90%;
	}
	
		.usp .usp-content ul li {
			font-size: 14px;
		}
	
	/* Producten */
	.producten_content_inner {
		width: 90%;
	}
	
		.producten_content .column h2 {
			font-size: 20px;
		}
	
	/* Subpage */
	.subpage .header_content {
		height: 450px;
	}

}

@media only screen and (max-width: 1000px) {

p {
    font-size: 14px;
    line-height: 28px;
}

	/* Header */
	
		/* Header-info */
		.header-info span {
			margin-right: 20px;
			font-size: 12px;
		}
		
			.header-info .right-info span {
				margin-left: 20px;
			}
		
				.header-info span strong {
					margin-right: 3px;
				}
		
		/* Header-content */
		.header_content {
			height: 500px;
		}
		
			.header_content .logo {
				width: 155px;
				padding: 15px 20px;
			}
		
		/* Mainmenu */
		#mainmenu ul li a {
			padding: 0 25px;
		}
		
			#mainmenu ul ul li a {
				line-height: 30px;
				font-size: 13px;
			}
	
	/* Introductie */
	.introductie {
		width: 90%;
		margin: 100px auto;
	}
	
		.introductie h1 {
			font-size: 45px;
		}
		
		.introductie h2 {
			font-size: 20px;
		}
	
	/* Producten */
	.producten_content {
		height: 400px;
	}
	
		.producten_content .column img {
			margin-bottom: 10px;
		}
		
			.producten_content .column:hover img {
				margin-bottom: 30px;
			}
	
		.producten_content .column h2 {
			font-size: 15px;
			padding: 0;
			margin: 0;
		}

	/* Subpage */
	.subpage .header_content {
		height: 375px;
	}

}

@media only screen and (max-width: 800px) {

	/* Header */
	.header_content {
		height: 400px;
	}
	
		/* Logo */
		.header_content .logo {
			top: 50%;
			-ms-transform: translate(-50%, -50%);
			-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
		}
		
		/* Mainmenu */
		#mainmenu ul li a {
			padding: 0 15px;
			font-size: 14px;
		}

	/* Introductie */
	.introductie {
		margin: 75px auto;
	}
	
		.introductie h1 {
			font-size: 40px;
		}
		
		.introductie h2 {
			font-size: 18px;
		}

	/* USP */
	.usp .usp-content {
		padding: 30px 0;
	}
	
		.usp .usp-content ul li {
			font-size: 13px;
			width: 45%;
			margin: 10px 0;
			float: none;
			display: inline-block;
			vertical-align: middle;
		}

	/* Subpage */
	.subpage .header_content {
		height: 300px;
	}
}

@media only screen and (max-width: 600px) {

	/* Header */
	
		/* Header-info */
		.header-info {
			height: auto;
		}
	
			.header-info p, .header-info i {
				line-height: 22px;
			}
	
			.header-info .left-info {
				float: none;
				display: block;
			}
	
			.header-info .right-info {
				float: none;
				text-align: left;
				display: block;
			}
	
				.header-info .right-info span {
					margin-left: 0;
					margin-right: 20px;
				}
		
		/* Header-content */
		.header_content {
			height: 300px;
		}
			
			/* Logo */
			.header_content .logo {
				top: 0;
				transform: none;
				right: 5%;
				left: auto;
				width: 125px;
			}
	
		/* Mainmenu */
		#mainmenu {
			padding: 0;
		}
		
			#mainmenu ul li a {
				padding: 0 15px;
				font-size: 13px;
			}
	
	/* Introductie */
	.introductie {
		margin: 50px auto;
	}
	
		.introductie h1 {
			font-size: 35px;
		}
		
		.introductie h2 {
			font-size: 16px;
		}

	/* Producten */
	.producten_content {
		height: 700px;
		text-align: center;
	}
	
		.producten_content .column {
			width: 45%;
			margin-right: 4.5%;
		}
		
			.producten_content .column:nth-child(even) {
				margin-right: 0;
			}
	
	/* Footer */
	footer p {
		font-size: 11px;
	}

	/* Subpage */
	.subpage .header_content {
		height: 275px;
	}

}

@media only screen and (max-width: 500px) {

p {
    font-size: 13px;
    line-height: 24px;
}

	/* Header */
	
		/* Header-info */
		.header-info span {
			display: block;
		}
	
		/* Header content */
		.header_content .logo {
			width: 150px;
		}
		
		/* Mainmenu */
		#mainmenu ul.nav-menu li:not(:first-child) {
			display:none;
		}
			
		#mainmenu ul.nav-menu li.first {
			display: table;
			width: auto;
			margin-left: 0;
			text-align: left;
		}
			
		#mainmenu ul.nav-menu li.icon {
			position: absolute;
			top: 0;
			right: 0;
			display: block;
		}
			
			/* Responsive */
			#mainmenu ul.nav-menu.responsive {
				position: relative;
				z-index: 1;
			}
			
				#mainmenu ul.nav-menu.responsive li {
					float: none;
					display: block;
					padding: 0 25px;
					line-height: 40px;
					background-color: rgb(150, 93, 15);
				}

					#mainmenu ul.nav-menu.responsive li.first {
						width: 100%;
						margin-left: auto;
						margin-right: 0;
						box-sizing: border-box;
					}
				
					#mainmenu ul.nav-menu.responsive li.icon {
						position: absolute;
						right: 0;
						top: 0;
					}
				
					#mainmenu ul.nav-menu.responsive li.first, #mainmenu ul.nav-menu.responsive li.icon {
						line-height: 100px;
						background-color: #965d0f;
					}
				
					#mainmenu ul.nav-menu.responsive li a {
						display: block;
						text-align: left;
						color: #ffffff;
						width: 100%;
						padding: 0;
						line-height: 30px;
					}
					
						#mainmenu ul.nav-menu.responsive li.first a, #mainmenu ul.nav-menu.responsive li.icon a {
							line-height: 60px;
						}

					#mainmenu ul li ul {
						display: block;
						padding: 0;
						background-color: transparent;
						position: relative;
					}

						#mainmenu ul li:hover ul {
							position: relative;
						}
						
						#mainmenu ul.nav-menu.responsive li ul li {
							background-color: transparent;
						}

							#mainmenu ul.nav-menu.responsive li ul li a {
								line-height: 22px;
							}

	/* USP */
	.usp .usp-content ul li {
		width: 100%;
		display: block;
	}
	
	/* Producten */
	.producten_content {
		height: 600px;
	}

	/* Introductie */
	.introductie h1 {
		font-size: 30px;
	}
	
	.introductie h2 {
		font-size: 15px;
		margin-bottom: 40px;
	}
	
	/* USP */
	.usp .usp-content ul li {
		font-size: 12px;
	}
	
	/* Galerij */
	.image-set a img {
		height: 75px;
		width:auto;
	}

}

@media only screen and (max-width: 400px) {

	/* Header */
	
		/* Header content */
		.header_content {
			height: 250px;
		}
		
			/* Logo */
			.header_content .logo {
				width: 100px;
			}
	
	/* Introductie */
	.introductie h1 {
		font-size: 25px;
	}

	.introductie h2 {
		font-size: 14px;
		margin-bottom: 30px;
	}
	
	/* Producten */
	.producten_content {
		height: 500px;
	}
	
}
