#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);
}
#subm {
  position:relative;
  z-index: 3;
}
#subm.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;
}

/* 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: #db2a16;
	border: 1px solid #db2a16;
	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: #db2a16;
	border: 1px solid #db2a16;
}

/* NEW COOKIE END */

/* old cookie
#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;
  display: flex;
  justify-content: space-between;
}

#PLCookie article div {
  float: right;
}

#PLCookie article span {
  display: block;
  line-height: 36px;
}

#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;
}
*/
.contactak
{
  display: block;
  padding: 1em;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.4em;
  font-size: .9em;
  background-color: #000035;
  margin-top: 1.5em;
}
/*
@media all and (max-width: 730px) {
  #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;
    width: 100%;
  }
}

*/
#content-container {
  width: 96%;
  max-width: 1400px;
  margin: auto;
}

#content-container h2 {
  color:#db2a16; 
  font-size:2.4em; 
  font-weight:bold; 
  margin-bottom: 5px;
  margin-top: 1em;
  cursor: pointer;
}

#content-container h3 {
  color: #fff;
  background-color: #3a3a3a;
  padding: .6em;
  cursor: pointer;
  font-weight: bold;
  font-size: 1em;
  margin-top: 1em;
}
#content-container h3.active {
  background-color: #db2a16;
}

#content-container h4 {
  font-size: 1.1em;
  font-weight: bold;
}

#content-container p {
  margin-bottom: 2em;
}

#content-container ul {
  margin-left: 1em;
}

#content-container table {
  margin-left: 1em;
}
#content-container a {
  color: #D3191C;
}
#content-container .c {
  line-height: 150%;
}
#gdpr-wrapper {
   min-height:100%;
   position:relative;
}

