/* CSS file generated by Responsify */
/* Columns: 3, Gutter Width: 1.5, Breakpoints:  */ 

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  border:0;
  outline:0;
  background:transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display:block;
}


*:focus {
    outline: none;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

::-moz-selection { /* Code for Firefox */
  color: #ffffff;
  background: #333;
}

::selection {
  color: #ffffff;
  background: #333;
}

html {
  scroll-behavior: smooth;
}

body {
	color: #888888;
	font-family: arboria, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	line-height: 26px;
	margin: 0;
	padding: 0;
	overflow-x:hidden;
}

.ombox{
	width:100vw;
	opacity:0;
	float:left;
}

#mobtopnav{
display:none;	
}
@media screen and (max-width: 790px) {

body {
	font-size: 15px;
	line-height: 28px;
}

#mobtopnav {
	display: block;
	height: 40px;
	width: calc(100% - 40px);
	float: left;
	margin: 0 20px;
	z-index: 99999999999999999999;
}
#mobtopnav a{
	text-decoration:none;
	color: #444444;
}
#mobtopnav img {
	max-width: 22px;
	vertical-align: middle;
	margin-top: -4px;
	padding-right: 5px;
}

.mobtopnav1 {
	height: 30px;
	width: calc(33.333% - 12px);
	float: left;
	margin-top: 7px;
	font-size: 14px;
	padding-left: 8px;
}
.mobtopnav2{
	height: 30px;
	width: calc(33.333% - 14px);
	float: left;
	margin-top: 7px;
	font-size: 14px;
}
.mobtopnav3{
	height: 30px;
	width: calc(33.333% - 10px);
	float: left;
	margin-top: 7px;
	font-size: 14px;
}
	
}
	
p {
	margin-top: 0px;
}

h1 {
	color: #505050;
	font-family: muli,sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 40px;
	letter-spacing: 1px;
	line-height: 50px;
	margin-bottom: 8px;
	margin-top: 10px;
	text-transform: uppercase;
}
h2 {
	color: #505050;
	font-family: muli,sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 30px;
	letter-spacing: 1px;
	line-height: 40px;
	margin-bottom: 8px;
	margin-top: 10px;
	text-transform: uppercase;
}
h3 {
	color: #505050;
	font-family: muli,sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 25px;
	letter-spacing: 1px;
	line-height: 35px;
	margin-bottom: 8px;
	margin-top: 10px;
	text-transform: uppercase;
}

h4 {
	color: #505050;
	font-family: muli,sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 30px;
	margin-bottom: 8px;
	margin-top: 10px;
	text-transform: uppercase;
}

@media screen and (max-width: 790px) {
	
h1 {
	font-size: 32px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
}	
}

table {
	max-width: 100%;
}

strong {
	font-weight: 600;
	letter-spacing: 0.03em;
	color: #000000;
}



a {
    text-decoration: underline;
    color:#707070;
}
a:hover {
    text-decoration: underline;
        color:#505050;
}

.segcontent img {
	border-radius: 6px;
	-webkit-box-shadow: 0px 8px 10px -1px rgba(0,0,0,0.2);
	box-shadow: 0px 8px 10px -1px rgba(0,0,0,0.2);
	margin-bottom: 25px;
}

@media screen and (max-width: 790px) {
.segcontent img {
	width: 100%;
}
}

img {
	max-width: 100%;
	height: auto;
}

hr {
	background: #888888;
	border: none;
	height: 1px;
	margin-top: 22px;
	margin-bottom: 8px;
}

.fotofoto{
	opacity:0;
}

#contentkolom_in td {
	border-bottom: solid 0.5px #d5d5d5;
	padding: 7px 0;
}

#headvast {
	position:relative ;
	width: 100%;
	background: url(images/header.jpg) center top no-repeat;
	z-index: 9999999;
	height: 180px;
	background-size: 100% 100%;
}
@media screen and (max-width: 900px) {
#headvast {
	overflow: hidden;
}
}

