:root {
  /* ************  Color reference chart ******************** */
  --ilc:#4f81bc;    /* icon logo color  k1 */



  /* ************ body  */
  --bbc:#dce6f2;    /* body background color k1 L40   */
  --btc:#000;       /*body text color  black   */



  /* ************ header bar */
  --hbc:#2c4d73;    /* header box color   k1  D40  */
  --htc:#FFFFFF;    /* header text color  white */



  /* ************ footer bar */
  --fbc:#95b3d7;    /* footer background color   k1 L20  */
  --ftc:#ffffff;    /* footer text color   white   */



  /* ************ links bar */
  --lbc:#dce6f2;    /* link background color  = bbc = k1 L40  */
  --ltc:red;        /* link text color            */
  --lvbc:red;       /* link visited background colors    */
  --lvtc:red;           /* link visited text color       */
  --lhbc:#2c4d73;   /*   link hover background colors  */
  --lhtc:  white;          /* link hover text color          */
  --labc:  red;          /* link active background colors    */
  --latc:  red;          /* link active text color          */



  /* ************ navigation bar */
  --nbbc: #988509;  /*  navbar background color  was 988509    is kleur 5 */
  --nbtc: #ffffff;   /* navbar text color */



  --mbb: #988509; /* menu bar background */
  --mbbt: white; /* menu bar text */
  --mbh: #7b6c07;  /* menu bar hover  k5 D20 */
  --mbht: white; /* menu bar hover text  */
  --dbm: #f4db3a; /* dropdown button menu  k5 L20*/
  --dbmt: white;
  --dbh: purple;  /* dropdown button hover  */
  --dbht: white;
  --xxx: red;

}
/* ************  End color reference chart ******************** */

/* **************   overview z-index  **************** */

/* navbar                  z-index: 1999; */
/* sticky                  z-index: 1999; */
/* dropdown content        z-index: 1000; */
/* footer                  z-index: 200; */
/* i4l-page                z-index: 100; */





/* **************** Dropdown navigation bar  **************** */




/* **************** html relative font size   **************** */

/*  https://stackoverflow.com/questions/9174669/best-practice-font-size-for-mobile   */
html {
  font-size: 18px;
}


@media (max-width: 600px) {
  html {
    font-size: 16px;
  }
}




/* **************** html relative font size   **************** */



body {
  height:100%;
  padding: 0;
  margin: 0;
  text-align: left;
  background-color: var(--bbc);
}

.i4l-page {
  position:relative;
  min-height:100%;
  color: var(--btc);
  background-color: var(--bbc);

  padding-bottom:60px; /* Height of the footer */
  /*
padding-top: 60px; /* height of the navbar
topnav*/

   z-index: 1;
}

.i4l-header {
  /* text-align: center; */
  vertical-align: middle;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  min-width:100%;
  font-family:avenir;
  font-size:3rem;
  color: var(--htc);
  background-color: var(--hbc);
}



.i4l-footer {
  position:fixed;
  bottom:0;
  height: 50px;
  vertical-align: middle;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  min-width: 100%;5
  color: var(--ftc);
  background-color: var(--fbc);
  z-index: 200;
}

.i4l-logo {
  float:left;
  margin-top: 0px;
  width:100%;
  max-width: 740px;
  max-height: 560px;
}

.i4l-image {
  width:calc(33% - 2px);
  padding-bottom: 2px;
}

.i4l-mid {
  vertical-align:middle
}

.image-center-fit {

  max-width: 99%;
  max-height: 99vh;
  height: auto;
}


/*   defining responsive table with flex container
.flex-container {
display: flex;

}

.flex-container > div {
background-color: #f1f1f1;
margin: 10px;
padding: 20px;
font-size: 30px;
}


end defining responsive table with flex container */

.form {
  padding-bottom:50px;	/* Height of the footer */
  color: /*btc*/ var(--btc);
  background-color: var(--bbc);
  margin-left: 20px;
  padding: 20px 20px;
}

a:link, a:visited {
  background-color: var(--lbc);
  color: var(--ltc);
  padding: 0px 0px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
}

a:hover, a:active {
  background-color: var(--lhbc);
  color: var(--lhtc);
}

p {
  font-family:avenir;
  font-size:1rem;
  line-height: 1.6;
  margin: 0px 20px 8px 20px;
  padding: 0px 0px 0px 0px;
  max-width: 860px;
}


ul {
  margin-left: 20px;
  margin-right: 20px;
  font-family:avenir;
  font-size:1rem;
}

ol {
  margin-left: 20px;
  margin-right: 20px;
  font-family:avenir;
  font-size:1rem;
}

