@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,600);

@font-face {
    font-family: ThirstySoftLight;
    src: url(../font/ThirstySoftLight.otf);
}
html {
	position: relative;
    min-height: 100%;
}
* { margin: 0px; padding: 0px; outline-color: #4F81BD; }
p { margin: 20px auto; line-height: 22px; }
p:empty { margin: 0px auto; }
a { color: #4F81BD; text-decoration: none; }
a img { border: 0px;}
iframe { max-width: 100%; }
iframe input {
    transition: all ease .25s;
}
h1, h2, h3 {
	color: #555555;
    font-weight: 500;
}
h1 {
	text-align: left; 
	font-size: 30px;
}
h2 {
	text-align: left; 
	text-decoration: none; 
	font-size: 24px;
}
h3 {
    text-align: left;
    font-size: 26px;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
	margin: 0 0 0;
	text-align: center;
	font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
	font-size: 16px;
    color: #444;
	font-weight: 300;
	background: #FFF;
	line-height: 1.5;
}
.bg_wrapper {
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
.bg {
    overflow: hidden;
    position: relative;
    z-index: -1;
    display: block;
    min-width: 100%;
    width: auto;
}
.container {
	margin: 0px auto;
	width: 100%;
	max-width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}
header {
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 10;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
}
header.scrolled {
	height: 80px;
}
header .container { 
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
	display: inline-block;
}
.logo_img {
	float: left;
	margin: 0 auto;
	height: 80px;
	width: auto;
	-webkit-transition: all 0.5s; 
	transition: all 0.5s;
}
.scrolled .logo_img {
	height: 60px;
}
.logo_text a {
	color: #fff;
}
.logo_text a:hover{
	text-decoration: none;
}
.wifi img {
	width: 150px;
	height: auto;
	float: left;
}
#mainImage {
	float: left;
	width: 100%;
	height: 80px;
	margin: 0px 0px 24px 0px;
	padding: 0px;
	position: relative;
}
.searchTop {
	float: left;
	width: 100%;
}
.searchBook {
	float: left;
	margin: -36px 0px 0px 20px;
	color: #FFF;
	font-size: 24px;
}
.sliderVideo {
	height: 550px;
	width: 100%;
	position: relative;
}
.sliderVideo video {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
	width: 100%;
}
.slogan_tekst {
    position: absolute;
    top: 15%;
    font-family: ThirstySoftLight;
    width: 100%;
    text-align: center;
    font-size: 4.375em;
    color: #FFF;
	text-shadow: 2px 2px 2px rgba(0,0,0,1);
	z-index: 9;
}
.uwboekingLogo {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 5px;
	z-index: 1;
}
.uwboekingLogo img {
	max-height: 40px;
}
#imageviewer {
    height: auto;
    text-align: center;
    position: relative;
}
#imageviewer2 {
    height: auto;
    text-align: center;
    width: 100%;
    float: left;
    position: relative;
}
#imageviewer .bxslider {
	margin-left: 0px;
}
#imageviewer2 .bxslider {
	margin-left: 0px;
}
#imageviewer #slider-prev img {
    height: 43px;
    width: auto;
    top: 40%;
    position: absolute;
    left: 40px;
	z-index: 99;
	display: none;
}
#imageviewer #slider-next img {
    height: 43px;
    width: auto;
    top: 40%;
    position: absolute;
    right: 40px;
	z-index: 99;
}
#imageviewer2 #slider-prev img {
    height: 43px !important;
    width: auto;
    top: 40%;
    position: absolute;
    left: 40px;
	z-index: 99;
}
#imageviewer2 #slider-next img {
    height: 43px !important;
    width: auto;
    top: 40%;
    position: absolute;
    right: 40px;
	z-index: 99;
}
#imageviewer .slogan_tekst img {
    float: left;
    height: 34px !important;
    width: auto !important;
    margin: 5px;
}
header nav {
	float: none;
	text-align: right;
	width: auto;
    margin: 18px auto;
	border-radius: 6px;
	padding: 0px 5px; 
	transition: all 0.5s ease;
}
header.scrolled nav {
	float: right;
}
header nav ul {
	list-style: none;
}
header nav ul li {
	display: inline-block;
	width: auto;
	position: relative;
}
header nav ul li:first-child {
	border-left: 0px;
}
header nav ul li:last-child {
	border-right: 0px;
}
.displayonMobile {
	display: none;
}
header nav ul li a {
	display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    text-decoration: none;
	padding: 12px 8px;
	font-family: ingra, sans-serif;
	text-transform: uppercase;
}
header nav ul li a:hover, header nav ul li:hover a {
    color: #4F81BD;
	text-decoration: none;
}
header nav ul li a.active {
	text-decoration: none;
	color: #4F81BD;
}
header nav ul li:hover ul {
	display: block;
}
header nav ul li ul li a:hover {
	background: #4F81BD;
}
header nav ul li ul {
	display: none;
	position: absolute;
	z-index: 9999999999999;
	top: 44px;
	left: 50%;
    transform: translateX(-50%);
	/* width: 350px; */
	background: #fff;
	z-index: 9999;
}
header nav ul li ul li {
	height: auto;
	text-align: center;
	width: 100%;
	border: 0px !important;
}
header 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%;
	box-sizing: border-box;
	white-space: nowrap;
	height: auto;
	padding: 8px 15px;
	color: #666;
	text-shadow: 0px;
	font-size: 14px;
	font-family: ingra, sans-serif;
	border: 0px !important;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
