@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; background:transparent;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary
{display: block;}

audio, canvas, video {display: inline-block; *display:inline; *zoom:1;}

audio:not([controls]) {display:none; height:0;}

[hidden] {display:none;}

html {overflow-y:scroll; overflow-x:hidden; font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}    
    
body {line-height: 1;}

nav ul, nav ol {list-style: none; list-style-image:none;}    
ol, ul {list-style: none;}
    
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; font-size:75%}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}    

sub, sup {font-size:75%; line-height:0; position:relative; vertical-align:baseline}
sub {bottom: -0.25em;}
sup {top: -0.5em;}

table {border-collapse: collapse; border-spacing: 0;}

a:link, a:visited, a:hover, a:active {text-decoration:none;}
a img, :link img, :visited img {border:none;}
a:focus {outline: thin dotted;}
a:active, a:hover {outline: 0;}

html, button, input, select, textarea {font-family: sans-serif;}
textarea {resize:none; vertical-align:top; font-size:100%; overflow:auto;}
textarea:focus {outline:none;}
input:focus {outline:none;}
button, input, select {vertical-align: baseline; *vertical-align: middle; font-size:100%; line-height:normal; margin:0;}
legend {white-space: normal; *margin-left:-7px;}
button, input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer; *overflow: visible;}
button[disabled], input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing; border-box; *height: 13px; *width: 13px;}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}

img {-ms-interpolation-mode: bicubic;}
svg:not(:root) {overflow:hidden;}

strong, b {font-weight:bold}

