﻿/*-------------------------------------------------- ADMIN -----*/
#admin {
  position: fixed;
  top: 20px;
  right: 10px;
  z-index: 20;
}
.button {
  background-color: #AAAAAA;
  border: 1px rgba(0,0,0,0.4) solid;
  font-family: 'Abel',sans-serif;
  min-width: 60px;
  padding: 0 20px;
  color: white;
  font-size: 14px;
  font-weight: 500;
  height: 30px;
}
.btn {
  font-family: 'Abel',sans-serif;
}

/*-------------------------------------------------- HTML -----*/
h1,h2,h3,h4,p,td,li { font-family: 'Abel',sans-serif; color: #222222; text-align: left; }
h1       { text-align: center; margin: 20px 0 20px; font-size: 30px; font-weight: 700; }
h2       { margin: 20px 0 20px; font-size: 24px; font-weight: 700; }
h3       { margin: 10px 0; }
h4       { margin: 10px 0; }
p,td,li  { font-size: 20px; font-weight: 300; }
td p {
	margin-bottom: 0px !important;
}

h3.smaller { font-size: 20px; }

label {
	font-family: 'Abel',sans-serif; color: #222222; text-align: left; margin: 10px 0px 5px; font-size: 12pt;
}

.noscroll { 
  overflow: hidden;
}

body {
	display: none;
  background-color: #FFFFFF;
}

/*-------------------------------------------------- HEADER -----*/
header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 75px;
	background-color: #ffffff;
	border-bottom: 2px rgba(0,0,0,0.3) solid;
	z-index: 10;
}
header .header-content {
	position: relative;
	height: 75px;
}
.logo {
  position: absolute;
  left: 10px;
  top: 8px;
  width: 90px;
  height: 90px;
  background-image:url('/customer/images/logo.png');
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 90px 90px;
  cursor: pointer;
}

/* MAIN MENU */
.menu {
	position: absolute;
	right: 0px;
	top: 25px;
}
.menu-option {
	height: 28px;
	min-width: 50px;
	text-align: center;
	font-size: 18px;
	font-family: 'Juna', sans-serif;
	font-weight: 500;
	color: #312b2e;
	float: left;
	margin-right: 40px;
	cursor: pointer;
}
.menu-option.small {
  margin-right: 0px;
}
.menu-option:hover {
	border-bottom: 4px solid #CCCCCC;
}

/* SUB MENU */
.submenu {
	position: absolute;
	top: 48px;
	width: 150px;
	text-align: left;
	border: 1px #1A3544 solid;
	border-top: 0px;
	background-color: rgba(255,255,255,1);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
	display: none;
}
#submenu1 { right: 760px; }
#submenu2 { right: 510px; width: 180px;}
#submenu3 { right: 440px; }
#submenu4 { right: 330px; }
#submenu5 { right: 200px; }
#submenu6 { right: 95px; }

.submenuButton {
	background-color: #FFFFFF;
	border-bottom: 1px solid #999999;
	height: 40px;
	width: 100%;
	cursor: pointer;
	text-align: center;
	z-index: inherit;
}
.submenuButton:hover {
	background-color: #CCCCCC;
}
.submenuButtonText {
	height: 40px;
	width: 100%;
	font-family: ''Abel'', sans-serif;
	font-weight: 700;
	font-size: 12pt;
	text-align: left;
	line-height: 40px;
	z-index: inherit;
}

/* BURGER MENU */
.burger {
  position: fixed;
  top: 20px;
  right: 10px;
  font-size: 30px;
  cursor: pointer;
}
.burger-menu {
  display: none;
  position: fixed;
  top: 75px;
  right: 0px;
  width: 220px;
  color: white;
  border: 2px rgba(0,0,0,0.2) solid;
  border-top: 0px;
  border-right: 0px;
  line-height: 40px;
  font-size: 18px;
}
.burger-submenu {
	display: none;
}
.burger-menu-option {
	height: 40px;
  padding-left: 10px;
  background-color: #999999;
  border-bottom: 1px rgba(0,0,0,0.2) solid;
  cursor: pointer;
}
.burger-menu-option.last {
	border-bottom: 0px;
}
.burger-submenu-option {
	height: 30px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 30px;
  color: white;
  background-color: gray;
  border-bottom: 1px rgba(0,0,0,0.1) solid;
  cursor: pointer;
}
.burger-menu-option:hover,
.burger-submenu-option.active,
.burger-submenu-option:hover {
	background-color: #CCCCCC;
}
.banner {
	position: relative;
	top: 75px;
	left: 0px;
	width: 100%;
	z-index: 1;
}
.change-banner {
	position: absolute;
	top: 90px;
	right: 10px;
	z-index: 5;
}