.socialicoon {
	background: #666666;
	padding: 3px 5px 5px;
	width: 21px;
	font-size:15px;
	display: inline-block;
	text-align: center;
	border-radius: 8px;
	height: 23px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.socialicoon:hover{
		background: #999999;
		border-radius:50%;
		font-size:17px;
		margin-top:-20px;
}


#navbar {
	height: 65px;
	z-index: 999999999;
	background: #f5f5f5;
	float:left;
	width: 100%;
}

#navbar_in {
	margin: 0 auto 0;
	max-width: 1300px;
	padding: 0 50px;
	height: 50px;
}




@media screen and (max-width: 1440px) {
	
#navbar_in{
	margin: 0 20px;
	width: calc(100% - 140px);
	position:relative;
}

}




#zoekvak {
	position: absolute;
	right: -10px;
	top: 18px;
}

.zoektextbox {
	border: 1px solid #b6d1d3;
	padding: 4px;
	color: rgba(179,179,179,1);
}
.zoekknop {
	background: #0b7879 url(images/mag.png);
	-webkit-transition: background-color 0.5s ease-in 0s;
	-moz-transition: background-color 0.5s ease-in 0s;
	-o-transition: background-color 0.5s ease-in 0s;
	transition: background-color 0.5s ease-in 0s;
	border: medium none;
	border-radius: 05px;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	color: #ffffff;
	cursor: pointer;
	padding: 3px 12px;
	display: block;
	letter-spacing: 2px;
	box-shadow: 4px 22px 23px -13px rgba(0,0,0,0.41);
	float: right;
	margin-right: 15px;
	background-size: 68%;
	background-position: center center;
	background-repeat: no-repeat;
}
.zoekknop:hover {
	background: #b6d1d3 url(images/mag.png);
		background-size: 68%;
	background-position: center center;
	background-repeat: no-repeat;
}

.zoektextbox2 {
	border: 1px solid #b6d1d3;
	padding: 4px;
}
.zoekknop2 {
	background: #0b7879;
	-webkit-transition: background-color 0.5s ease-in 0s;
	-moz-transition: background-color 0.5s ease-in 0s;
	-o-transition: background-color 0.5s ease-in 0s;
	transition: background-color 0.5s ease-in 0s;
	border: medium none;
	border-radius: 05px;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	color: #ffffff;
	cursor: pointer;
	padding: 3px 12px;
	display: block;
	letter-spacing: 2px;
	box-shadow: 4px 22px 23px -13px rgba(0,0,0,0.41);
	float: right;
	margin-right: 15px;
	background-size: 68%;
	background-position: center center;
	background-repeat: no-repeat;
}
.zoekknop2:hover {
	background: #b6d1d3;
		background-size: 68%;
	background-position: center center;
	background-repeat: no-repeat;
}

.leesverder {
	text-align: center;
	display: inline-block;
	text-decoration: none;
	color: #f5f5f5;
	background: #555555;
	padding: 16px 40px;
	border-radius: 6px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.leesverder:hover {
	text-decoration: none;
	background: #000;
	color: #ffffff;
	border-radius: 10px;
	letter-spacing:1px;
}
.leesverder2 {
	text-align: center;
	display: inline-block;
	text-decoration: none;
	color: #f5f5f5;
	background: #555555;
	padding: 12px 40px;
	border-radius: 6px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.leesverder2:hover {
	text-decoration: none;
	background: #000;
	color: #ffffff;
	border-radius: 10px;
	letter-spacing:1px;
}

.itemknop2 {
	float: right;
}

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

}


}


.sliderstrook {
	width: 100vw;
	height: calc(100vh - 235px);
}





#contentkolom {
	margin: 0 auto 0;
	max-width: 1200px;
	min-height: 300px;
	border-radius: 4px 4px 0 0;
}

#contentkolom_in {
	float: left;
	padding: 30px 60px 40px;
	width: calc(100% - 120px);
}

#contentstrook {
	margin: 50px auto 0;
	max-width: 1200px;

	min-height: 300px;
	border-radius: 4px;
}