tt {font-family: "Courier New", Courier, monospace}
code, kbd, pre, samp {font-family: monospace, serif; _font-family: 'courier new', monospace; font-size:16px;}
pre {white-space: pre; white-space:pre-wrap; word-wrap: break-word;}
hr {display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
i {font-style:italic}
u {text-decoration:underline}
strike, del {text-decoration:line-through}
ins {text-decoration:none}
center {text-align:center}
dfn {font-style:italic}
mark {background: #ff0; color: #000;}

/**
 * Blog
 **/
 .blog-img img {
 	width: 100%;
 }
 .blog-head {
 	text-align: center;
 	margin:60px auto;
 	position: relative;
 }
 .blog-head .c {
 	width: 90%;
 	max-width: 800px;
 	margin:50px auto 60px auto;
 }
 .blog-content {
 	width: 96%;
 	max-width: 1400px;
 	margin:0 auto;
 }
 .footermar-blog {
 }

 .blog-item .title
 {
 	position: absolute !important;
 	left: 0;
 	bottom: 0;
 	width: 100%;
 	padding: 1em;
 	margin: 0;
 	text-align: center;
 	text-transform: uppercase;
 	color: #000;
 	background: rgba(255,255,255,.8);
 }
 .blog-item {
 	position: relative;
 }
 .blog-item a {
 	position: absolute;
 	top:0;
 	bottom:0;
 	left:0;
 	right:0;
 }
 .blog-rows {
 	margin-top: 1%;
 }
 .blog-row {
 	display: flex !important;
 	flex-wrap: wrap;
 	margin-bottom: 1%;
 }
 .blog-row:last-child {
 	margin-bottom: 0;
 }
 .blog-row .row-block {
 	width: 49.5%;
 	display: flex;
 	flex-wrap: wrap;
 	align-items: flex-start;
 }
 .row-block:not(:nth-child(2n)){
 	margin-right: 1%;
 }
 .blog-row.type-b .row-block {
 	margin:0;
 	width: 100%;
 }
 .blog-row.reverse .row-block:first-child {
 	order:2;
 	margin-left: 1%;
 	margin-right: 0%;
 }
 .blog-row .extra .blog-item {
 	width: 48.979591836734693877551020408163%;
 }
 .blog-row .extra .blog-item:not(:nth-child(2n)){
 	margin-right: 2.0408163265306122448979591836735%;
 }
 .blog-rows .blog-main .blog-item {
 	width: 100%;
 }
 .blog-row .extra .blog-item:nth-child(n+3){
 	margin-top: 2.0408163265306122448979591836735%;
 }
 .blog-rows .blog-inhoud {
 	position: absolute;
 	left: 0;
 	right: 0;
 	bottom: 0;
 	height: 25%;
 	z-index: 1;
 	background-color: rgba(0,0,0,0.58);
 	color: #fff;
 }
 .blog-rows .blog-inhoud h2 {
 	position: absolute;
 	top: 50%;
 	left: 20%;
 	right: 20%;
 	font-weight: bold;
 	text-align: center;
 	-o-transform: translateY(-50%);
 	-ms-transform: translateY(-50%);
 	-webkit-transform: translateY(-50%);
 	-moz-transform: translateY(-50%);
 	transform: translateY(-50%);
 	line-height: 125%;
 }
 .blog-rows .blog-main .blog-inhoud h2 {
 	font-size: 2.4rem;
 	letter-spacing: 0.04rem;
 }
 .blog-rows .extra .blog-inhoud h2 {
 	font-size: 1.2rem;
 }
 .blog-row.type-c .row-block {
 	margin-right: 0;
 	width: 100%;
 }
 .type-c .combo-img {
 	display: flex;
 	flex-wrap: wrap;
 	width: 100%;
 	align-items: flex-start;
 	align-content: flex-start;
 }
 .type-c.reverse .combo-img .big {
 	order:2;
 }
 .type-c .combo-img > * {
 	width: 50%;
 }
 .type-c .combo-img .big img {
 	width: 100%;
 }
 .type-c .combo-img .small {
 	display: flex;
 	flex-wrap: wrap;
 	align-items: flex-start;
 	align-content: flex-start;
 }
 .type-c .combo-img .small img {
 	width: 50%;
 }
 .button-hold {
 	margin-top: 40px;
 	margin-bottom: 40px;
 	text-align: center;
 }
 .button-hold:last-child {
 	margin-bottom:0px;
 }
 .button-hold a {
 	display: inline-block;
 	height: 35px;
 	line-height: 33px;
 	border: 1px solid #000;
 	padding: 0 20px;
 	background-color: transparent;
 	cursor: pointer;
 	text-transform: uppercase;
 	transition: all 0.8s ease;
 	margin-top: 50px;
 	color: #000;
 }
 .button-hold a:hover {
 	background-color: #000; 
 	color: #fff;
 }

  /**
 * Blog detail
 **/
 .blog-holder {
 	display: flex;
 	margin-top: 60px;
 	line-height: 1.4em;
 }
 .blog-aside {
 	width: 300px;
 	margin-right: 50px;
 }
 .blog-main {
 	width: calc(100% - 350px);
 }
 .blog-main .c {
 	font-size: 1.15rem;
 }
 .blog-main .blog-img {
 	position: relative;
 	width: 100%;
 }
 .blog-main .blog-img .h1 {
 	position: absolute;
 	left: 0;
 	right: 0;
 	bottom: 0;
 	padding:25px 15px;
 	background-color: rgba(255, 255, 255, .6);
 	color: #000;
 	text-align: center;
 	text-transform: uppercase;
 	font-size: 2.4rem;
 }
 .blog-aside h3 {
 	text-transform: uppercase;
 	font-family: 'Playfair Display',sans-serif;
 	font-size: 1.8rem;
 	text-align: center;
 	margin-bottom: 25px; 	
 }
 .blog-nav nav {
 	border-top: 1px solid rgb(220,220,220);
 	margin-bottom: 60px;
 }
 .blog-nav a {
 	line-height: 40px;
 	display: block;
 	border-bottom: 1px solid rgb(220,220,220);
 	color: rgb(100,100,100);
 	padding-left: 8px;
 }
 .blog-nav a:hover,.blog-nav a.active {
 	font-weight: bold;
 }
 .blog-recent h2 {
 	font-size: 1.6rem;
 	margin-top: 10px;
 	margin-bottom: 10px;
 }
 .blog-recent .c {
 	margin-bottom: 10px;
 }
 .blog-recent .blog-item {
 	margin-bottom: 35px;
 }
 .blog-recent .more {
 	font-weight: bold;
 	color: rgb(180,180,180);
 }
 .blog-overzicht {
 	display: flex;
 	flex-wrap: wrap;
 	align-items: flex-start;
 	align-content: flex-start;
 }
 .blog-overzicht .blog-item a {
 	position: static;
 }
 .blog-overzicht .btn-hold {
 	padding-top: 25px;
 	text-align: left;
 }
 .blog-overzicht .btn-hold a {
 	display: inline-block;
 	line-height: 45px;
 	padding:0 20px;
 	text-transform: uppercase;
 	font-weight: bold;
 	background-size: 300% 100%;
 	background-image: linear-gradient(to right, transparent 50%,#000 50%);
 	border:1px solid #000;
 	border-radius: 8px;
 	color: #000;
 	transition: all 0.5s ease;
 }
 .blog-overzicht .btn-hold a:hover {
 	background-position: -50% 0;
 	color: #fff;
 }
 .blog-overzicht h2 {
 	font-size: 2rem;
 	margin-top: 15px;
 	margin-bottom: 15px;
 	color: #000;
 }
 .blog-overzicht .blog-item {
 	margin-bottom: 45px;
 }
 .blog-overzicht .blog-item:nth-child(n+6){
 	width: 32%;
 	margin-bottom: 2%;
 }
 .blog-overzicht .blog-item:nth-child(n+6) .c, .blog-overzicht .blog-item:nth-child(n+6) .btn-hold {
 	display: none;
 }
 .blog-overzicht .blog-item:nth-child(n+6):not(:nth-child(3n+5)){
 	margin-right: 2%;
 }
 .blog-content-row {
 	margin-bottom: 36px;
 }
 .merk-content .blog-content-row {
 	margin-bottom: 1.33%;
 }
 .blog-content-row h2 {
 	font-family: 'Playfair Display',sans-serif;
 	font-size: 2.4rem;
 	text-transform: uppercase;
 	line-height: 150%;
 	text-align: center;
 }
 .blog-content-row .c {
 	width: 90%;
 	max-width: 800px;
 	margin:0 auto;
 	text-align: center;
 }
 .blog-content-row .multi-img-holder {
 	display: flex;
 	flex-wrap: wrap;
 	align-items: flex-start;
 	align-content: flex-start;
 	justify-content: space-between;
 }
 .blog-content-row .multi-img-holder.two>* {
 	width: 49%;
 }
 .blog-content-row .multi-img-holder.three>* {
 	width: 32.33%;
 }
 .blog-content-row .multi-img-holder.four>* {
 	width: 24%;
 }
 .blog-content-row .multi-img-holder>a img {
 	width: 100%;
 }
 .blog-content-row .filmpje {
 	max-width: 1000px;
 	padding-top: 20px;
 	padding-bottom: 20px;
 }
 .title-hold {
 	text-align: center;
 	margin-bottom: 36px;
 }
 .title-hold h3 {
 	text-transform: uppercase;
 	color: #000;
 	font-size: 1.8rem;
 	font-weight: bold;
 }
 @media screen and (max-width: 1200px){
 	.blog-overzicht .blog-item:nth-child(n+6) h2 {
 		font-size: 1.6rem;
 	}
 }
 @media screen and (max-width: 900px){
 	.blog-main .c {
 		font-size: 1.4rem;
 	}
 }
 @media screen and (max-width: 800px){
 	.blog-rows .blog-main .blog-inhoud h2 {
 		font-size: 1.6rem;
 	}
 	.blog-rows .blog-inhoud {
 		height: 30%;
 	}
 }
 @media screen and (max-width: 750px){
 	.blog-holder {
 		margin-top: 30px;
 		flex-wrap: wrap;
 	}
 	.blog-aside {
 		order:2;
 		width: 100%;
 		margin-right: 0;
 	}
 	.blog-main {
 		width: 100%;
 	}
 	.blog-main .title-hold, .blog-main .blog-overzicht {
 		display: none;
 	}
 }
 @media screen and (max-width: 700px){	
 	.blog-row .row-block,.blog-row.type-b .row-block {
 		width: 100%;
 		margin-bottom: 4.0816326530612244897959183673469%;
 	}
 	.row-block:not(:nth-child(2n)){
 		margin-right: 0;
 	}
 	.blog-row.reverse .row-block:first-child {
 		margin-left: 0;
 	}
 	.blog-rows .blog-inhoud {
 		height: 25%;
 	}
 	.blog-row {
 		margin-bottom: 0;
 	}
 }
 @media screen and (max-width: 680px){
 	.blog-main .blog-img .h1 {
 		position:static;
 		padding:25px 15px;
 		background-color: rgba(230, 0, 126);
 		font-size: 1.8rem;
 	}
 }
 @media screen and (max-width: 400px){
 	.blog-rows .blog-inhoud {
			min-height: 50px;
		}		
		.row-block.extra {
			display: none;
		}
		.blog-main .blog-img .h1 {
			font-size: 1.6rem;
		}
 }
.center-cell
{
  display: table-cell;
  height: 100%;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}

.two-col-grid:after
{
  clear: both;
  display: block;
  content: '';
}

.two-col-grid > *
{
  width: 48.5%;
  float: left;
  margin-bottom: 5%;
}

.two-col-grid > *:nth-child(2n)
{
  float: right;
}

.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: 'Roboto Slab', serif;
}

html
{
   overflow-x: hidden;
}

header nav
{
  float: right;
  margin-top: 70px;
}

header nav li
{
  display: inline-block;
}

header nav ul a
{
  color: #fff;
  font-size: 1.15em;
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid #fff;
  display: inline-block;
}

header nav li:first-child a
{
  padding-left: 0;
  margin-left: 0;
  border-left: 0;
}

header nav a:hover, header nav .active
{
  font-weight: bold;
}

#container {
   min-height:100%;
   position:relative;
}

.holder {
  position: relative;
}

.holder:after
{
  content: '';
  display: block;
  padding-bottom: 42%;  
}

.holder iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

header
{
  background-color: #000;
  padding: 1px 0;
  height: 105px;
  position: relative;
  z-index: 1;
}

header h1
{
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-family: 'Tangerine', cursive;
  letter-spacing: 5px;
  font-size: 80px;
  float: left;
  margin-top: 15px;
}

header:after
{
  clear: both;
  display: block;
  content: '';
}

#video
{
  position: relative;
}

#video:before
{
  content: '';
  display: block;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #000;
}

#video.empty:before
{
  position: static;
}

#video .holder
{
  margin: 0 auto;
  max-width: 1000px;
}

#video.spaced:before
{
  display: none;
}

#video.spaced
{
  padding-top: 2em;
}

.btn
{
  margin-top: 1em;
  display: inline-block;
  border-radius: 1em;
  border: 1px solid #000;
  color: #000;
  background-color: #fff;
  transition: all .5s ease-out;
  padding: 15px 20px;
  font-size: 1.2em;
}

.btn:hover
{
  background-color: #000;
  color: #fff;
}

#maintext
{
  margin: 0 auto 2em auto;
  width: 95%;
  max-width: 1000px;
  font-size: 1.25em;
  line-height: 1.5em;
  text-align: center;
}

#maintext p
{
  margin: 1em auto;
}

#maintext h1
{
  text-transform: uppercase;
  font-size: 2.2em;
  line-height: 1.3em;
}

#maintext h2
{
  margin-top: .1em;
  font-size: 1.6em;
  margin-bottom: 1.5em;
  line-height: 1.3em;
}

#socialmedia
{
  padding-top: 2em;
  background: #000;
}

#icons > div
{
  background-color: #000;
  padding: 1em;
  display: inline-block;
  position: relative;
  z-index: 2;
}

#icons a
{
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  margin: 0 .25em;
  width: 40px;
  background-color: #fff;
  color: #000;
  font-size: 25px;
  border-radius: 5px;
}

#icons i
{
  margin-top: 8px;
}

#icons
{
  position: relative;
  text-align: center;
  margin-bottom: 2em;
}

#icons:before
{
  content: '';
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  background-color: #fff;
  margin-left: -1px;
}

.single-row-four > .img
{
  background-color: #fff;
  margin-bottom: 2em;
}

.single-row-four > .img:after
{
  clear: both;
  display: block;
  content: '';
  padding-top: 100%;
}

#container .center
{
  width: 95%;
  max-width: 1000px;
}

#container .center.big
{
  max-width: 1250px;
}

#container header .center
{
  max-width: 1450px;
}

#siteby
{
  background-color: #000;
  padding: .6em;
  font-size: .85em;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  line-height: 1.4em;
  color: #fff;
}

.headerimg
{
  margin-top: 5px;
  height: 93px;
  float: left;
  margin-right: 10px;
}

#submenu
{
  text-align: center;
}

#submenu a
{
  margin: 2em .6em;
  color: #000;
  display: inline-block;
  padding: .6em .8em;
  border-radius: 6em;
  transition: all .5s ease-out;
  border: 1px solid #fff;
}

#submenu a:hover, #submenu .active
{
  border: 1px solid #000;
}

#content
{
  padding-bottom: 50px;
}

#siteby a
{
  color: #fff;
}
.walloffame
{
  width: 100%;

}

.walloffame > div
{
  width: 20%;
  padding:10px;
}

.walloffame > div > img
{
  width: 100%;
}

.wof_item
{
  position: relative;
}

.wof_item .wof_titel
{
  position: absolute;
  bottom: 20px;
  left:20px;
  padding:10px 20px;
  background-color: rgba(255,255,255,0.7);
}

.wof_item.wof_ak > div
{
  width: 100%;
  position: relative;
  background-color: #000;
}

.wof_item.wof_ak > div > span
{
  position: absolute;
  top:50%;
  left:50px;
  right:50px;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.5em;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #fff;
}

.wof_item.wof_ak > div:after
{
  padding-top:100%;
  content:'';
  display: block;
}


#teller
{
  position: fixed;
  right: 50px;
  bottom: 50px;
  padding: 10px;
  background-color: #000;
  color: #fff;
  z-index: 80;
}

#content-container {
  width: 96%;
  max-width: 1400px;
  margin: auto;
}

