@import "reset.css";
@import "cols.css";
@import "menu.css";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;700;900&display=swap');

/*
maincolors:
BACKGROUND:#fff
COLOR:#000
MAINCOLOR:#000
MAINCOLOR2:#c00
COLOR_ON_MAIN:#fff;
*/

:root 					{
						--BACKGROUND: #fff;
						--COLOR: #000;
						--MAINCOLOR: #eee;
						--MAINCOLOR2: #d37bfe;
						--COLOR_ON_MAIN: #fff;
						--RED: #c00;
						--MNU_KLEUR:#fff;
						--MNU_KLEUR_HOVER:#000;
						--MNU_KLEUR_DONKER:#000;
						}

html					{	-webkit-text-size-adjust: none;	}
body 					{background-color:var(--BACKGROUND);color:var(--COLOR);font-family:Work Sans, Arial;font-size:15px;}
body, html 				{height: 100%;}
.clearfix:after 		{ content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clear 					{clear:both;}
a 						{color:var(--COLOR);}
a:hover 				{color:var(--MAINCOLOR2);}
a.action 				{display:inline-block;background-color:var(--MAINCOLOR);border:solid 1px #000;color:var(--COLOR_ON_MAIN);padding:5px 10px 5px 10px;text-decoration:none;border-radius:7px;box-sizing:border-box;}
a.action:after 			{content:"\f105";font-family: "Font Awesome 5 Free"; font-weight: 900;padding-left:7px;}
a.action:hover 			{background-color:#fff;color:#000;border:solid 1px #000;}
a.tel 					{text-decoration:none;display:block;}
b,strong 				{font-weight:bold;}

#superwrapper 			{min-height: 100%;height: auto !important;height: 100%;}

.table 					{display:table;width:100%;}
.tr 					{display:table-row;}
.td 					{display:table-cell;box-sizing:border-box;padding:3px;}

.placeholder 												{color:#aaa;}
::-webkit-input-placeholder, ::-webkit-textarea-placeholder {color:#aaa;}
:-moz-placeholder 											{color:#aaa;opacity:1;}
::-moz-placeholder 											{color:#aaa;opacity:1;}
:-ms-input-placeholder, :-ms-textarea-placeholder 			{color:#aaa;}	
input[placeholder], textarea[placeholder] 					{color:#aaa;}

/*HEADER MOB
**************/
#navMobMenu 			{display:none;}
#navMob,#searchMob,#loginLnksmob,#languagesMob 				{background-color:var(--BACKGROUND);display:none;}

/*HEADER
******************/
body{
	background-color:#fbfbfb;
	color:#666;
	font-family:Open Sans,Arial;
	font-size:13px;
	line-height:20px;
}
body, html {height: 100%;}
#sticky {background-color:#0eb2de;}
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

a{
	color:#0eb2de;
}
a:hover{
	color:#303030;
}
b,strong{
	color:#303030;
}
.clear{
	clear:both;
}

.wrapper {
	max-width:1160px;
	width:95%;
	height: auto;
	margin: 0px auto;
}
p {margin:0 0 15px;}

/*png fix
**************

dan moet dit script wel in de header gestoken worden:
<script type="text/javascript" src="<?php echo WB_URL ?>/templates/scripts/iepngfix_tilebg.js"></script>
img, div, a  { behavior: url(<?php echo WB_URL ?>/templates/scripts/iepngfix.htc) }*/


/*header
******************/
#topline {height:30px;background-color:#0eb2de;}
#fb {float:right;padding-top:4.5px;}
#header{
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
}
#logo{
	float:left;
	width:16%;
}
#logo img {width:100%;}
#facebook {margin-top:20px;float:right;}
.like {float:left;}
.likes {float:left;background-color:#0fb3df;padding:7px;color:#fff;font-family:Open SansBold,Arial;border-radius:2px;}

#line {height:3px;background:url(../images/line.jpg) repeat-x;width:100%;}

.slide {padding-top:40px;padding-bottom:40px;border-bottom:1px dashed #d6d6d1;}

/*main content -> menu & content
**********************************/
#main{
	width:100%;
	padding-top:40px;
	padding-bottom:40px;
}

.contentleft {float:left;padding-bottom:4%;padding-right:4%;width:30.6%;}
.contentright {float:right;padding-bottom:4%;width:30.6%;}


.leesmeer {background-color:#0eb2de;position:relative;text-align:center;text-decoration:none;padding:8px;color:#fff;border-left:1px solid #fff;}
.leesmeer:hover {color:#fff;}
.leesmeer img {position:absolute;left:0px;top:0px;}
.leesmeer span {text-decoration:none;font-family:Droid,Arial;text-shadow:1px 1px 1px #999;padding:0px 5px;}

.aligncenter {margin:0 auto;text-align:center;}
.aligncenter p {margin:0 0 25px;}


#content{
    width: 100%;
	padding-top:40px;
	padding-bottom:40px;
	border-top:1px dashed #d6d6d1;
}


.tour_content { overflow: hidden; position: relative; }
.tour { width: 30%; float: left; margin: 20px 0 40px; }
.tour li { border-top: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea;list-style: none; padding: 0; position: relative; z-index: 3; -webkit-transition: background-color .3s ease-in-out, margin-right .3s ease-in-out; -moz-transition: background-color .3s ease-in-out, margin-right .3s ease-in-out; -ms-transition: background-color .3s ease-in-out, margin-right .3s ease-in-out; -o-transition: background-color .3s ease-in-out, margin-right .3s ease-in-out; transition: background-color .3s ease-in-out, margin-right .3s ease-in-out; }
.tour li:hover,
.tour li.current { background-color: #fbfbfb; margin-right: -1px; }
.tour li:first-child { border-bottom:0px;}
.tour li a { font-style: normal; text-decoration: none; display: block; padding: 10px 20px 10px 5px; position: relative; }
.tour li.current a,
.tour li a:hover { color:#303030; }
.tour_box { display: none; width: 70%; min-height: 100%; float: left; position: relative;}
.tour_shadow { width: 30%; height: 100%; overflow: hidden; position: absolute; left: 0; top: 0; z-index: 2; }
.tour_shadow:before { content: ''; background: #e6e6e6; width: 1px; height: 90%; overflow: hidden; position: absolute; right: 0; top: 5px; z-index: 2; -webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, .4); -moz-box-shadow: 0 0 12px 1px rgba(0, 0, 0, .4); box-shadow: 0 0 12px 1px rgba(0, 0, 0, .4); -webkit-border-radius: 50% / 60%; -moz-border-radius: 50% / 60%; border-radius: 50% / 60%; }
.tour_box_inner {  padding: 25px 10%; overflow: hidden; }
.tour_box_inner a:hover { }


.menuleft { width: 30%; float: left; margin: 0px 0 40px; }
#menu-top li { border-top: 1px solid #eaeaea; list-style: none; padding: 0; position: relative; z-index: 3; -webkit-transition: background-color .3s ease-in-out, margin-right .3s ease-in-out; -moz-transition: background-color .3s ease-in-out, margin-right .3s ease-in-out; -ms-transition: background-color .3s ease-in-out, margin-right .3s ease-in-out; -o-transition: background-color .3s ease-in-out, margin-right .3s ease-in-out; transition: background-color .3s ease-in-out, margin-right .3s ease-in-out; }
#menu-top li:hover,
#menu-top li.current { background-color: #fbfbfb; margin-right: -1px; }
#menu-top li.menu-last {  border-bottom: 1px solid #eaeaea; }
#menu-top li:first-child { border-bottom:0px;}
#menu-top li a { font-style: normal; text-decoration: none; display: block; padding: 10px 20px 10px 5px; position: relative; }
#menu-top li.menu-current a,
#menu-top li a:hover { color:#303030; }

.right {float:right;width:65%;}
.right ul {list-style-type:disc;margin-left:5%;list-style-position:outside;}
.right ul ul {list-style-type:circle;margin-left:5%;list-style-position:outside;}
.right ol {list-style-type:decimal;margin-left:5%;list-style-position:outside;}
.right ol ol {list-style-type:lower-roman;margin-left:5%;list-style-position:outside;}
.right img {background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;margin-right:3%;*float:none;*margin: 0 0 3% 0;*display:block;}

#vidCont{width:640px;}
#my_video_1{}
video {
    max-width: 100%;
    height: auto;
}

#maps {width:100%;}

.fotogallerij {width:23%;float:left;margin:0 1% 3%;}
.fotogallerij img {background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}

/*page Title
**************/
h1{
	color:#303030;
	font-size:24px;
	font-family:Open SansBold,Arial;
	letter-spacing:-1px;
	margin-bottom:25px;
	font-weight:normal;
	line-height:normal;
}

/*footer top
****************/
#warning{width:100%;height:100%;position:fixed;top:0px;left:0px;z-index:12000;display:none;background:rgba(0,0,0,0.7);align-items: center;justify-content: center;}
#Wmessage{background-color:#fff;width:450px;margin:50px auto;padding:50px;border:solid 5px #000;border-radius:10px;box-sizing:border-box;overflow:scroll-y;max-height:80%;}
#orderDay{border:none !important;font-size:30px;color:#ad6a43;width:250px;}
#footer{
	width: 100%;
	padding: 20px 0;
	color:#fff;display: flex;
    justify-content: space-between;
}
#footer a {color:#fff;text-decoration:underline;}


.required {color: #FF0000;}
.field_heading {font-weight: bold;padding-top: 10px;}
.field_title {float:left;width:30%;margin-bottom:10px;}
.field_input {float:left;width:70%;margin-bottom:10px;}
.field_checkbox {margin-bottom:10px;}
.field_title2 {width:100%;margin-bottom:10px;}
.field_input2 {width:100%;margin-bottom:10px;}

.email,.textfield,.textarea,select {color:#7c7c7c;background-color:#fff;border:1px solid #d8d8d8;padding:4px;width:100%;box-sizing: border-box;font-family: 'Roboto Slab',arial;}
.email,.textfield,.textarea{-webkit-appearance: none;border-radius: 0;}
.textarea {height: 100px;}
.checkbox_label {cursor: pointer;}
.radio_label {cursor: pointer;}
.nixhier {display:none;}
.submit{background-color:#000;color:#fff;border:none;padding:10px;text-transform:uppercase;text-decoration:none;display:inline-block;margin-top:15px;}
.gdpr {font-size:10px;}
.tinynav { display: none }

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid-6 				{display: grid;grid-gap: 20px;grid-template-columns: repeat(6,1fr);}
.grid-5 				{display: grid;grid-gap: 20px;grid-template-columns: repeat(5,1fr);}
.grid-4 				{display: grid;grid-gap: 20px;grid-template-columns: repeat(4,1fr);}
.grid-3 				{display: grid;grid-gap: 20px;grid-template-columns: repeat(3,1fr);}
.grid-2 				{display: grid;grid-gap: 20px;grid-template-columns: repeat(2,1fr);}
.sectiongrid			{margin:0px 0px 20px 0px;}


.gdpr					{font-size:10px;line-height: normal;}

.cookie-banner {position: fixed;bottom: 20px;right: 20px;background: #fff;font-size: 14px;color: #000;width: calc(100% - 40px);max-width: 400px;padding: 24px;border-radius: 10px;z-index: 9999;box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.08);display: none;align-items: center;justify-content: space-between;line-height: 21px;box-sizing: border-box;}
.cookie-banner.fade {}
.cookie-banner h2 {font-size: 18px;margin-bottom: 10px;}
.cookie-button {background-color: var(--MAINCOLOR2);color: #fff;padding: 12px 24px;text-decoration: none;border-radius: 24px;border: 0px;cursor: pointer;display:flex;margin-left: 24px;font-family: Work Sans, Arial;font-weight: 600;align-items: center;}
