/* ********************************************************************** general stuf */
html           { height:    100%; }
html, body     { min-height:100%; margin:0px; padding:0px; width:100%;
                  background-position:100% 100%; background-attachment: fixed;}

#content img { max-width: 100%; height: auto; } /* verklein afbeeldingen als ze groter zijn dan de breedte van de content */
#content #container_content_map img { max-width: none; }  /* BEHALVE BIJ GOOGLE MAPS!!!!! */

									
/* deels donkere achtergrond maken..
table tr td {
	padding: 5px;
	background-image: url('img/zwart45.png'); /* ook deel in IE7.css* /
}
table tr td.td_none {
	padding: 0px;
	height: 3px;
	background-image: none; /* ook deel in IE7.css * /
}
*/

img#bg {
  position:fixed;
  top:0;
  left:0;
  width:100%;
	min-width: 910px;
}
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; }

.shadow,
.shadownav {
	text-shadow: #000000 2px 2px 1px;
	filter: Shadow(Color=#000000, 
                 Direction=135, 
                 Strength=3); /* nog een keer in nav.css/ul.nav! */	
}
#content img:not(.lazy):not(.lazyShow),                                     /* verklein afbeeldingen */
#content table { max-width: 100%; height: auto; } /* en tabellen als ze groter zijn dan de breedte van de content */
#content #container_map img { max-width: none; }  /* BEHALVE BIJ GOOGLE MAPS!!!!! */

/* ************************************************************************* container */

div.c_h { /* centreer horizontaal */
	float:left;
	height:50%;
	width:50%;
	margin-right:-455px; /* de helft van de breedte */
/*  border: 1px solid red;   /* */
}

div#container_center{ /* t.b.v. de achtergrond..*/
  position: absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
}

div#container {
  height:100%;
/*  border: 1px solid green;   /* */
	width:95%;
	max-width:910px;
	margin: 0 auto;
}

div.container_bg {
  position: absolute;
  width: 100%;
  height:100%;
  background-color: #000000;  /* the background          */
  filter:alpha(opacity=45);   /* Internet Explorer       */
  -moz-opacity:0.45;          /* Mozilla 1.6 and below   */
  opacity: 0.45;              /* newer Mozilla and CSS-3 */
}

/* **************************************************************************** header */
div#container_header{top:    0px; left:  2%; width: 98%; height: 142px; text-align: left;  }

h4 {color: #FFFFFF; font-size: 48px; font-family: Arial,Helvetica; font-weight: bold; margin:0px 0px 0px 115px; }
h4.wide {letter-spacing: 0.08em; font-size: 50px; }
h5 {color: #FFFFFF; font-size: 24px; font-family: Arial,Helvetica; font-weight: bold; margin:0px 0px 0px 115px; }
h6 {color: #FFFFFF; font-size: 14px; font-family: Arial,Helvetica; font-weight: bold; margin:0px; }


div#container_languages {
	top: 5px;
	right: 5px;
	margin:0px;
	padding: 0px;
	position: absolute;
}
#container_social_media {
	position: absolute;
	top: 65px;
	right: 10px;
	background-color: #757c84;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#container_social_media img {
	margin: 7px;
	float: left;
}

/* ******************************************************************************* nav */
#content_nav,
#content_nav2,
#content_nav_bg {top:  115px; left:  0px; width: 100%; height:  20px; text-align: left; position: absolute;padding:0px 0 0 0;}
#content_nav2   {top:  140px; height: 0;}

/* *************************************************************************** content */
div#content         {
	padding-top: 8px;
  padding-left: 3%;
  width: 96%;
/* border: 1px solid red; /* */
} /* overflow-x: hidden; overflow-y: visible; */
/*
#content img     {border: 1px solid grey; }
*/
.kolommen2 {
/*	border:1px solid red; */
	margin-right: 2%;
	float: left;
}
.kolommen2.first { margin-left:  0%;clear: both; }
.kolommen2.last  { margin-right: 0%; }
.kolommen2.resp  { margin-top: 15px; display:none; }

