/* ********************************************************************** general stuf */
html           { height:    100%; }
html, body     { min-height:100%; margin:0px; padding:0px; width:100%; background-color: #ffffff; }
img.pngfix     { behavior: url(js/iepngfix.htc) }
div, header, nav, article, footer, main, aside { position: relative; } /* default for HTML5 tags */
img {border: 0px; vertical-align: middle; }

img[align='right'] { margin: 0 0 10px 10px;  } /* ipv LeftRightMarginFix */
img[align='left'] { margin: 0 10px 10px 0; }  /* ipv LeftRightMarginFix */

html { box-sizing: border-box; } /* force border-box model. Now width:300px is REALY 300px in all browsers. */
*, *:before, *:after {  box-sizing: inherit; }

#bottom img, #kolommen2 img,
#container_content img:not(.lazy):not(.lazyShow),           /* verklein afbeeldingen */
#container_content table { max-width: 100%; height: auto; } /* en tabellen als ze groter zijn dan de breedte van de content */
#container_map img { max-width: none; }  /* BEHALVE BIJ GOOGLE MAPS!!!!! */

/* ************************************************************************* container */

/*div#c_v { /* centreer verticaal */
/*	float:left;
/*	width:1px;
/*	height:50%;
/*	margin-bottom:-350px; /* de helft van de hoogte */
/*  border: 1px solid green;   /* */
/*} /* */
/*div#c_h { /* centreer horizontaal */
/*	clear:both; /* t.b.v. c_v */
/*	float:left;
/*	height:1px;
/*	width:50%;
/*	margin-right:-500px; /* de helft van de breedte */
/*  border: 1px solid green;   /* */
/*}*/

.container,
#bottom_filler {
	width: 98%;
	max-width:1000px;
	margin: 0 auto;
/* 	float: left; t.b.v c_h*/
	/*top: 10px;*/
}
/* ***************************************************************************** shade */
.shadow {  
	-moz-box-shadow:    3px 3px 4px #000; /* Firefox/Mozilla 3px 3px 4px 4px */  
	-webkit-box-shadow: 3px 3px 4px #000; /*Safari/Chrome 3px 3px 4px 4px*/  
	box-shadow:         3px 3px 4px #000; /* Opera & hoe het zou moeten 3px 3px 4px 4px*/  
	/* Voor IE 8 */  
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";  
	/* Voor IE 5.5 - 7 */  
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');  
}  

/* no IE support */
.innershadow {
	-moz-box-shadow:    inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow:         inset 0 0 10px #000000;
}

.one-edge-shadow {
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}
/* no IE support */
/* **************************************************************************** header */

.flex-items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.center-y {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


#container_header {
	border-radius:5px;
	width: 100%;
	height:	80px;
	/*overflow: hidden;*/
	background-color: #FFFFFF;
/* 	border:1px solid red; /* */
}

#header_wit {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100px;
	width: 100%;
	background-color: #FFFFFF;
}

#header_titel {
	font-size: 32px;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 300px;
}

#logo {
	margin-left: -30px;
	top: -30px;
	z-index: 12;
	position: fixed;
}

.header_banner {
	position: fixed;
	left: 0px;
	top: 75px;
	padding: 0px;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	padding: 0;
	background-color: #DDDDDD;
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	height: 550px;
	text-align: center;
	overflow: hidden;
}
.header_banner.box,
.header_banner.box {
	background-size: 1000px auto;
}

#XXlogo,
#header_afb1,
#header_afb2 {
	-moz-transition:    all .2s ease-out, opacity 0;
	-webkit-transition: all .2s ease-out, opacity 0;
	-o-transition:      all .2s ease-out, opacity 0;
	transition:         all .2s ease-out, opacity 0; 	
}
#header_banner {
  z-index: 10;
  background: none;
}

