/* ==========================================================================
   SASS VARIABLES
   ========================================================================== */
/* ==========================================================================
   FONTS
   ========================================================================== */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg"); }
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
a:focus, button:focus, input:focus, select:focus, img:focus,
a::-moz-focus-inner, button::-moz-focus-inner, input::-moz-focus-inner, select::-moz-focus-inner, img::-moz-focus-inner {
  outline: 0; }

html, button, input, select, textarea {
  color: #222; }

html, body {
  height: 100%;
  width: 100%; }

body {
  font-size: 18px;
  overflow-x: hidden;
  overflow-y: scroll; }

h2 {
  font-size: 34px;
  font-family: 'Patua One', cursive;
  margin-bottom: 30px; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

div.break {
  height: 0;
  margin: 0;
  padding: 0;
  clear: both; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  background: url(/img/layout/footer-contact-bg.jpg) 50% 0 no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

#website-holder {
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative; }

#website-holder::before {
  background: url(/img/layout/shadow-left.png) top center repeat-y;
  content: "";
  width: 100px;
  top: 0;
  bottom: 0;
  position: fixed;
  margin-left: -100px; }

#website-holder::after {
  background: url(/img/layout/shadow-right.png) top center repeat-y;
  content: "";
  width: 100px;
  top: 0;
  bottom: 0;
  position: fixed;
  margin-left: 1920px; }

video#bgvid {
  position: relative;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

video {
  display: block; }

.booking-button-holder {
  position: absolute;
  top: -41px;
  right: 0;
  width: 280px;
  height: 318px;
  overflow: hidden; }

.booking-button {
  background: white;
  width: 400px;
  height: 200px;
  line-height: 300px;
  left: 20px;
  position: absolute;
  transform: rotate(45deg);
  box-shadow: -9px 10px 26px -8px rgba(0, 0, 0, 0.55);
  cursor: pointer;
  text-align: center;
  font-size: 30px;
  font-family: 'Patua One', cursive;
  color: #6b5231; }

/* .grecaptcha-badge {
	display: none;
} */
.g-recaptcha.error > div {
  border: 1px solid red !important;
  border-radius: 4px; }

.modal-content {
  border-radius: 0; }

.modal-content::after {
  border: 3px solid white;
  position: absolute;
  top: -7px;
  bottom: -7px;
  left: -7px;
  right: -7px;
  z-index: -10;
  content: ""; }

.modal-open {
  position: fixed; }

.modal {
  z-index: 10000;
  overflow: hidden !important;
  -webkit-overflow-scrolling: auto !important;
  overflow-y: auto !important; }

.modal h2 {
  margin: 0 0 15px; }

.modal .btn {
  background: #333333;
  color: white;
  border: none;
  margin-top: 20px; }

.booking-text {
  text-transform: uppercase; }

.modal .form-group.error label,
.modal .form-group.error select,
.modal .form-group.error input {
  color: #cc1818; }

.modal .form-group.error input,
.modal .form-group.error select {
  border: 1px solid #cc1818; }

.time-holder {
  margin-bottom: 10px; }

.time-holder label {
  margin-bottom: 8px; }

label span {
  font-size: 14px; }

.time-holder .row {
  margin: 0 -4px; }

.time-holder .row .col-xs-2 {
  padding: 0 4px; }

.time-holder .row div div {
  background: #3FB650;
  margin-bottom: 8px;
  padding: 4px 0;
  display: block;
  text-align: center;
  color: white;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.time-holder .row div div:hover,
.time-holder .row div div.active {
  background: #F17A34; }

.time-holder .row div div.disabled,
.time-holder .row div div.disabled:hover {
  background: #b7b7b7;
  cursor: default; }

.time-holder .row div div.disabled.warning,
.time-holder .row div div.disabled.warning:hover {
  background: #2f6938; }

.modal .alert-danger {
  background-color: #f2dede;
  border: 1px solid #ebcccc;
  margin: 20px 0;
  padding: 10px 20px;
  color: #a94442;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.modal .success-message {
  display: none; }

.modal span[data-toggle="tooltip"] {
  cursor: pointer; }

.modal .tooltip {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.8) !important;
  padding: 4px !important; }

.modal .tooltip .tooltip-arrow {
  display: none !important; }

.modal .tooltip .tooltip-inner {
  background: transparent !important;
  color: white !important; }

#legend {
  margin: 0;
  padding: 8px 10px;
  list-style: none;
  background: rgba(0, 0, 0, 0.07); }

#legend li {
  margin: 0 10px 0 0;
  padding: 0;
  float: left;
  font-size: 14px; }

#legend li:last-child {
  margin: 0; }

#legend li i {
  margin: 1.5px 0 0 0; }

#legend li span {
  display: block;
  float: left;
  width: 13px;
  height: 13px;
  margin: 3px 6px 0 0;
  border-radius: 2px; }

