/* RESET */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0 none;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	overflow-y: scroll;
}

html.noscroll{
    position: fixed;
    width: 100vw;
    top:0;
    left: 0;
    height: 100vh;
    overflow-y: scroll !important;
    z-index: 10;
 }

:root {
	--wit: #ffffff;
	--grijs: #f8f8f8;
	
	--blauw: #3B5064;
	--rood: #710A0C;
	
	--inputborder: #AAAAAA;
	--inputtext: #535353;
	--selectbg: #f0f1f3;
}

/* BASIS */

html, body {
	color: var(--blauw);
	font-size: 24px;
	overflow-x:hidden;
	
	font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing: subpixel-antialiased;
}

.wrapper {
	width:100%;
	margin: 0px auto !important;
	position: relative;
	padding: 0px;
			box-sizing:border-box;
	   -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

img {
	display:block;
	max-width:inherit;
	width:100%;
}
img.center {
    margin-left: auto;
    margin-right: auto;
}

a {
	cursor:pointer;
	color:inherit;
	text-decoration:underline;
}

a.noline {text-decoration:none;}

em {font-style:italic;}

ul,ol {margin:0 0 15px 0;}
li {list-style:none;line-height:35px;}
li:before {content:'\f0da';font-family:'Font Awesome\ 5 Pro';margin-right:10px;color:var(--rood);font-weight:900;}
ul li ul, ol li ol {margin-bottom:0;margin-left:15px;}
ul li ul li:before, ol li ol li:before {content:'\f105';color:var(--blauw);}

ul.nobefore li:before {display:none;}
ul.inline li {display:inline-block;}

p {line-height:35px;margin-bottom:25px;}

strong {font-weight:600;}

h1, h2.title {font-size:56px;font-weight:700;word-wrap: break-word;margin-bottom:10px;position:relative;text-transform:uppercase;letter-spacing: 4px;width: fit-content;font-style:normal;}
h1:after, h2.title:after {content:'';height:6px;width:100%;position:absolute;bottom:-8px;left:0;background-color:var(--rood);}
h1 span, h2.title span {font-size:24px;font-weight:300;display:block;line-height:24px;}
h2.title {font-size:42px;}

h2{font-size:32px;word-wrap: break-word;margin-bottom:10px;font-style:italic;font-weight:400;letter-spacing: 4px;}
h3{font-size:30px;word-wrap: break-word;margin-bottom:10px;font-weight:700;letter-spacing: 4px;}
h4{font-size:24px;word-wrap: break-word;margin-bottom:10px;font-weight:300;letter-spacing: 4px;}
h5{font-size:24px;word-wrap: break-word;margin-bottom:10px;font-weight:600;text-transform:uppercase;letter-spacing: 4px;}

hr {border:none;height:3px;background-color:var(--blauw);}

/* CLASSES */
.filler {display:block;height:80px;}
.titlefiller {display:block;height:30px;}
.strong {font-weight:600;}

.clear {clear:both;}

.hidden {display:none;}

.btn {
	color:var(--blauw);
	background-color:var(--wit);
	padding:22px 18px;
	text-decoration:none;
	display:inline-block;
	line-height:20px;
	margin-bottom:4px;
	border:3px solid var(--blauw);
	font-weight:600;
	text-transform:uppercase;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.btn:after {content:'\f105';font-family:"Font Awesome\ 5 Pro";margin-left:25px;font-weight:400;}
.btn:before {display:none;}
.btn.left:before {content:'\f104';font-family:"Font Awesome\ 5 Pro";margin-right:10px;display:inline-block;}
.btn.left:after {display:none;}
.btn.upload:after, .btn.upload:before {content:'\f093';}
.btn.download:after, .btn.download:before {content:'\f019';}
.btn.phone:after, .btn.phone:before {content:'\f095';}
.btn.envelop:after, .btn.envelop:before {content:'\f0e0';}
.btn.noicon:after, .btn.noicon:before {display:none;}

.btn:hover {background-color:var(--blauw);color:var(--wit);}

.right {text-align:right;}
.center {text-align:center;}
.justify {text-align:justify;}

/* KLEUREN */
.wit {color:var(--wit);}
.grijs {color:var(--grijs);}
.rood {color:var(--rood);}
.blauw {color:var(--blauw);}

.bg-wit {background-color:var(--wit);}
.bg-grijs {background-color:var(--grijs);}
.bg-rood {background-color:var(--rood);}
.bg-blauw {background-color:var(--blauw);}

/* COLUMNS */
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
	
	/*  FLEX TOEVOEGING 21-10-2024  */
	display:flex; flex-wrap: wrap;min-height:100%;
}

.section.noflex {min-height:auto;}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin:0;
	padding:10px;
			box-sizing:border-box;
	   -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:100%;
	position:relative;
	height:auto;
}
.col .col {padding:0;}
.col p:last-child {margin-bottom:0px;}
.col.nopaddingright {padding-right:0;}
.col.nopadding {padding:0;}

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/* TOP */
#top {font-size:15px;position:fixed;top:0;left:0;width:100%;z-index:3;}
#top i {margin-right:5px;}