#content-container h2 {
  color:#000035; 
  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: #000035;
}

#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;
}

/* 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: #000000;
	border: 1px solid #000000;
	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: #000000;
	border: 1px solid #000000;
}

/* NEW COOKIE END */

/*
#PLCookie {
  position: fixed;
  top: 0;
  background-color: rgba(0,0,0,.8);
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
}

#PLCookie article {
  position: absolute; 
  background-color: #fff;
  -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);
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  color: #000;
  letter-spacing: 1px;
  padding: 1.5em;
  text-align: center;
  max-width: 350px;
  width: 95%;
}

#PLCookie article span {
  display: block;
  padding-top: 6px;
  line-height: 1.5em;
  font-size: 1.2em;
  margin-bottom: 1.5em;
}

#PLCookie article div a {
  padding: 10px 15px;
  background-color: #000;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 5px;
  transition: all .3s;
  width: 46%;
  margin: 2%;
  float: left;
}
#PLCookie article div a:hover {
 background-color: #444;
}
*/
/* old cookies
#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;
}

@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%;
  }
}
*/

#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 {
  z-index: 3;
}
#subm.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.submitholder {
  position: relative;
  float: right;
  width: 120px;
}
.submitholder .submit-warning {
  position: absolute;
  left:0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
}

 .instagram.between-titel {
  padding-top: 0;
 }
 .instagram .insta-hold {
  display: block;
  text-align: center;
  margin-top: 10px;
 }
 .insta-hold img {
  width: 30px;
 }
 .insta-preview {
  display: flex;
  justify-content: space-between;
 }
 .insta-preview a {
  display: block;
  width: 24%;
  padding-bottom: 24%;
  background-size: cover;
 }

