<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* { margin: 0px; padding: 0px; }
p { margin: 15px auto; line-height: 22px; }
a { color: #000; text-decoration: none; }
a:hover  { color: #000; text-decoration: underline; }
a img { border: 0px; }
html {
	width: 100%;
}
body {
	background: #EEF2EA;
	margin: 0px auto;
	text-align: center;
	font-size: 13px;
	font-family: 'Arial';
	color: #444;
	background-image: -webkit-gradient(
		linear,
		right bottom,
		right top,
		color-stop(0, #EEF2EA),
		color-stop(1, #94C768)
	);
	background-image: -o-linear-gradient(top, #EEF2EA 0%, #94C768 100%);
	background-image: -moz-linear-gradient(top, #EEF2EA 0%, #94C768 100%);
	background-image: -webkit-linear-gradient(top, #EEF2EA 0%, #94C768 100%);
	background-image: -ms-linear-gradient(top, #EEF2EA 0%, #94C768 100%);
	background-image: linear-gradient(to top, #EEF2EA 0%, #94C768 100%);
	width: 100%;
	overflow-x: hidden;
}
.container {
	clear: both;
	margin: 0px auto;
	width: 1000px;
	height: auto;
	text-align: left;
	z-index: 1;
	position: relative;
} 
.container.headercontainer {
	z-index: 9;
}
header {
	float: left;
	width: 100%;
	height: 281px;
}
header .logo {
	float: left;
	height: 130px;
	margin-top: 15px;
	padding: 15px 15px 79px 15px;
}
header .logo img {
	height: 98%;
}
header .search {
	position: absolute;
	bottom: 42px;
	right: 0;
	width: 130px;
	height: 14px;
	background: #FFD500;
	text-align: center;
	font-weight: bold;
	padding: 8px 0px;
	font-size: 14px;
	color: #333;
	-webkit-border-top-left-radius: 6px;
	-moz-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	z-index: 2;
}
header .search:hover {
	text-decoration: none;
	background: #FFF;
}
header .header {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	margin: 0px;
	height: 275px;
	z-index: 0;
}
header .nav {
	position: absolute;
	top: 236px;
	left: 0;
	width: 100%;
	height: 39px;
	border-top: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
	background: #4BA11C;
}
nav {
	clear: both;
	float: left;
	width: 1000px;
	height: 39px;
	position: relative;
}
nav .social {
	position: absolute;
	top: 5px;
	right: 5px;
}
nav .social img {
	height: 30px;
}
nav ul {
	float: left;
	width: 1000px;
	margin-left: 10px;
	list-style: none;
}
nav ul li {
	float: left;
	width: auto;
	height: 36px;
	position: relative;
}
nav ul li.displayonMobile { display: none; }
nav ul li a {
	float: left;	
	width: auto;
	height: 14px;
	padding: 11px 18px; 
	color: #FFF;
	text-shadow: 1px 1px #4BA11C;
	font-size: 15px;
	font-weight: bold;
	font-family: 'Calibri', 'Arial';
	margin: 0px 3px;
	border-bottom: 0px; 
}
nav ul li a:hover, nav ul li:hover a {
	color: #FFD500;
	text-decoration: none;
}
nav ul li a.active {
	border-bottom: 3px solid #FFD500;
	color: #FFD500;
	text-decoration: none;
}
nav ul li:hover ul {
	display: block;
}
nav ul li ul li a:hover {
	color: #FFD500 !important;
}
nav ul li ul {
	display: none;
    position: absolute;
    z-index: 9999999999999;
    top: 36px;
    left: 50%;
    transform: translateX(-50%);
    background: #4BA11C;
    float: none;
    width: auto;
    margin: 0px;
}
nav ul li ul li {
	height: auto;
	width: 100%;
	min-width: 100px;
    text-align: center;
	border: 0px !important;
}
nav ul li ul li a, header nav ul li ul li a:hover, header nav ul li:hover ul li a {
	/* width: 330px; */
	width: 100%;
	width: calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	white-space: nowrap;
	height: auto;
	padding: 5px 10px;
	color: #fff;
	text-shadow: 0px;
	font-size: 15px;
    font-weight: bold;
    font-family: 'Calibri', 'Arial';
	border: 0px !important;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
	border-radius: 0px;
	margin: 0;
}
nav ul li ul li a:hover {
	color: #FFF;
}
.header_bottom {
	clear: both;
	margin-bottom: 20px;
	float: left;
	width: 1000px;
	height: 8px;
	background: #F5F7F3;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
content {
	float: right;
	width: 1000px;
}
content h1 {
	color: #333;
	font-size: 22px;
	margin-bottom: -10px;
}
article.house {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 215px;
	height: 175px;
	overflow: hidden;
	position: relative;
	padding: 10px;
	background: #F5F7F3;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
article.house.hover {
	background: #4BA11C;
}
article.house:hover span {
	background: #FFF;
	color: #4BA11C;
}
article.house.lastOne {
	margin-right: 0px;
}
article.house img {
	width: 100%;
	height: 125px;
}
article.house span {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 215px;
	height: 20px;
	background: #FFD500;
	color: #333;
	text-align: center;
	padding: 10px 0px;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Calibri', 'Arial';
}
.contentX, .content {
	clear: both;
	margin-top: 20px;
	float: left;
	width: 970px;
	padding: 15px;
	background: #F5F7F3;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.contentX { margin-top: 0px; }
.contentX.blog {
	margin-bottom: 15px;
}
.contentX.blockContent {
	margin-top: 15px;
}
.blocks {
	float: left;
	width: 100%;
	height: auto;
	margin: 4px 0px;
	position: relative;
}
.block_actie {
    float: left;
	background: #FFF;
    width: 33%;
    width: calc(33.333% - 10px);
    width: -webkit-calc(33.333% - 10px);
    width: -moz-calc(33.333% - 10px);
    margin: 2px 4px 0px 4px;
    height: auto;
    overflow: hidden;
    position: relative;
	border: 1px solid #4BA11C;
	padding-bottom: 30px;
}
.block_actie a span.title {
	float: left;
	width: 100%;
	padding: 3px 0px;
	text-align: center;
	color: #4BA11C;
	font-size: 22px;
	text-transform: uppercase;
	font-family: 'Lato', Arial, sans-serif;
}
.block_actie a img {
    float: left;
    height: 220px;
    width: 100%;
    margin: 0px auto 10px auto;
    display: block;
}
.block_actie hr {
	clear: both;
    float: left;
    width: 96%;
    height: 1px;
    background: #FFF;
    margin: 5px 2%;
    border: 0px;
    border-bottom: 1px dotted #CCC;
}
.block_actie a .text {
	float: left;
	width: 100%;
	width: calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	width: -moz-calc(100% - 30px);
	height: 170px;
	padding: 3px 15px;
	text-align: center;
	font-size: 16px;
	color: #4BA11C;
	font-weight: 300;
	line-height: 23px;
}
.block_actie a span.bookNow {
    float: right;
    margin: 0px 10px 10px 10px;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    background-color: #333;
    width: 65px;
    text-align: center;
    height: 21px;
}
.block_actie .information2 {
    height: 30px;
    background: #4BA11C;
    bottom: 0px;
    position: absolute;
    left: 0px;
    right: 0px;
    text-align: center;
}
.block_actie .information2 span {
    color: #FFF;
    text-align: center;
    font-family: 'Lato', Arial, sans-serif;
    bottom: 6px;
    left: 0;
    right: 0;
    position: absolute;
}
.reviewsGastenboek {
    margin: 20px 0px;
    float: left; 
    width: 100%;
}
footer {
	clear: both;
	float: left;
	width: 960px;
	height: auto;
	line-height: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius   : 6px;
	border-radius        : 6px;
	background: #4BA11C;
	color: #FFF;
	margin: 20px 0px;
	position: relative;
	padding: 10px 20px 10px 20px;
}
footer span {
	position: absolute;
	top: 4px;
	right: 20px;
}
.form {
	clear: both;
	float: left; 
	width: 100%;
	padding: 0p;
	margin-bottom: 10px;
}
.form td {
	padding: 2px 0px;
	line-height: 24px;
}
form.review {
    text-align: center;
    margin: 0 auto;
    float: none;
    display: table;
}
.review input[type="number"] {
	float: left;
	padding: 2px 8px;
}
.select { width: 640px; }

.form .input {
	background-color: #fff;
	-moz-background-clip   : padding;
	-webkit-background-clip: padding-box;
	background-clip        : padding-box;
	border: 1px solid #aaa;
	padding: 4px 8px;
	color: #333;
	width: 622px;
	font-family: Arial;
	font-size: 12px;
	float: left;

}
.form .input.submit {
	font-weight: bold;
	width: 640px;
	cursor: pointer;
}
.form .input.submit:hover, .submitNow:hover {
	cursor: pointer;
	border: 1px solid #4BA11C;
	color: #FFF;
	background: #4BA11C;
	text-shadow: 1px 1px #000;
	text-decoration: none;
}
.submitNow {
	background-color: #fff;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
	background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
	background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
	background-image: -o-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
	background-image: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
	background-image: linear-gradient(top, #eeeeee 0%,#ffffff 50%);
	-webkit-border-radius: 4px;
	-moz-border-radius   : 4px;
	border-radius        : 4px;
	-moz-background-clip   : padding;
	-webkit-background-clip: padding-box;
	background-clip        : padding-box;
	border: 1px solid #aaa;
	padding: 4px 8px;
	color: #333;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	cursor: pointer;
}
.result {
	float: left;
	font-weight: bold;
	padding: 4px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 10px 0px 10px 0px;
	width: 98%;
}
.result.error {
	background: #fedfed;
	border: 1px solid #FF0000;
	color: #FF0000;
}
.result.good {
	background: #EBFFE5;
	border: 1px solid #309601;
	color: #309601;
}

.content article .price { 
	position: absolute;
	right: 2px;
    top: 119px;
	width: 91px;
	height: 63px;
	padding: 10px 5px;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	text-align: right;
	background: url('../images/prijs_right.png');
}
.content article .price div { 
	font-size: 20px;
	line-height: 26px;
	margin: 5px 0px;
}
.content article .price strong {
	font-size: 11px;
} 
.content article {
	float: left;
	width: calc(33.333% - 22px);
	width: -webkit-calc(33.333% - 22px);
	width: -moz-calc(33.333% - 22px);
	margin: 10px;
	border: 1px dotted #DDD; 
	position: relative;
}
.content article img {
	float: left;
	width: calc(100% - 4px);
	width: -webkit-calc(100% - 4px);
	width: -moz-calc(100% - 4x);
	height: 200px;
	padding: 1px;
	background: #FFF;
	border: 1px solid #CCC;
}
.content article h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 4px 0px 0px 0px;
}
.content article h2 {
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
}
.content article p {
	margin: 7px;
    line-height: 16px;
    font-style: italic;
	width: calc(100% - 14px);
	width: -webkit-calc(100% - 14px);
	width: -moz-calc(100% - 14px);
	min-height: 80px;
}
.content article span {
	float: left;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 14px;
	background: #4BA11C;
	color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius   : 4px;
	border-radius        : 4px;
}
.content article:hover {
	background: #F2F2F2;
}
.suggestion {
	float: left;
	width: 205px;
	margin: 10px;
	color: #6A6969;
	font-weight: bold;
	text-align: center;
}
.suggestion img {
	float: left;
	width: 201px;
	padding: 1px;
	border: 1px solid #CCC;
	background: #FFF;
	margin: 7px 0px;
}
.content.search {
	margin-top: 0px;
	position: relative;
}
.content.search span {
	float: left;
	width: 270px;
	padding: 5px 0px;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}
.content.search select, .content.search input {
	float: left;
	width: 240px;
	padding: 4px;
	height: 20px;
	margin: 5px 0px;
}
.content.search select {
	height: 32px;
}
.content.search span input.half {
	float: left;
	width: 110px;
	margin-right: 5px;
}
.content.search input[type="submit"] {
	float: left;
	width: 150px;
	padding: 4px 0px;
	height: 32px;
	margin: 30px 0px 5px 0px;
	background: #4BA11C;
	color: #FFF;
	border: 1px solid #52BE33;
	font-weight: bold;
	text-align: center;
}
.content.search input[type="submit"]:hover {
	cursor: pointer;
	background: #52BE33;
	text-shadow: 1px 1px #4BA11C;
	border: 1px solid #4BA11C;
}
.content.search .customButton {
	position: absolute;
	top: 0;
	right: 0;
	width: 205px;
	padding: 6px 15px;
	height: 90px;
	background: #FFD000;
	color: #333;
	font-weight: bold;
	text-align: center;
	display: table;
	text-align: right;
	-webkit-border-radius: 6px;
	-moz-border-radius   : 6px;
	border-radius        : 6px;
	-webkit-border-bottom-left-radius: 60px;
	-moz-border-bottom-left-radius: 60px;
	border-bottom-left-radius: 60px;
	-webkit-border-top-left-radius: 60px;
	-moz-border-top-left-radius: 60px;
	border-top-left-radius: 60px;
}
.content.search .customButton div {
	display: table-cell;
	vertical-align: middle;
}
/* Vakantie */

.houseIMG {
	float: left; 
	padding: 2px; 
	border: 1px dotted #4BA11C; 
	width: 250px;
	min-height: 180px;
	-webkit-border-radius: 10px;
	-moz-border-radius   : 10px;
	border-radius        : 10px;
	margin-right: 15px;
	background: #4BA11C;
}
.content.house {
	padding-top: 10px; 
	padding-bottom: 10px;
	position: relative;
	margin-top: 0px;
}
.content.house .price { 
	position: absolute;
	left: 18px;
	bottom: 12px;
	width: 91px;
	height: 63px;
	padding: 10px 5px;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	background: url('../images/prijs.png');
}
.content.house .price div { 
	font-size: 24px;
	line-height: 26px;
	margin: 5px 0px;
}
.content.house .price strong {
	font-size: 12px;
} 
.content.house h1 { 
	color: #2A4F13;
}
.contentX h2 {
	margin-top: 20px;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
}
.reviewsHeader h2 {
    text-decoration: none;
    font-size: 1.5em;
    font-weight: bold;
    margin-top: unset;
}
.content.house p {
	margin-top: 13px;
}
.content.house span {
	float: left;
	width: 335px;
	background: #EEE;
	color: #333;
	font-weight: bold;
	padding: 5px;
	border-top: 1px solid #F2F2F2;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
.content.house span.first {
	width: 170px;
	font-weight: bold;
	background: #DDD;
	border-left: 1px solid #F2F2F2;
	border-right: 0px;
	color: #333;
}
.contentX span.omschrijving {
	float: left; 
	width: 625px; 
	margin: 10px 10px 20px 10px;
}
.contentX span.omschrijving {
	line-height: 19px;
}
sup { vertical-align: top; font-size: 0.8em; }
.contentX span.details {
	float: right; 
	width: 280px; 
	margin: 10px 10px 20px 10px;
	background: #eee; 
	border: 1px solid #DDD; 
	padding: 10px;
	line-height: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius   : 10px;
	border-radius        : 10px;
	position: relative;
	z-index: 1;
}
.contentX span.details strong {
	float: left;
	width: 150px;
}
.contentX span.details_bottom {
	float: right;
	background: #64C6E4;
	width: 365px;
	height: 23px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px #999;
	-webkit-box-shadow: 0 0 10px #999;
	box-shadow: 0 0 10px #999;
	margin: -90px 21px 0px 21px;
	padding-top: 77px;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	z-index: 0;
	padding-left: 10px;
	position: relative;
}
.contentX .img {
	float: left;
	width: 300px;
	height: 235px;
	margin: 10px;
	border: 1px solid #CCC;
	background: #EEE;
	padding: 0px;
}
.contentX .img span {
	float: left;
	width: 298px;
	margin: 1px;
	height: auto;
	text-align: center;
	padding: 5px 0px;
	background: #FFF;
	font-weight: bold;
	color: #4BA11C;
}
.contentX .img img {
	width: 298px;
	height: 100%;
	margin: 0px;
	padding: 1px;
	background: #FFF;
}

ul.tabs {
	clear: both;
	float: left;
	width: 100%;
	overflow: hidden;
	list-style: none;
	margin-top: 20px;
}
ul.tabs li {
	float: left;	
	width: auto;
	height: 15px;
	padding: 10px 27px;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 3px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
	background: #EEE;
	color: #000;
	text-decoration: none;
	margin-top: 3px;
}
ul.tabs li:hover {
	background: #333;
	color: #FFF;
	cursor: pointer;
}
ul.tabs li.active {
	background: #FFD500;
	color: #333;
}
.images img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 12px;
}
.slicknav_menu {
	display: none;
}
.contentX .images img {
	width: 30%;
	height: 140px;
}
.contentX .images img.second {
	margin: 0px 3% 12px 3%;
}
.contentX .images.mobile img {
	width: 230px;
}
@media (max-width: 1000px) {
	.container {
		clear: both;
		max-width: 1000px;
		width: auto;
		margin: 0px;
	}
	header, nav, nav ul, .header_bottom, content {
		width: 100%;
	}
	header {
		height: auto;
	}
	.contentX, .content {
		margin-top: 20px;
		float: left;
		width: 96%;
		padding: 15px 2%;
		background: #FFFFFF;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}
	.contentX { margin-top: 0px; }
	.contentX.right {
		float: right;
		width: 62%;
	}
	aside {
		float: left;
		width: 30%;
	}
	.searchBook {
		width: 94%;
		padding: 15px 2%;
		margin-right: 2%;
	}		
	.searchBook h2 {
		width: 94%;
		margin: -15px 0px 10px -2%;
	}
	.searchBook select, .searchBook input {
		width: 96%;
		margin: 8px 0px;
	}
	.searchBook input {
		width: 94%;
		margin: 8px 0px;
	}
	.searchBook input[type="submit"] {
		width: 96%;
	}
	.block_actie a span.bookNow {
		clear: both;
		float: right;
		margin: 8px 10px 10px 10px;
		font-size: 13px;
		font-weight: bold;
		position: static;
	}
	footer {
		width: 96%;
		padding: 10px 2% 10px 2%;
	}
	header .nav, nav, .header_bottom { display: none; }
	.slicknav_menu {
		display: block;
	}
	#mobileMenu {
		clear: both;
		float: left;
		width: 100%;
		height: auto;
		margin: 0px 0px 15px 0px;
	}
	article.house {
		float: left;
		margin-right: 2%;
		margin-bottom: 20px;
		width: 21.5%;
		height: 175px;
		overflow: hidden;
		position: relative;
		padding: 1%;
		background: #F5F7F3;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}
	article.house span {
		width: 91%;
	}
}
@media (max-width: 725px) {
	.contentX { margin-top: 0px; }
	.contentX.right {
		float: left;
		width: 96%;
		margin-top: 15px;
	}
	aside {
		float: left;
		width: 100%;
		display: none;
	}
	.searchBook {
		width: 96%;
		padding: 15px 2%;
		margin-right: 0px;
	}		
	.searchBook h2 {
		width: 98%	;
		margin: -15px 0px 10px -2%;
	}
	.searchBook select, .searchBook input {
		width: 98%;
		margin: 8px 0px;
	}
	.searchBook input {
		width: 96%;
		margin: 8px 0px;
	}
	.searchBook input[type="submit"] {
		width: 98%;
	}
	header .header {
		position: relative;
		float: left;
		width: 100%;
		min-width: 0px;
		margin: 0px 0px -10px 0px;
		height: auto;
		min-height: 155px;
	}
	header .container {
		text-align: center;
	}
	header .logo {
		float: none;
		display: inline-block;
		background: #FFF;
		height: auto;
		margin: -155px auto 0px auto;
		padding: 15px 15px 0px 15px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
		text-align: center;
		width: 60%;
		position: relative;
	}
	header .logo img {
		height: auto;
		width: 100%;
	}
	header .search { display: none; }
	.lang {
		position: absolute;
		top: 24px;
		left: 10px;
		width: 90px;
		background: #FFF;
		padding: 9px 5px 7px 5px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}
	.contentX .images img {
		width: 96%;
		height: auto;
		margin: 0px auto;
	}
	.contentX .images img.second {
		margin: 0px auto;
	}
	.content article .price { 
		display: none;
	}
	.content article {
		float: left;
		width: 96%;
		margin: 1%;
		border: 1px dotted #DDD; 
		position: relative;
		text-align: center;
	}
	.content article img {
		float: none;
		width: 100%;
		height: auto;
		padding: 1px;
		background: #FFF;
		border: 1px solid #CCC;
		margin-right: 0px;
		margin: 0px auto;
	}
	.content article h1 {
		font-size: 16px;
		font-weight: bold;
		margin: 4px 0px 0px 0px;
	}
	.content article h2 {
		font-size: 13px;
		font-weight: normal;
		text-decoration: underline;
	}
	.content article p {
		margin: 7px 0px;
		line-height: 16px;
		font-style: italic;
		width: auto;
	}
	.content article span {
		font-weight: bold;
		font-size: 14px;
	}
	.content article:hover {
		background: #F2F2F2;
	}
	.images.mobile { display: none; }
	
.houseIMG {
	float: left; 
	padding: 1%; 
	border: 1px dotted #E35E11; 
	width: 98%;
	min-height: 180px;
	-webkit-border-radius: 10px;
	-moz-border-radius   : 10px;
	border-radius        : 10px;
	margin-right: 0px;
	background: #E35E11;
	margin-bottom: 10px;
}
.content.house .price { 
		display: none;
	position: absolute;
	left: 12px;
	top: 179px;
	width: 91px;
	height: 63px;
	padding: 10px 5px;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	background: url('../images/prijs.png');
}
.content.house .price div { 
	font-size: 24px;
	line-height: 26px;
	margin: 5px 0px;
}
.content.house .price strong {
	font-size: 12px;
} 
.content.house h1 { 
	color: #2A4F13;
}
.content.house span {
	float: left;
	width: 44%;
	background: #EEE;
	color: #333;
	font-weight: bold;
	padding: 5px 2%;
	border-top: 1px solid #F2F2F2;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
.content.house span.first {
	width: 44%;
	font-weight: bold;
	background: #DDD;
	border-left: 1px solid #F2F2F2;
	border-right: 0px;
	color: #333;
}
.contentX span.omschrijving {
	float: left; 
	width: 96%; 
	margin: 10px 2% 20px 2%;
}
.contentX span.omschrijving {
	line-height: 19px;
}
sup { vertical-align: top; font-size: 0.8em; }
.contentX span.details {
	float: left; 
	width: 92%; 
	margin: 10px 2% 20px 2%;
	background: #eee; 
	border: 1px solid #DDD; 
	padding: 10px 2%;
	line-height: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius   : 10px;
	border-radius        : 10px;
	position: relative;
	z-index: 1;
}
.contentX span.details strong {
	float: left;
	width: 40%;
}
.contentX span.details_bottom {
	display: none;
}
.contentX .img {
	float: left;
	width: 300px;
	height: 235px;
	margin: 10px;
	border: 1px solid #CCC;
	background: #EEE;
	padding: 0px;
}
.contentX .img span {
	float: left;
	width: 298px;
	margin: 1px;
	height: auto;
	text-align: center;
	padding: 5px 0px;
	background: #FFF;
	font-weight: bold;
	color: #E35E11;
}
.contentX .img img {
	width: 298px;
	height: 207px;
	margin: 0px;
	padding: 1px;
	background: #FFF;
}

ul.tabs {
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
	list-style: none;
	margin: 15px 0px;
}
ul.tabs li {
	float: left;	
	width: 46%;
	height: 15px;
	padding: 10px 1%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 3px;
	-webkit-border-radius: 10px;
	-moz-border-radius   : 10px;
	border-radius        : 10px;
	background: #EEE;
	color: #000;
	text-decoration: none;
	margin-top: 2px;
}
ul.tabs li:hover {
	background: #333;
	color: #FFF;
	margin-top: 2px;
	cursor: pointer;
}
ul.tabs li.active {
	background: #F2C631;
	color: #333;
	margin-top: 2px;
}

	article.house {
		float: left;
		margin: 15px auto;
		width: 93%;
		height: auto;
		overflow: hidden; 
		position: relative;
		padding: 10px;
		background: #F5F7F3;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}
	article.house span {
		width: 91%;
	}
	article.house img {
		height: auto;
	}
	.block_actie {
		width: 100%; 
		width: calc(100% - 2px);
		width: -webkit-calc(100% - 2px);
		width: -moz-calc(100% - 2px);
		height: auto;
	}
	.block_actie a span.bookNow {
		margin: 55px 10px 10px 10px;
	}
	form.review {
		text-align: center;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		max-width: 100%;
	}
	form.review tbody, form.review tr, form.review td  {
		display: flex;
		flex-wrap: wrap;
		max-width: 100%;
	}
	form.review tr, form.review td {
		width: 100%;
	}
	footer { text-align: center; }
footer span {
	position: relative;
	top: 0;
	right: 0;
}
}
@media screen and (max-width: 640px) {
	.block_actie a span.bookNow {
		margin: 65px 10px 10px 10px;
	}
}</pre></body></html>