*
{
  box-sizing: border-box; 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html,body
{
  height: 100%;
  font-size: 14px;
}

a
{
  text-decoration: none;
  color:inherit;
}

h2
{
  color:#db2a16;
  font-weight: bold;
  text-align: center;
}

header nav ul li, h1, h2, #tickertape p, .lid .teamimg a
{
  font-family: 'Open Sans', sans-serif;
}


header
{
  background-color: #db2a16;
  height: 124px;
  width: 100%;
  top:0;
  position: fixed;
  border-top:5px solid #4c4c4c;
  z-index: 50;
}

header nav
{
  float:right;
  position: relative;
  margin-right: 2%;
}

header nav ul li
{
  display: inline-block;
  padding:10px 30px;
  border: 1px solid #db2a16;
}

header nav a
{
  color:#fff;
}

header nav ul li:hover, header nav .active
{
  border: 1px solid #fff;
}

header #headerlogo
{
  position: absolute;
  left:2%;
}

#contentwrap
{
  margin-top:124px;
}

.content
{
  width: 90%;
  max-width: 1400px;
  margin:auto;
  padding-top: 1em;
}


#sliderwrap
{

  position: relative;
}

#groteslider
{
  width: 100%;
  height: 350px;
  border-bottom:20px solid #db2a16;
}

#kleinebanner
{
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#zoekfunctie
{
  border-bottom: 5px solid #db2a16;
  position: fixed;
  top:124px;
  width: 100%;
  z-index: 99;
}

#zoekfunctie > div:first-child
{
  width: 100%;
  height: 150px;
  background-image:url(/images/zoekheader.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.content h1
{
  text-transform: uppercase;
  font-weight: bold;
  margin-top:3em;
  margin-bottom:3em;
  font-size: 1.25em;
}

.content .inleiding
{
  text-align: center;
  line-height: 2em;
}

.content .inleiding p
{
  margin-bottom:2em;
  font-family: Arial;
  line-height: 2em;
}
.content .inleiding p:last-child {
  margin-bottom: 0;
}
.content {
  padding-bottom: 65px !important;
  margin-bottom: 1px !important;
}

#contentcenter .inleiding
{
  font-weight: bold;
}

.line
{
  width: 100%;
  height: 3px;
  background-color: #cbcbcb;
}

.pagetext:after {
  display: block;
  clear: both;
  content: "";
}

footer
{
  background-color: #db2a16;
  padding:20px 0;
  color:#fff;
  position: relative;
}

footer .icon
{
  width: 50px;
  position: relative;
  top: 3px;
}

footer tr 
{
  display: block;
  padding-bottom:10px;
}

footer a
{
  color:#fff;
}
footer .ac {
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 10px;
}
footer .table {
  float: left; 
}
footer #table1 {
  margin-right: 25px;
}
footer td {
  height:16.5px;
  line-height: 16.5px;
}
footer tr {
  height: 35px;
}


#madeby
{
  background-color: #4c4c4c;
  padding:10px 0px;
  color:#888787;
  font-size: 0.75em;
  text-align: center;
}

#tickerwrap
{
  position: relative;
   margin-top: -3px;
}

#tickertape
{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 120px;
  text-align: center;
  border-top: 3px solid #cbcbcb; 
}

#tickertapeholder
{
  position: relative;
  top:50%;
  transform: translateY(-50%);
}

#tickertape p 
{
  font-size: 1.5em;
}

#verdelers
{
  position: relative;  
  width: 100%;
  overflow: hidden;
}

#verdelers>*
{
  width: 100%;
  overflow: hidden;
}

#verdelers>*>*
{
  margin-top:20px;
  margin-bottom: 20px;
  background-color:#999;
  width:10%;
  margin-left:0.5%;
  margin-right:0.5%;
  float:left;
}

#verdelers>*>*>*
{
  width: 100%;
  height: 100%;
}

.lid
{

}

.faqItem h2
{
  color: #fff;
  background-color: #DB2A16;
  padding: .6em;
  text-align: left;
}

.faqItem
{
  margin: 1em auto;
  max-width: 950px;
}

.lid:hover .teamimg a
{
  display: block;
}

.lid .teamimg a
{
  display: none;
  position: absolute;
  width: 100%;
  text-align: center;
  background-color: rgba(219,42,22,0.7);
  padding:10%;
  color:#fff;
  text-transform: uppercase;
  top:50%;
  -webkit-transform: translateY(-50%);  
  -ms-transform: translateY(-50%); 
  transform: translateY(-50%); 
}

.lid h1
{
  margin:0;
  text-align: center;
  margin-top:0.5em;
  margin-bottom:0.5em;
  font-size: 1em;
  text-transform: none;
}

.lid p
{
  font-size: 0.9em;
  text-align: center;
}

.teamimg
{
  border:3px solid #db2a16;
}

.biglink
{
  background-color: #db2a16;
  display: inline-block;
  margin:auto;
  padding:10px 30px;
  color:#fff;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  left:50%;
  transform:translateX(-50%);
  margin-top:3em;
  margin-bottom:3em;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  height: 35px;
  width: 300px;
}

.merk > div:first-child
{
  border:3px solid #999;
}

.merk h1
{
  text-align: center;
  margin-top:1.5em;
  font-weight: normal;
  color:#db2a16;
}

#zoekfunctie > div:first-child > div
{
  position: absolute;
  width: 90%;
  margin-left:5%;
  top:50%;
  -webkit-transform: translateY(-50%);  
  -ms-transform: translateY(-50%); 
  transform: translateY(-50%); 
}

#zoekfunctie select
{
  margin-top:0;
  height: 35px;
}

#mobilenav, #resbutton
{
  display: none;
}
#sliderwrap {
  min-height: 150px;
}
@media screen and (max-width: 1400px) {
	#verdelers>*>* {
		width: 11.5%;
	}
	#verdelers>*>*:nth-of-type(9) {
		display: none;
	}
}
@media screen and (max-width: 1300px) {
	#verdelers>*>*:nth-of-type(8) {
		display: none;
	}
	#verdelers>*>* {
		width: 12.285%;
		margin: 20px 1%;
	}
}
@media screen and (max-width: 1150px) 
{
  #mainnav
  {
    display: none;
  }
  #mobilenav
  {
    position: absolute;
    display: none;
    margin:0;
    width: 100%;
    height: 100vh;
    z-index: 49;
    background-color:#db2a16; 
    top: 0px;
    padding-top: 174px;
  }

  #mobilenav ul li
  {
    width: 100%;
    color:#fff;
    text-align: center;
    height: 50px;
    line-height:50px;
    font-size: 1.5em;
    border-top: 2px solid #fff;   
  }
  #mobilenav ul li.last {
    border-bottom: 2px solid #fff;
  }
  #mobilenav ul li:hover {
    color:#db2a16;
    background-color:#fff;
  }
  #mobilenav h3 {
    width: 90%;
    margin:40px auto;
    font-size: 2.5em;
    color:white;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    line-height: 125%;
  }

  #resbutton
  {
    display: block;
    position: absolute;
    top:50%;
    margin-top:-14px;
    right:50px;
  }

  #zoekbutton {
    width: 100% !important;
    margin-left: 0 !important;
    left: 0% !important;
    background-color:#4c4c4c;
    font-size: 1.5em !important;
    font-style: initial !important;  
    bottom: -40px !important;    
  }

}
@media screen and (min-width: 1500px) {
   .content p {
    font-size:1.15em;
  }
  #zoekfunctie > div:first-child > div {
  width: 80%;
  margin-left: 10%;
  
}
}

