@charset "UTF-8";
@import url("../webfonts/Ubuntu/stylesheet.css");
@import url(http://fonts.googleapis.com/css?family=Varela+Round);
@import url("https://use.typekit.net/dzz6ltf.css");

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/

* {
	margin: 0;
	padding: 0;
}



img,
object,
embed,
video {
	max-width: 100%;
	height: auto;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	10;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Varela Round', sans-serif;
	font-size: 0.8em;
}

i {
	color: #fff;
}

a i:hover {
	color: #DE4853;
}

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 97.7272%;
	padding-left: 1.1363%;
	padding-right: 1.1363%;
	clear: none;
	float: none;
}

#header {}

#navfull {
	background-image: url(../beelden/gras.gif);
	background-repeat: repeat-x;
	height: 10px;
	display: block;
	margin-top: -5px;
}


#navigatie {
	position: relative;
}

.knoppen {
	position: absolute;
	top: -50px;
	right: 0;
	width: 100%;
	margin-bottom: 40px;
}

.circel {
	max-width: 10%;
	float: right;
	margin-right: 20px
}

.circel img {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.circel img:hover {
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

#content {
	margin-bottom: 2em;
}

#footer {
	background-color: #000000;
	float: left;
	clear: both;
	padding: 1em 0;
	color: #fff;
}

#footer p {
	color: #fff;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #DE4853;
}

#oplossing {
	margin-top: 2em;

}

.eenderde {
	padding: 0;
	width: 100%;
	float: left;
}

.tweederde {
	padding: 0;
	width: 100%;
	float: left;
}

.zeroMargin_mobile {
	margin-left: 0;
}

.hide_mobile {
	display: none;
}

h1 {
	padding: 0;
	font-family: "ff-cocon-pro", sans-serif;
	margin: 0 0 0.5em 0;
	color: #DE4853;
	display: block;
	clear: both;
	line-height: 1em;
	font-size: 25px;
}

h3 {
	margin: 0.5em 0;
	color: #69B8AA;
	font-weight: bold;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-top: 1em;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.boldred {
	color: #DE4853;
	font-weight: bolder;
}

#zwart {
	background-color: #000000;
}

.driederde {
	width: 100%;
	float: left;
}

.eenvierde {
	width: 25%;
	float: left;
}

.tweevierde {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
}


#uitleg,
#spelen,
#inspiratie,
#doen,
#voordelen,
#wijsman,
#oplossing,
#niet,
#fotos,
#zokopen,
#cadeauboom,
#mini-natuurgebied {
	padding-bottom: 2em;
	padding-top: 2em;
}

#niet {
	margin-top: 50px;
}

#uitleg,
#cadeauboom {
	background-color: #E3DE72;
}

#spelen {
	padding-bottom: 0;
}

#fotos {
	padding-top: 0;
}

#voordelen,
#zokopen {
	background-color: rgba(105, 184, 170, 0.80);
}

#inspiratie,
#wijsman {
	background-color: #FFFFFF;
}


#inspiratie h1 {
	text-align: center;
}

#wijsman {
	background-color: #D9D9D9;
}

#doen ul,
#voordelen ul,
#zokopen ul,
#mini-natuurgebied ul {
	list-style-image: url(../beelden/blad.gif);
	padding-left: 30px;

}

#mini-natuurgebied h3 {
	margin-bottom: 5px;
}

#mini-natuurgebied ul {
	margin-top: 5px;
}

#cadeauboom a,
#zokopen a,
#zokopen a:visited,
#zokopen a:hover,
#doen a:hover {
	text-decoration: none;
	font-weight: 700;
	color: #DE4853;
}

#zokopen a:hover,
#doen a,
#doen a:visited {
	text-decoration: none;
	font-weight: 700;
	color: #ffffff;
}

#doen a:hover {
	text-decoration: none;
	font-weight: 700;
	color: #DE4853;
}

.button {
	background-color: #DE4853;
	color: white;
	padding: 5px 10px;
	display: inline-block;
	border: 1px solid #DE4853;
}

.button:hover {
	background-color: #ffffff;
	color: #DE4853;
}


.button a,
.button a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}

.button a:hover {
	color: #DE4853;
	text-decoration: none;
	font-weight: 700;
}


