#PL_privacy {
  margin-top: 10px;
}
.privcnt {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  height: auto !important;
  line-height: 1.3em !important;
  cursor: pointer;
  font-size: .8em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.privcnt input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.privcnt a {
  height: 100%;
  color: black;
  font-weight: 700;
  color: #000;
  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: #79b2e1;
}
.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);
}
/*
#PLCookie {
  width: 100%;
  min-height: 50px;
  position: fixed;
  padding: 0 15px;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #4f4f4f;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
  -moz-box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
  box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
}

#PLCookie article {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 6px;
}

#PLCookie article div {
  float: right;
}

#PLCookie article span {
  display: block;
  padding-top: 6px;
  margin-right: 200px;
}

#PLCookie article div a {
  padding: 10px 15px;
  margin-left: 20px;
  background-color: #fff;
  color: #4f4f4f;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  cursor: pointer;
  transition: all .3s;
}
#PLCookie article div a:hover {
 background-color: #dbdbdb;
}*/

/* COOKIE MELDING NEW */

#PLCookie {
	position: fixed;
	left: 10px;
	bottom: 10px;
	margin-right: 10px;
	background-color: white;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	z-index: 100;
	padding: 25px;
	transition: all .8s;
	-webkit-box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
	-moz-box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
	box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
}

#PLCookie h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	color: #353535;
	font-size: 1.6em;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 30px;
}

#PLCookie p {
	max-width: 500px;
	font-family: 'Montserrat', sans-serif;
	color: #979797;
	margin-bottom: 20px;
	text-align: justify;
	line-height: 150%;
	font-size: 1.1em;
}

.PL_Buttons {
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
}

.PL_Buttons a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	padding: 15px;
	background-color: #79b2e1;
	border: 1px solid #79b2e1;
	color: #fefefe;
	width: 48%;
	cursor: pointer;
	text-align: center;
	transition: all .3s;
	margin: 5px;
	font-size: 1.3em;
}

.PL_Buttons a:hover {
	background-color: transparent;
	color: #79b2e1;
	border: 1px solid #79b2e1;
}

/* NEW COOKIE END */

@media all and (max-width: 550px) {
  #PLCookie article div {
    float: none;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
  }

  #PLCookie article span {
    display: block;
    padding-top: 6px;
    text-align: center;
    margin-right: 0;
    padding-bottom: 55px;
  }
}

.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;
}

html,
body {
   margin:0;
   padding:0;
   height:100%;
   font-family: 'Montserrat', sans-serif;
   color: #444;
   font-size: 1.1em;
}

#workshoppics:after
{
  clear: both;
  display: block;
  content: '';
}

#workshoppics > img
{
  width: 48.5%;
  float: left;
}

#workshoppics > img:last-child
{
  float: right;
}

#container {
   min-height:100%;
   position:relative;
}

header
{
  font-size: .8em;
  background: #222;
}

#container .center
{
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}

header .center
{
  z-index: 10;
  position: relative;
}

#logo
{
  left: -50px;
  width: 300px;
  padding: 15px 0;
  float: left;
  z-index: 60;
  position: absolute;
}

#logo > img
{
  width: 100%;
}

header nav
{
  padding-top: 70px;
  margin-left: 280px;
}

header nav:after
{
  display: block;
  clear: both;
  content: '';
}

header nav a
{
  color: #fff;
  padding: .3em .5em;
  display: inline-block;
  margin-right: 2em;
  font-size: 1.2em;
}

header nav li
{
  display: inline-block;
}

header nav li:last-child a
{
  margin-right: 0;
}

header nav a:hover, header nav .active
{
  color: #79b2e1;
}

header .fr
{
  font-size: 1.2em;
  color: #fff;
  vertical-align: middle;
  margin-left: .8em;
  padding-top: .5em;
}

header .fr a
{
  padding: 0;
}

header .fr a:hover, header .fr i:hover
{
  cursor: pointer;
  padding: 0;
  background: transparent;
  color: #79b2e1;
}

#header
{
  height: 650px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

#header video {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateY(-50%);
}

#header > div
{
  position: absolute;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, 50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  top: 50%;
  color: #fff;
  font-family: Garamond, serif;
  font-size: 2.4em;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 0 #404040;
}

#homepics:after
{
  clear: both;
  display: block;
  content: '';
}

#homepics
{
  padding: 2% 0 5% 0;
}