#contentstrook_in {
	float: left;
	padding: 40px 60px 10px;
	background: url(images/strook.jpg) center top repeat-y;
	background-size:100%;
	border-radius: 4px;
}

.contentstrook_knop {
	background: #927360;
	padding: 10px 20px;
	text-decoration: none;
	color: #ffffff;
	font-size:15px;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 40%;
	display: inline-block;
}
.contentstrook_knop:hover{
	background: #8a7060;
		color: #ffffff;
		text-decoration: none;
		
}

@media screen and (max-width: 790px) {
.contentstrook_knop {
	width: 80%;
}
}
.vierkant {
	position: relative;
	width: 60%;
	margin-left: 20%;
}

.vierkant::after {
	content: "";
	display: block;
	padding-bottom: 100%;
	border-radius: 50%;
}

.vierkantcontent {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.vierkantcontentrand {
	position: absolute;
	width: 104%;
	height: 104%;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #fff;
	top: calc(-2% - 2px);
	left: calc(-2% - 2px);
}
.onderbloktekst {
	min-height: 120px;
}
.onderbloktitel h2 {
	color: #ffffff;
	font-size: 27px;
	margin-bottom: 10px;
}

.minigal2 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
}

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


.contentkolom {
	margin: 0 auto;
	margin-top: 46px;
}
.strookbasis_142 {
	border-top:0 !important;
}

#navbar_in {
	margin: 0 20px;
	width: calc(100% - 51px);
	position: relative;
	padding: 0 22px;
}
#navbar {
	height: 47px;
}
.zoektextbox {
	width: 80%;
}

#zoekvak {
	position: absolute;
	right: 0;
	width: 100%;
	top: 5px;
}
.zoekknop {
	margin-top: 3px;
	margin-right: 30px;
}
}



.sticky {
  position: fixed;
  top: 0;
  width: 100%;

		-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	
}

.sticky + #contentkolom1 {
  padding-top: 130px;
}

.stickymarge {
	margin-top: 66px !important;
	padding-top: 35px;
}

.logo {
	height: 250px;
	width: 50%;
	text-align: left;
	margin-left: 60px;
		-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.logo img {
	margin-top: 31px;
	max-height: 110px;
	width: auto !important;
}

.social {
	position: absolute;
	top: 30px;
	right: 10px;
	height: 24px;
}
.social img {
max-width:16px;	
}
.socialmob{
display:none;	
}



@media screen and (max-width: 790px) {
.social{
display:none;	
}
.socialmob {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.socialmob img {
	max-width: 24px;
	box-shadow: none;
	margin-bottom: 0;
}

}




.headcontact1 {
	position: absolute;
	top: 10px;
	left: 11px;
	background: 140px;
	height: 40px;
	color: #ffffff;
	text-align: right;
	display:none;
}
.headcontact1 img {
	max-width: 22px;
	vertical-align: middle;
	margin-top: -4px;
	padding-right: 5px;
}
.headcontact2 {
	position: absolute;
	bottom: 10px;
	left: 10px;
	background: 140px;
	height: 22px;
	color: #ffffff;
	text-align: right;
		display:none;
}
.headcontact2 img {
	max-width: 22px;
	vertical-align: middle;
	margin-top: -4px;
	padding-right: 5px;
}
.headcontact3 {
	position: absolute;
	top: 10px;
	right: 5px;
	background: 140px;
	height: 40px;
	color: #ffffff;
	text-align: right;
		display:none;
}
.headcontact3 img {
	max-width: 22px;
	vertical-align: middle;
	margin-top: -4px;
	padding-right: 5px;
}
.headadres {
	position: absolute;
	top: 10px;
	right: 10px;
	background: 140px;
	height: 40px;
	color: #ffffff;
	text-align: right;
	font-size: 14px;
}
.headadres img {
	max-width: 22px;
	vertical-align: middle;
	margin-top: -4px;
	padding-right: 5px;
}

.socteldesk{
	
}
.soctelmob{
	display:none;
}




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

.headadres {
	left: 10px;
	right:unset;
}

.headcontact1 {
	position: absolute;
	bottom: -7px;
	left: 11px;
	background: 140px;
	height: 40px;
	color: #ffffff;
	text-align: right;
	display: block;
	top: unset;
}

.logo {
	height: 120px;
	width: 95%;
	text-align: center;
	margin: 0;
}
.logo img {
	width: 100%;
	margin-top: 55px;
}

.headcontact {
	top: 80px;
}	

.socteldesk{
	display:none;	
}
.soctelmob{
	display:block;
}
	
}




.segcontent {
	float: left;
	width: 100% !important;
}


.segcontent ul li {
    position: relative;
    padding-left: 4px;
    margin: 0 0 5px 15px !important;
    max-width: 80%;
}

.segcontent ul {
	margin-left: 2px;
	margin-bottom: 12px;
	margin-top:12px;
	display: table;
}


#adresdt{
	display:block;	
}
#adresmob{
	display:none;
}