header nav ul li ul li a:hover {
	color: #FFF;
}
.footerMenu {
    float: left;
    position: relative;
    padding: 0px 10px;
    box-sizing: border-box;
    width: 25%;
}
.footerMenuContainer {
	float: left;
	width: 25%;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: left;
	margin-bottom: 40px;
}
.footerMenuContainer h3 {
	font-size: 16px;
	font-weight: bold;
}
.footerMenu {
	width: 100%;
	padding: 0 0 10px 0;
}
.footerMenu a {
	float: none;
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin-right: 0;
    margin-left: 0;
    list-style-position: inside;
    padding: 0 13px 6px 13px;
    position: relative;
}
.footerMenu a::before {
    background: #555 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 6px;
}
img.unsize {
	height: 430px;
}
.bxslider {
	max-width: 1920px;
	margin: 0px auto !important;
	width: auto;
	position: relative;
}
.bxslider li {
	width: 100% !important;
}
.bx-viewport {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 550px;
}
.sliderImage {
	height: 550px;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.svr {
	position: absolute;
	z-index: 99999;
	bottom: -120px;
	left: 10px;
}
.boek {
	position: absolute;
	z-index: 99999;
	bottom: -240px;
	left: 10px;
}
.images img {
	margin-bottom: 12px;
}
.images img {
	height: 200px;
	width: calc(33% - 25px);
	width: -webkit-calc(33% - 25px);
	width: -moz-calc(33% - 25px);
}
.images img.second {
	margin: 0px 3% 12px 3%;
}
.blocks {
	width: 100%;
	height: auto;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blocks.accBlocks {
    max-width: 835px;
    float: none;
    margin: 0 auto 20px auto;
	display: inline-block;
}
.zoekboek_slider {
	height: auto;
	text-align: center; 
	position: relative;
}
.zoekboek_knop {
	position: absolute;
    bottom: 10px;
    font-size: 30px;
    border-radius: 50%;
    height: 43px;
    width: 50px;
    border: 2px solid #FFF;
    padding-top: 8px;
    color: #FFF;
    text-shadow: 1px 1px #000;
}
.zoekboek_knop img {
	height: 33px !important; 
    width: 33px !important;
    margin: 4px 0px 0px 0px !important;
}
.zoekboek_knop:hover {
	color: #FFF;
	text-decoration: none;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-webkit-transition: .2s ease;
    transition: .2s ease;
}
.slider_tekst {
	text-align: center;
    position: absolute;
    top: 210px;
    font-size: 34px; 
    color: #FFF;
    padding: 5px;
    margin: 0 auto;
    width: calc(100% - 10px);
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
	text-shadow: 0 0 20px rgba(121, 161, 164, 1);
	z-index: 1;
}
.slider {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
}
.usps {
    float: none;
	display: inline-block;
    width: 100%;
    padding: 30px 0 10px;
    max-width: 1100px;
    margin: 0 auto;
}
.usp {
	float: left;
    width: 11.111%;
    box-sizing: border-box;
	text-align: center;
}
.usp img {
	width: 40px;
	max-width: 100%;
    padding: 10px;
}
.usp p {
	margin: 0;
}
.usp .title-list {
    color: #000;
    font-size: 18px;
}
content {
	float: left;
	width: 100%;
	max-width: 100%;
	height: auto;
	position: relative;
}
content .content, content .contentX {
    clear: both;
    display: inline-block;
    height: auto;
    position: relative;
    padding: 18px;
    margin: 4px auto;
    text-align: left;
    width: 100%;
	box-sizing: border-box;
}
.content:empty {
    display: none;
}
content .content.midden {
	background: none;
}
content .content.noclear {
	float: none;
    clear: none;
    margin: 4px auto;
    width: calc(100% - 36px);
    width: -webkit-calc(100% - 36px);
    width: -moz-calc(100% - 36px);
	text-align: center;
    height: auto !important;
}
.sub label {
    clear: both;
    float: left;
    width: 100%;
	box-sizing: border-box;
}
.categorie {
	float: left;
    width: 100%;
    border-top: 1px solid #bbb;
    padding: 23px 0 24px;
}
.accFilter span {
    color: #555;
}
.accFilter strong {
    color: #555;
    padding: 0 10px;
    box-sizing: border-box;
}
.accFilter input[type="submit"]{
    display: block;
    background: #813589;
    border: 1px solid #CCC;
    margin: 5px 0px 5px 0px;
    color: #FFF;
    font-weight: bold;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    font-size: 13px;
    font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
	height: auto;
}
content .submit {
    display: block;
    background: #813589;
    border: 1px solid #CCC;
    margin: 5px 0px 5px 0px;
    color: #FFF;
    font-weight: bold;
    width: 100%;
    padding: 5px 0px;
    text-align: center;
    font-size: 13px;
    font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
}

			/* #filter {
				position: fixed;
				top: 179px;
				left: 0;
				width: auto;
			/* 	display: none;
 				z-index: 9999999;
			} */
			/* content .accFilter {
				float: left;
				width: 28%;
				background: #EEE;
				margin-top: 0px;
				padding: 0px 15px;
				height: 600px;
				overflow-y: auto;
				border: 1px solid #CCC;
			}
			content .accFilter #buttonBG {
				position: absolute;
				bottom: 0px;
				background: #EEE;
				width: 250px;
				height: auto;
				padding: 5px 0px;
			}
			content .accFilter #buttonBG input[type="submit"] {
				width: 100%;
			} */
#content .content h1 {
	float: left;
	margin: -15px;
	padding: 8px 15px;
	font-weight: normal;
	font-size: 18px;
	background: #D0D0D0;
	width: 598px;
	border-bottom: 1px solid #BBB;
	margin-bottom: 15px;
}
#content .cal {
	margin: 0px 30px;
}
#content aside {
	float: left;
	width: 227px;
	margin-top: 10px;
}
#content aside img {
	margin-bottom: 11px;
}
.lastVisitedRow {
	width: 100%;
    max-width: 1100px;
    position: relative;
    margin: 0px auto 20px auto;
    display: inline-block;
}
.lastVisitedSingleRow {
    float: left;
    width: 100%;
}
.lastVisitedRow h3 {
	margin: 5px 10px;
}
.lastVisitedAcc {
    float: left;
	margin: 0px 10px;
    width: calc(20% - 20px);
    width: -webkit-calc(20% - 20px);
    width: -moz-calc(20% - 20px);
	text-align: left;
	color: #4F81BD;
}
.lastVisitedBlock:last-child .lastVisitedAcc.4 {
	margin: 0px 0px 0px 0px;
    width: calc(20% - 0px);
    width: -webkit-calc(20% - 0px);
    width: -moz-calc(20% - 0px);
}
.lastVisitedIMG img {
    float: left;
    width: 100%;
	height: 140px;
	background: #dfdbd4;
}
.newsletter {
    background: #dfdbd4;
    padding: 20px 0;
	color: #000;
}
.newsletter .container {
	max-width: 1100px;
}
.newsletter h2 {
	color: #000;
}
#footer {
	clear: both;
	float: left;
	width: 100%;
	background-color: #efede9;
	color: #555;
	font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
	padding: 20px 0px;
	z-index: 1;
	position: relative;
}
#footer .container {
	max-width: 1100px;
}
#footer p {
	margin: 0 auto;
}
.footer a {
	color: #4F81BD;
}
ul.sitemap li {
	color: #813589;
}
footer {
	display: inline-block;
	clear: both;
	background: #2DACE3;
	width: auto;
	margin: 50px auto 0px auto;
	font-weight: bold;
	font-size: 11px;
	position: relative;
	text-align: center;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding: 10px;
	color: #FFF;
}
footer a, footer a:hover {
	color: #FFF;
}
.footer-logos {
    float: left;
    width: 100%;
    background: #ffffff;
    padding: 20px 0 20px;
}
.footer-logos h2 {
	margin-top: 24px;
    margin-bottom: 12px;
	width: 100%;
    text-align: center;
    font-weight: 400;
    color: #555555;
    padding-bottom: 10px;
    font-size: 18px;
	font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
}
.footer-logos .container {
	max-width: 630px;
	min-height: 50px;
    margin: 0 auto;
}
.footer-logos .footerLogos {
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    float: none;
    width: calc(50% - 4px);
    width: -webkit-calc(50% - 4px);
    width: -moz-calc(50% - 4px);
    box-sizing: border-box;
}
.footer-logos .footerLogos img {
	vertical-align: middle;
	width: 100%;
    max-width: 180px;
    display: block;
    margin: 0 auto;
    height: auto;
}
.contentX, .content {
    margin: 20px auto;
	float: none;
	max-width: 1100px;
	padding: 15px;
	text-align: left;
}
.contentX { margin-top: 0px; }

