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

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

.loctek-lightbox, #loctek-lightbox-close
{
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  color: #764B9F !important;
  border-color: #764B9F !important;
  line-height: 20px !important;
}

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

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

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

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

#footerak
{
  background-color: #D4D4D4;
  padding: 2.5% 0;
}

#footerak > .center > img
{
  width: 525px;
  float: left;
}

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

#footerak > .center > div
{
  margin-left: 550px;
}

h1
{
  color: #774C9E;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.7em;
}

.c
{
  font-family: Arial, sans-serif;
  line-height: 1.5em;
}

#footerbalk p
{
  font-size: 1.45em;
  line-height: 1.4em;
  margin-right: 200px;
}

#footerbalk strong
{
  color: #774C9E;
}

#footerbalk a
{
  float: right;
  height: 22px;
  line-height: 22px;
  text-transform: uppercase;
  padding-right: 30px;
  font-weight: bold;
  font-size: 1.1em;
  color: #774C9E;
  display: inline-block;
  background: url(/images/icogo.png) no-repeat right center;
}

#footerbalk a.dn
{
  display: none;
}

#footerbalk
{
  margin: 3% 0;
}

#ttcontainer
{
  height: 150px;
  background: url(/images/ticker.jpg);
  background-size: cover;
  text-align: center;
}

#tickertape
{
  height: 150px;
  position: relative;
}

#tickertape p
{
  color: #fff;
  font-size: 1.6em;
  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%;
}

#footerdata p
{
  font-family: Arial, sans-serif;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: left .5em;
  line-height: 2em;
}

#footerdata .data > div
{
  display: inline-block;
  margin-right: 30px;
}

#footerdata
{
  margin: 2% auto;
}

#footerdata a
{
  color: #000;
}

#footerdata .data
{
  margin-left: 240px;
  text-align: justify;
}

#footerdata .data:after
{
  content: '';
  display: inline-block;
  width: 100%;
}

#footerdata .text
{
  margin-left: 760px;
}

footer img
{
  margin-top: 8px;
  float: left;
  width: 180px;
}

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

#logo > img
{
  width: 100%;
}

#taal > span 
{
  display: block;
  height: 35px;
  cursor: pointer;
  line-height: 35px;
}

#taal
{
  z-index: 80;
  width: 50px;
  border-left: 2px solid #774C9E;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #774C9E;
  float: right;
  font-weight: bold;
  position: relative;
  margin-top: 40px;
  text-transform: uppercase;
}

#taal > div
{
  position: absolute;
  background-color: #fff;
  width: 100%;
  top: 35px;
  display: none;
}

#taal a
{
  display: block;
  color: #774C9E;
  height: 35px;
  line-height: 35px;
}

#taal > span:after
{
  display: inline-block;
  margin-top: 15px;
  content: '';
  width: 0;
  height: 0;
  float: right;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #764B9F;
}

nav
{
  margin-left: 325px;
  margin-right: 70px;
  text-align: right;
}

nav li
{
  display: inline-block;
}

nav a
{
  display: inline-block;
  margin: 50px 2em 50px 0;
  color: #777;
  padding-left: 20px;
  text-transform: uppercase;
  font-size: 1.1em;
}

nav a:hover, nav .active
{
  color: #774C9E;
  background: url(/images/menuh.png) no-repeat left center;
}

#banner
{
  height: 150px;
  background-repeat: no-repeat;
  background-position: center 25%;
  background-size: cover;
  margin-top: 120px;
}

hgroup
{
  text-align: center;
  margin: 3.5% 0;
}

hgroup em
{
  display: block;
  font-style: italic;
  margin-top: .6em;
  font-size: 1.2em;
}

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

#faq > div
{
  width: 46%;
  float: left;
}

#faq > div:last-child
{
  float: right;
}

