*
{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html, body
{
  height: 100%;
  min-height: 100%;
  color: #474747;
  font-family: "Lato", sans-serif;
  font-size: .85em;
  background-color: #fff;
}

.c
{
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
  line-height: 1.5em;
}

#container
{
  position: relative;
  min-height: 100%;
}

#container .center
{
  width: 96%;
  max-width: 1400px;
}

#faqpage
{
  margin-right: 275px;
  min-height: 435px;
}

.siteby {
  text-align: center;
  padding: 5px;
}

/* 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: #acca5a;
	border: 1px solid #acca5a;
	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: #acca5a;
	border: 1px solid #acca5a;
}

/* NEW COOKIE END */

/* COOKIE MELDING old
#PLCookie {
  width: 100%;
  min-height: 50px;
  position: fixed;
  padding: 0 15px;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  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;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
  letter-spacing: 1px;
}

#PLCookie article div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

#PLCookie article div a {
  padding: 10px 15px;
  margin-left: 20px;
  background-color: #fff;
  color: #4f4f4f;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  cursor: pointer;
  transition: all .3s;
}
#PLCookie article div a:hover {
 background-color: #dbdbdb;
}

@media screen and (max-width: 550px) {
  #PLCookie article {
    flex-direction: column;
    padding: 10px;
    text-align: center;
  }
  #PLCookie article div {
    padding-top: 10px;
  }
}
*/
header
{
  position: relative;
  background-color: #1D1D1B;
  padding: 15px 0;
}

header nav
{
  float: right;
  width: 700px;
  padding-top: 52px;
}

header nav ul
{
  text-align: justify;
}

header nav li
{
  display: inline-block;
}

header nav a
{
  color: #fff;
  font-size: 1.2em;
  margin-top: 100px;
  text-transform: uppercase;
}

header nav a.active, header nav a:hover
{
  color: #ACCA5A;
}

header ul:after
{
  content: '';
  display: inline-block;
  width: 100%;
}

#res
{
  display: none;
}

footer
{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #1D1D1B;
  color: #fff;
  line-height: 1.5em;
}

footer article
{
  margin: 20px 0;
  width: 33.33%;
  float: left;
  border-left: 1px solid #AACB58;
  font-family: Arial, Helvetica, sans-serif;
  padding: 10px 25px;
  height: 150px;
  overflow: hidden;
}

footer article:first-child
{
  border-left: 0;
}

footer h2
{
  font-family: "Lato", sans-serif;
  font-size: 1.3em;
  text-align: center;
  padding-bottom: 25px;
}

footer table
{
  margin: 0 auto;
}

footer .padright
{
  padding-right: 4em;
}

footer td
{
  padding: 2px 10px;
}

footer a
{
  color: #AACB58;
}

footer .fl p, footer .fr p
{
  margin-bottom: 20px;
  line-height: 2em;
}

#siteby
{
  font-size: .85em;
  display: block;
  color: #567607;
  text-align: center;
  padding: 8px;
  background-color: #AACB58;
}

#siteby a {
  color: #567607;
}

#content
{
  padding-bottom: 320px;
}

h1
{
  height: 1px;
  background-color: #1D1D1D;
  text-align: center;
  margin: 45px auto;
}

h1 span
{
  background-color: #fff;
  padding: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.6em;
  display: inline-block;
  margin-top: -30px;
}

#overons article
{
  width: 31%;
  margin-left: 3.5%;
  float: left;
}

#overons img
{
  width: 100%;
}

#overons h2
{
  text-transform: uppercase;
  font-size: 1.4em;
  text-align: center;
  margin-top: 12px;
}

#merken
{
  background-color: #AACB58;
  padding: 2em;
  margin: 3em 0 1em 0;
}

#merken .merk
{
  margin-top: 1% !important;
  margin-bottom: 1% !important; 
}

#diensten article
{
  position: relative;
}

.loctek-lightbox, #loctek-lightbox-close
{
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  color: #AACB5A !important;
  border-color: #AACB5A !important;
}

#diensten article a
{
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: 1;
  display: block;
}

#diensten article .table
{
  display: table;
  width: 100%;
  height: 100%;
}

#diensten article h2
{
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.7em;
  line-height: 1.4em;
  font-weight: bold;
  vertical-align: middle;
}

.three-row-grid img
{
  width: 100%;
}

#diensten .bg
{
  display: block;
  background-color: #AACB58;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
}

#diensten article:hover .bg, #diensten article:hover a
{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}

#contact .part
{
  width: 31%;
  margin-right: 3.5%;
  float: left;
}

#contact
{
  margin-top: 50px;
}

#contact .part.glow
{
  text-align: center;
  margin-right: 0;
  float: right;
  -webkit-box-shadow: 0px 0px 4px 1px #989898;
  box-shadow: 0px 0px 4px 1px #989898;
  height: 269px;
  padding: 25px 12px;
}

#contact .part.glow p
{
  font-size: 1.3em;
  line-height: 1.8em;
  color: #767676;
  margin: 15px auto;
}

#contact .part.glow a
{
  color: #AACB58;
}

.errors
{
  color: #AACB58;
  list-style: disc;
  padding-left: 15px;
  font-size: 1.2em;
  line-height: 1.8em;
  margin-bottom: 15px;
}

input[type="text"], textarea
{
  height: 35px;
  line-height: 35px;
  padding: 0 6px;
  color: #222;
  margin-bottom: 12px;
  width: 100%;
  border: 1px solid #A9A9A9;
}

textarea
{
  height: 134px;
  padding-top: 6px;
  line-height: 1.5em;
}

input[type="submit"]
{
  font-size: 1.3em;
  text-transform: uppercase;
  height: 35px;
  line-height: 35px;
  padding: 0 6px;
  text-align: center;
  color: #fff;
  width: 100%;
  background-color: #AACB58;
  border: 1px solid #AACB58;
}

