@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,600);
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
html {
	position: relative;
    min-height: 100%;
}
::selection {
	color: #fff;
	background: #2385C4;
}
::-moz-selection {
	color: #fff;
	background: #2385C4;
}
::-webkit-scrollbar {
	width: 14px;
}
::-webkit-scrollbar-track {
	background-color: #fff;
}
::-webkit-scrollbar-thumb {
	background: #2385C4;
    border: 4px solid #fff;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:active {
	background: #e3e3e3;
}
* { margin: 0px; padding: 0px; }
p { margin: 20px auto; line-height: 22px; }
a { color: #2385C4; text-decoration: none;}
a:hover  { color: #2385C4; text-decoration: none; }
a img { border: 0px;}
h1 {font-family: 'Lato', sans-serif; text-align: left; font-size: 28px; color: #0a1f44; margin: 20px 0 0 0;}
h2 {font-family: 'Lato', sans-serif; text-align: left; text-decoration: none ; font-size: 22px; color: #0a1f44; margin: 0;}
h3 {font-family: 'Lato', sans-serif; text-align: left; font-size: 18px; color: #0a1f44; margin: 0;}
iframe {
	max-width: 100%;
}
body {
	margin: 0 0 0;  /* bottom = footer height */
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
    color: #444;
	font-weight: 300;
	background: #fff;
}
.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;
}
header {
	width: 100%;
    top: 0;
    z-index: 93;
    background: #FFF;
    height: 234px;
    position: fixed;
    z-index: 100;
	transition: all .5s ease;
}
header.noscroll {
	height: 100px;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
}
header .container {
	transition: all .5s ease;
}
header.noscroll .container {
	max-width: 1200px;
}
header .logo {
	float: left;
	height: 75px;
	margin: 21px 0px 7px 25px;
}
.film_roll_shuttle {
	width: unset!important;
	left: unset!important;
}
.film_roll_child {
	width: 100%!important;
}
.imageOverlay {
	background-image: linear-gradient(to left, rgba(255,0,0,0), rgba(255, 255, 255, 0.8), rgb(255, 255, 255));
    height: 100%;
    width: 70%;
    position: absolute;
}
.imageOverlay p{
	color: #777777;
	margin-top: 0;
	text-align: left;
	width: 63%;
	margin-top: 20px;
}
.imageOverlay i{
	font-size: 10px;
}
.logo_img {
	height: 150px;
	padding-bottom: 10px;
}
header.noscroll .logo_img {
	height: 100px;
}
.logo_text {
    width: 100%;
    text-align: center;
    padding-top: 10px;
	background-color: #2385C4;
}
header.noscroll .logo_text {
	float: left;
	width: auto;
}
.logo_text a {
	color: #fff;
}
.logo_text a:hover{
	text-decoration: none;
}
.wifi img {
	width: 150px;
	height: auto;
	float: left;
}
header.noscroll .logo {
	height: 60px;
}
header nav {
	display: flex;
	width: 100%;
	margin: 0 auto;
	background: #fff;
	border-bottom: 1px solid #2385C4;
}
header.noscroll nav {
	margin: 30px 0;
	display: block;
	float: right;
	width: auto;
	background: unset;
}
header nav ul {
    width: 100%;
    max-width: 1200px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
header.noscroll nav ul {
	float: right;
	display: block;
	width: auto;
}
header nav ul li {
	display: inline-block;
	width: auto;
	position: relative;
	transition: all .5s ease;
}
header nav ul li:hover {
	background: #e3e3e3;
}
header.noscroll nav ul li:hover {
	background: unset;
}
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;
    line-height: 20px;
    padding: 20px 15px;
    text-decoration: none;
    font-size: 16px;
    color: #000;
	font-weight: 700;
	transition: all .5s ease;
}
header.noscroll nav ul li a {
	color: #2385C4;
	padding: 10px 8px;
}
header nav ul li a:hover, header nav ul li:hover a, header nav ul li a.active {
	text-decoration: none;
	color: #000;
}
header nav ul li:hover ul, header.noscroll nav ul li:hover ul {
	display: block;
}
header nav ul li ul {
	display: none;
    position: absolute;
    z-index: 9999999999999;
    top: 60px;
    background: #fff;
    z-index: 9999;
	text-align: left;
	width: auto;
    left: 50%;
    transform: translateX(-50%);
}
header.noscroll nav ul li ul {
	display: none;
    top: 35px;
}
header nav ul li:hover ul li ul, header.noscroll nav ul li:hover ul li ul {
	display: none;
}
header nav ul li ul li:hover ul, header.noscroll nav ul li ul li:hover ul {
	display: block;
}
header nav ul li ul li {
	height: auto;
	width: 100%;
}
header nav ul li ul li:first-child {
	border-top: 8px solid #2385C4;
}
header nav ul li ul li:first-child a{
	display: none;
}
header nav ul li ul li a, header nav ul li ul li a:hover, header nav ul li:hover ul li a {
	width: 100%;
	width: calc(100% - 16px);
	width: -webkit-calc(100% - 16px);
	width: -moz-calc(100% - 16px);
	white-space: nowrap;
	height: auto;
	color: #2385C4;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	border: 0px !important;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
	border-radius: 0px;
	font-weight: normal;
}
header nav ul li ul li ul{
	position: absolute;
    top: -18px;
    left: unset;
    display: none;
    left: 100%;
    transform: unset;
}
header nav ul li ul li a:hover {
	color: #000;
}
 header nav ul.thirdpage {
	top: 0;
    left: 100%;
    transform: translateX(0%);
    z-index: 9999;
}
header nav ul .search-btn {
	color:#0090e3;
	cursor: pointer;
    margin-right: 30px;
}
.search-box {
	display: none;
	position: absolute;
    right: 0;
    bottom: -117px;
    background: #fff;
    border: 2px solid #e1e4e8;
    border-top: 0;
    padding: 0 15px 15px 15px;
}
.search-box.active {
	display: block;
}
.search-box button[type="submit"] {
	height: 24px;
    width: 24px;
    background-color: #2385C4;
    border: 0;
	color: #fff;
	outline: 0;
    cursor: pointer;
}
.search-box input[type="text"] {
	height: 22px;
	outline: 0;
	border: 1px solid #8d8d8d;
    padding: 0 10px;
}
.search-box input[type="text"]:focus {
	border: 1px solid #2385C4;
}
#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;
}
#imageviewer {
    height: auto;
    text-align: center;
}
#imageviewer img {
	overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
	max-height: 700px !important;
    height: auto !important;
}
#imageviewer2 {
    height: auto;
    text-align: center;
    width: 100%;
    float: left;
    position: relative;
}
#imageviewer2 img {
	overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: auto !important;
    margin: 0 auto;
}
#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;
}
.bookNow {
	position: absolute;
    z-index: 9;
    text-align: right;
    top: 100px;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    padding: 0 18px;
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
}
.bookNow .container-book-now {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 10px;
	place-items: center;
}
.bookNow a {
	display: inline-block;
	border: 2px solid #FFF;
	background: #e3e3e3;
	color: #000;
	padding: 15px 20px;
	border-radius: 6px;
	transition: all .5s ease;
	font-size: 24px;
	width: 100%;
	width: calc(100% - 30px);
	width: -moz-calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	text-align: center;
}
.bookNow a:hover {
	background: #2385C4;
	color: #FFF;
}
img.unsize {
	height: 430px;
	width: 100%;
}
.slider_content {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    top: 178px;
    text-align: left;
}
.slider_content p{
	margin: 0;
}
.slider_content a{
	color: #fff;
    background-color: #2385C4;
    border-radius: 5px;
    padding: 10px 20px;
    line-height: 30px;
}
.slider_content h5 {
    font-weight: normal;
}
.slider_content h1 {
	text-align: left;
	color: #0a1f44;
	font-size: 28pt;
	line-height: 33px;
	margin-bottom: 0.5rem;
}
.slider_content .sliderButton {
	display: inline-block;
    vertical-align: top;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
    padding: 14px 30px;
    color: #fff;
    text-decoration: none;
    border: 0;
    outline: none;
    font-size: 14px;
    background-color: #2385C4;
    transition: all .2s ease;
	cursor: pointer;
	margin-top: 1rem;
	width: 300px
}
.sliderLink {
	position: absolute;
    top: 0;
    right: 0;
	padding: 15px;
}
.sliderLink a{
	color: #fff;
}
.slider-overlay {
	background: linear-gradient(180deg,transparent,rgba(0,0,0,.8));
    position: absolute;
    z-index: 98;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.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!important;
}
.sliderImage {
	height: 550px;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.film_roll_child:first-child .sliderImageAccommodation {
	height: 550px;
	width: 70%;
	position: relative;
	border: unset;
	margin-left: 30%;
}
.film_roll_child .sliderImageAccommodation {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 185px;
	width: 15%;
	position: absolute;
	border: 5px solid #fff;
	border-bottom: 0;
	border-left: 0;
	bottom: 0;
	right: 0;
	box-sizing: border-box;
}
.film_roll_child:nth-child(2) .sliderImageAccommodation {
	bottom: 370px;
    left: 0px;
	border-top: 0;
	border-bottom: 0;
}
.film_roll_child:nth-child(3) .sliderImageAccommodation {
    left: 15%;
	bottom: 370px;
	border-top: 0;
	border-bottom: 0;
}
.film_roll_child:nth-child(4) .sliderImageAccommodation {
	bottom: 185px;
    left: 0;
}
.film_roll_child:nth-child(5) .sliderImageAccommodation {
	bottom: 185px;
    left: 15%;
}

.film_roll_child:nth-child(6) .sliderImageAccommodation {
	bottom: 0;
    left: 15%;
}
.film_roll_child:last-child .sliderImageAccommodation {
	bottom: 0;
	left: 0;
}
.sliderAccommodationCount {
	height: 100%;
    width: 100%;
    text-align: center;
    color: #FFF;
    text-shadow: 1px 1px #000;
    font-size: 30px;
    padding: 72px 0;
    box-sizing: border-box;
    cursor: pointer;
    background: rgba(0,0,0,0.3);
}
.sliderAccText {
	position: absolute;
    top: 0;
    padding: 20px;
    z-index: 1;
    color: #fff;
}
.sliderAccText::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f3c5  ";
	font-size: 16px;
}
.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%;
}
p.actieBlockText {
	font-size: 15px;
    line-height: 24px;
    color: #2385C4;
    margin: 0 0 2em 0;
}
.actieBlock {
	height: 370px;
    width: calc(50% - 80px);
    border: 1px solid #e1e4e8;
    margin: 10px 40px;
    float: left;
    border-radius: 4px;
    overflow: hidden;
    box-sizing: border-box;
	text-align: start;
}
.blockImage {
	width: 100%;
	height: 250px;
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
}
.actieBlock .text {
	justify-content: flex-start;
	display: flex;
	flex-wrap: wrap;
}
.actieBlock p{
	font-size: 13px;
	color: #0a1f44;
	margin: 0px;
	width: 100%;
}
.text_container {
	text-align: start;
	padding: 5px;
    display: flex;
    flex-wrap: wrap;
}
.text_container .block_title {
	width: 100%;
	text-align: center;
}
.text_container span {
	color: #2385C4;
    font-size: 21px;
}
.blocks {
    width: 100%;
    width: calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 18px;
    box-sizing: border-box;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    height: auto;
    position: relative;
}
.blocks a{
	width: 24%;
}
.positionSliderSearch {
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	height: min-content;
}