#geef_banner {
  position: absolute;
  top: 18%;
  left:0;
}
#geef_banner img {
  height: auto !important;
  box-shadow: 5px  5px 15px rgba(0, 0, 0, 0.3),
              5px  5px 15px rgba(0, 0, 0, 0.3),
             -5px  5px 15px rgba(0, 0, 0, 0.3),
              5px -5px 15px rgba(0, 0, 0, 0.3);
}


#header_info {
	z-index: 3;
	font-weight: bold;
	font-size: 1.2em;
	width: 100%;
	background-image: url(img/bg-50.png);
	position: absolute;
	right: 0;
	padding: 5px 10px;
	top: 75px;
	text-align: center;
	border-radius: 5px;
	display:none !important;
}
/* ******************************************************************************* nav */
#container_nav {
	position: absolute;
	right: 0px;
  width: 100%;
  height:  30px;
	top: 22px;
/*	z-index:  11;
   border:1px solid blue; /* */
}

/* *************************************************************************** content */

#container_content   {
	clear: both;
  width: 100%;
	z-index: 4;
/* 	border:1px solid black; /* */
}

.content,
#content_kop,
.kolommen2 {
	top: 0px;
	left: 0px;
	width: 100%;
	border-radius:5px;
	padding: 10px;
	margin-top: 10px;
	background-image: url('img/bg-15.png');
	min-height: 50px;
/*   border:1px solid blue; /* */
}
ul.kolommen2 {
	background: none;
	padding: 0;
	margin: 0;
}

#container_content > article:nth-child(2),
.content_kop  {
	clear: both;
	min-height: 30px;
}
.content_kop:first-child  {
	background: none;
	color: white;
	height: 545px;
}
.content_kop:first-child,
.content_kop:first-child h1 {
	margin: 0 auto;
	text-align: center;
	text-shadow:
	 2px  0px 1px rgba(0, 0, 0, 0.2),
	 0px  2px 1px rgba(0, 0, 0, 0.2),
	-2px  0px 1px rgba(0, 0, 0, 0.2),
	 0px -2px 1px rgba(0, 0, 0, 0.2);
}
.content      { clear: both; }

.kolommen2 {
/*	border:1px solid red; */
	margin: 10px 2% 0 0;
	float: left;
	
	overflow: hidden;
	-moz-transition:    background .4s ease-in;
	-webkit-transition: background .4s ease-in;
	-o-transition:      background .4s ease-in;
	transition:         background .4s ease-in; 	
}
li .kolommen2 li .kolommen2 {
	margin:10px 0 0 0;
}
ul.kolommen2 {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
}

.kolommen2.first { margin-left:  0%;clear: both; }
ul .kolommen2.w333:nth-child(3n+3),
.kolommen2.last  { margin-right: 0%; }
.kolommen2.empty { display:none; }

.kolommen2.w666 { width: 66%; }
.kolommen2.w333 { width: 32%; }

ul .kolommen2 .listIMG {
	width: 110%;
	max-width: 110% !important;
	margin: -5% 0 3% -5%;
	background-position: center;
	background-size: 100%;
	max-height: 175px;

	-moz-transition:    all .4s ease-in;
	-webkit-transition: all .4s ease-in;
	-o-transition:      all .4s ease-in;
	transition:         all .4s ease-in; 	
}


#kolom1,
#kolom2,
#kolom3 {
	border-radius:5px;
	background-image: url('img/bg-15.png');
	width: 233px;
	margin: 10px 20px 0 0;
	float: left;
	min-height: 100px;
	padding: 10px;
}

#kolom3 {
	margin-right: 0px;
}


table.list {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	border-spacing: 0px;
}
table h3 {
	width: 98%;
	padding: 0;
	margin-left: 2%;
}