.contentX.right {
    margin: 0px auto;
    float: none;
    text-align: justify;
    width: 100%;
    display: block;
	background: #FFF;
}
.form {
	clear: both;
	float: left; 
	width: 100%;
	padding: 0px;
	margin-bottom: 10px;
}
.form td {
	padding: 2px 0px;
	line-height: 24px;
}
form.review {
    text-align: left;
    margin: 0;
    float: none;
    padding: 0 20px;
    box-sizing: border-box;
    display: table;
}
.review input[type="number"] {
	padding: 8px;
    width: 100%;
	box-sizing: border-box;
}
.review input.input {
	padding: 8px;
    width: 100%;
	box-sizing: border-box;
}
.review select.input {
	padding: 8px;
    width: 100%;
	box-sizing: border-box;
}
input#arrival, input#departure {
	padding: 8px;
	margin: 0 5px 0 0;
	box-sizing: border-box;
	width: 50%;
	width: calc(50% - 8px);
	width: -webkit-calc(50% - 8px);
	width: -moz-calc(50% - 8px);
}
input#departure {
	margin: 0 0 0 5px;
}
.review .form textarea.input {
	width: 100%;
    box-sizing: border-box;
	resize: vertical;
}
.g-recaptcha {
    margin: 0 auto;
}
.form.smaller h2 {
	text-align: left;
	margin: 10px 0; 
	padding: 0;
}
.select { width: 100%; }
input:focus, textarea:focus {
    border: 1px solid #868686 !important;
}
.form .input {
	background-color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
	-moz-background-clip   : padding;
	-webkit-background-clip: padding-box;
	background-clip        : padding-box;
	border: 1px solid #aaa;
	padding: 10px 8px;
	color: #333;
	width: calc(100% - 22px);
	width: -moz-calc(100% - 22px);
	width: -webkit-calc(100% - 22px);
	font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
	font-size: 12px;
}
.form .input2 {
	background-color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
	-moz-background-clip   : padding;
	-webkit-background-clip: padding-box;
	background-clip        : padding-box;
	border: 1px solid #aaa;
	padding: 10px 8px;
	color: #333;
	width: calc(100% - 22px);
	width: -moz-calc(100% - 22px);
	width: -webkit-calc(100% - 22px);
	font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
	font-size: 12px;
}
.form .input.submit {
	padding: 9px;
	font-size: 14px;
	color: #FFF;
	float: left;
	cursor: pointer;
	text-align: center;
	width: auto; 
	border: 1px solid #4F81BD;
	background: #4F81BD;
	height: 42px;
	-webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.form .input.submit:hover, .submitNow:hover {
	background: #d5fdff;
    border: 1px solid #d5fdff;
	color: #4F81BD;
}
.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 );
	-moz-background-clip   : padding;
	-webkit-background-clip: padding-box;
	background-clip        : padding-box;
	border: 1px solid #aaa;
	padding: 4px 8px;
	color: #333;
	font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 90%;
	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;
}
.suggestion {
	float: left;
	width: 100%;
	color: #6A6969;
	font-weight: bold;
	text-align: center;
}
.suggestion img {
	float: 100%;
	width: 201px;
	padding: 1px;
	border: 1px solid #CCC;
	background: #FFF;
	margin: 7px 0px;
}
.reviewsGastenboek {
    margin: 5px 0px 20px 0px;
	box-shadow: 0 1px 0px rgba(0,0,0,0.2);
    padding: 15px;
    width: calc(100% - 30px);
}
.reviewsGastenboek .reviewsHeader {
	font-weight: bold; 
	font-size: 18px; 
	padding-bottom: 5px; 
	margin-bottom: 5px;
}
.reviewsGastenboek .reviewsHeader h2 {
	text-align: left;
}
.reviewsBericht {
	margin: 20px 0px;
}
.content.search {
	margin-top: 0px;
}
.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: #008C00;
	color: #FFF;
	border: 1px solid #00BF00;
	font-weight: bold;
	text-align: center;
}
.content.search input[type="submit"]:hover {
	cursor: pointer;
	background: #00BF00;
	border: 1px solid #008C00;
}
.content ul, .contentX ul { margin-left: 40px; }
/* Vakantie */
.content ul li, .contentX ul li { line-height: 22px; }

.houseIMG {
	float: left; 
	padding: 2px; 
	border: 1px dotted #813589; 
	width: 350px;
	min-height: 250px;
	margin-right: 15px;
	background: #813589;
}
.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: #813589;
}
/*
.contentX h2 {
	margin-top: 20px;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
}
*/
.content.house p {
	margin-top: 13px;
}

.content.house span.first {
	width: 170px;
	font-weight: bold;
	background: #DDD;
	border-left: 1px solid #F2F2F2;
	border-right: 0px;
	color: #333;
}
.contentX div.omschrijving {
    float: none;
    margin: -1px auto 0px auto;
    text-align: left;
    padding: 15px 32px;
    max-width: 835px;
    width: 100%;
    box-sizing: border-box;
    background: #FFF;
    display: flow-root;
	border: 1px solid #c3c3c3;
}
.accSlider {
	position: relative;
}
.detailsdiv {
    position: absolute;
    right: 10%;
    bottom: 50%;
    transform: translateY(50%);
    z-index: 1;
}
.detailsRow {
	float: left;
	width: 100%;
}
.detailsRow .personen {
	height: 20px;
	width: auto;
}
.detailsRow  span {
	display: inline-flex;
	margin: 0 3px;
}
span.details {
	float: left; 
	text-align: center;
	width: 280px; 
	margin: 10px 10px 20px 10px;
	background: rgba(108, 15, 92, 0.8); 
	color: #FFF;
	border: 1px solid #6c0f5c;  
	padding: 10px;
	line-height: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius   : 10px;
	border-radius        : 10px;
	position: relative;
	z-index: 1;
}
.detailsRow a {
	float: none; 
	color: #FFF;
}
.contentX .facilities img {
	height: 50px;
	width: auto;
}
.contentX .facilities .icons {
	text-align: center;
    width: 100%;
}
.name_place {
	padding: 8px 0px;
	text-align: center;
}
.name_place h1 {
	font-weight: normal;
}	
section.contentX {
    float: none;
    display: inline-block;
    margin: 0px auto;
    width: calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    overflow: hidden;
}
sup { vertical-align: top; font-size: 0.8em; }
.contentX div.details span {
	float: left;
	width: auto;
}
.contentX div.details_bottom {
	float: right;
	background: #64C6E4;
	width: 365px;
	height: 23px;
	-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;
	margin: 10px auto 10px auto; 
	padding: 0px 10px;
}
.contentX .img span {
	float: left;
	width: 268px;
	margin: 1px;
	height: auto;
	text-align: center;
	padding: 5px 0px;
	background: #FFF;
	font-weight: bold;
	color: #813589;
	font-size: 14px;
	display: none;
}
.contentX .img {
    position: relative;
    display: inline-flex;
    padding: 10px 10px;
    margin: 10px;
    text-align: center;
    width: calc(25% - 42px);
    width: -webkit-calc(25% - 42px);
    width: -moz-calc(25% - 42px);
    height: 190px;
    border: 1px solid #DDDDDD;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.2);
	transition: all ease .4s;
	background-color: #fff;
}
.contentX .img.lightbox a {
    width: 100%;
}
.name_place {
	padding: 8px 0px;
	text-align: center; 
}
.name_place h1 {
	font-weight: normal;
	color: #813589;
}
.contentX .fotoboekImage {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.lightboxgallery-gallery {
	display: block;
  }
  .lightboxgallery-gallery-item {
	cursor: pointer;
	display: block;
	float: left;
	width: 33.3333%;
	height: 200px;
  }
  .lightboxgallery-gallery-item img {
	width: 100%;
	height: 100%;
  }
  .lightboxgallery-gallery-item > div {
	position: relative;
	margin: 10px;
	height: calc(100% - 20px);
	height: -webkit-calc(100% - 20px);
	height: -moz-calc(100% - 20px);
	width: calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	background-size: cover;
    background-position: center;
  }
  .lightboxgallery-gallery-item > div:after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.3) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,.3) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.3) 100%);
	opacity: 0;
	-webkit-transition: opacity 400ms;
	transition: opacity 400ms;
  }
  .lightboxgallery-gallery-item:hover > div:after {
	opacity: 1;
  }
  .lightboxgallery-gallery-item-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	z-index: 2;
	opacity: 0;
	-webkit-transition: opacity 400ms;
	transition: opacity 400ms;
  }
  .lightboxgallery-gallery-item:hover .lightboxgallery-gallery-item-content {
	opacity: 1;
  }
  .lightboxgallery-gallery-item-title {
	display: block;
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.2;
	font-weight: bold;
	letter-spacing: 1px;
  }

