/********************************************* RESET ************************************************/
/****************************************************************************************************/
html, body{ height: 100%; width:100%; padding:0;  margin:0;} 
ul{ margin:11px 0; padding:0 0 0 40px; list-style-type:square;}
ol{ margin:11px 0; padding:0 0 0 40px; list-style-type:decimal;}
p{ padding:0 0 11px 0; margin:0;}

/************************************** START STANDAARD CSS *****************************************/
/****************************************************************************************************/


body {
	height:100%;
	
	overflow-y: scroll !important;
	overflow-x: hidden;
	background-color: #fffefc;

	/* default font */
	font-family: 'Merriweather', sans-serif; 
	font-weight: 300;
	font-size: 17px;
	color: #4A4A3F;
	line-height: 30px;
	font-display: auto;
}

h1 {
	margin: 0;
	padding: 0;
	font-family: 'Merriweather', sans-serif;
	font-weight: 600;
	font-size: 36px;
	font-display: auto;
	line-height: 44px;
	color: #1A3D2A;
	padding-bottom: 25px;
}
.h1 {
	margin: 0;
	padding: 0;
	font-family: 'Merriweather', sans-serif;
	font-weight: 600;
	font-size: 36px;
	font-display: auto;
	line-height: 44px;
	color: #1A3D2A;
	padding-bottom: 25px;
}

h2 {
	margin: 0;
	padding: 0;
	font-family: 'Merriweather', sans-serif;
	font-weight: 600;
	font-size: 30px;
	font-display: auto;
	line-height: 40px;
	color: #1A3D2A;
	padding-bottom: 25px;
}
.h2 {
	margin: 0;
	padding: 0;
	font-family: 'Merriweather', sans-serif;
	font-weight: 600;
	font-size: 30px;
	font-display: auto;
	line-height: 40px;
	color: #1A3D2A;
	padding-bottom: 25px;
}

h3 {
	margin: 0;
	padding: 0;
	font-family: 'Merriweather', sans-serif;
	font-weight: 600;
	font-size: 20px;
	font-display: auto;
	line-height: 28px;
	color: #1A3D2A;
	padding-bottom: 20px;
}
.h3 {
	margin: 0;
	padding: 0;
	font-family: 'Merriweather', sans-serif;
	font-weight: 600;
	font-size: 20px;
	font-display: auto;
	line-height: 28px;
	color: #1A3D2A;
	padding-bottom: 20px;
}

h4 {
	margin: 0; 
	padding: 0;
	font-family: 'Merriweather', sans-serif;
	font-weight: 700;
	font-size: 17px;
	font-display: auto;
	line-height: 30px;
	color: #1a1a1a;
	padding-bottom: 16px;
}
.h4 {
	margin: 0; 
	padding: 0;
	font-family: 'Merriweather', sans-serif;
	font-weight: 700;
	font-size: 17px;
	font-display: auto;
	line-height: 30px;
	color: #1a1a1a;
	padding-bottom: 16px;
}

/***** NORMALE LINK *****/
a, a:link, a:visited, a:active{
	color: #1A3D2A;
	text-decoration: underline;
    outline: hidden !important;
    overflow: hidden !important;
}

a:hover, a:hover i {
	color: #E2B659 !important;
}


/***** MENULINK *****/
a.menulink, a.menulink:link, a.menulink:visited, a.menulink:active{ 
	outline: none;  
	overflow: hidden;
	
	font-family: 'Merriweather', sans-serif;
	font-weight: 500;
	font-size: 17px;
	color: #1A1A1A;
	text-decoration: none;
	
	padding: 16px;
	display: inline-block;
	position: relative;

	/* Standaard fade rollover CSS3 */
	-webkit-transition-property: color;
    -webkit-transition-duration: 0.2s, 0.2s;
    -webkit-transition-timing-function: linear, ease-in;
	
	transition-property: color;
	transition-duration: 0.2s, 0.2s;
	transition-timing-function:  linear, ease-in;
	
}


/***** MENULINK ACTIEF & ROLLOVER *****/
.actief::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 8px;
	width: 30px;
	height: 2px;
	background-color: #1A1A1A;
	transform: translateX(-50%);
}

*:focus {outline:none !important}