#homepics > img
{
  margin-right: 2%;
  float: left;
  width: 15%;
}

#homepics > img:last-child
{
  margin-right: 0;
}

#container #header .center
{
  width: auto;
  display: inline-block;
  max-width: 94%;
  padding: .4em;
  background-color: rgba(34,34,34,.3);
}

#header.big
{
  height: 560px;
}

h1
{
  text-align: center;
  margin: 5% 0;
  font-size: 2em;
}

.c
{
  text-align: center;
  line-height: 1.5em;
}

#quote
{
  border-top: 1px solid #999;
  font-style: italic;
  line-height: 1.4em;
  font-weight: bold;
  font-family: Garamond, serif;
  font-size: 2.2em;
}

footer
{
  border-top: 1px solid #999;
  color: #333;
  font-size: .7em;
  text-align: center;
  padding: 1em 0;
  line-height: 2em;
}

footer a
{
  display: inline-block;
  color: #333;
}

footer .fa
{
  font-size: 22px;
}

#productenoverzicht > a
{
  width: 18%;
  float: left;
  margin-left: 2.5%;
}

#productenoverzicht.big
{
  text-align: center;
}

#productenoverzicht.big > a
{
  width: 30.5%;
  margin-left: 0;
  margin-right: 4.2%;
  float: left;
  display: inline-block;
  margin-bottom: 4% !important;
}

#productenoverzicht.big > a:nth-child(3n)
{
  margin-right: 0;
}

#productenoverzicht:after
{
  content: '';
  display: block;
  clear: both;
}

#productenoverzicht > a:first-child
{
  margin-left: 0;
}

#productenoverzicht img
{
  width: 100%;
}

#productenoverzicht h2
{
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.3em;
  color: #444;
}

#container #productenoverzicht
{
  margin-top: 3%;
  padding-top: 3%;
  padding-bottom: 3%;
  border-top: 1px solid #999;
}

#contact
{
  margin: 5% 0;
}

#contact > aside
{
  width: 48.5%;
  float: right;
}

#contact > form
{
  width: 48.5%;
  float: left;
}

#contact label
{
  font-weight: normal;
  display: block;
  height: 25px;
  line-height: 25px;
  margin-bottom: 10px;
}

#contact input[type="text"], #contact textarea
{
  width: 100%;
  background-color: #fff;
  padding: 0 .6em;
  height: 35px;
  line-height: 35px;
  border: 0;
  border-bottom: 2px solid #b9c5cf;
  margin-bottom: 15px;
}

#contact input[type="submit"]
{
  border: 1px solid #79b2e1;
  background: #79b2e1;
  color: #fff;
  height: 35px;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: .85em;
  line-height: 35px;
  text-align: center;
  transition: all .5s ease-in;
  -webkit-transition: all .5s ease-in;
}

#contact input[type="submit"]:hover
{
  border: 1px solid #444;
  background: #444;
}

#contact textarea
{
  padding: .6em;
  line-height: 1.5em;
  height: 152px;
}

#contact:after
{
  display: block;
  content: '';
  clear: both;
}

#contact > aside > img
{
  width: 100%;
}

#contact > aside strong
{
  text-transform: uppercase;
}

#contact > aside > address
{
  border-top: 5px solid #fff;
  padding: 1em;
  color: #fff;
  line-height: 1.5em;
  height: 155px;
  font-size: .8em;
  background: #222 url(/images/logo.png) no-repeat right 15px center;
  background-size: auto 80%;
}

#container #grid
{
  margin: 5% auto;
}

#grid > div
{
  width: 33.33%;
  float: left;
  text-align: left;
  padding: 1em;
  border-top: 1px solid #444;
  border-right: 1px solid #444;
}

#grid > div > a {
  clear: left;
  text-align: center;
  text-transform: uppercase;
  margin-top: 1em;
  padding: .5em;
  width: 30%;
  float: left;
  display: inline-block;
  background: #222;
  color: #fff;
  font-size: .6em;
}

#grid > div > a:hover {
  background: #79b2e1;
  color: #222;
}

#grid h2
{
  font-weight: bold;
  color: #111;
  font-size: 1.5em;
  font-family: Garamond, serif;
}

#grid .c
{
  text-align: left;
}

#grid > div:nth-child(3n)
{
  border-right: 0;
}

#grid > div:nth-child(1), #grid > div:nth-child(2) ,#grid > div:nth-child(3)
{
  border-top: 0;
}

