﻿@charset "utf-8";
/* CSS Document 
grijs #F3F3F3 rgba(243, 243, 243)
roze  #F52597 rgba(245, 37, 151)
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
.fullshadow-small {
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
}
.shadow {
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
}
.shadow-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	-moz-box-shadow: inset 0px 20px 16px -18px rgba(0,0,0,0.8), inset 0px -20px 16px -18px rgba(0,0,0,0.8);
	-webkit-box-shadow: inset 0px 20px 16px -18px rgba(0,0,0,0.8), inset 0px -20px 16px -18px rgba(0,0,0,0.8);
	box-shadow: inset 0px 20px 16px -18px rgba(0,0,0,0.8), inset 0px -20px 16px -18px rgba(0,0,0,0.8);
	z-index: 4;
	top: 0;
	left: 0;
}
.shadow-bottom-right {
	-moz-box-shadow: 6px 6px 8px #000;
	-webkit-box-shadow: 6px 6px 8px #000;
	box-shadow: 6px 6px 8px #000;
}
.jssorb051 .i {
	position: absolute;
	cursor: pointer;
}
.jssorb051 .i .b {
	fill: #fff;
	fill-opacity: 0.5;
	stroke: #000;
	stroke-width: 400px;
	stroke-miterlimit: 10;
	stroke-opacity: 0.5;
}
.jssorb051 .i:hover .b {
	fill-opacity: .7;
}
.jssorb051 .iav .b {
	fill-opacity: 1;
}
.jssorb051 .i.idn {
	opacity: .3;
}
.jssora051 {
	display: block;
	position: absolute;
	cursor: pointer;
}
.jssora051 .a {
	fill: none;
	stroke: #fff;
	stroke-width: 360px;
	stroke-miterlimit: 10;
}
.jssora051:hover {
	opacity: .8;
}
.jssora051.jssora051dn {
	opacity: .5;
}
.jssora051.jssora051ds {
	opacity: .3;
	pointer-events: none;
}
.lijntitel {
	margin: auto;
	height: 5.2px;
	margin-bottom: 40px;
	width: 100%;
	max-width: 90px;
	background: #F52597;
	background-color: rgba(245, 37, 151, 1);
}
html, body {
	margin: 0!important;
	padding: 0!important;
	height: 100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 17.2px;
	line-height: 24px;
}
header.mobiel {
	visibility: hidden;
	display: none !important;
}
header {
	display: block;
	top: 80px;
	z-index: 100;
	position: absolute;
	width: 100%;
	max-width: 1820px !important;
	left: 50%;
	transform: translate(-50%);
	background-color: #333;
	height: 80px;
	-moz-box-shadow: 6px 6px 8px #000;
	-webkit-box-shadow: 6px 6px 8px #000;
	box-shadow: 6px 6px 8px #000;
}
.knoppen-bottom
{
	width:100%;
	max-width:480px;
	height:120px;
	position:absolute;
	left:50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	bottom:0px;
	z-index:3;
	
}
.header_container
{
	display:block;
	margin:auto;
position: relative;
	width: 100%;
	margin:auto;
	text-align:center;
	z-index:2;

}
span.fadehead {
	z-index: 6;
	position: relative;
	display: block;
	opacity: 0;
	animation: fadeIn 1s forwards;
}
span.fadeb1 {
	z-index: 1;
	display: block;
	opacity: 0;
	animation: fadeIn 1.5s forwards;
}
.fadeb2 {
	animation: fadeIn 2s forwards !important;
}
.fadeb3 {
	animation: fadeIn 4s forwards !important;
}
 @keyframes fadeIn {
 0% {
 opacity: 0;
 transform: translateY(60px);
}
 30% {
 opacity: 0;
}
 100% {
 opacity: 1;
 transform: translateY(0);
}
}
.btn-contact {
	font-family: 'Futura BdCn BT';
	position: relative;
	margin: auto;
	width: 200px;
	height: 50px;
	line-height: 50px;
	color: #FFF;
	font-size: 20px;
	text-align: left;
	-webkit-appearance: none;
	display: block;
	background-color: #F29400;
	text-transform: uppercase;
	float: left;
	border: 1.8px #FFFFFF solid;
	padding-left: 35px;
}
.btn-contact:hover {
	transform: scale(0.85);
	opacity: 0.9;
	text-decoration: none;
	color: #FFF;
}
.btn-contact-icon {
	position: absolute;
	right: 15px;
	top: 0;
	width: 50px;
	height: 50px;
	background: url(images/contact-icon.png) no-repeat;
}
a.btn-nieuws {
	position: relative;
	text-transform: uppercase;
	font-family: 'Futura BdCn BT';
	margin: auto;
	width: 200px;
	height: 50px;
	line-height: 50px;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	-webkit-appearance: none;
	display: block;
	background-color: #333;
	transition: transform 0.5s;
	font-weight: bold;
	float: right;
	border: 1.8px #FFFFFF solid;
	padding-left: 20px;
}
a.btn-nieuws:hover {
	transform: scale(0.85);
	opacity: 0.9;
	text-decoration: none;
	color: #FFF;
}
.btn-nieuws-icon {
	position: absolute;
	right: 10px !important;
	top: 0;
	width: 50px;
	height: 50px;
	background: url(images/projecten-icon.png) no-repeat;
}
a.btn-alle_nieuws {
	font-family: 'Futura BdCn BT';
	position: relative;
	margin: auto;
	margin-top: 50px;
	width: 200px;
	height: 50px;
	line-height: 50px;
	color: #FFF;
	font-size: 20px;
	text-align: left;
	-webkit-appearance: none;
	display: block;
	background-color: #F29400;
	transition: transform 0.5s;
	text-transform: uppercase;
	border: 1.8px #FFFFFF solid;
	padding-left: 40px;
}
a.btn-alle_nieuws:hover {
	transform: scale(0.85);
	opacity: 0.9;
	text-decoration: none;
	color: #FFF;
	background-color: #333;
}
.btn-alle_nieuws-icon {
	position: absolute;
	right: 20px;
	top: 0;
	width: 50px;
	height: 50px;
	background: url(images/alle_projecten-icon.png) no-repeat;
}
.actief {
	color: #F52597 !important;
}
a.btn-meer-fotos {
	font-family: 'Futura BdCn BT';
	position: relative;
	margin: auto;
	margin-top:20px;
	width: 180px;
	height: 45px;
	line-height: 45px;
	color: #FFF;
	font-size: 20px;
	text-align: left;
	-webkit-appearance: none;
	display: block;
	background-color: #F29400;
	text-transform: uppercase;
	border: 1.8px #FFFFFF solid;
	padding-left: 35px;
}
a.btn-meer-fotos:hover {
	transform: scale(0.85);
	opacity: 0.9;
	text-decoration: none;
	color: #FFF;
}
a.btn-meer-fotos span {
	position: absolute;
	right: 20px;
	top: 0;
	width: 45px;
	height: 45px;
	background: url(images/arrow-icon.png) no-repeat;
}
a.btn-terug {
	font-family: 'Futura BdCn BT';
	position: relative;
	margin: auto;
	margin-top:20px;
	width: 110px;
	height: 45px;
	line-height: 45px;
	color: #FFF;
	font-size: 20px;
	text-align: right;
	-webkit-appearance: none;
	display: block;
	background-color: #F29400;
	text-transform: uppercase;
	border: 1.8px #FFFFFF solid;
	padding-right: 25px;
	cursor:pointer;
}
a.btn-terug:hover {
	transform: scale(0.85);
	opacity: 0.9;
	text-decoration: none;
	color: #FFF;
}
a.btn-terug span {
	transform: rotate(180deg);
	position: absolute;
	left: 12px;
	top: 0;
	width: 45px;
	height: 45px;
	background: url(images/arrow-icon.png) no-repeat;
}
.table-row-home {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
justify-content: center;
	margin: 0px;
}
.table-home img:last-child {
	margin-bottom: 0px;
}
.table-home-links {
	flex: 0 auto;
	width: 48% !important;
}
.table-home-tussen {
	width: 4% !important;
	flex: 0 auto;
}
.table-home-rechts {
	width: 48% !important;
	flex: 0 auto;
}
.home_table {
	display: table;
	width: 100%;
	max-width: 1140px;
	margin: auto;
	table-layout: fixed;
}
.home_cell {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	width: 100%;
}
.home_links {
	padding-top: 0;
	margin-top: 0;
	width: 60%;
}
.home_tussen {
	width: 5%;
}
.home_rechts {
	width: 35%;
}
.main_table {
	display: table;
	width: 100%;
	max-width: 1340px;
	margin: auto;
	table-layout: fixed;
}
.main_cell {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	width: 100%;
}
.main_links {
	padding-top: 0;
	margin-top: 0;
	width: 52%;
}
.main_tussen {
	width: 3%;
}
.main_rechts {
	width: 45%;
}
.main_padding {
	padding: 40px;
}
.ctr ul, .ctr-paginas ul {
	list-style: none;
	padding-left: 0;
	text-align: left;
	margin:20px 0 35px 0;
}
.ctr ul li, .ctr-paginas ul li {
	position: relative;
	padding-left: 35px;
	margin-bottom:10px;

	color: #FFF;
}

.ctr ul li:before, .ctr-paginas ul li:before {
	content: '';
	width: 10px;
	height: 16px;
	position: absolute;
	background-image: url('images/li.png');
	background-size: cover;
	background-position: center;
	left: 0;
	top: 4px;
}
.collage-paginas {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	justify-content: center;
}
.collage-paginas div {
	display: block;
	flex: 1 0 calc(50% - 10px);
	margin-left: 10px;
	margin-bottom: 10px;
	width: 50%;
	text-align: center;
}
.collage-paginas div:last-child {
	margin-bottom: 0px;
}
.collage-paginas div img {
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
	display: block;
	width: 100%;
	height: auto;
}
.flex-nieuws {
	display: flex;
	flex-wrap: wrap;
	align-items:flex-start;
	justify-content:center;
	margin-left: -35px;
	margin-top: 20px;
}
a.nieuws-3 {
	display: block;
	position: relative;
	flex: 1 0 calc(33.333% - 35px);
	color: #4D4D4D;
	background-color:#FFF;
	font-size: 16px;
	vertical-align: text-top;
	width: 33.333%;
	margin-left: 33px;
	text-decoration: none !important;
	text-align: left;
	vertical-align: central;
	margin-bottom: 40px;
	border: 1px solid #ccc;
	border-bottom: 5px solid #78828B;
	transition: ease-in-out 0.2s !important;
}
a.nieuws-3 {
	display: block;
	max-width: calc(33.333% - 35px);
}
.nieuws_padding {
	padding: 35px 15px 45px 15px;
}
a.nieuws-3 h1 {
	font-family: 'Futura BdCn BT';
	text-transform: none;
	font-size: 35px;
	line-height: 45px;
	color: #000;
	text-align: left;
	transition: ease-in-out 0.2s !important;
	margin-bottom: 0px !important;
}
a.nieuws-3 p {
	margin-top: 20px !important;
}
a.nieuws-3:hover {
	-webkit-transform: scale(1.03) !important;
	-ms-transform: scale(1.03) !important;
	transform: scale(1.03) !important;
	border-bottom: 5px solid #F29400;
}
a.nieuws-3:hover h1, a.nieuws-3:hover span.dots, a.nieuws-3:hover {
	color: #F29400;
}
span.dots {
	font-size: 30px;
}
.nieuws-schaduw {
	-moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
	box-shadow: 0 0 3px #ccc;
}
a.nieuws-3:hover .nieuws-schaduw {
	-moz-box-shadow: 0 0 5px #333;
	-webkit-box-shadow: 0 0 5px #333;
	box-shadow: 0 0 5px #333;
}
a.nieuws-3:hover {
	transition: .5s ease-in-out;
}
a.nieuws-3 em {
	font-size: 15px;
	line-height: 15px;
	margin-bottom: 30px;
}
.nieuws-3 img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: auto;
}

.container_head_foto {
	width: 100%;
	max-width: 100%;
	margin-bottom: 40px;
	position: relative;
	color: #FFF;
	clip-path: polygon(0 0, 100% 0, 100% 85%, 81% 85%, 71% 100%, 0 100%);
}
.container_head_foto img {
	width: 100%;
	height: auto;
	max-width: 100%;
	display: block;
	object-fit: cover;
	height: 750px;
}
.overlay-project {
	outline: 0;
	position: absolute;
	margin: 0;
	left: 0;
	bottom: 0;
	height: 750px;
	width: 100%;
	background: rgba(51,51,51,0);
	background: -moz-linear-gradient(top, rgba(51,51,51,0) 60%, rgba(51,51,51,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(60%, rgba(51,51,51,0)), color-stop(100%, rgba(51,51,51,1)));
	background: -webkit-linear-gradient(top, rgba(51,51,51,0) 60%, rgba(51,51,51,1) 100%);
	background: -o-linear-gradient(top, rgba(51,51,51,0) 60%, rgba(51,51,51,1) 100%);
	background: -ms-linear-gradient(top, rgba(51,51,51,0) 60%, rgba(51,51,51,1) 100%);
	background: linear-gradient(to bottom, rgba(51,51,51,0) 60%, rgba(51,51,51,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	clip-path: polygon(0 0, 100% 0, 100% 85%, 81% 85%, 71% 100%, 0 100%);
}
.container_head_foto span {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	height: auto;
}
.header-midden {
	width: 100%;
	max-width: 1240px;
	margin: auto;
}
.container_head_foto h1 {
	font-family: 'Futura BdCn BT';
	font-weight: bold;
	margin-top: 0px !important;
	padding-top: 0px !important;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	color: #FFF;
	font-size: 55px;
	line-height: 55px;
	text-align: left;
	text-shadow: 2px 3px #000000;
	text-transform: none !important;
}
.actueel_mobiel {
	display: none;
}
.datum {
	display: block;
	position: relative;
	width: 260px;
	font-size: 16px;
	padding-left: 30px;
}
.btn-icon-klok {
	position: absolute;
	left: 0px;
	top: 8.5px;
	width: 20px;
	height: 20px;
	background: url(images/klok.png) no-repeat;
}
.collage {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	justify-content: center;
}
.collage div {
	display: block;
	flex: 1 0 calc(25% - 20px);
	margin-left: 20px;
	margin-bottom: 20px;
	width: 25%;
	text-align: center;
}
.collage div {
	display: block;
	max-width: calc(25% - 20px);
}
.collage div img {
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
	display: block;
	width: 100%;
	height: auto;
}
.flex-blok-container ul {
	list-style: none;
	padding-left: 0;
	text-align: left;
}
.flex-blok-container ul li {
	position: relative;
	padding-left: 35px;
	font-size: 15px;
}
.flex-blok-container li:before {
	content: '';
	width: 21px;
	height: 21px;
	position: absolute;
	background-image: url('images/li.png');
	background-size: cover;
	background-position: center;
	left: 0;
	top: 6px;
}
.flex-blok-container {
	display: flex;
	align-items: flex-start; /* NEW */
	flex-wrap: wrap;
	margin-top: 50px;
	margin-left: -25px;
}
.no-margin-top {
	margin-top: 0px !important;
}
.naw_ctr {
	max-width: 100%;
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 20px;
	padding-bottom: 40px;
	display: block;
	position: relative;
	font-size: 20px;
	background-color: #333;
	text-transform: none;
}
.naw_ctr a {
	color: #FFF;
	text-decoration: none;
}
.naw_ctr a:hover {
	color: #F29400;
	text-decoration: none !important;
}
.naw_ctr a:active {
	color: #FFF;
}

