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

* { margin: 0px; padding: 0px; }
p { margin: 20px auto; line-height: 22px; }
a { color: #000; text-decoration: none; }
a:hover  { color: #000; text-decoration: underline; }
a img { border: 0px;}
body {
	background-color: #FFF;
	margin: 0px auto;
	text-align: center;
	font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
	font-size: 14px;
    color: #333;
	padding-top: 180px;
}

/* .bg {
	position: absolute;
	bottom: 12%;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 0;
	height: 556px;

} */

.container {
	margin: 0px auto;
	width: 100%;
	max-width: 1200px;
	height: auto;
	position: relative;
	z-index: 1;
}
header {
    width: 100%;
    position: fixed;
    z-index: 3;
	top: 0;
    background: #FFF;
    transition: height 0.5s;
    height: 180px;
}
header.scrolled {
    background: #FFF !important;
    -webkit-box-shadow: -1px -1px 30px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: -1px -1px 30px 0px rgba(50, 50, 50, 0.75);
	box-shadow: -1px -1px 30px 0px rgba(50, 50, 50, 0.75);
	/* height: auto; */
}
header .phone {
	height: 20px;
	position: absolute;
    left: -22px;
    bottom: 0px;
}
header .logotxt {
	/* clear: both; */
	margin-top: 5px;
	text-align: left;
}
header.scrolled .logotxt {
	margin-top: 8px;
}
header .logotxt a {
	font-size: 30px;
}
header .logotxt a:hover {
	text-decoration: none;
}
header.scrolled .logotxt a {
	font-size: 34px;
}
header .container {
}
header .mainmenu {
	text-align: left;
}
header .logo img {
	display: none;
}
header.scrolled .logo img {
	display: block;
	height: 44px;
	margin: 15px 0px 0px 0px;
	position: relative;
    width: auto;
	float: left;
}
header.scrolled .logo_scrolled img {
	display: none;
}
header .logo_scrolled img {
	display: block;
	position: relative;
        height: 70px;
        margin: 10px 0px 0px 0px;
	float: left;
}
header .slogan_header img {
	position: relative;
        height: 36px;
        margin: 30px 15px 0px 0px;
        width: auto;
        float: right;
}
header.scrolled .slogan_header {
	display: none;
}
header #twitter {
	float: right;
	margin-top: 6px;
	margin-right: 25px;
}
header.scrolled #twitter {
	display: none;
}
#imageviewer .logo {
	position: absolute;
    top: 69px;
	left: 0;
    height: 45px;
    margin: 7px 0px;
    background: rgba(255,255,255,0.8);
    width: auto;
}
#imageviewer .slogan {
	position: absolute;
    top: 114px;
	left: 0;
    height: 45px;
    margin: 7px 0px;
}
#imageviewer a {
	position: absolute;
	top: 220px;
    height: 45px;
	font-size: 26px;
	font-style: oblique;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
    width: auto;
	color: #FFF;
	font-weight: 800;
}
.bullet_background2 {
	height: 220px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-image: url('../images/Cirkel_bullet.png');
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.bullet_content {
	height: 100%;
	width: 100%;
	display: flex;
    flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}
.bullet_background {
	height: 220px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-image: url('../images/Cirkel_bullet_geel.png');
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 220px;
}
#imageviewer .imageviewer_bullet2 span {
	height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#imageviewer span {
	position: relative;
    font-size: 24px;
    font-style: oblique;
    color: #000;
    font-weight: 400;
    width: 100%;
    text-align: center;
}
#imageviewer .imageviewer_bullet {
	position: absolute;
	width: 220px;
	height: auto;
	top: 50%;
    transform: translateY(-50%);
    right: 52px;
	opacity: 0.8;
}
#imageviewer .imageviewer_bullet2 {
	position: absolute;
	width: 220px;
	height: auto;
	top: 50%;
    transform: translateY(-50%);
    left: 52px;
	opacity: 0.8;
}
#imageviewer .imageviewer_bullet2 span {
	left: 50%;
    transform: translateX(-50%);
}
#imageviewer a:hover {
	text-decoration: none;
}
header .slogan {
	float: right;
	height: 45px;
	margin: 58px 0px 10px 0px;
}
header.noscroll nav {
	margin-top: 15px;
}
header.noscroll {
	height: 80px;
	background: #FFF;
	border-bottom: 3px solid #016532 ;
}
#imageviewer.noscroll .logo {
	height: 60px;
}
header nav {
    float: right;
    margin: 15px 0px 0px 0px;
    border-radius: 6px;
    padding: 0px 3px;
    width: auto;
	padding: 10px 0px;
	background: #FFF;
	border: 1px solid #444;
}
header.scrolled nav {
    margin: 9px 0px 0px 0px;
    width: 75%;
	background: none;
	border: 0px solid #444;
}
header nav ul {
	list-style: none;
}
header nav ul li {
	border-right: 2px solid #dddddd;
	display: inline-block;
	width: auto;
	position: relative;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}