/***** VET *****/
.vet, strong{font-weight:700 !important; color: #1a1a1a;}
/***** SUB *****/
.grijs{color:#CCC;}
/***** STROKES *****/
.stroke{border:2px solid #333 !important;}
.stroke_met_schaduw{border:4px solid #FFF !important; box-shadow:0px 0px 15px rgba(0,0,0,0.25); margin: 0 25px 25px 0;}
/***** RESET UL + LI MENU *****/
#menu ul {list-style: none; margin:0 !important; padding:0 !important;}
#menu li {display: inline-block; margin:0 !important; padding:0 !important;}
#menu select { display: none;}
/***** CLEAR *****/
.clear{clear: both; width:100%;}
.nomargin{margin:0 !important;}
/* RESPONSIVE IMAGES */
.resp_img{ width:auto;height:auto;max-width:100%;}
.editable img{ width:auto; height:auto; max-width:100%;}
/* COLUMS */
.section100{float:left; width:100%; height:auto; position:relative; box-sizing:border-box;}
.section75{float:left; width:75%; height:auto; position:relative; box-sizing:border-box;}
.section70{float:left; width:70%; height:auto; position:relative; box-sizing:border-box;}
.section60{float:left; width:60%; height:auto; position:relative; box-sizing:border-box;}
.section50{float:left; width:50%; height:auto; position:relative; box-sizing:border-box;}
.section48{float:left; width:48%; height:auto; position:relative; box-sizing:border-box;}
.section45{float:left; width:45%; height:auto; position:relative; box-sizing:border-box;}
.section40{float:left; width:40%; height:auto; position:relative; box-sizing:border-box;}
.section35{float:left; width:35%; height:auto; position:relative; box-sizing:border-box;}
.section33{float:left; width:33%; height:auto; position:relative; box-sizing:border-box;}
.section31{float:left; width:31%; height:auto; position:relative; box-sizing:border-box;}
.section30{float:left; width:30%; height:auto; position:relative; box-sizing:border-box;}
.section25{float:left; width:25%; height:auto; position:relative; box-sizing:border-box;}
.section23{float:left; width:23%; height:auto; position:relative; box-sizing:border-box;}
.section20{float:left; width:20%; height:auto; position:relative; box-sizing:border-box;}
.section19{float:left; width:19%; height:auto; position:relative; box-sizing:border-box;}
.section100 img, .section75 img, .section70 img, .section60 img, .section50 img, .section48 img, .section45 img, .section40 img, .section35 img, .section33 img, .section31 img, .section30 img, .section25 img, .section23 img, .section20 img , .section19 img{width:auto;height:auto;max-width:100%; display: block;}

.fright{float: right;}
.fleft{float: left;}
.tt{opacity: 0.15;margin-top: 50px;margin-bottom: 55px;display: block;}

#menu-layer{
	background-color:#FAF8F4;
	width:100%;
	height:100%;
	position:fixed;
	top: 0;
	z-index:95;
	display:none;
}

.twee_links{margin-right:2%;}
.twee_rechts{margin-left:2%;}

.drie_links{margin-right:1.75%;}
.drie_mid{margin-right:1.75%; margin-left:1.75%;}
.drie_rechts{margin-left:1.75%;}

.vier_links{margin-right:2.7%;}
.vier_mid_links{margin-right:1.3%;}
.vier_mid_rechts{margin-left:1.3%;}
.vier_rechts{margin-left:2.7%;}


.vijf_links{margin-right:1.25%;}
.vijf_mid_links{margin-right:1.25%;}
.vijf_mid{margin:0;}
.vijf_mid_rechts{margin-left:1.25%;}
.vijf_rechts{margin-left:1.25%;}

/* VB BOX TEST */
.il{
	border:1px solid #FF0004;
	padding: 10px;
}


/**************************************** START EIGEN CSS *******************************************/
/****************************************************************************************************/

#header {
	width: 100%;
	height: 125px;
	top: 0;
	position: relative;
	z-index: 99;
	margin: 0 auto;
}

#navigatie {
	width: 100%;
	padding: 0 25px;
	margin: 0 auto;
	box-sizing: border-box;
}

#logo {
	float: left;
	width: 200px;
	height: 125px;

	background-image: url(../images/logo.svg);
	background-position: left;
	background-repeat: no-repeat;
	position: absolute;
	left: 25px;
	top: 0;
	z-index: 98;
}

#menu {
	text-align: center;
	z-index: 97;
	padding-top: 36px;
}

#container {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 140px 0;
	box-sizing: border-box;
	overflow-x: hidden;
	
	display: flex;
	flex-flow: row wrap;
 	flex: 1 0 auto;
}

.pgmessage #container {
	padding: 180px 0;
}