.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;
}
.positionSliderAccommodation {
	height: 550px;
}
.positionSliderAccommodation .slider {
	height: 100%;
}
.positionSliderAccommodation .slider .slider_layout {
	height: 100%;
	display: grid;
	grid-template-rows: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 4fr;
	justify-content: space-between;
	gap: 5px;
	grid-template-areas:
	"slider_location_1 slider_location_2 slider_location_0"
	"slider_location_3 slider_location_4 slider_location_0"
	"slider_location_5 slider_location_6 slider_location_0";
}
.positionSliderAccommodation .slider .slider_layout .sliderImageAccommodation {
	width: 100%;
	height: 100%;
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
}
.overlayAccSlider {
	z-index: 99;
    position: absolute;
    color: #fff;
	margin: 20px 18px;
	padding: 5px;
	border-radius: 4px;
	border: 2px solid#F3822F;
	background-color:#F3822FBF;
}
.accommodationContent {
	float: none;
}
.reviewTitle {
	color: #05b4ff;
	font-weight: bold;
	width: 100%;
  }

  .avReviewStar {
	margin: 10px 0;
  }
.accommodationSide {
	width: 31.333333%;
	height: auto;
	float: left;
	padding-left: 2%;
	margin-top: 15px;
}
.accommodationSide .sharing {
	width: 100%;
	padding: 0 0 10px 0;
}
.accommodationSide .sharing p {
	margin: 0 0 10px 0;
	color: #2385C4;
}
.accommodationSide .sharing a {
	font-size: 32px;
	color: #8a94a6;
}
.accommodationSide .sharing a:hover {
	color: #2385C4;
  }
.accommodationSide .accSide1 h2{
	font-size: 15px;
    line-height: 21px;
    color: #0a1f44;
    text-align: left;
}
.accommodationSide .accSide1{
	border: 1px solid #e1e4e8;
	border-radius: 4px;
	padding: 30px;
	float: left;
    width: 100%;
	box-sizing: border-box;
	color: #2385C4;
}
.accSide1 input[type="text"]:focus {
	border: 1px solid #2385C4;
	outline: 0;
}
.accommodationSide .accSide2 h2{
	font-size: 15px;
    line-height: 21px;
    color: #0a1f44;
    text-align: left;
	margin-top: 24px;
    margin-bottom: 0;
}
.accommodationSide .accSide2 p{
	font-size: 15px;
	line-height: 24px;
	color: #2385C4;
	margin: 0;
	margin-bottom: 15px;
}
.accommodationSide .accSide2 form{
	margin-top: 20px;
}
.accSide2 input[type=text], .accSide1 label {
	width: 100%;
}
.accSide2 label {
	font-size: 15px;
    line-height: 24px;
    color: #2385C4;
}
.accSide2 input[type=text] {
    font-size: 14px;
    height: inherit;
    background-color: #fff;
    border: 1px solid #e1e4e8;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.accSide2 input[type=text]::placeholder {
	color: #bbbbbb;
}
.accSide2 input[name="text"] {
	height: 160px;
}
.accSide2 .accSide1Button {
	height: 42px;
    display: inline-block;
    text-align: center;
	border-radius: 4px;
	width: 100%;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    border: 0;
    outline: none;
    font-size: 14px;
    background-color: #2385C4;
    transition: all .2s ease;
    cursor: pointer;
    font-weight: bold;
}
.accommodationSide .accSide2{
    border: 1px solid #e1e4e8;
    border-radius: 4px;
    margin-bottom: 30px;
	padding: 30px;
	margin-top: 20px;
}
.accSide2 .accSide2sub1 {
    overflow: hidden;
}
.accSide2 .accCircle {
    color: #05b4ff;
    border-radius: 50%;
    width: 6em;
    height: 6em;
    margin-right: 1rem;
    background-color: #f7fbfe;
    text-align: center;
	float: left;
	background-size: cover;
    background-position: center;
}
.accSide2 .accCircle h1 {
    color: #05b4ff;
    margin: 1.1em auto;
	width: fit-content;
	width: -moz-fit-content;
}
.accCircleText {
    padding: 1.5em 0.9em 1.5em 0em;
}
.accCircleText p{
    margin: 0;
    color: #2385C4;
    font-size: 15px;
    line-height: 24px;
}
.accSide2 .accCircleText .circleName{
    font-size: 15px;
    line-height: 21px;
    color: #0a1f44;
    font-weight: bold;
    margin: 0;
    margin-bottom: 5px;
}
.accSide2 .accSide2sub2 {
    margin-top: 30px;
}
.accContact{
	text-align: center;
    border-radius: 4px;
    border: 0;
    outline: none;
    transition: all .2s ease;
    cursor: pointer;
    color: #05b4ff !important;
    font-size: 14px;
    background-color: #f7fbfe;
    text-decoration: none;
    display: inline-block;
    padding: 15px 4px;
    width: 25%;
    min-width: 80px;
    margin: 1.9em 0;
}
.accContact:hover{
	background-color: #d9eeff;
	text-decoration: none;
}
.accContact i{
	font-size: 16px;
}
.sideOfferteDiv a, a.requestReviewPopup {
	color: #fff;
    background-color: #2385C4;
    padding: 13px 10px;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 4px;
    display: inline-block;
    width: 100%;
	text-align: center;
	font-size: 14px;
    font-weight: bold;
}
.sideOfferteDivScroll a {
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.75);
    box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.7);
    color: #fff;
    background-color: #2385C4;
    padding: 0px 50px;
    line-height: 43px;
    cursor: pointer;
    -webkit-box-shadow: 0px 5px 50px 0px rgba(0,0,0,0.39);
    -moz-box-shadow: 0px 5px 50px 0px rgba(0,0,0,0.39);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.39);
	position: fixed;
	top: 75px;
	width: 376px;
    border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	z-index: 1;
}
.myModal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0,0,0);
	background-color: rgba(116, 82, 82, 0.4);
	overflow-y: auto;
	overflow-x: hidden;
}
.reviewModal
{
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0,0,0);
	background-color: rgba(116, 82, 82, 0.4);
	overflow-y: auto;
	overflow-x: hidden;
}
.requestForm, .addReviewForm {
	margin: 120px auto;
	width: 70%;
	background-color: #fff;
	display: grid;
	justify-content: center;
	overflow: auto;
	grid-template-rows: auto auto;
	grid-template-columns: 40px 1fr 40px;
	grid-template-areas: '. request closeRequest' '. formRequest .';
	overflow-x: hidden;
}
.requestForm h1, .addReviewForm h1 {
	grid-area: request;
	text-align: center ;
}
.requestFormTab h1, .reviewFormTab h1 {
    margin: 10px auto;
    width: 90%;
}
.requestFormTab form h1, .reviewFormTab form h1 {
    margin: 10px auto;
    width: 100%;
}
.closeForm, .closeReviewForm {
	grid-area: closeRequest;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	font-size: 44px;
	margin-right: 15px;
	cursor: pointer;
}
.requestFormBody, .reviewFormBody {
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
	width: 70%;
	margin: auto;
}
.omschrijving .requestFormBody, .reviewFormBody {
	width: 100%;
}
.formRequestPosition, .addReviewPosition {
	grid-area: formRequest;
}
.requestFormBody tr {
	width: 50%;
	display: flex;
	justify-content: center;
}
.requestFormBody tr td, .reviewFormBody tr td {
	width: 80%;
	padding: 10px 0px;
}
.input.input.submit.requestFormSubmit, .reviewSubmit {
	width: 100%;
	margin: 16px 0px;
}
tr.trFullSize {
	width: 100%;
}
td.tdLarge {
	width: 90% !important;
}
.reviewFormBody tr {
	width: 100%;
	display: flex;
	justify-content: center;
}
.accommodationSide .accSide3 {
	border: 1px solid #e1e4e8;
	border-radius: 4px;
	margin-bottom: 30px;
	padding: 30px;
}
.accommodationSide .accSide3 h2{
	font-size: 15px;
    line-height: 21px;
    color: #0a1f44;
    text-align: left;
}
.content h1 {
	text-align: left;
    margin-bottom: 10px;
    color: #0a1f44;
}
.content .blockArrows .arrowDown{
    position: absolute;
    top: 10px;
    left: 325px;
    z-index: 1;
    height: 150px;
}
.content .blockArrows .arrowUp{
	position: absolute;
    top: 115px;
    left: 730px;
    z-index: 1;
    height: 150px;
}
content {
	float: left;
	width: 100%;
	max-width: 100%;
	height: auto;
	position: relative;
}
.fontawesomeiconTelephone {
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
	display: inline-flex;
    margin-right: 5px;
}
.fontawesomeiconTelephone::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f095  ";
	font-size: 15px;
  }
