@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 {
 	padding-bottom: 150px;
	margin-top:50px;
 }
 .blog-item {
 	position: relative;
 }
 .blog-item a {
 	position: absolute;
 	top:0;
 	bottom:0;
 	left:0;
 	right:0;
 	z-index: 2;
 }
 .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: #FFEAA7; 
 	color: #000;
 }
  /**
 * Blog detail
 **/
 .blog-holder {
 	display: flex;
 	margin-top: 60px;
 }
 .blog-aside {
 	width: 300px;
 	margin-right: 50px;
 }
 .blog-main {
 	width: calc(100% - 350px);
 }
 .blog-main .c {
 	font-size: 1.45rem;
 }
 .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: #FFEAA7;
 	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 {
 	color: #000;;
 }
 .blog-nav-btn {
 	display: none;
 	text-align: center;
 	padding:10px 0;
 	font-size: 3.2rem;
 	color: #e5d296;;
 	cursor: pointer;
 }
 .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%,#FFEAA7 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: #000;
 }
 .blog-overzicht h2 {
 	font-size: 2.4rem;
 	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;
 }
 .blog-content-row .tekst-and-image {
 	display: flex;
 	flex-wrap: wrap;
 	align-items: flex-start;
 	align-content: flex-start;
 }
 .blog-content-row .tekst-and-image > * {
 	width: 50%;
 }
 .blog-content-row .tekst-and-image .c {
 	padding:0 20px;
 }
 .blog-content-row .tekst-and-image.reverse .blog-img {
 	order:2;
 } 
 .title-hold {
 	text-align: center;
 	margin-bottom: 36px;
 }
 .title-hold h3 {
 	text-transform: uppercase;
 	color: #e5d296;;
 	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;
 	}
 	.blog-content-row .tekst-and-image > * {
 		width: 100%;
 	}
 	.blog-content-row .tekst-and-image .blog-img {
 		margin:15px auto;
 		max-width: 500px;
 	}
 	.blog-content-row .tekst-and-image.reverse .blog-img {
 		order: initial;
 	}
 }
 @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%;
 	}
 	.blog-content-row .multi-img-holder.four>*,.blog-content-row .multi-img-holder.three>* {
		width: 49%;
	}
	.blog-content-row .multi-img-holder.four>*:nth-child(-n+2){
		margin-bottom: 2%;
	}
	.blog-content-row .multi-img-holder.three>*:last-child{
		display: none;
	}
 }
 @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;
 	
 		font-size: 1.8rem;
 	}
 }
 @media screen and (max-width: 600px){
 	.blog-more-nav-btn {
		display: block;
	}
	.blog-more-nav {
		display: none;
	}
 }
 @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;
 	}
 }
/* EXTERNE FONTS */

/* GEHOSTE FONTS */
@font-face {
    font-family: 'ChopinScript';
    src: url('/fonts/chopinscript-webfont.eot');
    src: url('/fonts/chopinscript-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/chopinscript-webfont.woff') format('woff'),
         url('/fonts/chopinscript-webfont.ttf') format('truetype'),
         url('/fonts/chopinscript-webfont.svg#ChopinScript') format('svg');
    font-weight: normal;
    font-style: normal;

}
.covid-menu {
  padding: 4rem;
  background-color: #FFEAA7;
}

.covid-menu img {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.covid-menu .covid-menu-small {
  display: none;
}

.bann {
  display: none !important;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

textarea:focus, input:focus, select:focus, button:focus, option:focus {
  outline: none;
}

input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea,
select,
option {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;

  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Quicksand', sans-serif;
}

#container {
  min-height: 100%;
  position: relative;
}

.mainHeader {
  width: 100%;
  height: 120px;
  background-color: #fff;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  padding: 10px;
  position: relative;
  margin-top: 68px;
}

.speclink {
  position: absolute;
  background-color: #FFEAA7;
  padding: 10px 15px;
  text-transform: uppercase;
  color: #202020;
  letter-spacing: 1px;
  right: 20px;
  top: 65%;
  transform: translateY(-50%);
  border-radius: 19px;
  border: 1px solid #000;
}

#openingsUrenHome {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
}