.kolommen2.w600 { width: 64%; }
.kolommen2.w300 { width: 34%; }
/* ************************************************************************* 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;  
}

@-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; }

/* **************************************************************************** bottom */
div#container_bottom {top:  0px; left:  2%; width:98%;}
div#bottom           {width: 80%; min-height: 20px;  text-align: left;}
div#bottom_copy      {position: absolute; top: 0px; right: 5px; width: 150px; height: 14px;  text-align: right;}

div#bg_copy          {position: absolute; bottom: 0px; right: 10px; width: 150px; height: 20px;  text-align: right;}
/* *********************************************************************** Google maps */
#maps{
	top: 5px;
	height: 250px;
	width: 300px;
	float: left;
}
#KOmap_container {
	position: absolute;
	height: 500px;
	width: 335px;
	top: 0;
	left: 0;
	background-color: #E5E3DF;
	background-image: url(img/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#KOmap_container_groot {
	position: fixed;
	left: 0;
	top: 0;
	background-color: #E5E3DF;
	background-image: url(img/maps/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	visibility: visible;
	z-index: 400;
}
#KOmap_container .map_maximize{
	position: absolute;
	height: 30px;
	width: 80px;
	top: 5px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	left: 45px;
	cursor: pointer;
	z-index: 500;
}
#KOmap_container_groot .map_minimize{
	position: absolute;
	height: 19px;
	width: 80px;
	top: 5px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	left: 75px;
	cursor: pointer;
	z-index: 500;
}
#KOmap_pijl {
	position: absolute;
	height: 44px;
	width: 60px;
	background-image: url(img/maps/gmap_pijl.png);
	background-repeat: no-repeat;
	bottom: -38px;
	left: 64px;
	z-index: 300;
}
#klant_tabs {
	width: 275px;
	min-height: 100px;
	max-height: 120px;
	/*padding: 5px;*/
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	line-height: 14px;
	overflow-y: hidden;
	overflow-x: hidden;
	box-shadow: 4px 5px 10px #363636;
	-moz-box-shadow: 4px 5px 10px #363636;
	-webkit-box-shadow: 4px 5px 10px #363636;
}
#klant_tabs .ui-tabs-nav{
	border-bottom:1px solid #ebebeb;
	padding: 0px;
	margin: -3px 0px 0px -2px;
}
#klant_tabs ul {
	background-color: #F6F6F6;
	top: 0px;
	left: 0px;
	border-radius: 0px;
}
#klant_tabs ul li{
	margin-right: 0px;
	border: 0px;
}
#klant_tabs-0,
#klant_tabs-1 {
	padding: 2px 0px 5px 0px;
	margin: 0px 0px 0px 5px;
}

/* ****************************************************************************** list */
.date {
	margin: 30px 0 0 0;
	float: right;
	white-space: nowrap;
}
.multipage {
/*	width:100%; */
	float: left;
	text-align:center;
	font-weight: bold;
	margin-bottom: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,
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: #3A424B;
 	text-decoration: none;
	border:1px solid #999999;
	padding: 0 5px 0 5px;
}
a.multipagearrow.hide {
	color: #3A424B;
}
.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     {float:left;top:  0px; left: 10px;  width: 450px; height: 400px; text-align: left; }

#contactform label,
#reactieform label {
  width: 145px;
  float: left;
  text-align: left;
  line-height: 16px;
  margin: 5px 1px 5px 0px;
/* background: #888888; */
}
#contactform input, textarea {
  margin: 3px auto;
}
#contactform input,
#contactform textarea,
#reactieform input,
#reactieform textarea,
input,
textarea {
  background: #eee;
  border: 1px solid #6e7694;
  margin: 5px auto;
  width: 258px;
}
#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,
#reserveerform 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;
}

/* let op linkjes, inputs etc. in deze laag: position:relative; ! */
a                   {position: relative; }

