.center-cell
{
  display: table-cell;
  height: 100%;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}

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

#slider span
{
  display: inline-block;
  position: absolute;
  bottom: 1.5em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5em;
  padding: .5em;
  margin-right: 80px;
  left: 1.5em;
  background-color: #203399;
}

.credits {
  display: none;
}

.credits a {
  color: #cdcdcd;
}

.credits a:hover {
  color: #cdcdcd;
}

#buttons.buts-2 > span
{
  margin: 0 2%;
  width: 48%;
}

#buttons.buts-2 > span:nth-child(2)
{
  margin-left: 0;
}

#buttons.buts-2 > span:last-child
{
  margin-right: 0;
}

#buttons.buts-1 > span
{
  margin: 0;
  width: 100%;
}

.c h2
{
  font-size: 1.35em;
  font-weight: bold;
}

.c h3
{
  font-size: 1.2em;
}

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

html,
body {
   margin:0;
   padding:0;
   height:100%;
   font-family: 'Roboto Condensed', sans-serif;
}

.c
{
  line-height: 1.5em;
}

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

header
{
  font-size: 1.1em;
  background: #D0EDF3;
}

header #top
{
  background: #0E1734;
  height: 40px;
}

#container .center
{
  width: 95%;
  max-width: 1350px;
}

#top > .center > div
{
  float: right;
}