#openingsUrenHome h2 {
  font-size: 1.5em;
  font-weight: bold;
  padding-bottom: 1%;
}

#openingsUrenHome p {
  line-height: 30px;
}

.mainHeader nav {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
}

.mainHeader nav a {
  min-width: 130px;
  height: 100%;
  display: flex;
  padding-top: 40px;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  color: #212121;
  border-bottom: 2px solid white;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Quicksand', sans-serif;
  z-index: 1;
}

.mainHeader nav span {
  padding-bottom: 7px;
}

.mainHeader nav .active span {
  border-bottom: 2px solid #ccbc8a;
  color: #ccbc8a;
  padding-bottom: 5px;
}

.link:hover span {
  border-bottom: 2px solid #ccbc8a;
  color: #ccbc8a;
  padding-bottom: 5px;
}

.socials {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.socials img {
  width: 30px;
  margin: 0 10px;
}

.upontop {
  background-color: #FFEAA7;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0px 10px;
  color: #212121;
  font-size: .9em;
  position: fixed;
  top: 0;
  z-index: 90;
  left: 30%;
  right: 30%;
}

.specialLink {
  width: 300px;
  padding-top: 0 !important;
  height: 110% !important;
  z-index: 100;
  border: none !important;
}

.blog-head p {
  line-height: 29px;
}

.blog-content-row p {
  line-height: 29px;
}

.blog-item p {
  line-height: 17px;
}

.upontop div {
  padding: 5px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.upontop a {
  color: #212121;
  font-size: 1.3em;
  padding: 4px 11px;
}

.upontop div img {
  width: 20px;
  margin-right: 5px;
}

.logo {
  height: 100%;
}

.logoRes {
  height: 100%;
  display: none;
}

.slider article {
  height: 70vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.slideContent {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  padding-bottom: 40px;
}

.slideText {
  width: 100%;
  padding: 50px;
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
}

.slideText h2 {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 700;
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px;
  text-align: center;
}

.slideText p {
  letter-spacing: 1px;
  color: white;
  line-height: 150%;
  font-size: 1.3em;
  padding: 5px 10px;
  border-radius: 5px;
  text-align: center;
}

.slideText a {
  color: #EC7870;
  font-weight: 700;
  text-decoration: none;
}

.slideimg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.slider .overlayer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
}

.smalltopbanner {
  height: 120px;
  width: 100%;

}

.bann {
  width: 100%;
  background-position: center;
  background-size: cover;
}

.bann article {
  width: 100%;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.bann article h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 2em;
  line-height: 150%;
  letter-spacing: 2px;
  padding: 0 10px;
  border-left: #EC7870 4px solid;

}



.page {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 10px;
  margin-top: 16px;
}

.mainTitle {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.4em;
  color: #e1ca82;
  letter-spacing: 1px;
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
  padding-top: 20px;
}

.mainTitle img {
  width: 55px;
  margin-right: 10px;
}

.pageHeader p {
  text-align: center;
  color: #757575;
  font-size: 1.1em;
  line-height: 150%;
  margin-top: 30px;
}

.pageHeader p strong {
  color: #ec7870;
}

.pageHeader a {
  color: #e1ca82;
}


/*=====RESMENU=====*/

#content-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin: auto;
  margin-top: 69px;
  ;
  font-size: 1.2rem;
  margin-bottom: 69px;
}

#content-container h2 {
  color: #FFEAA7;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 1em;
  cursor: pointer;
}

.hartje {
  color: #000;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    color: #000;
  }

  5% {
    color: #FFEAA7;
  }

  10% {
    color: #000;
  }

  20% {
    color: #FFEAA7;
  }

  25% {
    color: #000;
  }

  50% {
    color: #000;
  }

  100% {
    color: #000;
  }
}

#content-container h3 {
  background: #FFEAA7;
  color: #353535;
  font-size: 1.1em;
  padding: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-top: 20px;
}

#content-container h3 span {
  position: absolute;
  z-index: 1;
  background: transparent url("/images/cross_w.png") no-repeat;
  display: inline-block;
  width: 15px;
}