#adresmob img {
	max-width: 60%;
}

@media screen and (max-width: 900px) {
#adresdt{
display:none;	
}
#adresmob{
	display:block;
}	
#adresmob p {
	margin-bottom: 10px;
}

}

	
.reviewstrook {
	margin: 0 auto;
	max-width: 1200px;
	background: url(images/revbg.jpg);
	border-radius: 4px;
	position: relative;
	padding-bottom: 140px;
	padding-top: 140px;
	margin-top: 0 !important;
	background-size: 100%;
	background-repeat: no-repeat;
	color: #fff;
	font-family: orbitron,sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	font-size: 18px;
	margin-bottom: 60px;
}

.reviewvak h2{
	margin-bottom: 20px;
	text-transform:uppercase;
}
.reviewvak h3 {
	margin-bottom: 20px;
	text-transform:uppercase;
}

.reviewslide {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}
.reviewslidetotaal {
	width:100%;
	float: left;
}

.reviewslidetekst {
	width: calc(100% - 200px);
	float: left;
	margin-bottom: 20px;
	line-height: 30px;
}

.reviewslidequotelinks {
	width: 100px;
	float: left;
	font-size: 44px;
	color: #ffffff;
	font-family: orbitron,sans-serif;
	font-weight: 300;
}

.reviewslidequoterechts {
	width: 100px;
	float: right;
	font-size: 44px;
	color: #ffffff;
	font-family: orbitron,sans-serif;
	font-weight: 300;
}
.reviewslidetitel {
	font-size: 12px;
}

.onderblok {
	width: calc(100% / 3);
	float: left;
	color: #fff;
	text-align: center;
	margin-top: -120px;
}
.onderblok_in {
	padding:20px;
}
.strookonder {
	margin-bottom: 60px;
}


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

.reviewstrook {
	max-width: 100%;
	background-size: 100% 100%;

}
.reviewslidequotelinks {
	margin-left: 60px;
}
.reviewslidequoterechts {
	margin-right: 100px;
}
.reviewslidetekst {
	width: calc(100% - 360px);
}

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

.reviewstrook {
	max-width: 100%;
	background-size: calc(100% - 16px) 100%;
	background-position-x: 16px;
}
	
.reviewslidequotelinks {
	margin-left: 0;
	width: 100%;
}	

.reviewslidequoterechts {
	width: 100%;
	margin: 0;
	margin-bottom: 10px;
}	

.reviewslidetekst {
	width: 70%;
	margin-left: 15%;
	margin-top: 23px;
}
	
}
@media screen and (max-width: 900px) {	
	
.onderblok {
	width: 100%;
	margin-top: 20px;
}
	
	
}

.formulier {
	max-width: 1080px;
	margin: 0 auto;
	margin-top: 20px;
}


.formulier h3{
	
	font-size:28px;
}