table.list th    { background-color: #beecbd;text-align: left; }

table.list tr.bg { background-color: #dfdfdf; }
table.list tr    { background-color: #ffffff; }

table.list th.bg { border-top: 10px solid #dfdfdf;  }
table.list th    { border-top: 10px solid #ffffff; }

table.list td {
	padding-top: 2px;
	padding-bottom: 2px;
}


table.list td:nth-child(1),
table.list td:nth-child(2) {
	width: 1%;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}
table.list td:nth-child(2) {
	text-align:right;
}

table.list tr.addChildClick:hover {
	background-color: #d7f3d6; 
}

/* ************************************************************************* lazy load */
.lazyShow {
  background-repeat: no-repeat;
  background-position: 50% 50%;;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background-size: contain;
  max-width: 100%;
}

@-webkit-keyframes fadeInRight {
  0%   { opacity: 0; -webkit-transform: translateX(9px); background-position: 00% 50%; }
  100% { opacity: 1; -webkit-transform: translateX(0px); background-position: 50% 50%; }
}
@keyframes fadeInRight {
  0%   { opacity: 0; transform: translateX(9px); background-position: 00% 50%; }
  100% { opacity: 1; transform: translateX(0px); background-position: 50% 50%; }
}
.lazy {
  -webkit-transform: translateX(9px);
  transform: translateX(9px);
}
.lazyShow {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/* ************************************************* klikbare elementen (zie footer.js) */
.addChildClick,
.addChildClickNew,
.addLastChildClick,
.addLastChildClickNew { cursor: pointer; }

/* ************************************************************************ foto album */
.foto_klein,
.foto_groot {
	width: 100%;
	max-width: 880px;
	height: 400px;
	border: 1px solid black;
	float: left;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.foto_klein div,
.foto_groot div {
	position: absolute;
	width: 100%;
	bottom: 0;
	background-image: url('img/bg-50.png');
	padding: 0.5em;
}
.foto_klein div {
	font-size: 0.7em;
	padding: 0.3em;
	line-height: 1.1em;
}


.foto_klein {
	width: 46%;
	max-width: 200px;
	height: 93px;
	margin: 10px 0 0 2.5%;
}
.klein_pos1 {
	margin-left: 0 !important;
}

@media only screen and (max-width: 700px) { .foto_klein { margin-left: 1%; width: 23.5%;} .foto_groot { height: 300px; } }
@media only screen and (max-width: 400px) { .foto_klein { margin-left: 2%; width: 30.5%;} .foto_groot { height: 300px; } }
@media only screen and (max-width: 300px) { .foto_klein { margin-left: 3%; width: 45.5%;} .foto_groot { height: 300px; } }

/*
@media only screen and (max-width: 910px) { .foto_klein { margin-left: 0.9%; height: 120px;} .foto_groot { height: 450px; } }
@media only screen and (max-width: 550px) { .foto_klein { margin-left: 0.7%; height: 100px;} .foto_groot { height: 350px; } }
@media only screen and (max-width: 465px) { .foto_klein { margin-left: 0.6%; height:  90px;} .foto_groot { height: 300px; } }
@media only screen and (max-width: 360px) { .foto_klein { margin-left: 0.4%; height:  60px;} .foto_groot { height: 225px; } }
@media only screen and (max-width: 300px) { .foto_klein { margin-left:   0%; height:  50px;} .foto_groot { height: 200px; } }
*/
/* **************************************************************************** bottom */
#bottom {
	background-color: #8eb848;
	clear: both;
  width: 100%;
	/*line-height: 30px;*/
  text-align: center;
	color: white;
/*	overflow: hidden; /*Safety check ivm fix_height*/
	z-index: 4;
/* 	border:1px solid blue; /* */
}

#bottom .kolommen2,
#bottom .subkop {
	background: none;
}
#bottom a,
#bottom a:link,
#bottom a:visited,
#bottom a:active,
#bottom a:hover             {color: white; text-decoration: underline;}

#bottom_knoop,
#bottom_social,
#bottom_copy {
	padding: 10px;
	background-image: url('img/bg-15.png');
	min-height: 30px;
	width: 233px;
	margin: 10px 20px 0 0;
  color: #676767;
	border-radius:5px;
	float: left;
}

#bottom_social {
	margin-right: 0px;
}

/* ****************************************************************************** list */
.date {
	margin: -10px 0 0 20px;
	float: right;
	white-space: nowrap;
	padding: 0 0 10px 0px;
}
.plusmienskip .date {
	display:none;
}

.date h5 {
	font-size: .9em;
	margin: 0px;
}
div.multipage {
	width: 100%;
	float: left;
	text-align: right;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: -35px;
}
a.multipage.on:link,
a.multipage.on:active,
a.multipage.on:visited,
a.multipage.on:hover,
a.multipage:link,
a.multipage:active,
a.multipage:visited,
a.multipage:hover,
a.multipagearrow:link,
a.multipagearrow:active,
a.multipagearrow:visited,
a.multipagearrow:hover {
	display: inline-block;
	text-align: center;
	font-size: larger;
	line-height: 150%;
	background-color: #d4d4d4;
 	text-decoration: none;
	border:1px solid #999999;
	padding: 0 5px 0 5px;
}
a.multipagearrow.hide {
	color: #FFFFFF;
}
div.multipage a:not(:last-child) { /*  */
	border-right: none !important;
}
a.multipagearrow:link,
a.multipagearrow:active,
a.multipagearrow:visited,
a.multipagearrow:hover {
	padding: 0 10px 0 10px;
}
a.multipagearrow.prev {
	-moz-border-radius-topright: 20px;	
	-moz-border-radius-bottomright: 20px;	
	border-bottom-left-radius: 20px;
	border-top-left-radius:    20px;
}
a.multipagearrow.next {
	-moz-border-radius-topleft: 20px;	
	-moz-border-radius-bottomleft: 20px;	
	border-bottom-right-radius: 20px;
	border-top-right-radius:    20px;
}
a.multipage.on:link,
a.multipage.on:active,
a.multipage.on:visited,
a.multipage.on:hover {
  background-color: #EEEEEE;
	color: #BEBEBE;
}
/* ***************************************************************************** forms */
#contactform,
#reactieform {
	width:100%;
	max-width: 470px;
}
#contactform p,
#reactieform p {
	clear: left;
}
#contactform label,
#reactieform label {
  width: 140px;
  float: left;
  text-align: left;
  margin: 5px 1px 5px 0px;
/*  background: #888888; /* */
}
#contactform select,
#contactform input,
#contactform textarea,
#reactieform select,
#reactieform input,
#reactieform textarea,
input,
textarea {
  background: #eee;
  border: 1px solid #6e7694;
  margin: 5px auto;
  width: 260px;
}
#contactform select {
		height: 17px;
		width : 200px;
    font-size: 11px;
		background: #EEEEEE;
		border: 1px solid #777777;
		margin: 1px;
		padding-right:2px;
		padding-left: 2px;
}
#contactform button,
#contactform select,
#contactform .autowidth {
		width : auto;
}

#contactform select {
		padding-right:0px;
}
#contactform textarea {
		margin-left: 0px;
		height:100px;
		width: 260px;
}
#contactform .checkbox {
		height: auto;
		width : auto;
		background: none;
		border: none;
		margin: 2px 2px 0px 2px;
}

#contactform p { clear: both; }

p[required] {
	display: inline-block;
	float: none;
	padding-right: 15px;
	background-image: url(img/required.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.respond {
	background: #DDDDDD;
  border: 1px solid #6e7694;
  margin: 5px auto;
  width: 260px;
	max-width: 100%;
	padding: 4px;
}
/* let op linkjes, inputs etc. in deze laag: position:relative; ! */
a {position: relative; }

/* ***************************************************************** guestbook/respond */
.respond_header,
.respond_body,
.respond_footer {
  width:100%;
  padding:2px;
  background-color:#b5b5b5;
/*  border:1px solid blue;/* */
}
.respond_header {
  margin-top:10px;
}
.respond_body {
  background-color:#dddddd;
/*  border:1px solid red;/* */
}
.respond_body p {
	width: 410px;
	max-width: 100%;
}
.respond_footer {
/*  border:1px solid yellow;/* */
}