#content-container h4 {
  margin-left: 2em;
  font-size: 1.1em;
  font-weight: bold;
}

#content-container p {
  padding: 20px;
  line-height: 170%;
  color: #7e7e7e;
}

#content-container ul {
  margin-left: 3em;
}

#content-container table {
  width: 100%;
}

#content-container a {
  color: #373A3C;
  font-weight: 700;
}

#gdpr-wrapper {
  min-height: 100%;
  position: relative;
}

#content-container thead {
  background-color: #373A3C;
  color: white;
}

#content-container thead th {
  border: 1px solid #353535;
  padding: 10px;
}

#content-container tbody td {
  border: 1px solid #353535;
  color: #7e7e7e;
  line-height: 150%;
  padding: 5px;
}

#content-container tbody td p {
  padding: 0px;
}

#content-container ul {
  padding-left: 20px;
  line-height: 170%;
  color: #7e7e7e;
  list-style-type: disc;
}

/* Home Slider start */

.fullscreen_slider {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  border-radius: 10px;
}

.fullscreen_slider .slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  bottom: 38px;
  left: 0;
  right: 0;
}

.fullscreen_slider .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 200px;
  margin: 0 3px;
  cursor: pointer;
  background-color: white;
}

.fullscreen_slider .slick-dots li button {
  display: none;
}

.fullscreen_slider .slick-dots .slick-active {
  background-color: #ffeaa7;
}

.textaktje {
  text-align: center;
  align-items: center;
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
}



.fullscreen_slider .slick-prev {
  right: 55px;
}

.fullscreen_slider .images {
  position: relative;
  z-index: -1;
}

.fullscreen_slider .images img {
  width: 100%;
  height: 75vh;
  object-fit: cover;
  border-radius: 10px;
}

.fullscreen_slider .content {
  position: absolute;
  left: 4%;
  top: 58%;
  /* transform: translate(-50%, -50%); */
  text-align: center;
  color: white;
}

.fullscreen_slider .content h2 {
  width: 100%;
  max-width: 500px;
  font-size: 4em;
  font-weight: 900;
  color: #FFF;
  margin-bottom: 25px;
  z-index: 2;
  position: relative;
}

#tickertapeholder {
  height: 330px;
  align-items: center;
  display: flex;
}

.fullscreen_slider .content .subtitle {
  font-size: 1.5rem;
  margin-bottom: 20px;
  text-shadow: 0px 0px 5px #5e5e5e;
}

.fullscreen_slider .content .cta {
  display: inline-block;
}

.fullscreen_slider .content .cta a {
  font-weight: 400;
  color: #FFF;
  background-color: #ffeaa7;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  border: none;
  border-radius: 5px;
  padding: 10px 30px;
  font-family: 'Poppins', 'sans-serif';
  z-index: 2;
  position: relative;
}

.fullscreen_slider .content .cta a span {
  font-size: 1.2rem;
  margin-right: 0.65rem;
}

.fullscreen_slider .content .cta a i {
  font-size: 1.2rem;
}

/* Home Slider einde */


.overlay {
  background-color: rgba(0, 0, 0, .7);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 109;
  display: none;
}

.closebtn {
  position: absolute;
  left: 24px;
  top: 37px;
  width: 30px;
  cursor: pointer;
}

.menubtn {
  width: 30px;
  height: 30px;
  background-image: url(/images/menubtn.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  display: none;
}

.resnav {
  position: fixed;
  height: 100vh;
  background-color: #fff;
  z-index: 1000;
  max-width: 100%;
  width: 400px;
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding: 20px;
  padding-left: 0;
  right: 0;
  top: 0;
  box-sizing: border-box;
  padding-top: 130px;
  transition: all .3s;
  right: -450px;
  background-color: #fff;
}

.resnav a {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
  text-transform: uppercase;
  font-weight: 700;
  color: #b2b2b2;
  padding: 20px 0;
  padding-left: 20px;
  letter-spacing: 2px;
  border-left: 5px solid white;
}

.resnav a img {
  width: 20px;
  margin-left: 10px;
  margin-right: 10px;
  opacity: 0;
}

.resnav a:hover {
  border-left: 5px solid #b2b2b2;
}

.resnav .active {
  border-left: 5px solid #FFEAA7;
}

.innernav {
  width: 100%;
  margin-top: 65px;
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: flex-start;
}

.innernav>a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.6em;
  font-family: 'Oswald', sans-serif;
  transition: all .3s;
  padding: 18px 30px;
  font-weight: 400;
  margin: 10px 0;
  color: #000;
  position: relative;
  padding-left: 70px;
}

