/* ********************************************************************** general stuf */
html           { height:    100%; }
html, body     { min-height: 95%; margin:0px; padding:0px; width:100%;}
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,                                     /* 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!!!!! */

/*
article, aside, footer, header, hgroup, main, nav, section {
  border: 1px solid red;
}
*/

/* ************************************************************************* container */
.container {
  width:1200px;
  max-width:100%;
  padding: 0 1% 0 1%;
	margin: 0 auto;
	top: 0;
}
/* ***************************************************************************** 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 */
/* **************************************************************************** kleuren */
header.wit {
	width:100%;
	background-color: white;
	color: white;
}
header.blauw,
.container_content div.blauw {
	/*width:100%;*/
	background-color: #25b6ea;
	color: white;
}
header.blauw a,
header.blauw a:link,
header.blauw a:visited,
header.blauw a:active,
header.blauw a:hover,
.container_content div.blauw a,
.container_content div.blauw a:link,
.container_content div.blauw a:visited,
.container_content div.blauw a:active,
.container_content div.blauw a:hover             {color: white; border: 0px transparent; text-decoration: underline;}
header.blauw a:active,
header.blauw a:hover,
.container_content div.blauw a:active,
.container_content div.blauw a:hover     {color: #B3E2F2; }


.container_content div.wit   { background-color: #FFFFFF; }
.container_content div.grijs { background-color: #E8E8E8; }

.container_content div.barr article:after{
  content: "";
  position: absolute;
  width: 1px;
  right: 2.5%;
  top: 10px;
  bottom: 10px;
  background-color: #B7B7B7;
}
.container_content div.blauw.barr article:after{
  background-color: #FFFFFF;
}
.container_content div.barr article.last:after{
  width: 0px;
  background-color: transparent;
}

/* **************************************************************************** header */

#container_header {
	width: 100%;
	top: 0px;
}
#container_header_fixed,
#container_header_fixed  .container,
#container_header,
#container_header .container {
	height: 100px;
  max-width: 100%;
	background-color: #25b6ea;
}
#container_header_fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 2000;  
}

.logo {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 201;
}
.logo img {
	border: none;
}

.logo_mobile {
	display: none;
}

#payoff {
	position: absolute;
	top:10px;
	margin: 0;
	right: 20px;
	color: #ddd100;
	z-index: 1000;
	font-weight: normal;
	font-size: 29px;
	font-style: italic; 
	font-stretch: expanded;
}
#header_afb {
  background-color: #53565C;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 20px;
	padding: 0px;
	text-align: center;
	width: 100%;
	overflow: hidden;
	z-index: 1;
	margin: 0 auto;
}
#searchbox {
  position: absolute;
  right: 7px;
  /*top: -2px;*/
  background-color: #25b6ea;;
  margin: -5px 5px;
  width: 25px;
  z-index: 102;
}
#search_btn {
  cursor: pointer;
  background-color: transparent;
  height: 25px;
  width: 25px;
  float: right;
  margin: 0 0 0 5px;
  border: none;
/*  border: 1px solid #FFFFFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
  background-position: 50% 50%;
*/
}
#search_inp {
  margin: 2px;
  width: 0px;
  float: right;
  display: none;
  color: #333;
}

/* ******************************************************************************* nav */
#container_nav {
	position: absolute;
	left: 3.5%;
	right: 0px;
	top: 0;
	/*z-index:200;
	background-color: #f5f5f5;*/
  /*width: 100%;*/
/*  height:  95px;*/
/*	z-index:90;*/
	/*border-bottom: 5px solid #14195c;*/
}

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

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

.sterkteberekening .container_readmore {
  float: right;
}
.sterkteberekening .kolommen2 h2 {
    font-size: 20px;
    min-height: 3em;
}
@media only screen and (max-width:1000px) { .sterkteberekening .kolommen2 h2 { font-size: 19px; } }
@media only screen and (max-width: 900px) { .sterkteberekening .kolommen2 h2 { font-size: 18px; } }
@media only screen and (max-width: 800px) { .sterkteberekening .kolommen2 h2 { font-size: 17px; } }
@media only screen and (max-width: 700px) { .sterkteberekening .kolommen2 h2 { font-size: 16px; } }
@media only screen and (max-width: 650px) { .sterkteberekening .kolommen2 h2 { font-size: 15px; } }
@media only screen and (max-width: 600px) { .sterkteberekening .kolommen2 h2 { font-size: 14px; } }
@media only screen and (max-width: 550px) { .sterkteberekening .kolommen2 h2 { font-size: 13px; } }
@media only screen and (max-width: 500px) { .sterkteberekening .kolommen2 h2 { font-size: 12px; } }
@media only screen and (max-width: 450px) { .sterkteberekening .kolommen2 h2 { font-size: 11px; } }


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

/* ************************************************************************ foto album */
.foto_klein,
.foto_groot {
	width: 98.5%;
	/*max-width: 880px;*/
	height: 570px;
	border: 1px solid black;
	float: left;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
  margin-bottom: 0.7%;
	-moz-transition:    all .6s ease-in;
	-webkit-transition: all .6s ease-in;
	-o-transition:      all .6s ease-in;
	transition:         all .6s ease-in;
}
.foto_groot { /* voor wie is wie*/
	background-position: top;
}

