/* ********************************************************************** general stuf */
html           { height:    100%; scroll-behavior: smooth; }
html, body     { min-height:100%; margin:0px; padding:0px; width:100%;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
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:98%;
  margin: 0 auto;
  top: 0;
  padding-bottom: 20px;  
}
.container .container {
  max-width:100%;
  padding-bottom: 0px;  
}

#container_content,
#container_content2 {
  padding-bottom: 0px;  
}
/* ***************************************************************************** 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 */
.container_content.zwart {
  width:100%;
  background-color: #444444;
  color: white;
  padding-bottom: 20px;  
}
.container_content.wit,
.container_content div.wit {
  width:100%;
  background-color: white;
  padding-bottom: 20px;  
}
.container_content.groen,
.container_content div.groen {
  width:100%;
  background-color: rgb(91, 173, 15);
/*  background-image: url(img/bg-groen.jpg);*/
  background-size: cover;
  padding-bottom: 20px;
  color: white;
}
header.rood,
.container_content div.rood {
  width:100%;
  background-color: #C1002B;
  color: white;
  padding-bottom: 20px;  
}

.container_content.wit       .container,
.container_content div.wit   .container,
.container_content.groen     .container,
.container_content div.groen .container,
header.rood                  .container,
.container_content div.rood  .container,
.container_content.zwart     .container {
  padding-bottom: 0px;  
}


header.rood a,
header.rood a:link,
header.rood a:visited,
header.rood a:active,
header.rood a:hover,
.container_content div.rood a,
.container_content div.rood a:link,
.container_content div.rood a:visited,
.container_content div.rood a:active,
.container_content div.rood a:hover             {color: white; border: 0px transparent; text-decoration: underline;}
header.rood a:active,
header.rood a:hover,
.container_content div.rood a:active,
.container_content div.rood a:hover     {color: rgb(255, 215, 215); }


.container_content div.grijs {
  background-color: #E8E8E8;
}
.container_content div.barr article:after{
  content: "";
  position: absolute;
  width: 1px;
  left: 0;
  top: 15px;
  bottom: 15px;
  background-color: #B7B7B7;
}
.container_content div.barr article.first:after{
  width: 0px;
  background-color: transparent;
}

/* **************************************************************************** header */

#container_header {
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 1000;
  background-color: rgb(91, 173, 15);
}
#container_header_fixed,
#container_header_fixed  .container,
#container_header,
#container_header .container {
  height: 80px;
  /*background-image: url('img/JAncodeJong.jpg');*/
  background-size: 100% 100%;
  background-repeat: repeat-x;
}
#container_header .container {
  /*background-image: url('img/JAncodeJong2.jpg');*/
}

#container_header_filler,
#container_header_filler div,
.itemitem>#container_header_filler_content,
.listlist>#container_header_filler_content {
  height:500px;
  background-size: cover;
  background-position: center;
  width:100%;
}
.itemitem>#container_header_filler,
.itemitem>#container_header_filler div,
.itemitem>#container_header_filler_content,
.listlist>#container_header_filler,
.listlist>#container_header_filler div,
.listlist>#container_header_filler_content {
  position: fixed;
  background-position: center center;
  height:500px;
  /*height: 100%;*/
}

#container_content h1 {
  margin-top: -385px;  
  text-shadow: 2px  2px 2px rgba(0,0,0,0.5),
              -2px  2px 2px rgba(0,0,0,0.5),
               2px -2px 2px rgba(0,0,0,0.5),
              -2px -2px 2px rgba(0,0,0,0.5),
               0px  2px 2px rgba(0,0,0,0.5),
               0px -2px 2px rgba(0,0,0,0.5),
              -2px  0px 2px rgba(0,0,0,0.5),
              -2px  0px 2px rgba(0,0,0,0.5);
/*  text-shadow: 0 0 3px #000;
*/  color: #FFFFFF;
  letter-spacing: 0.03em;
  line-height: 1em;
}

@media only screen and (max-width:20000px){ .itemitem>#container_content h1,
                                            .listlist>#container_content h1 { margin-top:  0px !important; }
}
@media only screen and (max-width:  989px){ .itemitem>#container_content h1,
                                            .listlist>#container_content h1 { margin-top: -5px !important; }
}
@media only screen and (max-width:  850px){ .itemitem>#container_content h1,
                                            .listlist>#container_content h1 { margin-top:-10px !important; }
}
@media only screen and (max-width:  630px){ .itemitem>#container_content h1,
                                            .listlist>#container_content h1 { margin-top:-15px !important; }
}
@media only screen and (max-width:  480px){ .itemitem>#container_content h1,
                                            .listlist>#container_content h1 { margin-top:-20px !important; }
}