.innernav>a img {
  opacity: 0;
  width: 27px;
  height: 27px;
  position: absolute;
  left: 20px;
  top: 55%;
  transform: translateY(-50%);
}

.innernav .active img {
  opacity: 1 !important;
}

.innernav>a:hover img {
  opacity: 1;
}

.topnav {
  top: 0;
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
}

.reslogo {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 80px;
  transform: translateY(-50%);

}

/*=====KAART=====*/
#kaart {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 50px;
  color: #101010;
  width: 100%;
  margin: auto;
}

#kaart h2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  letter-spacing: 2px;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #ffeaa7;
  background-color: #ffeaa7;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 40px;
  color: #212121;
}

#kaart ul li {
  border-bottom: 1px dotted #000;
  font-size: .9em;
  line-height: 1.4em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 0 8px 0;
  overflow: auto;
  display: flex;
  justify-content: space-between;
}

#kaart ul li span {
  width: 70%;
  display: inline-block;
}

.item {
  max-width: 60px;
  text-align: right;
  float: right;
}

.txt {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 0.8em;
  line-height: 1.6em;
}

.price_col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}

.txt {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 0.8em;
  line-height: 1.6em;
}

.Prlijst>div {
  width: 33.33%;
  padding: 1%;
}

/*=================*/
.inhoud p {
  line-height: 27px;
}

/*=====TICKERTAPE=====*/
#ttcontainer {
  height: 250px;
  position: relative;
  background-image: url(/images/tickerbg.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}

#ttcontainer .center {
  width: 96%;
}

#tickertape {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: inherit;
  background-color: rgba(255, 255, 255, 0.3);
}

#tickertape:after {
  clear: both;
  display: block;
  content: "";
}

#tickertapeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1200px;
  letter-spacing: 2px;
  line-height: 180%;
}

.ticker_txt {
  color: #d7b853;
  text-align: center;
  text-transform: uppercase;
  font-size: 2em;
  line-height: 150%;
  letter-spacing: 2px;
  width: 100%;
  padding: 0 10px;
}

.ticker_txt article {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}

.ticker_txt span {
  background-color: white;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 0 auto;
  display: flex;
}

.ticker_txt p:first-child {
  padding-right: 100px;
}

.ticker_txt p:last-child {
  padding-left: 100px;
}

.ticker_txt strong {
  font-size: 120%;
  font-weight: bold;
}

/*=================*/


/*=====BLOKKEN=====*/

.blokken_content {
  max-width: 1500px;
  margin: 0 auto;
}

.blokken_row {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
}

.blokkentext {
  text-align: left;
}

.blokken_col {
  width: 50%;
  box-sizing: border-box;
  padding: 20px;
}

.blokken_col img {
  width: 100%;
}



.blokken_row:nth-child(even) {
  text-align: right;
}

.blokken_row:nth-child(even) .blokkentext {
  order: 0;
}

.blokkentext ul {
  line-height: 150%;
  color: #575756;
  font-size: 1.1em;
}

.blokken_row:nth-child(even) .blokkenimg {
  order: 1;
}


.blokken_col h2 {
  text-transform: uppercase;
  font-size: 1.5em;
  color: #e5d296;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
  line-height: 150%;
  font-family: 'Quicksand', sans-serif;
}

.blokken_col p {
  line-height: 150%;
  color: #575756;
  font-size: 1.1em;
}

.blokken_col p a {
  background-image: none;
  padding: 0;
  color: #ec7870;
  font-weight: 700;
}