#agenda
{
  margin-bottom: 5%;
}

#agenda table
{
  margin-top: 5%;
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
}

#agenda th
{
  width: 48%;
}

#agenda th > span
{
  display: block;
  border-radius: 1em;
  font-size: 1.2em;
  vertical-align: middle;
  text-align: center;
  padding: 1em;
  border: 1px solid #000;
  margin-bottom: 1em;
}

#agenda td
{
  color: #000;
  padding: 1em 0 1em 4%;
  vertical-align: middle;
}

#agenda .c
{
  padding: 0;
  padding-bottom: 1em;
}

#agenda p
{
  margin: 0;
}

#agenda > .ag
{
  float: left;
  margin-top: 4%;
  width: 48%;
  position: relative;
}

#agenda > .ag > .pr > .hour
{
  background-color: rgba(255,255,255,.85);
  padding: 8px;
  position: absolute;
  left: 10px;
  bottom: 10px;
}

#agenda > div:nth-child(2n)
{
  float: right;
}

#agenda h2
{
  clear: both;
  font-size: 1.2em;
  text-align: center;
  padding: 1em 35px;
  border-bottom-left-radius: .6em;
  border-bottom-right-radius: .6em;
  border: 1px solid #000;
}

#agenda h2 span
{
  height: 25px;
  display: block;
}