header nav ul li:first-child {
	border-left: 0px;
}
header nav ul li:last-child {
	border-right: 0px;
}
header nav ul li a {
	display: inline-block;
    font-size: 18px;
    line-height: 20px;
    color: #444;
    text-decoration: none;
	padding: 12px 8px;
	font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
}
header.scrolled nav ul li a {
	color:#000;
}
header nav ul li a:hover, header nav ul li:hover a {
    background: #FFF;
	color: #0096db;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-decoration: none;
}
header nav ul li:hover ul {
	display: block;
}
header nav ul li ul {
	display: none;
	position: absolute;
	z-index: 9999999999999;
	top: 44px;
	left: 0px;
	width: 230px;
}
header nav ul li ul li {
	height: auto;
	border: 0px !important;
}
header nav ul li ul li a, header nav ul li ul li a:hover, header nav ul li:hover ul li a {
	width: 300px;
	height: auto;
	padding: 5px 10px;
	color: #000;
	text-align: left;
	text-shadow: 0px;
	font-size: 16px;
	font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
	margin: 0px;
	border: 0px !important;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	font-weight: normal;
}
header nav ul li ul li a:hover {
	color: #444;
}
/* popup styling */
.popup_background {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	position: fixed;
	z-index: 4;
    margin-top: -180px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.content_Popup_box {
	grid-area: contentPopup;
    display: grid;
    grid-template-rows: min-content auto min-content;
    justify-content: center;
    padding: 10px;
}
.popup_close {
	grid-area: closeButton;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 3em;
	cursor: pointer;
}
.popup_container {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-width: 450px;
    min-height: 250px;
	display: grid;
	grid-template-columns: 50px auto 50px;
	grid-template-rows: 50px auto auto;
	grid-template-areas:
	'. contentPopup closeButton'
	'. contentPopup .'
	'. contentPopup .';
    max-width: 600px;
    overflow: hidden;
}
.popup_title {
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.popup_content {
	width: 100%;
}
.popup_button {
	padding: 10px;
    align-self: flex-end;
    justify-self: center;
	cursor: pointer;
    min-width: 100px;
	font-size: bold;
}
.popup_button:hover {
	text-decoration: none;

}
/* End popup styling */
.scroll-side {
	overflow-x: auto;
}
.textFull {
	margin: 10px 0px;
}
#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 {
	width: 100%;
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	position: relative;
}
#imageviewer img {
	margin: 0px;
    width: 100%;
    height: auto;
}
#imageviewer h1 {
	position: absolute;
	top: 0;
	text-align: center;
	left: 0;
	right: 0;
	color: #FFF;
	text-shadow: 2px 2px #000;
	padding: 0px 20px;
}
#imageviewer h1 span {
	display: block;
	margin-top: -5px;
	margin-left: 290px;
	font-size: 25px;
	color: #F26622;
	text-shadow: 0px 0px ;
}
.imageviewer_border {
    border: 1px solid #C9C9C9;
    height: 360px;
    width: 90%;
    border-radius: 6px;
    margin-left: 50px;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.15);
}
.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: 155px;
	max-width: 285px;
}
.images img.second {
	margin: 0px 3% 12px 3%;
	max-width: 285px;
}


img#mobielZoek {
	width: 13%;
    height: 70px;
}



.waarombij {
    font-size: 0.8125em;
    padding-bottom: 10px;
    width: 100%;
   float: left;
}
.waarombij strong {
	display: block;
    width: 100%;
    background: #E8F4FB;
    padding: 20px 0px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    font-weight: 400;
}
.waarombij ul {
	padding: 20px 10px 10px 10px;
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 20px;
    color: #000000;
    font-weight: 700;
	text-align: left;
	list-style-image: url(../images/ster.png);
}
.waarombij ul li {
    line-height: 15px;
    padding: 5px 0;
}
.waarombijimg {
	width: 80px;
    height: 82px;
    background-image: url(../images/nr-one.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto 0 auto;
}
.blocks {
	float: none;
    width: 100%;
    max-width: 934px;
    height: auto;
    margin: 5px auto;
    position: relative;
}
content {
	margin: 10px 0px 0px 0px;
	float: right;
	width: calc(100% - 2px);
	height: auto;
	/* min-height: 890px; */
        padding-bottom: 20px;
	position: relative;
	background: #FFF;
	border-radius: 5px;
	border: 1px solid #C9C9C9;
	box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.15);
}
content .content, content .contentX {
	clear: both;
	display: block;
	text-align: left;
	height: auto;
	width: calc(100% - 36px);
    position: relative;
    padding: 2px 18px;
    float: right;
	color: #000;
}
content .contentX a:hover {
	color: #555555;
	text-decoration: underline;
}
content .content.midden {
	background: none;
}
content article .speciale {
   position: absolute;
    left: 137px;
    top: 40px;
    /* width: 132px; */
    line-height: 13px;
    /* padding: 10px; */
    /* background-color: #529FD0; */
    color: #FFF;
    text-align: center;
    /* opacity: 0.8; */
    font-family: 'Lato', Arial, sans-serif;
}
content article .speciale span {
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
}
content article .speciale img {
	height: auto;
	width: 130px;
}
content article .wintersport {
	position: absolute;
    left: 137px;
    top: 40px;
    /* width: 132px; */
    line-height: 13px;
    /* padding: 10px; */
    /* background-color: #529FD0; */
    color: #FFF;
    text-align: center;
    /* opacity: 0.8; */
    font-family: 'Lato', Arial, sans-serif;
}
content article .wintersport span {
	font-size: 24px;
	font-weight: bold;
	line-height: 22px;
}
content article .wintersport img {
	height: auto;
	width: 130px;
}
content article .lastminute {
	position: absolute;
    left: 137px;
    top: 40px;
    /* width: 132px; */
    line-height: 13px;
    /* padding: 10px; */
    /* background-color: #529FD0; */
    color: #FFF;
    text-align: center;
    /* opacity: 0.8; */
    font-family: 'Lato', Arial, sans-serif;
}
content article .lastminute span {
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
}
content article .lastminute img {
	height: auto;
	width: 130px;
}
#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;
}