.content_contact-mail::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	content: "\f0e0  ";
	font-size: 15px;
}
.tekstContainer {
	position: relative;
	width: fit-content;
	width: -moz-fit-content;
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
    margin-top: 45px;
}
.tekstContainer .tekstBlockLink {
	position: absolute;
    bottom: -30px;
    right: 0;
	margin: 0;
	color: #05b4ff;
}
.explenationBlock {
    float: left;
    text-align: left;
    width: 33.33%;
    min-width: 384px;
    background: #FFF;
    position: relative;
    padding: 0 48px 0 0;
    box-sizing: border-box;
}
.explenationBlock .explenationImg {
	margin: 0 auto 15px;
    width: 150px;
    height: 150px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.explenationBlock .explenationText {
	width: fit-content;
	width: -moz-fit-content;
    margin: 0 auto;
}
.explenationBlock .explenationText h2 {
	margin-bottom: 10px;
}
.fotoBlock {
	transition: all .5s ease;
	position: relative;
    width: 25%;
    width: calc(25% - 20px);
    width: -moz-calc(25% - 20px);
	width: -webkit-calc(25% - 20px);
	margin: 10px;
}
.fotoBlock.opacity {
	opacity: 0.6;
}
.fotoBlockImg {
	position: relative;
    height: 360px;
    width: 100%;
    background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	border-radius: 6px;
}
.fotoBlocks {
	box-sizing: unset;
}
.fotoText {
    position: absolute;
    padding: 10px 0px;
    background: rgba(255, 255, 255, 0.75);
    bottom: 0;
    left: 0;
    right: 0;
	text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-self: flex-end;
}
.fotoText span {
	font-size: 22px;
	color: #444;
	height: 80px;
    align-items: center;
	display: flex;
}
.fotoText h1, .fotoText h2 ,.fotoText h3, .fotoText h4{
	color: #0090e3;
}
.fotoBovenBlock {
	width: 50%;
	padding-left: 1rem;
	padding-right: 1rem;
	box-sizing: border-box;
	float: left;
}
.fotoBovenImg {
	width: 100%;
	height: 430px;
	border-radius: 4px;
	background-size: cover;
	background-position: center;
}
.fotoBovenText h3{
	margin-top: 2rem;
	margin-bottom: 2rem;
	color: #0090e3;
	font-size: 26px;
    line-height: 36px;
}
.fotoBovenText p{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 24px;
	color: #2385C4;
}
.fotoBovenText a{
	color: #0090e3;
	margin-top: 20px;
	margin-bottom: 1rem;
	text-decoration: none;
	font-size: 15px;
    line-height: 24px;
}
.fotoBovenText a::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	font-size: 12px;
}
.fotoRechtsLinksBlock {
	width: 100%;
	align-items: center;
	display: flex;
    margin-bottom: 80px;
}
.fotoLinksBlock {
    flex-direction: row-reverse;
}
.fotoRechtsLinksImg {
	width: 50%;
	height: 430px;
	border-radius: 4px;
	background-size: cover;
	background-position: center;
    box-sizing: border-box;
}
.fotoRechtsBlock .fotoRechtsLinksImg {
	margin-right: 2em;
}
.fotoLinksBlock .fotoRechtsLinksImg {
    margin-left: 2em;
}
.fotoRechtsLinksText {
	width: 50%;
	box-sizing: border-box;
}
.fotoRechtsBlock .fotoRechtsLinksText {
	padding-left: 4em;
}
.fotoLinksBlock .fotoRechtsLinksText {
	padding-right: 4em;
}
.fotoRechtsLinksText h3{
	margin-top: 2rem;
	margin-bottom: 2rem;
	color: #0090e3;
	font-size: 26px;
    line-height: 36px;
}
.fotoRechtsLinksText p{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 24px;
	color: #2385C4;
}
.fotoRechtsLinksText a{
	color: #0090e3;
	margin-top: 20px;
	margin-bottom: 1rem;
	text-decoration: none;
	font-size: 15px;
    line-height: 24px;
}
.fotoRechtsLinksText a::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	font-size: 12px;
}
content .content, content .contentX {
    clear: both;
    display: inline-block;
    height: auto;
    position: relative;
    padding: 0px 18px;
    margin: 4px auto;
    text-align: left;
    width: 100%;
}
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;
}
.contentImage {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 700px;
	position: relative;
}
.contentImageOverlay {
	position: absolute;
	top: 60px;
	right: 60px;
	left: 60px;
	bottom: 60px;
	padding: 30px;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.726);
}
.accFilter input {
	height: 16px;
    width: 16px;
    margin: 0;
    display: none;
    position: relative;
}