#agenda > .ag a
{
  display: inline-block;
  position: absolute;
  right: 15px;
  bottom: 35px;
  height: 15px;
  width: 15px;
  font-size: 35px;
  color: #000;
  font-family: sans-serif;
}
#agenda > .ag > .pr > img
{
  border: 1px solid #000;
  float: left;
  width: 100%;
  border-top-left-radius: .6em;
  border-top-right-radius: .6em;
}

#agenda .date
{
  position: absolute;
  right: 1em;
  top: 1em;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  background-color: #000;
  text-align: center;
  font-size: 1.1em;
  color: #fff;
  min-width: 70px;
}

#agenda .date > span
{
  display: block;
  background-color: #fff;
  height: 1.5em;
  line-height: 1.5em;
  color: #000;
  font-size: 1.5em;
}

#agenda .pr:after
{
  clear: both;
  display: block;
  content: '';
}

#agenda .date > em
{
  font-style: normal;
  display: block;
  padding: .3em;
}

.blokken_content {
  max-width: 1500px;
  margin: 0 auto;
  padding-bottom: 100px;
  margin-top: 40px;
}

.blokken_row {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blokken_col {
  width: 50%;
  box-sizing: border-box;
  padding: 20px;
  font-size: 1.2em;
}

.blokken_col img {
  width: 100%;
}

.blokkenimg {
  padding: 0;
}

.blokken_row:nth-child(even) {
  text-align: right;
}

.blokken_row:nth-child(even) .blokkentext {
  order: 0;
}

.blokken_row:nth-child(even) .blokkenimg {
  order: 1;
}


.blokken_col h2 {
  text-transform: uppercase;
  font-size: 1.2em;
  font-family: 'Roboto Condensed', sans-serif;
  color: #100D08;
  letter-spacing: 1px;
  margin-bottom: 20px;
  line-height: 180%;
}

.blokken_col p {
  line-height: 150%;
  color: #575756;
  font-size: 0.875em;
}

#overzicht
{
  margin-bottom: 5%;
  line-height: 1.4em;
}

#overzicht img
{
  width: 100%;
}

#overzicht h2
{
  text-align: center;
  font-size: 1.2em;
  text-transform: uppercase;
  margin: .5em auto;
}

#contact
{
  margin-bottom: 5%;
}

#contact:after
{
  clear: both;
  display: block;
  content: '';
}

#contact > img
{
  float: right;
  border: 1px solid #000;
  width: 400px;
}

#contact > form
{
  margin-right: 425px;
}

input, textarea
{
  width: 100%;
  height: 35px;
  line-height: 35px;
  border: 0;
  border-bottom: 1px solid #000;
  padding: 0 .65em;
  margin-bottom: 15px;
}

textarea
{
  height: 108px;
  line-height: 1.5em;
}

input[type="submit"]
{
  border: 1px solid #000;
  text-align: center;
  color: #000;
  background: transparent;
  transition: all .4s ease-out;
  -webkit-transition: all .4s ease-out;
}

input[type="submit"]:hover
{
  color: #fff;
  background: #000;
}

#onderkantkleinmenu
{
  display: none;
}

@media screen and (max-width: 1400px) {
  .walloffame > div
  {
    width: 25%;
  }
}

@media screen and (max-width: 1150px) {
  .walloffame > div
  {
    width: 33.3333%
  }

  header h1
  {
    margin-top: 15px;
  }
}

@media all and (max-width: 920px) {
  .blokken_col {
    width: 100%;
  }

  #video.spaced
  {
    padding-top: 0;
  }

  .col.span_1_of_2.gegevens, .col.span_1_of_2.kaart
  {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .blokken_row:nth-child(even) {
    text-align: left;
  }

  .blokken_row:nth-child(even) .blokkentext {
    order: 1;
  }

  .blokken_row:nth-child(even) .blokkenimg {
    order: 0;
  }
}

@media screen and (max-width: 880px) {
  header nav
  {
    display: none;
    margin: 0;
    background-color: #000;
    width: 100%;
    left: 0;
  }

  .menuwrapper
  {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 100px;
  }

  .menuwrapper1
  {
    display: table;
    width: 100%;
    height: 100%;
  }

  .menuwrapper2
  {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }

  #onderkantkleinmenu #icons
  {
    margin-bottom: 0;
  }

  #onderkantkleinmenu .fab
  {
    color: #000;
  }

  #onderkantkleinmenu > p
  {
    color: #fff;
    text-align: center;
    background-color: #222;
    padding: .6em;
    font-size: .75em;
  }

  #onderkantkleinmenu a
  {
    color: #fff;
  }

  header h1
  {
    margin-bottom: 0;
  }

  header nav li
  {
    display: block;
  }

  header nav ul a
  {
    display: block;
    font-size: 1.6em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    margin: 0;
    padding: 0;
    border-left: 0;
  }

  header nav li:first-child a
  {
    border-top: 0;
  }

  #res
  {
    float: right;
    cursor: pointer;
    width: 35px;
    margin-top: 40px;
  }

  #res:before, #res:after, #res span
  {
    content: '';
    display: block;
    height: 5px;
    background-color: #fff;
    margin: 8px 0;
  }

  #onderkantkleinmenu
  {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .walloffame > div
  {
    width: 50%
  }

  #agenda .ag
  {
    width: 100%;
    margin-top: 1.5em;
  }

  #contact > form
  {
    margin-right: 0;
  }

  #contact > img
  {
    display: none;
  }

  .two-col-grid > *
  {
    width: 100%;
    margin-top: 1.5em;
  }
}

@media all and (max-width: 750px) {
  #socialmedia .single-row-four
  {
    display: none;
  }

  #socialmedia
  {
    padding: 1em 0;
  }

  #socialmedia #icons
  {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 600px) {
  .wof_item.wof_ak
  {
    width: 100%;
  }

  .walloffame > div
  {
    width: 100%
  }

}

@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;
  }
}

@media all and (max-width: 550px) {
  #submenu {
    font-size: .8em;
  }

  header h1
  {
    margin-top: 20px;
    font-size: 55px;
  }
}

@media all and (max-width: 450px) {
  #res {
    margin-top: 50px;
  }

  header h1
  {
    margin-top: 45px;
  }

  .headerimg
  {
    display: none;
  }
}
@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */
.cb {clear:both}
.fl {float:left}
.fr {float:right}
.al {text-align:left}
.ar {text-align:right}
.aj {text-align:justify}
.ac {text-align:center}
.nm {margin:0px;}
.np {padding:0px;}
.nb {border:none;}
.nbl {border-left:none !important;}
.nbr {border-right:none !important;}
.nbb {border-bottom:none !important;}
.nbt {border-top:none !important;}
.nmr {margin-right:0px !important;}
.nml {margin-left:0px !important;}
.nmt {margin-top:0px !important;}
.nmb {margin-bottom:0px !important;}
.npr {padding-right:0px;}
.npl {padding-left:0px;}
.npt {padding-top:0px;}
.npb {padding-bottom:0px;}
.nbr {border-right: none;}
.nbl {border-left:none;}
.nbt {border-top:none;}
.nbb {border-bottom:none;}
.nbg {background:transparent;}
.dn {display:none;}
.dni {display:none !important;}
.db {display:block;}
.dib {display:inline-block;}
.cp {cursor: pointer;}
.cd {cursor: default;}
.pr {position: relative;}