.content_small {
	max-width: 1500px;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0 25px;
	box-sizing: border-box;
	position: relative;
}

#container .content_small {padding: 0 75px;}

.content_wide {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	position: relative;
	padding: 120px 0;
	margin: 120px 0;
}

.content_xs {
	max-width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	position: relative;
	text-align: center;
}

#footer {
	box-sizing: border-box;
	background-color: #212120;
	color: #fff;
	text-align: center;
	flex: none;
}

#footer img {
	max-width: 240px;
	margin: 0 auto;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer .lijn {
	height: 2px;
	background-color: #fff;
	opacity: 0.2;
}

#footer .btn {
	margin-top: 0;
}

#footer .btn:hover, 
#footer .btn.reserveer:hover::before {
	color: #E2B659 !important;
	border-color: #E2B659;
}

#subfooter {
	font-size: 12px;
	color: #ccc;
	text-align: left;
	padding: 16px 25px;
	margin-top: 100px;	
}

#subfooter a {
	color:#ccc;
}

#sig {
	float: right;
	opacity: 0.5;
}

#sig img {
	width: fit-content !important;
}


/*--- LISTICO ---*/

.content_small ul {
	display: block;
	padding: 0 !important;
	margin: 16px 0;
}

.content_small ul li {
	list-style: none;
	position: relative;
	padding-left: 25px;
	padding-bottom: 7px;
}

.content_small ul li:before {
	content: "";
	position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	top: 11px;
	left: 0;
	background-image: url("../images/ico-square.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50%;
}

.content_small ul.arrow li:before {
	width:12px;
	height:12px;
	top:9px;
	background-image:url("../images/ico-arrow.svg");
}

/*--- EINDE LISTICO ---*/

.btn {
	position: relative;
	display: inline-block;
	margin-top: 24px;
	font-size: 17px;
	font-weight: 400;
	color: #1A3D2A !important;
	text-decoration: none !important;
	transition: 0.2s;
}

.btn-outline {border: 1px solid #fff;}

.btn-full {
	padding: 14px 28px 15px 28px;
	color: #fff !important;
	background-color: #E2B659;
	font-weight: 400;
}
.btn-full:hover {
	background-color: #1A3D2A;
	color: #fff !important;
}

.btn-default {
	padding: 14px 28px 15px 28px;
	color: #1A3D2A;
}

.btn.reserveer {
	padding: 14px 28px 15px 28px;
	color: #fff !important;
}

.btn.reserveer::before {
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f073";
    display: inline-block;
    color: #fff;
	margin-right: 16px;
	transition: 0.2s;
}

.btn-krul {font-weight: 600;}

.btn-krul::after {
	content: "";
	display: inline-block;
	width: 40px;
	height: 12px;
	padding-left: 16px;
	transition: 0.2s;
	
	background-image: url("../images/ico-krul.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
}

.btn-krul:hover::after {padding-left: 24px;}

.btn i {
	margin-right: 12px;
	transition: 0.2s;
}

#nav-cta {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}

#nav-cta a.btn {
	margin-top: 0;
	padding: 16px 40px 17px 40px;
	height: 125px;
	background-color: #1A3D2A;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

#nav-cta a.btn:hover, 
#nav-cta a.btn.reserveer:hover::before {
	color: #E2B659 !important;
}

.hero {
	position: relative;
	width: 100%;
	height: calc(100vh - 125px);
	text-align: center;
	
	background-image: url("../images/hero.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.hero::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.1);
}

.hero-title {
	margin: 0; 
	padding: 0;
	font-family: 'Merriweather', sans-serif;
	font-weight: 700;
	font-size: 60px;
	font-display: auto;
	line-height: 70px;
	color: #fff;
	padding-bottom: 25px;
	text-shadow: 0 0 100px #000;
}

.hero-sub {
	color: #fff;
	font-size: 22px;
	font-style: italic;
	font-weight: 400;
	text-shadow: 0 0 100px #000;
}

.pgdetail .hero {height: 500px;}
.pgdetail .hero::after {
	background-color: transparent;
}

.hero-body {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	
	height: 100%;
	padding-bottom: 80px;
	box-sizing: border-box;
	z-index: 9;
}

.pgdetail .hero-body {
	padding-bottom: 50px;
}

.intro {
	width: 75%;
	text-align: center;
	margin: 0 auto 70px auto;
}

.flex-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-quicklinks {
	position: relative;
	margin-bottom: 80px;
}

.footer-quicklinks::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50%;
	background-color: #fffefc;
}

.footer-quicklinks h2 {
	font-size: 24px;
	color: #fff;
	padding-bottom: 0;
	z-index: 19;
	padding: 60px;	
}

.quicklink {
	position: relative;
	height: 300px;
	
	display: flex;
	justify-content: center;
	align-items: center;
	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	transition: 0.3s;
}

.quicklink:hover {
	margin-top: -20px;
}

.quicklink::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.35);	
}

