/*
Author:		
Company:	VPRI (.nl)
Project:	
*/

@import url('https://fonts.googleapis.com/css?family=Amatic+SC|Open+Sans');

/* Main elements */
html,body,.site,td,th { 
	font-family: 'Open Sans', sans-serif;
	font-size: 14px; 
	color: #444; 
	margin: 0; 
	padding: 0; 
	line-height: 140%; 
	height: 100%; 
	overflow-x: hidden; 
}
.site { 
	padding: 0px; 
	margin: 0px; 
}
.container { 
	position: relative; 	
}

h1, h2, h3, h4, h5, h6		{ margin: 5px 0px; padding: 0; width: 100%; line-height: 150%; }
h1							{ font-size: 24px; font-weight: bold; margin: 20px 0px; }
h2							{ color: #676f4b; font-size: 21px; font-weight: bold; }
h3							{ color: #676f4b; font-size: 18px; font-weight: bold; }
h4							{ color: #000; font-size: 16px; }
h5							{ color: #000; font-size: 16px; font-weight: bold; }
h6							{ color: #444; font-size: 15px; }

a { 
	color: #676f4b; 
	text-decoration: none; 
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

a:hover { 
	color: #000; 
	text-decoration: none; 
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

a:-webkit-any-link { 
	text-decoration: none; 
}

img { 
	border: none; 
}
hr { 
	border: none; 
	border-bottom: 1px Solid #676f4b; 
	background: none;
}

td { 
	vertical-align: top; 
}

iframe { 
	min-width: 320px; 
	border: none; 
	padding: 0 !important; 
	margin: 0 !important; 
	overflow: hidden;
 }

ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0 !important;
    -webkit-margin-after: 0 !important;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
}

.hidden { display: none; }

.header { 
	position: absolute;
	z-index: 50;
	width: 100%; 
	margin: 0; 
	padding: 10px 0 15px 0; 
	min-height: 100px;
}
.logo { 
	float: left;
	margin-right:  20px;
	width: 122px;
}
.languages {
	margin-top: 25px;
	float: right;
}
/* Menu: */
.menu {
	float: left;
	display: inline;
	font-family: 'Open Sans', sans-serif;
	padding: 0;
	margin-top: 10px;
	margin-right: 0;
}
/* Menu uitgebreid: */
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
	width: 100%; height: auto; margin: 0 auto;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 17px 17px;
  letter-spacing: 1px;
  text-decoration: none;
  font-weight: bold;
  color: #FFF;
  /*background: #C4D76F;*/
}
#cssmenu > ul > li:hover > a {
  color: #444;
  font-weight: bold;
  background: #FFF;
}
#cssmenu > ul > li.menu-current > a,
#cssmenu > ul > li:active > a {
  color: #d9a100;
  font-weight: bold;
}
#cssmenu > ul > li.menu-current > a:hover,
#cssmenu > ul > li:active > a:hover {
  color: #d9a100;
  font-weight: bold;
}
  
#cssmenu > ul > li.has-sub > a {
  /*padding-right: 30px;*/
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 5px;
  width: 8px;
  height: 2px;
  display: block;
  background: #FFFFFF;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 8px;
  display: block;
  width: 2px;
  height: 8px;
  background: #FFFFFF;
  content: '';
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  font-family: 'Open Sans', sans-serif;
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 220px;
  text-decoration: none;
  color: #FFF;
  font-weight: 400;
  background: #676f4b;
  text-align: left;
  z-index:999;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #FFF;
  font-weight: bold;
  background: #676f4b;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #FFFFFF;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #FFFFFF;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
.facebook {
	float: right;
	background: #FFF url(../images/facebook.jpg) center no-repeat;
	background-size: 34px 34px;
	margin-top: 20px;
	width: 35px;
	height: 35px;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.facebook:hover {
	opacity: 0.7;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
/* Carrousel jcycle view1 & 2: */
.carrousel { 
	position: relative; 
	width: 100%; 
	height: 700px; 
	margin: 0 0 0 0; 
	overflow: hidden;
	/*z-index: -3;*/
}
.carrousel .vorige, 
.carrousel .volgende,
.carrousel .nav a {
	color: #FFF;
	border: 2px solid #FFF;
	z-index: 10; 
	display: inline-block; 
	padding: 10px;
	width: 30px;
	height: 30px;
	text-decoration: none;
	text-align: center;
	font-size: 26px;
	line-height: 120%;
	border-radius: 35px;
}
.carrousel .vorige:hover, 
.carrousel .vorige:active, 
.carrousel .volgende:hover, 
.carrousel .volgende:active,
.carrousel .nav .activeSlide,
.carrousel .nav a:hover, 
.carrousel .nav a:active { color: #FFF; opacity: 0.5; }
.carrousel_block {
    background-repeat: no-repeat;
    background-size: cover;
	height: 700px !important;
	background-position: center;
}
.carrousel .houtblok { 
	position: absolute; 
	color: #FFF; 
	z-index: 5; 
	width: 60%;
	height: 160px;
	/*margin-top: -30px; top: 50%;*/
    left: 50%;
	margin-left: -30%;
	top: 50%;
	margin-top: -80px;
	padding: 10px 0;
	text-align: center;
}
.carrousel .carrousel_title .carrousel_title_block {   }
.carrousel .carrousel_title	span { 
	display: inline-block; 
	font-size: 32px; 	
	padding: 35px 0;
	text-shadow: 2px 2px 3px #000000;
	font-weight: bold;
	line-height: 140%;
}
.carrousel .carrousel_description { padding: 0 30px; font-size: 16px; text-shadow: 2px 2px 3px #000000; }
a.carrousel_url {
	font-size: 18px;
	color: #FFF;
	text-transform: lowercase;
	background: #DF323E;
	border-radius: 5px;
	padding: 10px 25px;
	display: inline-block;
	margin: 10px 0 0 30px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
a.carrousel_url:hover {
	background: #1A923A;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.carrousel .vorige { position: absolute; top: 50%; left: 20px; margin-top: -30px; }
.carrousel .volgende { position: absolute; top: 50%; right: 20px; margin-top: -30px; }

.direct-reserveren {
	position: absolute;
	z-index: 5;
	top: 525px;
	width: 100%;
	text-align: center;
}
.direct-reserveren h1 a { 
	color: #FFF;
	font-size: 21px; 	
	text-shadow: 2px 2px 3px #000000;
}
.direct-reserveren:hover .scroll-icon {
	display: inline-block;
	margin-top: 5px;
	-webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
/* Thema: */
.thema {
	position: relative; 
	margin: 0; 
	width: 100%; 
	height: 400px; 
	overflow:hidden !important;
}
.thema img { 
	position: absolute;
	width: 100%; 
	height: 400px; 
	top: 0;
	left: 0;
}
.thema img:empty { 
	width: 100%; 
	height: auto; 
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.header_thema { 
	position: relative; 
	width: 100%; 
	height: 400px; 
	overflow: hidden;
}
.header_thema span.collectie_link {
	display: none;
}
.thema_block { 
	background-repeat: no-repeat;
    background-size: cover;
	height: 400px !important;
	background-position: center;
}
.dark-overlay { 
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%; 
	height: 100%;
	background-color: rgba(0,0,0,0.30) !important;
	transition: .5s ease;
}
.dark-overlay:hover { 
  	transition: .5s ease;
}
/* Themas: */
.footer-thema {
	width: 100%;
	height: 100%;
	background: #FFF url(../images/bgfooter.jpg) center no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
	display: inline-block;
	padding: 0 0 35px 0;
}
.collecties {
	width: 950px;
	height: auto;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}
.collecties h2 {
	margin: 25px 0 30px 0;
	color: #FFF;
	text-shadow: 2px 2px 3px #000000;
	line-height: 150%;
}
.collecties .col {
	position: relative;
	margin: 0 3.3% 0 0;
	width: 31%;
	/*display: inline-block;*/
	text-align: center;
	float: left;
	overflow: hidden;
	background: #000;
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 12px rgba(0,0,0,.5);
    box-shadow: 0 0 12px rgba(0,0,0,.5);
}
.collecties .col:last-child {
	margin: 0 0 0 0;
}
.collecties .col .link,
.collecties .thema_afbeelding_url span.collectie_link {
	position: absolute;
  	display: block;
	font-weight: bold;
	color: #FFF;
	text-shadow: 2px 2px 3px #000000;
	border: 5px solid #FFF;
	text-transform: capitalize;
	text-decoration: none !important;
	font-size: 21px;
	width: 86%;
	height: 46.5%;
	top: 7.5%;
	left: 5.5%;
	padding-top: 22.5%;
	z-index: 5;
}
.collecties .thema_afbeelding_url:hover .thema_afbeelding_image {
	opacity: 0.5;
}
/* Content: */

.content {
	position: relative;
	padding: 10px 0; 
	width: 950px; 
	margin: 0 auto; 
	clear: both;
}
.home {
	float: left;
	width: 60%; 
}
.content_extra {
	width: 100%;
	display: inline-block;
}
a.meer_info {
	position: absolute;
	z-index: 100;
	top: 0px;
	right: 0%;
	background: #676f4b;
	padding: 12px 18px;
	text-transform: capitalize;
	display: inline-block;
	color: #FFF;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
a.meer_info:hover {
	background: #FFF;
	color: #000;
  	transition: .5s ease;
}
.main form {
	display: inline-block;
	float: left;
	width: 45%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.main form td {
	padding: 5px 10px 5px 0;
}
.main form input[type="submit"] {
	background: #676f4b;
	border: none;
	border-radius: 4px;
	padding: 10px;
	display: inline;
	color: #FFF;
}
.main form input[type="submit"]:hover {
	opacity: 0.8;
}
#map {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100% !important;
}
.content_blauw {
	width: 100%;
	background: #676f4b;
	text-align: center;
	color: #FFF;
	margin: 25px 0 0 0; 
	padding: 0;
}
.content_blauw p {
	margin: 0 auto;
	padding: 25px 0;
	max-width: 950px;
}
.content_blauw h1, 
.content_blauw h2, 
.content_blauw h3, 
.content_blauw h4, 
.content_blauw h5, 
.content_blauw h6 {
	color: #FFF;
	margin: 0;
	padding: 25px 0 0 0;
}
.content img { 
	/*width: auto;*/ 
	max-width: 100%; 
	height: auto; 
}
.content h1 { 
	font-family: 'Amatic SC', cursive;
	font-size: 42px;
}
.cta-bar {
	position: relative;
	background: #676f4b;
	padding: 10px 0;
	min-height: 80px;
	color: #FFF;
	z-index: 15;
	text-align: center;
}
.hoteliers-book-form__button {
	background: #d9a100; /* Set background color of form submit button */
	color: white; /* Set font color of form submit button */
	border: none; /* Set border on input fields */
	font-size: 15px; /* Set font-size for all text */
	font-family: 'Open Sans', sans-serif;
	padding: 10px 25px;
	margin: 10px auto;
	width: 75%;
	border-radius: 5px;
}
.hoteliers-book-form__button:hover {
	background: rgba(217,161,0,0.80); /* Set background color of form submit button */
}
/* Nieuws: */
.nieuws_overzicht .nieuws_overzicht_bericht {
	margin-bottom: 35px;
}
.nieuws_overzicht .nieuws_title,
.nieuws_bericht .nieuws_title {
	margin-bottom: 15px;
}
.nieuws_meer,
a.terug {
	margin-top: 10px;
	font-weight: bold;
}
.nieuws_overzicht .nieuws_tags,
.nieuws_bericht .nieuws_tags,
.nieuws_overzicht .nieuws_group,
.nieuws_bericht .nieuws_group,
.nieuws_overzicht .nieuws_datum,
.nieuws_bericht .nieuws_datum {
	display: none;
}
.nieuws_bericht .nieuws_image {
	margin-bottom: 25px;
}
.nieuws_overzicht .nieuws_content {
	width: 75%;
	margin-right: 5%;
	margin-bottom: 15px;
    float: left;
}
.nieuws_bericht .nieuws_content {
	margin-bottom: 25px;
}
.nieuws_overzicht_bericht .nieuws_image {
    max-width: 20%; 
    max-height: auto;
	float: right;
	margin-top: 50px;
}
.nieuws_overzicht_bericht .nieuws_image img {
    max-width: 100%; 
    max-height: auto;
    margin-left: 10px;
}
.nieuws_meer {
	margin-top: 25px;
	clear: both;
}
/* Footer: */
.rand-kleur {
    width: 100%;
    height: 5px;
    background: transparent url(../images/color-bar2.jpg) top repeat-x;
}
.scroll_to_top {
	position: absolute;
	z-index: 5;
	right: 50px;
	bottom: 45px;
	border: none;
	width: 45px;
	height: 45px;
	display: block;
    background: #676f4b url(../images/arrow-point-to-top.png) center no-repeat;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.scroll_to_top:hover {
	cursor: pointer;
	opacity: 0.7;
}
.footer { 
	clear: both;
 	position: relative;
	width: 100%;
	left: 0;
	height: auto !important;
	min-height: 170px;
	/*background: #bfe1cb;*/
	background: #FFF;
}
.footer .content {
	text-align: center;
	padding: 25px 0 75px 0;
}
.footer .logo {
	margin-bottom: 15px;
}
.footer	a { 
	font-weight: bold; 
}
.copyright { 
	background: #676f4b; 
	width: 100%; 
	position: absolute; 
	bottom: 0; 
	color: #FFF; 
}
.copyright .content { 
	text-align: left; 
	padding: 0; 
	font-size: 14px; 
	text-shadow: none; 
}
a.vpri { 
	float: right; 
	color: #FFF; 
}

@media all and (max-width: 1024px) {
	.header {
		padding: 0;
		background: #676f4b;
	}
	.header .logo {
		margin-top: 15px;
		margin-left: 25px;
	}
	.header .content {
		display: inline-block;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.languages {
		margin-top: 35px;
		margin-right: 25px;
	}
  .menu { 
	margin: 85px 0 0 0!important;
	width: 100%;
	padding: 0 !important;
	  display: block;
	float: none !important;
  }	
  #cssmenu {
	margin: 0;
    width: 100%;
	z-index: 99;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
	z-index:99;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
	background: #FFF;
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    border-top: none;
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
	color: #444;
    width: 100%;
    border-bottom: 0;
 	padding-top: 12px;
 	padding-bottom: 13px;
 }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 15px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 15px;
  }
  #cssmenu ul ul li a {
    color: #FFF;
	background: #d9a100;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul > li.menu-current > a,
  #cssmenu ul ul li.active > a {
    color: #FFF !important;
    background: #d9a100;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
	top: 0;
    display: block;
    padding: 17px;
    color: #FFF;
	background: #d9a100;
    cursor: pointer;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 700;
	text-align: center;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #FFF;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 9999;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 40px;
    width: 40px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 18px;
    right: 15px;
    width: 8px;
    height: 2px;
    display: block;
    background: #333;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #FFF;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 15px;
    right: 18px;
    display: block;
    width: 2px;
    height: 8px;
    background: #333;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}
@media screen and (max-width: 850px) {
	.header .content {
		width: 100% !important;
	}
	.logo img {
		margin-top: 0;
		margin-left: 20px;
		max-height: 125px;
	}	
	.carrousel,
	.carrousel_block {
		height: 500px !important;
	}
	.carrousel .houtblok {
		width: 100%;
		left: 0;
		margin-left: 0;
	    margin-top: 0;
		text-align: center;
	}
	.carrousel_title {
		font-size: 25px;
	}
	.carrousel_description,
	.carrousel .volgende,
	.carrousel .vorige {
		display: none;
	}
	.direct-reserveren {
		top: 360px;
	}
	.direct-reserveren h1 a {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.thema_block {
		height: 500px !important;
	}
	.nieuws_overzicht .nieuws_content {
		width: 65%;
	}
	.nieuws_overzicht_bericht .nieuws_image {
		max-width: 30%; 
	}
	#map,
	.content,
	.home { 
		width: 90% !important; 
		margin: 0 5%;
		display: inline-block;
	}
	.collecties { margin-left: 5%; margin-right: 5%; width: 90%; height: auto; }
	.collecties .col { 
		width: 30.0%; 
		max-width: auto; 
		margin: 0 4.0% 20px 0; 
	}
	.collecties .col:last-child {
		margin: 0;
	}	
	.collecties .col img { width: 100%; height: auto; }
	.collecties .col .link, .collecties .thema_afbeelding_url span.collectie_link {
		height: 44%;
    	top: 9%;
		padding-top: 17.5%;
    	font-size: 21px;	
	    width: 83.5%;
	}
	.scroll_to_top {
		display: none;
	}
	.footer .content {
		padding: 20px 0 70px 0;
	}
	.copyright .content {
		padding: 5px 0;
	}
}
@media screen and (max-width: 500px) {
	.carrousel,
	.carrousel_block {
		height: 375px !important;
	}
	.carrousel .vorige,                                                                                         
	.carrousel .volgende {}
	.carrousel .houtblok,		
	.carrousel .carrousel_title,
	.carrousel_description	{ display: none; }
	.header_thema,
	.thema_block { 
		height: 375px !important; 
	}
	.logo {
		width: 50%;
	}
	.logo img {
		margin-top: 0px;
		max-height: 115px;
	}
	.direct-reserveren {
		top: 235px;
	}	
	.collecties { margin-left: 5%; margin-right: 5%; width: 90%; height: auto; }
	.collecties .col { width: 100%; max-width: auto; float: none; margin: 0 0 20px 0; }
	.collecties .col:nth-child(even) { float: none; }
	.collecties .col img { width: 100%; height: auto; }
	.collecties .col .link, .collecties .thema_afbeelding_url span.collectie_link {
		height: 42%;
    	top: 10%;
		padding-top: 20%;
    	font-size: 24px;	
    	width: 86%;
	}
	.main table,
	.main table tr,
	.main table td {
		width: 100% !important;
		display: inline-block;
	}
	.nieuws_overzicht .nieuws_content {
		width: 100%;
	}
	.nieuws_overzicht_bericht .nieuws_image {
		max-width: 100%;
		margin-top: 15px;
		margin-bottom: 15px;
	}	
	.nieuws_overzicht_bericht .nieuws_image img {
		margin-left: 0px;
	}	
	.nieuws_afbeelding img {
		display: none;
	}
	.footer {
		width: 100%;
		left: 0;
		height: auto !important;
	}
	.footer .content {
		position: relative;
		padding: 20px 0 100px 0;
	}
	.footer .logo {
		width: 40%;
		text-align: center;
		margin-right: 60%;
	}
	.footer .facebook {
		position: absolute;
		top: 10px;
		right: 35px;
		z-index: 5;
	}
	.copyright .content {
		text-align: center;
		padding: 5px 0;
		clear: both;
	}
	.copyright { 
		width: 100%;
		margin-top: 20px;
		height: 90px;
	}
	.vpri { 
		width: 100%;
		float: right;
	}
}