h1 {
  font-family:avenir;
  font-size:clamp(1.4rem, 3vw, 2rem);
  font-weight: 800;
  line-height: 120%;
  margin: 0px 20px 10px 20px;
  padding: 10px 0px 6px 0px;
}

h2 {
  font-family:avenir;
  font-size: clamp(1.2rem, 2.5vw, 1.7rem);
  font-weight: 600;
  line-height: 120%;
  margin: 0px 20px 6px 20px;
  padding: 10px 0px 4px 0px;
}

h3 {
  font-family:avenir;
  font-style: italic;
  font-size:clamp(1.1rem, 2vw, 1.4rem);
  line-height: 120%;
  margin: 0px 20px 4px 20px;
  padding: 8px 0px 2px 0px;
}


h4 {
  /*  display: block;
  margin-block-start: 1.33em;
  margin-block-end: -1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px; */
  font-family:avenir;
  font-style: italic;
  font-weight: 500;
  font-size:clamp(1rem, 3vw, 1.75rem);
  margin: 0px 20px 0px 20px;
  padding: 10px 0px 0px 0px;
}

h5 {
  font-family:avenir;
  font-style: italic;
  font-size:clamp(1rem, 3vw, 1.75rem);
  float: left;
  margin: 0px 20px 0px 20px;
  padding: 10px 0px 0px 0px;

}

h6 {
  font-family:avenir;
  font-size:clamp(1rem, 3vw, 1rem);
  float: left;
  margin: 0px 20px 0px 20px;
  padding: 10px 0px 0px 0px;

}

iframe.contactform {  width: 100%;  height: 800px; frameborder="0"; }

/*  ********* table definitions ********** */

/* banner */
table.tableH {
  margin-top:0px;
  margin-left:0px;
  margin-right:0px;
  padding-left:0px;
  padding-bottom:0px;
  vertical-align:middle;
  font-family:avenir;
  color:var(--htc);
  width:100%;
  border:0;
  background-color: var(--hbc);
  border-collapse: collapse;

}
table.tableH td:nth-child(1) {
  width:20%;
  text-align:right;
  vertical-align:middle;
  background-color: var(--hbc);
  border:0 var(--hbc);
}
table.tableH td:nth-child(2) {
  width:80%;
  text-align:left;

  font-size:4vw;
  margin-left: 0%;
  vertical-align:middle;
  background-color: var(--hbc);
  border:0 var(--hbc);
}



/* body tekst */
table.table1 {
  margin-top:0px;
  margin-left:0px;
  margin-right:0px;
  padding-left:0px;
  padding-bottom:0px;
  vertical-align:middle;
  font-family:avenir;
  color:var(--btc);
  width:100%;
  border:0 var(--bbc);
  background-color: var(--bbc);
  border-collapse: collapse;

}
table.table1 th, td {
  padding: 10px 0px 10px 20px;
}

table.table1 td:nth-child(1) {
  width:25%;
  text-align:left;
  vertical-align:top;
  border:0 var(--bbc);
  background-color: var(--bbc);
  padding: 10px 0px 10px 20px;


}
table.table1 td:nth-child(2) {
  width:75%;
  text-align:left;
  margin-left: 0%;
  vertical-align:top;
  border:0 var(--bbc);
  background-color: var(--bbc);
  padding: 10px 0px 10px 0px;
}

table.table2 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  vertical-align:middle;
  font-family:avenir;
  color:var(--btc);
  width:100%;
  border:0 var(--bbc);
  background-color: var(--bbc);
  border-collapse: collapse;
}

table.table2 td:nth-child(1) {
  width:50%;
  text-align:center;
  vertical-align:bottom;
  border:0 var(--bbc);
  background-color: var(--bbc);
}


table.table2 td:nth-child(2) {
  width:50%;
  text-align:center;
  vertical-align:bottom;
  border:0 var(--bbc);
  background-color: var(--bbc);
}

/* footer */
table.tableF {
  margin-top:0px;
  margin-left:0px;
  margin-right:0px;
  padding-left:0px;
  padding-bottom:0px;
  vertical-align:middle;
  color:var(--ftc);
  width:100%;
  background-color: var(--fbc);
  border-collapse: collapse;

}
table.tableF th, td {
  padding: 10px 15px 10px 15px;
}