.naw_table {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 15px;
}
.naw_cell {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	width: 100%;
	color: #FFF;
}
.naw_links {
	padding-top: 0;
	margin-top: 0;
	width: 60px;
	max-width: 60px !important;
}
.naw_tussen {
	width: 60px;
}
.naw_rechts {
	padding-top: 11px;
	width: auto;
}
.naw_links img {
	padding-top: 0px !important;
	margin: 0px;
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}
.medewerkers_center {
	width: 100%;
	max-width: 1340px;
	margin: auto;
}
.flex-medewerkers {
	display: flex;
	flex-wrap: wrap;
	margin-left: -35px;
	justify-content: center;
}
.medewerkers-4 {
	display: block;
	flex: 1 0 calc(33.333% - 40px);
	vertical-align: text-top;
	width: 33.333%;
	margin-left: 38px;
	text-decoration: none !important;
	text-align: center;
	vertical-align: central;
	margin-bottom: 40px;
	color:#333;
	font-size: 17px;
	background-color: #FFF;
	transition: all .3s ease-in-out;
}
.medewerkers-4 {
	display: block;
	max-width: calc(33.333% - 40px);
}
.medewerkers-4:hover {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
	box-shadow: 0 0 15px #A5A5A5;
	-moz-box-shadow: 0 0 15px #A5A5A5;
	-webkit-box-shadow: 0 0 15px #A5A5A5;
	-ms-box-shadow: 0 0 15px #A5A5A5;
	background-color: #FFF;

}
.m-schaduw {
	-moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
	box-shadow: 0 0 3px #ccc;
}
.m-schaduw:hover {
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}
.m-padding {
	padding-top: 15px;
	padding-left: 4px;
	padding-bottom: 15px;
	padding-right: 4px;
}
.medewerkers-4 img {
	border-radius: 50%;
	display: block;
	width: 100%;
	max-width: 80%;
	height: auto;
	margin: auto;
	margin-bottom: 15px;
}
.mail_center {
	
	width: 100%;
	max-width: 100%;
	margin: auto;
	margin-bottom:10px;
	text-align: center;
}
.medewerkers-4 a.email-medewerkers, .medewerkers-4 a.tel-medewerkers {
	margin-left: 8px;
	text-align: left;
	vertical-align: central;
	display: inline-block;
	width: auto;
	line-height: 20px;
	margin-bottom: 8px;
	color: #F29400;
}