#rechterkant {
    width: 75%;
    float: right;
}

#footer {
    clear: both;
    float: left;
    width: 100%;
    height: auto;
    background: #2170B3;
    color: #777;
    font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
    position: relative;
    padding: 10px 0px;
    z-index: 1;
}
.footer {
	width: 92%;
    height: auto;
    color: #FFF;
    margin: 0px auto;
    position: relative;
    padding: 10px 4%;
}
#banner {
    clear: both;
    float: left;
    width: 100%;
    height: auto;
    background: #e8f2f8;
    color: #777;
    margin-top: 25px;
    font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
    position: relative;
    padding: 10px 0px;
    z-index: 1;
}
.banner {
	width: 92%;
    height: auto;
    color: #FFF;
    margin: 0px auto;
    position: relative;
    padding: 10px 4%;
}
ul.sitemap {
	padding: 0px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	width: auto;
	position: relative;
}
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;
	list-style-type: none;
}
ul.sitemap li a {
	color: #FFF;
}
ul.sitemap li a:hover{
	color: #c0dbec;
	text-decoration: underline;
}
.content_right {
	float: right;
	width: 70%;
}
.content_left {
    float: left;
    width: 20%;
    margin: 20px 30px;
}
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;
	padding: 10px;
	color: #FFF;
}
footer a, footer a:hover {
	color: #FFF;
}
.footer span {
	float: right;
}
banner {
	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;
	padding: 10px;
	color: #FFF;
}
banner a, banner a:hover {
	color: #FFF;
}
.banner span {
	float: right;
}
.contentX, .content {
	margin-top: 20px;
	float: left;
	width: 900px;
	padding: 15px;
}
.contentX { margin-top: 0px; }
.form {
	clear: both;
	float: left;
	width: 100%;
	padding: 0px;
	margin-bottom: 10px;
}
.form td {
	padding: 2px 0px;
	line-height: 24px;
}
.select { width: 100%; }