.addReviewname, .addReviewBody
{
	float: left;
}
.accFilter input:checked + .accom-span{
	background-color: #d9eeff;
}
.accFilter strong {
	color: #000;
}
.accFilter input[type="submit"]{
    display: block;
    background-color: #f7fbfe;
    border: 0;
    color: #22292f;
    font-weight: bold;
    width: 48%;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    border-radius: 4px;
    transition: all .2s ease;
    cursor: pointer;
    outline: none;
    float: left;
    padding: 10px 0;
	height: auto;
	margin-left: 1%;
	margin-bottom: 20px;
}
.accFilter input[type="submit"]:focus{
	border: 0;
}
.accFilter input[type="submit"]:hover{
	background-color: #d9eeff;
	text-decoration: none;
}
content .submit {
    display: block;
    background: #0054A5  ;
    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: 'Lato', sans-serif;
}
content a.submit {
	background: #333;
}

			/* #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;
}
#footer {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 20px;
	background-color: #fff  ;
	color: #2385C4;
	font-family: 'Lato', sans-serif;
	z-index: 1;
	position: relative;
}
.footer {
	height: auto;
	color: #FFF;
	margin: 0px auto;
	position: relative;
}
ul.sitemap {
    padding: 0px;
    float: left;
    width: 33%;
    position: relative;
}
ul.sitemap.details {
	list-style: none;
}
ul.sitemap li h1 {
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 0px;
}
ul.sitemap li {
	color: #FFF;
	font-size: 14px;
	line-height: 26px;
	padding: 2px 0px;
}
ul.sitemap li a {
	color: #FFF;
}
ul.sitemap li a:hover{
	color: #CCC;
	border-bottom: 1px dotted #DDD;
	text-decoration: none;
}
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;
}
.contentX, .content {
	margin: 60px auto 80px auto;
	float: none;
	max-width: 1200px;
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
}
.contentX { margin-top: 0px; }

.contentX.right {
    margin: 0 auto;
    float: none;
    text-align: justify;
    background: #fff;
	width: 100%;
	box-sizing: border-box;
    display: inline-block;
    padding: 15px 18px;
}
.contentX.right .contentTopText {
	width: fit-content;
	width: -moz-fit-content;
	height: 80%;
	overflow: hidden;
	margin: 0 auto;
}
.contentX.right .contentBottomText h4 {
	color: #0a1f44;
	text-align: center;
	margin-bottom: 5px;
}
.form {
	clear: both;
	float: left;
	width: 100%;
	padding: 0px;
	margin-bottom: 10px;
}
.form td {
	padding: 2px 0px;
	line-height: 24px;
}
.contactForm tbody, .contactForm td, .contactForm tr, .reviewForm tbody, .reviewForm td, .reviewForm tr {
	display: inline-block;
	width: 100%;
}
.reviewForm tbody, .reviewForm td, .reviewForm tr {
	max-width: 630px;
	text-align: left;
}
form.review {
    text-align: center;
    margin: 0 auto;
    float: none;
    display: table;
}
table.form.smaller {
    overflow-x: hidden;
}

form.addReviewPosition.review {
	text-align: left;
}

.review input[type="number"] {
    padding: 8px;
    width: calc(100% - 18px);
    width: -webkit-calc(100% - 18px);
	width: -moz-calc(100% - 18px);
	border-radius: 4px;
    border: 1px solid #aaa;
}
.select { width: 100%; }
.zoekBoek textarea:focus {
	border: 1px solid #2385C4!important;
	outline: 0;
}
.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% - 18px);
	width: -moz-calc(100% - 18px);
	width: -webkit-calc(100% - 18px);
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	border-radius: 4px;
}
.form .acc-in {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.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: 'Lato', 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 #2385C4  ;
	background: #2385C4  ;
	border-radius: 5px;
	height: 42px;
}
.form .input.submit:hover, .submitNow:hover {
	background: #2385C4  ;
	border: 1px solid #2385C4  ;
	color: #FFF;
}
.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: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 90%;
	cursor: pointer;
}
.form .is-danger{
	border: 1px solid lightcoral;
}
.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;
}
.reviewName {
    margin: 17px 0 0 1em!important;
	float: left;
	font-size: 15px;
	color: #8a94a6;
	font-weight: normal;
}
.reviewBlocks {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.reviewBlocks h2 {
    width: 100%;
}
.blocks3containerText h1 {
	width: 100%;
}
.reviewsGastenboek {
    padding: 1.5em;
	border: 1px solid #e1e4e8;
	width: 50%;
    width: calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    float: left;
    border-radius: 4px;
    height: 350px;
    box-sizing: border-box;
}
.reviewsGastenboekAccommodation {
    margin: 5px 0px 1em 0px;
    width: 100%;
    box-sizing: border-box;
    height: 348px;
}
.firstReview {
    margin-right: 24px;
}
.reviewsGastenboek .reviewsHeader {
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	height: 40px;
}
.reviewsHeader .stars i {
	font-size: 12px;
	margin-left: 1px;
}
.reviewsHeader .stars {
	float: left;
    padding: 16px;
    background-color: #2385C4;
    color: #fff;
    border-radius: 4px;
}
.reviewLocatie a:hover {
	text-decoration: none;
}
.reviewsGastenboek .reviewsHeader h2 {
	text-align: left;
}
.reviewsBericht {
	margin: 20px 0px;
	height: 200px;
	width: 100%;
    display: inline-block;
	color: #2385C4;
	overflow-x: hidden;
	font-size: 15px;
}
.Stars {
	--percent: calc(var(--rating) / 5 * 100%);

	display: inline-block;
	font-size: 30px;
	font-family: Times;
	line-height: 1;
}
.Stars::before {
	content: '★★★★★';
	letter-spacing: 3px;
	background: linear-gradient(90deg, #05b4ff var(--percent), #8a94a6 var(--percent));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.StarsContainer span {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #05b4ff;
	cursor: pointer;
}
.reviewText {
	color: #2385C4;
	font-size: 0.8em;
}
.reviewLocatie h5 {
	color: #05b4ff;
}
.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 #0054A5  ;
	width: 350px;
	min-height: 250px;
	margin-right: 15px;
	background: #0054A5  ;
}
.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('../img/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: #0054A5  ;
}
.content.house p {
	margin-top: 13px;
}
.accommodationContent {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}
.accommodationHead p{
	color: #8a94a6;
	margin-top: 0;
}
.accommodationHead h1{
    font-size: 22px;
    line-height: 30px;
    text-align: left;
    color: #0a1f44;
}
.accommodationHead i{
	font-size: 10px;
}
.accommodationContent .film_roll_child {
	height: 457px!important;
	width: 800px!important;
}
.accommodationContent #film_roll {
	width: 66.666667%;
}
.accommodationContent .accImages {
	height: 457px!important;
	width: 800px!important;
}
.film_roll_prev, .film_roll_next {
	top: 245px!important;
    left: unset!important;
    font-size: 45px!important;
    line-height: 46px!important;
    background: unset!important;
    border: unset!important;
    opacity: 0.7!important;
    background-color: #f7fbfe!important;
    height: 55px!important;
    width: 55px!important;
    padding: unset!important;
    border-radius: 50%!important;
	margin-left: unset!important;
	margin: unset!important;
	color: #2385C4!important;
	transition: all 0.3s;
}
.film_roll_prev, .film_roll_next:hover {
	opacity: 1!important;
}
.film_roll_prev {
	right: 70px!important;
	display: none!important;
}
.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: 0px auto 20px auto;
    text-align: left;
    max-width: 100%;
	background: #FFF;
}
.contentX div.omschrijving h4{
	color: #0a1f44;
	margin: 20px 0px 5px 0;
}
.contentX div.omschrijving .reviewOmschr{
    margin: 20px 0px;
    color: #2385C4;
    font-size: 15px;
    font-weight: normal;
}
.contentX div.omschrijving .reviewshead{
	color: #0a1f44;
	font-size: 18px;
}
.detailsdiv {
	position: absolute;
    right: 25%;
    top: 350px;
}
span.details {
	float: right;
	width: 280px;
	margin: 10px 10px 20px 10px;
	background: rgba(121, 161, 163, 0.8);
	color: #FFF;
	border: 1px solid #7AC042   ;
	padding: 10px;
	line-height: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius   : 10px;
	border-radius        : 10px;
	position: relative;
	z-index: 1;
}
span.details strong {
	float: left;
	width: 150px;
}
.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: 15px 0px;
    width: calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    overflow: hidden;
    background: #FFF;
}
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: #0054A5  ;
	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: #0054A5  ;
}
.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: 25%;
	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;
  }
ul.tabs {
    clear: both;
	width: 100%;
	float:left;
    height: auto;
    overflow: hidden;
    list-style: none;
    margin: 0 auto -15px auto;
    text-align: center;
}
ul.tabs li {
	width: 20%;
    width: calc(20% - 44px);
    width: -moz-calc(20% - 44px);
    width: -webkit-calc(20% - 44px);
	padding: 16px 22px;
	height: auto;
	text-decoration: none;
	border-bottom: 1px solid #e1e4e8;
	color: #8a94a6;
	transition: .3s;
	font-weight: bold;
	float: left;
}
ul.tabs li:hover {
	cursor: pointer;
	border-bottom: 1px solid #05b4ff;
    color: #2385C4;
}
ul.tabs li.active {
	border-bottom: 1px solid #05b4ff;
    color: #2385C4;
}
ul.tabs li#bookNowTab {
	color: #2385C4;
}
ul.tabs li#bookNowTab:hover {
	color: #2385C4;
}
.images img {
	border: 3px solid #CCC;
	margin-bottom: 12px;
}
.contentX.AccCont{
	width: 100%;
	float: left;
	padding:0;
}
.contentX.AccCont h2{
	margin-bottom: 24px;
    margin-top: 1rem;
    font-size: 36px;
    line-height: 45px;
    color: #0a1f44;
    text-align: left;
}
.contentX.AccCont h3{
	font-size: 18px;
	line-height: 25px;
	margin-top: 15px;
    margin-bottom: 24px;
    color: #0a1f44;
}
.contentX.AccCont p{
    line-height: 24px;
    margin: 0;
    color: #2385C4;
}
.contentX .images img.second {
	margin: 0px 3% 12px 3%;
}
.images.mobile img:first-child {
	margin-top: 15px;
}.slicknav_menu {
		display: none;
	}
.bookingframe {
	margin-top: 10px !important;
}
.lang {
	position: relative;
	float: right;
	padding: 5px;
	z-index: 9;
	margin-top: 9px;
}
content .homeArticle {
	width: 33%;
	width: calc(33% - 20px);
	width: -webkit-calc(33% - 20px);
	width: -moz-calc(33% - 20px);
}
.accFilter input {
	height: 16px;
    width: 16px;
    margin: 0;
    display: none;
    position: relative;

}
.accFilter strong {
	color: #0a1f44;
	float:left;
	margin: 2px 0
}
.accFilter span.active {
	color: #0a1f44;
}
.filterIcon {
	border: 2px solid #0a1f44;
    height: 18px;
    width: 18px;
    border-radius: 50%;
	float: right;
	color: #0a1f44;
	position: relative;
}
.filterIcon i{
	position: absolute;
    left: 5.5px;
    top: 2px;
}
.filterIcon .strongFilterIcon2{
    left: 2px;
    top: 3px;
}
.submit {
    display: block;
    background-color: #f7fbfe;
    color: #22292f;
    font-weight: bold;
    width: 48%;
    text-align: center;
    font-size: 14px;
	text-decoration: none;
	border-radius: 4px;
	transition: all .2s ease;
	cursor: pointer;
	outline: none;
	float: left;
	padding: 10px 0;
	margin-right: 1%;
	margin-bottom: 20px;
}
.submit:hover {
	color: #22292f;
	background-color: #d9eeff;
	text-decoration: none;
}
.accFilter {
	float: left;
	width: 33.333%;
	height: auto !important;
}
.accRight {
	width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.accCenter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
.accFilter .sub {
	text-align: left;
    width: 100%;
    padding: 10px;
    font-size: 15px;
    height: auto;
    overflow: hidden;
    margin: 15px 0px 0px 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-sizing: border-box;
}
.searchFilterScroll {
	position: fixed;
	min-width: 200px;
    left: 20px;
    top: 100px;
}
.searchFilterScroll input[type="submit"] {
	background-color: #2385C4;
    color: #FFF;
}
.accFilter .sub h4{
    width: 100%;
    float: left;
	line-height: 24px;
	margin: 0;
	color: #0a1f44;
	margin-bottom: 5px;
}
.accFilter .sub h4 i{
    color: #6c6c6c;
}
article {
	float: left;
    text-align: left;
    background: #fff;
    position: relative;
    box-sizing: border-box;
}
.lastViewedContent article {
	width: 33.333%;
	width: calc(33.333% - 10px);
	width: -webkit-calc(33.333% - 10px);
	width: -moz-calc(33.333% - 10px);
	margin: 5px;
}
.accRight .articleAccommodations {
    width: 33.333%;
	width: calc(33.333% - 10px);
	width: -webkit-calc(33.333% - 10px);
	width: -moz-calc(33.333% - 10px);
	margin: 5px;
}
.accCenter > article {
	width: 33.333%;
    width: calc(33.333% - 10px);
    width: -webkit-calc(33.333% - 10px);
    width: -moz-calc(33.333% - 10px);
    margin: 5px;
}
article .imgTop {
	float: left;
    width: 100%;
    box-sizing: border-box;
	border: 1px solid #e1e4e8;
	border-radius: 4px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	padding: 2rem 1rem;
	background-color: #fff;
}
article span.imgTopTitle {
	margin: 10px 0;
	float: left;
    font-size: 15px;
	padding: 1rem 0;
	color: #5f5f5f;
	width: 100%;
	text-align: center;
}
article p.location {
	font-weight: bold;
	float: left;
    text-align: left;
    font-size: 13px;
    color: #fff !important;
	padding: 1rem;
	margin: 0!important;
}
article .accBackground {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.img-overlay {
	background: linear-gradient(0deg,rgba(20,29,36,.15) 70%,rgba(20,29,36,.4));
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0px;
    height: 250px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.accPageOverlay {
    height: 250px;
}
.film_roll_prev:hover, .film_roll_next:hover {
    color: #2385C4!important;
    text-decoration: none;
}
#film_roll h2 {
	float: left;
    text-align: left;
    font-size: 13px;
    color: #fff;
    padding: 1rem;
}
#film_roll .img-overlay{
	height: unset;
	border-top-left-radius: unset;
	border-top-right-radius: unset;
}
.iconContainer {
	width: 100%;
	margin: 0 auto;
	color: #8a94a6;
	height: 43px;
}
.iconContainerAccommodations {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.iconContainer .accIcons {
    padding: 0em 1.5em;
	margin-bottom: 14px
}
.iconContainer .accIcons img {
    height: 25px;
}
.iconContainer .accIcons svg{
	margin-bottom: -5px;
}
.iconContainer span {
	font-size: 15px;
    font-weight: bold;
}
.innerHoverDiv {
	position: relative;
}
.innerHoverDiv div {
	display: none;
    height: 15px;
    position: absolute;
    top: -71px;
    left: -73px;
    width: auto;
    padding: 4px 0 21px 10px;
    z-index: 99999;
    color: #FFFFFF;
	background-color: #0a1f44;
    border-radius: 4px;
}
.innerHoverDiv div p{
	margin: 0;
    margin-top: 9px;
    font-size: 11px;
    line-height: unset;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	margin-right: 9px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
}
.innerHoverDiv .bottomArrow {
	width: 12px;
    height: 0px;
    position: absolute;
    top: -46px;
	left: 28px;
	clip-path: polygon(50% 100%, 0 50%, 100% 50%);
}
.iconContainer .accIcons:hover .innerHoverDiv div ,
.iconContainer .accIcons:hover .innerHoverDiv .bottomArrow {
	display: block;
}
.StarsContainer .Stars:hover .innerHoverDiv div ,
.StarsContainer .Stars:hover .innerHoverDiv .bottomArrow {
	display: block;
}

.accBtn {
    text-align: center;
    border-radius: 4px;
    border: 0;
    outline: none;
    transition: all .2s ease;
	cursor: pointer;
	color: #05b4ff;
    font-size: 14px;
	background-color: #f7fbfe;
	width: 100%;
	font-weight: bold;
	display: inline-block;
    padding: 10px 0px;
}
.accBtn:hover {
	color: #05b4ff;
	background-color: #d9eeff;
	text-decoration: none;
}
article .accImage {
	width: 100%;
    float: left;
    height: 250px;
    background-size: cover;
	background-position: center;
}
article .accPageImg {
    height: 250px;
}
article .persons {
	float: left;
	background: url('../img/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('../img/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: 96%;
	padding: 3px 2%;
	font-size: 13px;
	line-height: 16px;
	color: #6A6A6A;
	margin: 0px;
}
article .vink {
	clear: both;
	float: left;
	width: 79%;
	margin: 3px 10px;
	padding-left: 30px;
	color: #1E6A24;
	text-align: left;
	line-height: 13px;
	background: url('../img/vink.png') 0px 0px no-repeat;
	font-size: 14px;
}
article .price {
    position: absolute;
    right: 0px;
	top: 162px;
    width: 100%;
    height: 26px;
    line-height: 13px;
    padding: 13px 0px;
    background: #0054A5  ;
    color: #FFF;
    text-align: center;
    opacity: 0.8;
    font-family: 'Lato', sans-serif;
}
article .price span {
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	text-align: left;
}
article .zoover {
    position: absolute;
    right: 0px;
    top: 179px;
    width: calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    height: 26px;
    line-height: 13px;
    padding: 13px 50px;
    background: url(../img/zoover.png) 15px 11px no-repeat;
    background-color: #F26925;
    color: #FFF;
    text-align: center;
    opacity: 0.8;
    font-family: 'Lato', sans-serif;
}
article .zoover span {
	font-size: 24px;
	font-weight: bold;
	line-height: 22px;
	float: right;
}
article .go {
	color: #FFF;
}
article .go:hover {
	text-decoration: none;
}
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 {
    height: 30px;
    background: #7AC042   ;
    bottom: 0px;
    position: absolute;
    left: 0px;
    right: 0px;
    text-align: center;
}
.information span {
	color: #FFF;
    text-align: center;
    font-family: 'Lato', sans-serif;
    bottom: 6px;
    left: 0;
    right: 0;
    position: absolute;
}
.information2 {
    height: 30px;
    background: #0054A5  ;
    bottom: 0px;
    position: absolute;
    left: 0px;
    right: 0px;
    text-align: center;
}
.information2 span {
    color: #FFF;
    text-align: center;
    font-family: 'Lato', sans-serif;
    bottom: 6px;
    left: 0;
    right: 0;
    position: absolute;
}
.zoekBoek {
    height: auto;
    clear: both;
    float: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.zoekBoek form {
	width: 100%;
    margin: auto;
	padding: 10px 0;
	position: relative;
    background-color: #00000030;
}
.zoekBoek form .sleepCheck {
    width: 160px;
    position: absolute;
    bottom: 12px;
    right: 90px;
	color: #fff;
}
.zoekBoek form .distanceCheck {
	left: 4%;
	width: 204px;
}
.zoekBoek form .sleepCheck input {
	width: 16px;
    position: relative;
    top: 3px;
    height: 16px;
}
.zoekBoek h2 {
	position: absolute;
	top: -45px;
	height: 35px;
	left: -1px;
	font-size: 20px;
	color: #FFF;
	padding: 5px 10px;
	background: #F26622;
}
.zoekBoekAccom input, .zoekBoekAccom select {
	padding: 8px;
	font-size: 14px;
	color: #333;
	width: calc(100% - 20px);
	height: 21px;
	background: #FFF;
	margin: 5px 0px 0px 0px;
}
.zoekBoekAccom {
	margin-bottom: 15px;
}
.zoekBoek input, .zoekBoek select {
    padding: 8px;
    font-size: 14px;
    width: 20%;
    height: inherit;
    background-color: #fff;
    border: 1px solid #e1e4e8;
    padding: 15px;
    box-sizing: border-box;
    margin: 0;
}
.zoekBoek input::-webkit-outer-spin-button, .zoekBoek input::-webkit-inner-spin-button {
  	-webkit-appearance: none;
  	margin: 0;
}
.zoekBoek input[type=number] {
  	-moz-appearance:textfield;
}
.zoekBoek .datepicker, .zoekBoekAccom .datepicker {
    background-position: 95% 13px;
    background-repeat: no-repeat;
	background-size: 20px 20px;
}
.dp-arrival {
	background-image: url(../img/icons/Aankomst.png);
}
.dp-departure {
	background-image: url(../img/icons/vertrek.png);
}
.zoekBoek select {
	padding: 7px 8px;
	height: 42px;
}
.zoekBoek input[type="submit"] {
	text-align: center;
    font-weight: 500;
    padding: 15px 30px;
    color: #fff;
    text-decoration: none;
    border: 0;
    outline: none;
    font-size: 16px;
    background-color: #2385C4;
    transition: all .2s ease;
    cursor: pointer;
    font-weight: bold;
    width: 10%;
}
.zoekBoek input.regioSearch {
	background-image: url(../img/Pointer2.svg);
    background-position: 95% 13px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}
.zoekBoek input.amountSearch {
	background-image: url(../img/User.svg);
    background-position: 95% 13px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}
.zoekBoek_accommodatie {
    background-color: #7AC042   ;
    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(../img/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 #0054A5  ;
	background: #0054A5  ;
	border-radius: 5px;
	height: 42px;
}
.zoekBoek_accommodatie input[type="submit"]:hover {
	background: #0054A5  ;
	border: 1px solid #0054A5  ;
	color: #FFF;
}
.block_actie {
	float: left;
    width: 100%;
    height: 600px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative;
    background-size: cover;
    background-position: center;
}
.block_actie p {
	margin: 0;
}
.block_actie .actieBlockText{
	position: absolute;
    bottom: 0;
    left: 0;
	right: 0;
	color: #fff;
	padding: 1rem;
}
.block_actie .title {
	font-weight: bold;
    font-size: 22px;
	line-height: 30px;
	width: 358px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.block_actie .title2 {
    font-size: 20px;
}
.block_actie .text p {
    font-size: 15px;
	line-height: 24px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.block {
	float: left;
	width: 25%;
	width: calc(25% - 2px);
	width: -webkit-calc(25% - 2px);
	width: -moz-calc(25% - 2px);
	margin-right: 6px;
	margin-left: 6px;
	height: 155px;
	overflow: hidden;
	position: relative;
}
.block span {
    float: left;
    text-align: left;
    color: #fff;
	margin: 10px;
	display: block;
    position: absolute;
    padding: 6px 0px;
    bottom: 40px;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    z-index: 1;
}
.block a span {
    float: left;
    text-align: left;
    width: 50%;
    width: calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    font-size: 24px;
    color: #0054A5;
    margin: 10px;
}
.block a:hover {
	text-decoration: none;
}
.block img {
    position: relative;
    z-index: 0;
    width: 50%;
    float: left;
    height: auto;
}
.block .text {
    position: relative;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    left: 5%;
    width: 45%;
    display: block;
    text-align: left;
    float: left;
}
.block .text p {
    margin: 0px auto;
}
.block:hover .text {
	display: block;
}
.block.last {
	margin-right: 0px;
}
/* .block.block {
    height: auto;
    margin: 10px;
    padding: 15px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 1px 20px rgba(0,0,0,0.2);
	width: 33%;
    width: calc(33.333% - 12px);
    height: 260px;
    margin-top: 12px
} */
.block.block .blockImage {
	position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
    background-position: center;
}

