body {
	font-family: 'Barlow', sans-serif;
	font-size: 18px;
}
strong {
	font-weight: 500;
}
a:hover,
a:focus,
a:active {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	margin: 0px 0px 20px 0px;
}
h1, h2 {
	font-size: 25px;
}
h3 {
	font-size: 21px;
}
h4, h5, h6 {
	font-size: 18px;
}
blockquote {
	border-left: 5px solid #f2f2f2;
}
pre {
	background-color: #f2f2f2;
    border: 5px solid #ffffff;
    border-radius: 5px;
	box-shadow: 1px 1px 5px -3px rgba(0, 0, 0, 0.8);
}
p {
	margin: 0px 0px 20px 0px;
}
p:last-child {
	margin: 0px;
}
code, kbd, pre, samp {
	font-family: 'Barlow', sans-serif;
	font-size: 14px;
	margin: 0px 0px 20px 0px;
}
option.none {
	font-weight: 500;
}
#anchor {
	position: absolute;
	margin-top: 2px;
}
.fail {
	border-color: red;
}
.input-title span {
	color: red;
	padding-left: 6px;
}
.content ul {
	list-style: none;
	padding: 0px;
}
.content ul, .content ol {
    margin-top: 0;
    margin-bottom: 20px;
}
.content li::before {
	content: '•';
    font-size: 35px;
    line-height: 0px;
    vertical-align: sub;
    margin-right: 19px;
}
.header {
	position: relative;
}
.header, .content.page-home {
	margin-bottom: 20px;
}
.header.big {
	margin-bottom: 0px;
}
.content {
	margin-top: 10px;
	margin-bottom: 40px;
}
.header-nav-inner {
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}
.header-nav-logo {
	display: inline-block;
	float: left;
}
.header-nav-logo-inner {
	height: 60px;
	width: 200px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.header-image {
	height: 180px;
	box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.60);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.header.big .header-image {
	height: 480px;
}
.header-blocks {
	margin-top: -32px;
}
.header.big .header-blocks {
	margin-top: -132px;
}
.header-block {
	margin-bottom: 20px;
}
.header-block-title {
	text-align: center;
}
.header-block-inner {
	display: block;
    border: 5px solid #ffffff;
    border-radius: 5px;
	box-shadow: 1px 1px 5px -3px rgba(0, 0, 0, 0.8);
	background-color: white;
}
.header-block-image,
.oplossing-image {
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.header-block-title {
	padding: 20px;
	font-size: 20px;
	line-height: 15px;
}
.header-block.woningonderhoud .header-block-title {
	color: #38499C;
}
.header-block.dienstverlening .header-block-title {
	color: #E47929;
}
.header-quote-inner {
    font-size: 67px;
    font-weight: 500;
    margin-bottom: 28px;
    text-align: center;
    line-height: 75px;
}
.header-text-block-title {
	font-size: 20px;
	font-weight: 500;
	color: #38499C;
	margin-bottom: 20px;
}
.header-text-block-text {
	margin-bottom: 20px;
}
.header-nav-links {
	display: inline-table;
	float: right;
	overflow: hidden;
	height: 60px;
}
.header-nav-links ul {
	display: table-row;
	list-style: none;
	font-size: 0px;
	padding: 0px;
	margin: 0px;
}
.header-nav-links ul li {
	display: table-cell;
	border-spacing: 0px;
	vertical-align: middle;
	margin: 0px;
}
.header-nav-links ul li a {
	padding: 0px 20px;
	font-size: 18px;
}
.header-nav-links ul li a {
	padding: 20px;
	font-size: 18px;
}
button,
.header-nav-links ul li a.button {
	color: white;
	padding: 17px 20px;
	margin-left: 20px;
    border-radius: 5px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
    border-bottom: 2px solid;
}
button:hover,
.header-nav-links ul li a.button:hover {
	color: white;
}
.footer {
	margin-top: 20px;
	background-color: #f2f2f2;
	padding: 20px 0px 40px 0px;
}
.footer-title {
	margin: 20px 0px;
	font-size: 20px;
	font-weight: 500;
}
.footer-links-links ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.footer-help-text {
	margin-bottom: 20px;
}
.header-title-inner {
	margin: 20px 0px 10px 0px;
	border-bottom: 1px solid #f2f2f2;
	overflow: hidden;
	max-height: 56px;
}
.header-title-title {
	font-size: 25px;
	font-weight: 500;
	float: left;
	margin-right: 20px;
}
.header-title-quote {
	float: right;
	line-height: 35px;
}
.header-title-title,
.header-title-quote {
	display: inline-block;
	margin-bottom: 20px;
}
.project-images {
	width: 100%;
	height: 277px;
	font-size: 0px;
	border-radius: 5px;
	box-shadow: 1px 1px 5px -3px rgba(0, 0, 0, 0.8);
	margin-bottom: 40px;
}
.projects .project:last-child .project-images {
	margin-bottom: 20px;
}
.project-images table {
    width: 100%;
    height: 100%;
    border-spacing: 5px;
    border-collapse: unset;
}
.project-images table td {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.project-text-title {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 500;
}
.project-text-text {
	margin-bottom: 20px;
}
.tekstvak1, 
.tekstvak2 {
	margin-bottom: 20px;
}
.tekstvak-title {
	margin-bottom: 20px;
	font-weight: 500;
}
.tekstvak2 {
	padding: 20px;
	background-color: #f2f2f2;
}
.oplossingen {
	margin-top: 10px;
}
.oplossingen-tekst {
	margin-top: 20px;
}
.oplossing {
	margin-bottom: 20px;
}
.oplossing-inner {
	border: 5px solid white;
	border-radius: 5px;
	box-shadow: 1px 1px 5px -3px rgba(0, 0, 0, 0.8);
}
.oplossing-title {
	font-weight: 500;
}
.oplossing-texts {
	padding: 20px;
}
.oplossing-text {
	margin-top: 20px;
    overflow: hidden;
}
.oplossing-video {
	-webkit-user-select: none;
}
.contact-google-maps #map {
	height: 400px;
}
.contact-google-maps {
	border: 5px solid white;
	border-radius: 5px;
	box-shadow: 1px 1px 5px -3px rgba(0, 0, 0, 0.8);
	margin-bottom: 20px;
}
.contact-details {
	margin-bottom: 20px;
}
.contact-details .contact-details-title:first-child {
	margin: 0px 0px 20px 0px;
}
.contact-details-title {
	margin: 20px 0px;
	font-weight: 500;	
}
.input-title,
.input-title-empty {
	margin: 0px 0px 20px 0px;
	font-weight: 500;	
}
input, select, textarea {
	width: 100%;
	margin-bottom: 20px;
	padding: 10px 15px;
	color: #333;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select {
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 10px;
}
input::placeholder, input::placeholder, textarea::placeholder {
  color: #b9b9b9;
  opacity: 1;
}
input, select {
	height: 50px;
}
textarea {
	height: 150px;
	min-height: 150px;
	max-height: 150px;
	max-width: 100%;
	min-width: 100%;
}
.input-title-empty {
	min-height: 0px;
}
form button {
	float: right;
	margin: 0px 0px 20px 0px;
}
.header-nav-links-button {
	display: inline-block;
    float: right;
    height: 60px;
    width: 60px;
	overflow: hidden;
	cursor: pointer;
}
.header-nav-links-button.active .not-active {
	display: none;
}
.header-nav-links-button .active,
.header-nav-links-button .not-active {
    height: 60px;
    width: 60px;
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	background-size: 60%;
	border-bottom: 2px solid;
    border-radius: 5px;
}
.header-nav-links-button .active {
	background-image: url('../images/menu-icon-active.png');
}
.header-nav-links-button .not-active {
	background-image: url('../images/menu-icon-not-active.png');
}
.mail-form-output-title {
	margin: 0px 0px 20px 0px;
	font-weight: 500;	
}
.mail-form-output-container {
    padding: 15px 20px;
    border: 5px solid white;
    background-color: #dbffdb;
    color: green;
    border-radius: 5px;
    box-shadow: 1px 1px 5px -3px rgba(0, 0, 0, 0.8);
    margin-bottom: 20px;
}
.mail-form-output.fail .mail-form-output-container {
	background-color: #ffdbdb;
    color: red;
}
.submit {
	overflow: hidden;
}
.mail-form-output {
	display: none;
}
.loading {
	color: rgba(0,0,0,0);
	background-image: url('../images/loading.gif');
	background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
}
.loading:hover {
	color: rgba(0,0,0,0);
}
.maps-container {
	height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 420px) {
	.col-xs-6 {
		width: 100%;
	}
}
@media (max-width: 480px) {
	.project-images {
		height: 170px;
	}
	.header-quote-inner {
		font-size: 55px;
		line-height: 60px;
	}
}
@media (min-width: 992px) {
	.projects .project:nth-child(even) .element {
		float: right;
	}
	.input-title-empty {
		min-height: 25px;
	}
	.header-nav-links-button {
		display: none;
	}
}
@media (max-width: 991px) {
	#anchor {
	    margin-top: -117px;
	}
	.header-nav {
		position: fixed;
		top: 0px;
		width: 100%;
		background-color: white;
		z-index: 1000;
		box-shadow: 0px -4px 7px 2px rgba(0, 0, 0, 0.20);
	}
	.header .header-image {
		margin-top: 100px;
	}
	.header-nav-links {
		display: none;
		float: none;
		height: auto;
		position: fixed;
		left: 0px;
		right: 0px;
		margin: 0px;
		padding: 0px;
		top: 100px;
		width: 100%;
		background-color: white;
		z-index: 1000;
		box-shadow: inset 0px 16px 9px -22px rgba(0, 0, 0, 0.60);
	}
	.header-nav-links.active {
		display: inline-table;
	}
	.header-nav-links ul li {
		display: block;
		width: 100%;
	}
	.header-nav-links ul li a.button {
		margin: 15px;
		padding: 20px;
	}
	.header-nav-links ul li a {
		display: block;
		border-bottom: 1px solid #f2f2f2;
		padding: 15px;
	}
	.header-nav-bg-mobile.active {
		top: 100px;
		height: 100%;
		width: 100%;
		background-color: rgba(1,1,1,0.5);
		display: block;
		z-index: 100;
		position: fixed;
	}
	.header-blocks .header-block {
		margin: 0px 0px 2px 0px;
	}
	.header-blocks .header-block:last-child {
		margin: 0px 0px 20px 0px;
	}
	.header-block-image {
		display: none;
	}
	.header.big .header-blocks {
    	margin-top: -32px;
	}
	.header.big .header-image {
    	height: 180px;
	}
	.input-title-empty {
		display: none;
	}
}