#top ul {margin-bottom:0;}
#top ul li {margin-left:20px;line-height:24px;}
#top ul li:first-child {margin-left:0;}

#top p {line-height:24px;}

#top .top-top {padding:5px 0;}

/* HEADER */
#header {height:50vh;width:100vw;position:relative;overflow:hidden;}
#header.home {height:100vh;}
#header:before {content:'';width:100%;height:100%;position:absolute;top:0;left:0;background: rgb(0,0,0);background: linear-gradient(180deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);}

#header #logo {width:25%;margin:100px auto 24px auto;}

#header-bg-image {width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;overflow:hidden;}
#header-bg-image img {width:100%;height:100%;object-fit:cover;}

/* NAVIGATION */
#nav-container {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;overflow:hidden;}
#nav-container.fixed {position:fixed;top:54px;left:0;background-color:var(--wit);z-index:2;-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);}
#nav-container.fixed ul.nav li {color:var(--blauw);font-size:14px;line-height: 18px;}

/*#nav-beeldmerk {display:none;position:absolute;top:0;left:-40px;width:20px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;}
#nav-container.fixed #nav-beeldmerk {display:block;}*/

ul.nav {margin:auto;width:auto;display:inline-block;text-transform:uppercase;position:relative;}
ul.nav, ul.nav li ul {margin:0;}
ul.nav li {float:left;list-style:none;margin-left:50px;position:relative; white-space: nowrap;}
ul.nav li:nth-child(1) {margin-left:0;}
/*ul.nav li:nth-child(2) {margin-left:0;}*/
ul.nav li:before {display:none;}

ul.nav li a {text-decoration:none;}

/* MAIN */
#main {padding-top:50px;}

/* HOME */
#home1-img-container {position: relative;}
#home1-img-container img {border-radius:50px 0 0 0;width:90%;}

#home1-img-container:after {content:'';width:83%;height:95%;background-color:var(--wit);border:6px solid var(--rood);position:absolute;bottom:-5%;left:10%;z-index:-1;}

#home-menukaart {position:relative;/*background:url('../images/home-2.webp') no-repeat center top;background-size:cover;*/}
#home-menukaart img {opacity:0.2;position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center;}
#home-menukaart:before {content:'';background-color:var(--blauw);height:100%;width:100%;position:absolute;top:0;left:0;z-index:-1;}
#home-menukaart div.wrapper {z-index:1;}
#home-menukaart h2 {color:var(--wit);margin:auto;}

.diningmenu h3 {border:3px solid var(--wit);padding:15px 25px 20px 25px;font-weight:400;cursor:pointer;text-transform:uppercase;
	
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}
.diningmenu h3:hover, .diningmenu h3.open {background-color:var(--wit);color:var(--blauw);}

.diningmenu h3 i {float:right;margin-top:4px;}

.diningmenu .diningmenuitem {padding:40px 40px 10px 40px;position:relative;border-bottom:1px solid var(--wit);}
.diningmenu .diningmenuitem h4 {font-weight:600;margin-bottom:5px;text-transform:uppercase;}
.diningmenu .diningmenuitem p {width:60%;line-height:30px;}
.diningmenu .diningmenuitem span.diningmenuprice {position:absolute;top:40px;right:25px;font-weight:600;font-size:32px;}

#home-specialegelegenheden .sg-item {margin-top:40px;}
#home-specialegelegenheden .sg-item h3 {text-transform:uppercase;}
#home-specialegelegenheden .sg-item img {margin-bottom:20px;}
#home-specialegelegenheden .sg-item a.btn {margin-top:10px;}

#home-agenda {position:relative;}
#home-agenda img {opacity:0.2;position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center;}
#home-agenda:before {content:'';background-color:var(--rood);height:100%;width:100%;position:absolute;top:0;left:0;z-index:-1;}
#home-agenda div.wrapper {z-index:1;}
#home-agenda h2 {color:var(--wit);}
#home-agenda h2.title:after {background-color:var(--wit);}
#home-agenda a.btn {border-color:var(--wit);}