.block.block1, .block.block2, .block.block6, .block.block7 {
	height: 312px;
	width: calc(50% - 12px);
	width: -webkit-calc(50% - 12px);
	width: -moz-calc(50% - 12px);
}
.block.block3, .block.block4, .block.block5, .block.block8, .block.block9, .block.block10 {
	width: 33%;
	width: calc(33% - 8.5px);
	width: -webkit-calc(33% - 8.5px);
	width: -moz-calc(33% - 8.5px);
	height: 260px;
    margin: 12px 6px;
}
.themaPage {
    width: 33.333%;
    width: calc(33.333% - 20px);
    width: -webkit-calc(33.333% - 20px);
    width: -moz-calc(33.333% - 20px);
    margin: 10px;
}
.accommodationsHeader {
	max-width: 1200px;
	width: 100%;
    margin: 0px auto;
}
.accommodationsHeader h2 {
	color: #0a1f44;
    float: left;
}
.accommodationsHeader p {
    float: right;
    color: #05b4ff;
	margin: 0 0 24px 0;
}
.actiesButton {
    float: right;
    margin: 10px 0;
}
.actiesButton a {
    float: left;
    color: #FFF;
    background: #2385C4;
	padding: 15px;
	border-radius: 4px;
}
.imgAccommodation {
	float: right;
	width: auto;
	height: 16px;
	padding: 5px;
}
.landkaart {
	margin: 0px auto 145px auto;
    position: relative;
    padding: 0;
	height: 501px;
	background-size: cover;
	max-width: 100%;
}
.landkaartOverlay {
	position: absolute;
    height: calc(100% - 21px);
    background-color: #f3822fbf;
    width: 270px;
    left: 1261px;
    font-size: 12px;
    color: #fff;
    padding: 12px;
    z-index: 1;
}
.overlayHeadBold {
	margin: 0;
	margin-top: 65px;
	font-weight: bold;
    font-size: 15px;
}
.overlayHead {
    margin: 0;
	margin-bottom: 15px;
    font-size: 15px;
}
.landkaartOverlay .overlayLink p{
	margin: 0;
	color: #fff;
	width: 50%;
	float: left;
	line-height: 18px;
    font-size: 15px;
}
.landkaartOverlay .overlayLinkBold p{
	margin: 0;
	margin-top: 10px;
	color: #fff;
	font-weight: bold;
    float: left;
    font-size: 15px;
}
.landkaartOverlay i{
	font-size: 6px;
}
.block.blockPartner {
	height: auto;
    margin: 10px;
    padding: 15px;
    width: calc(50% - 50px);
    width: -webkit-calc(50% - 50px);
    width: -moz-calc(50% - 50px);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 20px rgba(0,0,0,0.2);
}
.block.blockPartner span {
    position: unset;
	float: left;
    text-align: left;
    width: 50%;
    width: calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    font-size: 24px;
    color: #0054A5;
	margin: 10px;
	font-weight: unset;
}
.textPartner {
	position: relative;
    padding-bottom: 10px;
    font-size: 14px;
	font-weight: bold;
	left: 3%;
    width: 47%;
    display: block;
    text-align: left;
    float: left;
}
.textPartner p {
	margin: 0px auto;
}
.blockPartnerImage {
	width: 50%;
    float: left;
    height: 180px;
    background-size: cover;
    background-position: center;
}
.blockTypeOneImage {
	width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.blocks3containerText {
	width: 100%;
	text-align: left!important;
	max-width:1200px;
	margin:0 auto;
}

.blocks3containerText p {
	font-size: 15px;
    line-height: 24px;
	margin: 0;
	margin-bottom: 16px;
    color: #5e6c83;
}
.blocks3containerText h1, .blocks3containerText h2 {
	text-align: left;
    margin-bottom: 10px;
    color: #0a1f44;
}

.swiper-container_acties .swiper-wrapper {
	overflow: hidden;
}
.swiper-button-next, .swiper-button-prev, .swiper-acc-button-next, .swiper-acc-button-prev, .swiper-thema-button-next, .swiper-thema-button-prev, .swiper-actie-button-next, .swiper-actie-button-prev {
    position: unset!important;
    top: unset!important;
    width: unset!important;
    height: unset!important;
    height: unset!important;
    margin-top: unset!important;
    z-index: unset!important;
    cursor: pointer!important;
    display: unset!important;
    align-items: unset!important;
    justify-content: unset!important;
    background-color: #f7fbfe!important;
    padding: 15px 20px!important;
    color: #2385C4!important;
	border-radius: 4px!important;
	float: left!important;
	margin: 10px 5px 10px 0px !important;
	transition: all .2s;
}
.swiper-button-next:hover, .swiper-button-prev:hover, .swiper-acc-button-next:hover, .swiper-acc-button-prev:hover, .swiper-thema-button-next:hover, .swiper-thema-button-prev:hover, .swiper-actie-button-next:hover, .swiper-actie-button-prev:hover {
	background-color: #d9eeff!important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev, .swiper-acc-button-next, .swiper-acc-button-prev, .swiper-thema-button-next, .swiper-thema-button-prev, .swiper-actie-button-next, .swiper-actie-button-prev {
    right: unset!important;
    left: unset!important;
}
.swiper-button-next:after, .swiper-button-prev:after, .swiper-acc-button-next:after, .swiper-acc-button-prev:after, .swiper-thema-button-next:after, .swiper-thema-button-prev:after, .swiper-actie-button-next:after, .swiper-actie-button-prev:after {
    font-size: 18px!important;
    font-weight: bold!important;
	width: 14px!important;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.swiper-button-next:after, .swiper-acc-button-next:after, .swiper-thema-button-next:after, .swiper-actie-button-next:after {
	content: "\f054";
}
.swiper-button-prev:after, .swiper-acc-button-prev:after, .swiper-thema-button-prev:after, .swiper-actie-button-prev:after {
	content: "\f053";
}
.swiper-container {
	width: 100%;
	height: 90px;
}
.swiper-container .swiper-slide div{
	width: 100%;
    height: 100%;
	text-align: center;
	font-size: 18px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.footerImage {
    position: relative;
    height: 440px;
    width: 100%;
    background-position: center;
    background-size: cover;
}
.footer-overlay {
	margin: -80px auto 0 auto;
    background: #fff;
    width: 100%;
    max-width: 1200px;
    border: 1px solid #e1e4e8;
    border-radius: 4px;
	padding: 2em;
	box-sizing: border-box;
}
.footer-overlay p {
	text-align: left;
}
.footer-overlay .overlay-title {
	font-weight: bold;
	margin: 0 0 8px 0;
}
.footer-overlay .overlay-text {
	color: #8a94a6;
	margin: 0 0 20px 0;
}
.footer-overlay .footer-zoek {
	width: 100%;
}
.footer-overlay .checkbox {
	width: 100%;
	text-align: left;
	font-weight: bold;
	margin-top: 20px;
}
.footer-overlay input[type=text], .footer-overlay input[type=email] {
	float: left;
    padding: 8px;
    font-size: 14px;
    width: 40%;
    width: calc(40% - 5px);
    width: -webkit-calc(40% - 5px);
    width: -moz-calc(40% - 5px);
    height: inherit;
    background-color: #fff;
    border: 1px solid #e1e4e8;
    border-radius: 4px;
    padding: 15px;
    margin: 0 5px 0 0;
    box-sizing: border-box;
}
.footer-overlay input[type="submit"] {
    height: 46px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    font-weight: 500;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    border: 0;
    outline: none;
    font-size: 14px;
    background-color: #2385C4;
    transition: all .2s ease;
    cursor: pointer;
	font-weight: bold;
	min-width: 20%;
}
.flex.flex-wrap {
	display: flex;
	flex-wrap: wrap;
    margin-top: 2em;
}
.lg\:w-1\/4, .lg\:w-3\/12 {
	width: 25%;
	text-align: left;
}
h6.h-12.sm\:mt-0.mt-20 {
    color: #2385C4;
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
}
.footer a, footer p {
    color: #8a94a6;
	margin-bottom: 10px;
	text-decoration: none;
	line-height: 24px;
    font-size: 13px;
}
.footerBottom {
	width: 100%;
    margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr  1fr  1fr;
	max-width: 1200px;
}
.footerCopyright {
	grid-column-start: 2;
	grid-column-end: 3;
}
.footerDisclaimers {
	grid-column-start: 3;
	grid-column-end: 4;
	display: flex;
	flex-wrap: wrap;
	align-self: center;
	align-content: center;
	justify-content: flex-end;
}
.footerDisclaimers a{
	margin: 0px 10px;
	color: #fff;
}
.footerLeft {
	width: 100%;
	width: calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	width: -moz-calc(100% - 30px);
	text-align: left;
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px 15px 0px;
}
.footerLeft a{
	color: #fff;
}
.footerRightContainer {
	background-color: #2385C4;
}
.footerTitle {
	color: #fff;
	font-weight: normal;
	border-bottom: 1px solid #fff;
	text-align: center;
	font-size: 22px;
	padding: 75px 0 30px 0;
	width: 100%;
	margin-bottom: 40px;
}
.footerRight {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	text-align: left;
	max-width: 1200px;
	margin: 0px auto;
	color: #fff;
	font-size: 14px;
}
.footerRight a{
	color: #fff;
}
.footerRight p{
	margin: 0;
}
.footerRight .contentRightXTitle {
	margin: 0;
    margin-bottom: 15px;
	font-weight: bold;
}
.footerRightBlock {
	width: 25%;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 15px;
	margin-bottom: 60px;
}
.footerRightBlock a:hover {
	text-decoration: underline;
}
.footerRightBlock.voorlocaties {
	width: 45%;
}
.footerRightBlock.voorlocaties p {
	font-size: 19px;
    text-align: center;
}
.footerRightBlock.voorlocaties .voorSpan {
	color: #FFF;
    text-decoration: underline;
    font-weight: bold;
}
.footerRightBlock.voorlocaties .locatiesSpan {
	font-weight: bold;
    color: #0090e3;
    text-decoration: underline;
}
.footerRightBlock.newsletter {
	width: 30%;
}
.footerRightBlock.newsletter input[type=text] {
	width: 100%;
    margin-right: 8px;
    height: 30px;
	border: 1px solid #fff;
	box-sizing: border-box;
	padding: 0 10px;
	color: #2385C4;
}
.footerRightBlock.newsletter button {
	width: 36px;
    float: right;
    color: #2385C4;
    background: #fff;
	border: 1px solid #fff;
	font-size: 18px;
}
.footerRightBlock .footerContact {
	color: #fff;
	width: 100%;
	display: block;
	margin: 0;
}
.footerRightBlock .footerContact i {
	margin-right: 5px;
}
.footerRightBlock .socialIcons {
	color: #fff;
    margin: 0;
    font-size: 36px;
}
.footerCompanyDetails {
	width: 100%;
	text-align: center;
    padding: 15px 0 0px;
}
.contact {
	text-align: center;
    border-radius: 4px;
    border: 0;
    outline: none;
    transition: all .2s ease;
    cursor: pointer;
    color: #05b4ff!important;
    font-size: 14px;
    background-color: #d9eeff85;
    font-weight: bold;
    display: inline-block;
    padding: 10px 15px;
}
.contact:hover {
	background-color: #d9eeff;
}
/* .footerRightBlock i {
    padding: 10px;
	margin-right: 6px;
	background: #f7fbfe;
	color: #05b4ff;
    font-size: 20px;
	border-radius: 4px;
	transition: all 0.4s ease;
	border: 2px solid #f7fbfe;
} */
/* .footerRight #facebook_followIcon:hover {
    color: #3b5998 ;
	border: 2px solid #3b5998;
}
.footerRight #twitter_followIcon:hover {
    color: #00BFFF ;
	border: 2px solid #00BFFF;
}
.footerRight #linkedin_followIcon:hover {
    color: #0077b5 ;
	border: 2px solid #0077b5;
}
.footerRight #youtube_followIcon:hover {
    color: #ff0000 ;
	border: 2px solid #ff0000;
}
.footerRight #snapchat_followIcon:hover {
	color: #000 ;
	border: 2px solid #000;
}
.footerRight #instagram_followIcon:hover {
    color: #c32aa3 ;
	border: 2px solid #c32aa3;
}
.footerRight #pinterest_followIcon:hover {
    color: #CB2027 ;
	border: 2px solid #CB2027;
} */
.footerBorder {
	border-top: 1px solid #e1e4e8;
}
.footerCopyright {
	text-align: center;
	font-weight: normal;
	color: #fff;
	font-size: 12px;
	padding: 15px 0;
	width: 100%;
}
#map {
	height: 100%;
}

@media (max-width: 1000px) {
	.container {
		clear: both;
		max-width: 1000px;
		width: auto;
		margin: 0px;
	}
	.mainMenu {
		display: none;
	}
	.logo_text a {
		display: inline-flex;
		flex-wrap: wrap;
		place-self: center;
		width: max-content;
	}
	.logo_img {
		height: 100%;
	}
	.logo_img, header.noscroll .logo_img {
		max-height: 150px;
		padding: unset;
	}
	.logo_text {
		padding: 10px 0px;
	}
	header.noscroll .logo_text {
		width: 100%;
	}
	header .container {
		display: inline-grid;
        width: 100%;
	}
	header, nav, nav ul, .header_bottom, content, .logo_text {
		width: 100%;
	}
	header, header.noscroll {
		position: relative;
		float: none;
		height: auto;
		text-align: center;
		box-shadow: none;
	}
	header.noscroll .logo_img{
		height: 150px;
	}
	header .svr, header .boek {
		display: none;
	}
	header nav {
		display: inline-block;
		margin: 0px;
		background: none;
	}
	header.noscroll nav {
		width: 100%;
		margin: 0px;
		display: inline-block;
		float: none;
	}
	header.noscroll nav ul {
		width: 100%;
		float: none;
	}
	header.noscroll nav ul li a {
		padding: 5px 10px;
	}
	header nav ul li ul li:first-child, header nav ul li ul li:first-child a {
		display: block;
	}
	header nav ul.thirdpage {
		left: 0;
	}
	header nav ul li a, header nav ul li ul li a, header nav ul li ul li a:hover, header nav ul li:hover ul li a {
		font-size: 13px;
	}
	header nav ul li ul li:first-child {
		border-top: 0px solid #2385C4;
	}
	header nav ul li a i {
		font-size: 12px;
	}
	header nav ul li ul li ul {
		position: relative;
		top: unset;
		left: unset;
		right: unset;
	}
	.displayonMobile {
		display: block;
	}
	header nav ul .search-btn {
		display: none;
	}
	#contact-buttons-bar { display: none; }
	content .contentX, content .content {
		margin-top: 20px;
		float: left;
		width: 96%;
		padding: 15px 2%;
	}
	.contentX div.omschrijving {
		width: 100%;
		margin: 0px;
	}
	content .contentX { margin-top: 0px; }
	aside {
		float: left;
		width: 30%;
	}
	.positionSliderAccommodation {
		height: 400px;
	}
	.positionSliderAccommodation .slider .slider_layout {
		grid-template-rows: 100%;
		grid-template-columns: 100%;
		grid-template-areas:
		" slider_location_0";
	}
	.actieBlock {
		margin: 15px;
		width: calc(50% - 30px);
		width: -webkit-calc(50% - 30px);
		width: -moz-calc(50% - 30px);
	}
	.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;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.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%;
	}
	.requestForm {
		width: 90%;
	}
	.requestFormBody tr, .requestFormBody tr td {
		width: 100% !important;
	}
	.requestForm {
		grid-template-rows: auto auto auto;
		grid-template-columns: auto auto;
		grid-template-areas: '. closeRequest' 'request request' ' formRequest formRequest';
	}
	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;
	}
	#mobileMenu {
		clear: both;
		float: left;
		width: 100%;
		height: auto;
	}
	.zoekBoek, .zoekBoek_accommodatie, .searchBook, .searchTop {
		width: 100%;
	}
	header {
		margin: 0px;
		width: 100%;
	}
	#mainImage {
		margin-top: 0px;
	}
	.fotoBlock {
		width: 33.33%;
		width: calc(33.33% - 20px);
		width: -moz-calc(33.33% - 20px);
		width: -webkit-calc(33.33% - 20px);
	}
	.contentX div.omschrijving img {
		max-width: 100%;
	}
	.footer-overlay {
		margin: 0 auto;
	}
	#footer {
		position: relative;
		overflow: hidden;
	}
	.footerLeft {
		width: 100%;
	}
	.footerRight {
		width: 100%;
	}
	ul.sitemap {
		width: 100%;
	}
	.lastViewedContent article {
		width: 50%;
		width: calc(50% - 10px);
		width: -webkit-calc(50% - 10px);
		width: -moz-calc(50% - 10px);
	}
	.block_actie a span.bookNow {
		clear: both;
		float: right;
		margin: 8px 10px 10px 10px;
		font-size: 13px;
		font-weight: bold;
		position: static;
	}
	.film_roll_child:first-child .sliderImageAccommodation {
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		height: 520px;
		width: 100%;
		position: relative;
		border: unset;
	}
	.locatieLink {
		display: none;
	}
	.slider{
		padding-top: unset;
	}
	.film_roll_child:first-child .sliderImageAccommodation{
		margin-left: unset;
	}
	.film_roll_child:nth-child(2) .sliderImageAccommodation, .film_roll_child:nth-child(3) .sliderImageAccommodation, .film_roll_child:nth-child(4) .sliderImageAccommodation, .film_roll_child:nth-child(5) .sliderImageAccommodation, .film_roll_child:nth-child(6) .sliderImageAccommodation, .film_roll_child:last-child .sliderImageAccommodation {
		display: none;
	}
	.accommodationSide {
		padding-left: unset;
	}
	.accommodationSide .iconContainer {
		padding-top: 30px;
	}
	ul.tabs, .contentX.AccCont, .accommodationSide {
		width: 100%;
		box-sizing: border-box;
		padding: 0 10px;
	}
	.accommodationSide .accSide2 {
		float: left;
		width: 100%;
		box-sizing: border-box;
	}
	.accommodationSide .sharing, .accommodationSide .iconContainer {
		float: left;
		width: 50%;
		box-sizing: border-box;
		padding: 0 10px;
	}
	.sideOfferteDiv {
		float: left;
		width: 100%;
	}

	.sideOfferteDiv a {
		float: left;
	}
	.sideOfferteDivScroll a {
		-moz-box-shadow: 0;
		box-shadow: 0;
		padding: 10px 50px;
		line-height: unset;
		cursor: pointer;
		-webkit-box-shadow: 0;
		-moz-box-shadow: 0;
		box-shadow: 0;
		position: relative;
		top: unset;
	}
	.themaPage {
		width: 50%;
		width: calc(50% - 20px);
		width: -webkit-calc(50% - 20px);
		width: -moz-calc(50% - 20px);
	}
	.accRight .articleAccommodations {
		width: 50%;
		width: calc(50% - 10px);
		width: -webkit-calc(50% - 10px);
		width: -moz-calc(50% - 10px);
	}
}
@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;
	}
	.blockPartnerImage {
		width: 100%;
	}
	.textPartner {
		width: unset;
		margin: 0px 10px;
		left: unset;
	}
	.block.blockPartner span {
		width: 100%;
		width: calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
		width: -moz-calc(100% - 20px);
	}
}
@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%;
	}
	.zoekBoek {
		display: flex;
		flex-wrap: wrap;
	}
	.footer-overlay input[type=text], .footer-overlay input[type=email] {
		width: 50%;
		width: calc(50% - 4px);
		width: -webkit-calc(50% - 4px);
		width: -moz-calc(50% - 4px);
		margin: 0px 2px;
	}
	.footer-overlay input[type="submit"] {
		width: 100%;
		width: calc(100% - 4px);
		width: -webkit-calc(100% - 4px);
		width: -moz-calc(100% - 4px);
		margin: 20px 2px 0 2px;
	}
}
@media (max-width: 725px) {
	.accFilter {
	    float: left;
		width: 100%;
	}
	.accFilter .sub {
		width: 100%;
		width: calc(100% - 30px);
		width: -webkit-calc(100% - 30px);
		width: -moz-calc(100% - 30px);
	}
	.accRight {
		width: 100%;
		float: left;
	}
	article.last {
		float: left;
	}
	article .vink {
		width: 460px;
	}
	.logo_text {
		width: 100%;
		max-width: 100%;
		height: auto;
		margin: 0px auto;
	}
	.logo_img, header.noscroll .logo_img {
		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 {
		float: left;
		width: 100%;
		margin-top: 10px;
		margin-right: 0%;
		height: 155px;
		overflow: hidden;
		position: relative;
	}
	.contentX { margin-top: 0px; }
	.contentX.right {
		float: left;
		width: 100%;
		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%;
	}
	.themaPage {
		margin: 10px 0;
		width: 100%;
	}
	.accommodationsHeader {
		padding: 0 10px;
		box-sizing: border-box;
	}
	.zoekBoek input, .zoekBoek select {
		width: calc(50% - 8px);
		width: -webkit-calc(50% - 8px);
		width: -moz-calc(50% - 8px);
		float: left;
		margin: 4px;
	}
	.zoekBoek select, .zoekBoek input[type="submit"] {
		width: calc(50% - 8px);
		width: -webkit-calc(50% - 8px);
		width: -moz-calc(50% - 8px);
	}
	.zoekBoek form .sleepCheck {
		right: 4px;
	}
	.content .blockArrows .arrowDown, .content .blockArrows .arrowUp {
		display: none;
	}
	.explenationBlock {
		padding: 10px 0;
		min-width: unset;
		width: 100%;
	}
	.reviewsGastenboek {
		margin: 5px 0;
		width: 100%;
	}
	.blocks3containerText {
		box-sizing: border-box;
		padding: 0 10px;
	}
	.blocks a {
		float: left;
		margin: 10px;
		width: 50%;
		width: calc(50% - 20px);
		width: -webkit-calc(50% - 20px);
		width: -moz-calc(50% - 20px);
	}
	.fotoBlock {
		width: 50%;
		width: calc(50% - 20px);
		width: -webkit-calc(50% - 20px);
		width: -moz-calc(50% - 20px);
	}
	.fotoBlock a {
		margin: 0px 0px;
		width: 100%;
		position: relative;
	}
	.lg\:w-1\/4, .lg\:w-3\/12 {
		width: 50%;
		text-align: left;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.footerRightBlock {
		width: 50%;
	}
	.block.block1, .block.block2, .block.block3, .block.block4, .block.block5 {
		width: calc(100% - 10px);
		width: -webkit-calc(100% - 10px);
		width: -moz-calc(100% - 10px);
		height: 260px;
	}
	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 td {
		display: inline-block;
		width: 100%;
		text-align: left;
	}
	.acc-in {
		width: 100% !important;
	}
	input#rating {
		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;
	}
	.information {
	    height: 25px;
		bottom: 0;
		position: absolute;
		left: 0;
		right: 0;
		text-align: center;
	}
	.accCenter > article {
		width: 50%;
		width: calc(50% - 10px);
		width: -webkit-calc(50% - 10px);
		width: -moz-calc(50% - 10px);
	}
	.article h1 {
		font-size: 14px;
		font-weight: bold;
		margin: 4px 0px 0px 0px;
	}
	.article p {
		margin: 7px 0px;
		line-height: 16px;
		width: auto;
	}
	.article span {
		font-weight: bold;
		font-size: 14px;
	}
	.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('../img/prijs.png');
	}
	.content.house .price div {
		font-size: 24px;
		line-height: 26px;
		margin: 5px 0px;
	}
	.content.house .price strong {
		font-size: 12px;
	}
	.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;
	}
	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);
		padding: 10px 1%;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		margin: 0px 3px;
		text-decoration: none;
		margin-top: 2px;
		box-sizing: border-box;
	}
	.lightboxgallery-gallery-item {
		width: 50%;
	}
	.block_actie a span.bookNow {
		margin: 55px 10px 10px 10px;
	}
	.footerLeft ul {
		list-style: none;
	}
	.footerBottom {
		grid-template-rows: auto auto;
		grid-template-columns: 100%;
	}
	.footerCopyright {
		grid-row-start: 2;
		grid-row-end: 3;
		grid-column-start: 1;
		grid-column-end: 2;
	}
	.footerDisclaimers {
		grid-row-start: 1;
		grid-row-end: 2;
		grid-column-start: 1;
		grid-column-end: 2;
		justify-content: center;
	}
	.footerCompanyDetails {
		padding: 15px 0px;
	}
}@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;
	}
	.accommodationSide .sharing, .accommodationSide .iconContainer {
		width: 100%;
	}
	.actieBlock {
		width: 100%;
		width: calc(100% - 30px);
		width: -webkit-calc(100% - 30px);
		width: -moz-calc(100% - 30px);
	}
}
@media screen and (max-width: 667px) {
	body {
		padding-top: 0px;
	}
	.slider_tekst {
		display: none;
	}
	.zoekboek_slider {
		margin-top: 0px;
	}
	article {
		float: left;
		width: 100%;
		margin: 15px auto;
		position: relative;
		text-align: center;
	}
	article .zoover {
		top: 198px;
	}
	.accCenter > article {
		width: 100%;
		width: calc(100% - 10px);
		width: -webkit-calc(100% - 10px);
		width: -moz-calc(100% - 10px);
	}
	.accRight .articleAccommodations {
	width: 100%
		width: calc(100% - 10px);
		width: -webkit-calc(100% - 10px);
		width: -moz-calc(100% - 10px);
	}
}
@media screen and (max-width: 580px){
	.accRight article {
		width: 100%;
		margin: 5px 0;
	}
}
@media screen and (max-width: 550px){
	.block.blockPartner {
		width: calc(100% - 50px);
		width: -webkit-calc(100% - 50px);
		width: -moz-calc(100% - 50px);
	}
	.blockPartnerImage {
		width: 50%;
	}
	.block.blockPartner span {
		width: 50%;
		width: calc(50% - 20px);
		width: -webkit-calc(50% - 20px);
		width: -moz-calc(50% - 20px);
	}
	.textPartner {
		left: 3%;
		width: 47%;
		margin: unset;
	}
	.lastViewedContent article {
		width: 100%;
		width: calc(100% - 10px);
		width: -webkit-calc(100% - 10px);
		width: -moz-calc(100% - 10px);
	}
	.fotoBlock {
		width: 100%;
		width: calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
		width: -moz-calc(100% - 20px);
	}
}
@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: 50%;
		height: 200px;
	}
	.fotoBlock {
		width: 100%;
	}
}
@media screen and (max-width: 340px) {
	article .vink {
		width: 200px;
	}
	.lightboxgallery-gallery-item {
		width: 100%;
	}
}
.weatherFeed {
	font-family: 'Lato', 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: 'Lato', sans-serif;
	font-size: 22px;
}
.background_opentab {
	position: relative;
	height: auto;
	width: 100%;
	margin-top: 10px;
}
.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);
}
.omschrijving .makeReview {
    color: #fff;
    background-color: #2385C4;
    padding: 8px 30px;
    line-height: 55px;
    cursor: pointer;
    border-radius: 3px;
}
.mail a {
	color: #FFF;
}
.button_faq {
    /* position: relative;
    margin-bottom: 10px;
    border-radius: 5px;
    border-bottom: 3px solid #238053;
    padding: 10px;
    width: 100%;
	text-align: center;
	 */
	float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
}
.popup_faq {
	display: none;
}
span.stars, span.stars span {
    display: block;
}

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: -webkit-calc(50% - 100px);
    left: -moz-calc(50% - 100px);
    left: 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);
}
#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}