.formulier_in {
	background: #b6d1d3;
	float: left;
	width: 100%;
	border-radius: 4px;
	margin-top: 40px;
	margin-bottom: 60px;
}

.formuliervak {
	width: calc(100% - 487px);
	margin: 15px auto 10px;
	float: left;
}



.formuliervak h2{
	margin-bottom: 20px;
	text-transform:uppercase;
}

.verplicht {
	width: calc(100% - 8px);
	float: left;
	text-align: right;
	margin-top: 10px;
}

.openingstijdenvak {
	width: 437px;
	min-height: 300px;
	float: left;
	max-width: 50%;
	background: #b6d1d3;
	border-radius: 4px;
	padding-top: 15px;
	padding-bottom: 6px;
	margin-right: 50px;
}

.openingstijdenvak2 {
	width: 100%;
	min-height: 300px;
	float: left;
	max-width: 100%;
	background: #b6d1d3;
	border-radius: 4px;
	margin-top: 44px;
	padding-top: 15px;
	padding-bottom: 6px;
	margin-right: 50px;
	margin-bottom: 65px;
}

.openingstijdenvak_in {
	padding: 0 50px 20px;
}


.openingstijdenvakregel {
	width: 700px;
	max-width: 70vw;
}


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

.openingstijdenvak {

	max-width: 40%;
}
	
.formuliervak {
	width: 54%;
}

}

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

.openingstijdenvak {
	max-width: 100%;
	margin-right: 0;
	width: 100%;
}
	
.formuliervak {
	width: calc(100% - 25px);
	margin-left: 25px;
}

}


/*team*/

.team_om{
	width: calc(100% + 40px);
	margin-left: -20px;
}
.team_item {
	width: 25%;
	float: left;
	min-height: 470px;
}

.team_item h3 {
	font-size: 18px;
	line-height:22px;
}




@media screen and (min-width: 1150px) {
.team_item {
	min-height: 600px;
}

}


@media screen and (max-width: 1100px) {
.team_item h3 {
	font-size: 26px;
}

}
@media screen and (max-width: 1000px) {
.team_item{
	width: 25%;
	float:left;
}

}

@media screen and (max-width: 900px) {
.team_item{
	width: 33.333%;
	float:left;
}

}

@media screen and (max-width: 800px) {
.team_item{
	width: 33.333%;
	float:left;
}

}

@media screen and (max-width: 700px) {
.team_item{
	width: 100%;
	float:left;
}

}

/*faq*/
#wrapp{
	margin-bottom:30px;
	float: left;
	width: 100%;
}
#wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	float: left;
	margin-bottom: 20px;
}
.acc_butt {
	float: left;
	display: block;
	margin-right: 9px;
	width: 100%;
}
.acc_text {
	display: block;
	float: left;
	width: 90%;
}

.eerstelijn {
	margin-top: -20px;
}


.on {

	-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
text-decoration:none;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.accordionButton {
	width: calc(100% - 22px);
	float: left;
	_float: none;
	border-bottom: 1px solid #b6d1d3;
	cursor: pointer;

}
	
	
.accordionButton h2 {
	font-size: 18px;
	margin: 0;
	color: #34848c;
}
	
	
.accordionContent{
	background-color: #b6d1d3;
	color: #ffffff;
	float: left;
	padding-bottom: 18px;
	padding-left: 40px;
	padding-right: 2%;
	width: calc(98% - 40px);
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding-top: 20px;
	margin-top: 0px;
}

.accordionContent a{
color: #222222;	
text-decoration:none;
}

.accordionContent a:hover{
color: #222222;	
text-decoration:underline;
}



#fotostrook1{
	width:100%;
	min-height: 50px;
	float:left;

}


#fotostrook1_in {
	margin: 0 auto;
	max-width: 1200px;
	background: url(images/top.jpg) no-repeat;
	max-height: 170px;
	background-size: 100%;
	border-radius: 0 0 4px 4px;
		position:relative;
}

#fotostrook1_in a{
	color:#ffffff;
	text-decoration:none;
}
#fotostrook1_in a:hover{
	color:#ffffff;
	text-decoration:underline;
}