.accButtons {
	float: none;
    margin: 0px auto;
    text-align: center;
    padding: 15px 32px;
    max-width: 835px;
    width: 100%;
    box-sizing: border-box;
}
.accButton {
    float: none;
    display: inline-block;
    width: 50%;
    width: calc(50% - 24px);
    width: -webkit-calc(50% - 24px);
    width: -moz-calc(50% - 24px);
    box-sizing: border-box;
    margin: 10px;
    border: 1px solid #9fcd46;
    border-radius: 4px;
    background: #9fcd46;
    color: #fff;
    font-weight: 700;
    padding: 7px 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    cursor: pointer;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
}
.accButton:hover {
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
	text-decoration: none;
	color: #FFF;
	padding-left: 20px;
}
.accButton .fa {
	font-size: 14px;
}
ul.tabs { 
    clear: both;
    float: none;
    width: 100%;
    height: auto;
    overflow: hidden;
    list-style: none;
    margin: 20px auto -15px auto;
    text-align: center;
}
ul.tabs li {
	display: inline-block;
	width: auto;
	padding: 16px 12px;
	height: auto;
	font-size: .8571428571428571rem;
	font-weight: bold;
	margin: 0px 3px;
	text-transform: uppercase;
    color: #444;
	text-decoration: none;
    box-shadow: 0 1px 2px 0 rgba(107,107,107,.2);
	background: #e7e7e7;
	border-radius: 4px 4px 0 0;
	border: 1px solid #c3c3c3;
}
ul.tabs li:hover {
	cursor: pointer;
	background: #eee;
}
ul.tabs li.active {
	background: #FFF;
	color: #4F81BD;
	border-bottom: 1px solid #FFF;
}
.images img {
	border: 3px solid #CCC;
	margin-bottom: 12px;
}
.contentX .images img.second {
	margin: 0px 3% 12px 3%;
}
.images.mobile img:first-child {
	margin-top: 15px;
}.slicknav_menu {
		display: none;
	}
	
.lang {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0 5px;
	z-index: 9;
}
.lang img {
	float: right;
	margin: 4px;
}
.telo {
	color: #d91b5b;
	font-weight: bold;
}
.telo:hover {
	color: #d91b5b;
	text-decoration: none;
}
.telo img {
	float: left;
    height: 14px;
}
content .homeArticle {
	width: 33%;
	width: calc(33% - 20px);
	width: -webkit-calc(33% - 20px);
	width: -moz-calc(33% - 20px);
}
.box {
	float: left;
	width: 100%;
	box-sizing: border-box;
	border-top: 1px solid #bbb;
	padding: 10px 0;
}
.box .checkbox {
	float: left;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
}

.box .checkbox input[type="checkbox"] {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
    margin-left: -20px;
}
.box .checkboxlabel {
    position: relative;
}
.box .checkbox label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 8px;
    width: 18px;
    height: 18px;
    background: #FFF;
    transition: transform 0.28s ease;
    border-radius: 0px;
    border: 1px solid #b1b1b1;
}
.box .checkbox label:after {
  content: '';
    display: block;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid #6c0f5c;
    border-left: 2px solid #6c0f5c;
    -webkit-transform: rotate(-45deg) scale(0);
    -moz-transform: rotate(-45deg) scale(0);
    -ms-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
    position: absolute;
    top: 13px;
    left: 12px;
}
.box .checkbox input[type="checkbox"]:checked ~ label::before {
    color: #6c0f5c;
}

.box .checkbox input[type="checkbox"]:checked ~ label::after {
    -webkit-transform: rotate(-45deg) scale(1);
    -moz-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}

