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

@import url('https://fonts.googleapis.com/css?family=Droid+Sans');
@import url('https://fonts.googleapis.com/css?family=Satisfy');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');

/* Main elements */
html,body,.site,td,th { 
	font-family: 'Droid 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%; }
h1							{ color: #DF323E; font-size: 24px; font-weight: bold; margin: 20px 0px; line-height: 150%; }
h2							{ color: #1A923A; font-size: 21px; font-weight: bold; }
h3							{ color: #444; font-size: 18px; font-weight: bold; }
h4							{ color: #DF323E; font-size: 16px; }
h5							{ color: #89BF64; font-size: 16px; font-weight: bold; }
h6							{ color: #444; font-size: 15px; }

a							{ color: #DF323E; text-decoration: none; }
a:hover						{ color: #1A923A; text-decoration: none; }
a:-webkit-any-link 			{ text-decoration: none; }

img							{ border: none; }
hr							{ border: none; border-bottom: 1px Solid #DF323E; background: none; }
td 							{ vertical-align: top; }
iframe 						{ width: 100%; }

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: 40px;
}

.hidden { display: none; }

.header { 
	position: relative; 
	width: 100%; 
	max-width: 950px; 
	margin: 0 auto; 
	height: 45px; 
	padding: 10px 0 15px 0; 
}
.logo { 
	position: relative;
	display: inline-block; 
	margin-right:  25px;
	z-index: 100;
}
.logo img { 
	max-height: 175px;
	width: auto;
}
/* Hero: */

/* Menu: */
.hout-rand { 
	width: 100%;
	height: 20px;
	background: transparent url(../images/bg_hout_rand.jpg) top no-repeat;
    background-size: cover;
}
.green-stripe { 
	position: absolute;
	left: 0;
	top: -9px;
	width: 100%;
	height: 12px;
	background: transparent url(../images/green_stripe.png) top repeat-x;
	z-index: 10;
}
.white-stripe { 
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 12px;
	background: transparent url(../images/white_stripe.png) top repeat-x;	
	z-index: 10;
}
.menu-full {
	width: 100%;
  	background: #1A923A;
	height: 50px;
}
.menu-full .content { 
	padding: 0; 
}
.menu {
	font-family: 'Roboto Slab', serif;
	float: right; 
	text-align: center; 
	padding: 0;
	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: 50px;
}
#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 15px;
  font-size: 15px;
  letter-spacing: 1px;
  text-decoration: none;
  font-weight: normal;
  color: rgba(255,255,255,0.75);
  /*background: #C4D76F;*/
}
#cssmenu > ul > li:hover > a {
  color: #DF323E;
  font-weight: bold;
  background: #FFF;
}
#cssmenu > ul > li.menu-current > a,
#cssmenu > ul > li:active > a {
  color: #FFF;
  font-weight: bold;
  /*background: #1A7DBE;*/
}
#cssmenu > ul > li.menu-current > a:hover,
#cssmenu > ul > li:active > a:hover {
  color: #DF323E;
  font-weight: bold;
}
  
#cssmenu > ul > li.has-sub > a {
  /*padding-right: 30px;*/
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 24px;
  right: 5px;
  width: 8px;
  height: 2px;
  display: block;
  background: #89BF64;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 21px;
  right: 8px;
  display: block;
  width: 2px;
  height: 8px;
  background: #89BF64;
  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 > 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 {
	font-family: 'Droid Sans', sans-serif; 
  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 {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  text-decoration: none;
  color: #FFF;
  font-weight: 400;
  background: #DF323E;
  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;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #FFF;
  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: #FFF;
  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 {
	position: absolute;
	background: #E71B28 url(../images/facebook.png) center no-repeat;
	top: 15px;
	right: 45px;
	width: 35px;
	height: 34px;
	z-index: 15; 
}
.facebook:hover {
	background: #3B5998 url(../images/facebook.png) center no-repeat;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.twitter {
	position: absolute;
	background: #E71B28 url(../images/twitter.png) center no-repeat;
	top: 15px;
	right: 0;
	width: 35px;
	height: 34px;
	z-index: 15; 
}
.twitter:hover {
	background: #1da1f2 url(../images/twitter.png) center no-repeat;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.follow {
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	font-size: 18px;
	color: #1A923A;
	display: inline-block;
	float: right;
	margin-top: 13px; 
	margin-right: 105px;
}

/* Carrousel jcycle view1 & 2: */
.carrousel { 
	position: relative; 
	width: 100%; 
	height: 400px; 
	margin: 0 0 0 0; 
	overflow: hidden; 
}
.carrousel .vorige, 
.carrousel .volgende,
.carrousel .nav a {
	color: #FFF;
	background: rgba(137,191,100,0.75); 
	z-index: 10; 
	display: inline-block; 
	padding: 10px;
	width: 30px;
	height: 30px;
	text-decoration: none;
	text-align: center;
	font-size: 26px;
	line-height: 125%;
	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 { background: #E1323E; color: #FFF; }
.carrousel_block {
    background-repeat: no-repeat;
    background-size: cover;
	height: 400px !important;
	background-position: center;
}
.carrousel .houtblok { 
	position: absolute; 
	background: transparent url(../images/bg_carrousel_beschrijving.png) top center no-repeat;
	color: #FFF; 
	z-index: 5; 
	width: 428px;
	height: 160px;
	/*margin-top: -30px; top: 50%;*/
    right: 50%;
	margin-right: -475px;
	bottom: 0;
	padding: 10px 0;
}
.carrousel .carrousel_title .carrousel_title_block {   }
.carrousel .carrousel_title	span { 
	font-family: 'Satisfy', cursive;
	display: inline-block; 
	font-size: 24px; 	
	padding: 42px 30px 5px 30px;
}
.carrousel .carrousel_description { padding: 0 30px; font-size: 13px; }
a.carrousel_url {
	font-family: 'Satisfy', cursive;	
	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 .carrousel_description .carrousel_description_block {}
/*.carrousel .carrousel_description span { display: block; font-weight: bold; width: 960px; text-align: right; margin: 0px auto; }*/

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

/* Thema: */
.thema {
	position: relative; 
	margin: 0; 
	width: 100%; 
	height: 300px; 
	overflow:hidden !important;
}
.thema img { 
	position: absolute;
	width: 100%; 
	height: 300px; 
	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: 300px; 
	overflow: hidden;
}
.header_thema span.collectie_link {
	display: none;
}
.thema_block { 
	background-repeat: no-repeat;
    background-size: cover;
	height: 300px !important;
	background-position: center;
}

.footer_thema { 
	position: relative; 
	width: 100%; 
	height: 400px; 
	overflow: hidden; 
}
.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: */
.collecties {
	position: absolute;
	top: 35px;
	left: 50%;
	margin-left: -475px;
	width: 950px;
	height: auto;
	z-index: 15; 
}
.collecties .col {
	position: relative;
	margin: 0 3.3% 0 0;
	width: 31%;
	display: inline-block;
	text-align: center;
	float: left;
	overflow: hidden;
	background: #000;
}
.collecties .col:last-child {
	margin: 0 0 0 0;
}
.collecties .col .link,
.collecties .thema_afbeelding_url span.collectie_link {
	position: absolute;
  	display: block;
	font-family: 'Satisfy', cursive;
	color: #FFF;
	text-transform: capitalize;
	text-decoration: none !important;
	font-size: 32px;
	width: 80%;
	height: 44%;
	top: 8.5%;
	left: 8.5%;
	padding-top: 36%;
	border: 5px solid #FFF;
	z-index: 5;
}

.collecties .thema_afbeelding_url:hover .thema_afbeelding_image {
	opacity: 0.5;
}
/* Content: */
.content {
	position: relative;
	padding: 15px 0; 
	width: 950px; 
	margin: 0 auto; 
	clear: both;
}
.content_extra {
	width: 100%;
	display: inline-block;
}
.foto_title { 
	display: none;
}
a.meer_info {
	position: absolute;
	z-index: 100;
	top: 0px;
	right: 0%;
	background: #2D2F91;
	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: #2D2F91;
  	transition: .5s ease;
}
.content ul.home { 
	padding: 0; 
	width: 31.5%;
	margin-left: 0%;
	margin-right: 0%;
	display: inline-block;
	float: left;
}
.content ul.home li,
.content ul.home.midden li {
	position: relative;
	list-style: none;
	width: 100%; 
	height: auto;
	padding: 0;
	margin-bottom: 20px;
}
.content ul.home.midden { 
	margin-left: 2.75%;
	margin-right: 2.75%;
	padding: 0;
}
.formulier_module {
	display: inline-block;
	float: left;
}
#map {
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
}
.content img { 
	/*width: auto;*/ 
	max-width: 100%; 
	height: auto; 
}
.content h1 { 
	font-family: 'Roboto Slab', serif;
	text-align: center;
	color: #DF323E;
	font-size: 42px;
}
.main {
	background: transparent url(../images/content_background.png) top repeat;
	padding-bottom: 62px;
}
.sap {
	right: 0;
	width: 50%;
	height: 300px;
	float: right;
	background: transparent url(../images/sap.png) top left no-repeat;
}	
/* Nieuws: */
.nieuws { 
	left: 0; 
	padding: 0; 
	width: 50%; 
	background: #89BF64;
	height: 300px;
	min-height: 240px;
	display: inline-block;
	color: #FFF;
	text-align: center; 
}
.nieuws ul { margin: 0; padding: 0; width: 100%; max-width: 475px; float: right; }
.nieuws li { margin: 0 5%; padding: 50px 0; list-style: none; width: 90%; display: inline-block; }
.nieuws_overzicht_bericht {
	width: 100%;
	display: inline-block;
}
.nieuws_overzicht_bericht .nieuws_image img,
.nieuws_bericht .nieuws_image {
    max-width: 25% !important;
    max-height: 100% !important; 
	float: right;
	border-radius: 4px;
}
.nieuws_afbeelding img {
	display: none;
}
a.nieuws_titel {
    font-family: 'Satisfy', cursive;	
	font-size: 31px;
	text-decoration: none;
}
.nieuws_text {
	margin: 20px;
}
.nieuws a {
	color: #FFF;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.nieuws a:hover {
	color: #444;
  -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.terug,
.nieuws_meer a,
a.lees_meer {
    font-family: 'Satisfy', cursive;	
	font-size: 18px;
	background: #DF323E;
	border-radius: 5px;
	padding: 10px 25px;
	display: inline-block;
	color: #FFF;
	text-transform: lowercase;
}
a.terug:hover,
.nieuws_meer a:hover,
a.lees_meer:hover {
	background: #1A923A;
	color: #FFF;
}
.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;
	margin-bottom: 20px;
	display: inline-block;
	color: #FFF;
}
.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;
}

/* Footer: */
.footer { 
	position: relative; 
	width: 100%;
	padding: 25px 0 0 0; 
	height: 211px;
	background: transparent url(../images/bg_footer_groen.png) top center repeat-x;
}
.footer	a { color: #FFF; font-weight: bold; }
.footer .content { padding: 70px 0; color: #FFF; text-align: center; font-size: 18px; text-shadow: 2px 2px 3px #000000;

 }
.hout-rand-bottom {
	position: absolute;
	top: 0;
	width: 100%;
	height: 50px;
	background: transparent url(../images/bg_hout_rand.jpg) top no-repeat;
    background-size: cover;
	z-index: -3;
}
.copyright { background: #1A923A; width: 100%; position: absolute; bottom: 0; }
.copyright .content { text-align: left; padding: 0; font-size: 14px; text-shadow: none; }
.vpri { float: right; }

@media all and (max-width: 1024px) {
  .menu-full .content { 
	margin: 0;
	padding: 0;
	width: 100% !important;
  }	  
  .menu { 
	margin: 0 !important;
	width: 100%;
	padding: 0 !important;
	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: #89BF64;
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    border-top: none;
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #FFF;
	background: #89BF64;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul > li.menu-current > a,
  #cssmenu ul ul li.active > a {
    color: #FFF;
    background: #89BF64;
  }
  #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: #1A923A;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #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: 46px;
    width: 46px;
    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: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #D0D2D3;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #D0D2D3;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #D0D2D3;
    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) {
	
	.logo img {
		margin-top: 20px;
		margin-left: 20px;
		max-height: 125px;
	}	
	.carrousel,
	.carrousel_block {
		height: 300px !important;
	}
	.carrousel .houtblok { 
		margin-right: -375px;
	}
	.carrousel_description {
		width: 300px;
	}
	.thema_block {
		height: 300px !important;
	}
	.content h1 { 
		font-family: 'Roboto Slab', serif;
		text-align: center;
		color: #DF323E;
		font-size: 32px;
	}
	.content,
	#map { 
		width: 90% !important; 
		margin: 0 5%; 
	}
	.footer_thema { height: 310px; }
	.collecties { left: 5%; margin: 0; 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 {
		font-size: 24px;
	}
	
	a.nieuws_titel {
		font-family: 'Satisfy', cursive;	
		font-size: 24px !important;
		text-decoration: none;
	}
	.sap {
		right: 0;
		width: 50%;
		height: 300px;
		float: right;
		background: transparent url(../images/sap.png) top left no-repeat;
	}
	.copyright { 
		width: 100%; 
		margin-left: -2.5%; 
	}
}
@media screen and (max-width: 500px) {

	.carrousel,
	.carrousel_block {
		height: 200px !important;
	}
	.carrousel .vorige,                                                                                         
	.carrousel .volgende {}
	.carrousel .houtblok,		
	.carrousel .carrousel_title,
	.carrousel_description	{ display: none; }
	.header_thema,
	.thema_block { 
		height: 200px !important; 
	}
	.logo {
		width: 100%;
		text-align: center;
	}
	.logo img {
		margin-top: 0px;
		max-height: 115px;
	}
	span.follow {
		display: none;
	}
	.header {
		min-height: 160px;
	}
	.facebook { 
		top: 140px;
		left: 50%;
		margin-left: -40px;
	}
	.twitter { 
		top: 140px;
		right: 50%;
		margin-right: -40px;
	}
	a.meer_info {
		position: relative;
		z-index: 0;
		width: 100%;
		top: auto;
		left: auto;
		right: auto;
		padding: 12px 0;
		display: block;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
		text-align: center;
	}
	.footer_thema { height: 1110px; }
	.collecties { left: 5%; margin: 0; 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; }
	.sap {
		display: none;
		/*margin: 0 auto;
		width: 95%;
		float: none;
		background-position: left;*/
	}
	.main {
		padding-bottom: 25px;
	}	
	.nieuws { 
		position: relative; 
		right: 0; 
		margin-left: 5%; 
		margin-right: 5%; 
		padding-top: 10px; 
		width: 90%;
		height: auto;
		min-height: auto;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.nieuws_overzicht_bericht .nieuws_image img,
	.nieuws_bericht .nieuws_image {
		max-width: 100% !important;
		max-height: 100% !important; 
		float: none !important;
		margin-left: 0px !important;
		margin-bottom: 20px !important;
		border-radius: 4px;
	}
	.nieuws_bericht .nieuws_image img {
		max-width: 100% !important;
		float: none !important;
	}
	.footer {
		width: 100%;
		left: 0;
	}
	.footer .content {
		padding: 40px 0;
	}
	.copyright .content {
		text-align: center;
		padding: 5px 0;
	}
	.copyright { 
		width: 100%;
		height: auto;
		padding-bottom: 20px;
		left: 2.5%;
	}
	.vpri { 
		width: 100%;
		float: right;
	}
}