.buttonmne {
  display: inline-block;
  padding: 10px 25px;
  border: 1px solid #212121;
  text-transform: uppercase;
  color: #212121;
  letter-spacing: 2px;
  margin-top: 15px;
  text-decoration: none;
  transition: all .3s;
}

.buttonmne:hover {
  background-color: #212121;
  color: white;
}

/*=================*/
/* Page Header */

.team-banner {
  margin: auto;
  text-align: center;
  max-width: 1600px;
  width: 100%;
  height: 720px;
}

.team-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.page_header {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  padding-bottom: 20px;
  padding-top: 0;

}

.page_header img {
  margin-bottom: 13px;
  margin-top: 30px;
  width: 55px;
}

.page_header>h2 {
  color: #4c4c4c;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-weight: 400;
}

.page_header>h1 {
  color: #e5d296;
  font-weight: 700;
  font-size: 50px;
  text-align: center;
  max-width: 79%;
  margin-bottom: 20px;
}

.page_header_tekst {
  line-height: 130%;
  font-size: 1.2em;
  color: #444;
  width: 100%;
  text-align: center;
}

.page_header_tekst a {
  color: #DBB957;
}


/* Einde Page Header */

/*=====FOOTER=====*/

footer {
  width: 100%;
  background-color: white;
}

.innerfooter {
  max-width: 1280px;
  padding: 30px 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.innerfooter ul {
  width: 100%;
  display: inline-block;
}

.footer-item {
  float: left;
  width: 33.3333%;
  padding: 20px;
  padding-bottom: 0px;
  font-family: 'Quicksand', sans-serif;
  display: flex;
  color: #212121;
  justify-content: space-between;
}

.footer-item>div {
  position: relative;
  padding-left: 50px;
  margin: auto;
  font-size: 1.1em;
  letter-spacing: 1px;
}

.footer-item>div>div:first-child {
  position: absolute;
  left: 0;
  width: 50px;
}

.footer-item>div>div:nth-child(2) {
  width: auto;
}

.footer-item a {
  color: #212121;
  font-family: 'Quicksand', sans-serif;
}

.footer-item p {
  margin-bottom: 29px;
}

.footer-item img {
  display: block;
}


.siteby {
  color: #212121;
  text-align: center;
  line-height: 150%;
  font-size: .8em;
  padding: 5px;
  background-color: #ffeaa7;
}

.siteby a {
  color: #212121;
  text-decoration: none;
}

.specialP {
  margin-top: -5px;
  display: flex;
  justify-content: flex-start;
}

.specialP img {
  width: 25px;
  margin-right: 10px;
}

/*=================*/

/* 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: #FFEAA7;
  border: 1px solid #FFEAA7;
  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: #FFEAA7;
  border: 1px solid #FFEAA7;
}

/* 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;
  }
}
*/
/*=====SFEERBEELDEN=====*/

.sfeerbeelden {
  max-width: 1400px;
  width: 100%;
  padding: 10px;
  margin: 0 auto;
  display: block;
}

.walloffame {
  width: 100%;
}

.walloffame>div {
  width: 25%;
  padding: 10px;
}

.walloffame>div>img {
  width: 100%;
  transition: all .5s;
  cursor: pointer;
}

.walloffame>div:hover>img {
  width: 102%;
  margin-top: -1%;
  margin-left: -1%;
}

.wof_item {
  position: relative;
}

.wof_item .wof_titel {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 10px 20px;
  color: #212121;
  background-color: #FFEAA7;
}

.wof_item.wof_ak>div {
  width: 100%;
  position: relative;
  background-color: #ef5b1f;
}

.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;
}

/*=================*/



/* Contact Pagina */

.contact_image {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.contact_image img {
  width: 100%;
}

.contact_pagina {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px 10px 0 10px;
}

.contact_info {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 56px 111px;
  margin-top: 20px;
  width: 100%;
  z-index: 1;
  position: relative;
}

.contact_info p {
  font-size: 20px;

  color: #252525;
}

#contactTitels {
  display: flex;
  justify-content: center;
  padding-bottom: 11%;
}