.button2 {
	background-color: #ffffff;
	color: #DE4853;
	padding: 5px 10px;
	display: inline-block;
	border: 1px solid #DE4853;
}



.button2:hover {
	background-color: #DE4853;
	color: #ffffff;
}

.button2:hover a {
	color: #ffffff;
}

#cadeauboom p {
	margin-bottom: 10px;
}

li {
	padding-bottom: 5px;
}

.links,
.rechts {
	width: 100%;
}

.martop {
	margin-top: 0.5em;
}

.footer1,
footer2,
footer3 {
	width: 100%;
	margin-right: 0;
	float: left;
	clear: both;
}

.credits {
	margin: 0px;
}

.credits-cat {
	margin-top: 1em;
}

.geel {
	color: #E3DE72 !important;
}

.groen {
	color: #69B8AA !important;
}

.rood {
	color: #DE4853 !important;
}


.fotorij {
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
	display: block;
	float: left;
}

.foto-item {
	display: inline-block;
	width: 31%;
	box-sizing: border-box;
	margin: 1%;
	margin-bottom: 15px;
	overflow: hidden;
	height: auto;
}



.foto-item2 {
	display: inline-block;
	width: 23%;
	box-sizing: border-box;
	margin: 0.87%;
	overflow: hidden;
	height: auto;
}

.foto-item img,
.foto-item2 img {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-backface-visibility: hidden;
	overflow: hidden;
	box-sizing: border-box;
}

.foto-item img:hover,
.foto-item2 img:hover {
	cursor: zoom-in;
	transform: scale(1.05);
}



.taal p {
	text-align: right;
	background-color: #DE4853;
	display: inline-block;
	float: right;
	padding: 5px;
	border-radius: 50%;
	margin-right: 10px;
	margin-top: 10px;
}

.taal p:hover {
	background-color: #E3DE72;
}

.taal a {
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
}

.taal a:hover {
	color: #000;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

	.gridContainer {
		width: 96.8863%;
		padding-left: 0.5568%;
		padding-right: 0.5568%;
		clear: none;
		float: none;
		margin-left: auto;
	}

	body {
		font-size: 1em;
	}

	#header {}

	#navigatie {
		position: relative;
	}

	.knoppen {
		top: 10px;
	}

	#content {}

	#footer {}

	.hide_tablet {
		display: none;
	}

	.zeroMargin_tablet {
		margin-left: 0;
	}

	.hide_mobile {
		display: block;
	}

	.eenderde {
		padding: 0;
		width: 100%;
		float: left;
	}

	.tweederde {
		padding: 0;
		width: 100%;
		float: left;
	}


	.links {
		width: 70%;
		margin-right: 5%;
		float: left;
	}

	.rechts {
		width: 25%;
		float: left;
	}

	.footer1,
	.footer2 {
		width: 32%;
		margin-right: 2%;
		float: left;
		border-top: 0px;
	}

	.footer3 {
		width: 32%;
		float: left;
		border-top: 0px;
	}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

	.gridContainer {
		width: 89.3181%;
		max-width: 1200px;
		padding-left: 0.3409%;
		padding-right: 0.3409%;
		margin: auto;
		clear: none;
		float: none;
		margin-left: auto;
	}

	#header {}

	.eenderde {
		width: 40%;
		margin-right: 5%;
		float: left;
		margin-right: 5%;
	}

	.tweederde {
		padding: 0;
		width: 55%;
		float: left;
	}

	.knoppen {
		top: -65px;
	}

	.circel {
		max-width: 10%;
	}

	#niet {
		margin-top: 20px;
	}

	#content {}

	#footer {}

	.zeroMargin_desktop {
		margin-left: 0;
	}

	.hide_desktop {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.foto-item {
		width: 48%;
		margin: 1%;
	}

	.knoppen {
		top: -40px;
	}

	.circel {
		max-width: 15%;
	}

	#niet {
		margin-top: 20px;
	}


}


@media only screen and (max-width: 500px) {

	.knoppen {
		top: -20px;
	}

	.circel {
		max-width: 15%;
	}

	#niet {
		margin-top: 20px;
	}

	.tweevierde {
		width: 100%;
	}

	.foto-item {
		width: 100%;
		display: block;
	}

	.foto-item2 {
		width: 47.5%;
		margin: 1%;
		display: inline-block;
	}

}