#mymap
{
  padding-top: 20%;
}

#container.splash
{
  padding-top: 0;
  background-color: #1D1D1B;
}

#splashlogo
{
  position: absolute;
  bottom: -57px;
  left: 50%;
  margin-left: -166px;
}

#container.splash .c
{
  padding: 70px 0 40px 0;
  color: #fff;
  font-size: 1.2em;
  width: 96%;
  margin: 0 auto;
}

#container.splash #siteby
{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

#btnenter
{
  margin: 35px auto;
  border: 1px solid #fff;
  content: #fff;
  font-family: "Lato", sans-serif;
  font-size: 1.7em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  display: block;
  width: 25%;
  min-width: 200px;
  padding: 12px;
}

@media all and (max-width: 1000px) {
  header nav
  {
    float: none;
    margin-left: 260px;
    width: auto;
  }

  footer .fl p, footer .fr p
  {
    margin-bottom: 5px;
  }
}

@media all and (max-width: 920px) {
  #contact .part
  {
    width: 55%;
    float: left;
  }

  #contact .part.glow
  {
    width: 40%;
    float: right;
  }

  #mymap
  {
    padding-top: 30%;
  }
}

@media all and (max-width: 820px) {
  footer article
  {
    width: 50%;
  }

  footer .ac
  {
    border: 0;
  }

  footer article:first-child
  {
    display: none;
  }

  #ttcontainer
  {
    display: none;
  }

  #content
  {
    padding-bottom: 270px;
  }

  #overons article
  {
    display: block;
    margin: 10px auto !important;
    width: 100%;
    max-width: 420px;
    float: none; 
  }

  .faqreshide
  {
    display: none;
  }

  #faqpage
  {
    margin-right: 0;
    min-height: auto;
  }
}

@media all and (max-width: 700px) {
  header nav
  {
    margin: 0;
    width: 100%;
    padding-top: 25px;
  }

  header .fl
  {
    float: none;
  }

  header
  {
    text-align: center;
  }

  #mymap
  {
    display: none;
  }
}

@media all and (max-width: 660px) {
  #contact .part
  {
    width: 100%;
  }

  #contact .part.glow
  {
    width: 100%;
    margin-bottom: 20px;
  }

  #contact img
  {
    width: 100%;
    max-width: 228px;
  }
}

@media all and (max-width: 560px) {
  footer article
  {
    width: 100%;
    padding: 0;
    height: auto;
    margin: 5px 0;
  }

  footer .reshide
  {
    display: none;
  }

  #sliderzone
  {
    display: none;
  }

  #splashlogo
  {
    position: static;
    width: 96%;
    max-width: 332px;
    margin: 0;
  }

  #container.splash
  {
    text-align: center;
  }

  #container.splash .c
  {
    padding-top: 15px;
  }
}

@media all and (max-width: 380px) {
  header nav
  {
    margin: 0;
    width: 100%;
    padding-top: 25px;
  }

  header .fl
  {
    width: 100%;
    max-width: 239px;
  }

  #logo
  {
    margin-right: 50px;
    display: block;
  }

  header
  {
    text-align: center;
  }

  #res
  {
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 15px;
    height: 25px;
    cursor: pointer;
  }

  header
  {
    padding: 6px 0 0 0;
    height: 80px;
  }

  header nav
  {
    z-index: 3;
    position: absolute;
    left: 0;
    top: 80px;
    display: none;
    width: 100%;
    background-color: #1D1D1B;
    border-top: 1px solid #444;
    padding-top: 0;
  }

  header nav a
  {
    margin: 0;
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
  }

  header nav li
  {
    display: block;
  }
}

@media all and (max-width: 250px) {
  header
  {
    height: 65px;
  }

  header nav
  {
    top: 65px;
  }
}

#content-container {
  width: 50%;
  margin: auto;
  margin-bottom: 2em;
}

#content-container h2 {
  color: #aacb58;
  font-size:2.4em; 
  font-weight:bold; 
  margin-bottom: 5px;
  margin-top: 1em;
  cursor: pointer;
}

#content-container h3 {
  background-color:#fff; 
  color: #000;
  font-size:1.5em; 
  margin: 1em;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #000;
  box-shadow: inset 0 0 0 0 #aacb58;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
  cursor: pointer;
}

#content-container h2:hover + div > h3, #content-container h3:hover {
  box-shadow: inset 1200px 0 0 0 #aacb58;
  color: #fefefe;
}

#content-container h3.active {
  color: #fff;
  box-shadow: inset 1200px 0 0 0 #aacb58;
}

#content-container h3 span {
  display: inline-block;
  float: right;
  width: 0;
  height: 0;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #aacb58;
  margin-right: 10px;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.4s;
}

#content-container h2:hover + div > h3 > span, #content-container h3:hover span {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #fff;
  margin-right: 10px;
}

#content-container h3.active span {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #fff;
  margin-right: 10px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

#content-container h3.active:hover span {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #fff;
  margin-right: 10px;
}

#content-container h4 {
  margin-left: 2em;
  margin-right: 2em;
  font-size: 1.1em;
  font-weight: bold;
}

#content-container p {
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: 2em;
}

#content-container ul {
  margin-left: 3em;
  margin-right: 3em;
  margin-bottom: 1em;
}

#content-container li {
  margin-bottom: 0.5em;
  margin-left: 1em;
  list-style: disc;
}

#content-container table {
  margin-left: 3em;
  margin-right: 3em;
  margin-bottom: 1em;
}

#content-container th, #content-container td {
  border: 1px solid #000;
  padding: 5px;
}

#content-container th {
  font-weight: bold
}

#content-container a {
  color: #D3191C;
}