.form .input {
	background-color: #fff;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
	background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
	background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
	background-image: -o-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
	background-image: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
	background-image: linear-gradient(top, #eeeeee 0%,#ffffff 50%);
	-webkit-border-radius: 4px;
	-moz-border-radius   : 4px;
	border-radius        : 4px;
	-moz-background-clip   : padding;
	-webkit-background-clip: padding-box;
	background-clip        : padding-box;
	border: 1px solid #aaa;
	padding: 4px 8px;
	color: #333;
	width: 90%;
	font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}
.form .input.submit {
	font-weight: bold;
	width: 90%;
	cursor: pointer;
}
.form .input.submit:hover, .submitNow:hover {
	cursor: pointer;
	border: 1px solid #000;
	color: #FFF;
	background: #333;
	text-shadow: 1px 1px #000;
	text-decoration: none;
}
.submitNow {
	background-color: #fff;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
	background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
	background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
	background-image: -o-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
	background-image: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
	background-image: linear-gradient(top, #eeeeee 0%,#ffffff 50%);
	-webkit-border-radius: 4px;
	-moz-border-radius   : 4px;
	border-radius        : 4px;
	-moz-background-clip   : padding;
	-webkit-background-clip: padding-box;
	background-clip        : padding-box;
	border: 1px solid #aaa;
	padding: 4px 8px;
	color: #333;
	font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	width: 90%;
	cursor: pointer;
}
.result {
	float: left;
	font-weight: bold;
	padding: 4px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 10px 0px 10px 0px;
	width: 98%;
}
.result.error {
	background: #fedfed;
	border: 1px solid #FF0000;
	color: #FF0000;
}
.result.good {
	background: #EBFFE5;
	border: 1px solid #309601;
	color: #309601;
}
.suggestion {
	float: left;
	width: 100%;
	color: #6A6969;
	font-weight: bold;
	text-align: center;
}
.suggestion img {
	float: 100%;
	width: 201px;
	padding: 1px;
	border: 1px solid #CCC;
	background: #FFF;
	margin: 7px 0px;
}
.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 #2170B3;
	width: 350px;
	min-height: 250px;
	margin-right: 15px;
	background: #2170B3;
}
.content.house {
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	margin-top: 0px;
}
.content.house .price {
	position: absolute;
	left: 18px;
	bottom: 12px;
	width: 91px;
	height: 63px;
	padding: 10px 5px;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	background: url('../images/prijs.png');
}
.content.house .price div {
	font-size: 24px;
	line-height: 26px;
	margin: 5px 0px;
}
.content.house .price strong {
	font-size: 12px;
}
.content.house h1 {

}
.contentX h2 {
	margin-top: 20px;
	font-size: 15px;
	font-weight: strong;
	text-decoration: underline;
}
.content.house p {
	margin-top: 13px;
}
.content.house span {
	float: left;
	width: 150px;
	background: #EEE;
	color: #444;
	font-weight: bold;
	padding: 5px;
	border-top: 1px solid #F2F2F2;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
.content.house span.first {
	width: 170px;
	font-weight: bold;
	background: #DDD;
	border-left: 1px solid #F2F2F2;
	border-right: 0px;
}
.contentX div.omschrijving {
	float: left;
	width: 100%;
	margin: 10px 10px 20px 10px;
}
.contentX div.omschrijving {
	line-height: 19px;
}
sup { vertical-align: top; font-size: 0.8em; }
.contentX div.details {
	float: right;
	width: 280px;
	margin: 10px 10px 20px 10px;
	background: #2170B3;
	border: 1px solid #2170B3;
	padding: 10px;
	line-height: 20px;
	color: #FFF;
	position: relative;
	z-index: 1;
}
.contentX div.details strong {
	float: left;
	width: 150px;
}
.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;
	width: 390px;
	height: 293px;
	margin: 10px 7px 17px 10px;
	border: 1px solid #CCC;
	background: #EEE;
	padding: 0px;
}
.contentX .img span {
	float: left;
	width: calc(100% - 2px);
	margin: 1px;
	height: auto;
	text-align: center;
	padding: 5px 0px;
	background: #FFF;
	font-weight: bold;
	color: #000;
	font-size: 14px;
}
.contentX .img img {
	width: calc(100% - 2px);
	height: calc(100% - 30px);
	margin: 0px;
	padding: 1px;
	background: #FFF;
}

ul.tabs {
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
	list-style: none;
	margin-top: 20px;
	text-align: center;
	background: #2170B3;
	border-radius: 6px;
}
ul.tabs li {
	display: inline-block;
	width: auto;
	padding: 6px 12px;
	height: auto;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 3px;
	color: #FFF;
	text-decoration: none;
	margin-top: 13px;
	border-right: 2px solid #dddddd;
}
ul.tabs li:hover {
	color: #444;
	cursor: pointer;
	background: #2170B3;
}
ul.tabs li.active {

}
.images { text-align: center; }
.images img {
	border: 1px solid #C9C9C9;
	margin: 0px auto;
	margin-bottom: 12px;
}
.contentX .images img {
	height: 140px;
}
.contentX .images img.second {
	margin: 0px 3% 12px 3%;
}
.images.mobile img:first-child {
	margin-top: 15px;
}.slicknav_menu {
		display: none;
	}

.lang {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 5px;
}
.lang img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	margin: 0px 2px;
}
content article.homeArticle_typeNederland {
	float: left;
	width: calc(33% - 12px);
	height: 250px;
	background: #FFF;
	border: 1px solid #D9EBEA;
	border-bottom: 3px solid #D9EBEA;
	margin: 15px 0px 0px 10px;
	position: relative;
	overflow: hidden;
}
content article.homeArticle_typeNederland h1 {
	float: left;
    width: calc(100% - 8px);
    text-align: left;
    font-size: 12px;
    color: #000000;
    padding: 16px 0px 9px 8px;
    text-transform: uppercase;
}
content article.homeArticle_typeNederland .imgTop {
	position: absolute;
    bottom: -10px;
    top: 210px;
	display: block;
	right: 0px;
	left: 0px;
	background: #E8F4FB;
	z-index: 99;
}
content article.homeArticle_typeNederland h2 {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #555;
	font-weight: normal;
	text-decoration: underline;
	padding: 0px 0px 5px 0px;
}
content article.homeArticle_typeNederland img {
	float: left;
    width: 100%;
    height: calc(100% - 40px);
	max-height: calc(100% - 40px);
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	margin: 0px;

}
content article.homeArticle_typeNederland:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.9;
	width: calc(100% - 2px);
}
content article.homeArticle_typeNederland .persons {
	float: left;
	background: url('../images/personen.png') 8px 6px no-repeat;
	padding: 8px 10px 5px 30px;
	color: #3B8626;
	line-height: 13px;
	margin-top: 48px;
	display: none;
}
content article.homeArticle_typeNederland .sleep {
	float: left;
	background: url('../images/bedden.png') 8px 6px no-repeat;
	padding: 8px 30px 5px 30px;
	color: #0F5160;
	line-height: 13px;
}
content article.homeArticle_typeNederland hr {
	clear: both;
	float: left;
	width: 96%;
	height: 1px;
	background: #FFF;
	margin: 5px 2%;
	border: 0px;
	border-bottom: 1px dotted #CCC;
}
content article.homeArticle_typeNederland p {
	float: left;
	width: 96%;
	padding: 3px 2%;
	font-size: 13px;
	line-height: 16px;
	color: #6A6A6A;
	margin: 0px;
	text-align: left;
	clear: both;
	display: none;
}
content article.homeArticle_typeNederland .vink {
	clear: both;
	float: left;
	width: 79%;
	margin: 3px 10px;
	padding-left: 30px;
	color: #1E6A24;
	height: 13px;
	text-align: center;
	line-height: 13px;
	background: url('../images/vink.png') 0px 0px no-repeat;
}
content article.homeArticle_typeNederland .price {
	position: absolute;
    left: 2px;
    bottom: 1px;
    width: 99%;
    line-height: 17px;
    padding: 13px 0px;
    background: #2170B3;
    color: #FFF;
    text-align: center;
	opacity: 0.8;
	display: none;
}
content article.homeArticle_typeNederland .price span {
	font-size: 16px;
	font-weight: bold;
	line-height: 13px;
}
content article.homeArticle_typeNederland .go {
	position: absolute;
    right: 5px;
    bottom: 5px;
    width: 28%;
	font-size: 14px;
	font-weight: bold;
	background: #67a907;
	color: #FFF;
	padding: 10px 0px;
	text-align: center;
	display: none;
}
content article {
	float: left;
	width: 100%;
	height: auto;
	background: #FFF;
	border: 1px solid #D9EBEA;
	border-bottom: 3px solid #D9EBEA;
	margin: 15px 0px 0px 10px;
	position: relative;
    margin-top: 8px;
    margin-bottom: 15px;
}
content article .imgTop {
	position: absolute;
	top: 2px;
	left: 2px;
	display: block;
	right: 0px;
	background: #E8F4FB;
}
content article h1, .imgTop b {
	float: left;
	width: 100%;
	text-align: left;
	font-size: 16px;
	color: #000;
    padding: 16px 0px 9px 8px;
	text-transform: uppercase;
}
content article h2 {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #555;
	font-weight: normal;
	text-decoration: underline;
	padding: 0px 0px 5px 0px;
}
content article img {
	float: left;
        margin: 10px 10px 0px 10px;;
        /* width: 35%;
        height: 55%; */
}
content article .persons {
	float: left;
	background: url('../images/personen.png') 8px 6px no-repeat;
	padding: 8px 10px 5px 30px;
	color: #13B348;
	line-height: 13px;
	margin-top: 48px;
}
content article .sleep {
	float: left;
	background: url('../images/bedden.png') 8px 6px no-repeat;
	padding: 8px 30px 5px 30px;
	color: #0F5160;
	line-height: 13px;
}
content article hr {
	clear: both;
	float: left;
	width: 96%;
	height: 1px;
	background: #FFF;
	margin: 5px 2%;
	border: 0px;
	border-bottom: 1px dotted #CCC;
}
content article p {
	float: left;
	width: 96%;
	padding: 3px 2%;
	font-size: 13px;
	line-height: 16px;
	color: #6A6A6A;
	margin: 0px;
	text-align: left;
	clear: both;
}
content article .vink {
	clear: both;
	float: left;
	width: 79%;
	margin: 3px 10px;
	padding-left: 30px;
	color: #1E6A24;
	height: 13px;
	text-align: center;
	line-height: 13px;
	background: url('../images/vink.png') 0px 0px no-repeat;
}
content article .price {
	position: absolute;
    right: 73px;
    top: -55px;
    width: 86px;
    height: 86px;
    line-height: 17px;
    padding: 11px 0px;
    background: url(../images/bg_price.png) 50% 50% no-repeat;
    color: #2170B3;
    text-align: center;
	padding-top: 60px;
}
content article .price span {
	font-size: 16px;
	font-weight: bold;
	line-height: 13px;
	color: #2170B3;
}
content article .go {
	position: absolute;
    right: 5px;
    bottom: 5px;
    width: 28%;
	font-size: 14px;
	font-weight: bold;
	background: #13B348;
	color: #FFF;
	padding: 10px 0px;
	text-align: center;
	text-transform: uppercase;
}
content article .go:hover {
	background: #13B374;
	text-decoration: none;
}
content article.last { margin-right: 0px; float: right; }
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;
}
.zoekBoek {
    float: none;
    background: #2170B3;
    position: relative;
    width: 98%;
    padding: 10px 1%;
	height: auto;
    margin: 10px auto 0px;
    bottom: 0px;
    max-width: 1170px;
	border-radius: 5px;
}
.zoekBoek h2 {
	position: absolute;
	top: -45px;
	height: 35px;
	left: -1px;
	font-size: 20px;
	color: #FFF;
	padding: 5px 10px;
	background: #F26622;
}
.zoekBoek input, .zoekBoek select {
	padding: 8px;
	font-size: 14px;
	color: #333;
	width: 249px;
	border: 1px solid #73AF7B;
	background: #FFF;
}
.zoekBoek input {
	background-image: url(../images/Time-And-Date-Calendar-icon.png);
    background-position: 230px 7px;
    background-repeat: no-repeat;
	background-size: 20px 20px;
}
.zoekBoek select {
	padding: 7px 8px;
}
.zoekBoek input[type="submit"] {
	padding: 8px;
	font-size: 14px;
	color: #FFF;
	float: none;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	width: 190px;
	background: #13B348;
	border: 1px solid #13B348;
	text-transform: uppercase;
}
.footerRight {
	float: right; text-align: right;
}
.bannerRight {
	float: right; width: 33%; text-align: right;
}
.bannerRight h1 {
	text-align: left;
	color: #2170B3;
	margin-left: 10px;
}
.bannerRight span {
	text-align: left;
	color: #2170B3;
	float: left;
	margin-left: 10px;
	padding-bottom: 40px;
}
.bannerLeft {
	float: left; width: 33%; text-align: right;
}
.bannerafb {
	width: 370px;
	height: 212px;
}
.footerLogo {
	float: right;
}
.bannerLogo {
	float: left;
}
.block_actie {
	float: left;
	width: 25%;
	width: calc(25% - 2px);
	margin-top: 2px;
	margin-right: 2px;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 8px;
}
.block_actie a span.title {
    float: left;
    width: 100%;
    padding: 12px 0px;
    text-align: center;
    color: #777;
    background: -webkit-linear-gradient(top, #ffeb7e 0%,#f6d31f 100%);

	background: rgba(255,235,126,1);
	background: -moz-linear-gradient(top, rgba(255,235,126,1) 0%, rgba(246,211,31,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,235,126,1)), color-stop(100%, rgba(246,211,31,1)));
	background: -webkit-linear-gradient(top, rgba(255,235,126,1) 0%, rgba(246,211,31,1) 100%);
	background: -o-linear-gradient(top, rgba(255,235,126,1) 0%, rgba(246,211,31,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,235,126,1) 0%, rgba(246,211,31,1) 100%);
	background: linear-gradient(to bottom, rgba(255,235,126,1) 0%, rgba(246,211,31,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeb7e', endColorstr='#f6d31f', GradientType=0 );

    height: auto;
    font-size: 18px;
    text-transform: uppercase;
}
.block_actie a span.title:hover {
	background: #2170B3;
	color: #FFF;
}
.block_actie a img {
	float: left;
	width: 100%;
	height: auto;
	margin: 0px;
}
.block_actie a .text {
	float: left;
	width: 100%;
	width: calc(100% - 30px);
	height: 60px;
	padding: 3px 15px;
	text-align: left;
	font-size: 12px;
}
.block_actie a span.bookNow {
    float: right;
    margin: 0px 10px 10px 10px;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    background-color: #73AF7B;
    width: 65px;
    text-align: center;
    height: 21px;
}
.block {
	float: left;
	width: 25%;
	width: calc(25% - 2px);
	margin-top: 2px;
	margin-right: 2px;
	height: 155px;
	overflow: hidden;
	position: relative;
}
.block a span {
	display: block;
	position: absolute;
	padding: 6px 0px;
	top: 0;
	right: 0;
	left: 0;
	text-align: center;
	color: #333;
	background: #FFF;
	font-size: 22px;
	font-weight: bold;
	z-index: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.block a:hover {
	text-decoration: none;
}
.block img {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.block .text {
	position: absolute;
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	bottom: 0;
	right: 0;
	left: 10%;
	width: 80%;
	display: none;
	text-align: center;
}
.block:hover img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	opacity: 0.2;
}
.block:hover .text {
	display: block;
}
.block.last {
	margin-right: 0px;
}
.block.block1, .block.block3, .block.block6, .block.block8 {
	height: 312px;
}
.block.block2, .block.block7 {
	width: 50%;
	width: calc(50% - 2px);
}
.block.block3, .block.block8 {
	float: right;
}
	/*.footerLeft {
		float: left; width: 25%; text-align: left; margin-bottom: 15px;
	}*/
	.socialmedia {
		float: left; width: 122px; text-align: left; margin-bottom: 15px; color: #FFF;
	}
	.footerRight {
		float: right; text-align: left; margin-bottom: 15px;
	}
	.bannerRight {
		float: right; width: 32%; text-align: left; margin-bottom: 15px;
	}
	.bannerLeft {
		float: left; width: 32%; text-align: left; margin-bottom: 15px;
	}
	.bannerLogo {
		float: left; width: 34%; text-align: left; margin-bottom: 15px;
	}
	.footerLeft a {
		color: #FFF;
	}
	.socialmedia a{
		color: #FFF;
	}
	.socialmedia p {
		margin: 0px;
		clear: both;
		position: relative;

	}
	.socialmedia img {
		clear: both;
		position: relative;
		height: auto;
		width: 33%;
		margin: 4px 0px -16px 0px;
	}
@media (max-width: 1190px) {/*
	header {
		height: 133px;
	} */
	#imageviewer a {
		display: none;
	}
}
@media (max-width: 1120px) {
	header nav {
		width: 100%;
		height: auto;
		border: 1px solid #000;
		margin: 0px;
	}


	.slicknav_menu {
		display: block;
	}
	header nav ul {
		display: none;
	}
	header nav {
		background: none;
		border: none;
	}
}
@media (max-width: 1000px) {
	.container {
		clear: both;
		max-width: 1000px;
		width: auto;
		margin: 0px 4px;
	}
	body {
		padding-top: 0px;
	}
	header, nav, nav ul, .header_bottom, content {
		width: 100%;
	}
	header nav ul li {
		border-right: none;
		display: inline-block;
		width: auto;
		position: relative;
		float: none;
		padding-left: 5px;
	}
	header {/*
		height: 50px; */
		text-align: center;
	}
	header .svr, header .boek {
		display: none;
	}
	header #twitter {
		top: 5px;
		left: 0px;
	}
	#imageviewer {
		/* padding: 85px 0px 0px 0px; */
	}
	header .slogan {
		float: left;
	}
	header .contact { display: none;}
	header .twitter { margin: 0px 0px 0px 0px;}
	#contact-buttons-bar { display: none; }
	content .contentX, content .content {
		margin-top: 20px;
		float: right;
		/* width: 87%;
		padding: 15px 2%; */
	}
	.contentX div.omschrijving { width: 100%; margin: 0px; }
	content .contentX { margin-top: 0px; }
	aside {
		float: left;
		width: 30%;
	}
	content article .vink {
		width: 295px;
	}
	.imageviewer_bullet {
		display: none;
	}
	.searchBook {
		width: 94%;
		padding: 15px 2%;
		margin-right: 2%;
	}
	.searchBook h2 {
		width: 94%;
		margin: -15px 0px 10px -2%;
	}
	.searchBook select, .searchBook input {
		width: 96%;
		margin: 8px 0px;
	}
	.searchBook input {
		width: 94%;
		margin: 8px 0px;
	}
	.searchBook input[type="submit"] {
		width: 96%;
	}
	footer {
		width: 96%;
		padding: 10px 2% 10px 2%;
	}
	#banner {
		width: 96%;
		padding: 10px 2% 10px 2%;
	}
	header .nav, nav, .header_bottom {  }

	header nav ul li {
		display: none;
	}
	#mobileMenu {
		clear: both;
		height: auto;
		margin: 0px 0px 15px 0px;
	        width: 100%;
	}
	.searchBook, .searchTop { display: none; }
	header {
		position: relative;
		margin: 0px;
	}
	#mainImage {
		margin-top: 0px;
	}
	#footer {
		position: relative;
		overflow: hidden;
	}
	#banner {
		position: relative;
		overflow: hidden;
	}
	.footerLeft {

	}
	.footerRight {

	}
	ul.sitemap {
		width: 100%;
	}
	.block_actie a span.bookNow {
    clear: both;
    float: right;
    margin: 8px 10px 10px 10px;
    font-size: 13px;
    font-weight: bold;
    position: static;
}
}
@media (max-width: 900px) {
	.popup_background {
		margin-top: -220px;
	}
}
@media (max-width: 880px) {
	header {
		height: 220px;
	}
	header nav {
		padding: 10px 0px 0px 0px;
	}
}
@media (max-width: 725px) {
	content article.last {
		float: left;
	}
	content article .vink {
		width: 460px;
	}


header nav ul li ul {
    display: none;
    position: initial;
    z-index: 9999999999999;
    top: 44px;
    left: 0px;
    width: 230px;
}

img#mobielZoek {
    width: 95% !important;
    height: 95% !important;
    padding: 5px;
}


