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

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

:root 					{
						--BACKGROUND: #fff;
						--COLOR: #414957;
						--MAINCOLOR: #48A43F;
						--MAINCOLOR_OLD: #8c7c46;
						--MAINCOLOR2: #cac4a9;
						--COLOR_ON_MAIN: #fff;
						--RED: #c00;
						--MNU_KLEUR:#48A43F;
						--MNU_KLEUR_OLD:#8c7c46;
						--MNU_KLEUR_HOVER:#00BB2D;
						--MNU_KLEUR_HOVER_OLD:#cac4a9;
						--MNU_KLEUR_DONKER:#000;
						}

html					{	-webkit-text-size-adjust: none;	}
body 					{background-color:var(--BACKGROUND);color:var(--COLOR);font-family:Lato, Arial;font-size:17px;}
body, html 				{height: 100%;}
.clearfix:after 		{ content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clear 					{clear:both;}
a 						{color:var(--MAINCOLOR);}
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%;}
.wrapper 				{max-width: 1680px;width:95%;height: auto;margin: 0px auto;position:relative;}
.wrapper2 				{max-width: 1220px;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:var(--MAINCOLOR);font-size:32px;line-height:normal;font-weight: 900;margin-bottom: 30px;position: relative;padding-bottom: 15px;}
h1:before {position: absolute;bottom: 0;height: 1px;left: 0;width: 100%;content: '';z-index: 2;background-color: var(--MAINCOLOR2);}
h1:after {position: absolute;bottom: 0;height: 3px;left: 0;width: 32px;content: '';z-index: 3;transition: all ease 0.3s;background-color: var(--MAINCOLOR);}
h2 {color:var(--MAINCOLOR);font-size:24px;line-height:normal;font-weight: 900;margin-bottom: 30px;}
h3 {color:var(--MAINCOLOR);font-size:22px;line-height:normal;font-weight: 700;margin-bottom: 20px;}
#melding 				{text-align:center;background-color:var(--MAINCOLOR);color:var(--COLOR_ON_MAIN);padding:10px;text-transform:uppercase;}
#hmTxt 					{display:none;}
a.mobHmls 				{display:none;}

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

/*HEADER
******************/
#top {position: sticky;top: 0px;left: 0px;width: 100%;z-index: 99;background-color:#fff;box-shadow: 0 3px 45px rgb(0 0 0 / 15%);transition: all .4s ease;padding: 20px 0;}
#top.hide {top: -153px;}
#header {display: flex;justify-content: space-between;align-items: center;}
#logo {}
#logo img {width: 270px;transition: all .4s ease;}

.grid-2 {display: grid;grid-template-columns: repeat(2,1fr);grid-gap: 20px;}
.beer-slider img {object-fit: cover;aspect-ratio: 4/3;}