.box .checkbox label {
    min-height: 34px;
    display: block;
    padding-left: 30px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    vertical-align: sub;
}
.box .checkbox label span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.box .checkbox input[type="checkbox"]:focus + label::before {
    outline: 0;
}
.accFilter span.active {
	color: #000;
}
.accFilter input[type="submit"]{
    display: block;
    background: #813589;
    margin: 5px 0px 5px 0px;
    color: #FFF;
    font-weight: bold;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    font-size: 13px;
    font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
	height: auto;
}
.accFilter input[type="submit"]:hover{
	cursor: pointer;
}
.submit {
    display: block;
    background: #83B13E;
    margin: 7px 0px;
    color: #FFF;
    font-weight: bold;
    width: 100%;
    padding: 5px 0px;
    text-align: center;
	text-decoration: none;
	transition: all 0.25s;
}
.submit:hover {
    background: #E63432;
	color: #FFF;
}
a.submit {
	padding: 8px;
	box-sizing: border-box;
	background: #813589;
    text-decoration: none;
    float: left;
	font-size: 14px;
    font-weight: lighter;
}
.accommodaties {
	float: left;
	width: 100%;
	margin: 20px 0;
}
.accFilter {
	float: left; 
	width: 30%;
	height: auto !important;
}
.accRight {
	width: 70%;
	float: right;
}
.accFilter .sub {
    float: left;
    text-align: left;
    width: 300px;
    max-width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: #dfdbd4;
    font-size: 16px;
    height: auto;
    overflow: hidden;
    margin: 7px 0 0 0;
}
.accFilter .sub .zoekBoekSubmit {
	width: 100%;
}
.accFilter .sub .zoekBoekSubmit:after {
	right: 20px;
}
.accFilter .sub .filterDate {
    float: left;
	position: relative;
    width: 100%;
    margin: 10px 0;
}
.accFilter .sub .filterDate.custom-select select {
	display: none;
}
.accFilter .sub .filterDate .select-items {
	left: 0;
	max-width: unset;
	width: 100%;
}
.accFilter .sub .filterDate .select-items div {
	width: 100%;
}
.accFilter .sub .filterDate input, .accFilter .sub .filterDate select {
    width: calc(100% - 2px);
    width: -webkit-calc(100% - 2px);
    width: -moz-calc(100% - 2px);
    padding: 15px 5px;
    box-sizing: border-box;
}
article {
	float: left;
    text-align: left;
    width: 100%;
    background: #FFF;
	color: #555;
    position: relative;
    margin: 7px 0;
	transition: all ease .5s;
}
.accommodationLeft {
   float: left;
    width: 70%;
    padding: 10px 20px;
    box-sizing: border-box;
}
.accommodationRight {
	float: right;
    width: 30%;
    padding: 10px;
    box-sizing: border-box;
}
article.opacity {
	opacity: 0.7;
}
.accommodaties article {
	width: 100%;
    width: calc(100% - 16px);
    width: -webkit-calc(100% - 16px);
    width: -moz-calc(100% - 16px);
    margin: 7px 0 7px 14px;
}
article .imgTop {
	float: left;
	width: 100%;
}
article h1 {
	float: left;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	color: #4F81BD;
	margin: 0;
	padding: 0;
}
article img {
	float: left;
	width: 100%;
	width: calc(100% - 0px);
	width: -webkit-calc(100% - 0px);
	width: -moz-calc(100% - 0px);
	height: 180px;
	background-size: cover;
    background-position: center;
}
article .accImage {
	width: 100%;
    float: left;
    height: 210px;
    background-size: cover;
	background-position: center;
}
article .persons {
	float: left;
	background: url('../images/personen.png') 8px 6px no-repeat;
	padding: 8px 10px 5px 30px;
	color: #3B8626;
	line-height: 13px;
}
article .sleep {
	float: right;
	margin-right: 8px;
	background: url('../images/bedden.png') right 10px no-repeat;
	padding: 8px 30px 5px 10px;
	color: #0F5160;
	line-height: 13px;
}
article hr {
	clear: both;
	float: left;
	width: 96%;
	height: 1px;
	background: #FFF;
	margin: 5px 2%;
	border: 0px;
	border-bottom: 1px dotted #CCC;
}
article p {
	float: left;
	width: 100%;
	color: #555;
}
article .vink {
	color: #555;
	position: relative;
	clear: both;
	box-sizing: border-box;
	padding: 3px 10px;
	width: 100%;
}
article .vink:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #813589;
    top: 10px;
    left: 0;
}
article .accIcons {
    position: absolute;
    bottom: 30px;
    left: 0;
    padding: 8px;
    box-sizing: border-box;
}
article .accIcons span {
	float: left;
	margin: 0px 2px;
}
article .accIcons img {
    height: 18px;
    width: auto;
    margin: 4px 4px 4px 0;
}
article .go {
	color: #FFF;
}
article .go:hover {
	text-decoration: none;
}
.speciale, .wintersport, .lastminute {
	float: left;
    width: 100%;
    margin-top: -32px;
    opacity: 0.8;
    text-align: center;
    color: #FFF;
    padding: 5px;
    box-sizing: border-box;
}
.speciale {
    background: #d91b5b;
}
.wintersport {
	background: #6c0f5c;
}
.lastminute {
	background: #9fcd46;
}
content .readMore {
	position: absolute;
	bottom: 0;
	right: 15px;
	padding: 5px;
	display: inline-block;
	background: #F26622;
	color: #fff;
	font-weight: bold;
}
content .content.mtop {
	margin-top: 25px;
	padding-top: 20px;
	height: 295px;
}
.agenda {
	float: none;
    width: 100%;
    max-width: 1100px;
    margin: 0px auto 15px auto;
    padding: 9px;
    background: #FFF;
}
.agenda strong {
	text-align: center;
}
.agenda_item {
	text-align: left;
}
.agenda_item img {
	float: left;
	width: 120px;
	height: auto;
}
.agenda_item a {
	font-weight: bold;
}
.agenda_item a:hover {
	text-decoration: none;
}
.information {
    margin: 10px 0 0 0;
    background: #d5fdff;
	color: #4F81BD;
    padding: 17px 20px 20px;
    clear: both;
	box-sizing: border-box;
}
.information:hover {
	color: #555;
	text-decoration: underline;
}
.information2 {
	margin: 10px -20px -20px;
    background: #d5fdff;
    padding: 17px 20px 20px;
    clear: both;
}
.zoekBoekContainer {
    position: relative;
    z-index: 1;
}
.zoekBoek {
	background: #555;
    padding: 9px 20px 20px;
    position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: auto;
    clear: both;
    float: none;
	display: inline-block;
    margin: 20px auto 0 auto;
	width: 1064px;
    max-width: 100%;
	z-index: 1;
}
.zoekBoek .zoekBoekVeld {
    float: left;
    width: 25%;
	padding: 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	color: #fff;
    margin-bottom: 3px;
	font-size: 16px;
	text-align: left;
}
.zoekBoekVeld a {
	color: #4F81BD;
    margin-bottom: 3px;
	font-size: 16px;
	text-align: left;
}
.zoekBoekVeld a .fas.fa-thumbtack {
    display: inline-block;
    vertical-align: middle;
    color: #f18b00;
    font-size: 14px;
	margin: -2px 0 0 3px; 
}
.zoekBoekVeld a:hover {
	color: #FFF;
}
.zoekBoek .zoekBoekVeld2 {
    float: left;
    width: 16.6666%;
	padding: 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	color: #fff;
    margin-bottom: 3px;
	font-size: 16px;
	text-align: left;
}
.zoekBoekVeld.select-items {
	position: relative;
	font-family: Arial;
}

.zoekBoekVeld.custom-select select {
    display: none;
}
.select-selected {
	background-color: #FFF;
    color: #555;
}
.select-selected:after {
	position: absolute;
	content: "";
	top: 18px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #555 transparent transparent transparent;
}
.select-selected.select-arrow-active:after {
	border-color: transparent transparent #555 transparent;
	top: 12px;
}
.select-items div:before {
	height: 0;
    width: 0;
    margin-right: 0;
}
.select-items span {
    float: left;
    width: 100%;
    color: #555;
    padding: 0 20px 10px;
    box-sizing: border-box;
    font-weight: normal;
}
.select-items div, .select-selected {
	position: relative;
	color: #555;
	padding: 9px;
	cursor: pointer;
	user-select: none;
}
.select-items div {
	float: left;
    width: 50%;
    box-sizing: border-box;
	padding: 5px 0 5px 20px;
	padding-left: 21px;
	font-size: 18px;
}
.select-items div:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    line-height: 1;
    font-size: 24px;
    height: 32px;
    width: 22px;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}
.select-items {
    position: absolute;
    font-weight: bold;
    background-color: #FFF;
    top: 100%;
    left: 30px;
    z-index: 99;
    width: 100%;
    max-width: 550px;
    box-sizing: border-box;
	vertical-align: top;
    display: inline-block;
    overflow: auto;
    padding: 15px 0 26px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.15);
    box-shadow: 0 5px 10px rgba(0,0,0,0.15);
}
.select-hide {
	display: none;
}

