/*
Custom CSS voor WordPress template van Rijneveld Real Estate Services ontwikkeld door DOEN! Webontwerp
*/

/* Algemeen */
.clear {
    clear: both;
}

	/* Fonts */
	@import 'https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900';

	/* Header */

		/* Headerimage */
		.headerimage {
			width: 100%;
			height: 850px;
			background-size: 100%;
			background-position: top;
		}
		
			/* Content */
			.header-content {
				width: 30%;
				position: relative;
				background-color: rgba(255,255,255,0.8);
				top: 250px;
				left: 15%;
				padding: 20px;
				border-radius: 10px;
			}
		
				/* Logo */
				.logo {
					width: 50%;
					margin-bottom: 20px;
				}
				
				.logo img {
					max-width:100%;
					height:auto;
				}
		
				/* Knoppen */
				.knoppen {
					display: block;
					text-align: left;
				}
		
		/* Menu */
		.main-navigation .menu-hoofdmenu-container {
			display: inline-block;
		}

		.main-navigation.scroll-to-fixed-fixed li a {
			margin-right: 45px;
		}
		
			/* Logo small */
			.main-navigation .logo-small {
				opacity:0;
			}
			
			.main-navigation.scroll-to-fixed-fixed .logo-small {
				opacity:1;
				-webkit-transition: opacity 1s ease-in-out;
				-moz-transition: opacity 1s ease-in-out;
				-o-transition: opacity 1s ease-in-out;
				transition: opacity 1s ease-in-out;
			}
			
			.logo-small {
				width: auto;
				display: inline-block;
				vertical-align: middle;
				float: right;
				margin-right: 15%;
			}
		
			.logo-small img {
				width: auto;
				height: 51px;
				padding: 12px 0px;
			}
	
	/* Footer */
	footer {
		clear: both;
		margin-top: 100px;
		border-top: 1px solid #575756;
		padding: 25px 15%;
	}

	footer a {
		color: #f9b233;
		text-decoration: none;
	}
	
	/* Shortcodes */
		
		/* Drukknoppen */
		.su-button-style-default:hover {
			opacity: 1!important;
		}
		
			/* Groen */
			a.su-button.su-button-style-default.knop-groen {
				border: 0;
				letter-spacing: 2px;
				text-transform: uppercase;
				display: inline-block!important;
				background-color: transparent!important;
				padding: 0;
				margin-right: 10px;
			}
			
			a.su-button.su-button-style-default.knop-groen:after {
				content: '';
				display: inline-block;
				background: url(http://www.rijneveld-res.nl/wp-content/themes/rijneveld-res/img/bg-banner-green-small.png);
				background-size: 35px 50px;
				background-position: top right;
				width: 35px;
				height: 50px;
				vertical-align: top;
				margin-left: -1px;
			}
			
			a.su-button.su-button-style-default.knop-groen span {
				border: 0;
				font-size: 14px!important;
				display: inline-block!important;
				background-color: #8cc63f!important;
				padding: 0px 0px 0px 15px!important;
				height: 50px;
				line-height: 50px!important;
				vertical-align: top;
			}

			/* Blauw */
			a.su-button.su-button-style-default.knop-blauw {
				border: 0;
				letter-spacing: 2px;
				text-transform: uppercase;
				display: inline-block!important;
				background-color: transparent!important;
				padding: 0;
				margin-right: 10px;
			}
			
			a.su-button.su-button-style-default.knop-blauw:after {
				content: '';
				display: inline-block;
				background: url(http://www.rijneveld-res.nl/wp-content/themes/rijneveld-res/img/bg-banner-blue-small.png);
				background-size: 35px 50px;
				background-position: top right;
				width: 35px;
				height: 50px;
				vertical-align: top;
				margin-left: -1px;
			}
			
			a.su-button.su-button-style-default.knop-blauw span {
				border: 0;
				font-size: 14px!important;
				display: inline-block!important;
				background-color: #29a9e0!important;
				padding: 0px 0px 0px 15px!important;
				height: 50px;
				line-height: 50px!important;
				vertical-align: top;
			}

			/* Geel */
			a.su-button.su-button-style-default.knop-geel {
				border: 0;
				letter-spacing: 2px;
				text-transform: uppercase;
				display: inline-block!important;
				background-color: transparent!important;
				padding: 0;
				margin-right: 10px;
			}
			
			a.su-button.su-button-style-default.knop-geel:after {
				content: '';
				display: inline-block;
				background: url(http://www.rijneveld-res.nl/wp-content/themes/rijneveld-res/img/bg-banner-yellow-small.png);
				background-size: 35px 50px;
				background-position: top right;
				width: 35px;
				height: 50px;
				vertical-align: top;
				margin-left: -1px;
			}
			
			a.su-button.su-button-style-default.knop-geel span {
				border: 0;
				font-size: 14px!important;
				display: inline-block!important;
				background-color: #fcaf41!important;
				padding: 0px 0px 0px 15px!important;
				height: 50px;
				line-height: 50px!important;
				vertical-align: top;
			}
			
			/* Grijs */
			a.su-button.su-button-style-default.knop-grijs {
				border: 0;
				letter-spacing: 2px;
				text-transform: uppercase;
				display: inline-block!important;
				background-color: transparent!important;
				padding: 0;
			    margin-right: 10px;
			}
			
			a.su-button.su-button-style-default.knop-grijs:after {
				content: '';
				display: inline-block;
				background: url(http://www.rijneveld-res.nl/wp-content/themes/rijneveld-res/img/bg-banner-grey-small.png);
				background-size: 35px 50px;
				background-position: top right;
				width: 35px;
				height: 50px;
				vertical-align: top;
				margin-left: -1px;
			}
			
			a.su-button.su-button-style-default.knop-grijs span {
				border: 0;
				font-size: 14px!important;
				display: inline-block!important;
				background-color: #575756!important;
				padding: 0px 0px 0px 15px!important;
				height: 50px;
				line-height: 50px!important;
				vertical-align: top;
			}

			
/* Homepagina */
#homepagina {
	display: none;
}
	
/* Article */
article {
	width: 70%;
	padding: 100px 0;
	margin: 0 auto;
}
	
article header.entry-header {
	display: table;
}
	
	/* Blauw */
	.blauw h2, .blauw a {
		color: #37a9e1;
		text-decoration: none;
	}
		
	/* Geel */
	.geel h2, .geel a {
		color: #f9b233;
		text-decoration: none;
	}		
		
	/* Groen */
	.groen h2, .groen a {
		color: #94c01f;
		text-decoration: none;
	}

/* Projecten */
	
	/* Project item */
	.projecten .projecten-content .projecten-item {
		display: inline-block;
		width: 31%;
		position: relative;
		margin-right: 2%;
		margin-bottom: 2%;
		min-height: 1px;
		vertical-align: top;
	}
		
	.projecten .projecten-content .projecten-item .projecten-box {
		position: relative;
		display: block;
		max-width: 650px;
		margin: 0 auto;
		transition: all .35s;
		text-decoration: none;
	}

	.projecten .projecten-content .projecten-item .projecten-box .project-afbeelding {
		max-height: 245px;
		overflow: hidden;
		min-height: 245px;
		vertical-align: middle;
	}
	
	.projecten .projecten-content .projecten-item .projecten-box .project-afbeelding:before {
		content: ' ';
		display: inline-block;
		vertical-align: middle;
		height: 100%;
	}
		
	.projecten .projecten-content .projecten-item .projecten-box .project-afbeelding img {
		display: block;
		max-width: 100%;
		height: 100%;
		width: 100%;
		vertical-align: middle;
		position: relative;
	}

	.projecten .projecten-content .projecten-item .projecten-box .project-status {
		color: #fff;
		display: block;
		background: rgba(148,192,31,0.9);
		position: absolute;
		top: 100px;
		text-align: center;
		width: 100%;
		height: 50px;
		transition: all .35s;
	}
			
	.projecten .projecten-content .projecten-item .projecten-box .project-status .projecten-status-content {
		width: 90%;
		text-align: center;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		padding: 0 5%;
		text-transform:uppercase;
		letter-spacing:5px;
	}
		
	.projecten .projecten-content .projecten-item .projecten-box .projecten-caption {
		color: #fff;
		display: block;
		bottom: 0;
		width: 100%;
		height: 100%;
		transition: all .35s;
	}
		
	.projecten .projecten-content .projecten-item .projecten-box .projecten-caption .projecten-caption-content {
		width: 90%;
		padding: 0 5%;
	}
		
	.projecten .projecten-content .projecten-item .projecten-box .projecten-caption .projecten-caption-content h3 {
		font-weight: normal;
		font-size: 20px;
		margin-bottom: 0;
		color: #000;
	}
			
	.projecten .projecten-content .projecten-item .projecten-box .projecten-caption .projecten-caption-content h4 {
		font-weight: 700;
		color: #575756;
		font-size: 16px;
		margin: 5px 0 0 0;
		line-height: 30px;
	}
	
	.projecten .projecten-content .projecten-item .projecten-box .projecten-caption .projecten-caption-content h5 {
		font-weight: 400;
		color: #575756;
		font-size: 16px;
		margin: 5px 0 0 0;
		line-height: 20px;
		color: #94c01f;
		letter-spacing: 1px;
	}
	
	.projecten .projecten-content .projecten-item .projecten-box .projecten-caption .projecten-caption-content p {
		color: #575756;
		font-size: 15px;
	}

/* Contact */

	/* Contact formulier */
	.contact-form .contact-form-input .form-line input, .contact-form .contact-form-input .form-line textarea {
		width: 97%;
		margin-bottom: 10px;
	}

	.contact-form .contact-form-input .form-line span.wpcf7-not-valid-tip {
		color:#fcaf41;
	}
		
	.contact-form .contact-form-submit input[type="submit"] {
		border: 0;
		font-size: 14px!important;
		display: inline-block!important;
		background-color: #8cc63f;
		padding: 0px 0px 0px 15px!important;
		height: 50px;
		line-height: 50px!important;
		vertical-align: top;
		color: #ffffff;
		box-shadow: none;
	}
	.contact-form .contact-form-submit:after {
		content: '';
		display: inline-block;
		background: url(http://www.rijneveld-res.nl/wp-content/themes/rijneveld-res/img/bg-banner-green-small.png);
		background-size: 35px 50px;
		background-position: top right;
		width: 35px;
		height: 50px;
		vertical-align: top;
		margin-left: -10px;
	}
	
	div.wpcf7 img.ajax-loader {
		border: none;
		vertical-align: middle;
		position: absolute;
		margin-left: 50px;
	}
	
	div.wpcf7-validation-errors {
		border: 0;
		margin: 0;
		margin-top: 20px;
		padding: 0;
		color:#fcaf41;
	}
	
	div.wpcf7-mail-sent-ok {
		border: 0;
		padding: 0;
		margin: 0;
		margin-top: 20px;
		color: #94c01f;
	}

/* Respsonsive */
@media screen and (max-width: 1880px) {

	/* Algemeen */
	
		/* Header */
		.header-content {
			left: 10%;
			width: 35%;
		}
		
			/* Menu */
			.main-navigation {
				padding-left: 10%;
			}
			
			/* Logo */
			.logo-small {
				margin-right:10%;
			}

	/* Article */
	article {
		width: 80%;
	}
	
	/* Projecten */
	
		/* Project-item */
		.projecten .projecten-content .projecten-item .projecten-box .project-afbeelding {
			max-height: 210px;
			min-height: 210px;
		}
		.projecten .projecten-content .projecten-item .projecten-box .project-status {
			top: 90px;
		}
}

@media screen and (max-width: 1600px) {
	
	/* Algemeen */
	
		/* Header */
		.headerimage {	
			height: 765px;
		}
				
			/* Menu */
			.main-navigation.scroll-to-fixed-fixed li a {
				margin-right: 25px;
			}

			.main-navigation li a {
				margin-right: 80px;
			}

}

@media screen and (max-width: 1450px) {
	
	/* Algemeen */
	
		/* Header */
		.header-content {
			top: 200px;
			width: 40%;
		}
		
		.headerimage {	
			height: 690px;
		}
				
			/* Menu */
			.main-navigation li {
				font-size: 15px;
			}
			
			.main-navigation li a {
				line-height: 65px;
				height: 65px;
				margin-right: 40px;
			}
	
			/* Logo */
			.logo-small img {
				height: 40px;
			}
	
	/* Projecten */
	
		/* Project-item */
		.projecten .projecten-content .projecten-item .projecten-box .project-afbeelding {
			max-height: 185px;
		}

		.projecten .projecten-content .projecten-item .projecten-box .project-status {
			top: 75px;
		}

}

@media screen and (max-width: 1350px) {
	
	/* Algemeen */
	
		/* Header */
		.header-content {
			left: 5%;
		}
		
			/* Menu */
			.main-navigation {
				padding-left: 5%;
			}
			
			/* Logo */
			.logo-small {
				margin-right:5%;
			}

	/* Article */
	article {
		width: 90%;
	}
}

@media screen and (max-width: 1300px) {
	
	/* Algemeen */
	
		/* Header */		
		.headerimage {
			height: 675px;
			background-size: 120%;
			background-position-x: 10%;
		}
		
		.header-content {
			top: 200px;
			width: 50%;
		}
		
			/* Menu */
			.main-navigation.scroll-to-fixed-fixed li {
				font-size: 13px;
			}
}

@media screen and (max-width: 1150px) {

	/* Projecten */
	
		/* Project-item */
		.projecten .projecten-content .projecten-item {
			width: 47%;
		}
		
		.projecten .projecten-content .projecten-item .projecten-box .project-afbeelding {
			max-height: 255px;
			min-height: 255px;
		}
		
		.projecten .projecten-content .projecten-item .projecten-box .project-status {
			top: 115px;
		}	
}

@media screen and (max-width: 1050px) {
	
	/* Algemeen */
	
		/* Header */
		.header-content {
			width: 60%;
		}
		
		.headerimage {
			height: 675px;
			background-size: 150%;
			background-position-x: 25%;
		}
		
			/* Menu */
			.main-navigation {
				border-bottom: 1px solid #575756;
			}

			.main-navigation .menu-hoofdmenu-container {
				padding-top: 19px;
				margin-left: 35px;
			}
			
			.main-navigation li a {
				text-transform: uppercase;
				text-decoration: none;
				letter-spacing: 5px;
				font-size: 12px;
				font-size: 0.857142857rem;
				line-height: 35px;
			}

}

@media screen and (max-width: 1000px) {

	/* Projecten */
	
		/* Project-item */
		.projecten .projecten-content .projecten-item .projecten-box .project-afbeelding {
			max-height: 220px;
			min-height: 220px;
		}
		
		.projecten .projecten-content .projecten-item .projecten-box .project-status {
			top: 85px;
		}	
}

@media screen and (max-width: 900px) {

	/* Algemeen */
	h2 {
		font-size: 13px;
	}
	
		/* Header */
		.headerimage {
    		height: 575px;
		}
		
		.header-content {
			width: 70%;
			top: 140px;
		}
		
	/* Article */
	.entry-header .entry-title {
		font-size: 60px;
		line-height: 65px;
	}	

	/* Projecten */
	
		/* Project-item */
		.projecten .projecten-content .projecten-item .projecten-box .project-afbeelding {
			max-height: 190px;
			min-height: 190px;
		}
		
		.projecten .projecten-content .projecten-item .projecten-box .project-status {
			top: 75px;
		}	
	
}

@media screen and (max-width: 750px) {

	/* Algemeen */

		/* Header */
		.headerimage {
    		height: 500px;
		}
		
		.header-content {
			width: 80%;
			top: 105px;
		}
		
	/* Projecten */
	
		/* Project-item */
		.projecten .projecten-content .projecten-item {
			width: 100%;
			margin-right:0;
			margin-bottom:25px;
		}
		
		.projecten .projecten-content .projecten-item .projecten-box .project-afbeelding {
			max-height: none;
		}
		
		.projecten .projecten-content .projecten-item .projecten-box .project-status {
			top: 225px;
		}

		.projecten .projecten-content .projecten-item .projecten-box .projecten-caption .projecten-caption-content {
			width: 100%;
			padding: 0;
		}
		
}

@media screen and (max-width: 650px) {

	/* Algemeen */
		
		/* Header */
		.header-content {
			width: 55%;
		}

		.headerimage {
			height: 475px;
			background-size: 170%;
			background-position-x: 35%;
		}

			/* Knoppen */
			.knoppen a.su-button.su-button-style-default.knop-grijs, .knoppen a.su-button.su-button-style-default.knop-blauw {
				display: block!important;
				margin-top: 10px;
			}
}

@media screen and (max-width: 600px) {

	/* Algemeen */
	h2 {
		font-size: 11px;
	}
		
		/* Header */
		
			/* Menu */
			.logo-small img {
				height: 30px;
			}
			.menu-toggle, input[type="submit"], input[type="button"], input[type="reset"], article.post-password-required input[type=submit], .bypostauthor cite span {
				padding: 20px 0px;
			}
			
			.main-navigation .menu-hoofdmenu-container {
				padding-top: 8px;
			}
					
	/* Projecten */
	
		/* Project-item */		
		.projecten .projecten-content .projecten-item .projecten-box .project-status {
			top: 165px;
		}
	
	/* Article */
	.entry-header .entry-title {
		font-size: 45px;
		line-height: 50px;
	}
		
}

@media screen and (max-width: 550px) {
	
	/* Algemeen */
		
		/* Header */
		.header-content {
			width: 65%;
			top: 85px;
		}
		
		.headerimage {
			background-size: 200%;
			background-position-x: 50%;
		}

}

@media screen and (max-width: 450px) {

	/* Algemeen */
	h2 {
		font-size: 11px;
		text-align: left;
	}
	
		/* Header */
		.header-content {
			width: 75%;
			top: 60px;
		}
		
		.headerimage {
			height: 415px;
		}
		
			/* Knoppen */
			a.su-button.su-button-style-default.knop-grijs span, a.su-button.su-button-style-default.knop-blauw span, a.su-button.su-button-style-default.knop-geel span, a.su-button.su-button-style-default.knop-groen span {
				font-size: 12px!important;
				height: 40px;
				line-height: 40px!important;
			}
			
			a.su-button.su-button-style-default.knop-grijs:after, a.su-button.su-button-style-default.knop-blauw:after, a.su-button.su-button-style-default.knop-geel:after, a.su-button.su-button-style-default.knop-groen:after {
				background-size: 30px 40px;
				width: 30px;
				height: 40px;
			}
		
	
	/* Article */
	.entry-header .entry-title {
		font-size: 35px;
		line-height: 40px;
	}
	
	/* Contact */
	
		/* Contactformulier */
		.contact-form .contact-form-submit input[type="submit"] {
			font-size: 12px!important;
			height: 40px;
			line-height: 40px!important;
		}
		
		.contact-form .contact-form-submit:after {
			background-size: 30px 40px;
			width: 30px;
			height: 40px;
		}

	/* Projecten */
	
		/* Project-item */		
		.projecten .projecten-content .projecten-item .projecten-box .project-status {
			top: 110px;
		}
}

@media screen and (max-width: 400px) {

	/* Algemeen */
	
		/* Header */
		.headerimage {
			height: 370px;
		}