@import "reset.css";
@import "cols.css";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&family=Libre+Baskerville:wght@400;700&display=swap');

/*
maincolors:
BACKGROUND:#fff
COLOR:#000
MAINCOLOR:#000
MAINCOLOR2:#c00
COLOR_ON_MAIN:#fff;
*/
#secWrap22 table td {padding: 5px;border: 1px solid #fff;}
#map {position: absolute;height: 100vh;top: 0px;left: 0px;width: 100%;z-index: 0;}
html {  -webkit-text-size-adjust: none;}
body {background-color:#fff;color:#000;font-family:Montserrat, Arial;font-size:16px;}
/*body.page6 {background-color:#D3D3D3;}*/
body, html {height: 100%;}
.clearfix:after { content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clear{clear:both;}
a{color:#000;}
a:hover{color:#c00;}
a.action{display:inline-block;background-color:#000;border:solid 1px #000;color:#fff;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;}

#fixed {bottom: 10px;left: 10px;position: fixed;z-index: 999;}

#superwrapper {min-height: 100%;height: auto !important;height: 100%;}
.wrapper {max-width: 1160px;width:95%;height: auto;margin: 0px auto;position:relative;}
.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;}

/*ENTER BUTTON
**************/
#enter {position: absolute;bottom: 10px;width: 100%;text-align: center}
#enter a {background-color: #fff;padding: 10px;display: inline-block;text-decoration: none;border-radius: 10px;font-size: 20px;}
/*ACTION BUTTON
**************/
.action {text-transform:uppercase;background-color:#343434;color:#fff;border:0px solid #d8d8d8;display: inline-block; font-family: Montserrat,arial; font-size: 14px; margin-top: 20px; padding: 10px 15px; text-decoration:none;line-height:normal;}
.action:hover {color:#fff;background-color:#9cc390}

/*PAGE_TITEL
**************/
h1 {color:#fff;line-height:normal;font-weight: 400;background: rgba(0,0,0,0.60);padding: 15px 40px;font-size: 26px;font-family: Libre Baskerville,arial;text-transform: uppercase;}
h1.homeT{text-align:center;}
h2 {color:#fff;font-size:18px;line-height:normal;font-weight: 400;text-transform:uppercase;margin-bottom: 10px;font-family: Libre Baskerville,arial;}
h2.webshopT{text-align:center;margin:30px 0px 30px;font-size:30px;}
#melding{text-align:center;background-color:#000;color:#fff;padding:10px;text-transform:uppercase;}
#hmTxt{display:none;}
a.mobHmls{display:none;}

/*HEADER MOB
**************/
#navMobMenu{display:none;}
#navMob,#searchMob,#loginLnksmob,#languagesMob {background-color:#fff;display:none;}

/*HEADER
******************/
#top {background-color:#595252;position: relative;z-index: 2;}
#header {width:100%;}

#fixedL {position: fixed;top: 10px;right: 10px;z-index: 4847;}
#languages ul {display: flex;list-style-type: none;margin: 0;gap: 5px;margin-left: 5px;}
#languages ul li a {background-color: #672835;padding: 10px;text-decoration: none;line-height: normal;font-size: 12px;text-transform: uppercase;height: 50px;display: flex;align-items: center;justify-content: center;color: #fff;}
#languages ul li a.lcurrent {background-color: #fff;color: #672835;font-weight: 700;}
#languages ul li a:hover {background-color: #fff;color: #672835;}

#grid {display: grid;grid-template-columns: repeat(4,1fr);height: 100vh;}
.flex {overflow: hidden;position: relative;background-color: #000;}
.flex a {display: block;}
.flex img {object-fit: cover;height: 50vh;transition: all 0.3s ease-in-out;position: relative;z-index: 8;width: 100%;opacity: 0.9;}
.flex:hover img {transform: scale(1.2);opacity: 0.4;}
.linkje {color: #fff;text-decoration: none;font-size: 24px;text-transform: uppercase;display: block;z-index: 9;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);text-align: center;width: 100%;font-family: Libre Baskerville,arial;}
.linkje:hover {color: #fff;}
#privacy {position: absolute;bottom: 50px;right: 50px;z-index: 88;}
#privacy a {color: #fff;padding: 5px;background-color: #000;text-decoration: none;}

#slideshow {height: 100vh;overflow: hidden;position: fixed;top: 0px;left: 0px;right: 0px;bottom: 0px;width: 100%;z-index: 1;}

/*WARNING
****************/
#warning{width:100%;height:100%;position:fixed;top:0px;left:0px;z-index:12000;display:none;background:url(../images/popup2.png);}
#Wmessage{background-color:#fff;width:400px;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;}
/*POPUP
************/
#popup{width:100%;height:100%;position:fixed;top:0px;left:0px;z-index:9998;background:url(../images/popup.png);display:none;}
#Wpopup{background-color:#fff;width:450px;margin:50px auto;padding:20px;border:solid 5px #000;border-radius:10px;box-sizing:border-box;overflow:scroll-y;max-height:80%;}
a.popupCl{display:block;text-align:right;margin-bottom:20px;text-decoration:none;}
#Wpopup h2 a{text-decoration:none;}

/*MAIN CONTENT
*********************************/
#main {color: white;position: absolute;top: 80px;right: 20px;bottom: 20px;margin-top: 62px;min-width: 600px;max-width: 500px;z-index: 400;margin: 0 auto;}
#content {text-shadow: 0 1px 0 rgb(0 0 0 / 80%);line-height: 26px;padding: 20px 40px 40px 40px;text-align: justify;background: rgba(0,0,0,0.45);}

#content a {background: #672835; color: #fffad5;text-transform: uppercase;padding: 0 1.6em;text-decoration: none; text-shadow: none;min-height: 50px;line-height: normal;text-align: center;font-weight: 700;width: 100%;border: none;margin-top: 10px;display: flex;align-items: center;justify-content: center;}
.omega {background: none !important;padding: 0 !important;min-height: auto !important;width: auto !important;display: inline-block !important}

.bookL {margin-left: auto;display: flex;}
#book {}
#book a {display:block;padding: 15px 20px;text-decoration:none;margin-right: 0;background: #672835;color: #fffad5;font-weight: 700;}

/*MOZAIEK
***************/
#mozaiek {width: 100%;column-gap: 20px;box-sizing: border-box;}
#mozaiek .mozaiek {width: 100%;margin: 0 0 20px;break-inside: avoid;}
#mozaiek .mozaiek a {display: block;}

.gal12 {display: grid;grid-template-columns: repeat(3,1fr);}
.gal12 img {object-fit: cover;aspect-ratio: 5/4;}

.gal13 {display: grid;grid-template-columns: repeat(2,1fr);}
.gal13 img {object-fit: cover;aspect-ratio: 4/5;}

#main2 {padding: 60px 0;line-height: 26px;}
#main2 table tr:nth-child(even) {background-color: #f2f2f2;}
#main2 table td {padding: 5px;}
#sec15 a, #sec16 a, #sec17 a {background: #672835; color: #fffad5;text-transform: uppercase;padding: 0 1.6em;display: inline-block;text-decoration: none; text-shadow: none;height: 50px;line-height: 50px;text-align: center;font-weight: 700;width: 100%;border: none;margin-top: 10px;}
#sec17 table td:last-child {text-align: right;}

/*NIEUWSBALK
*************/
.newsHome{margin-top:20px;}
.newsHome a{text-align:center;font-size:20px;color:#000;display:block;text-decoration:none;padding:5px;text-transform:uppercase;}
.newsHome a i{color:#000;}
.newsHome a:hover{outline:solid 1px #ccc;background-color:#fff;}
#nieuw h3{text-transform:uppercase}
.newsTotal{float:left;width:60%;margin-left:10%;}

/*NIEUWS
*************/
#nieuws 		{padding-top:30px;}
#newsAll a 		{display:block;padding:10px;text-align:center;background-color:#00c5a3;color:#fff;text-transform:uppercase;text-decoration:none;font-size:20px;}

.nieH2			{text-align:center;margin-bottom:40px;margin-top:40px;}
.newsPicc		{float:left;width:35%;margin-right:5%;}
.newsTekst		{float:left;width:60%;}
.nieImgList		{float:left;width:30%;margin-right:5%;}
.nieTxtList		{float:left;width:65%;}
.nieTxtList a 	{color:#000;font-weight:bold;}
.nieuwsbericht 	{margin-bottom:20px;padding-bottom:20px;}
.nieDatum		{color:#c00;display:inline-block;padding:5px 5px 5px 0px;margin-bottom:10px;font-size:14px;}
.nieTitel		{text-transform:uppercase;font-size:20px;margin-bottom:10px;font-weight:normal;}
.nieTitel a 	{text-decoration:none;display:inline-block;}
.nieTekst 		{margin-top:5px;}
.nieStripe		{height:1px;border-bottom:dotted 1px #000;margin:20px 0px 20px 0px;}
.nieFancyZoom a {font-size:16px;}

.videoWrapper 	{position: relative;padding-bottom: 56.25%;margin-top: 25px;height: 0;}
.videoWrapper iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.nieFancyZoom	{text-align:center;margin-top:5px;font-size:12px;display:none;}
.nieFancyZoom a {text-decoration:none;}
.Floader		{width:100%;font-size:10px;text-align:center;line-height:12px;padding-top:10px;}
.Floader img 	{width:40px;height:20px;}

.nieBtn			{}
.nieBtn a		{background-color:#000;color:#fff;display:inline-block;border-radius:5px;text-decoration:none;text-transform:uppercase;padding:7px 15px;font-size:13px;margin-top:15px;}
.nieBtn a:hover {background-color:#c00;color:#fff;}
.nieSmallPic	{width:25%;max-height:60px;overflow:hidden;float:left;}

/*PREVIOUS NEXT
********************/
#usable{display:table;float:right;}
#usable div{display:table-row;}
#usable div div{display:table-cell;width:33.33%}
#usable a{box-sizing:border-box;padding:5px;text-decoration:none;border-radius:5px;}
#usable a:hover{background-color:#ccc;color:#fff;}
#usable div div:nth-child(2) {text-align:center;}
#usable div div:nth-child(3) {text-align:right;}

.toTop{text-align:center;margin:100px 0px 100px 0px;}
.toTop a{font-size:60px;color:#999;}
.toTop a:hover{color:#000;}

#tabs {margin-top:60px;}

/*SOCIAL
********/
.social			{text-align:center;margin:30px 0px 30px 0px;}
.social li 		{list-style:none;list-style-position:inside;margin:0px;display:inline-block;}
.social li a 	{margin-right:10px;font-size:30px;}
.social li a:hover 	{color:#c00;}

/*FOOTER TOP
***********/
#footer					{padding:25px 0px;color:#fff;background-color:#000;}
#footer a 				{color:#fff;text-decoration:none;}
#fct 					{float:left;}
#fct ul 				{margin:0px;list-style-type:none;}
#fct ul li 				{display:inline-block;margin-right:3px;}
#fct ul li:last-child 	{margin-right:0px;}
#fct2 					{float:right;}
#fct a.tel 				{display:inline-block;}
.navB					{display:none;}
#footer2 				{background-color:#ededed;border-top:1px solid #d8d8d8;padding:75px 0px;font-size:15px;}

/*FORMS
********/
.required {color: #FF0000;}
.field_heading {font-weight: bold;padding-top: 10px;}
.field_title {margin-bottom:5px;}
.field_input {margin-bottom:5px;}
.field_checkbox {float:left;width: 100%;margin-bottom:10px;}
.field_title2 {width:100%;margin-bottom:10px;}
.field_input2 {width:100%;margin-bottom:10px;}
input[type='checkbox'] {width:auto;}
input[type='radio'] {width:auto;}
.textarea{width:100%;}
.email,.textfield,.textarea,select {color:#7c7c7c;background-color:#fff;border:1px solid #d8d8d8;padding:5px;width:100%;box-sizing: border-box;font-family:Montserrat, Arial;}
.email,.textfield,.textarea{border-radius: 0;outline: none;}
.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;outline: none;appearance: none;-moz-appearance: none;-webkit-appearance: none;font-family:Montserrat, Arial;}
.gdpr {font-size:10px;}
.gdpr a {background:  none !important;padding: 0 !important;min-height: inherit !important;width: auto !important;display: inline-block !important;}