.select-items div:hover, .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}
.zoekBoek.accommodaties {
	margin: 0px auto 40px;
}
.zoekBoek h2 {
	position: absolute;
	top: -45px;
	height: 35px;
	left: -1px;
	font-size: 20px;
	color: #FFF;
	padding: 5px 10px;
	background: #F26622;
}
.zoekBoek input, .zoekBoek select, .zoekBoekSubmit {
	position: relative;
    padding: 8px;
    border: 1px solid #CCC;
    font-size: 14px;
    color: #333;
    width: 100%;
	width: calc(100% - 4px);
	width: -webkit-calc(100% - 4px);
	width: -moz-calc(100% - 4px);
    box-sizing: border-box;
    height: 42px;
    background: #FFF;
	-webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.zoekBoek input {
	background-image: url(../images/Time-And-Date-Calendar-icon.png);
    background-position: 95% 12px;
    background-repeat: no-repeat;
	background-size: 18px 18px;
}
.zoekBoek select {
	padding: 4px;
}
.zoekBoekSubmit {
	color: #FFF;
	cursor: pointer;
	text-align: center;
	border: 1px solid #4F81BD;
	background: #4F81BD;
	-webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.zoekBoekSubmit:hover {
	background: #d5fdff;
	border: 1px solid #d5fdff;
	color: #4F81BD;
}
.zoekBoek_accommodatie {
    background-color: #6c0f5c;
    position: relative;
    width: 100%;
	width: calc(100% - 21px);
	width: -webkit-calc(100% - 21px);
	width: -moz-calc(100% - 21px);
    padding: 6px 11px 13px 10px;
    height: auto;
	clear: both;
}
.zoekBoek_accommodatie h2 {
	position: absolute;
	top: -45px;
	height: 35px;
	left: -1px;
	font-size: 20px;
	color: #FFF;
	padding: 5px 10px;
	background: #F26622;
}
.zoekBoek_accommodatie input, .zoekBoek_accommodatie select {
	padding: 8px;
	font-size: 14px;
	color: #333;
	width: 249px;
	height: 21px;
	background: #FFF;
	margin: 5px 0px 0px 0px;
	border-radius: 5px;
}
.zoekBoek_accommodatie input {
	background-image: url(../images/Time-And-Date-Calendar-icon.png);
    background-position: 230px 7px;
    background-repeat: no-repeat;
	background-size: 20px 20px;
}
.zoekBoek_accommodatie select {
	padding: 7px 8px;
	height: 42px;
}
.zoekBoek_accommodatie input[type="submit"] {
	padding: 9px;
	font-size: 14px;
	color: #7F7F7F;
	cursor: pointer;
	text-align: center;
	width: 100px; 
	border: 1px solid #813589;
	background: #813589;
	border-radius: 5px;
	height: 42px;
}
.zoekBoek_accommodatie input[type="submit"]:hover {
	background: #813589;
	border: 1px solid #813589;
	color: #FFF;
}
.footerRight {
	float: right; width: 50%; text-align: right;
}
.blockTypes {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0 40px 0;
    background: #d5fdff;
}
.blockContainer {
	max-width: 1100px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0px 10px;
}
.blockType {
    float: left;
    width: 50%;
    padding: 0px 10px;
    box-sizing: border-box;
}
.blockType h2 {
	text-align: left;
    font-size: 26px;
    text-align: left;
    padding-bottom: 15px;
    font-weight: 500;
}
.blockButton {
    display: inline-block;
	font-weight: bold;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 28px 10px 30px;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(0,141,150,1);
	-moz-box-shadow: 2px 2px 0px 0px rgba(0,141,150,1);
	box-shadow: 2px 2px 0px 0px rgba(0,141,150,1);
    line-height: 1.625;
    color: #fff;
    background-color: #4F81BD;
	-webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.blockButton:hover {
	text-decoration: none;
	background: #d5fdff;
    color: #4F81BD;
	-webkit-box-shadow: 2px 2px 0px 0px rgba(170,202,204,1);
	-moz-box-shadow: 2px 2px 0px 0px rgba(170,202,204,1);
	box-shadow: 2px 2px 0px 0px rgba(170,202,204,1);
}
.block_actie {
	box-sizing: border-box;
    width: 33.3333%;
    float: left;
    display: inline-block;
    list-style: none;
    padding: 0 25px 10px 0;
    margin: 0;
}
.block_actie a span.title {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
	color: #4F81BD;
}
.block_actie a:hover {
	color: #4F81BD;
}
.block_actie .block2Image {
	width: 100%;
    float: left;
    height: 150px;
    background-size: cover;
    background-position: center;
}
.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: 160px;
	padding: 3px 15px;
	text-align: center;
	font-size: 16px;
	color: #444;
	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.opacity, .slide-object.opacity {
	opacity: 0.6;
}
.block {
    height: 155px;
    overflow: hidden;
    position: relative;
}
.block a:hover {
    text-decoration: none;
}
.block h3 {
	display: block;
    position: absolute;
    padding: 6px 0px;
    bottom: 40px;
    right: 0;
    left: 0;
    text-align: center;
    color: #FFF;
    font-size: 30px;
    font-weight: bold;
    z-index: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    text-shadow: 0px 1px 1px #000000;
}
.block .text {
    position: absolute;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    top: 30%;
    right: 0;
    left: 10%;
    width: 80%;
    display: none;
    text-align: center;
}
.block:hover .text {
    display: block;
}
.block.last {
    margin-right: 0px;
}
.block .blockImg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
	transition: all .5s ease;
}
.block.opacity .blockImg {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.block.block1, .block.block2, .block.block6, .block.block7 {
    height: 312px;
    width: calc(50% - 5px);
    width: -webkit-calc(50% - 5px);
    width: -moz-calc(50% - 5px);
}
.block.block3, .block.block4, .block.block5, .block.block8, .block.block9, .block.block10 {
    width: 33.333%;
    width: calc(33.333% - 5px);
    width: -webkit-calc(33.333% - 5px);
    width: -moz-calc(33.333% - 5px);
    height: 260px;
	margin: 10px 0;
}
.blogImage {
    float: right;
    width: 30%;
}
.blogImage .lightboxgallery-gallery-item {
	width: 100%;
	height: 250px;
}
.footerBottom {
	float: left;
	font-size: 12px;
	width: 100%;
	text-align: center;
	padding-top: 20px;
}
.footerBottom a:hover {
}
.footerLeft {
	float: left; text-align: left;
}
.footerLeft span {
	width: 18%;
    float: right;
    text-align: right;
    padding-top: 5px;
	margin: 0;
    font-size: 0.8125em;
    line-height: 1.385em;
    color: #999;
}
.footerLeft img {
	height: 16px;
	padding: 0 2px;
}
.footerRight {
	float: right; width: auto; text-align: left; margin-bottom: 15px;
}
.bottom-nav {
    width: 80%;
    float: left;
}
.bottom-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bottom-nav li {
    display: inline-block;
    vertical-align: top;
}
.bottom-nav li + li:before {
    content: "|";
    margin: 0 7px 0 4px;
}
.bottom-nav a {
    color: #555;
}
@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;
		text-align: center;
	}
	header .svr, header .boek {
		display: none;
	}
	header nav {
		width: calc(100% - 10px);
		width: -webkit-calc(100% - 10px);
		width: -moz-calc(100% - 10px);
		margin: 0px;
	}
	header nav ul li ul li:first-child {
		display: block;
	}
	header nav ul.thirdpage {
		left: 0;
	}
	.slogan_tekst {
		top: 5%;
	}
	.sliderVideo .slogan_tekst {
		display: none;
	}
	.displayonMobile {
		display: block;
	}
	#contact-buttons-bar { display: none; }
	content .contentX, content .content {
		margin-top: 20px;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 15px 2%;
	}
	.contentX div.omschrijving { 
		width: 100%;
		margin: 0px;
	}
	content .contentX { margin-top: 0px; }
	aside {
		float: left;
		width: 30%;
	}
	.accFilter {
	    float: left;
		width: 100%;
	}
	.accFilter .sub {
		text-align: left;
		width: 240px;
		max-width: 100%;
		padding: 10px;
		font-size: 16px;
		height: auto;
		overflow: hidden;
		margin: 15px 0px 0px 0px;
	}
	.accFilter .sub {
		margin: 0px auto;
	}
	.accRight {
		width: 100%;
	}
	article .vink {
		width: 295px;
	}
	.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%;
	}
	footer {
		width: 96%;
		padding: 10px 2% 10px 2%;
	}
	header .nav, nav, .header_bottom { }
	.slicknav_menu {
		display: block;
	}
	header nav ul li ul {
		background: #4c4c4c;
		position: relative;
		left: 0px;
		right: 0px;
		top: 0px;
	}
	.slicknav_nav ul {
		transform: none;
		margin: 0px; 
	}
	header nav ul li ul:hover {
		color: #000;
	}
	header nav ul li {
		display: none;
	}
	.lang {
		position: relative;
		float: right;
	}
	.footerMenuContainer, .mainMenu {
		width: 50%
	}
	#mobileMenu { 
		clear: both;
		float: left;
		width: 100%;
		height: auto;
		margin: 15px 0px;
	}
	.zoekBoek .zoekBoekVeld {
		position: relative;
	}
	.zoekBoek .zoekBoekVeld, .zoekBoek .zoekBoekVeld2 {
		width: 50%;
	}
	.zoekBoek .zoekBoekSubmitVeld {
		width: 100%;
	}
	.select-items {
	    left: 0;
	}
	.select-items div {
		width: 100%;
	}
	.zoekBoek, .zoekBoek_accommodatie, .searchBook, .searchTop { 
		width: calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
		width: -moz-calc(100% - 20px);
	}
	header {
		margin: 0px;
		width: 100%;
	}
	#mainImage {
		margin-top: 0px;
	}
	.contentX div.omschrijving img {
		max-width: 100%;
	}
	#footer {
		position: relative;
		overflow: hidden;
	}
	.footerLeft {
		width: 100%;
		padding: 5px;
		box-sizing: border-box;
	}
	.footerRight {
		width: 50%;
	}
	ul.sitemap {
		width: 100%;
	}
		.block_actie a span.bookNow {
		clear: both;
		float: right;
		margin: 8px 10px 10px 10px;
		font-size: 13px;
		font-weight: bold;
		position: static;
	}
}
@media (max-width: 930px) {
	.contentX .img img {
		width: 385px;
		height: 243px;
	}
}
@media (max-width: 920px) {
	.contentX .img {
		float: left;
		width: calc(50% - 42px);
		margin: 10px;
		border: 1px solid #CCC;
		background: #EEE;
		padding: 10px;
		background-color: #fff;
	}
	.contentX .img span {
		float: left;
		width: 298px;
		margin: 1px;
		height: auto;
		text-align: center;
		padding: 5px 0px;
		background: #FFF;
		font-weight: bold;
	}
	.contentX .img img {
		width: 298px;
		height: 207px;
		margin: 0px;
		padding: 1px;
		background: #FFF;
	}
}
@media (max-width: 840px){
	article {
		width: 50%;
		width: calc(50% - 16px);
		width: -webkit-calc(50% - 16px);
		width: -moz-calc(50% - 16px);
	}
}
@media (max-width: 750px) {
	.contentX .img img {
		height: auto;
		width: 100%;
	}
}
@media (max-width: 725px) {
	.accFilter {
	    float: left;
		width: 100%;
		text-align: center;
	}
	.accFilter .sub {
		width: 100%;
		float: none;
	}
	.accRight {
		width: 100%; 
		float: left;
	}
	.accommodaties article {
		width: 100%;
		box-sizing: border-box;
		margin: 7px 0;
	}
	article.last {
		float: left;
	}
	article .vink {
		width: 460px;
	}
	article h1 {
	}
	article h2 {
	}
	.logo_text {
		width: 100%;
		max-width: 100%;
		height: auto;
		margin: 0px auto;
	}
	.logo_img {
		float: none;
		max-width: 100%;
		height: auto;
	}
	.detailsdiv {
		position: absolute;
		display: none;
		top: 100px;
		right: 0px;
	}
	span.details {
		background: rgba(236,210,2,0.8);
	}
	.accommodatie_slider {
		width: 100%;
	}
	.block {
		width: 100% !important;
		margin: 10px auto;
	}
	.contentX { margin-top: 0px; }
	.contentX.right {
		width: calc(100% - 36px);
		width: -webkit-calc(100% - 36px);
		width: -moz-calc(100% - 36px);
		margin-top: 15px;
	}
	aside {
		float: left;
		width: 100%;
		display: none;
	}
	.images img {
		height: auto;
		width: calc(100% - 25px);
		width: -webkit-calc(100% - 25px);
		width: -moz-calc(100% - 25px);
	}
	.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%;
	}
	.zoekBoek {
		display: flex;
		flex-wrap: wrap;
	}
	.zoekBoekContainer {
		bottom: 5%;
	}
	.zoekBoek .zoekBoekVeld, .zoekBoek .zoekBoekVeld2 {
		width: 100%;
	}
	.sliderVideo {
		height: auto;
		float: left;
		width: 100%;
		position: relative;
	}
	.sliderVideo video {
		float: left;
		width: 100%;
		transform: unset;
	}
	.slogan_tekst {
		display: none;
	}
	.sliderVideo .zoekBoekContainer {
		position: relative;
		float: left;
	}
	.sliderVideo .uwboekingLogo {
		top: 0;
		bottom: unset;
	}
	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: left;
		display: inline-block;
		margin: 7px auto;
		padding: 0px;
		text-align: center;
		position: relative;
		height: 60px;
	}
	header .search { display: none; }
	.contentX .images img {
		width: 96%;
		height: auto;
		margin: 0px auto;
	}
	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;
		width: 100%;
	}
	form.review td {
		width: 100%;
	}
	input#rating {
		width: 480px;
		max-width: 100%;
	}
	.contentX .images img.second {
		margin: 0px auto;
	}
	.article .price { 
	    right: -2px;
		top: 187px;
		display: none;
	}
	content .content.noclear {
	    width: calc(100% - 36px);
	    width: -webkit-calc(100% - 36px);
	    width: -moz-calc(100% - 36px);
	}
	.googlemaps iframe {
		display: none;
	}
	.newsletter {
		padding: 50px 0;
	}
	.newsletter iframe {
		height: 200px;
	}
	.footerMenuContainer, .mainMenu {
		width: 100%
	}
	.usp {
		width: 100%;
	}
	.usp img {
		padding: 14px 10px 14px 0;
	}
	.blockType {
		width: 100%;
	}
	.bottom-nav {
		width: 60%;
	}
	.bottom-nav li {
		display: block;
		padding-left: 10px;
		box-sizing: border-box;
	}
	.bottom-nav li + li:before {
		display: none;
	}
	.footerLeft span {
		width: 38%;
		padding-right: 10px;
		box-sizing: border-box;
	}
	.block_actie {
		width: 50%;
		padding: 10px;
		height: auto;
	}
	.accommodationRight, .accommodationLeft {
		width: 100%;
	}
	.article h1 {
		font-size: 14px;
		font-weight: bold;
		margin: 4px 0px 0px 0px;
	}
	.article h2 {
		font-size: 13px;
		font-weight: normal;
		text-decoration: underline;
	}
	.article p {
		margin: 7px 0px;
		line-height: 16px;
		font-style: italic;
		width: auto;
	}
	.article:hover {
		background: #F2F2F2;
	}
	.images.mobile { display: none; }
	
	.houseIMG {
		float: left; 
		width: 98%;
		min-height: 180px;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.content.house .price { 
		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 { 
		
	}
	.content.house span {
		float: left;
		width: 44%;
		color: #333;
		font-weight: bold;
		padding: 5px 2%;
	}
	.content.house span.first {
		width: 22%;
		font-weight: bold;
		background: #DDD;
		border-left: 1px solid #F2F2F2;
		border-right: 0px;
		color: #333;
	}
	.tabs_center {
		margin-left: 0px;
	}
	.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;
		position: relative;
		z-index: 1;
	}
	.contentX span.details strong {
		float: left;
		width: 40%;
	}
	.contentX span.details_bottom {
		display: none;
	}
	.accButtons {
		padding: 0;
	}
	ul.tabs {
		clear: both;
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		list-style: none;
		margin: 15px 0px;
	}
	ul.tabs li {
		float: left;
		width: 50%;
		width: calc(50% - 6px);
		width: -webkit-calc(50% - 6px);
		width: -moz-calc(50% - 6px);
		box-sizing: border-box;
		padding: 10px 1%;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		margin: 0px 3px;
		text-decoration: none;
		margin-top: 2px;
		border-radius: 0;
	}
	ul.tabs li:hover {
		border-bottom: 1px solid #c3c3c3;
	}
	ul.tabs li.active {
		border-bottom: 1px solid #c3c3c3;
	}
	.block_actie a span.bookNow {
		margin: 55px 10px 10px 10px;
	}
	.lastVisitedAcc {
		width: calc(50% - 20px);
		width: -webkit-calc(50% - 20px);
		width: -moz-calc(50% - 20px);
		height: 184px;
	}
	a.lastVisitedBlock:last-child {
		display: none;
	}
	.footerLeft ul {
		list-style: none;
	}
}@media screen and (max-width: 640px) {
	article .vink {
		width: auto;
	}
	table {
		overflow-x: auto;
		display: block;
	} 
	.block_actie a span.bookNow {
		margin: 65px 10px 10px 10px;
	}	
	article {

	}
}
@media screen and (max-width: 667px) {
	body {
		padding-top: 0px;
	}
	header {
		position: relative;
		float: left;
	}
	.slider_tekst {
		display: none;
	}
	.zoekboek_slider {
		margin-top: 0px;
	}
	article {
		float: left;
		width: 100%;
		margin: 15px auto;
		border: 1px dotted #DDD; 
		position: relative;
	}
	article .zoover {
		top: 198px;
	}
}
@media screen and (max-width: 500px) {
	.contentX .img {
		width: calc(100% - 42px);
		width: -webkit-calc(100% - 42px);
		width: -moz-calc(100% - 42px);
		background-color: #fff;
	}
	.lightboxgallery-gallery-item {
		cursor: pointer;
		display: block;
		float: left;
		width: 100%;
		height: 200px;
	}
}
@media screen and (max-width: 340px) {
	article .vink {
		width: 200px;
	}
	.block_actie {
		width: 100%;
		padding: 0;
	}
}
.weatherFeed {
	font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
	font-size: 90%;
	width: 280px;
}
.weatherFeed a { color: #888; }
.weatherFeed a:hover {
	color: #000;
	text-decoration: none;
}
.weatherItem {
	padding: 0.8em;
	text-align: right;
}
.weatherCity { text-transform: uppercase; }
.weatherTemp {
	font-size: 2.8em;
	font-weight: bold;
}
.weatherDesc, .weatherCity, .weatherForecastDay  { font-weight: bold; }
.weatherDesc { margin-bottom: 0.4em; }
.weatherRange, .weatherWind, .weatherLink, .weatherForecastItem { font-size: 0.8em; }
.weatherLink, .weatherForecastItem {
	margin-top: 0.5em;
	text-align: left;
}
.weatherForecastItem {
	padding: 0.5em 0.5em 0.5em 80px;
	background-color: #fff;
	background-position: left center;
}
.weatherForecastDay { font-size: 1.1em; }

#weerPlugin {
	clear: both;
	float: right;
	width: 300px;
	margin-top: 13px;
}