.prodimage .foto_groot { height: 300px; }

.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: 48%;
	/* max-width: 200px; */
	height: 111px;
	margin: 0 0 1% 1%;
}

.prodimage .foto_klein {
  width: 18.5%;
  margin: 1.85% 1.5% 0 0;
  height: 68px;
}
@media only screen and (max-width: 1100px) { .foto_klein { height: 97.5px; } }
@media only screen and (max-width: 1000px) { .foto_klein { height: 88px; }
                                             .prodimage .foto_klein { width: 23.5%;  } }
@media only screen and (max-width:  900px) { .foto_klein { height: 78px;   } }
@media only screen and (max-width:  700px) {
	.foto_klein { width: 23.5%; }
	.foto_klein { margin: 2.00% 0 0 2.00%; }
	.foto_klein.pos1,
	.foto_klein.pos5,
	.foto_klein.pos9,
	.foto_klein.pos13,
	.foto_klein.pos17,
	.foto_klein.pos21,
	.foto_klein.pos25,
	.foto_klein.pos29,
	.foto_klein.pos33,
	.foto_klein.pos37,
	.foto_klein.pos41,
	.klein_pos1 {
		margin-left: 0;
	}
}
@media only screen and (max-width: 600px) { /* same as base!!*/
	.prodimage .foto_klein { width: 31.8%; margin: 1.85% 1.5% 0 0; }
/*
	.foto_klein.pos1,
	.foto_klein.pos6,
	.foto_klein.pos11,
	.foto_klein.pos16,
	.klein_pos1 {
		margin-left: 0;
	}
	*/
}
@media only screen and (max-width: 400px) { /* same as base!!*/
	.prodimage .foto_klein { width: 31.2%; margin: 1.85% 1.5% 0 0; }
}
@media only screen and (max-width:1100px) {                                               .foto_groot { height: 500px; } }
@media only screen and (max-width:1000px) {                                               .foto_groot { height: 450px; } }
@media only screen and (max-width: 900px) {                                               .foto_groot { height: 400px; } }
@media only screen and (max-width: 700px) {                                               .foto_groot { height: 350px; } .prodimage .foto_groot { height: 250px; } }
@media only screen and (max-width: 400px) { .foto_klein { width: 31.3%; margin: 1% !important; } .foto_groot { height: 300px; } .prodimage .foto_groot { height: 200px; }}
@media only screen and (max-width: 300px) { .foto_klein { width: 48%;} .foto_groot { height: 300px; } .prodimage .foto_groot { height: 150px; }}

/*
@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_copy {
	position: absolute;
	right: 5px;
  height: 23px;
	overflow: hidden;
  text-align: right;
  color: white;
  bottom: -28px;
	color: #aaa;
}

#bottom_copy a.knoop,
#bottom_copy a.knoop:link,
#bottom_copy a.knoop:visited,
#bottom_copy a.knoop:active {
	color: #aaa;
}
/* ****************************************************************************** list */
.date {
	margin: 0px;
	float: right;
	white-space: nowrap;
}
div.multipage {
	width:100%;
	float: left;
	text-align: right;
	font-weight: bold;
	margin-bottom:5px;
	margin-top: -30px;
}
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: #FFFFFF;
 	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%;
  background-color: #E8E8E8;
  padding: 4%;
/*	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: white;/* #eee;*/
  border: none;/*1px solid #6e7694; */
  padding: 5px;
  margin: 5px auto;
  width: 260px;
}
#orderform input,
#orderform textarea {
  background: #eee;
  border: 1px solid #6e7694;
  padding: 1px;
}
#orderform input:disabled {
  border: none;
  background: none;
  color: black;
}

.ordertable td {
  padding-left: 5px;
}

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

#slider_filler,
#slider {
	min-height: 100px;
	max-height: 350px;
	overflow: hidden;
	width:100%;
  background-size: cover;
  background-position: 50% 50%;
}
#slider img {
/*	position: absolute;*/
  height:100%;
}

.form_calc {
  background-color: #E8E8E8;
}

.form_calc > form > table {
  margin-left: 4%;
  width:auto !important;
}

.form_calc select,
.form_calc input,
.form_calc textarea {
  background-image: none !important;
  background: #FFFFFF;
  border: none;
  margin: 5px;
  width: 100px;
  padding: 5px;
  text-align: right;
}
.form_calc input[name="info"] {
  width: 100%;
  text-align: left;
}

/* ---------------------------------------------------------------------------- Cookie */
#cookie {
	display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 24px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding-top: 5px;
  text-align: center;
  z-index: 1001;
  line-height: 2em;
  border-top: 2px solid white;
}
#cookie_decline,
#cookie_accept {
	color: white;
	padding: 1px 8px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#cookie_decline       {background-color: #7c6768; white-space: nowrap; }
#cookie_decline:hover {background-color: #8e7778;}
#cookie_accept        {background-color: #51a351; white-space: nowrap; }
#cookie_accept:hover  {background-color: #65c465;} 