.review-label,
.review-form {
  display: none;
  position: fixed;
  top: 500px;
  right: 0px;
  width: 120px;
  height: 70px;
  border: 2px rgba(0,0,0,0.2) solid;
  border-right: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #AAAAAA;
  color: #FFFFFF;
  padding: 10px;
  font-family: 'Abel',sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  cursor: pointer;
  z-index: 10;
}

.review-form {
	top: 220px;
  width: 500px !important;
  height: 350px !important;
  color: #FFFFFF;
  cursor: default;
}
.review-form p {
  font-weight: 500;
}

.review-form input[type=text], .review-form textarea {
  font-weight: 500;
  font-size: 16px;
  color: black;
  padding: 0 5px;
}
.review-form textarea {
  width: 100%;
  height: 120px;
}
/*-------------------------------------------------- CONTENT -----*/
.page-content {
	position: relative;
	margin-top: 75px;
	margin-bottom: 30px
	width: 100%;
	background-color: rgba(255,255,255,1);
	border-top: 2px rgba(0,0,0,0.3) solid;
	min-height: calc(100vh - 325px);
  z-index: 5;
}

.page-content p {
  font-size: 20px;
}
.page-content h3 {
	font-weight: 700;
}

.googlemapsroute {
  width: 100%;
  border-radius: 10px;
}
/*-------------------------------------------------- FOOTER -----*/
footer {
	position: relative;
	width: 100%;
	background-color: #E0E0E4;
	border-top: 2px rgba(0,0,0,0.3) solid;
	z-index: 5;
}
footer .footer-content {
	margin: 0 auto;
	padding: 40px 40px 80px;
	font-family: 'Abel',sans-serif;
	font-weight: 500;
	font-size: 18px;
}
footer .footer-content-div {
  margin-top: 40px;
}
.footer-title {
	color: #222222;
	font-weight: 700;
	margin-bottom: 15px;
}
.footer-contact,
.footer-tijden,
.footer-social {
  width: 300px;
  float: left;
}
.footer-tijden {
  width: 350px;
}

.footer-webdesign {
	padding: 20px 0;
  border-top: 1px #FFFFFF solid;
  text-align: center;
}
@media (max-width: 1200px)  {
	.logo{
		position: fixed;
	}
	.menu{
		position: fixed;
	}
}
@media (max-width: 991px)  {
  .menu-option {
    margin-right: 20px;
  }
  .menu-option.last {
    margin-right: 0px;
  }
  .menukaart p {
  	font-size: 14px;
	}
	.menukaart .menukaart-outline,
	.menukaart .menukaart-outline .menu-section,
	.menukaart .menukaart-outline.right,
	.menukaart .menukaart-outline.right .menu-section {
  	padding-left: 0px;
  	padding-right: 0px;
  	font-size: 20px;
  }
}
@media (max-width: 850px) {
	.menu-option {
		margin-right: 20px;
		font-size: 16px;
		min-width: 35px;
	}
}
@media (max-width: 768px) {
	.page-content {
  	margin-top: 75px;
  	border-top: 0px;
  }
  .page-content h1 {
  	font-size: 24px;
	}
	.page-content p {
		font-size: 16px;
	}
	.menukaart .row {
		padding: 0;
	}
	.menukaart .menukaart-outline,
	.menukaart .menukaart-outline.right {
  	margin-right: 0px;
  	margin-bottom: 20px;
  	padding-left: 0px;
  	padding-right: 0px;
  }
  .review-form {
    position: fixed; 
    overflow-y: scroll;
    top: 0; right: 0; bottom: 0; left: 0;
    width: auto !important;
	  height: auto !important;
	  min-height: 100%;
    border: 0;
	}
	.review-stars {
	  margin: 10px 0 15px;
	  float: left;
	}
}