.medewerkers-4 a.email-medewerkers span {
	margin-right: 10px;
	width: 33px;
	height: 22px;
	display: inline-block;
	top: 0;
	background: url(images/email-medewerkers.png) no-repeat;
}

.medewerkers-4 a.tel-medewerkers span {
	margin-right: 10px;
	width: 33px;
	height: 22px;
	display: inline-block;
	top: 0;
	background: url(images/tel-medewerkers.png) no-repeat;
}

.medewerkers-4 h1 {
	font-family: 'Futura BdCn BT';
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	font-size: 34px !important;
	text-shadow: none;
	line-height: 40px !important;
	color: #333 !important;
	text-transform: uppercase;
	text-align: left;
}

.flex-blok-container img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	margin-top: 15px;
}
.home_table h1 {
	font-family: 'Amaranth', sans-serif;
	font-size: 32px;
	font-weight: normal;
	line-height: 50px;
	text-align: left;
	padding: 0 !important;
	margin: 0 !important;
	color: #000;
}
.blok-3 {
	position: relative;
	flex: 0 calc(33.333% - 25px);
	width: 33.333%;
	margin-left: 25px;
	margin-bottom: 25px;
	outline: 0;
	text-align: left;
	text-decoration: none;
}
.blok-3 {
	max-width: calc(33.333% - 25px);
}
.blok-2 {
	position: relative;
	flex: 0 calc(50% - 25px);
	margin-left: 25px;
	margin-bottom: 25px;
	outline: 0;
	text-align: left;
	text-decoration: none;
}
.blok-2 {
	max-width: calc(50% - 25px);
}
.blok-1 {
	position: relative;
	flex: 0 calc(100% - 25px);
	margin-left: 25px;
	margin-bottom: 25px;
	outline: 0;
	text-align: left;
	text-decoration: none;
}
.blok-1 {
	max-width: calc(100% - 25px);
}
a.ctab {
	width: 100%;
	max-width: 260px;
	height: 55px;
	line-height: 55px;
	font-family: 'Amaranth', sans-serif;
	color: #FFF;
	text-align: center;
	background-color: #F52597;
	border-radius: 12px;
	display: block;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
a.ctab:hover {
	background-color: #333;
	text-decoration: none;
	color: #FFF;
}
.padding_full {
	padding: 18px;
}
.padding_full_left_right {
	padding-left: 18px;
	padding-right: 18px;
}
.padding_full_left_right_bottom {
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: 0px;
}
.container p {
	margin-bottom: 20px;
}
.ctr {
	margin: 0px;
	padding-top: 90px;
	padding-bottom: 90px;
	width: 100%;
	position: relative;
}
.ctr-paginas p {
	margin-bottom: 25px;
}
.ctr-paginas p:last-child {
	margin-bottom: 0px;
}
 .ctr-paginas {
	margin: 0px;
	padding-top: 60px;
	padding-bottom: 90px;
	width: 100%;
	position: relative;
	
	
}
.ctr-paginas h1 {
	font-family: 'Futura BdCn BT';
	text-align: center;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 65px;
	font-size: 45px;
	text-shadow: none;
	line-height: 70px;
	color:#333;
	text-transform: uppercase;
	
}
.ctr-paginas-titel
{
	max-width:100%;
	margin:auto;
	text-align:center;
	margin-bottom:40px;
	
}

.ctr-paginas-titel h1 {
	font-family: 'Futura BdCn BT';
	text-align: center;
	padding-top: 0px;
	margin-top: 0px;
	top:0;
	font-size: 45px;
	color:#D6D6D6;
	text-shadow: none;
	line-height: 70px;
	display:inline;
	text-transform: uppercase;
	
}
.ctr-paginas-titel span
{
	position:relative;
	top:-19px;
	right:14px;
	 width: 40px;
    height: 40px;
    display: inline-block;
    background-image: url('images/bled-icon-titel.png');
    background-repeat: no-repeat;
}


.licht-grijs {
	background-color: #F1F2F3 !important;
}
.groen {
	margin-top: 0px;
	background-color: #0D5372;
	min-height: 250px;
}
.grijs {
	background: #F3F3F3;
	background-color: rbga(243, 243, 243, 1);
}
.grijzer {
	background: #B3B3B3;
}
.dgrijs {
	min-height: 250px;
	background: #333;
	background-color: rgba(51,51,51,1);
	color: #FFF !important;
}
.grijs-333 {
	background: #333;
	background-color: rgba(51,51,51,1);
	color:#D6D6D6;
}
.vid-container {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0px !important;
	padding: 0px !important;
}
video {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	margin: 0px !important;
	padding: 0px !important;
	outline:0 !important;
}
.schaduw-video {
	position: absolute;
	width: 100%;
	height: 100%;
	-moz-box-shadow: inset 0px 11px 8px -10px rgba(0,0,0,0.8);
	-webkit-box-shadow: inset 0px 11px 8px -10px rgba(0,0,0,0.8);
	box-shadow: inset 0px 11px 8px -10px rgba(0,0,0,0.8);
	top: 0;
	left: 0;
}
.center {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1640px;
}
.container_smaler {
	max-width: 1024px;
}
.text_small_center {
	width: 100%;
	max-width: 980px;
	text-align: center;
	margin: auto;
}

.text_small_left {
	width: 100%;
	max-width: 850px;
	text-align: left;
	margin: auto;
}
.padding {
	padding-left: 17px;
	padding-right: 17px;
}
.padding-top-bottom {
	padding-top: 40px;
	padding-bottom: 40px;
}
.arrow-down {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%);
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 45px solid #FFF;
}
.ad_grijs {
	border-top: 45px solid #F3F3F3;
}
.ad_dgrijs {
	border-top: 45px solid #333;
}
.ad_roze {
	border-top: 45px solid #F52597;
}
/*
header .logo {
	margin-top: -54px !important;
	float: left;
	width: 400px;
	height: 151px;
	display: block;
	margin-left: 30px;
	position: relative;
	z-index: 3;
	background: url(images/logo.png) no-repeat;
}
*/
header, .content_menu_logo, .small, .large, header.mobiel, .header_container, nav, a, img, .logo, a.back-to-top, li {
	ition: .6s all;
	-moz-transition: .6s all;
	-webkit-transition: .6s all;
	-o-transition: .6s all;
}
.content_menu_logo {
	display: block !important;
	z-index: 100;
	top: 80px;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	background-color: #333;
	height: 80px;
	-moz-box-shadow: 6px 6px 8px #000;
	-webkit-box-shadow: 6px 6px 8px #000;
	box-shadow: 6px 6px 8px #000;
	width: 100%;
	max-width: 1820px !important;
}
.logo {
	margin-top: -52px;
	float: left;
	width: 309px;
	height: 151px;
	display: block;
	margin-left: 30px;
	position: relative;
	z-index: 3;
	background: url(images/logo.png) no-repeat;
}
.large {
	width: 100%;
	max-width: 1820px !important;
}
.small {
	z-index: 100;
	background-color: #333;
	height: 80px;
	-moz-box-shadow: 6px 6px 8px #000;
	-webkit-box-shadow: 6px 6px 8px #000;
	box-shadow: 6px 6px 8px #000;
	display: block;
	top: 0px !important;
	position: fixed;
}