.quicklink::after {
	content: "";
	position: absolute;
	left: 35px;
	top: 35px;
	width: calc(100% - 70px);
	height: calc(100% - 70px);
	border: 2px solid #fff;
	z-index: 9;
}

#woning {background-image: url("../images/ql-woning.jpg");}
#omgeving {background-image: url("../images/ql-omgeving.jpg");}
#prijs {background-image: url("../images/ql-boek.jpg");}

.thmb {
	margin: 0 10px 6px 0;
	outline: none;
	width: 150px;
	height: 100px;
	object-fit: cover;
}

hr {
	margin: 100px 0;
	border-color: #f5f1df;
	opacity: 0.15;
}

.indeling hr {
	margin: 40px 0 100px 0;
}

.card ul {margin: 0;}

.card i {
	margin-bottom: 30px;
	font-size: 48px;
	color: #E2B659;
}

.card:not(:last-of-type), .omg:not(:last-of-type) {
	margin-bottom: 60px;
}

.card img {
	margin-top: 0 !important;
}

.omg-media {
	width: 100%;
	height: 350px;
	overflow: hidden;
	margin-bottom: 28px;
}

.omg-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin-top: 0 !important;
}

.omg ul {
	margin-top: 0;
	margin-bottom: 20px;
}

.card .accordion .h4:not(:first-of-type) {
	margin-top: 24px;
}

.card ul li {
	padding-left: 0;
	padding-bottom: 12px;
}

.card ul li::before {
	display: none;
}

.tag {
	display: block;
	width: fit-content;
	padding: 2px 16px;
	margin: 0 auto 60px auto;
	
	color: #fff;
	background-color: #E2B659;
	border-radius: 2px;	
	font-size: 15px;
	font-weight: 600;	
}


.img-portrait {
	aspect-ratio: 4 / 5 !important;
	object-fit: cover;
	width: 100% !important;
}

.pullup {margin-top: -55%;}

.ico-groen {
	color: #1A3D2A;
	margin-right: 8px;
}

.ico-inv {opacity: 0;}
.ico-xl {
	font-size: 60px;
	margin-bottom: 40px;
	margin-right: 0;
}

.ico-soc {
	font-size: 24px;
	margin-top: 20px;
}

.form {
	background-color: #1A3D2A;
	padding: 40px 30px;
	color: #fff;
}

.form a {
	color: #fff;
}

.adres {
	display: flex;
	flex-direction: row;
	gap: 4px;
}

.adres i {
	position: relative;
	top: 5px;
}



.klein {font-size: 14px;}