#legend li:nth-child(2) span {
  background: #3FB650; }

#legend li:nth-child(3) span {
  background: #b7b7b7; }

#legend li:nth-child(4) span {
  background: #2f6938; }

/* ------------------- HEADER ------------------- */
.language-switch {
  position: absolute;
  top: 41px;
  right: -23px;
  z-index: 9999;
  list-style: none;
  margin: 0;
  padding: 0; }

.language-switch > li {
  margin: 0;
  padding: 0;
  border: 3px solid white;
  position: relative; }

.language-switch > li > a {
  display: block;
  background-color: white;
  margin: 3px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  color: black;
  font-size: 13px; }

.language-switch > li > a:hover {
  text-decoration: none; }

.language-switch > li:hover > ul {
  display: block;
  position: absolute;
  bottom: -84px;
  left: -3px; }

.language-switch > li > ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none; }

.language-switch > li > ul > li {
  margin: 0;
  padding: 0;
  border: 3px solid white; }

.language-switch > li > ul > li > a {
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 3px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  color: black;
  font-size: 13px; }

.language-switch > li > ul > li > a:hover {
  background-color: white;
  text-decoration: none; }

header {
  height: 64%; }

#header-holder {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden; }

#logo {
  position: absolute;
  top: 50px;
  left: 50%;
  margin: 0 0 0 -149px; }

.navbar-inside {
  margin: 0 auto;
  float: none; }

.navbar-default {
  background: none;
  border: none; }

/* Menu */
#menu-new {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  right: 0;
  top: -50px;
  height: 50px;
  z-index: 10;
  display: none; }

.transition-on {
  -webkit-transition: top .3s linear;
  -moz-transition: top .3s linear;
  -o-transition: top .3s linear;
  transition: top .3s linear;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000; }

#menu-new ul {
  margin: 0;
  padding: 0;
  list-style: none; }

#menu-new ul li {
  margin: 0 10px;
  padding: 0;
  width: 10%;
  float: left; }

#menu-new ul li a {
  background-color: magenta;
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: block;
  color: white;
  font-size: 20px;
  font-family: 'Patua One', cursive;
  text-decoration: none; }

#menu-new ul li a:hover {
  background-color: lightblue; }

#menu-holder {
  position: absolute;
  left: 0;
  right: 0;
  top: 240px;
  z-index: 11; }

#menu {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 3px solid black;
  display: inline-block;
  margin: 30px 0 40px 0;
  padding: 3px 0 3px 3px; }

#menu li {
  margin: 0;
  padding: 0;
  padding: 0 3px 0 0; }

#menu li a {
  margin: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.4);
  text-decoration: none;
  font-size: 20px;
  font-family: 'Patua One', cursive;
  display: block;
  height: 50px;
  line-height: 50px;
  color: white; }

#menu li a:hover, #menu li.active a {
  background-color: black; }

.phone #logo {
  top: 20px;
  margin: 0 0 0 -75px; }

.phone #logo img {
  width: 150px; }