#faq h2
{
  margin-bottom: 1.2em;
  font-size: 1.4em;
  padding-left: 1.4em;
  padding-bottom: .3em;
  padding-right: 30px;
  border-bottom: 2px solid #764B9F;
  background: url(/images/faq.png) no-repeat right 20px center;
}

#faq
{
  margin-top: 2em;
  margin-bottom: 5%;
}

#faq .c
{
  padding-left: 1.4em;
  padding-right: 20px;
}

#diensten a
{
  position: relative;
}

#diensten h2
{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

#diensten span
{
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  padding: 0 .7em;
  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%;
}

#diensten a:hover h2
{
  background-color: rgba(119, 76, 158, .65);
}

#diensten
{
  margin-bottom: 6%;
}

#nieuws
{
  margin-top: 5%;
}

#nieuws > *
{
  display: block;
  float: left;
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 4%;
  color: #000;
}

#nieuws > *:nth-child(even)
{
  margin-right: 0;
}

#nieuws > *:nth-child(odd)
{
  clear: left;
}

#nieuws img
{
  width: 330px;
  float: left;
}

#nieuws .pr
{
  margin-left: 350px;
  border-top: 1px solid #C6C6C6;
}

#nieuws h3
{
  font-size: 1.25em;
  text-transform: uppercase;
  color: #764A9F;
  margin: 1em 0 .4em 0;
}

#nieuws .c
{
  height: 89px;
  line-height: 1.5em;
  overflow: hidden;
}

#nieuws > *:after, #nieuws:after
{
  content: '';
  display: block;
  clear: both;
}

.leesmeer
{
  border: 1px solid #764A9F;
  color: #764A9F;
  text-transform: uppercase;
  float: right;
  font-size: .9em;
  padding: .5em 2em;
  margin-top: 20px;
}

.leesmeer:hover
{
  background-color: #764A9F;
  color: #fff;
}

#siteby
{
  color: #888;
  text-align: center;
  display: block;
  padding: .7em;
  font-size: .75em;
  border-top: 1px solid #A2A2A2;
}

.Ct_inf{
  float: right;
  width: 380px;
}

.Contact_wrap
{
  margin-top: 5%;
}

.Contact_wrap .scaling{
  margin-right: 380px;
  display: block;
}

.Contact_wrap:after{
  content: "";
  display: block;
  clear: both;
}

.rightform
{
  position: absolute !important;
}

.Contact_wrap .scaling form{
  width: 37%;
  float: left;
  margin-right: 3%
}

.Contact_wrap .scaling .Img_wrapper_cont{
  width: 57%;
  margin-right: 3%;
  float: left;
}

.Contact_wrap .Img_wrap.Fixsiz{
  display: block;
  height: 448px;
}

.Contact_wrap .btn, .Contact_wrap input[type="submit"]{
  color: #764B9F;
  background: #fff;
  text-align: center;
  line-height: 36px;
  border: 1px solid #764B9F;
  height: 36px;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  margin-top: 1em;
  width: 100%;
}

.Contact_wrap .btn:hover, .Contact_wrap input[type="submit"]:hover{
  color: #fff !important;
  background: #764B9F;
}

.Contact_wrap input[type="submit"]{
  margin-top: 0em;
}

form .Select_rel{
  border: 1px solid #000000;
  margin-bottom: 1em;

}

.btn a
{
  cursor: pointer;
  color: #764B9F;
  display: block;
}

.btn a:hover
{
  color: #fff;
}

.Arrow_down{
  width: 34px;
  background:url("/images/arrow_down.png") no-repeat;
  background-size: cover;
}

form input[type="text"], select{
  width: 100%;
  margin-bottom: 1em;
  border: 1px solid #989898;
  height: 36px;
  line-height: 36px;
  padding-left:5px; 
}

form .Select_rel select{
  padding-left: 5px;
}

.Ct_inf .info{
  height: 218px;
}

.Ct_inf .Img_wrap img{
  width: 100%;
  margin-bottom: 1em;
}

.Ct_inf p{
  padding-left: 40px;
  line-height: 200%;
}

.Ct_inf h3{
  color: #ED1C24;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2em;
}

.Ct_inf .Loc{
  background: url("/images/icomarker.png") no-repeat left 8px center;
}

.Ct_inf .Tel{
  background: url("/images/icocell.png") no-repeat left 8px center;
}

.Ct_inf .Fax{
  background: url("/images/icofax.png") no-repeat left 8px center;
  margin-bottom: 1em;
}

.Ct_inf .BTW{
  background: url("/images/icobtw.png") no-repeat left 8px center;
}

.Ct_inf .Mail{
  background: url("/images/icomail.png") no-repeat left 8px center;
}

.Ct_inf .None{
  margin-bottom:1em; 
}

form .errors{
  color: #764B9F;
  list-style: disc;
  list-style-position: inside;
  line-height: 140%;
  font-size: 0.875em;
  margin-bottom: 1em;
}

form input[type="text"].Postcode{
  width: 38.5%;
  float: left;
}

form input[type="text"].Gemeente{
  width: 58.5%;
  margin-left: 3%;
  float: left;
}

form textarea{
  width: 100%;
  border: 1px solid #989898;
  margin-bottom: 1em;
  height: 88px;
  padding: 5px;
  height: 134px;
}

#splash img
{
  max-width: 100%;
}

#splash
{
  padding: 5% 0 1% 0;
  max-width: 1350px;
  width: 96%;
  text-align: center;
  margin: 0 auto;
}

#splash p
{
  color: #C1C1C1;
  max-width: 650px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.4em;
  margin: 4% auto 10% auto;
  font-size: 2em;
}

#splash a
{
  display: inline-block;
  width: 250px;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #764A9F;
  font-size: 1.3em;
  padding: .5em 0;
  margin: 3% 1em;
  color: #764A9F;
}

#splash a:hover
{
  background-color: #764A9F;
  color: #fff;
}

.springblock
{
  display: inline-block;
  color: #000;
  overflow: hidden;
  position: relative;
  width: 100%;
  background-color: #E5E5E5;
}

.springblock > img
{
  float: left;
  width: 50%;
}

.springblock .c
{
  text-align: left;
}

.springblock > div
{
  width: 50%;
  margin-top: 2em;
  float: right;
  text-align: center;
  padding: 0 1.5em;
  padding-bottom: 1em !important;
}

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

.springblock h1
{
  color: #774C9E;
  text-transform: none;
  margin-top: 0;
  text-align: left;
  text-align: left;
  font-size: 1.15em;
}

.springblock:nth-child(even) > img
{
  float: right;
}

.springblock:nth-child(even) > div
{
  float: left;
}

header
{
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 80;
  left: 0;
  height: 120px;
  background-color: #fff;
  border-bottom: 1px solid #764B9F; 
}

#homeheader
{
  background-repeat: no-repeat;
  height: 550px;
  background-position: center;
  background-size: cover;
  margin-top: 120px;
}

#homekaders
{
  margin-bottom: 5%;
}

#homekaders p
{
  font-size: 1.2em;
}

.c strong
{
  color: #774C9E;
}

#homekaders a
{
  position: absolute;
  background-image: url(/images/homecorner.png);
  background-position: right 0 bottom 8px;
  background-repeat: no-repeat;
  padding: 1.5em;
  color: #fff;
  line-height: 2em;
  min-height: 230px;
  background-color: rgba(119, 76, 158, .92);
  width: 400px;
  left: 0;
  bottom: 15%;
}

#homekaders a:nth-child(2)
{
  min-height: 160px;
  background-color: rgba(180, 180, 180, .92);
  width: 290px;
  left: auto;
  right: 35%;
  bottom: -5%;
}

#homekaders a:nth-child(3)
{
  min-height: 160px;
  background-color: rgba(200, 171, 216,.92);
  width: 290px;
  left: auto;
  right: 0;
  bottom: auto;
  top: 12%;
}

#homekaders h2
{
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 2em;
  font-size: 1.25em;
}

@media all and (min-width: 1500px) {
  .springblock {
    font-size: 110%;
  }
  .springblock .c {
    margin:0 4%;
  }
  .springblock h1 {
    margin-left: 4%;
  }

  #homekaders a
  {
    width: 350px;
    min-height: 185px;
    font-size: 1.2em;
  }

  #homekaders a:first-child
  {
    width: 500px;
    min-height: 250px;
  }

  #homekaders h2
  {
    margin-bottom: 1.5em;
  }
}

@media all and (max-width: 1200px) {
  .Contact_wrap .Img_wrapper_cont{
    display: none;
  }

  #homekaders a:nth-child(2)
  {
    right: 20%;
  }

  .Contact_wrap .scaling form{
    width: 97%;
    margin-right: 3%;
  }

  #footerdata .text
  {
    display: none;
  }

  #footerdata .data
  {
    float: none;
    width: auto;
    text-align: justify;
  }

  #footerdata .data > div
  {
    text-align: left;
  }

  #footerdata .data:after
  {
    display: inline-block;
    width: 100%;
    content: '';
  }

  .Contact_wrap .scaling .Img_wrapper_cont
  {
    display: block;
    float: none;
    width: 97%;
    margin-right: 3%;
  }

  #dasmap
  {
    display: none;
  }

  .Img_wrapper_cont .btn span
  {
    display: none;
  }

  .Img_wrapper_cont .btn span.dn
  {
    display: block;
  }
}

@media all and (max-width: 1180px){
  .springblock .button {
    margin-top: 0px;
  }
}

@media all and (max-width: 1150px) {
  #nieuws img
  {
    width: 150px;
  }

  #nieuws .pr
  {
    margin-left: 165px;
  }

  #nieuws .c
  {
    height: 50px;
    min-height: auto;
  }
}

@media all and (max-width: 1125px) {
  header .dn.cb
  {
    display: block;
  }

  nav
  {
    margin: 0;
  }

  header
  {
    height: 145px;
  }

  header ul
  {
    text-align: justify;
  }

  nav a
  {
    margin: 1em 0;
  }

  nav ul:after
  {
    display: inline-block;
    content: '';
    width: 100%;
  }
}

@media all and (max-width: 1050px) {
  .splashbig
  {
    max-width: 85%;
  }

  #footerdata img
  {
    display: none;
  }

  #footerdata .data
  {
    margin-left: 0;
  }

  #footerdata .data:after
  {
    clear: both;
  }

  #splash p
  {
    max-width: 100%;
    margin-bottom: 3%;
  }

  .springblock > div
  {
    position: static !important;
    width: 100%;
    transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    padding: 0;
  }
  .springblock {
    margin-left: auto;
    margin-right: auto;
    display: block;    
  }

  .springblock h1
  {
    text-align: center;
    margin-top: .6em;
  }

  .springblock > img
  {
    float: none !important;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: block;
  }
  .springblock .button {
    margin-top: 1em;
    margin-bottom: 2em;
  }

  .springblock .c {
    width: 750px;
    margin:0 auto;
  }
}

@media all and (max-width: 950px) {
  #faq > div
  {
    float: none;
    width: 100%;
  }

  #splash a
  {
    width: 160px;
    margin: 3% .4em 0 .4em;
  }

  #homekaders a:nth-child(2)
  {
    right: 10%;
  }
}

@media all and (max-width: 900px) {
  #footerak > .center > img
  {
      width: 325px;
  }

  #footerak > .center > div
  {
    margin-left: 350px;
  }
}

@media all and (max-width: 870px) {
  #nieuws img
  {
    width: 270px;
  }

  #nieuws .pr
  {
    margin-left: 290px;
  }

  #nieuws > *
  {
    width: 100%;
    margin-right: 0;
  }

  #nieuws .c
  {
    height: auto;
    min-height: 171px;
  }
}

@media all and (max-width: 800px) {
  

  #homekaders a:nth-child(2)
  {
    right: 5%;
  }

  #footerdata
  {
    padding: 1.4em 0;
  }

  #footerdata .data
  {
    text-align: center;
  }

  #homekaders a
  {
    width: 320px;
  }

  .springblock .c {
    width: 96%;
    margin:0 auto;
  }

  .splashsmall.dn
  {
    display: inline;
  }

  .splashbig
  {
    display: none;
  }
}

@media all and (max-width: 750px) {
  #homekaders a
  {
    position: static;
    min-height: auto !important;
    border-bottom: 2px solid #fff;
    width: 100% !important;
    text-align: center;
    display: block;
    background-image: none;
    padding: .4em;
  }

  #homeheader
  {
    height: 350px;
  }

  #homekaders h2
  {
    margin-bottom: 0;
  }

  #homekaders p
  {
    display: none;
  }
}

@media all and (max-width: 700px) {
  .Ct_inf{
    display: none;
  }

  .Contact_wrap .scaling {
    margin-right: 0;
  }
}

@media all and (max-width: 650px) {
  #footerak > .center > img
  {
      display: none;
  }

  #footerdata
  {
    background-color: #E5E5E5;
  }

  #footerak > .center > div
  {
    margin-left: 0;
  }

  #footerbalk p
  {
    margin-right: 0;
  }

  #footerbalk a
  {
    display: none;
  }

  #footerbalk a.dn
  {
    float: none;
    display: inline-block;
    margin-top: 1.5em;
  }

  header
  {
    height: 120px;
  }

  #ttcontainer
  {
    display: none;
  }

  #taal
  {
    margin-top: 20px;
  }

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

  nav
  {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #825AA6;
    z-index: 90;
  }

  #logo
  {
    display: block;
    width: auto;
    max-width: 300px;
    padding-bottom: 1em;
    float: none;
    margin-right: 115px;
  }

  nav li
  {
    display: block;
  }

  nav a
  {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 1.6em;
    height: 2.4em;
    color: #fff;
    line-height: 2.4em;
    text-align: center;
  }

  nav a:hover, nav .active
  {
    color: #fff;
    background-color: #CCB2DB;
    background-image: none;
  }
}

@media all and (max-width: 570px) {
  #nieuws img
  {
    float: none;
    display: block;
    width: 100%;
    max-width: 270px;
    margin: 1em auto;
  }

  #splash p
  {
    font-size: 1.3em;
  }

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

  #nieuws .pr
  {
    border: 0;
    margin-left: 0;
    text-align: center;
  }

  .leesmeer
  {
    display: inline-block;
    max-width: 200px;
    padding: .5em;
    width: 100%;
    float: none;
    text-align: center;
  }
}

@media all and (max-width: 500px) {
  #footerdata .data
  {
    display: inline-block;
    text-align: left;
  }

  #footerbalk
  {
    margin-bottom: 2em;
  }

  hgroup
  {
    margin: 2em 0;
  }

  #footerak
  {
    padding: 1em .5em;
    margin: 2em 0;
  }

  .Contact_wrap .scaling form
  {
    width: 100%;
    margin-right: 0;
  }

  #homeheader
  {
    height: 250px
  }

  #footerdata .data:after
  {
    display: none;
  }

  #footerdata .data > div
  {
    margin: 0;
  }

  #footerdata
  {
    text-align: center;
  }

  #footerdata br.dn
  {
    display: inline;
  }
}

@media all and (max-width: 380px) {
  #homeheader, #banner
  {
    margin-top: 100px;
  }

  header
  {
    height: 100px;
  }
}

@media all and (max-width: 320px) {
  #homeheader, #banner
  {
    margin-top: 85px;
  }

  header
  {
    height: 85px;
  }
}