.bg-geel {background-color: #FDFBF8;}
.wit {color: #fff;}
.groen {color: #1A3D2A;}

.txt-center {text-align: center;}


.mt20 {margin-top: 20px;}
.mb40 {margin-bottom: 40px;}

.spacer-xs {padding: 10px 0;}
.spacer-sm {padding: 20px 0;}
.spacer {padding: 30px 0;}
.spacer-lg {padding: 50px 0;}
.spacer-xl {padding: 70px 0;}


/************************************** RESPONSIVE CSS *****************************************/
/****************************************************************************************************/


@media only screen and (max-width :960px) {
	.section100, .section75, .section70, .section60, .section50, .section48, .section45, .section40, .section35, .section33, .section31, .section30, .section25, .section23, .section20, .section19 {
		width:100%;
		margin-top:0px;
	}
	
	.section100 img, .section75 img, .section70 img, .section60 img, .section50 img, .section48 img, .section45 img, .section40 img, .section35 img, .section33 img, .section31 img, .section30 img, .section25 img, .section23 img, .section20 img , .section19 img {
		width:100%;
		margin-top: 32px;
	}
	
	.twee_links, .twee_rechts{margin-right:0; margin-left:0; margin-bottom: 10px;}
	.drie_links, .drie_mid, .drie_rechts{margin-right:0;margin-left:0;  margin-bottom: 10px;}
	.vier_links, .vier_mid_links, .vier_mid_rechts, .vier_rechts{margin-right:0; margin-left:0;  margin-bottom: 10px;}
	.vijf_links, .vijf_mid_links, .vijf_mid_rechts, .vijf_rechts, .vijf_mid{margin-right:0; margin-left:0;  margin-bottom: 10px;}
	
	.form {margin-top: 40px;}
	
	#logo, #footer img {width: 170px;}
	
	#container {padding: 100px 0;}	
	.pgmessage #container {padding: 120px 0;}
	
	#container .content_small {padding: 0 50px;}
	
	.hero-body {
		padding-bottom: 70px;
	}
	
	.intro {
		width: 80%;
	}
	
	.flex-container {flex-direction: column;}
	
	#footer .lijn {
		background-color: red;
		display: none;
	}
	
	.footer-quicklinks::before {
		height: 15%;
	}
	.quicklink {margin-bottom: 0;}
	.quicklink:hover {margin-top: 0;}
	
	.footer-quicklinks .content_small a:not(:last-of-type) .quicklink {
		margin-bottom: 25px;
	}
	
	.footer-quicklinks h3 {
		font-size: 22px;
	}
	
	.indeling hr {
		margin: 20px 0 80px 0;
	}
	
	.kalender {
		margin-top: 30px;
	}
	
	.order1 {order: 1;}
	.order2 {order: 2;}
	.order3 {order: 3;}
	
	#footer .btn {
		margin-top: 40px;
	}
	
	.mbhidden {
		display: none;
	}
	.hero-title {
		font-size: 40px;
		line-height: 50px;
		padding-bottom: 15px;
	}
	
	h1, .h1 {
		font-size: 36px;
		line-height: 46px;
	}
	
	h2, .h2 {
		font-size: 28px;
		line-height: 36px;
	}
	
	.hero-sub {
		font-size: 20px;
		line-height: 30px;
	}
	
}

@media only screen and (max-width :480px) {
	
	.pgmessage #container {padding: 100px 0;}
	
	#container .content_small {padding: 0 25px;}
	
	.pgdetail .hero {
		height: 240px;
	}
	
	.intro {
		width: 100%;
	}
	
	.quicklink {
		height: 240px;
	}
	
	.btn-full {
		padding: 12px 26px 13px 26px;
		color: #fff !important;
		background-color: #E2B659;
		font-weight: 400;
	}
	
	h1, .h1 {
		font-size: 26px;
		line-height: 38px;
	}
	
	h2, .h2 {
		font-size: 22px;
		line-height: 32px;
	}
	
	h3, .h3 {
		font-size: 18px;
		line-height: 26px;
	}
	
	.hero-sub {
		font-size: 18px;
		line-height: 28px;
	}
	
}



/** RESPOSIVE MENU **/
@media only screen and (min-width :961px) {
	#menu {
		display: block !important;
	}
	.hamx {
		display: none;
	}
}

@media only screen and (max-width :960px) {
	
	#nav-cta {
		display: none;
	}
	
	.hamx {
		top: 46px;
		right: 25px;
		position: absolute;
		z-index: 101;
		display: block;
		cursor: pointer;
	}

	#menu {
		position: absolute;
		top: 126px;
		left: 0;
		width: 100%;
		display: none;
		padding-top: 0;
	}
	#menu li, #menu li a {
		display: block;
		margin-bottom: 1px;
		text-align: center;
		padding: 18px 25px 14px 25px;
	}
	/***** MENULINK *****/
	a.menulink {
		font-size: 20px !important;
	}
}

.hamx .line {
    width: 36px;
    height: 4px;
    background-color: #1A3D2A;
    display: block;
    margin: 6px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hamx:hover {
    cursor: pointer;
}
#x-1.is-active .line:nth-child(2) {
    opacity: 0;
}
#x-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    -o-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
}
#x-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}

.accordion {
	margin-top: 24px;
}

.accordion-header {
	cursor: pointer;
	display: flex;
}

.accordion-content {
	display: none;
}

.accordion-header::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
	font-size: 24px;
    content: "\f0fe";
    display: inline-block;
	margin-right: 16px;
    color: #1a1a1a;
}

.accordion-header:hover::before, .accordion-header:hover {
	color: #E2B659 !important;
	transition: 0.2s;
}

.active.accordion-header {
	color: #E2B659;
}

.active.accordion-header::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    content: "\f146";
	color: #E2B659;
}

/* Copyright (C) - IMAXX Smart Web Solutions - All Rights Reserved */