.fb-page.fb_iframe_widget {
    width: 250px;
    padding-left: 80px;
}

content article img {
    float: left;
    margin: 10px 00px 10px 0px;
    width: 100%;
}


header .logo_scrolled img {
    width: 100%;
}

header .slogan_header img {
    width: 100%;
    margin: 0 auto;
}

.bannerLeft {
    width: 90%;
    text-align: left;
    margin-bottom: 15px;
}

.bannerRight {
    float: right;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
}

content article.homeArticle_typeNederland img {
    float: left;
    width: 100%;
    /* height: calc(100% - 40px); */
    /* max-height: calc(100% - 40px); */
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0px;
}

content article.homeArticle_typeNederland {
	width: 90%
}


content article .price {
    position: absolute;
    right: 28px;
    top: 155px;
    width: 86px;
    height: 86px;
    line-height: 17px;
    padding: 11px 0px;
    background: url(../images/bg_price.png) 50% 50% no-repeat;
    color: #2170B3;
    text-align: center;
    padding-top: 60px;
}

        #imageviewer span{
                display: none;
        }

        .zoekBoek input {
			width: calc(80% - 20px);
			margin: 5px 0px;
		}

		.zoekBoek select, .zoekBoek input[type="submit"] {
			width: calc(80% - 2px);
			margin: 5px 0px;
		}

        #rechterkant {
                width: 100%;
                float: none;
        }


	.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: 96%;*/
		margin-top: 15px;
	}
	aside {
		float: left;
		width: 100%;
		display: none;
	}
	.searchBook {
		width: 96%;
		padding: 15px 2%;
		margin-right: 0px;
	}
	.searchBook h2 {
		width: 98%	;
		margin: -15px 0px 10px -2%;
	}
	.searchBook select, .searchBook input {
		width: 98%;
		margin: 8px 0px;
	}
	.searchBook input {
		width: 96%;
		margin: 8px 0px;
	}
	.searchBook input[type="submit"] {
		width: 98%;
	}
	header .header {
		position: relative;
		float: left;
		width: 100%;
		min-width: 0px;
		margin: 0px 0px -10px 0px;
		height: auto;
		min-height: 155px;
	}
	header .container {
		text-align: center;
	}
	 #imageviewer .logo {
		top:;
	}
	header .search { display: none; }
	.lang {
		position: absolute;
		top: 24px;
		left: 10px;
		width: 90px;
		background: #016532 ;
		padding: 9px 5px 7px 5px;
	}
	header .slogan {
		margin-top: -20px;
		float: left;
	}
	.contentX .images img {
		width: 96%;
		height: auto;
		margin: 0px auto;
	}
	.contentX .images img.second {
		margin: 0px auto;
	}
	.content article .price {

	}
	content article {
		float: left;
		width: 95%;
		margin: 1%;
		border: 1px dotted #DDD;
		position: relative;
		text-align: center;
		padding-bottom: 10px;
	}
	.block_actie {
		width: 100%;
		width: calc(100% - 2px);
		height: auto;
	}
	.content article img {
		float: none;
		width: 100%;
		height: auto;
		padding: 1px;
		background: #FFF;
		border: 1px solid #CCC;
		margin-right: 0px;
		margin: 0px auto;
	}
	.content article h1, content article .imgTop b {
		font-size: 16px;
		font-weight: bold;
		margin: 4px 0px 0px 0px;
	}
	.content article h2 {
		font-size: 13px;
		font-weight: normal;
		text-decoration: underline;
	}
	.content article p {
		margin: 7px 0px;
		line-height: 16px;
		font-style: italic;
		width: auto;
	}
	.content article span {
		font-weight: bold;
		font-size: 14px;
	}
	.content article:hover {
		background: #F2F2F2;
	}
	.images.mobile { display: none; }