.agendacontent {background-color:var(--wit);color:var(--blauw);margin-bottom:40px;}
.agendacontent h4 {text-transform:uppercase;font-weight:600;margin-bottom:5px;}
.agendacontent p {width:90%;}
.agendacontent .agendadate {text-transform:uppercase; color:var(--rood);font-weight:600;font-size:26px;text-align:right;display:inline-block;}
.agendacontent .agendadate span {color:var(--blauw);font-weight:300;}
.agendacontent .agendaitem {border-bottom:1px solid var(--blauw);padding:40px;}

.slider div.slide {padding:20px;}
.slider.slider-nav div.slide img {filter: grayscale(100%);}

/* FOOTER */
#footer {font-size:16px;padding:35px 0;}

#footer .footermainicon {font-size:50px;margin-right:20px;}

#footer h5 {margin-top:10px;}

#footer ul li {line-height:24px;}
#footer ul li span:not(.email) {float:right;}

#footer ul li ul {margin-left:0;margin-top:18px;}
#footer ul.sm-links li {display:inline-block;padding-right:12px;font-size:24px;}

ul.openingstijden li {font-weight:600;display: flow-root;}
ul.openingstijden li span {float: right;padding-right: 20%;font-weight:300;}

/* COPYRIGHT} */
#copyright {font-size:12px;}

/* FORMS */
fieldset {margin-bottom:25px;}
input, textarea, .datepicker a {border:1px solid var(--inputborder);padding:15px 25px;width:100%;display:inline-block;color:var(--inputtext);box-sizing:border-box;-moz-box-sizing:border-box;webkit-box-sizing:border-box;font-family:'Noto Sans', sans-serif;font-size:inherit;font-weight:300;font-style:italic;margin-bottom:15px;background-color:var(--wit);}
input.margin-bottom {margin-bottom:30px;}

.datepicker {position:relative;}
.datepicker input {width:80%;border-right:none;}
.datepicker a {width:20%;float:right;border-left:none;}
.datepicker a i {color:var(--blauw);left: -10px;position: relative;}

input[type=radio], input[type=checkbox] {
    display: none;
}
input[type="text"]:disabled {
    background: #f0f0f0;
} 
.radio-container .radio-items {display:inline-block;margin-bottom:5px;}
span.radiobox, span.checkbox {float:left;margin-right:10px;line-height:18px;margin-bottom:5.5px;position:relative;}
span.radiobox:before, span.checkbox:before {
    content: "";
    display: inline-block;
 
    width: 25px;
    height: 25px;
 
    margin-right: 10px;
	float:left;
	background-color: #F1F1F1;
	cursor:pointer;
}

textarea {resize:none;height:120px;}

span.radiobox:before {
    border-radius: 50%;
}
span.checkbox {line-height: 35px;}
span.checkbox:before {
    border-radius: 4px;
}

input[type=radio]:checked + span.radiobox:before {
    content: "\2022";
    color: var(--blauw);
    font-size: 50px;
    text-align: center;
    line-height: 17px;
}
input[type=checkbox]:checked + span.checkbox:before {
    content: "\f00c";
	font-family:'Font Awesome\ 5 Pro';
    color: var(--blauw);
    font-size: 20px;
    text-align: center;
    line-height: 25px;
	font-weight:900;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.inputfile, label.file {
    cursor: pointer;
}

/* SELECT BOX */
/*the container must be positioned relative:*/
.select-style {
  position: relative;
  font-family: 'Noto Sans', sans-serif;
	font-size: inherit;
	border:1px solid var(--inputborder);
	margin-bottom:20px;
  box-sizing:border-box;
}
.select-style select {
  display: none; /*hide original SELECT element:*/
}
.select-selected {
  background-color: var(--wit);
  font-style:italic;
  box-sizing:border-box;
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content:'\f078';
  font-family:'Font Awesome\ 5 Pro';
  top: 15px;
  right: 50px;
  width: 0;
  height: 0;
  color:var(--blauw);
  font-weight:900;
  font-style:normal;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  content:'\f077';
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color:var(--inputtext);
  padding: 15px 25px;
  cursor: pointer;
  user-select: none;
  font-style:italic;
  box-sizing:border-box;
}
.select-items div {
border: 1px solid var(--inputborder);
border-top:none;
  /*border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;*/
  white-space: nowrap;
  box-sizing:border-box;
}
.select-items div:hover, .select-items div:nth-child(odd):hover {background-color:var(--blauw);color:var(--wit);}

.select-items div:first-child {border-top:1px solid var(--inputborder);}
.select-items div:nth-child(odd) {background-color:var(--selectbg);}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: var(--wit);
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}/*
.same-as-selected {
  background-color:var(--inputborder);
}*/
*::placeholder {
  opacity: 1;
}

