/* ********************************************************************** general stuf */
html           { height:    100%; }
html, body     { min-height:100%; margin:0px; padding:0px; width:100%; background-color: #beecbd; filter: grayscale(0); }
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; }

#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:1250px;
	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 */

#container_header {
	border-radius:5px;
	width: 100%;
	height:	460px;
	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: 10;
	position: fixed;
}

.header_banner {
	position: absolute;
	left: 0px;
	top: 70px;
	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: 400px;
	text-align: center;
	overflow: hidden;
}
.header_banner.box,
.header_banner.box {
	background-size: 1250px auto;
}
/* ********************************************************************** responsive 1 */
@media only screen and (max-width: 1250px){
	.header_banner.box,
  .header_banner.box {
    background-size: cover;
  }
} 

#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_info,
#header_info {
	width: 110%;
	background-image: url(img/bg-60.png);
  margin: -35px 0 0 -5%;
  padding: 0 0 0 4%;
  min-height:30px;
}
#header_info {
	position: absolute;
	width: 100%;
  margin:0;
	right: 0;
	bottom: 0px;
	z-index: 3;
	font-weight: bold;
	font-size: 1.2em;
	padding: 5px 10px;
	text-align: center;
	border-radius: 5px;
	display:none;
}
/* ******************************************************************************* nav */
#container_nav {
	position: absolute;
	right: 0px;
  width: 100%;
  height:  30px;
	top: 30px;
	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: 30px;
  overflow-x: hidden;
/*   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      { 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: 200px;

	-moz-transition:    all .4s ease-in;
	-webkit-transition: all .4s ease-in;
	-o-transition:      all .4s ease-in;
	transition:         all .4s ease-in; 	
}
ul .kolommen2 .author,
ul .kolommen2 .date {
  max-width: 75%;
  margin: 0px 3% 0px 0px;
}
ul .kolommen2 .date {
  float: left;
}

#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; 
}

.w100percent {
  width: 100% !important;
}

/* ************************************************************************* 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);
  max-width: 100%;
}
.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: 500px;
	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');*/
  background-color: rgba(255,255,255,0.7);
	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: 117px;
	margin: 10px 0 0 2.5%;
}
.klein_pos1 {
	margin-left: 0 !important;
}

@media only screen and (max-width:1100px) { .foto_groot { height: 450px; } .foto_klein { height:105px; } }
@media only screen and (max-width:1000px) { .foto_groot { height: 400px; } .foto_klein { height: 93px; } }
@media only screen and (max-width: 850px) { .foto_groot { height: 350px; } .foto_klein { height: 80px; } }
@media only screen and (max-width: 775px) { .foto_groot { height: 300px; } .foto_klein { height: 67px; } }
@media only screen and (max-width: 700px) { .foto_groot { height: 300px; } .foto_klein { margin-left: 1%; width: 23.5%;} }
@media only screen and (max-width: 400px) { .foto_groot { height: 300px; } .foto_klein { margin-left: 2%; width: 30.5%;} }
@media only screen and (max-width: 300px) { .foto_groot { height: 300px; } .foto_klein { margin-left: 3%; width: 45.5%;} }

/*
@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 {
	clear: both;
  width: 100%;
	/*line-height: 30px;*/
  text-align: center;
/*	overflow: hidden; /*Safety check ivm fix_height*/
	z-index: 4;
/* 	border:1px solid blue; /* */
}

#bottom .kolommen2 {
	min-height: 60px;
}
#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 */
.author,
.date {
	margin: 8px 8px 0px 0px;
	float: right;
  max-width: 20%;
	/*white-space: nowrap;*/
}
.plusmienskip .date {
	display:none;
}

.date h4 {
	margin: 0px;
}
div.multipage {
	width: 100%;
	float: left;
	text-align: right;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: -5px;
}
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,
.multipagearrow,
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;
}
.multipagearrow,
a.multipagearrow:link,
a.multipagearrow:active,
a.multipagearrow:visited,
a.multipagearrow:hover {
	padding: 0 10px 0 10px;
}
.multipagearrow.prev {
	-moz-border-radius-topright: 20px;	
	-moz-border-radius-bottomright: 20px;	
	border-bottom-left-radius: 20px;
	border-top-left-radius:    20px;
  margin-left:5px;
}
.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 {
  width : 200px;
  background: #EEEEEE;
  border: 1px solid #777777;
  margin: 1px;
  padding-right:2px;
  padding-left: 2px;
}
#contactform button,
#contactform select,
#contactform .autowidth {
	width : auto;
}

#contactform select {
	margin-top: 5px;
}
#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;
  clear: both;
}
.respond_body {
  background-color:#dddddd;
/*  border:1px solid red;/* */
}
.respond_body p {
	width: 410px;
	max-width: 100%;
}
.respond_footer {
/*  border:1px solid yellow;/* */
}