table.tableF td:nth-child(1) {
  width:calc(50%-16px);
  text-align:left;
  vertical-align:middle;
  background-color: var(--fbc);
  font-family:avenir;
  font-size:calc(12px + 0.1vw);
   z-index:500;
}
table.tableF td:nth-child(2) {
  overflow: hidden;
  width:32px;
  text-align:center;
  margin-left: 0%;
  vertical-align:middle;
  background-color: var(--fbc);
  font-family:avenir;
  font-size:calc(12px + 0.1vw);
}
table.tableF td:nth-child(3) {
  width:calc(50%-16px);
  text-align:right;
  margin-left: 0%;
  vertical-align:middle;
  background-color: var(--fbc);
  font-family:avenir;
  font-size:calc(12px + 0.1vw);
}



table.tableDDDD {
  border-collapse: collapse;
}
table.tableDDDD, th, td {
  border: 0px solid black;
}

table.tableDDDD th, td {
  padding: 10px 15px 10px 15px;
}

table.tableDDDD tr, td:nth-child(1) {
  background: #ccc;
}

table.table1, tr, td:nth-child(2) {
  background: #ddd;
}



/* *** translate bar *** */
.translate-bar {
  background-color: #fef9e7;
  border-left: 4px solid #f0c040;
  border-bottom: 1px solid #e8d98a;
  padding: 6px 20px;
  font-size: 0.85rem;
  font-family: avenir;
  color: #555;
  margin-bottom: 8px;
}
.translate-bar a {
  color: #b07800;
  background-color: transparent;
  display: inline;
  padding: 0;
  font-weight: bold;
}
.translate-bar a:hover {
  color: #7a5200;
  background-color: transparent;
}
/* *** end translate bar *** */

@media screen and (max-width: 600px) {
.i4l-footer {
  position:fixed;
  top: auto;
  left: auto;
  height: auto;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: -1px;
  min-width: 100%;
  color: var(--ftc);
  background-color: var(--fbc);
  z-index: 200;
}
}

table.tablekrant {
  margin: 20px 0px 0px 40px;
  border-collapse: collapse;
  background-color: transparent; p
  adding:10px 0px 0px 0px;
  border-spacing:0;
}
/* ************* text with a collaps button ********************** */
/*  https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_collapsible  */
/* Style the button that is used to open and close the collapsible content */
.collapsible {
  position: relative;
  /* top:0px;
  left: 0px;
  float:left; */
  display: flex;

  background-color: var(--hbc);
  color: var(--htc);
  cursor: pointer;


  width: calc(100vw - 40px);
  /* width: calc(100% - 40px);
  height: 100%;  */
  height: max-content;
  border: none;
  text-align: left;
  outline: none;
  margin: 0px 20px 5px 20px;
  padding: 10px 0px 10px 0px;
  font-family:avenir;
  font-size:2rem;
  font-style: italic;

}


/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: var(--fbc);
}

/* Style the collapsible content. Note: hidden by default */
.collapse_content {
  padding: 0px 20px 0px 0px;
  display: none;
  overflow: hidden;
  background-color: var(--bbc);
}


.krant {
  margin-left: 20px;
  margin-right: 20px;
  font-family:avenir;
  font-size:1rem;
}


/* ************* block to place text in a block on top of a button ******* */


.text-block-left {
  display: inline-block; width: calc(40vw - 42px);
  position: relative; left: 20px;
  background-color: transparent;
  text-align: left; font-size: clamp(16px, 2vw, 2rem);


}
.text-block-middle {
  display: inline-block; width: calc(20vw - 16px);
  position: absolute; top: 50%; left: 50%;
  -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
  background-color: transparent;
  text-align: center; font-size: calc(15px + 0.1vw);
}
.text-block-right {
  display: inline-block; width: calc(40vw - 42px);
  position: absolute; top: 50%; right: 100%;
  -ms-transform: translate(0%, -50%); transform: translate(0%, -50%);
  background-color: transparent; right: 20px;
  text-align: right;  font-size: clamp(16px, 2vw, 2rem);


}
/* ************* block to place text in a block on top of a button ******* */
/* ************* end text with a collaps button ********************** */

/* ************* begin text social sharing widgets ********************** */
.social{
  position: absolute;
  right:10px;
  top:10px;
  background-color: var(--hbc);
}
.social-to-hide{
  position: absolute;
  right:10px;
  top:45px;
  background-color: var(--hbc);
}

.social-to-hide2{
  position: absolute;
  right:10px;
  top:80px;
  background-color: var(--hbc);
}

@media (max-width: 767px) {
   .social-to-hide {
      display: none;
   }
}

@media (max-width: 767px) {
   .social-to-hide2 {
      display: none;
   }
}
@media (max-width: 300px) {
   .social {
      display: none;
   }
}