#grid > div > img
{
  width: 30%;
  float: left;
}

#grid > div > div
{
  margin-left: 35%;
}

#grid:after
{
  clear: both;
  display: block;
  content: '';
}

#productenoverzicht .lineeffect
{
  position: absolute;
  left: 1em;
  right: 1em;
  top: 1em;
  bottom: 1em;
  z-index: 1;
}

#productenoverzicht > a:hover > .img:after
{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(78, 78, 78, 0.6);
}

#productenoverzicht .lineeffect:before
{
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%); 
  -ms-transform: translateX(-50%); 
  -webkit-transform: translateX(-50%); 
  -moz-transform: translateX(-50%); 
  -o-transform: translateX(-50%); 
  height: 100%;
  width: 0;
  top: 0;
  transition: width .6s ease-out;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  box-sizing: border-box;
}

#productenoverzicht .lineeffect:after
{
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  transform: translateY(-50%); 
  -ms-transform: translateY(-50%); 
  -webkit-transform: translateY(-50%); 
  -moz-transform: translateY(-50%); 
  -o-transform: translateY(-50%); 
  width: 100%;
  height: 0;
  transition: height .6s ease-out;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  box-sizing: border-box;
}

#productenoverzicht > a:hover .lineeffect:after
{
  height: 100%;
}

#productenoverzicht > a:hover .lineeffect:before
{
  width: 100%;
}

#topbericht > div
{
  position: fixed;
  top: 102px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 50;
  overflow: hidden;
  text-align: center;
  display: none;
}

#topbericht > div > div:last-child
{
  position: absolute;
  left: 50%;
  width: 95%;
  max-width: 1000px;
  color: #fff;
  text-shadow: 1px 1px 0 #000000;
  top: 50%;
  transform: translateY(-50%) translateX(-50%); 
  -ms-transform: translateY(-50%) translateX(-50%); 
  -webkit-transform: translateY(-50%) translateX(-50%); 
  -moz-transform: translateY(-50%) translateX(-50%); 
  -o-transform: translateY(-50%) translateX(-50%); 
}

#topbericht .bgshow.yt:after
{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  content: '';
  background: rgba(36, 57, 88, .5);
}

#topbericht .yt
{
  overflow: hidden;
  position: relative;
  min-height: 100%;
  min-width: 100%;
  padding-top: 56.25%;
}

#topbericht .yt > iframe
{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

#topbericht .button
{
  text-shadow: 0 0 0 #000000;
  display: inline-block;
  background: #fff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  color: #243958;
}

#topbericht .button:hover
{
  background: #295da6;
  color: #fff;
}

#topbericht p
{
  font-size: 1.2em;
  line-height: 1.6em;
}

#topbericht img
{
  max-width: 1000px;
  width: 96%;
}

#topbericht h1
{
  font-weight: bold;
  font-size: 2em;
  margin: 1em 0;
}

#topbericht > span
{
  position: absolute;
  left: -123px;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-right: 18px solid transparent;
  border-top: 34px solid #92C020;
  border-left: 18px solid transparent;
}

#topbericht  > span > i
{
  font-style: normal;
  position: absolute;
  right: 20px;
  cursor: pointer;
  color: #92c020;
  width: 300px;
  overflow: hidden;
  top: -34px;
  display: block;
  height: 34px;
  line-height: 34px;
  text-align: right;
}

#cookiewarning
{
  background-color: #222;
  color: #ccc;
  font-size: .9em;
  text-align: center;
  padding: .7em;
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
}

#cookiewarning a
{
  display: block;
  width: 80px;
  text-align: center;
  padding: .4em 0;
  margin: .5em auto;
  color: #fff;
  background-color: #79b2e1;
}

#topbericht > span:before
{
  position: absolute;
  top: -38px;
  cursor: pointer;
  left: -17px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  width: 36px;
  display: block;
  text-align: center;
  content: '!';
}

#av
{
  font-size: .8em;
  min-height: 60px;
  margin-top: 10px;
  background-color: #ccc;
  color: #222;
  padding: .7em;
  line-height: 1.5em;
}

#av a
{
  color: #222;
  text-decoration: underline;
}

#av a:hover
{
  text-decoration: none;
}

#res
{
  display: none;
}

.faqItem h2
{
  background-color: #222;
  color: #fff;
  padding: .5em 1em;
  margin-bottom: .6em;
}

.faqItem .c
{
  text-align: left;
  padding: 0 1em;
}

@media all and (max-width: 1200px) {
  #logo
  {
    width: 250px;
    left: -20px;
  }
}

@media all and (max-width: 1150px) {
  header nav
  {
    margin-left: 245px;
  }

  #header.big {
    height: auto;
  }

  #header {
    height: auto;
    padding-top: 56.25%;
  }

  header nav a
  {
    margin-right: 1em;
  }
}