/* faciliteiten accommodatie style */
.facilitieTable{
	width:100%;
}
.facilitieTable > .categoryRow {
	width: 100%;
	display: inline-block;
}
.facilitieTable > .categoryRow > .parentCategoryColumn {
	width: 50%;
	float: left;
}
.facilitieTable > .categoryRow > .parentCategoryColumn > .parentCategoryText {
	font-weight: bold;
}
.facilitieTable > .categoryRow > .parentCategoryColumn > .categorieChildren {
	margin-left: 1em;
}
.facilitieTable > .categoryRow > .parentCategoryColumn > .categorieChildren > .categorieChildSpan {
	font-size: 15px;
	line-height: 24px;
	margin: 0;
	color:#2385C4;
}

/* info accommodatie style */

.container_info {
	margin: 0px auto;
	width: 1640px;
	height: auto;
	min-height: 800px;
	text-align: left;
	position: relative;
}
.info {
	width: 100%;
	height: auto;
	text-align: left;
	margin: auto;
}
.info_header {
	float: left;
    width: calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
	border-top: 14px solid #0054A5;
	border-right: 14px solid #0054A5;
	border-left: 14px solid #0054A5;
}
.info_logo {
	width: -webkit-calc(40% - 7px);
    width: -moz-calc(40% - 7px);
	width: calc(40% - 7px);
	float: left;
	height: 114px;
	border-right: 7px solid #0054A5;
}
.info_contact {
	width: -webkit-calc(60% - 14px);
    width: -moz-calc(60% - 14px);
	width: calc(60% - 14px);
	float: right;
	height: 100px;
	background: #0054A5;
	color: #fff;
	text-align: center;
	padding: 7px;
}
.info_contact h2 {
	color: #FFF ;
	text-align: center;
    font-size: 30px;
}
.info_contact span {
	font-size: 24px;
	width: 100%;
}
.info_contact img {
	height: 20px;
}
.info_container {
	float: left;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
	width: calc(100% - 40px);
	border: 14px solid #0054A5;
}
.info_container .status {
	float: left;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}