.houseIMG {
	float: left;
	padding: 1%;
	width: 98%;
	min-height: 180px;
	margin-right: 0px;
	margin-bottom: 10px;
}
.content.house .price {
	position: absolute;
	left: 12px;
	top: 179px;
	width: 91px;
	height: 63px;
	padding: 10px 5px;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	background: url('../images/prijs.png');
}
.content.house .price div {
	font-size: 24px;
	line-height: 26px;
	margin: 5px 0px;
}
.content.house .price strong {
	font-size: 12px;
}
.content.house h1 {
}
.content.house span {
	float: left;
	width: 44%;
	background: #EEE;
	color: #333;
	font-weight: bold;
	padding: 5px 2%;
	border-top: 1px solid #F2F2F2;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
.content.house span.first {
	width: 29%;
	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;
}
.contentX .img {
	float: left;
	width: 300px;
	height: 235px;
	margin: 10px;
	border: 1px solid #CCC;
	background: #EEE;
	padding: 0px;
}
.contentX .img span {
	float: left;
	width: 298px;
	margin: 1px;
	height: auto;
	text-align: center;
	padding: 5px 0px;
	background: #FFF;
	font-weight: bold;
}
.contentX .img img {
	width: 298px;
	height: 207px;
	margin: 0px;
	padding: 1px;
	background: #FFF;
}

ul.tabs {
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
	list-style: none;
	margin: 15px 0px;
}
ul.tabs li {
	/* float: left;	*/
	/* width: 46%; */
	height: 15px;
	/* padding: 10px 1%; */
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 3px;
	text-decoration: none;
	margin-top: 2px;
}
ul.tabs li:hover {
	margin-top: 2px;
	cursor: pointer;
}
ul.tabs li.active {
	margin-left: 3px;
	margin-top: 2px;
}
.block_actie a span.bookNow {
    margin: 55px 10px 10px 10px;
}
}@media screen and (max-width: 640px) {
	content article .vink {
		width: 320px;
	}
	 #imageviewer .logo {
		margin-top: 90px;
	}
	header .slogan {
		width: 275px;
	}
	table {
		overflow-x: auto;
		display: block;
	}
	.block_actie a span.bookNow {
		margin: 65px 10px 10px 10px;
	}
	.popup_container {
		min-width: unset;
	}

}
@media screen and (max-width: 340px) {
	content article .vink {
		width: 200px;
	}
	header .slogan {
		width: 255px;
	}
}
.weatherFeed {
	font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
	font-size: 90%;
	width: 280px;
}
.weatherFeed a { color: #888; }
.weatherFeed a:hover {
	color: #000;
	text-decoration: none;
}
.weatherItem {
	padding: 0.8em;
	text-align: right;
}
.weatherCity { text-transform: uppercase; }
.weatherTemp {
	font-size: 2.8em;
	font-weight: bold;
}
.weatherDesc, .weatherCity, .weatherForecastDay  { font-weight: bold; }
.weatherDesc { margin-bottom: 0.4em; }
.weatherRange, .weatherWind, .weatherLink, .weatherForecastItem { font-size: 0.8em; }
.weatherLink, .weatherForecastItem {
	margin-top: 0.5em;
	text-align: left;
}
.weatherForecastItem {
	padding: 0.5em 0.5em 0.5em 80px;
	background-color: #fff;
	background-position: left center;
}
.weatherForecastDay { font-size: 1.1em; }

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

div#topKikker {
    position: absolute;
    left: -10px;
    top: 105px
}
div.kikkerSound {
    position: absolute;
    left: 0;
    top: 0
}
.ie {
    display: none;
}
header .contact {
	position: relative;
    float: none;
    color: #000;
    font-size: 15px;
    font-weight: bold;
	top: 6px;
	float: right;
}
header.scrolled .contact {
	display: none;
}
header .mail{
	position: absolute;
	top: 5px;
	right: 170px;
	color: #000;
	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: 'Open Sans', Arial, Helvetica, Sans-Serif;
	font-size: 22px;
}
.background_opentab {
	background-color: #FEEE1D;
	position: relative;
	height: auto;
	width: 99%;
	padding-bottom: 10px;
	border-radius: 6px;
}
.tabs_center {
	margin-left: 100px;
}
.tabelaccommodatie {
	width: 750px;
}
.mail a {
	color: #000;
}

.accommodatie {
	padding-top: 55px;
}