#fotostrook2 {
	width: 100%;
	min-height: 50px;
	float: left;
	margin-bottom: -13px;
}
#fotostrook2 img {
	width: 100%;
}
#fotostrook3{
	width:100%;
	min-height: 50px;
	float:left;
	margin-bottom: -13px;
}
#fotostrook3 img {
	width: 100%;
}

#fotostrook4{
	width:100%;
	min-height: 50px;
	float:left;
	position:relative;
	margin-bottom: -13px;
}
#fotostrook4 img {
	width: 100%;
}

#fotostrook5{
	width:100%;
	min-height: 50px;
	float:left;
	position:relative;
	margin-bottom: -13px;
}
#fotostrook5 img {
	width: 100%;
}
#fotostrook6{
	width:100%;
	min-height: 50px;
	float:left;
	margin-bottom: -13px;
}
#fotostrook6 img {
	width: 100%;
}

.reviewslider {
  
  list-style: none;

  img {
    width: 100%;
    height: auto;
  }

}

.parallax-background {
    background-position: 50%;
    background-repeat: no-repeat;
    
    background-size: cover;
    -webkit-background-size: cover;

    transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}

/* Used for visualization only */
.headerminheight {
	min-height: 100vh;
	background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
}
.fotominheight {
    min-height: 500px;
}


#seg1 {
	width: 100%;
	min-height: 200px;
	background-size: 1600px;
	float: left;
	background-attachment: scroll;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-position-x: center;
}

#seg2 {
	width: 100%;
	min-height: 200px;
	background-size: 1600px;
	padding-top: 40px;
	float: left;


}
#seg4 {
	width: 100%;
	min-height: 200px;
	float: left;
}

#seg5 {
	background: #e5e5e5;
	padding-top: 30px;
}

#seg6 img {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	margin-bottom: 0;
}

#slider {
	padding-top: 70px;
	padding-bottom: 70px;
}
.tekstvakslider {
	text-align: center;
}

.reviewsliderate {
	color: #927360;
	font-size: 23px;
}

.reviewsliderate svg {
	padding: 0 3px;
}

.bovenrandfooter {
	background: url(images/contactrand.png) center bottom repeat-x;
	height: 35px;
	width: 100%;
	margin-top: -57px;
	background-size: 1000px;
}

.footer {
	background: url(images/contactbg.png) repeat;
	background-size: 100%;
	max-width: 100%;
	margin: 0 auto;
	color: #ffffff;
	padding-top: 40px;
}
.footer a{ 
	color: #ffffff;
	text-decoration:none;
}

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


.formulier {
	margin: 0 20px;
	width: calc(100% - 229px);
		padding-left: 100px;
}

#contentkolom {
	margin: 0 20px;
	width: calc(100% - 40px);

}

#contentstrook {
	margin: 0 20px;
	width: calc(100% - 40px);
}

#seg4{
	
	background:#ffffff;
}




#fotostrook1 {
	width: calc(100% - 40px);
	min-height: 50px;
	float: left;
	margin: 0 20px;
}
#fotostrook1_in {
	height: 27vw;
	min-height: unset;
}



}

@media screen and (max-width: 790px) {
#fotostrook1_in {
	height: 165px;
	min-height: unset;
	background-size: cover;
	border-radius:4px;
}
.logo img {
	margin-top: auto;
	max-height: 100px;
	width: auto !important;
}

}

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


.formulier {
	margin: 0 20px;
	width: calc(100% - 60px);
	padding-left: 10px;
}

}


.tekstvak2 {
	margin: 0 auto;
	width: calc(50% - 120px);
	float: left;
	background: rgba(255,255,255,0.7);
	padding: 60px;
}

.tekstvak3 {
	margin: 0 auto;
	width: calc(50% - 120px);
	float:right;
	background: rgba(255,255,255,0.7);
	padding:60px;
}