.contact_gegevens {
  width: 35%;
}

.contact_gegevens h1 {
  font-weight: 900;
  color: #e5d296;
  margin-bottom: 20px;
  font-size: 2em;
}

.contact_gegevens h2 {
  font-size: 18px;

  color: #353535;
  line-height: 130%;
  font-weight: 400;
}

.contact_split {
  margin-top: 45px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.contact_split h2 {
  font-weight: 700;
  color: #000;
  font-size: 25px;
  line-height: 130%;
}

#contactTitels>div {

  border-right: 2px solid white;
  border-left: 2px solid white;
  border-top: 2px solid white;
}

#contactTitels>div:nth-child(2) {
  border-bottom: 2px solid white;
}

.contact_info div h2 {
  width: 100%;
  text-align: left;
  padding: 7px;
}

.btwPaddingWeg {
  padding-bottom: 0 !important;
}

.contact_switch a {
  color: #fff;
}

.contact_split div {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #FFEAA7;

}

.contact_split div p {
  padding: 10px;
  padding-left: 50px;
  position: relative;
  color: #000;
}

.contact_split div p a {
  color: #000;
}

.contact_split div p i {
  position: absolute;
  left: 0;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  color: #000;
  transform: translateY(-50%);
}

.contact_split img {
  width: 100px;
  border-radius: 200px;
  margin-right: 20px;
}

.contact_formulier {
  width: 55%;
}

.contact_form {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.contact_label {
  width: 100%;
  font-size: 1.2em;

  color: #353535;
  display: inline-block;
  margin-bottom: 5px;
}

.contact_form input[type=text],
.contact_form input[type=email] {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  padding: 8px 0px;
  color: #000;
  font-size: 18px;

  margin-bottom: 40px;
  font-family: "Poppins", sans-serif;
}

.contact_form input[type=text]::placeholder,
.contact_form input[type=email]::placeholder {
  color: #000;
}

.contact_form select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  padding: 8px 0;
  color: #000;
  font-size: 18px;

  margin-bottom: 40px;
  font-family: "Poppins", "sans-serif";
  background-color: unset;
}


.contact_form select:focus {
  font-weight: 400;
}

.contact_form input[type=text]:focus,
.contact_form input[type=email]:focus {
  border-bottom: 2px solid #000;
  font-weight: 400;
}

.contact_form textarea {
  border: none;
  width: 100%;
  border-bottom: 1px solid #000;
  border-radius: 0px;
  padding: 10px 0px;
  color: #000;
  ;
  margin-bottom: 20px;

  font-size: 18px;
  font-family: "Poppins", sans-serif;
  height: 100px;
}

.contact_form textarea::placeholder {
  color: #000;
  ;
}



.contact_form textarea:focus {
  border-bottom: 2px solid #000;
  font-weight: 400;
}

.contact_form input[type=submit] {
  border-radius: 4px;
  padding: 10px 40px;
  background: transparent;
  border: 2px solid #000;

  color: #000;
  font-size: 1.2em;

  font-family: "Poppins", sans-serif;
  transition: all .3s;
}

.contact_form input[type=submit]:hover {
  background-color: #000;
  color: #fff;
}

.contact_form input[type=submit]:disabled {
  background: transparent;
  color: #000;
  opacity: 0.3;
}

.contact_formulier #NaamInput {
  width: 100%;
}

.contact_formulier #EmailInput {
  width: 100%;
}

#dasmap {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  height: 600px;
  position: relative;
  z-index: 0;
  margin-top: -82px;
}


/* Einde Contact Pagina */


/*=====SUGGESTIES=====*/