.info_container .status .forSale {
	background: #42A63D;
	color: #FFF;
	padding: 5px 0px;
}
.info_container .status .reserved {
	background: #F8F305;
	color: #000;
	padding: 5px 0px;
}
.info_container .status .sold {
	background: #BE3529;
	color: #FFF;
	padding: 5px 0px;
}
.info_images {
	float: left;
    width: 100%;
	height: 780px;
	background: #0054A5;
}
.info_images2 {
	float: left;
	width: 100%;
	height: 780px;
	background: #0054A5;
}
.info_images .pdfHouseIMG {
	width: calc(60% - 7px);
    width: -webkit-calc(60% - 7px);
    width: -moz-calc(60% - 7px);
	/* height: calc(100% - 14px);
    height: -webkit-calc(100% - 14px);
	height: -moz-calc(100% - 14px); */
	height: calc(100% - 7px);
    height: -webkit-calc(100% - 14px);
    height: -moz-calc(100% - 14px);
	float: right;
	border-bottom: 7px solid #0054A5;
	/* border-top: 7px solid #0054A5; */
	border-left: 7px solid #0054A5;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.info_images2 .houseIMG2 {
	width: 100%;
	border-bottom: 7px solid #0054A5;
	float: right;
	height: calc(100% - 7px);
    height: -webkit-calc(100% - 7px);
    height: -moz-calc(100% - 7px);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.info_images .pdfSmall_img {
	width: calc(40% - 7px);
	border-bottom: 7px solid #0054A5;
	border-top: 7px solid #0054A5;
	border-right: 7px solid #0054A5;
	float: left;
	height: calc(50% - 14px);
    height: -webkit-calc(50% - 14px);
    height: -moz-calc(50% - 14px);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.info_images .pdfSmall_img_1 {
	height: calc(50% - 7px);
    height: -webkit-calc(50% - 74px);
	height: -moz-calc(50% - 7px);
	border-top: unset;
}
.name_place {
	padding: 10px 10px 0px;
	float: left;
	width: calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	border-top: 5px solid #0054A5;
	font-size: 18px;
}
.name_place .icons {
	float: left;
	width: 25%;
    padding: 0px 0px 14px 0px;
}
.name_place .icon img {
	height: auto;
}
.name_place .icon {
    float: left;
    width: 60px;
	margin: 0px 10px 0px 0px;
    text-align: center;
	font-weight: bold;
}
.name_place .labels {
	width: 10%;
	float: right;
}
.name_place img.label {
	float: right;
	height: 100px;
    width: auto;
}
.footertxt {
	float: left;
	width: 65%;
	text-align: center;
}
.footertxt h2 {
	text-align: center;
}
.footertxt span {
	float: left;
	width: 100%;
	text-align: center;
}
.pdf {
	background: none;
	font-size: 12px;
}
.pdf div.pdf{

	display: inline-block;
}
.pdf .contentX, .pdf .content{
	max-width: unset;
}
.pdf .container_info #content{
	clear: both;
	float: left;
	width: 100%;
	position: relative;
}
.pdf .container_info #content .content_big {
	clear: both;
	float: left;
	width: 100%;
}
.pdf .container_info #content .content_big .content{
	clear: both;
	float: left;
	width: 100%;
	position: relative;
	margin: 10px 10px 10px 0px;
}
.pdf .bookingframe{
	width: 100%;
	height: 500px;
}
/* language switch dropdown menu*/
.languageSwitchButton {
	background-color: #FFF;
	color: #2385C4;
	padding: 16px;
	font-size: 16px;
	border: none;
}
.languageSwitchButton:focus {
	outline:0;
}
  .languageSwitchButton i{
	  color: #2385C4;
}
  .languageSwitch {
	position: relative;
	display: inline-block;
}
  .languageSwitchContent {
	display: none;
	position: absolute;
	background-color: #f7fbfe;
	min-width: 90px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
  .languageSwitchContent a {
	color: #2385C4;
	padding: 12px 12px;
	text-decoration: none;
	display: block;
}
  .languageSwitchContent a:hover {
	background-color: #fff;
}
	.languageSwitch:hover .languageSwitchContent {
	display: block;
}
  .languageSwitch:hover .languageSwitchButton {
	background-color: #f7fbfe;
}
.languageSwitch img{
	max-width: 31px;
}
.page-link
{
	color: black;
	padding: 1em;
	box-sizing: border-box;
	background: white;
	border: 1px solid #cccccc;
	margin-bottom: 5px;
	display: inline-block;
	margin: 1px;
	position: relative;
}

.page-link:active
{
	color: #fff;
	background: #2385C4;
	font-weight: bold;
}
.page-item.active .page-link
{
	color: #2385C4;
}
ul.pagination {
	list-style: none;
	float: left;
	width: 100%;
	margin: auto !important;
	text-align: center;
}
ul.pagination li {
    display: inline-block;
    list-style: none;
}

.locatieLink
{
	float: left;
	color: #fff;
	font-size: small;
	padding: 5px 0 5px 20px;
}

.locatieLink a
{
	color: #fff !important;
}
