@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; background:transparent;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary
{display: block;}

audio, canvas, video {display: inline-block; *display:inline; *zoom:1;}

audio:not([controls]) {display:none; height:0;}

[hidden] {display:none;}

html {overflow-y:scroll; overflow-x:hidden; font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}    
    
body {line-height: 1;}

nav ul, nav ol {list-style: none; list-style-image:none;}    
ol, ul {list-style: none;}
    
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; font-size:75%}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}    

sub, sup {font-size:75%; line-height:0; position:relative; vertical-align:baseline}
sub {bottom: -0.25em;}
sup {top: -0.5em;}

table {border-collapse: collapse; border-spacing: 0;}

a:link, a:visited, a:hover, a:active {text-decoration:none;}
a img, :link img, :visited img {border:none;}
a:focus {outline: thin dotted;}
a:active, a:hover {outline: 0;}

html, button, input, select, textarea {font-family: sans-serif;}
textarea {resize:none; vertical-align:top; font-size:100%; overflow:auto;}
textarea:focus {outline:none;}
input:focus {outline:none;}
button, input, select {vertical-align: baseline; *vertical-align: middle; font-size:100%; line-height:normal; margin:0;}
legend {white-space: normal; *margin-left:-7px;}
button, input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer; *overflow: visible;}
button[disabled], input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing; border-box; *height: 13px; *width: 13px;}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}

img {-ms-interpolation-mode: bicubic;}
svg:not(:root) {overflow:hidden;}

strong, b {font-weight:bold}