#buttons {text-align: right;margin-bottom: 5px;}
#buttons ul {list-style-type: none;margin: 0;}
#buttons ul li {display: inline-block;}
#buttons ul li a {color: #4c565c;text-decoration: none;font-size: 14px;font-weight: 700;display: block;margin-right: 20px;}
.plaatsbezoek {margin-right: 0 !important;padding: 10px;background-color: var(--MNU_KLEUR);color: #fff !important;border-radius: 12px;}
#offerte {display: none;margin-left: auto;}
#offerte a {padding: 10px;background-color: var(--MNU_KLEUR);color: #fff !important;text-decoration: none;border-radius: 12px;}

#banner {width: 100%;display: flex;height: 700px;}
#inleiding {width: 60%;
  background-image: url(../images/pattern.png);
  background-repeat: repeat;
  background-position: left top;
  background-size: auto;
	background-color: #48A43F;

display: flex;justify-content: center;flex-direction: column;padding: 5%;color: #fff;}
#inleiding a {color: #fff;}
#inleiding strong {color: #fff;}
#inleiding h1 {color: #fff;}
#inleiding h1:before {content: "";height: 0;}
#inleiding h1:after {content: "";height: 0;}
#pic {width: 50%;background: url(../images/home.png) no-repeat bottom center;background-size: cover;}
.inleiding {font-size: 20px;line-height: 32px;}
.btn {background-color: #var(--COLOR);padding: 18px 0;color: #fff;text-transform: uppercase;width: 220px;text-align: center;text-decoration: none;font-weight: 500;font-size: 16px;}
.btn:hover {background-color: #fff;color: #var(--COLOR);}

#tabel {margin-top: 40px;}
#tabel .td {padding: 10px 0;font-size: 20px;}

#contenthome {padding: 80px 0;line-height: 30px;}
#troeven {background: url(../images/worm.png) no-repeat center center;background-size: contain;}
.colleft {float: left;width: 47.5%;margin-right: 5%;padding-top: 40px;}
.colright {float: right;width: 47.5%;}
.box {box-shadow: 0 16px 40px 0 rgb(0 0 0 / 8%);border-radius: 15px;background-color: #fff;padding: 40px;margin-top: 40px;font-size: 18px;line-height: 30px;}

#soorten {background-color: #f8f8f8;padding: 80px 0;position: relative;}
#extra {background-color: #fff;padding: 80px 0;position: relative;font-size: 20px;line-height: 32px;}
.flex {display: flex;padding-top: 60px;}
.extra {font-size: 18px;line-height: 34px;flex: 47.5%;margin-right: 5%;}
.absimg {flex: 47.5%;}

#gals img {object-fit: cover;aspect-ratio: 4/3;width: 100%;}
#gals a {display: block;}

#sec36, #sec37, #sec39, #sec40, #sec43, #sec44, #sec45, #sec46, #sec48, #sec49, #sec50, #sec51, #sec54, #sec55, #sec57, #sec58, #sec22, #sec61, #sec62, #sec63, #sec64, #sec65, #sec77, #sec78, #sec79, #sec80, #sec82, #sec83, #sec84, #sec86, #sec87, #sec89, #sec119, #sec120, #sec121, #sec122 {padding: 30px;background-color: var(--MAINCOLOR);color: #fff !important;border-radius: 12px;}
#sec71, #sec72, #sec73, #sec74, #sec75, #sec76 {display: flex;background-color: var(--MAINCOLOR);color: #fff !important;border-radius: 12px;}

#sec36 h2, #sec36 h2 a, #sec36 h3, #sec37 h2, #sec37 h2 a, #sec37 h3, #sec39 h2, #sec39 h2 a, #sec39 h3, #sec40 h2, #sec40 h2 a, #sec40 h3, #sec43 h2, #sec43 h2 a, #sec43 h3, #sec44 h2, #sec44 h2 a, #sec44 h3, #sec45 h2, #sec45 h2 a, #sec45 h3, #sec46 h2, #sec46 h2 a, #sec46 h3, #sec48 h2, #sec48 h2 a, #sec48 h3, #sec49 h2, #sec49 h2 a, #sec49 h3, #sec50 h2, #sec50 h2 a, #sec50 h3, #sec51 h2, #sec51 h2 a, #sec51 h3, #sec54 h2, #sec54 h2 a, #sec54 h3, #sec55 h2, #sec55 h2 a, #sec55 h3, #sec57 h2, #sec57 h2 a, #sec57 h3, #sec58 h2, #sec58 h2 a, #sec58 h3, #sec22 h2, #sec22 h2 a, #sec22 h3, #sec61 h2, #sec61 h2 a, #sec61 h3, #sec62 h2, #sec62 h2 a, #sec62 h3, #sec63 h2, #sec63 h2 a, #sec63 h3, #sec64 h2, #sec64 h2 a, #sec64 h3, #sec65 h2, #sec65 h2 a, #sec65 h3, #sec77 h2, #sec77 h2 a, #sec77 h3, #sec78 h2, #sec78 h2 a, #sec78 h3, #sec79 h2, #sec79 h2 a, #sec79 h3, #sec80 h2, #sec80 h2 a, #sec80 h3, #sec82 h2, #sec82 h2 a, #sec82 h3, #sec83 h2, #sec83 h2 a, #sec83 h3, #sec84 h2, #sec84 h2 a, #sec84 h3, #sec86 h2, #sec86 h2 a, #sec86 h3, #sec87 h2, #sec87 h2 a, #sec87 h3, #sec89 h2, #sec89 h2 a, #sec89 h3, #sec119 h2, #sec119 h2 a, #sec119 h3, #sec120 h2, #sec120 h2 a, #sec120 h3, #sec121 h2, #sec121 h2 a, #sec121 h3, #sec122 h2, #sec122 h2 a, #sec122 h3, #sec71 h2, #sec71 h2 a, #sec71 h3, #sec72 h2, #sec72 h2 a, #sec72 h3, #sec73 h2, #sec73 h2 a, #sec73 h3, #sec74 h2, #sec74 h2 a, #sec74 h3, #sec75 h2, #sec75 h2 a, #sec75 h3, #sec76 h2, #sec76 h2 a, #sec76 h3 {color: #fff !important;}

#sec71 h4, #sec72 h4, #sec73 h4, #sec74 h4, #sec75 h4, #sec76 h4 {font-size: 100px;color: var(--BACKGROUND);z-index: 1;line-height: normal;height: 100%;display: flex;align-items: center;padding: 0 30px;background: url(../images/bg.png) repeat;}
#sec71 p, #sec72 p, #sec73 p, #sec74 p, #sec75 p, #sec76 p {position: relative;z-index: 2;padding: 30px;height: 100%;}

#sec90 img, #sec92 img, #sec93 img, #sec94 img, #sec96 img, #sec97 img, #sec98 img {height: 50vh;object-fit: cover;}
#sec114 img, #sec112 img, #sec110 img, #sec109 img {object-fit: cover;aspect-ratio: 4/3;}

#gals img {border-radius: 12px;}

/*WARNING
****************/
#warning,#Zwarning		{width:100%;height:100%;position:fixed;top:0px;left:0px;z-index:12000;display:none;background:url(../images/popup2.png);}
#Wmessage,#ZWmessage	{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;}

/*IMAGES FIT
******************/
img.cover 				{object-fit:cover;}
img.coverT 				{object-fit:cover;object-position:left top;}
img.coverB 				{object-fit:cover;object-position:left bottom;}
img.contain 			{object-fit:contain;}

.slideSections 			{background-color:#f6f6f6;}

/*SLIDESHOW
**********/
.slideshow 				{border-bottom:solid 10px #eee;position:relative;}

/*SEARCH
*********/
#search  				{text-align:center;}
#search input,#searchMob input{padding:5px;vertical-align:middle;}
#search a.search_submit,#searchMob a.search_submit{background-color:var(--MAINCOLOR);color:var(--COLOR_ON_MAIN);padding:7px;text-decoration:none;display:inline-block;border:solid 1px var(--MAINCOLOR);text-transform:uppercase;vertical-align:middle;}
#search a.search_submit:hover,#searchMob a.search_submit:hover {background-color:var(--COLOR_ON_MAIN);color:var(--MAINCOLOR);}

/*HOMESLIDER
***********/
#hmTxt					{position:absolute;width:auto;top:20px;margin-right:20px;z-index:5;display:inline-block;float:right;right:0px;min-width:300px;}
#hmTxtIn				{text-align:right;padding:10px;line-height:normal;color:var(--BACKGROUND);}
#hmTxtIn span.txt1 		{font-size:40px;text-shadow: 1px 1px var(--COLOR);text-transform:uppercase;}
#hmTxtIn span.txt2 		{font-size:14px;line-height:14px;}
#hmTxtBack				{position:absolute;width:100%;height:100%;background-color:var(--COLOR);z-index:-1;opacity:0.50;display:inline-block;left:0px;}
#hmTxtIn a 				{color:var(--COLOR);text-decoration:none;font-size:15px;background-color:var(--BACKGROUND);padding:5px;text-shadow:none;text-transform:uppercase;display:inline-block;margin-top:15px;}

/*MAIN CONTENT
*********************************/
#main {width:100%;line-height:34px;padding: 80px 0;}

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

/*CONTENT BLOCK
*******************/
#content				{width:100%;}

/*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;}

/*NIEUWSBALK
*************/
.newsHome				{margin-top:20px;}
.newsHome a 			{text-align:center;font-size:20px;display:block;text-decoration:none;padding:5px;text-transform:uppercase;}
.newsHome a i 			{}
.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:var(--MAINCOLOR2);color:var(--BACKGROUND);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:var(--MAINCOLOR);font-weight:bold;}
.nieuwsbericht 			{margin-bottom:20px;padding-bottom:20px;}
.nieDatum				{color:var(--MAINCOLOR2);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 var(--COLOR);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:var(--MAINCOLOR);color:var(--COLOR_ON_MAIN);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:var(--MAINCOLOR2);color:var(--COLOR_ON_MAIN);}
.nieSmallPic img {width: 100%;object-fit: cover;aspect-ratio: 4/3;}
.nieSmallPic a {display: block;}

/*PREVIOUS NEXT
********************/
#usable 				{display:grid;grid-template-columns: repeat(3,1fr);grid-gap: 10px;text-align: center;margin-bottom: 20px;}
#usable a 				{box-sizing:border-box;padding:5px;text-decoration:none;border-radius:5px;background-color: #eee;}
#usable a:hover 		{background-color:#ccc;color:#fff;}

.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:var(--MAINCOLOR2);}

/*FOOTER TOP
***********/
#sticky					{padding:30px 0px;color:#fff;background-color:var(--MNU_KLEUR_HOVER);line-height: 28px;}
#footer					{display: flex;justify-content: space-between;}
#footer a 				{color:#fff;}
#fct 					{}
#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 					{margin-left: auto;}
#fct a.tel 				{display:inline-block;}

/*FORMS
********/
.required 							{color: #CC0000;}
.field_heading 						{font-weight: bold;padding-top: 10px;}
.field_row 							{display:flex;}
.field_title 						{flex:1;}
.field_input 						{flex:2;}
.field_checkbox 					{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%;}

.field_row {margin-bottom:15px;}
.email,.textfield,.textarea,select 	{color:#7c7c7c;background-color:#fff;border:1px solid #d8d8d8;width:100%;box-sizing: border-box;font-family:Work Sans, Arial;font-size:15px;padding: 10px;}
.email,.textfield,.textarea			{border-radius: 0;outline: none;padding:8px;}
.textarea 							{height:150px;}
.field_error						{border:solid 1px #c00;margin-bottom:0px;}

.checkbox_label 		{cursor: pointer;}
.radio_label 			{cursor: pointer;}
.nixhier 				{display:none;}
.submit					{background-color:var(--MAINCOLOR);color:var(--COLOR_ON_MAIN);border:none;padding:15px 30px;text-decoration:none;display:inline-block;margin-top:15px;outline: none;appearance: none;-moz-appearance: none;-webkit-appearance: none;font-family:Work Sans, Arial;font-size:15px;border-radius: 20px;}
.gdpr					{font-size:10px;line-height: normal;}