@media screen and (max-width: 1530px) {
  footer .five-col-grid > div:nth-child(5)
  {
    display:none;
  }   
}
@media screen and (max-width: 1130px) 
{
	#verdelers>*>*:nth-of-type(7) {
		display: none;
	}
	#verdelers>*>* {
		width: 14.66%;
	}
  
}

@media screen and (max-width:900px) {
	#verdelers>*>*:nth-of-type(6) {
		display: none;
	}
	#verdelers>*>* {
		width: 18%;
	}
}

@media screen and (max-width: 790px) 
{
  footer .five-col-grid > div:nth-child(4)
  {
    display:none;
  }
}
@media screen and (max-width: 700px) {
	#verdelers>*>*:nth-of-type(5) {
		display: none;
	}
	#verdelers>*>* {
		width: 22%;
		margin:20px 1.5%;
	}
}

@media screen and (max-width: 600px) 
{
  footer .five-col-grid > div
  {
    width: 100%;
  }

  footer .five-col-grid > div > table
  {
    width: 300px;
    margin:auto;
  }
  #verdelers>*>*:nth-of-type(4) {
		display: none;
	}
	#verdelers>*>* {
		width: 30%;		
	}
}

.idkimg
{
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.idkimg:after
{
  padding-top:100%;
  content:"";
  display: block;
}

.indekijker h1
{
  font-size: 1em;
  margin:0;
  color:#db2a16;
  text-transform: none;
  text-align: center;
  margin:10px 0;
}

.indekijker a
{
  text-align: center;
  width: 100%;
  display: block;
  color:#6a6a6a;
  font-size: 0.8em;
}

.swiper-container {
  width: 100%;
  height: "";
}      

.slideprev,.slidenext
{
  z-index: 5;
  top:50%;
  position: absolute;
  width: 15px;
  height: 25px;
  background-image:url('/images/links.png');
  cursor: pointer;
}

.slideprev
{
  left:-30px;
}

.slidenext
{
  background-image:url('/images/rechts.png');
  right:-30px;
}

#tickerwrap #verdelerbutton
{
  width: auto;
  position: absolute;
  background-color: #4c4c4c;
  display: inline-block;
  font-size: 0.8em;
  line-height: 30px;
  height: 30px;
  color:#fff;
  width: 200px;
  margin-left:-100px;
  bottom:-15px;
  left:50%;
  border-radius: 5px;
  text-align: center;
  z-index: 5;
}

#zoekbutton
{
  text-align: center;
  width: auto;
  color:#fff;
  display: inline-block;
  position: absolute;
  transform:none;
  margin:0;
  bottom:-20px;
  line-height: 40px;
  height: 40px;
  width: 300px;
  left:50%;
  margin-left:-150px;
  font-size: 0.8em;
  font-weight: bold;
  font-style: italic;
  z-index: 51;
  background-image: url(/images/zoekback.png);
  cursor: pointer;
}

#maini
{
  border: 1px solid #db2a16;
}

@media screen and (max-width: 500px) {
  footer .table {
    float:none;
  }
  footer .foothold {
    width: 96% !important;
    margin-left: 2% !important;
    margin-top: 100px !important;
  }
}

@media screen and (max-width: 400px) {
	#verdelers>*>*:nth-of-type(3) {
		display: none;
	}
	#verdelers>*>* {
		width: 46%;
		margin:20px 2%;	
	}
}