﻿@charset "utf-8";
/* Stylesheet for Restaurant Bamboo */
html {
	height: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
	background: url(../images/background.png);
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Cambria, Georgia, serif;
	font-size: 12px;
}
h3 {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
p {
	margin: 15px 0 30px 0;
}
/* Sticky footer */
.wrapper {
	min-height: 100%;
	display: grid;
	grid-template-rows: 1fr auto;
}
/* Menu */
div#menucontainer {
	width: 970px;
	margin: 0 0 0 -485px;
	left: 50%;
	position: relative;
	font-family: Cambria, Georgia, serif;
	font-size: 14px;
	color: #5a5341;
}
div#menusmallinks {
	width: 970px;
	height: 30px;
	margin: 25px 0 0 0;
	word-spacing: 35px;
	text-align: right;
}
div#menusmallinks a {
	word-spacing: normal;
}
a#menulogoplain {
	width: 248px;
	height: 30px;
	display: block;
}
div#menulogoimage {
	width: 970px;
	height: 95px;
}
a#menulogoimageleft {
	width: 248px;
	height: 70px;
	overflow: hidden;
	float: left;
	display: block;
}
div#menulogoimageright {
	background: url(../images/bamboo_chi.png) no-repeat;
	width: 248px;
	height: 70px;
	overflow: hidden;
	float: right;
}
div#menuback {
	background: url(../images/topbar.png) bottom repeat-x;
	width: 970px;
	height: 91px;
	overflow: hidden;
}
.menuitem {
	background-image: none;
	width: 464px;
	height: 91px;
	padding: 0 10px 0 10px;
	float: left;
}
.menuitem:hover {
	background-image: url(../images/menuover.png);
}
.menuimagebox {
	width: 80px;
	height: 91px;
	padding: 0 10px 0 0;
	float: left;
	display: block;
	text-decoration: none;
}
.menutextbox {
	width: 373px;
	height: 47px;
	padding: 44px 0 0 0;
	float: left;
	overflow: hidden;
	display: block;
	text-decoration: none;
}
.menutext {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
.menusub {
	color: #a9a9a9;
	font-size: 12px;
}
.menusplitter {
	background: url(../images/menuspacer.png) bottom no-repeat;
	height: 91px;
	width: 2px;
	overflow: hidden;
	float: left;
}
.link a {
	font-family: Cambria, Georgia, serif;
	font-size: 14px;
	color: #5a5341;
	text-decoration: none;
}
.link a:hover {
	color: #cc5e27;
}
/* Content */
div#contentstart {
	background: url(../images/contentstart.png) repeat-x;
	width: 100%;
	height: 37px;
}
div#content {
	background: url(../images/content.png);
	width: 100%;
	height: 300px;
}
div#content2 {
	background: url(../images/content.png);
	width: 100%;
}
div#contentend {
	background: url(../images/contentend.png) repeat-x;
	width: 100%;
	height: 37px;
}
.contentcontainer {
	width: 980px;
	margin: 0 0 0 -490px;
	left: 50%;
	position: relative;
	font-family: Cambria, Georgia, serif;
	font-size: 14px;
	color: #45392d;
}
/* Contentboxes */
.contentbox_welcome {
	background: url(../images/boxwelcome.png) no-repeat;
	width: 287px;
	height: 279px;
	padding: 31px 38px 25px 25px;
	overflow: hidden;
	line-height: 20px;
	float: left;
}
.contentbox_photo {
	background: url(../images/boxphoto.png) no-repeat;
	width: 630px;
	height: 305px;
	overflow: hidden;
	float: left;
}
.contentbox_stamp {
	background: url(../images/boxstamp.png) no-repeat;
	width: 190px;
	height: 278px;
	padding: 28px 25px 25px 25px;
	overflow: hidden;
	line-height: 20px;
	float: left;
}
.contentbox_menu {
	background: url(../images/boxmenu.png) no-repeat;
	width: 650px;
	height: 278px;
	padding: 28px 60px 25px 25px;
	overflow: hidden;
	line-height: 20px;
	float: left;
}
.contentboxfull_top {
	background: url(../images/boxfulltop.png) no-repeat;
	width: 895px;
	height: 49px;
	padding: 31px 60px 0 25px;
	overflow: hidden;
}
.contentboxfull_middle {
	background: url(../images/boxfullmiddle.png) repeat-y;
	width: 930px;
	padding: 0 25px 0 25px;
	overflow: auto;
}
.contentboxfull_bottom {
	background: url(../images/boxfullbottom.png) no-repeat;
	width: 980px;
	height: 25px;
	overflow: hidden;
}
.title {
	line-height: normal;
	font-family: Cambria, Georgia, serif;
	font-size: 18px;
	color: #fff;
	margin: 0;
	padding: 0 0 10px;
	font-weight: normal;
}
.toeslag {
	background: url(../images/toeslag.png) no-repeat center;
	width: 925px;
	height: 47px;
	padding-top: 14px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}