#offerteform {
	background-image: url(img/zwart45.png);
	padding-left: 10px;
}
#offerteform th, #offerteform td {
	font-size: 13px;
}
#offerteform table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;	
}
#offerteform table th,
#offerteform table td {
	padding: 5px 5px 0 0;
	width: 50%;
}

#offerteform input {
	width: 193px;
}
#offerteform input[type='radio'] {
	width: 20px;
}
#offerteform h2 {
	color: #BBB;
}
#offerteform th {
	text-align: left;
}
#offerteform .smaller {
	width: 50px;
}




/* ***************************************************************** guestbook/respond */
.respond_header,
.respond_body,
.respond_footer {
  width:100%;
  padding:2px;
  background-color:#EFF1D8;
/*  border:1px solid blue;/* */
}
.respond_header {
  margin-top:10px;
}
.respond_body {
  background-color:#DFF1C8;
/*  border:1px solid red;/* */
}
.respond_footer {
/*  border:1px solid yellow;/* */
}

.list {
	margin: 0;
	padding: 0;
	color: white;
}
.list a,
.list a:link,
.list a:visited,
.list a:active,
.list a:hover             {color: white; text-decoration: none;}
.list li {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;	
	width: 32.5%;
	float: left;
	margin: 50px 1% 0 0;
	background-image: url('img/bloembol.jpg');
	background-size: cover;
	background-position: 50% 50%;
	height: 180px;
	background-size: 100% auto;
	background-position: 50% 50%;
	border:1px solid #999999;
	border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
}
.list li:nth-child(3n+3) {
	margin-right: 0;
}
.small li,
.light li {
	height: 200px;
	width: 24.25%;
	margin: 50px 1% 0 0;
}
.small li:nth-child(4n+4),
.light li:nth-child(4n+4) {
	margin-right: 0;
}
.small li:nth-child(3n+3),
.light li:nth-child(3n+3) {
	margin-right: 1%;
}


.list .titel {
	background-color:#2B313A;
	padding: 4px 0 4px 5%;
	height: 32px;
	width: 101%;
	margin: -32px 0 32px -.5%;
	width: 100%;
	margin: -32px 0 32px 0;
	border:1px solid #2B313A;
	border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.list .titel:after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: #FFFFFF;
  z-index: -1;
	border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
}
/*
.light a,
.light a:link,
.light a:visited,
.light a:active,
.light a:hover             {color: #00205A; font-weight: bold; text-decoration: none;}
.light .titel {
	background: rgba(93,150,49,0.75);
}
*/
.list .titel h1 {
	position: absolute;
	white-space: nowrap;
	font-size: 14px;
	padding: 0;
	margin: 4px;
}
.list .titel img {
	position: absolute;
	right:-35%;
	bottom:0;
	height:200% !important;
	z-index: 0;
}
.list .info {
	width: 100%;
	top: 0px;
/*	background-color: #00205A; */
	background: rgba(0, 0, 0,0.45);
	bottom: 10px;
	font-weight: bold;
	text-align: center;
	height: 0;
	overflow: hidden;
	border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
}

@media only screen and (max-width: 989px){
	.list li         { height: 170px; }
}	
@media only screen and (max-width: 900px) {
	.list li         { width: 48.5%; }
	.list li:nth-child(3n+3) { margin-right: 1%; }
	.list li:nth-child(2n+2) { margin-right: 0%; }
	.list li         { height: 160px; }
}
@media only screen and (max-width: 850px) {
	.list .titel h1  { font-size: 12px; }
	.list li         { height: 150px; }
}
@media only screen and (max-width: 800px) {
	.list li         { height: 140px; }
}
@media only screen and (max-width: 750px) {
	.list li         { height: 130px; }
}
@media only screen and (max-width: 670px) {
	.list li         { height: 120px; }
}
@media only screen and (max-width: 630px) {
	.list li         { height: 100px; }
}
@media only screen and (max-width: 500px) {
	.list li         { width: 99.5%; }
	.list li:nth-child(3n+3) { margin-right: 0%; }
	.list li:nth-child(2n+2) { margin-right: 0%; }
}