tt {font-family: "Courier New", Courier, monospace}
code, kbd, pre, samp {font-family: monospace, serif; _font-family: 'courier new', monospace; font-size:16px;}
pre {white-space: pre; white-space:pre-wrap; word-wrap: break-word;}
hr {display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
i {font-style:italic}
u {text-decoration:underline}
strike, del {text-decoration:line-through}
ins {text-decoration:none}
center {text-align:center}
dfn {font-style:italic}
mark {background: #ff0; color: #000;}

/* EXTERNE FONTS */

/* GEHOSTE FONTS */
@font-face {
    font-family: 'ChopinScript';
    src: url('/fonts/chopinscript-webfont.eot');
    src: url('/fonts/chopinscript-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/chopinscript-webfont.woff') format('woff'),
         url('/fonts/chopinscript-webfont.ttf') format('truetype'),
         url('/fonts/chopinscript-webfont.svg#ChopinScript') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*===Checkbox GDPR===*/
#PL_privacy {
  margin-top: 10px;
}
.privcnt {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: .8em;
  height: 20px;
}
.privcnt input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.privcnt a {
  height: 100%;
  color: black;
  font-weight: 700;
  color: colour;
  position:relative;
  z-index: 10;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #dedede;
}
.privcnt:hover input ~ .checkmark {
  background-color: #ccc;
}
.privcnt input:checked ~ .checkmark {
  background-color: colour;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.privcnt input:checked ~ .checkmark:after {
  display: block;
}
.privcnt .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.submit {
  position:relative;
  z-index: 3;
}
.submit.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.submitholder {
  position: relative;
}
.submitholder:after {
  display: block;
  clear: both;
  content: "";
}
.submitholder .submit-warning {
  position: absolute;
  left:0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
}
/*/===Einde Checkbox GDPR===*/
table {
  max-width: 100% !important;
}
.center-cell
{
  display: table-cell;
  height: 100%;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}

.center-table
{
  display: table;
  width: 100%;
  height: 100%;
}

*
{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loctek-lightbox, #loctek-lightbox-close
{
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  color: #fff !important;
  border-color: #fff !important;
}

#loctek-lightbox-close
{
  line-height: 20px !important;
}

#bestekken tr:last-child td
{
  border-bottom: 1px solid #000 !important;
}

#bestekken span
{
  background-color: #006697;
  padding: .1em .3em;
  color: #fff;
  display: inline-block;
}

#bestekken .alternate td
{
  background-color: #AFCBE3;
}

#bestekken td
{
  border-bottom: 0 !important;
}

#bestekken .alternate+.alternate td
{
  border-top: 0;
}

#bestekken .norm+.norm td
{
  border-top: 0;
}


.bestekkenlinks {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding-bottom: 40px;
}

.bestekkenlinks a {
  width: 31.33%;
  text-align: center;
  padding: 15px;
  color: #006697;
  cursor: pointer;
  border: 1px solid #006697;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.bestekkenlinks .selected {
  background-color: #2D4A87 !important;
  color: white !important;
}


/* NIEUWSBRIEF */

.nieuwsbrief {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #F2F6FA;
  flex-direction: column;
  padding: 50px 10px;
}

.nieuwsbrief h2 {
  font-size: 1.4em;
  color: #a8a8a8;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.nieuwsbrief_form {
  width: 100%;
  max-width: 700px;
}

.nieuwsbrief_form .input_submit
{
  width: 188px;
  float: right !important;
}

.overfloww {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
}

.nieuwsbrief_form input[type=email] {
  width: 100%;
  padding: 15px;
  border: 0;
  position: relative;
  z-index: 1;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #222222;
  background-color: transparent;
}

.product_banner {
  display: none;
}

.send_list h2 {
  font-size: 1.1em;
}

.input_email {
  width: 48.5%;
  float: left;
  margin-top: 1.5em;
  position: relative;
}

.input_email:nth-child(even) {
  float: right;
}

.input_email.error span
{
  background-color: #ff5757;
}

.input_email.error ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.input_email.error ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.input_email.error :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.input_email.error :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.input_email span {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  transform: skewX(0deg);
  background-color: white;
  -webkit-box-shadow: 0px 1px 22px 0px rgba(71,71,71,0.33);
  -moz-box-shadow: 0px 1px 22px 0px rgba(71,71,71,0.33);
  box-shadow: 0px 1px 22px 0px rgba(71,71,71,0.33);
}

.input_email input[type="text"], .input_submit input[type="submit"]
{
  border: 0;
  position: relative;
  z-index: 2;
  margin: 0 3%;
  background-color: transparent;
  width: 90%;
}

.input_submit {
  width: 48.5%;
  float: right;
  margin-top: 1.5em;
  position: relative;
  cursor: pointer;
}

.input_submit div
{
  height: 45px;
  line-height: 45px;
  letter-spacing: 2px;
  font-size: .8em;
  font-weight: bold;
  position: relative;
  text-align: center;
  z-index: 2;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.input_submit i
{
  height: 45px;
  background-color: #fff;
  line-height: 45px;
  text-align: center;
  width: 45px;
  border-radius: 50%;
  font-size: 1.2em;
  position: absolute;
  left: -1px;
  top: 0;
  font-weight: bold;
  z-index: 2;
  color: #222;
  font-family: cursive;
}


.input_submit+.input_submit {
  float: right;
}

.input_submit span {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  transform: skewX(0deg);
  background-color: white;
  transition: all .3s;
  background-color: #222222;
  -webkit-box-shadow: 0px 5px 22px 0px rgba(34,34,34,0.43);
  -moz-box-shadow: 0px 5px 22px 0px rgba(34,34,34,0.43);
  box-shadow: 0px 5px 22px 0px rgba(34,34,34,0.43);
}

.input_submit:hover span {
 -webkit-box-shadow: 0px 5px 22px 0px rgba(180,180,180,0.73);
 -moz-box-shadow: 0px 5px 22px 0px rgba(180,180,180,0.73);
 box-shadow: 0px 5px 22px 0px rgba(180,180,180,0.73);
 opacity: .9;
}
.fat-link {
  text-transform: uppercase;
  font-size: 1.2em;
  color: #2d4a87;
  display: inline-block;
}
.fat-link:hover {
  text-decoration: underline;
}
.nb-title {
  display: block;
  text-align: center;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.6em;
}
html,
body {
 margin:0;
 padding:0;
 height:100%;
 font-family: 'Roboto Condensed', sans-serif;
}

#container {
 min-height:100%;
 position:relative;
}

#container .center
{
  width: 94%;
  max-width: 1350px;
  margin: 0 auto;
}

header
{
  background: #AFCBE3;
}

nav
{
  margin-left: 180px;
  padding-bottom: 10px;
}

nav li
{
  margin-left: 2.66%;
  text-align: center;
  float: left;
}

nav ul:after
{
  display: block;
  content: '';
  clear: both;
}

nav a
{
  padding: 0 .6em;
  text-align: center;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #165C8D;
  text-transform: uppercase;
  margin-left: 1em;
  display: inline-block;
  margin-top: 10px;
  border: 1px solid transparent;
}

nav a:hover, nav .active
{
  border: 1px solid #165C8D;
}

#verlof
{
  line-height: 1.5em;
  width: 100%;
}

#verlof th, #verlof td
{
  background-color: #AFCBE3;
  vertical-align: middle;
  text-align: center;
  padding: .9em .5em;
  color: #000;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

#verlof th
{
  font-weight: bold;
}

#verlof tbody tr:nth-child(odd) td
{
  background-color: #D1D1D1
}

.c.pt td, .c.pt th
{
  border: 0;
}

#verlof.pt td
{
  text-align: left;
  background: #fff !important;
}

#verlof.pt tr:nth-child(even) td
{
  background: #D1D1D1 !important;
}

#verlof.pt th, #verlof.pt td
{
  padding: .5em;
}

#logo
{
  margin-top: 15px;
  margin-bottom: 15px;
  float: left;
}

header .center:after
{
  clear: both;
  display: block;
  content: '';
}

#banner
{
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

#sitemenu
{
  position: absolute;
  left: 0;
  bottom: 15px;
}

#sitemenu a
{
  display: block;
  width: 160px;
  text-align: center;
  height: 38px;
  line-height: 38px;
  color: #fff;
  background: rgba(47, 48, 50, .95);
  text-transform: uppercase;
  border-top: 1px solid #646A6A;
}

#sitemenu li:nth-child(2) a
{
  background: rgba(67, 67, 67, .95);
}

#sitemenu li:nth-child(3) a
{
  background: rgba(80, 82, 81, .95);
}

#ttcontainer
{
  height: 160px;
  position: relative;
  border-top: 1px solid #B6B6B6;
}

#ttbg
{
  opacity: .4;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#ttcontainer p
{
  line-height: 1.4em;
  font-size: 1.5em;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  padding: 0 .6em;
  width: 100%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

#akfooter .center
{
  padding: 50px 0 40px 0;
}

#akfooter
{
  background: #323232;
}

.muurovername
{
  display: block;
  border: 1px solid #405EA1;
  text-align: center;
  padding: 10px;
}

.muurovername img
{
  width: 100px !important;
}

.muurovername strong
{
  color: #405EA1;
  margin-top: 10px;
  display: block;
  height: 3em;
  overflow: hidden;
  line-height: 1.5em;
}

#akfooter strong
{
  font-weight: bold;
  font-size: 1.5em;
  color: #2C91BD;
  display: inline-block;
  margin-right: 1em;
  margin-bottom: .4em;
  margin-top: 10px;
}

#akfooter span
{
  display: inline-block;
  color: #fff;
  font-style: italic;
  margin-bottom: 2em;
  margin-top: 10px;
}

#akfooter a
{
  border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #2E8FBC;
  color: #fff;
  text-transform: uppercase;
  padding: 1em 1.6em;
  float: right;
  margin-bottom: 10px;
}

#footer
{
  background-color: #323232;
  color: #fff;
  text-align: center;
  padding: 1em 0;
}

.infoblock
{
  display: inline-block;
  margin: 0 2%;
  text-align: left;
}

.infoblock p
{
  margin: 1.1em 0;
  min-height: 20px;
  padding-left: 30px;
  background-position: left top;
  background-repeat: no-repeat;
}

.infoblock a
{
  color: #fff;
}

h1
{
  color: #006697;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
  margin: 4% 0;
}

#offerte
{
  margin-top: 4%;
  margin-bottom: 5%;
}

#offerte > .part
{
  float: right;
  width: 48.5%;
}

#offerte > .part:first-child
{
  float: left;
}

#offerte:after
{
  clear: both;
  display: block;
  content: '';
}

input[type="text"], textarea, select
{
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #868686;
  height: 45px;
  line-height: 45px;
  padding: 0 1em;
  width: 100%;
  margin-top: 14px;
}

form h3
{
  margin-top: 1.5em;
  margin-bottom: .7em;
  font-size: 1.3em;
  font-weight: bold;
  color: #323232;
}

.note
{
  color: #666;
  line-height: 1.5em;
  font-size: .9em;
}

select
{
  background: #fff url(/images/select.png) no-repeat right 10px center;
  background-size: 12px;
}

.c
{
  line-height: 1.5em;
}

textarea
{
  padding: 1em;
  line-height: 1.5em;
  height: 164px;
}

input[type="submit"]
{
  border: 0;
  width: 100%;
  margin-top: 8px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #2E8FBC;
  text-align: center;
  color: #fff;
  margin-top: 15px;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
}

#overons
{
  margin-top: 5%;
}

#overons > div
{
  background: #D1D1D1;
  position: relative;
}

#overons .c
{
  text-align: justify;
}

#overons > div:after
{
  clear: both;
  display: block;
  content: '';
}

#overons > div > div
{
  float: right;
  width: 50%;
}

#overons .pic
{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#overons > div:nth-child(even) > .content
{
  float: left;
}

#overons > div:nth-child(even) > .pic
{
  left: auto;
  right: 0;
}

#overons .content
{
  padding: 4%;
}

#overons h2
{
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: 1.15em;
}

#akhome
{
  background: #D1D1D1;
}

#akhome img
{
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

#akhome .center
{
  min-height: 400px;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 1.5em 0;
}


#slider > div
{
  height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#slider .loctek-slider-controls
{
  width: 14px;
  left: auto;
  text-align: center;
  right: 10px;
  margin-left: auto !important;
}

#slider .loctek-slider-controls > li
{
  width: 10px;
  height: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #848484;
  left: auto;
  border: 0;
  margin-top: 5px;
  margin-left: auto !important;
  margin-right: auto !important;
}

#slider .loctek-slider-controls > li.active
{
  width: 14px;
  height: 14px;
  border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  background: #2E8FBC;
}


.contact{
  padding-bottom: 25px;
  padding-top: 25px;
}

.form{
  width: 300px;
  display: inline-block;
  height: 456px;
  float: left;
}

.form #post{
  width: 30%;
}
.form #city{
  width: 62.75%;
  margin-right: 0px;
  
  margin-left: 0px;
}
.form #submit{
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  background-color: white;
  color: #68564d;
  border: solid 2px #68564d;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.125em;


}

.kaart{


  position: relative;
  height: 544px;
  margin-left: 325px;
  margin-right: 325px;
}
#dasmap{
  margin-bottom: 10px;
  height: 490px;
}
.plusicon{

  position: absolute;
  right: 0;
  z-index: 98;


}


.plusicon img {
  float: right;
}
.kaart .buttonskaart{
  background-color: white;
  color: #fff;

  
  text-align: center;
  height: 45px;
  font-size: 1em;


}
.kaart .buttonskaart a{
  border:0;
  color: #fff;
  background-color:#2E8FBC;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  padding:0px;
  float: none;
  margin: 0px;
  height: 45px;
  text-transform: uppercase;
  line-height: 45px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}




.locatiegegevens{
  width: 300px;
  height: 536px;
  display: inline-block;
  
  position: relative;
  float: right;
}
.teamfoto{
  height: 125px;
  width: 100%;
  background-color: #9a9a9a;
}
.locatiegegevens .locatie{
  height: auto;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.locatiegegevens .locatie div{
  line-height: 2em;
  margin-bottom: 25px;
}
.locatie div p{
  font-weight: 400;
  padding-left: 50px;
}
.locatieadres{
  background-image: url(/images/icomarker.png);
  background-repeat: no-repeat;
  background-position-y: 8px;

}
.locatiephone{
  background-image: url(/images/icocell.png);
  background-repeat: no-repeat;
  background-position-y: 7px;
  background-position-x: 2px;
}
.locatiefax{
  background-image: url(/images/icoprint.png);
  background-repeat: no-repeat;
  background-position-y: 8px;
}
.locatieemail{
  background-image: url(/images/icomail.png);
  background-repeat: no-repeat;
  background-position-y: 10px;
}


.locatiegegevens .button{
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 45px;
  
  
}
.locatiegegevens .button span{
  height: 45px;
  line-height: 45px;
  margin-left: auto;
  border:0;
  color: #fff;
  background-color:white;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  padding:0px;
  float: none;
  margin: 0px;
  background: #2E8FBC;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  text-transform: uppercase;
}

#vorstperiode
{
  width: 100%;
  line-height: 1.5em;
}

#vorstperiode th
{
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

#vorstperiode th, #vorstperiode td
{
  padding: .7em;
  border: 1px solid #000;
}

#bestekken th, #bestekken td
{
  border: 1px solid #000;
  vertical-align: middle;
  padding: .6em;
}

#bestekken th
{
  font-weight: bold;
}

#bestekken
{
  width: 100%;
  line-height: 1.5em;
}

#normaltable
{
  width: 100%;
  line-height: 1.5em;
}

#normaltable th, #normaltable td
{
  border: 1px solid #000;
  padding: .5em;
}

#normaltable th
{
  text-align: center;
  font-weight: bold;
}

.dubbleline td
{
  font-size: 3px;
  height: 3px;
}

.bigline td
{
  height: 1px;
  font-size: 1px;
  background-color: #000;
}

.spelers {
  width: 100%;
  overflow: auto;
  position: relative;
}

.speler {
  position: relative;
  padding: 10px;
  width: 20%;
  float: left;
}

.speler>div {
  width: 100%;
  height: 100%;
  position: relative;
}

.speler>div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.speler>div:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.bestuur {
  width: 100%;
  margin: 5% auto;
  overflow: auto;
}

.bestuur>div {
  margin: 0 auto;
  padding: 10px 0;
  overflow: auto;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.bestuur-lid {
  width: 18%;
  margin: 1%;
  float: left;
  overflow: hidden;
}

.bestuur-lid>div>img {
  width: 100%;
  height: 100%;
}

.bestuur-lid>div {
  position: relative;
}

.bestuur-lid>div>div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  padding: 10px;
  background-color: rgba(255,255,255,.9);
  border-bottom: 5px solid #2d4a87;
  transition: all .3s;
  display: flex;
  justify-content: flex-end;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}

.bestuur-lid:hover div>div {
  top: 0;
}

.bestuur-lid h2 {
  width: 100%;
  font-weight: 700;
  padding-bottom: 3px;
  font-size: 1.2em;
}

.bestuur-lid h2 span {
  font-size: .7em;
  color: #676767;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.bestuur-lid h3 {
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 5px;
  border-top: 1px solid #2d4a87;
}

.bestuur-lid p {
  width: 100%;
  text-align: center;
  font-size: 1.1em;
}

.bestuur-lid p span {
  color: #2d4a87;
}

.bestuurder {
  width: 23% !important;
}

.metaalinfobtns
{
  margin-top: 5%;
}

.metaalinfobtns:after
{
  clear: both;
  display: block;
  content: '';
}

h3 small
{
  display: block;
  margin-top: .4em;
  font-size: .6em;
}

.metaalinfobtns > a
{
  float: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 49%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #006697;
  cursor: pointer;
  border: 1px solid #006697;
  transition: all .4s ease-out;
  -webkit-transition: all .4s ease-out;
}

.metaalinfobtns > a:last-child
{
  float: right;
}

.metaalinfobtns > .active, .metaalinfobtns > a:hover
{
  background-color: #2d4a87;
  color: #fff;
  font-weight: bold;
}

.datatable
{
  width: 100%;
  margin-bottom: 5%;
  line-height: 1.4em;
}

.datatable td, .datatable th
{
  border: 1px solid #000;
  padding: .4em;
  text-align: left;
}

.datatable th
{
  font-weight: bold;
}

#referteloonkost
{
  font-size: .85em;
}

#referteloonkost th, #nationaalreferteloon th, #minuurlonen th, #verplaatsingsvergoeding th, #tpersoneel th
{
  text-align: center;
  vertical-align: middle;
}

#tpersoneel
{
  margin-bottom: 1em;
}

/***Lonen***/
.subitem-content-holder .subitem {
  display: none;
}
#container .footermar {
  margin-bottom: 60px;
}
.subitems-lonen {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
}
.subitems-lonen .subitem {
  margin: 1%;
  width: 23%;
  border:1px solid #2e8fbc;
  padding: 15px;
  border-radius: 8px;
  font-size: 1em;
  font-weight: bold;
  background-size: 300% 100%;
  background-image: linear-gradient(to right,transparent 50%, #2e8fbc 50%);
  transition: all 0.8s ease;
  text-align: center;
  text-transform: uppercase;
  line-height: 150%;
  cursor: pointer;
}
.subitems-lonen .subitem:hover,.subitems-lonen .subitem.active {
  background-position: -50%;
  color: #fff;
}
.subitem-content-holder h2 {
  margin-top: 25px;
  text-transform: uppercase;
  color: #2e8fbc;
  text-align: center;
  font-size: 1.4em;
}
.subitem-content-holder h3 {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.2em;
  background-color: #2e8fbc;
  color: #fff;
  padding: 15px;
  cursor: pointer;
}
.subitem-content-holder h4 {
  margin-top: 15px;
  text-align: center;
  font-weight: bold;
}
.subitem-content-holder .tabellen-holder .tabel {
  margin-bottom: 10px;
}
.subitem-content-holder .tabellen-holder .tabel .c {
  display: none;
}
/***Einde Lonen***/
/***Referte***/
.rp-main table {
  width: 100%;
}
.rp-main th {
  font-weight: bold;
}
.rp-main .header-row {
  font-weight: bold;
}
/***Einde Referte***/

@media all and (max-width: 1350px) {
  #referteloonkost
  {
    display: none;
  }

  #referteloonkost2 #referteloonkost
  {
    display: table;
  }

  #referteloonkost2
  {
    display: block;
  }
}

@media all and (max-width: 1235px) {
  #verplaatsingsvergoeding
  {
    font-size: .85em;
  }

  #tpersoneel
  {
    font-size: .85em;
  }
}

@media all and (max-width: 1200px){
  .contact{
    height: auto;

  }
  .form{
    width: 65%;
    height: 544px;
  }
  .form #city{
    width: 63.75%;
  }
  .locatiegegevens{
    width: 32%;
  }
  .kaart{
    margin-left: 0px;
    margin-right: 0px;
    clear: both;
    padding-top: 1.5em;
  }
  .buttonskaart{
    margin-top: 15px;
  }
}

@media all and (max-width: 1150px) {
  #res
  {
    display: inline-block;
    float: right;
    cursor: pointer;
    margin-top: 40px;
  }

  nav
  {
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    background-color: #2E8FBC;
    z-index: 85;
    margin: 0;
  }

  nav li
  {
    margin: 0;
    width: 100%;
    float: none;
    display: block;
  }

  nav a
  {
    display: block;
    border: 0;
    margin: 0;
    border-bottom: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 1.3em;
    height: 3.2em;
    line-height: 3.2em;
    width: 100%;
  }

  nav a:hover, nav .active
  {
    border: 0;
    background-color: #1A181D;
  }
}

@media all and (max-width: 1050px) {
  .subitems-lonen .subitem {
    width: 31.33%;
  }
}

@media all and (max-width: 980px) {
  #container #overons > div > div
  {
    position: static;
    width: 100%;
    float: none;
  }

  #overons .pic:after
  {
    padding-top: 54%;
    display: block;
    content: '';
  }

  #normaltable.jaarres
  {
    font-size: .85em;
  }

  .bestuur-lid {
    width: 31.33%;
  }
}

@media all and (max-width: 870px) {
  .locatiegegevens, .form
  {
    width: 48.5%;
    height: auto;
  }

  #tpersoneel
  {
    display: none;
  }

  #tpersoneel2 #tpersoneel
  {
    display: table;
  }

  #tpersoneel2
  {
    display: block;
  }

  #bestekken tr td:first-child
  {
    width: 28% !important;
  }
}


@media all and (max-width: 820px) {
  #verlof.pt
  {
    font-size: .85em;
  }

  #normaltable.jaarres thead
  {
    display: none;
  }

  #normaltable.jaarres th, #normaltable.jaarres td, #normaltable.jaarres tr
  {
    display: block;
  }

  #normaltable.jaarres th
  {
    background-color: #AFCBE3;
  }

  #normaltable.jaarres td:before
  {
    display: inline-block;
    margin-right: .5em;
    font-weight: bold;
  }

  #normaltable.jaarres td:nth-child(2):before
  {
    content: 'Januari:';
  }

  #normaltable.jaarres td:nth-child(3):before
  {
    content: 'Februari:';
  }

  #normaltable.jaarres td:nth-child(4):before
  {
    content: 'Maart:';
  }

  #normaltable.jaarres td:nth-child(5):before
  {
    content: 'April:';
  }

  #normaltable.jaarres td:nth-child(6):before
  {
    content: 'Mei:';
  }

  #normaltable.jaarres td:nth-child(7):before
  {
    content: 'Juni:';
  }

  #normaltable.jaarres td:nth-child(8):before
  {
    content: 'Juli:';
  }

  #normaltable.jaarres td:nth-child(9):before
  {
    content: 'Augustus:';
  }

  #normaltable.jaarres td:nth-child(10):before
  {
    content: 'September:';
  }

  #normaltable.jaarres td:nth-child(11):before
  {
    content: 'Oktober:';
  }

  #normaltable.jaarres td:nth-child(12):before
  {
    content: 'November:';
  }

  #normaltable.jaarres td:nth-child(13):before
  {
    content: 'December:';
  }
}

@media all and (max-width: 760px) {
  #verlof.pt
  {
    font-size: .65em;
  }
  .subitems-lonen .subitem {
    width: 48%;
  }
}


@media all and (max-width: 730px) {
  #referteloonkost2
  {
    display: none;
  }

  #referteloonkost3 #referteloonkost
  {
    display: table;
  }

  #referteloonkost3
  {
    display: block;
  }
}

@media all and (max-width: 680px) {
  #offerte > .part
  {
    width: 100%;
  }

  .locatiegegevens .locatie
  {
    margin-bottom: 50px;
  }

  .locatiegegevens .button
  {
    padding: 0 !important;
  }

  .locatiegegevens, .form
  {
    width: 100%;
    margin-bottom: 1.5em;
  }

  #offerte
  {
    margin-bottom: 1.5em;
  }
}

@media all and (max-width: 600px) {
  .bestuur-lid {
    width: 48%;
  }

  #bestekken tr td:first-child
  {
    width: 35% !important;
  }
}

@media all and (max-width: 550px) {
  #verlof
  {
    font-size: .85em;
  }

  .input_email, .input_submit
  {
    float: none !important;
    width: 100%;
  }

  #ferro thead
  {
    display: none;
  }

  #minuurlonen
  {
    font-size: .85em;
  }

  #ferro th
  {
    background-color: #AFCBE3;
  }

  #ferro td:first-child
  { 
    font-weight: bold;
  }

  #ferro .empty
  {
    display: none !important;
  }

  #ferro td:nth-child(2):before
  {
    margin-right: .3em;
    font-weight: bold;
    content: 'Januari: ';
    display: inline-block;
  }

  #ferro td:nth-child(3):before
  {
    margin-right: .3em;
    font-weight: bold;
    content: 'Februari: ';
    display: inline-block;
  }

  #ferro td:nth-child(4):before
  {
    margin-right: .3em;
    font-weight: bold;
    content: 'Maart: ';
    display: inline-block;
  }

  #ferro td:nth-child(5):before
  {
    margin-right: .3em;
    font-weight: bold;
    content: 'April: ';
    display: inline-block;
  }

  #ferro td:nth-child(6):before
  {
    margin-right: .3em;
    font-weight: bold;
    content: 'Mei: ';
    display: inline-block;
  }

  #ferro th, #ferro td
  {
    border: 0;
    display: block;
  }
}


@media all and (max-width: 500px) {
  #ttcontainer
  {
    display: none;
  }

  .bestuur-lid {
    cursor: pointer;
  }
  .bestuur-lid div div {
    opacity: 1;
    display: none;
  }
  .subitems-lonen .subitem {
    font-size: 0.9em;
  }
}

@media all and (max-width: 440px){
  .subitems-lonen .subitem {
   width: 98%;
 }
}

@media all and (max-width: 400px) {
  .muurovername strong
  {
    height: auto;
  }
}

@media all and (max-width: 300px) {
  .infoblock
  {
    width: 94%;
    margin: 0 auto;
  }
}