.column_2_left {
	float: left;
	width: 580px;
}
.column_2_right {
	float: left;
	width: 300px;
	margin-left: 50px;
}

/* Footer */
div#footer {
	background: url(../images/topbar.png) bottom repeat-x;
	width: 100%;
	height: 100px;
	overflow: hidden;
	clear: both;
}
div#footercontent {
	width: 980px;
	height: 50px;
	margin: 0 0 0 -490px;
	left: 50%;
	position: relative;
	padding: 50px 0 0 0;
	line-height: 22px;
	font-family: Cambria, Georgia, serif;
	font-size: 12px;
	color: #a9a9a9;
	text-align: center;
}
.link2 a {
	font-family: Cambria, Georgia, serif;
	font-size: 14px;
	color: #cc5e27;
	text-decoration: none;
	word-spacing: normal;
}
.link2 a:hover {
	text-decoration: underline;
}
div#footerlinks {
	word-spacing: 7px;
}
div#footerlinks a {
	font-family: Cambria, Georgia, serif;
	font-size: 14px;
	color: #f6f0d6;
	text-decoration: none;
	word-spacing: normal;
}
div#footerlinks a:hover {
	text-decoration: underline;
}
/* Buffet */
.tip-wrap {
	color: #ffffff;
	width: 200px;
	z-index: 13000;
	cursor: pointer;
}
.tip-wrap {
	font-family: Cambria, Georgia, serif;
	font-size: 14px;
	
	margin: 0;
	padding: 8px 8px 8px 8px;
	background: url(../images/bubble.png) center center;
	border-radius: 3px;
}
.tip-wrap h1 {
	color: #CC5E27;
	font-size:14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.tool-text {
	font-size: 12px;
	padding: 4px 8px 8px;
}
.custom-text {
	font-family: Cambria, Georgia, serif;
	font-size: 14px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}
.inputbox {
	background: url(../images/inputbg.png) repeat-x;
	width: 290px;
	height: 17px;
	padding: 2px;
	border: 1px solid #8b705d;
	font-family: Cambria, Georgia, serif;
	font-size: 12px;
	color: #644f40;
}
.inputbox2 {
	background: #f5f3e2 url(../images/inputbg.png) repeat-x top;
	width: 290px;
	height: 150px;
	padding: 2px;
	border: 1px solid #8b705d;
	font-family: Cambria, Georgia, serif;
	font-size: 12px;
	color: #644f40;
}
.submitbox {
	background: url(../images/submitbg.png) repeat-x;
	width: 100px;
	height: 30px;
	padding: 5px 0 5px 0;
	border: 1px solid #8b705d;
	font-family: Cambria, Georgia, serif;
	font-size: 12px;
	color: #644f40;
	font-weight: bold;
	text-align: center;
}
.errorbox {
	background: #eb9a9a;
	width: 528px;
	border: 1px dashed #c43737;
	padding: 10px;
	color: #c43737;
}
.greenbox {
	background: #d1eb9a;
	width: 528px;
	border: 1px dashed #7fad27;
	padding: 10px;
	color: #7fad27;
}
.internetexplorer {
	background: #ebdf9a;
	width: 100%;
	border: 1px solid #dcb70d;
	padding: 10px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	color: #000;
	text-align: center;
}
.link3 a {
	font-family: Cambria, Georgia, serif;
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}
.link3 a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000;
}
.element {
	padding: 5px 0;
}
.toggler {
	cursor: pointer;
}
div#slideshow-container {
	padding-top: 20px;
	height: 235px;
}
.afhaalmenu-container{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	width: 100%;
}
.afhaalmenu-item {
	display: grid;
	grid-template-rows: 1fr auto;
	height: auto;
}
.afhaalmenu-item-price {
	padding-top: 20px;
	font-weight: bold;
}