.suggesties {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.suggestie {
  width: 31.33%;
  margin: 1%;
}

.innersuggestie {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(150, 150, 150, 0.34);
  -moz-box-shadow: 0px 0px 21px 0px rgba(150, 150, 150, 0.34);
  box-shadow: 0px 0px 21px 0px rgba(150, 150, 150, 0.34);
}

.suggitems hr:last-child {
  display: none;
}

.suggestie h2 {
  text-align: center;
  letter-spacing: 2px;
  width: 100%;
  padding: 10px;
  line-height: 150%;
  font-size: 1.1em;
  background-color: #ffeaa7;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  -ms-align-items: center;
  align-items: center;
  color: #212121;
  min-height: 100px;
}

.suggestie h3 {
  padding: 0 10px;
  line-height: 150%;
  text-align: center;
  font-size: .9em;
}

.suggestie img {
  width: 100%;
}

/*=================*/

.limoservice {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 300px;
  z-index: 10;
  padding-bottom: 50px;
}

.limocontent {
  padding: 15px;
  color: white;
  background-color: #202020;
  width: 100%;
}

.limocontent h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.limocontent p {
  line-height: 150%;
}

.limoclose {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  cursor: pointer;
  bottom: 0;
  background-color: #202020;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.clickhere {
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #202020;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 7px;
  margin-top: 10px;
  background-color: #FFEAA7;
}

.limoclose img {
  width: 70%;
}


/*=====RESPONSIVE=====*/

@media screen and (max-width: 1400px) {
  .walloffame>div {
    width: 25%;
  }

  .contact_info {
    padding: 56px 74px;
  }
}

@media screen and (max-width: 1200px) {
  .contact_pagina {
    padding: 25px 10px;
  }

  .contact_gegevens {
    margin-bottom: 20px;
    padding: 30px 10px;
  }

  .contact_gegevens,
  .contact_formulier {
    width: 100%;
    padding: 0 10px;
  }

  .contact_gegevens h1,
  .contact_gegevens h2 {
    text-align: center;
  }

  .contact_gegevens>div {
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 20px;
  }

  .contact_split div {
    padding: 20px;
  }

  #dasmap {
    margin-top: 15px;
    height: 400px;

  }

  .contact_gegevens>div a {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
  }

  .contact_split img {
    display: none;
  }

  .contact_split div {
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  #contactTitels {
    display: flex;
    justify-content: center;
    padding-bottom: 2%;
  }
}



@media screen and (max-width: 1150px) {
  .walloffame>div {
    width: 33.3333%
  }

  .contactheight {
    float: left;
    width: 49%;
    margin-right: 2%;
  }

  .contacteer-ons {
    margin-right: 0;
  }

  .contacteer-ons>img {
    max-width: 390px;
  }

  .location {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-top: 20px;
  }

  .speclink {
    display: none;
  }

  .contact_infoFooter {
    justify-content: unset;

  }

  .contact_infoFooter .schermovernames {
    width: 100%;
    margin-left: 0;
    justify-content: flex-start;
  }

  .contact_infoFooter .schermovernames article {
    margin-left: 0;
  }

  .upontop {
    left: 0;
    right: 0;
  }

  .mainHeader {
    height: 80px;
    justify-content: space-between;
  }

  .mainHeader nav {
    display: none;
  }

  .logoRes, .menubtn {
    display: block;
  }
}

@media screen and (max-width: 1050px) {
  .footer-item {
    padding: 10px;
  }

  .footer-item p {
    font-size: .8em;
  }

  .contact-form,
  .location {
    width: 49%;
  }

  .contacteer-ons {
    width: 60%;
    float: left;
  }
}


@media screen and (max-width: 1000px) {
  .slider article {
    height: 500px;
  }

  .ticker_txt {
    font-size: 1.5em;
  }

  .suggestie {
    width: 48%;
  }

  #ttcontainer {
    background-attachment: inherit;
  }

}

@media screen and (max-width: 950px) {
  .footer-item {
    width: 33.33%;
  }

  .footer-item:first-child {}

  .footer-item:first-child img {
    margin: 0 auto;
  }

  .Prlijst>div {
    width: 50%;
  }

  .covid-menu img {
    width: 100%;
  }

  .contact_switch {
    flex-direction: column;
  }

  .contact_switch>div {
    display: flex;
    justify-content: center;
  }

  .klikHierButton {
    padding: 5px 7px 5px 7px;
    border: 1px solid #fff;
    border-radius: 13px;
    margin-top: 12px;
    font-size: 16px !important;
    font-weight: 600;
  }

  .contact_infoFooter h2 {
    margin-bottom: 9px;
  }

  .contact_infoFooter h2 {
    padding-bottom: 1%;
  }
}