@media all and (max-width: 1040px) {
  #grid > div
  {
    width: 50%;
  }

  #contact > aside > address
  {
    background-size: auto 50%;
  }

  header nav a
  {
    font-size: 1em;
  }

  #grid > div:nth-child(3n)
  {
    border-right: 1px solid #444;
  }

  #grid > div:nth-child(3)
  {
    border-top: 1px solid #444;
  }

  #grid > div:nth-child(2n)
  {
    border-right: 0;
  }
}

@media all and (max-width: 1000px) {
  #res
  {
    display: block;
  }

  header .fr
  {
    font-size: 2em;
    cursor: pointer;
    padding-top: 0;
  }

  #res:hover
  {
    color: #79b2e1;
  }

  #logo
  {
    z-index: 98;
  }

  nav ul
  {
    z-index: 97;
    display: none;
    position: absolute;
    width: 100%;
    margin: 0;
    background: #222;
    left: 0;
    top: 134px;
    padding-top: 2em;
  }

  nav ul li
  {
    display: block;
  }

  nav ul a
  {
    display: block;
    margin: 0;
    height: 2.5em;
    padding: 0;
    line-height: 2.5em;
    text-align: center;
    font-size: 1.7em;
  }
}

@media all and (max-width: 960px) {
  #productenoverzicht > a
  {
    float: none;
    width: 30%;
    display: inline-block;
    margin: 1% !important;
  }

  #productenoverzicht.big > a
  {
    margin-left: 0 !important;
    margin-right: 4.2% !important;
  }

  #productenoverzicht.big > a:nth-child(3n)
  {
    margin-right: 0 !important;
  }

  #header.big
  {
    height: 400px;
  }

  #productenoverzicht
  {
    text-align: center;
  }
}

@media all and (max-width: 800px) {
  #contact > *
  {
    margin-top: 5%;
    width: 100% !important
  }

  #contact > aside > address
  {
    background-size: auto 80%;
  }

  #homepics > img
  {
    width: 32%;
    margin-top: 2%;
  }

  #homepics > img:nth-child(3n)
  {
    margin-right: 0;
  }

  #logo
  {
    width: 220px;
    left: 0;
    top: 25px;
  }

  #workshoppics > img
  {
    width: 100%;
    margin: .5em 0;
  }
}

@media all and (max-width: 750px) {
  #container #grid > div
  {
    width: 100%;
    border: 0;
    border-top: 1px solid #444;
  }

  #container #grid > div:first-child
  {
    border-top: 0;
  }
}

@media all and (max-width: 700px) {
  #productenoverzicht > a
  {
    width: 46%;
    margin: 1% !important;
  }

  #productenoverzicht.big > a
  {
    width: 48%;
    margin-right: 4% !important;
  }

  #productenoverzicht.big > a:nth-child(3n)
  {
    margin-right: 4% !important;
  }

  #productenoverzicht.big > a:nth-child(2n)
  {
    margin-right: 0 !important;
  }

  #header video {
    width: 180%;
    transform: translate(-50%,-50%);
    left: 50%;
    right: inherit;
  }
}

@media all and (max-width: 600px) {
  #header.big
  {
    font-size:.8em;
    height: 280px;
  }

  #contact > aside > address
  {
    background-size: auto 50%;
  }
}

@media all and (max-width: 500px) {
  header nav .fr a
  {
    margin: 0;
  }

  header nav .fr
  {
    margin-left: 0;
    margin-right: .6em;
  }

  #homepics > img
  {
    width: 49%;
    }

  #homepics > img:nth-child(3n)
  {
    margin-right: 2%;
  }

  #homepics > img:nth-child(2n)
  {
    margin-right: 0;
  }
}

@media all and (max-width: 420px) {
  #logo
  {
    width: 185px;
  }

  #contact > aside > address
  {
    background-image: none;
  }

  header nav
  {
    margin-left: 200px;
  }

  header .fr
  {
    padding-top: 0;
  }
}