span.required {color:var(--rood);}

/* LABELS */
label.error {color:var(--rood);padding-top:2px;display:block;margin-top: -7px;margin-bottom: 8px;}
label.error:before {content:'\f0d8';font-family:'Font Awesome\ 5 Pro';margin-right:5px;font-weight:900;}
label.error.hidden {display:none;}

/* MESSAGING */
.message, #message {
	display:none;
}
.negative, .positive, .attention {
  margin: 4px 0;
  font-size: 1em;
  padding: 18px 18px;
  
  color: #C24848;  
  background: #FFD6D6 .5em .4em no-repeat;
  border: 3px solid #FFC2C2;
} 
.positive {
  color: #3F9153;  
  background: #D7F7DF .5em .4em no-repeat;
  border: 3px solid #A3F7B8
} 
.attention {
  color: #CF9E00;  
  background: #FAF2D7 .5em .4em no-repeat;
  border: 3px solid #FAE8AF;
}

/* MAP */
#map {height:300px;}

/*UC PAGE*/
.wrapper.uc {
	text-align:center;
	width:inherit;
}
.uc-logo {
	margin-top:50px;
	width:260px;
}
/* EMAIL */
.mailme, .mailmetop {display:none;}
.email:not(input) {cursor:pointer;}
.email::after{ content:"@" attr(data-host); }

/* COOKIE MELDING*/
#cookiemelding {width:100%;text-align:center;position:fixed;bottom:0;z-index:999999;font-size:14px;}
#cookiemelding p {background-color:rgba(0,0,0,0.75);display:inline-block;padding:12px 25px;margin:0;color:#fff;font-weight:300;}
#cookiemelding p a.btn {margin:0;padding:7px 14px;text-decoration: none;margin-left:25px;background-color:var(--rood);border:none;}
#cookiemelding p a {text-decoration:underline;color:#fff;}

/* FIXED MESSAGE*/
#fixedmessage {width:100%;text-align:center;position:fixed;top:0;z-index:999;}
#fixedmessage p {background-color:rgba(0,0,0,0.75);display:inline-block;padding:12px 25px;margin:0;color:#fff;position:relative;}
#fixedmessage p a.btn {margin:0;padding:7px 14px;text-decoration: none;margin-left:25px;}
#fixedmessage p a {text-decoration:underline;color:#fff;}

#fixedmessage.positive, #fixedmessage.negative, #fixedmessage.attention {background:none;border:none;}

#fixedmessage p::after {
	content:'\f00d';
	font-family:'Font Awesome\ 5 Pro';
	position:absolute;
	top:0;right:4px;
	cursor:pointer;
}

#fixedmessage.negative p, #fixedmessage.positive p, #fixedmessage.attention p {
  margin: 4px;
  font-size: 12px;
  padding: 8px 16px;
  
  color: #C24848;
  background: #FFD6D6 .5em .4em no-repeat;
  border: 1px solid #FFC2C2;
} 
#fixedmessage.positive p {
  color: #3F9153;
  background: #D7F7DF .5em .4em no-repeat;
  border: 1px solid #A3F7B8
} 
#fixedmessage.attention p {
  color: #CF9E00;
   background: #FAF2D7 .5em .4em no-repeat;
  border: 1px solid #FAE8AF;
}

#fixedmessage p a.btn {
	padding: 4px 10px;
	margin: 5px 0 0 0;
	
	background-color:#FFD6D6;
}

#fixedmessage.positive p a.btn {
	background-color:#3F9153;
}

#fixedmessage.attention p a.btn {
	background-color:#CF9E00;
}

/* FINWIZE COPY */
.finwize-p {position:relative;}
.finwize-p a span {padding-left:14px;}
.finwize-icon {width:12px;display:inline-block;position:absolute;top:11px;}


/* DATE PICKER COLOR */
/*.datepicker-panel > ul > li:before {display:none;}

.datepicker-panel > ul > li:hover {
  background-color: rgb(173, 143, 112);
}

.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
  color: #999;
}

.datepicker-panel > ul > li.muted:hover {
color:#fff;
}

.datepicker-panel > ul > li.highlighted {
  background-color: rgb(124, 106, 85);
}

.datepicker-panel > ul > li.highlighted:hover {
  background-color: rgb(173, 143, 112);
}

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  color: #fff;
}

.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default;
}

.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: rgb(124, 106, 85);
}
.datepicker-top-left, .datepicker-top-right {
	border-top-color: #7c6a55;
}
.datepicker-top-left::before, .datepicker-top-right::before {
	border-bottom-color: #7c6a55;
}*/