#taal > a
{
  display: inline-block;
  width: 2em;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

#taal > a:hover, #taal > .active
{
  background-color: #fff;
  color: #0E1734;
}

#taal
{
  margin-left: 2em;
}

#menutop > a
{
  color: #fff;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  width: 110px;
  text-align: center;
}

#menutop > a:hover, #menutop .active
{
  color: #848EB1;
}

nav
{
  margin-right: 200px;
  float: right;
}

nav li
{
  display: inline-block;
}

nav ul a
{
  height: 115px;
  line-height: 115px;
  text-transform: uppercase;
  color: #0E1734;
  text-align: center;
  padding: 0 2em;
  display: inline-block;
}

nav li:last-child {
  border: none;
}

nav ul a:hover, nav .active
{
  background-color: #0E1734;
  color: #fff;
}

#logo > img
{
  width: 100%;
}

#logo
{
  margin-top: 10px;
  width: 180px;
  float: left;
}

#banner
{
  background: url(/images/banner.jpg);
  background-size: auto 100%;
  position: relative;
  height: 100px;
}

#banner:before, #homeheader:before
{
  content: '';
  background: url(/images/overlay_light.png);
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  min-height: 100%;
  width: 100%;
}

#banner > div
{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  width: 100%;
}

#home .go
{
  display: inline-block;
  height: 30px;
  width: 29px;
  background-image: url(/images/icogo.png);
}

#home .frame a:hover .go
{
  background-image: url(/images/icogo_h.png);
}

#contentprod
{
  width: 48%;
  float: left;
}

#contentside
{
  margin-top: 5%;
  width: 48%;
  float: right;
}

.textbot > div
{
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2em;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  width: 90%;
  margin-left: 5%;
  line-height: 1.3em;
}

#contentside .pr
{
  margin-bottom: 1.5em;
  overflow: hidden;
}

.picbot
{
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

#contentside > a
{
  border: 1px solid #213292;
  background: #0E1734;
  text-align: center;
  color: #fff;
  display: block;
  line-height: 1.4em;
  padding: .9em;
  text-transform: uppercase;
}

.textbot
{
  line-height: 1.5em;
  padding: 5%;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  min-height: 100%;
  width: 100%;
  background-color: rgba(34, 50, 146, 1);
}

#contentprod h2
{
  color: #fff;
  background-color: #223292;
  text-align: center;
  padding: .8em;
  font-size: 1.2em;
  margin: .4em auto 1em auto;
  text-transform: uppercase;
}

#contentprod .toptxt
{
  margin-bottom: 5%;
}

#banner h2
{
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.4em;
  line-height: 1.35em;
}

#banner strong
{
  font-weight: normal;
  font-style: italic;
  color: #129590;
  line-height: 1.5em;
  font-size: 1.5em;
  display: block;
  padding-left: 60px;
}

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

#ttcontainer
{
  height: 175px;
  background-color: #fff;
  position: relative;
}

#ttcontainer p
{
  font-size: 1.65em;
  text-align: center;
  position: absolute;
  color: #000;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  width: 100%;
}

#ttcontainer span
{
  background-color: #fff;
  position: relative;
  display: inline-block;
  padding: .6em;
}

#ttcontainer:before
{
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  background-color: #000;
  top: 50%;
  margin-top: -1px;
  height: 2px;
}

footer > address > div
{
  display: inline-block;
  margin: 1.5em 3%;
  text-align: left;
  font-size: 1.1em;
  vertical-align: top;
  line-height: 2.2em;
}

footer img
{
  vertical-align: middle;
}

footer a
{
  color: #fff;
}

.c h3
{
  font-size: 1.2em;
}

#siteby
{
  font-size: .8em;
  color: #666;
  line-height: 2.6em;
  height: 2.6em;
  background-color: #233694;
  display: block;
  border-top: 1px solid #5B68AE;
}

#siteby a
{
  color: #666;
}

footer
{
  color: #fff;
  text-align: center;
  background-color: #0E1734;
}

h1
{
  margin-top: 5%;
  margin-bottom: 1em;
  color: #203294;
  font-weight: bold;
  font-size: 1.6em;
}

.toptxt
{
  font-size: 1.2em;
  font-style: italic;
}

.gegevens
{
  width: 340px;
  float: right;
}

.gegevens > img
{
  width: 100%;
}

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

.gegevens p
{
  float: left;
  padding-left: 1em;
  line-height: 2em;
  margin-top: .5em;
}

.gegevens a
{
  text-decoration: underline;
  color: #1A3493;
}

.gegevens p:last-child
{
  float: right;
  padding-right: 1em;
  padding-left: 0;
}

#dasmap2
{
  height: 250px;
}

#sliderholder
{
  width: 95%;
  margin: 5% auto;
  max-width: 1150px;
  position: relative;
}

#slider img
{
  width: 100%;
}

#leftsli
{
  position: absolute;
  left: 3%;
  z-index: 5;
  top: 50%;
  margin-top: -15px;
  cursor: pointer;
}

#rightsli
{
  position: absolute;
  right: 3%;
  z-index: 5;
  top: 50%;
  margin-top: -15px;
  cursor: pointer;
}

#dasmap
{
  height: 450px;
}

#toongroot
{
  position: absolute;
  right: 0;
  bottom: 0;
  height: 45px;
  line-height: 45px;
  background: #1A3495;
  padding: 0 1em;
  color: #fff;
  cursor: pointer;
  font-size: 1.25em;
  text-transform: uppercase;
}

#toongroot:after
{
  position: absolute;
  top: 0;
  left: -35px;
  content: '';
  border-bottom: 45px solid #1A3495;
  border-left: 35px solid transparent;
  border-right: 0;
}

#contact form
{
  margin-right: 375px;
}

#contact input[type="text"], #contact textarea
{
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #AAAAAA;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 0 .65em;
  width: 100%;
}

#contact textarea
{
  height: 188px;
}

#contact input[type="submit"]
{
  width: 100%;
  color: #1A3493;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #1A3493;
  background-color: #CCDFEE;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 0 .65em;
  width: 100%;
}

#contact input[type="submit"]:hover
{
  background-color: #1A3493;
  color: #fff;
}


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

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

#contact .toptxt
{
  margin-bottom: 3%;
}

#dasmap
{
  margin: 5% auto;
}

#loctek-lightbox-close
{
  color: #000 !important;
}

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

#prodoverzicht
{
  margin: 5% auto;
}

#prodoverzicht > a
{
  float: left;
  width: 31.33%;
  margin: 1%;
  position: relative;
}

#prodoverzicht > .big hgroup
{
  left: 2em;
  bottom: 2em;
}

#prodoverzicht > .big
{
  width: 98%;
}

#prodoverzicht img
{
  width: 100%;
}

#prodoverzicht hgroup
{
  padding: 1em;
  color: #fff;
  position: absolute;
  left: 1.5em;
  bottom: 1.5em;
  max-width: 90%;
  background-color: #203399;
}

#prodoverzicht > a:hover hgroup
{
  background: transparent;
}

#prodoverzicht > a > span
{
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  min-height: 100%;
  width: 100%;
  content: '';
  transition: background .6s;
  -webkit-transition: background .6s;
}

#prodoverzicht > a:hover > span
{
  background: rgba(32, 51, 153, .7);
}

#prodoverzicht > a:before
{
  content: '';
  width: 92.5%;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 3.5%;
  height: 0;
  position: absolute;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  z-index: 10;
  transition: height .6s;
  -webkit-transition: height .6s;
}

#prodoverzicht > a:hover:before
{
  height: 85%;
}

#prodoverzicht > a:after
{
  content: '';
  width: 0;
  top: 7%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  left: 50%;
  height: 85%;
  position: absolute;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  z-index: 10;
  transition: width .6s;
  -webkit-transition: width .6s;
}

#prodoverzicht > a:hover:after
{
  width: 93%;
}

#prodoverzicht h2
{
  text-transform: uppercase;
  font-size: 1.5em;
}

#prodoverzicht h3
{
  font-style: italic;
  font-size: 1.15em;
}

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

#buttons
{
  margin-top: 5%;
  margin-bottom: 2.5%;
}

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

#buttons > span
{
  width: 31.1%;
  cursor: pointer;
  color: #223292;
  float: left;
  border: 2px solid #223292;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 3.33%;
}

#buttons > span:hover, #buttons > .active
{
  color: #fff;
  background-color: #223292;
}

#buttons > span:first-child
{
  margin-left: 0;
}

.prodal
{
  margin-bottom: 5%;
}

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

.prodal img
{
  width: 350px;
  float: left;
}

.prodal .c
{
  margin-left: 375px;
}

.prodal h2
{
  font-weight: bold;
  font-size: 1.2em;
  color: #223292;
}

#prodbottom .fr
{
  margin-left: .5em;
}

#prodbottom
{
  margin-top: 1.5em;
  margin-bottom: 5%;
  background: #213292;
  border: 2px solid #213292;
  background-color: transparent;
  text-align: center;
}

#prodbottom > *
{
  height: 53px;
  line-height: 53px;
  color: #213292;
  margin-right: 1.2em;
}

#prodbottom > *:nth-child(2)
{
  border-left: 1px solid #213292;
}

#prodbottom > * > span, #prodbottom > * > img
{
  vertical-align: middle;
}

.prodnav
{
  position: absolute;
  left: -9%;
  width: 118%;
  top: 0;
}

#homeheader
{
  position: relative;
  height: 550px;
  background: url(/images/slider.jpg) no-repeat center;
  background-size: cover;
}

#homeheader .center
{
  padding-top: 1px;
  position: relative;
}

#homeheader h1
{
  color: #000;
  font-size: 1.8em;
  font-weight: bold;
  text-transform: uppercase;
}

#homeheader h2
{
  color: #169493;
  font-size: 1.65em;
  font-style: italic;
}

#homeheader hgroup
{
  margin-top: 10%;
}

#home .frame
{
  background: #fff;
  -webkit-box-shadow: 0 0 12px 5px #C4C4C4;
  box-shadow: 0 0 12px 5px #C4C4C4;
  text-align: center;
  position: relative;
  padding: 2em;
  top: -80px;
}

#home .frame .c
{
  margin-bottom: 2em;
  text-align: justify;
}

#home .frame > a
{
  display: block;
  color: #000;
}

#home > h1
{
  margin-top: 0;
}

#prodoverzicht > a::after, #prodoverzicht > a::before
{
  display: none !important;
}

#troeven
{
  background: #0E1734;
  padding-bottom: 3%;
  width: 95%;
  max-width: 1150px;
  margin: 5% auto 0 auto;
  padding: 0 3% 2% 3%;
}

#troeven > .four-row-grid > .cb
{
  background: none;
  min-height: 1px;
  padding: 0;
}

#troeven > .four-row-grid > div
{
  background: url(/images/icocheck.png) no-repeat left top;
  min-height: 68px;
  padding-left: 45px;
  font-size: 1.4em;
  color: #fff;
  padding-top: .3em;
}

@media all and (max-width: 1400px) {
  .prodnav
  {
    position: absolute;
    left: -4%;
    width: 108%;
    top: 0;
  }
}

@media all and (max-width: 1260px) {
  .prodnav
  {
    position: static;
    width: 70px;
    margin-top: 1em;
  }

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

@media all and (max-width: 1100px) {
  .gegevens
  {
    width: 280px;
  }

  #contact form
  {
    margin-right: 305px;
  }

  #prodoverzicht hgroup h3
  {
    display: none;
  }

  nav
  {
    margin-right: 0;
  }
  
  .credits {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #253054;
    color: #cdcdcd;
    text-align: center;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    min-height: 30px;
    justify-content: center;
  }
}

@media all and (max-width: 920px) {
  #contact .part
  {
    width: 100%;
  }

  #contentside, #contentprod
  {
    width: 100%;
    float: none;
  }

  #buttons > span
  {
    width: 100% !important;
    float: none;
    display: block;
    margin-bottom: 1em !important;
    margin-left: 0;
  }

  .gegevens p
  {
    margin: 0;
    margin-top: 1.5em;
    display: block;
    padding: 0;
    line-height: 2em;
    float: none !important;
    width: 100%;
  }

  .gegevens p:last-child
  {
    margin-top: 0;
    line-height: 3.6em;
  }
}

@media all and (max-width: 900px) {
  #home .frame > a
  {
    padding-bottom: 2.5%;
    border-bottom: 1px solid #213292;
  }

  #prodoverzicht > a:after, #prodoverzicht > a:before
  {
    display: none !important;
  }

  #home .frame > a:last-child
  {
    padding-bottom: 0;
    border-bottom: 0;
  }

  #home .frame .c
  {
    margin-bottom: .5em;
  }

  #home .frame > a
  {
    padding-bottom: 2.2em;
  }
}

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

  #prodoverzicht hgroup h3
  {
    display: block;
  }

  nav
  {
    position: absolute;
    left: 0;
    width: 100%;
    top: 155px;
    background-color: #0E1734;
    z-index: 100;
    display: none;
  }

  nav li
  {
    display: block !important;
  }

  nav ul a
  {
    height: 3em;
    line-height: 3em;
    padding: 0;
    font-size: 1.3em;
    color: #fff;
    display: block;
  }

  nav ul
  {
    position: relative;
    margin: 1.5em auto 0 auto;
    width: 90%;
    padding-top: 1px;
    margin-bottom: 1.5em;
  }

  nav:before
  {
    display: none;
    content: '';
    position: absolute;
    left: 1.5em;
    top: 1.5em;
    right: 1.5em;
    bottom: 1.5em;
    border: 1px solid #fff;
  }

  nav a:hover, nav .active
  {
    color: #fff;
  }

  #logo
  {
    float: none;
    width: auto;
    display: block;
    max-width: 150px;
    margin-right: 50px;
  }

  #res
  {
    cursor: pointer;
    float: right;
    display: inline-block;
    margin-top: 45px;
  }

  header #bottom
  {
    padding-bottom: 20px;
  }

  #prodoverzicht > a
  {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  #prodoverzicht .big
  {
    width: 100%;
  }

  #prodoverzicht .big img
  {
    display: none;
  }

  #prodoverzicht .big .dn
  {
    display: inline;
  }
}

@media all and (max-width: 720px) {
  #contact form
  {
    margin-right: 0;
    margin-top: 2em;
  }

  .gegevens
  {
    width: 100%;
    float: none;
  }

  .prodal img
  {
    display: block;
    clear: none;
    width: 340px;
    max-width: 100%;
    float: none;
    margin: 1em auto;
  }

  .prodal .c
  {
    margin-left: 0;
  }
}

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

  #map1, #slider span
  {
    display: none;
  }

  #map2
  {
    display: block;
  }

  .textbot > div
  {
    font-size: 1.6em;
  }

  #troeven, #contentside
  {
    margin-bottom: 5%;
  }

  #home .frame > a
  {
    padding-bottom: 1.5em;
    margin-top: 1.5em;
  }

  #dasmap
  {
    height: 300px;
  }

  footer > address > div
  {
    margin: 0 1.5em;
  }

  footer > address
  {
    padding: 1.5em 0;
  }

  #prodoverzicht hgroup
  {
    position: static;
  }

  #prodoverzicht > a
  {
    margin-bottom: 1.5em;
  }

  #prodoverzicht > a:hover hgroup
  {
    background: #203399;
  }

  #prodoverzicht > a:hover:before
  {
    display: none;
  }

  #prodbottom > .fl
  {
    text-align: center;
    float: none;
    display: block;
    height: auto;
    line-height: 1.35em;
    padding: .8em;
    margin-bottom: 1.5em;
  }
}

@media all and (max-width: 500px) {
  footer > address > .ac
  {
    display: none;
  }
}

@media all and (max-width: 400px) {
  .textbot > div
  {
    font-size: 1.3em;
  }

  body,html
  {
    overflow-x: hidden;
  }
}