.small .logo {
	width: 143px;
	height: 70px;
	display: block;
	margin-top: 5px;
	margin-left: 30px;
	position: absolute;
	z-index: 3;
	background: url(images/logo-mob-groot.png) no-repeat;
}
.menu, nav, a, img, .logo, a.back-to-top, li {
	ition: .6s all;
	-moz-transition: .6s all;
	-webkit-transition: .6s all;
	-o-transition: .6s all;
}
.buttons_tekst {
	position: absolute;
	width: 100%;
	max-width: 980px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.tekst_header {
	position: relative;
	color: #FFF;
	text-shadow: 1px 2px #333 !important;
	width: 100%;
	display: block;
	text-align: center;
}
.tekst_header h1 {
	text-shadow: 2px 3px #333 !important;
	font-size: 56px;
	line-height: 70px;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}
.tekst_header span {
	font-size: 28px;
	line-height: 36px;
	padding: 0;
}
.buttons {
	margin-top: 20px;
	position: relative;
	display: block;
	max-width: 310px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	z-index: 8;
}
a {
	color: #F29400;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
a:active {
	color: #FFF;
}
.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.fotoo {
	outline: 0;
}
.fout {
	color: #F00 !important;
	font-weight: bold !important;
}
a.pijltje {
	position: absolute;
	z-index: 2;
	bottom: 30px;
	text-align: center;
	display: block;
	background: url(images/pijltje.png) no-repeat;
	width: 40px;
	height: 25px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}
.bounce {
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
	margin: auto;
}
 @keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
 transform: translateY(0);
}
 40% {
 transform: translateY(-30px);
}
 60% {
 transform: translateY(-15px);
}
}
#slider1_container {
	position: relative;
}
img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0;
}
h1 {
	font-family: 'Futura BdCn BT';
	text-align: center;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 35px;
	font-size: 45px;
	color:#333;
	text-shadow: none;
	line-height: 70px;
	text-transform: uppercase;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	margin-top: 40px;
	margin-bottom: 30px !important;
	padding-top: 0px;
	letter-spacing: 1px;
	font-size: 26px;
	line-height: 34px;
	font-weight: bold;
	color:#F29400;
}
h3 {
	font-family: 'Open Sans', sans-serif;
	margin-top: 40px;
	margin-bottom: 20px !important;
	padding-top: 0px;
	letter-spacing: 1px;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color:#FFF;
}
.header-wit {
	color: #FFF;
	text-align: left;
	font-size: 60px;
	text-shadow: none;
	line-height: 70px;
}
.h1-wit {
	color: #FFF;
}
.h1-zwart {
	color: #000;
	text-align: left;
}
.text-center {
	text-align: center !important;
}
.h1-grijs {
	color: #D6D6D6;
	text-align: left;
}
p:last-child {
	margin-bottom: 30px;
}
.blokken-home {
	padding: 0px;
	display: flex;
	align-items:flex-start;
	justify-content:center;
	flex-wrap: wrap;
	margin-top: -280px;
	margin-left: -35px;
}
.blokken-home p {
	padding-bottom: 20px;
}
a.blokken-home-4 {
	flex: 1 0 calc(25% - 35px);
	max-width: calc(25% - 30px);
	margin-left: 35px;
	position: relative;
	display: block;
	outline: 0;
	text-align: left;
	text-decoration: none;
	font-size: 17px;
	line-height: 28px;
	background-color: #FFF;
	color: #000;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	cursor: pointer;
}
.blok-hover {
	padding: 0;
	display: block;
	transition: ease-in-out 0.4s !important;
}
.blok-hover:hover {
	transform: scale(1.04) !important;
}
a.blokken-home-4 img {
	margin-bottom: 15px;
	display: block;
	max-width: 100%;
	width: 100%;
}
a.blokken-home-4 h1 {
	font-family: 'Futura BdCn BT';
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 35px;
	text-shadow: none;
	line-height: 40px;
	color: #000;
	text-transform: uppercase;
	text-align: left;
}
.parallax {
	/* The image used */	
	background-image: url("images/back_foto_home.jpg");
	position: relative;
	min-height: 550px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-box-shadow: inset 0px 11px 8px -10px rgba(0,0,0,0.8), inset 0px -11px 8px -10px rgba(0,0,0,0.8);
	-webkit-box-shadow: inset 0px 11px 8px -10px rgba(0,0,0,0.8), inset 0px -11px 8px -10px rgba(0,0,0,0.8);
	box-shadow: inset 0px 11px 8px -10px rgba(0,0,0,0.8), inset 0px -11px 8px -10px rgba(0,0,0,0.8);
}
.container_bel_terug {
	position: relative;
	padding: 0;
	background-image: url("images/back_foto_bel_terug.jpg");
	height: 100%;
	height: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	background-color: #FFF;
}
.text_small_bel_terug_center {
	padding-top: 60px;
	width: 100%;
	max-width: 1140px;
	text-align: center;
	margin: auto;
}
.text_small_volgons_center {
	width: 100%;
	max-width: 1120px;
	text-align: center;
	margin: auto;
	font-family: 'Futura BdCn BT';
	color: #296822;
	font-size: 35px;
	line-height: 35px;
}
.text_small_volgons_center span {
	font-family: 'Segoe Print';
}
.flex-volg-ons {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.volg-ons-3 {
	flex: 1 auto;
	text-align: center;
	width: 33.333%;
}
.flex-icons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-left: -12px;
	height: 50px;
}
.flex-icons > div {
	width: auto;
	text-align: center;
	margin-left: 12px;
	transition: ease-in-out .2s;
}
.flex-icons > div :hover {
	transform: scale(1.08);
}
.maps {
	border-radius: 8px;
	padding: 8px;
	border: 2px #e5e5e5 solid;
	margin-bottom: 15px;
	position: relative;
	z-index: 2;
}
.main_rechts iframe, .youtube-embed-wrapper
{
-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
	display: block;
	width: 100%;
	height: auto;
}
.maps_iframe {
	padding: 0;
	margin: 0;
	width: 100%;
	border: 0;
	max-width: 100%;
	min-height: 270px;
	position: relative;
	height: auto !important;
	display: block;
}
.maps_contact {
	border-radius: 8px;
	padding: 8px;
	border: 2px #e5e5e5 solid;
	margin: 0px;
}
.maps_iframe_contact {
	padding: 0;
	margin: 0;
	width: 100%;
	border: 0;
	max-width: 100%;
	min-height: 470px;
	position: relative;
	height: auto !important;
	display: block;
}
.footer_container {
	position: relative;
	margin: 0;
	padding: 0;
	height: 100%;
	height: auto;
	width: 100%;
	background-color: #333;
	font-size: 16px;
}
a.back-to-top {
	position: absolute;
	left: 50%;
	top: 50px;
	transform: translate(-50%);
	background: url(images/arrow.png) no-repeat;
	width: 50px;
	height: 50px;
	z-index: 20;
	outline: none !important;
	transition: ease-in-out 0.4s;
	border: 2.1px #FFF solid;
	margin: 0;
}
a.back-to-top:hover {
	background: url(images/arrow-hover.png) no-repeat;
}
.footer_top {
	position: absolute;
	background-color: #FFF;
	width: 100%;
	top: -0.5px;
	height: 100%;
	height: 80px;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.riet {
	position: absolute !important;
	right: 0;
	bottom: 0 !important;
	width: 100%;
	max-width: 248px;
	height: auto;
	display: block;
	z-index: 8;
}
.riet img {
	width: 100%;
	height: auto;
	max-width: 248px;
	display: block;
}
.flex-footer {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-left: -50px;
	margin-bottom: 0;
	margin-top: 60px;
	padding: 0;
}
.footer-2 {
	margin-top: 20px;
	position: relative;
	display: block;
	flex: 1 0 calc(50% - 50px);
	vertical-align: text-top;
	width: 50%;
	margin-left: 50px;
	padding: 0;
	text-align: left;
	outline: 0;
	color: #FFF;
	line-height: 24px;
	font-size: 16px;
	line-height: 26px;
}
.footer-2 {
	display: block;
	max-width: calc(43% - 50px);
}
.footer-2:nth-child(2), .footer-2:nth-child(3) {
	text-align: center !important;
}
.footer-2 ul {
	list-style: none;
	padding-left: 0;
	text-align: left;
	margin: auto;
	max-width: 220px;
}
.footer-2 ul li {
	position: relative;
	padding-left: 55px;
	font-size: 17px;
	margin-bottom: 20px;
}
.footer-2 li:before {
	content: '';
	width: 25px;
	height: 25px;
	position: absolute;
	background-image: url('images/li_footer.png');
	background-size: cover;
	background-position: center;
	left: 0;
	top: 0px;
}
.footer-2 a {
	color: #FFF;
	text-decoration: none;
	transition: ease-in-out .3s;
}
.footer-2 a:hover {
	color: #F29400!important;
	text-decoration: none !important;
}
.logo_footer, .logo_contact {
	width: 100%;
	max-width: 380px !important;
	height: auto;
	display: block;
	margin-top: -50px;
	margin-bottom: 40px;
}
.footer-2 h1 {
	font-family: 'Futura BdCn BT';
	text-align: center;
	padding-top: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 40px;
	text-shadow: none;
	line-height: 50px;
	text-transform: uppercase
}
.footer-2 a {
	color: #FFF !important;
	text-decoration: none;
}
.footer-2 a:hover {
	color: #FFF;
	text-decoration: underline;
}
a.mail {
	color: #895E3A;
	text-decoration: none;
}
a.mail:hover {
	color: #FFF;
	text-decoration: underline;
}
.logo-footer-klein
{

	max-width:240px !important;
	height:auto;
	display:block !important;
	margin:auto;
	padding:0;

}
.socialcontainer {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	max-width: 135px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	display: block;
}
.sitemap ul {
	list-style: none;
	padding-left: 0;
	text-align: left;
}
.sitemap ul li {
	position: relative;
	padding-left: 35px;
	font-weight: bold;
	color: #F29400 !important;
}
.sitemap ul li a {
	color: #FFF !important;
}
.sitemap ul li:before {
	content: '';
	width: 17px;
	height: 16px;
	position: absolute;
	background-image: url('images/li_sitemap.png');
	background-size: cover;
	background-position: center;
	left: 0;
	top: 2px;
}
.sitemap ul ul 
{
	margin-bottom:15px;
}
.sitemap ul ul li {
	position: relative;
	padding-left: 35px;
	font-weight: normal;
}
.sitemap ul ul li a {
	color: #FFF;
}
.sitemap ul ul li:before {
	content: '';
	width: 7px;
	height: 12px;
	position: absolute;
	background-image: url('images/li_li_sitemap.png');
	background-size: cover;
	background-position: center;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.copyright {
	position: relative;
	color: #FFF;
	display: block;
	width: 100%;
	max-width: 100%;
	margin: auto;
	font-size: 16px;
	text-align: center;
	margin-top: 40px;
	padding-bottom: 0px;
}
.copyright a {
	color: #FFF;
	text-decoration: none;
}
.copyright a:hover {
	text-decoration: underline;
}
hr {
	margin-top: 20px;
	margin-bottom: 30px;
	height: 1px;
	background: #E5E5E5;
	font-size: 0;
	border: 0;
}
hr.bottom {
	margin-top: 20px;
	margin-bottom: 30px;
	height: 1px;
	background: #666;
	font-size: 0;
	border: 0;
}
.ss {
	display: relative;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 130px;
}
.realisatie {
	display: inline-block;
}
a.studiosmids_logo {
	margin-top: 8px;
	display: inline-block;
	width: 130px;
	height: 15px;
	background-image: url('images/studiosmids.png');
	background-size: cover;
	background-position: center;
	transition: all 0.4s ease-in-out;
	float: left;
}
a.studiosmids_logo:hover {
	transform: scale(1.1);
}
a.hdstudio_logo {
margin-top: 8px;
	display: inline-block;
	width: 85px;
	height: 28px;
	background-image: url('images/hd-studio.png');
	background-size: cover;
	background-position: center;
	transition: all 0.4s ease-in-out;
}
a.hdstudio_logo:hover {
	transform: scale(1.2);
}
@media screen and (max-width:1689px) {
#head .padding {
	padding-left: 0px;
	padding-right: 0px;
}
#head .logo-mobiel {
	margin-left: 30px !important;
}
}
 @media screen and (max-width : 1498px) {
.bon {
	top: 0px;
	right: 0px;
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	margin: 0px !important;
	max-width: 100% !important;
}
}
 @media screen and (max-width : 1435px) {
.riet {
	max-width: 200px;
}
.riet img {
	width: 100%;
	height: auto;
	max-width: 200px;
	display: block;
}
}
 @media screen and (max-width : 1380px) {
a.nieuws-3 {
	flex: 1 0 calc(50% - 35px);
	width: 100%;
	transition: none;
}
a.nieuws-3 {
	display: block;
	max-width: calc(50% - 35px);
}
}
 @media screen and (max-width : 1370px) {
a.foto-effect p {
	bottom: 10px;
}
h1.titelfotonieuws {
	font-family: 'Amaranth', sans-serif;
	font-size: 26px;
	font-weight: normal;
	line-height: 32px !important;
	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	color: #FFF;
	text-shadow: none;
}
}
@media screen and (max-width:1350px) {
header {
	top: 55px;
}

.riet, .riet img {
	max-width: 120px;
}
.collage div {
	display: block;
	flex: 1 0 calc(33.333% - 20px);
	margin-left: 20px;
	margin-bottom: 20px;
	width: 33.333%;
	text-align: center;
}.collage div {
	display: block;
	max-width: calc(33.333% - 20px);
}
}
@media screen and (max-width:1282px) {
.container_head_foto img {
	width: 100%;
	height: auto;
	max-width: 100%;
	display: block;
	object-fit: cover;
	height: 500px;
}
.overlay-project {
	height: 500px;
}
}
 @media screen and (max-width : 1200px) {
a.blokken-home-4 {
	position: relative;
	display: block;
	flex: 1 0 calc(50% - 35px);
	width: 50%;
	margin-left: 35px;
	margin-bottom: 25px;
}
a.blokken-home-4 {
	padding: 0;
	display: block;
	max-width: calc(50% - 35px);
	margin-left: 35px;
}
a.foto-effect p {
	bottom: 80px;
}
}
 @media screen and (max-width:1086px) {
#lang-selector {
	display: none;
}
.naw_ctr {
	padding-left: 40px;
	padding-right: 40px
}
a.projecten-3 {
	flex: 1 0 calc(50% - 35px);
	width: 50%;
}
a.projecten-3 {
	display: block;
	max-width: calc(50% - 35px);
}
.verkoop-machines-4 {
	flex: 1 0 calc(33.333% - 30px);
	width: 33.333%;
}
.verkoop-machines-4 {
	max-width: calc(33.333% - 30px);
}
}
 @media screen and (max-width : 1075px) {
.home_table {
	display: table;
	width: 100%;
	margin: auto;
	table-layout: fixed;
}
.home_cell {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	width: 100%;
}
.home_links {
	padding-top: 0;
	margin-top: 0;
	width: 48%;
}
.home_tussen {
	width: 4%;
}
.home_rechts {
	width: 48%;
}
a.nieuws-meer {
	position: relative;
	flex: 1 0 calc(50% - 25px);
	width: 50%;
	margin-left: 25px;
}
a.nieuws-meer {
	max-width: calc(50% - 25px);
}

}
@media screen and (max-width : 985px) {
.parallax {
	min-height: 450px;
}
header {
	display: none !important;
}
header.mobiel {
	visibility: visible;
	display: block !important;
	top: 0px !important;
	position: relative;
	width: 100%;
	max-width: 1820px !important;
	box-shadow: 0 4px 2px -2px gray;
	background-color: #333;
	height: 80px;
}

.content_menu_logo {
	display: block !important;
	top: 0px !important;
	position: relative;
}
.small {
	position: fixed;
}
.logo {
	width: 143px;
	height: 70px;
	display: block;
	margin-top: 5px;
	margin-left: 30px;
	position: absolute;
	z-index: 3;
	background: url(images/logo-mob-groot.png) no-repeat;
}
.large .logo {
	width: 143px;
	height: 70px;
	display: block;
	margin-top: 5px;
	margin-left: 30px;
	position: absolute;
	z-index: 3;
	background: url(images/logo-mob-groot.png) no-repeat;
}
.small .logo {
	width: 143px;
	height: 70px;
	display: block;
	margin-top: 5px;
	margin-left: 30px;
	position: absolute;
	z-index: 3;
	background: url(images/logo-mob-groot.png) no-repeat;
}

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

.collage div {
	display: block;
	flex: 1 0 calc(50% - 20px);
	margin-left: 20px;
	margin-bottom: 20px;
	width: 50%;
	text-align: center;
}.collage div {
	display: block;
	max-width: calc(50% - 20px);
}
}
 @media screen and (max-width : 910px) {
	 
.table-home-tussen {
	display: none;
}
.table-home-links {

	margin: 0px auto 40px auto;
	width: 100% !important;
	display: block;
}
.table-home-rechts {
	margin: 0px auto 20px auto;
	width: 100% !important;
	display: block;
}	 
.home_cell, .main_cell, .machine_cell {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.home_cell:las-child, .main_cell:last-child, .machine_cell:last-child {
 margin-bottom:0;
}
.home_tussen, .main_tussen, ..machine_tussen {
	display: none;
}
a.blokken-home-4 {
	position: relative;
	display: block;
	flex: 1 0 calc(100% - 35px);
	width: 100%;
	margin-left: 35px;
	margin-bottom: 25px;
}
a.blokken-home-4 {
	padding: 0;
	display: block;
	max-width: calc(100% - 35px);
	margin-left: 35px;
}
.blok-hover {
	transition: none;
}
.blok-hover:hover {
	transform: none !important;
}
.footer-2 {
	position: relative;
	display: block;
	flex: 1 0 calc(100% - 50px);
	width: 100%;
	margin-left: 50px;
	margin-bottom: 15px;
	text-align: center !important;
}
.footer-2 {
	padding: 0;
	display: block;
	max-width: calc(100% - 35px);
	margin-left: 50px;
}
.footer-2:nth-child(2), .footer-2:nth-child(3) {
	text-align: center !important;
}
.logo_footer {
	margin: auto;
	margin-bottom: 40px;
}
.blok-3 {
	position: relative;
	flex: 0 calc(100% - 25px);
	width: 100%;
	margin-left: 25px;
	margin-bottom: 45px;
	outline: 0;
	text-align: left;
	text-decoration: none;
}
.blok-3 {
	max-width: calc(100% - 25px);
}
}
 @media screen and (max-width : 890px) {
.flex-volg-ons {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.volg-ons-3 {
	flex: 1 auto;
	text-align: center;
	width: 100%;
	margin-bottom: 25px;
}
.volg-ons-3:last-child {
	margin-bottom: 40px;
}
a.back-to-top {
	bottom: -20px;
}
}
 @media screen and (max-width : 870px) {
.blok-2 {
	position: relative;
	flex: 0 calc(100% - 25px);
	width: 100%;
	margin-left: 25px;
	margin-bottom: 25px;
	outline: 0;
	text-align: left;
	text-decoration: none;
	margin-bottom: 45px;
}
.blok-2 {
	max-width: calc(100% - 25px);
}
a.nieuws-3 {
	flex: 1 0 calc(100% - 35px);
	width: 100%;
	transition: none;
}
a.nieuws-3 {
	display: block;
	max-width: calc(100% - 35px);
}
}
 @media screen and (max-width : 840px) {
.padding-top-bottom {
	padding-top: 0px;
	padding-bottom: 0px;
}
}
 @media screen and (max-width : 740px) {
.knoppen-bottom {
	display: none;
}
.verkoop-machines-4, .verkoop-machines-3 {
	flex: 1 0 calc(100% - 30px);
	width: 100%;
}
.verkoop-machines-4, .verkoop-machines-3 {
	max-width: calc(100% - 30px);
}
.contact-1, .contact-2 {
	position: relative;
	flex: 0 calc(100% - 20px);
	margin-left: 20px;
	margin-bottom: 10px;
}
.contact-2 {
	max-width: calc(100% - 20px);
}
.maps_iframe_contact {
	padding: 0;
	margin: 0;
	width: 100%;
	border: 0;
	max-width: 100%;
	min-height: 300px;
	position: relative;
	height: auto !important;
	display: block;
}
.riet, .riet img {
	max-width: 90px;
}

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

.h1-grijs {
	margin-bottom: 20px;
	font-size: 40px;
	text-shadow: none;
	line-height: 50px;
	text-transform: uppercase
}
}
 @media screen and (max-width : 520px) {
.header_paginas {
	min-height: 200px;
}
a.foto-effect p {
	bottom: 80px;
}
h1.titelfoto {
	font-family: 'Amaranth', sans-serif;
	font-size: 25px;
	font-weight: normal;
	line-height: 32px !important;
	text-align: left;
	color: #FFF !important;
	text-shadow: 2px 3px 0 #333;
}
.naw_ctr {
	max-width: 100%;
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.ctr-paginas-titel h1 {
	font-family: 'Futura BdCn BT';
	text-align: center;
	padding-top: 0px;
	margin-top: 0px;
	top:0;
	font-size: 45px;
	color:#D6D6D6;
	text-shadow: none;
	line-height: 70px;
	display:block;
	text-transform: uppercase;
	
}
.ctr-paginas-titel span
{
	position:relative;
	margin:auto !important;
	right:auto;
	 width: 40px;
    height: 40px;
    display: block;
    background-image: url('images/bled-icon-titel.png');
    background-repeat: no-repeat;
}

}
 @media screen and (max-width : 380px) {
.container_head_foto h1 {
	font-size: 50px;
	line-height: 52px;
}
.parallax {
	min-height: 350px;
}
.naw_links {
	padding-top: 0;
	margin-top: 0;
	width: 40px;
	max-width: 40px !important;
}
.naw_tussen {
	width: 20px;
}
.ctr-paginas h1 {
	font-family: 'Futura BdCn BT';
	text-align: center;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 35px;
	font-size: 40px;
	text-shadow: none;
	line-height: 50px;
	text-transform: uppercase
}
.container_head_foto img {
	width: 100%;
	height: auto;
	max-width: 100%;
	display: block;
	object-fit: cover;
	height: 300px;
}
.overlay-project {
	height: 300px;
}
a.back-to-top {
	top: 10px;
}
.footer_top {
	position: absolute;
	background-color: #FFF;
	width: 100%;
	top: -0.5px;
	height: 100%;
	height: 40px;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.main_links {
	text-align: center;
}
.main_padding {
	padding: 0px;
	background-color: #FFF;
}
}
 @media screen and (max-width : 365px) {

 }