.phone #menu-holder {
  top: 120px; }

.phone #menu {
  margin-top: 10px;
  padding-bottom: 0; }

.phone #menu li {
  margin-bottom: 3px; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: white; }

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: gray; }

/* Navbar phone */
.navbar-header-holder {
  border: 3px solid black;
  padding: 1px; }

.phone .navbar-header {
  background-color: rgba(0, 0, 0, 0.4);
  margin: 3px;
  height: 50px;
  line-height: 50px;
  color: white;
  font-size: 20px;
  font-family: 'Patua One', cursive;
  padding-left: 30px; }

.phone .navbar-default .navbar-collapse,
.phone .navbar-default .navbar-form {
  border: none;
  padding: 0; }

#normal-home-top-bg {
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(/img/layout/phone-home-top-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/layout/phone-home-top-bg.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/layout/phone-home-top-bg.png', sizingMethod='scale')"; }

#phone-home-top-bg {
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(/img/layout/phone-home-top-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/layout/phone-home-top-bg.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/layout/phone-home-top-bg.png', sizingMethod='scale')"; }

.phone #phone-home-top-bg {
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(/img/layout/phone-home-top-bg.png);
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/layout/phone-home-top-bg.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/layout/phone-home-top-bg.png', sizingMethod='scale')"; }

/* ------------------- CONTENT ------------------- */
.home-content-parallax {
  background: url(/img/layout/img-1.jpg) 50% 0 repeat fixed;
  height: 80%;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 5);
  -moz-transform: translate3d(0, 0, 5);
  -ms-transform: translate3d(0, 0, 5);
  transform: translate3d(0, 0, 5); }

.non-desktop .home-content-parallax {
  background: url(/img/layout/img-1.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/layout/img-1.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/layout/img-1.jpg', sizingMethod='scale')"; }

.home-content-parallax article {
  height: 458px;
  position: absolute;
  text-align: center;
  top: 150px;
  width: 100%; }

.home-content-parallax.aardappel {
  background: url(/img/layout/aardappel-bg.jpg) 50% 0 repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.non-desktop .home-content-parallax.aardappel {
  background: url(/img/layout/aardappel-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/layout/aardappel-bg.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/layout/aardappel-bg.jpg', sizingMethod='scale')"; }

.home-content-parallax.over-jacketz-1 {
  background: url(/img/layout/pp_aardapels.jpg) 50% 0 repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.non-desktop .home-content-parallax.over-jacketz-1 {
  background: url(/img/layout/pp_aardapels.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/layout/pp_aardapels.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/layout/pp_aardapels.jpg', sizingMethod='scale')"; }

.home-content-parallax.over-jacketz-2 {
  background: url(/img/layout/2.jpg) 50% 0 repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.non-desktop .home-content-parallax.over-jacketz-2 {
  background: url(/img/layout/2.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/layout/2.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/layout/2.jpg', sizingMethod='scale')"; }

.home-content-parallax.over-jacketz-3 {
  background: url(/img/layout/3.jpg) 50% 0 repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.non-desktop .home-content-parallax.over-jacketz-3 {
  background: url(/img/layout/3.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/layout/3.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/layout/3.jpg', sizingMethod='scale')"; }

.home-content-parallax.over-jacketz-4 {
  background: url(/img/layout/shop.jpg) 50% 0 repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.non-desktop .home-content-parallax.over-jacketz-4 {
  background: url(/img/layout/3.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/layout/shop.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/layout/shop.jpg', sizingMethod='scale')"; }

.home-content-parallax.test-img {
  background: url(/img/layout/test_img.jpg) 50% 0 repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.non-desktop .home-content-parallax.test-img {
  background: url(/img/layout/test_img.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/layout/test_img.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/layout/test_img.jpg', sizingMethod='scale')"; }

.section-holder {
  width: 100%;
  height: 380px;
  position: relative; }

.section-img {
  position: absolute;
  top: -100px;
  right: 0;
  bottom: -100px;
  left: 0;
  background-image: url(/img/layout/wood-bg.png);
  background-repeat: repeat-x;
  background-position: center center;
  background-size: auto 100%;
  z-index: 10; }

.home-content {
  color: white;
  text-align: center;
  height: 100%; }

.home-content table {
  vertical-align: middle;
  height: 100%; }

/* MENU PAGE */
.menu-content-holder {
  background-image: url(/img/layout/detail-content-bg.jpg);
  background-repeat: repeat;
  background-position: center center;
  min-height: 458px;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
  text-align: center;
  padding: 30px 0; }

.menu-content-holder.small-height {
  min-height: auto !important; }

.menu-content-holder.small-height .container {
  text-align: center;
  max-width: 800px;
  margin: 0 auto; }

.menu-content-holder h2 {
  font-size: 34px;
  font-family: 'Patua One', cursive;
  margin: 30px auto;
  color: #353535; }

.menu-content-holder p {
  max-width: 700px;
  margin: 28px auto; }

#type-food-holder {
  display: block;
  margin: 30px auto 30px auto;
  float: none; }

#type-food-holder div {
  padding: 0 6px; }

#type-food-holder div div {
  padding: 0; }

#type-food-holder div div span {
  margin: 3px;
  height: 41px;
  line-height: 38px;
  display: block;
  font-size: 16px;
  font-family: 'Patua One', cursive;
  color: white;
  text-align: left;
  text-indent: 60px; }

.type-vegetarian {
  width: 30%;
  float: left; }

.type-fish {
  width: 19%;
  float: left; }

.type-meat {
  width: 21%;
  float: left; }

.type-vegan {
  width: 30%;
  float: left; }

.type-vegetarian div {
  border: 3px solid #979d3d; }

.type-fish div {
  border: 3px solid #216799; }

.type-meat div {
  border: 3px solid #99001a; }

.type-vegan div {
  border: 3px solid #4f7c0e; }

.type-vegetarian div span {
  background: url(/img/layout/icoon-vege.png) #979d3d 18px 4px no-repeat; }

.type-fish div span {
  background: url(/img/layout/icoon-vis.png) #216799 18px 4px no-repeat; }

.type-meat div span {
  background: url(/img/layout/icoon-vlees.png) #99001a 18px 4px no-repeat; }

.type-vegan div span {
  background: url(/img/layout/icoon-vega.png) #4f7c0e 18px 4px no-repeat; }

/* Producten */
.product-holder {
  margin: 10px 0 20px 0; }

.product-holder h2 {
  margin-top: 10px;
  font-size: 24px;
  font-family: 'Patua One', cursive;
  text-transform: uppercase; }

.product {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block;
  height: 274px;
  margin-bottom: 10px;
  position: relative;
  text-decoration: none !important; }

.product-image-holder {
  display: block;
  height: 232px;
  width: 100%;
  position: relative;
  overflow: hidden; }

.product-image-holder img {
  position: absolute;
  top: 0;
  left: 0;
  /* Preserve aspet ratio */
  min-width: 100%;
  min-height: 100%;
  transition: all .4s; }

.product:hover .product-image-holder img {
  top: -4%;
  left: -4%;
  min-width: 108%;
  min-height: 108%;
  transition: all .4s; }

.price-holder {
  background-color: magenta;
  width: 100%;
  height: 42px;
  line-height: 42px;
  text-align: left;
  text-indent: 14px;
  font-size: 17px;
  font-family: 'Patua One', cursive;
  color: white; }

.product-icon {
  background-color: purple;
  position: absolute;
  width: 56px;
  height: 56px;
  right: -5px;
  bottom: -5px;
  border: 3px solid white;
  z-index: 10; }

/* price-holder colors */
.product-vegetarian .price-holder {
  background-color: #bcc87c; }

.product-vegetarian .product-icon {
  background-image: url(/img/layout/icoon-vege-groot.png);
  background-color: #979d3d;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90% 90%; }

.product-meat .price-holder {
  background-color: #cc334d; }

.product-meat .product-icon {
  background-image: url(/img/layout/icoon-vlees-groot.png);
  background-color: #99001a;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80% 80%; }

.product-fish .price-holder {
  background-color: #4791c0; }

.product-fish .product-icon {
  background-image: url(/img/layout/icoon-vis-groot.png);
  background-color: #216799;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90% 90%; }

.product-vegan .price-holder {
  background-color: #979d3d; }

.product-vegan .product-icon {
  background-image: url(/img/layout/icoon-vega-groot.png);
  background-color: #4f7c0e;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90% 90%; }

/* price-holder hover colors */
.product-vegetarian .product:hover .price-holder {
  background-color: #979d3d; }

.product-meat .product:hover .price-holder {
  background-color: #99001a; }

.product-fish .product:hover .price-holder {
  background-color: #216799; }

.product-vegan .product:hover .price-holder {
  background-color: #4f7c0e; }

/* PRODUCT DETAIL */
#product-detail-full-holder {
  margin: 30px 0; }

#product-detail-slider {
  position: relative;
  -webkit-transition: margin-left 1s ease-in-out;
  -moz-transition: margin-left 1s ease-in-out;
  -o-transition: margin-left 1s ease-in-out;
  transition: margin-left 1s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  height: auto !important; }

.product-detail-full-holder-inside {
  position: relative;
  height: 100%;
  float: left;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden; }

.product-detail-full-holder-inside .clearfix {
  position: relative; }

.product-detail-image-holder img {
  max-width: 90%; }

.product-detail-holder {
  text-align: left; }

.product-detail-icon-holder {
  border: 3px solid gray;
  padding: 3px;
  width: 55px;
  height: 55px;
  float: left; }

.product-detail-icon {
  background-color: gray;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90% 90%;
  display: block;
  width: 43px;
  height: 43px;
  margin: 0 40px 0 0; }

.product-detail-title {
  text-transform: uppercase; }

.product-detail-voedingswaarden {
  display: none; }

.product-detail-vegetarian .product-detail-icon-holder {
  border: 3px solid #979d3d; }

.product-detail-vegetarian .product-detail-icon-holder .product-detail-icon {
  background-image: url(/img/layout/icoon-vege-groot.png);
  background-color: #979d3d; }

.product-detail-vegetarian .table-header-outside {
  border-color: #979d3d; }

.product-detail-vegetarian .table-header-inside {
  background-color: #979d3d; }

.product-detail-fish .product-detail-icon-holder {
  border: 3px solid #216799; }

.product-detail-fish .product-detail-icon-holder .product-detail-icon {
  background-image: url(/img/layout/icoon-vis-groot.png);
  background-color: #216799; }

.product-detail-fish .table-header-outside {
  border-color: #216799; }

.product-detail-fish .table-header-inside {
  background-color: #216799; }

.product-detail-meat .product-detail-icon-holder {
  border: 3px solid #99001a; }

.product-detail-meat .product-detail-icon-holder .product-detail-icon {
  background-image: url(/img/layout/icoon-vlees-groot.png);
  background-color: #99001a; }

.product-detail-meat .table-header-outside {
  border-color: #99001a; }

.product-detail-meat .table-header-inside {
  background-color: #99001a; }

.product-detail-vegan .product-detail-icon-holder {
  border: 3px solid #4f7c0e; }

.product-detail-vegan .product-detail-icon-holder .product-detail-icon {
  background-image: url(/img/layout/icoon-vega-groot.png);
  background-color: #4f7c0e; }

.product-detail-vegan .table-header-outside {
  border-color: #4f7c0e; }

.product-detail-vegan .table-header-inside {
  background-color: #4f7c0e; }

.product-detail-title h2 {
  height: 55px;
  line-height: 28px;
  font-size: 25px;
  margin-bottom: 0;
  padding-left: 75px; }

.product-detail-price {
  font-size: 23px;
  font-family: 'Patua One', cursive;
  padding: 20px 0 0 0; }

.product-detail-switch {
  margin: 20px 0;
  padding: 3px 0 0 3px;
  list-style: none;
  border: 3px solid black; }

.product-detail-switch li {
  padding: 0 4px 4px 0; }

.product-detail-switch li a {
  background-color: #7a7979;
  display: block;
  font-size: 13px;
  text-align: center;
  font-family: 'Patua One', cursive;
  color: #bdbcbc;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: default; }

.product-detail-switch li a:hover,
.product-detail-switch li a.active {
  background-color: #000000;
  color: white; }

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
  -webkit-transform: translate3d(0, 0, 0); }

.arrow-left-holder {
  position: absolute;
  top: 50%;
  left: -37px;
  width: 38px;
  height: 66px;
  margin-top: -33px;
  z-index: 10; }

.arrow-right-holder {
  position: absolute;
  top: 50%;
  right: -37px;
  width: 38px;
  height: 66px;
  margin-top: -33px;
  z-index: 10; }

/* TABLE */
.table {
  margin: 0;
  text-align: left; }

.table-header-outside {
  border: 3px solid #6c5635;
  margin: 0 0 30px;
  padding: 3px; }

.table-header-inside {
  background-color: #6c5635;
  height: 40px;
  line-height: 40px;
  color: white;
  text-transform: uppercase;
  font-family: 'Patua One', cursive;
  font-size: 17px; }

.tabel-header-nutrition {
  background: url(/img/layout/icoon-nutrition.png) 10px center no-repeat;
  text-indent: 70px; }

.tabel-header-basis {
  background: url(/img/layout/icoon-basis.png) 10px center no-repeat;
  text-indent: 70px; }

.tabel-header-extras {
  background: url(/img/layout/icoon-extras.png) 3px center no-repeat;
  text-indent: 54px; }

.tabel-header-saus {
  background: url(/img/layout/icoon-saus.png) 6px 4px no-repeat;
  text-indent: 60px; }

.table-header-content-left {
  display: block;
  float: left; }

.table-header-content-right {
  display: block;
  float: right;
  margin-right: 10px;
  font-size: 14px; }

.table-content-right {
  text-align: right;
  padding-right: 14px !important; }

/* VEGETABLES LEFT */
.vegetables-left-holder {
  padding: 0;
  text-align: center;
  height: 100%;
  position: relative;
  float: left; }

.vegetables-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  transition: all .3s; }

.vegetables-left img {
  max-height: 100%;
  max-width: 100%;
  display: block;
  float: left; }

/* VEGETABLES RIGHT */
.vegetables-right-holder {
  padding: 0;
  text-align: center;
  height: 100%;
  position: relative; }

.vegetables-right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  transition: all .3s; }

.vegetables-right img {
  max-height: 100%;
  max-width: 100%;
  display: block;
  float: right; }

/* ------------------- ABOUT JACKETZ ------------------- */
.about-jacketz-submenu {
  border: 4px solid #000;
  padding: 4px 0 4px 4px;
  list-style: none;
  width: 70%;
  margin: 20px auto; }

.about-jacketz-submenu li {
  margin: 0;
  padding: 0 4px 0 0; }

.about-jacketz-submenu li a {
  background-color: #797878;
  display: block;
  text-align: center;
  color: white;
  min-height: 40px;
  line-height: 40px; }

.about-jacketz-submenu li a:hover, .about-jacketz-submenu li a.active {
  text-decoration: none;
  background-color: #000; }

.partner-holder {
  height: 154px;
  margin-bottom: 10px; }

#partners a {
  max-width: 100%;
  display: block;
  height: 100%;
  position: relative; }

#partners a img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 90%;
  transform: translate(-50%, -50%); }

/* ------------------- FOOTER ------------------- */
#footer-places-holder {
  margin: 0 auto 20px auto;
  float: none;
  padding: 0 140px; }

#footer-places {
  list-style: none;
  border: 3px solid white;
  display: block;
  margin: 30px 0 40px 0;
  padding: 3px 0 3px 3px; }

#footer-places li {
  margin: 0;
  padding: 0;
  padding: 0 3px 0 0; }

#footer-places li a {
  background-color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  font-size: 20px;
  font-family: 'Patua One', cursive;
  display: block;
  color: black;
  height: 52px;
  line-height: 20px;
  padding: 0 10px; }

#footer-places li a span {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  display: block; }

#footer-places li a:hover, #footer-places li a.active {
  background-color: white; }

#jacketz-leiden,
#jacketz-amsterdam,
#jacketz-amsterdam-centre {
  transition: background .5s; }

#info-leiden-holder,
#info-amsterdam-centre-holder {
  visibility: hidden; }

#info-leiden,
#info-amsterdam,
#info-amsterdam-centre {
  background-color: rgba(0, 0, 0, 0.2);
  min-height: 374px;
  text-align: left;
  padding: 20px 30px 0 30px; }

#info-leiden h2,
#info-amsterdam h2,
#info-amsterdam-centre h2 {
  margin-top: 0; }

.google-maps-holder {
  min-height: 374px;
  padding: 0; }

.google-maps {
  width: 100%;
  min-height: 374px;
  border: 14px solid #fff;
  color: black; }

.social-media-holder {
  padding-bottom: 24px; }

.social-media-button-holder {
  border: 3px solid white;
  padding: 3px;
  margin-top: 20px; }

.social-media-button {
  background-color: white;
  display: block;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  text-indent: 20px;
  font-family: 'Patua One', cursive;
  color: black;
  text-decoration: none;
  text-align: center; }
  .social-media-button.fb {
    background: url(/img/layout/facebook.png) white 14px 8px no-repeat; }
  .social-media-button.order {
    text-indent: 0; }
  .social-media-button.reservation {
    text-indent: 0; }

.social-media-button:hover {
  text-decoration: none; }

.foodora_banner_contact {
  position: absolute;
  display: block;
  top: 35%;
  left: 90%;
  transform: rotate(10deg);
  z-index: 9999; }
  .foodora_banner_contact img {
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px; }

.footer-content-parallax {
  background: url(/img/layout/footer-contact-bg.jpg) 50% 0 no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  position: relative; }

.non-desktop .footer-content-parallax {
  background: url(/img/layout/footer-contact-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/layout/footer-contact-bg.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/layout/footer-contact-bg.jpg', sizingMethod='scale')"; }

.footer-content-parallax article {
  text-align: center;
  top: 60px;
  width: 100%;
  color: white; }

#formmessage.error,
#formmessage.success {
  font-weight: bold;
  margin-bottom: 20px; }

.form-horizontal .error {
  color: black;
  font-size: 14px;
  margin-top: 6px; }

input.error,
textarea.error {
  border-color: red !important; }

/* ==========================================================================
   Media Queries
   ========================================================================== */
/* PRINT MEDIA */
/* (480 > 768)  */
@media (min-width: 0) {
  .type-vegetarian {
    width: 100%;
    float: none;
    margin: 0 2% 10px 0; }

  .type-fish {
    width: 100%;
    float: none;
    margin: 0 2% 10px 0; }

  .type-meat {
    width: 100%;
    float: none;
    margin: 0 2% 10px 0; }

  .type-vegan {
    width: 100%;
    float: none;
    margin: 0 2% 10px 0; }

  header {
    min-height: 70%; }

  #header-holder {
    overflow: visible !important; }

  .footer-content-parallax article {
    position: static;
    padding: 100px 0 150px; }

  h2 {
    font-size: 25px; }

  .section-holder p {
    font-size: 15px; }

  .home-content-parallax {
    height: 40%; }

  .over-jacketz-concept {
    width: 100%;
    float: left;
    margin-bottom: 4px !important; }

  .over-jacketz-product {
    width: 100%;
    float: left;
    margin-bottom: 4px !important; }

  .over-jacketz-franchise {
    width: 100%;
    float: left;
    margin-bottom: 4px !important; }

  .over-jacketz-partners {
    width: 100%;
    float: left;
    margin-bottom: 4px !important; }

  .over-jacketz-vacature {
    width: 100%;
    float: left; }

  .language-switch {
    top: -125px;
    right: 12px; } }
/* (480 > 768)  */
@media (min-width: 480px) {
  .type-vegetarian {
    width: 48%;
    float: left;
    margin: 0 2% 10px 0; }

  .type-fish {
    width: 48%;
    float: left;
    margin: 0 2% 10px 0; }

  .type-meat {
    width: 48%;
    float: left;
    margin: 0 2% 10px 0; }

  .type-vegan {
    width: 48%;
    float: left;
    margin: 0 2% 10px 0; }

  header {
    min-height: 80%; }

  .language-switch {
    top: -125px;
    right: 12px; } }
/* (768 > 992) */
@media (min-width: 768px) {
  .product-holder h2 {
    font-size: 21px; }

  .price-holder {
    font-size: 13px; }

  .product {
    height: 224px; }

  .product-image-holder {
    height: 182px; }

  .type-vegetarian {
    width: 30%;
    margin: 0 2% 10px 0;
    margin: 0; }

  .type-fish {
    width: 19%;
    margin: 0 2% 10px 0;
    margin: 0; }

  .type-meat {
    width: 21%;
    margin: 0 2% 10px 0;
    margin: 0; }

  .type-vegan {
    width: 30%;
    margin: 0 2% 10px 0;
    margin: 0; }

  header {
    min-height: 64%; }

  #header-holder {
    overflow: hidden !important; }

  .footer-content-parallax article {
    padding-top: 100px;
    margin-top: 0; }

  .language-switch {
    top: -125px;
    right: 30px; } }
/* (992 > 1200) */
@media (min-width: 992px) {
  .price-holder {
    font-size: 17px; }

  .product {
    height: 274px; }

  .product-image-holder {
    height: 232px; }

  h2 {
    font-size: 30px; }

  .about-jacketz-submenu {
    width: 62%; }

  .over-jacketz-concept {
    width: 23%;
    float: left;
    margin-bottom: 0 !important; }

  .over-jacketz-product {
    width: 20%;
    float: left;
    margin-bottom: 0 !important; }

  .over-jacketz-vacature {
    width: 18%;
    float: left;
    margin-bottom: 0 !important; }

  .over-jacketz-franchise {
    width: 20%;
    float: left;
    margin-bottom: 0 !important; }

  .over-jacketz-partners {
    width: 19%;
    float: left;
    margin-bottom: 0 !important; }

  .language-switch {
    top: 41px;
    right: -23px; } }
/* (> 1200) */
@media (min-width: 1200px) {
  h2 {
    font-size: 34px; }

  .section-holder p {
    font-size: 18px; }

  .home-content-parallax {
    height: 80%; } }
/* CUSTOM FIX */
@media (max-width: 1920px) {
  #website-holder::before,
  #website-holder::after {
    display: none; } }
/* CUSTOM FIX */
@media (max-width: 1550px) {
  .vegetables-left, .vegetables-right {
    top: 100px;
    bottom: 0px;
    transition: all .3s; } }
/* CUSTOM FIX */
@media (max-width: 768px) {
  #legend li {
    width: 100%; }

  #legend li:first-child {
    display: none; }

  #footer-places {
    padding-bottom: 0; }

  #footer-places li {
    padding: 0 3px 3px 0; }

  #footer-places-holder {
    padding: 0 15px; } }
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
  */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

/*# sourceMappingURL=main.css.map */