.tekstvak4 {
	margin: 0 auto;
	width: calc(50% - 120px);
	float:right;
	padding:60px;
}
.fotovak4 {
	margin: 0 auto;
	width: 50%;
	float: right;
	padding: 0;
	margin-bottom: -12px;
}
.fotovak5 {
	margin: 0 auto;
	width: calc(50% - 120px);
	float:right;
	background:#f5f5f5;
	padding:60px;
}


.blog_om{
	width: 100%;
	min-height: 200px;	
}

.blogitem{
	width: 100%;
	min-height: 200px;
	background-size: 1600px;
	padding-bottom: 180px;
	padding-top: 180px;
	float: left;
	border-bottom: 1px solid #ffffff;
	background-position-x: center;		
}

.blogcontentkolom {
	margin: 0 auto;
	max-width: 1200px;
}

.blogcontentstrook {
	margin: 0 auto;
	max-width: 1200px;
}

.blogtekstvak0 {
	margin: 0 auto;
	width: calc(50% - 120px);
	float: left;
	background: rgba(255,255,255,0.7);
	padding: 60px;
}
.blogtekstvak1 {
	margin: 0 auto;
	width: calc(50% - 120px);
	float: right;
	background: rgba(255,255,255,0.7);
	padding: 60px;
}
.blogtekstvak2 {
	margin: 0 auto;
	width: calc(50% - 120px);

	background: rgba(255,255,255,0.7);
	padding: 60px;
}
.blogtekstvak3 {
	margin: 0 auto;
	width: calc(100% - 120px);
	float: left;
	background: rgba(255,255,255,0.85);
	padding: 60px;
}

.leesverderknop {
	text-align: right;
	margin-top: 20px;
}

.readmore {
	background: #736059;
	padding: 14px 20px;
	text-decoration: none;
	color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.readmore:hover{
	background: #000000;
		text-decoration: none;
}

#logo_onder {
	display:none;
	margin: 0 auto;
	max-width: 300px;
}
#logo_onder img{
	box-shadow:none !important;
	border-radius:0 !important;
}

#copywrap {

}
#copywrap {
	width: calc(100% - 60px);
	text-align: right;
	font-size: 9px;
	color: #666666;
	padding-right: 60px;
}
#copywrap p {
	margin: 0;
}

#copywrap a{
	color: #666666;
}

#copywrap a:hover{
	color:#f5f5f5
}

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

#copywrap {
	width: 100%;
	text-align: center;
	font-size: 8px;
	padding-right: 0;
	color: #ffffff;
}

.stickymarge {
	margin-top: unset;
}

#contentkolom {
	margin: 47px 20px 0;
	width: calc(100% - 40px);
}

#contentkolom_in {
	padding: 0;
	width: 100%;
}

.formulier_in {
	margin-bottom: 26px;
}

.logo img {
	width: 100%;

}





.tekstvak4 {
	width: calc(100% - 120px);

}
.fotovak4 {
	width: 100%;

}
	
	
.parallax-background {
	background-size: unset;
}

#seg1 {
	padding-bottom: 0;
}

#seg3 {
	padding-bottom: 0;	
	background-size: cover;
	-webkit-background-size: 100vw;

}	

#seg4 {
	padding-top: 0;
	padding-bottom: 0;
}
	.tekstvak2 {
	margin: 0 auto;
	width: calc(100% - 120px);
	float: left;
	background: #f5f5f5;
	padding: 60px;
	margin-top: 110px;
}

.tekstvak3 {
	margin: 0 auto;
	width: calc(100% - 120px);
	float: left;
	background: #f5f5f5;
	padding: 60px;
	margin-top: 110px;
}

#seg5 {
	width: 100%;
	min-height: 200px;
	background-size: 1600px;
	float: left;
	margin-top: 40px;
	margin-bottom: -3px;
}


}








/* Custom Breakpoints */

@media screen and (max-width: px) {
 /* Add your styles for devices with a maximum width of  */
}


/* Micro Clearfix */

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    *zoom:1;
}