.ui-datepicker-prev:after
{
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #222;
  margin-top: 8px;
  margin-left: 9px;
  content: '';
}

.ui-datepicker-next:after
{
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #222;
  margin-top: 8px;
  margin-left: 13px;
  content: '';
}

.youtubecontainer
{
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.youtubecontainer > iframe
{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.rightform
{
	visibility: hidden;
	display: none;
	position: absolute;
}

.center
{
  margin: 0 auto;
  width: 960px;
}

.c ul
{
	padding-left: 15px;
	list-style-type: disc;
	margin: 1em 0;
}

.c p
{
	margin: 1em 0;
}

.c ol
{
	padding-left: 15px;
	list-style-type: decimal;
	margin: 1em 0;
}

.c strong
{
	font-weight: bold;
}

.c em
{
	font-style: italic;
}

.c table
{
	margin: 1em 0;
}

.c td, .c th
{
	border: 1px solid #333;
	padding: 3px;
}

.c blockquote
{
	border-left: 5px solid #aaa;
	padding-left: 5px;
	font-style: italic;
	margin: 1em 0 1em 15px;
}

.four-row-grid>*
{
	width: 21.1%;
	margin-right: 5.2%;
	margin-top: 4%;
	float: left;
}

.four-row-grid>*:nth-child(4n)
{
	margin-right: 0;
}

.three-row-grid>*
{
	width: 30.5%;
	margin-right: 4.2%;
	float: left;
	margin-top: 4%;
}

.three-row-grid>*:nth-child(3n)
{
	margin-right: 0;
}

.three-row-grid>*:nth-child(3n+1)
{
	clear: left;
}


.five-col-grid>*
{
	width: 15.5%;
	margin-right: 5.625%;
	float: left;
	margin-top: 2%;
}

.five-col-grid img
{
	width: 100%;
}


.five-col-grid>*:nth-child(5n)
{
	margin-right: 0;
}

.six-col-grid>*
{
	width: 14.16%;
	margin-right: 3%;
	float: left;
	margin-top: 2%;
}

.six-col-grid img
{
	width: 100%;
}


.six-col-grid>*:nth-child(6n)
{
	margin-right: 0;
}

.seven-col-grid>*
{
	width: 11.71%;
	margin-right: 3%;
	float: left;
	margin-top: 2%;
}

.seven-col-grid>*:nth-child(7n)
{
	margin-right: 0;
}

.seven-col-grid img
{
	width: 100%;
}



.three-row-grid .cb, .four-row-grid .cb, .five-col-grid .cb, .six-col-grid .cb, .seven-col-grid .cb
{
	width: 100%;
	margin: 0;
	float: none !important;
}

.single-row-four > *
{
	width: 23%;
	margin-left: 2.5%;
	float: left;
}

.single-row-four > *:first-child
{
	margin-left: 0;
}

.single-row-four:after, .single-row-four > .cb
{
	content: '';
	clear: both;
	margin: 0;
	display: block;
	width: 100%;
}

.single-row-four > .cb
{
	display: none;
}

.single-row-three > *:first-child
{
    margin-left: 0px;
}

.single-row-three > *
{
    width: 31%;
    margin-left: 3.5%;
    float: left;
    margin-top: 2.5%;
}

.single-row-three:after
{
    display: block;
    content: '';
    clear: both;
}

.justify
{
	text-align: justify;
}

.justify:after
{
	display: inline-block;
	width: 100%;
	content: '';
}

.justify > *
{
	display: inline-block;
	vertical-align: top;
}

@media all and (max-width: 1240px) {
	.seven-col-grid>*
	{
		width: 14.16%;
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(7n)
	{
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(6n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 1130px) {
	.six-col-grid>*
	{
		width: 15.5%;
		margin-right: 5.625%;
	}

	.six-col-grid>*:nth-child(6n)
	{
		margin-right: 5.625%;
	}

	.six-col-grid>*:nth-child(5n)
	{
		margin-right: 0;
	}

	.seven-col-grid>*
	{
		width: 15.5%;
		margin-right: 5.625%;
	}

	.seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 5.625%;
	}

	.seven-col-grid>*:nth-child(5n)
	{
		margin-right: 0;
	}

	.four-row-grid>*
	{
		width: 30.5%;
		margin-right: 4.2%;
	}

	.four-row-grid>*:nth-child(4n)
	{
		margin-right: 4.2%;
	}

	.four-row-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}

	.three-row-grid>*
	{
		width: 47.5%;
		margin-right: 0;
	}

	.three-row-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}

	.three-row-grid>*:nth-child(2n)
	{
		float: right;
	}



	.three-row-grid>*:nth-child(3n+1)
	{
		clear: none;
	}

	.three-row-grid>*:nth-child(2n+1)
	{
		clear: left;
	}

	.five-col-grid>*
	{
		width: 21.1%;
		margin-right: 5.2%;
		margin-top: 4%;
	}

	.five-col-grid>*:nth-child(5n)
	{
		margin-right: 5%;
	}

	.five-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.single-row-four > *
	{
		width: 48%;
		margin-left: 4%;
		float: left;
	}

	.single-row-four > *:nth-child(4)
	{
		margin-left: 0;
	}

	.single-row-four > .cb
	{
		display: block;
	}
}

@media all and (max-width: 930px) {
	.seven-col-grid>*
	{
		width: 23.125%;
		margin-right: 2.5%;
	}

	.seven-col-grid>*:nth-child(5n), .seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 2.5%;
	}

	.seven-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 900px) {
	.six-col-grid>*
	{
		width: 22.5%;
		margin-right: 3.33%;
	}

	.six-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.six-col-grid>*:nth-child(5n), .six-col-grid>*:nth-child(6n)
	{
		margin-right: 3.33%;
	}

	.single-row-three > *
	{
	    float: none;
	    width: 100%;
	    max-width: 500px;
	    margin-left: auto !important;
	    margin-right: auto;
	}
}

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

	.four-row-grid>*
	{
		width: 47.5%;
		margin-right: 0;
	}

	.four-row-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.four-row-grid>*:nth-child(2n)
	{
		float: right;
	}

	.five-col-grid>*
	{
		width: 30.2%;
		margin-right: 4.2%;
		margin-top: 4%;
	}

	.five-col-grid>*:nth-child(4n)
	{
		margin-right: 4.2%;
	}

	.five-col-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 750px) {
	.single-row-four > *
	{
		width: 100%;
		margin-left: 0%;
	}
}