@media only screen and (max-width:20000px){ #container_content h1 { font-size: 68px; margin-top: -380px; } }
@media only screen and (max-width: 1050px){ #container_content h1 { font-size: 64px;                     } }
@media only screen and (max-width:  989px){ #container_content h1 {                  margin-top: -315px; } }/*-80*/
@media only screen and (max-width:  950px){ #container_content h1 { font-size: 58px;                     } }
@media only screen and (max-width:  850px){ #container_content h1 { font-size: 50px; margin-top: -245px; margin-left: 5px; } }
@media only screen and (max-width:  760px){ #container_content h1 { font-size: 46px;                     } }
@media only screen and (max-width:  660px){ #container_content h1 { font-size: 42px;                     } }
@media only screen and (max-width:  630px){ #container_content h1 {                  margin-top: -175px; } }
@media only screen and (max-width:  560px){ #container_content h1 { font-size: 38px;                     } }
@media only screen and (max-width:  480px){ #container_content h1 { font-size: 34px; margin-top: -105px; } }
@media only screen and (max-width:  420px){ #container_content h1 { font-size: 32px;                     } }

.listlist>#container_content h1 { margin-bottom: 310px; }

.XXhome>#container_header {
  display:none;
}

#header_mov {
  display: none;
  overflow: hidden;
  position: fixed;
}

.logo {
  position: absolute;
  top: -20px;
  /*height: 110%;*/
  left: 0px;
  margin-top: 0;
  z-index: 201;
  max-width:400px;
}
.logo img {
  border: none;
  height: auto;
  width: 100%;
  max-width:305px;
}

.logo_mobile {
  display: none;
}

#home_extra {
  position:absolute;
  width:100%;
  bottom: 0px;
  z-index: 100;
}
#home_extra .logo {
  float: left;
  position: relative;
  width: 30%;
  display: block;
  height: auto;
  /* margin-top: 5px; */
  max-width: 300px;
  min-width: 225px;
  margin: 0;
}

#more_info {
  position: relative;
  float:right;
  margin: 0 0% 0 -5%;
  height: 120px;
}
#more_info img {
  width: 180px;
  height: auto;
  margin-bottom: 5px;
}

#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: 17px;
  /*margin: 6px;*/
  min-width: 120px;
  z-index: 202;
  border: 1px solid black;
  padding: 3px;
  white-space: nowrap;
  background:white;
}
#search_btn {
  cursor: pointer;
  background-color: transparent;
  height: 25px;
  width: auto;
  float: left;
  margin: 0 0 0 5px;
  border: none;
  padding: 2px;
/*  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: 100px;
  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 */
.itemitem>#container_content,
.listlist>#container_content {
  padding-top: 120px;
}
.itemitem>#container_content article h1,
.listlist>#container_content article h1,
.itemitem>#container_content article h2,
.listlist>#container_content article h2 {
  text-shadow: 2px  2px 2px rgba(0,0,0,0.5),
              -2px  2px 2px rgba(0,0,0,0.5),
               2px -2px 2px rgba(0,0,0,0.5),
              -2px -2px 2px rgba(0,0,0,0.5),
               0px  2px 2px rgba(0,0,0,0.5),
               0px -2px 2px rgba(0,0,0,0.5),
              -2px  0px 2px rgba(0,0,0,0.5),
              -2px  0px 2px rgba(0,0,0,0.5);
  color: #FFFFFF;
  letter-spacing: 0.03em;
  line-height: 1em;
}
.itemitem>#container_content ul h1,
.listlist>#container_content ul h1,
.itemitem>#container_content ul h2,
.listlist>#container_content ul h2 {
  text-shadow: none;
  color: rgb(51, 51, 51);
  letter-spacing: normal;
  line-height: normal;
}


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; 
}

#bottom_filler {
  height:5px;
  clear:both;
  width:100%;
}

/* ************************************************************************* 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;
}

/* ***************************************************************************** footer */
footer {
  padding:10px 0 0 0;
  /*position: fixed;*/
  bottom: 0;
  z-index: 999;
}

#bottom_content1 {
  float: left;
}
#bottom_content2 {
  float: right;
}
footer a,
footer a:link,
footer a:visited,
footer a:active,
footer a:hover {
  color: white;
  text-decoration:none;
}
/* ************************************************* 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;
  color: rgb(51, 51, 51);
}
.foto_klein div {
  font-size: 0.7em;
  padding: 0.3em;
  line-height: 1.1em;
  max-height: 3em;
}


.foto_klein {
  width: 48%;
  /* max-width: 200px; */
  height: 100px;
  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;
  /* clear: both; */
  /* width: 100%; */
  text-align: right;
  color: white;
  color: #828282;
  bottom: 0;
  right: 0;
}

#bottom_copy a.knoop,
#bottom_copy a.knoop:link,
#bottom_copy a.knoop:visited,
#bottom_copy a.knoop:active {
  color: #828282;
}
/* ****************************************************************************** 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: -20px;
}

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: #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;*/
}
.multipagearrow,
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; */
}
#shopform p,
.contactform p,
#reactieform p {
  clear: left;
}
#shopform label,
.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: 1px solid #6e7694; /*none;*/
  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,
p[required] {
  display: table;
  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 */
footer .respond_header,
footer .respond_body,
footer .respond_footer {
  background-color: unset;
}
footer .respond_header {
  margin-top: 2px;
}

.respond_header,
.respond_body,
.respond_footer {
  width:100%;
  padding:2px;
  background-color:#FFF;/*b5b5b5;*/
/*  border:1px solid blue;/* */
}
.respond_header {
  margin-top:10px;
  clear: both;
}
.respond_body {
  background-color:#E8E8E8;
/*  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: 620px;
  overflow: hidden;
  width:100%;
  background-size: cover;
}
#slider img {
/*	position: absolute;*/
  height:100%;
}