div#topKikker {
    position: absolute;
    left: -10px;
    top: 105px
}
div.kikkerSound {
    position: absolute;
    left: 0;
    top: 0
}
.ie {
    display: none;
}
header .contact {
	position: absolute;
	top: 5px;
	right: 10px;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
}
header .mail{
	position: absolute;
	top: 5px;
	right: 170px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
.telefoon{ 
	height: 18px;
	width: auto;
	margin: 2px -20px;
	position: absolute;
}
.mail2 {
	height: 22px;
	width: auto;
	margin: 2px -26px;	
	position: absolute;
}
.zoek_en_boek {
	margin-top: 178px;
	position: absolute;
	color: #FFF;
	left: 18px;
	z-index: 1;
	font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
	font-size: 22px;
}
.background_opentab {
	position: relative;
	height: auto;
	width: 100%;
	z-index: 1;
}
.tabs_center {
	margin-left: 100px;
}
.omschrijving hr {
	margin-top: 40px;
    margin-bottom: 40px;
    border: 1px solid #fff;
	box-shadow: 0 1px 2px 0 rgba(107,107,107,.2);
}
.mail a {
	color: #FFF;
}
.button_faq {
    position: relative;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(108,15,92,1);
	-moz-box-shadow: 0px 1px 0px 0px rgba(108,15,92,1);
	box-shadow: 0px 1px 0px 0px rgba(108,15,92,1);
    padding: 10px;
    width: 100%;
    text-align: center;
}
.popup_faq {
	display: none;
}
.filterTitle:after {
    content: '\f067';
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    right: 0;
}
.filterTitle.filterOpen:after {
    content: '\f068';
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    right: 0;
}
span.stars, span.stars span {
    display: block;
    background: url(../images/stars.png) 0 -16px repeat-x;
    width: 80px;
    height: 16px;
}

span.stars span {
    background-position: 0 0;
}
.pager {
	position: relative;
	width: 100%;
	float: left;
}
.pager_wrapper {
	float: none;
    position: absolute;
	margin: 0 auto;
	left: 50%;
    left: calc(50% - 100px);
    left: -webkit-calc(50% - 100px);
    left: -moz-calc(50% - 100px);
}
.pageblock {
	float: left;
	padding: 10px;
	border: 1px solid black;
	background: #fff;
	color: black;
}
.pager.nonActive {
	background: rgba(253, 202, 0, 0.658);
}