@media all and (max-width: 720px) {
	.seven-col-grid>*
	{
		width: 31%;
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(4n), .seven-col-grid>*:nth-child(5n), .seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 680px) {
	.three-row-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}

	.six-col-grid>*
	{
		width: 30%;
		margin-right: 5%;
	}

	.six-col-grid>*:nth-child(4n), .six-col-grid>*:nth-child(5n), .six-col-grid>*:nth-child(6n)
	{
		margin-right: 5%;
	}

	.six-col-grid>*:nth-child(3n)
	{
		margin-right: 0%;
	}
}

@media all and (max-width: 560px) {
	.five-col-grid>*
	{
		width: 47.5%;
		margin-right: 0 !important;
	}

	.five-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.five-col-grid>*:nth-child(2n)
	{
		float: right;
	}
}

@media all and (max-width: 525px) {
	.seven-col-grid>*
	{
		width: 48.5%;
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(3n), .seven-col-grid>*:nth-child(4n), .seven-col-grid>*:nth-child(5n), .seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(2n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 460px) {
	.six-col-grid>*
	{
		width: 47%;
		margin-right: 6% !important;
	}

	.six-col-grid>*:nth-child(2n)
	{
		margin-right: 0 !important;
	}
}

@media all and (max-width: 400px) {
	.four-row-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}

	.three-row-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}
}

@media all and (max-width: 380px) {
	.five-col-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}
}

@media all and (max-width: 340px) {
	.seven-col-grid>*
	{
		width: 100%;
		margin-right: 0% !important;
	}
}