@media screen and (max-width: 860px) {
  .innerfooter {
    display: flex;
    justify-content: center;
  }

  .innerfooter ul {
    margin: 0 auto;
    width: auto;
    display: flex;
    flex-direction: column;
  }

  .footer-item {
    width: auto;
  }

  .footer-item p {
    white-space: nowrap;
  }

  .footer-item>div {
    margin: 0;
  }

  .footer-item img {
    margin: 0 !important;
  }

  .specialP img {
    margin-right: 10px !important;
  }

  .blokken_col {
    width: 100%;
  }

  .blokken_row:nth-child(even) .blokkentext {
    order: 1;
  }

  .blokken_row:nth-child(even) h2, .blokken_row:nth-child(even) p {
    text-align: left;
  }

  .blokken_row:nth-child(even) {
    text-align: left;
  }

  .covid-menu {
    padding: 2rem;
  }
}

@media screen and (max-width: 800px) {
  #ttcontainer {
    height: 250px;
  }

  .ticker {
    height: inherit;
  }

  #tickertapeholder .ticker_txt {
    padding-left: 10px;
    padding-right: 10px;
  }

  .walloffame>div {
    width: 50%
  }

  .slider article {
    height: 400px;
  }

  .slideText h2 {
    font-size: 1.5em;
  }

  .slideText p {
    font-size: 1em;
  }

  .bann {
    height: 150px;
  }

  .contact_switch {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .contact_infoFooter h2 {
    padding-left: 0;
  }
}

@media screen and (max-width: 750px) {
  .Prlijst>div {
    width: 100%;
  }

  .suggestie {
    width: 100%;
    margin: 5% 0;
  }

  .speclink {
    display: none;
  }
}

@media screen and (max-width: 650px) {
  #kaart h2 {
    margin-top: 0;
  }

  .covid-menu {
    padding: 1rem;
  }

  .contact_infoFooter {
    margin-top: 30px;
    margin-bottom: 8px;

  }

  .contact_infoFooter h2 {
    margin-bottom: 3px;
  }
}

@media screen and (max-width: 640px) {
  .contactheight {
    width: 100%;
    margin-right: 0;
    min-width: 1px;
  }

  .contacteer-ons {
    margin-top: 20px;
  }

  .contactheight {
    min-height: 1px;
    margin-bottom: 30px;
  }

  .contact-form p {
    margin-bottom: 0;
  }

  #dasmap {
    height: 250px;
  }

  .contacteer-ons>img {
    width: 100%;
    max-width: 1000px;
  }

  .contact-form input[type="submit"] {
    position: relative;
    float: right;
    width: 300px;
  }
}

@media screen and (max-width: 600px) {
  #ttcontainer {
    height: 250px;
  }

  .ticker {
    height: inherit;
  }

  #tickertapeholder .ticker_txt {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wof_item.wof_ak {
    width: 100%;
  }

  .walloffame>div {
    width: 100%
  }

  .slider article {
    height: 300px;
  }

  .bann {
    height: 100px;
  }

  .openingsuren_container {
    padding: 0;
  }

  .openingsuren_container article {
    background-color: #fff;
  }

  .covid-menu .covid-menu-small {
    display: unset;
  }

  .covid-menu .covid-menu-wide {
    display: none;
  }

  .covid-menu {
    padding: 0;
  }
}

@media screen and (max-width: 500px) {
  .ticker_txt {
    font-size: 1.4em;
  }

  .ticker_txt p:first-child {
    padding-right: 0px;
    display: inline;
    margin: 0;
  }

  .ticker_txt p:last-child {
    padding-left: 0px;
    display: inline;
  }

  .ticker_txt strong {
    font-size: 120%;
    font-weight: bold;
  }
}

@media screen and (max-width: 250px) {
  #ttcontainer {
    height: 350px;
  }
}
@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;
	}
}