/************************************************* Fonts ********************************************/
@font-face {
  font-family: raleway-regular;
  src: url('/assets/fonts/Raleway-Regular.ttf');
}
@font-face {
  font-family: raleway-bold;
  src: url('/assets/fonts/Raleway-Bold.ttf');
}
@font-face {
  font-family: droidserif-regular;
  src: url('/assets/fonts/DroidSerif-Regular.ttf');
}
@font-face {
  font-family: droidserif-bold;
  src: url('/assets/fonts/DroidSerif-Bold.ttf');
}
/************************************************* General ******************************************/
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  line-height: 1;
}
html,
body {
  max-width: 100vw;
  overflow-x: hidden;
}
*:focus,
*:active,
*:hover,
*:visited {
  outline: none !important;
  text-decoration: none !important;
}
form input:focus,
textarea:focus,
select:focus,
form input:active,
textarea:active,
select:active,
form input:hover,
textarea:hover,
select:hover,
form input:visited,
textarea:visited,
select:visited {
  box-shadow: none !important;
}
.img-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.img-contain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.table-parent {
  display: table !important;
}
.table-cell {
  display: table-cell !important;
  vertical-align: middle;
}
.row {
  margin: 0!important;
}
@media (min-width: 767px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.padding-block {
  padding: 80px 60px;
}
@media (max-width: 767px) {
  .padding-block {
    padding: 80px 15px;
  }
}
.padding-block-content {
  padding: 80px 60px;
}
@media (max-width: 767px) {
  .padding-block-content {
    padding: 80px 15px;
  }
}
.padding-block-foodtruck {
  padding: 80px 120px;
}
@media (max-width: 767px) {
  .padding-block-foodtruck {
    padding: 80px 15px;
  }
}
.padding-block-column {
  padding: 80px 60px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .padding-block-column {
    padding: 80px;
  }
}
@media (max-width: 767px) {
  .padding-block-column {
    padding: 80px 15px;
  }
}
.padding-block-column-trapezium {
  padding: 8% 60px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .padding-block-column-trapezium {
    padding: 8% 40px;
  }
}
@media (max-width: 767px) {
  .padding-block-column-trapezium {
    padding: 8% 15px;
  }
}
.padding-block-contact {
  padding: 80px 300px;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .padding-block-contact {
    padding: 80px 225px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .padding-block-contact {
    padding: 80px 150px;
  }
}
@media (max-width: 767px) {
  .padding-block-contact {
    padding: 80px 50px;
  }
}
.padding-block-foodtruck {
  padding: 80px 180px;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .padding-block-foodtruck {
    padding: 80px 120px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .padding-block-foodtruck {
    padding: 80px 60px;
  }
}
@media (max-width: 767px) {
  .padding-block-foodtruck {
    padding: 80px 15px;
  }
}
.no-padding {
  padding: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
header {
  display: inline-block;
  width: 100%;
  position: fixed;
  z-index: 1000;
  background-color: white;
}
h1 {
  font-family: raleway-regular;
  font-size: 80px;
  margin: 0;
  padding: 10px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 48px;
  }
}
h2 {
  font-family: raleway-regular;
  margin: 0 0 10px 0;
  text-transform: none;
  display: inline-block;
  padding: 7px 0;
  font-size: 45px;
  color: #333333;
}
@media (max-width: 992px) {
  h2 {
    font-size: 32px;
  }
}
h3 {
  font-family: raleway-regular;
  margin: 0px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0px;
  font-size: 24px;
  font-weight: 700;
}
h4 {
  font-family: raleway-regular;
  margin: 0px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0px;
  font-size: 15px;
  font-weight: 400;
}
h5 {
  font-family: raleway-bold;
  margin: 0px 0px 20px 0px;
  text-transform: uppercase;
  display: block;
  padding: 0px;
  font-size: 16px;
  font-weight: 300;
  color: #333333;
}
h6 {
  font-family: raleway-bold;
  margin: 0px 0px 20px 0px;
  text-transform: uppercase;
  display: block;
  padding: 0px;
  font-size: 16px;
  font-weight: 300;
  color: #d0a93b;
}
p,
li,
a {
  font-family: droidserif-regular;
  font-weight: 300;
  padding: 0px;
  margin: 0px;
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
}
a:hover {
  cursor: pointer;
}
p strong,
p bold {
  font-weight: 700;
  text-transform: uppercase;
}
/************************************************* Buttons ******************************************/
button {
  border: none;
}
.btn-flat {
  padding: 10px 15px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  margin: 0px;
  border-radius: 0;
  text-transform: uppercase;
}
.btn-flat:hover {
  text-decoration: none;
}
.btn-flat:active,
.btn-flat:focus {
  text-decoration: none;
}
.btn-yellow {
  background-color: #d0a93b;
  color: white;
  border: 1px solid #d0a93b;
}
.btn-yellow:hover,
.btn-yellow:active,
.btn-yellow:focus {
  color: black!important;
  background-color: white;
  border: 1px solid #d0a93b;
}
.btn-transparent {
  background-color: transparent;
  color: white;
  border: 1px solid white;
}
.btn-transparent:hover,
.btn-transparent:active,
.btn-transparent:focus {
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
}
.btn-transparent-black {
  background-color: transparent;
  color: black;
  border: 1px solid black;
}
.btn-transparent-black:hover,
.btn-transparent-black:active,
.btn-transparent-black:focus {
  color: black;
  background-color: rgba(225, 225, 225, 0.2);
}
.btn-white {
  background-color: white;
  color: black;
  border: 1px solid white;
}
.btn-white:hover,
.btn-white:active,
.btn-white:focus {
  color: black;
  background-color: rgba(250, 250, 250, 0.95);
}
.btn-black {
  background-color: #333333;
  color: white;
  border: 1px solid #333333;
}
.btn-black:hover,
.btn-black:active,
.btn-black:focus {
  color: white!important;
  background-color: rgba(51, 51, 51, 0.9);
}
/************************************************* Taskbar + navigation ******************************************/
header {
  background-color: #333333;
  height: 120px;
}
@media (max-width: 992px) {
  header {
    height: 125px;
  }
}
.taskbar {
  width: 100%;
  border: none;
  height: 115px;
  display: table;
  padding: 20px 90px 0px 90px;
  border-top: 25px solid #f4f4f4;
}
@media (max-width: 767px) {
  .taskbar {
    padding: 20px 10px 10px 10px;
    border-top: 15px solid #f4f4f4;
    border-bottom: 1px solid black;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .taskbar {
    padding: 20px 30px 10px 30px;
  }
}
.taskbar .logo {
  display: table-cell;
  vertical-align: middle;
  width: 200px;
  height: 50px;
  background-position: left center;
}
@media (max-width: 767px) {
  .taskbar .logo {
    width: 100px;
    margin-left: 20px;
    margin-bottom: 0px;
    margin-top: 15px;
    display: inline-block;
  }
}
.taskbar .taskbar-content {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
@media (max-width: 767px) {
  .taskbar .taskbar-content {
    display: inline-block;
    width: 100%;
    text-align: right;
  }
}
.taskbar .taskbar-content a {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .taskbar .taskbar-content a {
    margin-right: 15px;
    margin-bottom: 0px;
  }
}
.taskbar .taskbar-content a:last-of-type {
  margin-right: 0px;
}
.taskbar .taskbar-content a i {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .navbar {
    min-height: 0px !important;
  }
}
.navbar.navbar-default {
  background-color: #333333;
  position: relative;
  box-shadow: none;
  border-radius: 0px;
  height: 120px;
  margin: 0;
  padding: 0 40px;
  border: none;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .navbar.navbar-default {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .navbar.navbar-default {
    bottom: 0px;
    right: 0px;
    border: none;
    margin: 0px;
    padding: 0;
  }
}
.navbar.navbar-default .navbar-header {
  display: inline-block;
  height: 100%;
  border: none;
  padding: 25px 0;
}
@media (max-width: 992px) {
  .navbar.navbar-default .navbar-header {
    width: 100% !important;
    padding: 15px 0;
  }
}
.navbar.navbar-default .navbar-header .navbar-toggle {
  border-radius: 0px;
  text-align: right;
  height: 20px;
  width: 20px;
  border: none;
  margin: 25px 50px 0 0;
  padding: 0px;
  font-size: 1.5em;
  background-color: transparent;
}
.navbar.navbar-default .navbar-header .navbar-toggle:hover,
.navbar.navbar-default .navbar-header .navbar-toggle:active,
.navbar.navbar-default .navbar-header .navbar-toggle:focus {
  background-color: transparent;
}
.navbar.navbar-default .navbar-header .navbar-toggle i {
  line-height: 25px;
  color: #808080;
}
.navbar.navbar-default .navbar-header .navbar-brand {
  display: inline-block;
  height: 70px !important;
  width: 200px !important;
  border: none;
}
.navbar.navbar-default .navbar-collapse {
  text-align: center;
  height: 120px !important;
  width: 82%!important;
  border: 1px solid transparent;
}
@media (min-width: 1200px) {
  .navbar.navbar-default .navbar-collapse {
    display: table !important;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .navbar.navbar-default .navbar-collapse {
    display: table !important;
    width: 78%!important;
  }
}
@media (max-width: 992px) {
  .navbar.navbar-default .navbar-collapse {
    width: 100% !important;
    background-color: #333333;
    padding: 0px !important;
    margin: 0px !important;
    border: none;
    height: auto !important;
  }
}
.navbar.navbar-default .navbar-collapse .navbar-form {
  display: table-cell;
  vertical-align: middle;
  width: 19%!important;
  height: 100%;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .navbar.navbar-default .navbar-collapse .navbar-form {
    width: 23%!important;
  }
  .navbar.navbar-default .navbar-collapse .navbar-form a.btn-flat {
    font-size: 12px !important;
  }
}
@media (max-width: 992px) {
  .navbar.navbar-default .navbar-collapse .navbar-form {
    display: inline-block;
    width: 100% !important;
    border: none;
    margin: 0px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    padding: 10px 15px;
  }
}
.navbar.navbar-default .navbar-collapse ul.navbar-nav {
  display: table-cell;
  vertical-align: middle;
  float: none;
  width: 74%;
  height: 100%;
  text-align: center !important;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .navbar.navbar-default .navbar-collapse ul.navbar-nav {
    width: 76%;
  }
}
@media (max-width: 992px) {
  .navbar.navbar-default .navbar-collapse ul.navbar-nav {
    display: inline-block;
    margin: 0px;
    width: 100%;
    border: none;
    text-align: left !important;
  }
}
.navbar.navbar-default .navbar-collapse ul.navbar-nav .link-houder {
  width: auto;
}
.navbar.navbar-default .navbar-collapse ul.navbar-nav li.dropdown {
  display: inline-block;
  width: auto;
  margin-right: 40px;
  text-align: left;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li.dropdown {
    margin-right: 15px;
  }
}
@media (max-width: 992px) {
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li.dropdown {
    width: 100%;
    text-align: center;
  }
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li.dropdown .caret {
    display: none;
  }
}
.navbar.navbar-default .navbar-collapse ul.navbar-nav li.dropdown a {
  padding: 0;
  margin-right: 0px;
  text-transform: uppercase;
  color: white;
  font-family: raleway-bold, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  border-bottom: 1px solid transparent;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li.dropdown a {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li.dropdown a {
    width: 100%;
    padding: 7px 0px;
  }
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li.dropdown a:hover {
    background-color: #d0a93b;
    color: white;
    display: inline-block;
    width: 100%;
  }
}
.navbar.navbar-default .navbar-collapse ul.navbar-nav li.dropdown.open a {
  background-color: transparent;
}
.navbar.navbar-default .navbar-collapse ul.navbar-nav li.dropdown.open .dropdown-menu {
  display: none;
}
.navbar.navbar-default .navbar-collapse ul.navbar-nav li.dropdown.active a#dropdown-toggle {
  background-color: transparent;
  border-bottom: 1px solid #d0a93b;
}
@media (max-width: 992px) {
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li.dropdown.active a#dropdown-toggle {
    background-color: #d0a93b;
    border-bottom: none;
    color: white;
    width: 100%;
    padding: 7px 0px;
  }
}
@media (min-width: 993px) {
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li.dropdown:hover .dropdown-menu {
    display: inline-block;
    width: auto;
    margin-right: 30px;
    margin-top: 0px;
    padding: 0;
    text-align: left;
  }
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li.dropdown:hover .dropdown-menu li {
    display: inline-block;
    width: 100%;
  }
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li.dropdown:hover .dropdown-menu li a {
    display: inline-block;
    width: 100%;
    padding: 10px;
    color: #333333;
    background-color: white;
    margin-right: 0px;
  }
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li.dropdown:hover .dropdown-menu li a:hover {
    color: white;
    background-color: #d0a93b;
    border-bottom: 1px solid #d0a93b;
  }
}
.navbar.navbar-default .navbar-collapse ul.navbar-nav li.nav-link {
  display: inline-block;
  width: auto;
  margin-right: 40px;
  text-align: left;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li.nav-link {
    margin-right: 15px;
  }
}
@media (max-width: 992px) {
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li.nav-link {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li.nav-link {
    text-align: center;
  }
}
.navbar.navbar-default .navbar-collapse ul.navbar-nav li.nav-link.active a {
  background-color: transparent;
  border-bottom: 1px solid #d0a93b;
}
@media (max-width: 992px) {
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li.nav-link.active a {
    background-color: #d0a93b;
    border-bottom: none;
    color: white;
    width: 100%;
    padding: 7px 0px;
  }
}
.navbar.navbar-default .navbar-collapse ul.navbar-nav li.nav-link:hover a {
  background-color: transparent;
  border-bottom: 1px solid #d0a93b;
}
@media (max-width: 992px) {
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li.nav-link:hover a {
    background-color: #d0a93b;
    color: white;
    display: inline-block;
    width: 100%;
  }
}
.navbar.navbar-default .navbar-collapse ul.navbar-nav li.nav-link a {
  padding: 0;
  margin-right: 0px;
  text-transform: uppercase;
  color: white;
  font-family: raleway-bold, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  border-bottom: 1px solid transparent;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li.nav-link a {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  .navbar.navbar-default .navbar-collapse ul.navbar-nav li.nav-link a {
    width: 100%;
    padding: 7px 0px;
  }
}
.navbar.navbar-default .navbar-collapse ul.navbar-nav li.nav-link:last-child a {
  margin-right: 0px;
}
/* navbar collapse on small */
@media (max-width: 992px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
/************************************************* footer ******************************************/
.footer {
  display: block;
  width: 100%;
  padding: 50px 90px;
  background-color: #333333;
}
@media (max-width: 992px) {
  .footer {
    padding: 30px 20px 50px 20px;
  }
}
.footer p,
.footer a {
  width: 100%;
  color: white;
  line-height: 180%;
}
.footer p bold {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .footer p bold {
    margin-top: 20px;
    display: inline-block;
    margin-bottom: 5px;
  }
}
.footer h5 {
  color: white;
}
.footer .social-logo {
  border-right: 1px solid white;
}
@media (max-width: 992px) {
  .footer .social-logo {
    border: none;
    margin-bottom: 25px;
  }
}
.footer .social-logo .logo-container {
  text-align: center;
}
.footer .social-logo .logo-container .logo {
  display: inline-block;
  width: 200px;
  height: 100px;
  background-color: transparent;
  background-position: center center;
}
@media (max-width: 767px) {
  .footer .social-logo .logo-container .logo {
    margin-bottom: 20px;
  }
}
.footer .social-logo .social-container {
  text-align: center;
  margin-top: 15px;
}
.footer .social-logo .social-container a.social-link {
  display: inline-block;
  width: auto;
  margin-right: 10px;
}
.footer .social-logo .social-container a.social-link i {
  color: white !important;
  font-size: 30px;
}
.footer .social {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
.footer .social a {
  display: inline-block;
  width: auto;
  margin-right: 15px;
}
.footer .social a i {
  color: black;
  font-size: 16px;
}
.footer .footer-img {
  display: inline-block;
  height: 40px;
  width: 60px;
  background-color: white;
  position: relative;
  margin-bottom: 10px;
  margin-right: 10px;
}
.contact {
  padding: 0 0 0 100px;
}
@media (max-width: 992px) {
  .contact {
    text-align: center;
    padding: 0;
    margin-top: 20px;
  }
}
.navigatie {
  padding: 0 0 0 100px;
}
@media (max-width: 992px) {
  .navigatie {
    text-align: center;
    padding: 0;
    margin-top: 20px;
  }
}
.copyright {
  display: inline-block;
  width: 100%;
  padding: 15px 90px;
  margin-top: -5px;
  margin-bottom: -5px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .copyright {
    padding: 15px 20px;
  }
}
.copyright p {
  color: #ffffff;
}
@media (max-width: 767px) {
  .copyright p {
    font-size: 0.8em;
  }
}
.copyright p a:before {
  display: inline-block;
  content: '|';
  margin-left: 5px;
  margin-right: 5px;
}
.copyright a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .copyright a {
    font-size: 0.8em;
  }
}
.copyright .owner {
  display: inline-block;
  float: left;
}
.copyright .created {
  display: inline-block;
  float: right;
}
.container-fluid {
  display: inline-block;
  width: 100%;
  padding: 44px 0px 0px 0px;
}
@media (max-width: 767px) {
  .container-fluid {
    padding: 138px 0px 0px 0px;
  }
}
.container-content {
  width: 100%;
  padding-top: 120px;
}
@media (max-width: 992px) {
  .container-content {
    padding-top: 125px;
  }
}
.container-content.grey {
  background-color: #f4f4f4;
}
.padding-content {
  display: inline-block;
  width: 100%;
  padding: 70px 90px;
}
@media (max-width: 767px) {
  .padding-content {
    padding: 50px 20px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .padding-content {
    padding: 50px 20px;
  }
}
.slick-prev {
  left: 0px;
  z-index: 900;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #d0a93b;
  border-radius: 0;
}
.slick-prev:hover {
  background-color: #d0a93b;
}
.slick-next {
  right: 0px;
  z-index: 900;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #d0a93b;
  border-radius: 0;
}
.slick-next:hover {
  background-color: #d0a93b;
}
.slick-prev:before {
  color: white;
  content: '\f060';
  font-family: FontAwesome;
  font-size: 18px;
  opacity: 1;
  line-height: 30px;
}
.slick-next:before {
  color: white;
  content: '\f061';
  font-family: FontAwesome;
  font-size: 18px;
  opacity: 1;
  line-height: 30px;
}
@media (max-width: 767px) {
  .slick-prev {
    left: 0px;
    z-index: 900;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #d0a93b;
    border-radius: 0;
  }
  .slick-next {
    right: 0px;
    z-index: 900;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #d0a93b;
    border-radius: 0;
  }
}
.slick-slide {
  margin: 0 10px;
}
/* the parent */
.slick-list {
  margin: 0 -10px;
}
/************************************************* formulier contactpagina ******************************************/
.contact-inhoud form {
  display: inline-block;
  width: 100%;
  background-color: transparent;
  padding: 0px;
  border-top: none;
}
.contact-inhoud label {
  font-family: droidserif-regular;
  margin-bottom: 10px;
}
.contact-inhoud input,
.contact-inhoud textarea {
  display: inline-block;
  width: 100%;
  border: none;
  border-radius: 10px;
  padding: 10px 10px;
  margin-bottom: 15px;
  color: #000000;
  font-family: droidserif-regular;
  font-size: 0.9em;
  font-weight: 400;
  resize: none;
  background-color: #f4f4f4;
  height: auto!important;
}
.contact-inhoud select {
  display: inline-block;
  width: 100%;
  padding: 0px 20px;
  margin-bottom: 15px;
  color: #696969;
  font-family: droidserif-regular;
  font-size: 0.9em;
  font-weight: 400;
  background-color: #f4f4f4;
  height: 40px;
  border: none;
  text-indent: 10px;
}
.contact-inhoud option {
  color: #696969;
  font-family: droidserif-regular;
  font-size: 0.9em;
  font-weight: 400;
  padding: 0;
  margin: 0px;
  width: 100%;
}
.webshop label,
.account label,
.inloggen label {
  display: inline-block;
  width: 100%;
  padding: 20px 0px 5px 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin: 0px;
  font-size: 14px;
  color: #000000;
}
.webshop input,
.account input,
.inloggen input,
.webshop select,
.account select,
.inloggen select {
  display: inline-block;
  width: 100%;
  padding: 5px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin: 0px;
  font-size: 14px;
  color: #000000;
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid #808080;
}
.webshop select,
.account select,
.inloggen select {
  -webkit-appearance: none;
  background-color: #ffffff;
  height: 31px;
  background-image: url('/assets/img/select.png');
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 2%;
}
.webshop .check,
.account .check,
.inloggen .check {
  display: inline-block;
  padding-top: 20px;
}
.webshop .check label,
.account .check label,
.inloggen .check label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-right: 15px;
  font-size: 14px;
  padding: 0px 0px 0px 25px;
  min-height: 0px;
}
.webshop .check label:before,
.account .check label:before,
.inloggen .check label:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background-color: transparent;
  border: 1px solid #000000;
  border-radius: 3px;
}
.webshop .check input[type=checkbox],
.account .check input[type=checkbox],
.inloggen .check input[type=checkbox] {
  display: none;
}
.webshop .check .checkbox label:before,
.account .check .checkbox label:before,
.inloggen .check .checkbox label:before {
  border-radius: 3px;
}
.webshop .check input[type=checkbox]:checked + label:before,
.account .check input[type=checkbox]:checked + label:before,
.inloggen .check input[type=checkbox]:checked + label:before {
  content: "\f00c";
  font-size: 10px;
  color: black;
  text-align: center;
  line-height: 10px;
  font-family: FontAwesome;
}
.webshop .btn-flat,
.account .btn-flat,
.inloggen .btn-flat {
  margin-top: 20px;
}
.hoofding {
  min-height: 750px;
  height: auto;
  width: 100%;
  text-align: center;
  color: white;
  position: relative;
  padding-bottom: 50px;
  z-index: 0;
}
.hoofding * {
  color: white !important;
}
.hoofding .donker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.hoofding .hoofding-content {
  padding: 0 100px;
  text-align: center;
}
@media (min-width: 768px) and (min-width: 992px) {
  .hoofding .hoofding-content {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .hoofding .hoofding-content {
    padding: 0 15px;
  }
}
.hoofding .hoofding-content h1 {
  margin-bottom: 10px;
}
.hoofding .hoofding-content h5 {
  margin-bottom: 50px;
}
.hoofding .hoofding-content .hoofding-tekst .button-holder {
  margin-top: 80px;
}
.hoofding .hoofding-content .hoofding-tekst .button-holder a.btn-flat {
  margin-bottom: 15px;
}
.hoofding .hoofding-content .hoofding-tekst .button-holder a.btn-flat:first-of-type {
  margin-right: 10px;
}
.hoofding .trapezium {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #d0a93b;
  width: 100%;
  height: 85px;
  -webkit-clip-path: polygon(0 91%, 100% 56%, 100% 100%, 0 100%);
  clip-path: polygon(0 91%, 100% 56%, 100% 100%, 0 100%);
}
.hoofding-klein {
  height: 350px;
  width: 100%;
  text-align: center;
  color: white;
  position: relative;
  z-index: 0;
  padding: 0 60px;
}
.hoofding-klein * {
  color: white !important;
}
.hoofding-klein .donker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: -1;
}
.hoofding-klein .trapezium {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #d0a93b;
  width: 100%;
  height: 85px;
  -webkit-clip-path: polygon(0 91%, 100% 56%, 100% 100%, 0 100%);
  clip-path: polygon(0 91%, 100% 56%, 100% 100%, 0 100%);
}
.hoofding-klein .hoofding-content {
  text-align: center;
}
.hoofding-klein .hoofding-content div.logo {
  display: inline-block;
  height: 360px;
  width: 360px;
  z-index: 100;
}
@media (max-width: 993px) {
  .hoofding-klein .hoofding-content div.logo {
    height: 300px;
    width: 300px;
  }
}
.inhoud {
  text-align: center;
}
.inhoud h2 {
  margin-bottom: 40px;
}
.foodtrucks {
  text-align: center;
}
.foodtrucks .button-holder a.btn-flat:first-of-type {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .foodtrucks .button-holder a.btn-flat:first-of-type {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.foodtrucks .foodtruck-container {
  margin: 80px 0;
}
.foodtrucks .foodtruck-container .foodtruck-tegel {
  position: relative;
  color: white !important;
}
@media (max-width: 1200px) {
  .foodtrucks .foodtruck-container .foodtruck-tegel * {
    font-size: 13px;
  }
}
.foodtrucks .foodtruck-container .foodtruck-tegel a.btn-flat {
  margin-top: 20px;
}
.foodtrucks .foodtruck-container .foodtruck-tegel a.btn-flat:hover,
.foodtrucks .foodtruck-container .foodtruck-tegel a.btn-flat:active,
.foodtrucks .foodtruck-container .foodtruck-tegel a.btn-flat:focus {
  background-color: transparent !important;
}
.foodtrucks .foodtruck-container .foodtruck-tegel.div-yellow {
  background-color: #d0a93b;
}
.foodtrucks .foodtruck-container .foodtruck-tegel.div-yellow * {
  color: white !important;
}
.foodtrucks .foodtruck-container .foodtruck-tegel.div-darkgrey {
  background-color: #333333;
}
.foodtrucks .foodtruck-container .foodtruck-tegel.div-darkgrey * {
  color: white !important;
}
.foodtrucks .foodtruck-container .foodtruck-tegel div.donker {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(25, 25, 25, 0.5);
  text-align: center;
}
.foodtrucks .foodtruck-container .foodtruck-tegel:hover div.donker {
  display: table;
}
.foodtrucks .foodtruck-container .foodtruck-tegel:hover div.donker .button-container {
  display: table-cell;
  vertical-align: middle;
}
.ontbijt-service {
  width: auto !important;
  min-height: 500px;
  margin: 0 !important;
}
.ontbijt-service * {
  color: white !important;
}
.ontbijt-service .ontbijt-tekst {
  color: white;
  height: 100%;
  min-height: 500px;
  background-color: #333333;
}
.ontbijt-service .ontbijt-tekst h5 {
  margin-bottom: 40px;
}
.ontbijt-service .ontbijt-tekst a.btn-flat {
  margin-top: 40px;
}
.ontbijt-service .ontbijt-image {
  min-height: 500px;
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  position: relative;
}
.ontbijt-service .ontbijt-image div.driehoek {
  -webkit-clip-path: polygon(0 0, 0% 100%, 12% 50%);
  clip-path: polygon(0 0, 0% 100%, 12% 50%);
  position: absolute;
  top: 0;
  left: -1px;
  height: 100%;
  width: 100%;
  background-color: #333333;
}
@media (max-width: 767px) {
  .ontbijt-service .ontbijt-image div.driehoek {
    display: none;
  }
}
.over {
  background-color: #d0a93b;
  position: relative;
  min-height: 500px;
}
.over * {
  color: white !important;
}
.over .trapezium {
  height: 85px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: black;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 44%, 0 9%);
  clip-path: polygon(0 0, 100% 0, 100% 44%, 0 9%);
}
.over .over-tekst {
  min-height: 500px;
  height: 100%;
  color: white;
}
.over .over-tekst a.btn-white {
  color: #d0a93b !important;
  margin-top: 35px;
}
.over .over-image-container {
  min-height: 500px;
  padding: 30px 60px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .over .over-image-container {
    padding: 30px 40px;
  }
}
@media (max-width: 767px) {
  .over .over-image-container {
    padding: 30px 15px;
  }
}
.over .over-image-container .over-image {
  height: 500px;
}
.foto-band .foto-band-item {
  height: 250px;
}
.foto-band-dubbel .foto-band-item {
  display: inline-block;
  height: 250px;
  width: 20%;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 0px;
  float: left;
}
@media (max-width: 767px) {
  .foto-band-dubbel .foto-band-item {
    width: 50%;
  }
}
.foodtruck-inhoud .foodtruck-list {
  margin-top: 80px;
}
.foodtruck-inhoud .foodtruck-list .foodtruck-item-container {
  padding: 0 6px;
  margin-bottom: 12px;
}
.foodtruck-inhoud .foodtruck-list .foodtruck-item-container .foodtruck-item {
  box-shadow: 1px 1px 1px 1px #ddd;
  -webkit-box-shadow: 1px 1px 1px 1px #ddd;
  -moz-box-shadow: 1px 1px 1px 1px #ddd;
}
.foodtruck-inhoud .foodtruck-list .foodtruck-item-container .foodtruck-item .foodtruck-item-image {
  height: 250px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.foodtruck-inhoud .foodtruck-list .foodtruck-item-container .foodtruck-item .foodtruck-item-image .hover-div {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(208, 169, 59, 0.5);
  text-align: center;
}
.foodtruck-inhoud .foodtruck-list .foodtruck-item-container .foodtruck-item .foodtruck-item-image:hover .hover-div {
  display: table;
}
.foodtruck-inhoud .foodtruck-list .foodtruck-item-container .foodtruck-item .foodtruck-item-image:hover .hover-div .icon-houder {
  display: table-cell;
  vertical-align: middle;
}
.foodtruck-inhoud .foodtruck-list .foodtruck-item-container .foodtruck-item .foodtruck-item-image:hover .hover-div .icon-houder a.btn-flat:hover {
  background-color: transparent !important;
}
.foodtruck-inhoud .foodtruck-list .foodtruck-item-container .foodtruck-item .foodtruck-item-image:hover .hover-div .icon-houder i {
  color: white;
  border-radius: 50%;
  padding: 12px 5px;
  height: 65px !important;
  width: 65px !important;
  background-color: #333333;
  font-size: 42px;
}
.foodtruck-inhoud .foodtruck-list .foodtruck-item-container .foodtruck-item .foodtruck-item-tekst h5 {
  margin: 10px 0;
}
.ontbijtservice-call {
  width: 100%;
  height: 350px;
  text-align: center;
  background-color: #d0a93b;
}
.ontbijtservice-call * {
  color: white !important;
}
.ontbijtservice-call h2,
.ontbijtservice-call p {
  display: block;
}
.ontbijtservice-call .table-cell {
  float: none;
}
.ontbijtservice-call a.btn-flat {
  margin-top: 35px;
}
.ontbijtservice-inhoud {
  min-height: 450px;
}
.ontbijtservice-inhoud .ontbijtservice-tekst {
  height: 100%;
  min-height: 450px;
}
.ontbijtservice-inhoud .ontbijtservice-image {
  min-height: 450px;
}
.contact-call {
  width: 100%;
  height: 350px;
  text-align: center;
  background-color: #333333;
  position: relative;
}
.contact-call * {
  color: white !important;
}
.contact-call h2,
.contact-call p {
  display: block;
}
.contact-call .table-cell {
  float: none;
}
.contact-call a.btn-flat {
  margin-top: 35px;
}
.contact-call .trapezium {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #d0a93b;
  width: 100%;
  height: 85px;
  -webkit-clip-path: polygon(0 91%, 100% 56%, 100% 100%, 0 100%);
  clip-path: polygon(0 91%, 100% 56%, 100% 100%, 0 100%);
}
.tarieven {
  min-height: 550px;
}
.tarieven .tarief-image {
  min-height: 550px;
}
.tarieven .tarief-tekst {
  height: 100%;
  min-height: 550px;
}
.product-lijst {
  margin: 30px 0 50px 0;
}
.product-lijst .product-item {
  margin-bottom: 10px;
}
.product-lijst .product-item .product {
  display: inline-block;
  height: 16px;
  width: 100%;
  border-bottom: 2px dotted black;
  position: relative;
  margin-bottom: 5px;
}
.product-lijst .product-item .product .product-naam {
  position: absolute;
  top: 2px;
  left: 0;
  width: auto;
  height: 100%;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-family: raleway-bold;
  background-color: white;
}
.product-lijst .product-item .product .product-prijs {
  position: absolute;
  top: 2px;
  right: 0;
  height: 100%;
  width: auto;
  display: inline-block;
  font-size: 16px;
  font-family: raleway-bold;
  background-color: white;
}
.product-lijst .product-item p {
  font-family: raleway-regular;
  font-size: 14px;
  font-weight: normal;
}
.tussenblok {
  background-color: #f4f4f4;
  min-height: 300px;
  text-align: center;
  position: relative;
}
.tussenblok .trapezium {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #333333;
  width: 100%;
  height: 85px;
  -webkit-clip-path: polygon(0 91%, 100% 56%, 100% 100%, 0 100%);
  clip-path: polygon(0 91%, 100% 56%, 100% 100%, 0 100%);
}
.over-ons-inhoud {
  min-height: 450px;
}
.over-ons-inhoud .over-ons-tekst {
  min-height: 450px;
  height: 100%;
}
.over-ons-inhoud .over-ons-image {
  min-height: 450px;
}
.contact-call-partial {
  width: 100%;
  height: 350px;
  text-align: center;
  background-color: #d0a93b;
}
.contact-call-partial * {
  color: white !important;
}
.contact-call-partial h2,
.contact-call-partial p {
  display: block;
}
.contact-call-partial a.btn-flat {
  margin-top: 35px;
}
.referenties-inhoud .kalender {
  margin: 20px 0;
}
.referenties-inhoud .kalender .kalender-item p {
  width: 100%;
  margin-bottom: 10px;
}
.referenties-inhoud .kalender .kalender-item p i {
  color: #d0a93b;
  margin: 0 20px;
}
.slick-item {
  margin-bottom: 100px;
}
.slick-item .referentie-foto {
  height: 300px;
}
.contact-inhoud form {
  text-align: left;
  margin: 100px 0 50px 0;
}
.formules {
  min-height: 400px;
}
.formules .formules-image {
  min-height: 400px;
}
.formules .formules-tekst {
  height: 100%;
  min-height: 400px;
  background-color: #f4f4f4;
  text-align: left;
}
.formules .formules-tekst span {
  background-color: #f4f4f4 !important;
}
.formules-white {
  min-height: 600px;
}
.formules-white .formules-image {
  min-height: 600px;
}
.formules-white .formules-tekst {
  height: 100%;
  min-height: 600px;
  background-color: white;
  text-align: left;
}
.formules-white .formules-tekst span {
  background-color: white !important;
}
.pasta-lijst ul {
  list-style: none;
  padding: 0;
}
.pasta-lijst ul li {
  padding-left: 20px;
  width: 100%;
}
.pasta-lijst ul li:before {
  content: '\f058';
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -20px;
  width: 15px;
  color: #d0a93b;
}
.sauzen-lijst .sauzen-item {
  margin-bottom: 10px;
}
.sauzen-lijst .sauzen-item div.title-allergen {
  margin-bottom: 5px;
}
.sauzen-lijst .sauzen-item div.title-allergen h5 {
  display: inline-block;
  margin: 0;
}
.sauzen-lijst .sauzen-item div.title-allergen img {
  margin-bottom: 4px;
}
.sauzen-lijst .sauzen-item p {
  display: block;
  font-family: raleway-regular;
  font-size: 14px;
}
.gevulde-pasta.grijs {
  background-color: #f4f4f4;
}
.gevulde-pasta .gevuld-intro {
  text-align: center;
  margin-bottom: 50px;
}
.gevulde-pasta .gevuld-item {
  text-align: center;
}
.gevulde-pasta .gevuld-item .gevuld-item-image .gevuld-item-foto {
  display: table;
  margin: 0 auto;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  border: 1px solid #333333;
}
.gevulde-pasta .gevuld-item .gevuld-item-name {
  padding: 20px 0;
}
.pasta-icon {
  height: 25px;
  margin-right: 5px;
  display: inline-block;
}
.bubbels-list {
  margin-top: 40px;
}
.bubbels-list .bubbels-item {
  text-align: center;
  min-height: 100px;
}
.bubbels-list .bubbels-item .bubbels-hoofding {
  padding: 15px 0;
}
.bubbels-list .bubbels-item .bubbels-hoofding h3 {
  text-transform: none;
}
.bubbels-list .bubbels-item .bubbels-image {
  height: 200px;
  width: 100%;
}
.bubbels-list .bubbels-item .bubbels-specificaties {
  padding: 15px 0;
}
.bubbels-list .bubbels-item .bubbels-specificaties p {
  width: 100%;
  margin-bottom: 2px;
}
.ontbijtmand-detail {
  min-height: 750px;
}
.ontbijtmand-detail .ontbijtmand-inhoud .ontbijtmand-foto {
  height: 400px;
}
.ontbijtmand-detail .ontbijtmand-inhoud .ontbijtmand-tekst {
  padding: 50px 100px;
}
@media (max-width: 767px) {
  .ontbijtmand-detail .ontbijtmand-inhoud .ontbijtmand-tekst {
    padding: 50px 25px;
  }
}
.ontbijtmand-detail .ontbijtmand-inhoud .ontbijtmand-tekst h5 {
  width: 100%;
  margin-top: 20px;
}
.ontbijtmand-detail .ontbijtmand-inhoud .ontbijtmand-tekst .pasta-lijst {
  margin: 50px 0;
}
.ontbijtmand-detail .leveringskosten {
  background-color: #f4f4f4;
  min-height: 750px;
}
@media (max-width: 992px) {
  .ontbijtmand-detail .leveringskosten {
    min-height: 400px;
  }
}
.ontbijtmand-detail .leveringskosten .levering-container {
  padding: 50px 70px!important;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .ontbijtmand-detail .leveringskosten .levering-container {
    padding: 50px 45px!important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .ontbijtmand-detail .leveringskosten .levering-container {
    padding: 50px 100px!important;
  }
}
@media (max-width: 767px) {
  .ontbijtmand-detail .leveringskosten .levering-container {
    padding: 50px 25px!important;
  }
}
.ontbijtmand-detail .leveringskosten .leverings-plaatsen .leverings-plaats {
  margin-bottom: 5px;
}
.ontbijtmand-detail .leveringskosten .leverings-plaatsen .leverings-plaats span {
  font-family: droidserif-regular;
  font-weight: 300;
  padding: 0px;
  margin: 0px;
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
}
.ontbijtmand-detail .leveringskosten .leverings-plaatsen .leverings-plaats .levering {
  display: inline-block;
  height: 18px;
  width: 100%;
  border-bottom: 2px dotted black;
  position: relative;
}
.ontbijtmand-detail .leveringskosten .leverings-plaatsen .leverings-plaats .levering .levering-gemeente {
  background-color: #f4f4f4;
  position: absolute;
  top: 2px;
  left: 0;
  width: auto;
  height: 100%;
  display: inline-block;
  font-size: 16px;
}
.ontbijtmand-detail .leveringskosten .leverings-plaatsen .leverings-plaats .levering .levering-prijs {
  background-color: #f4f4f4;
  position: absolute;
  top: 2px;
  right: 0;
  width: auto;
  height: 100%;
  display: inline-block;
  font-size: 16px;
}
.multitruck-uitleg p {
  width: 100%;
}
.ontbijtmand-formulier {
  padding: 50px 100px;
  height: auto;
}
@media (max-width: 768px) {
  .ontbijtmand-formulier {
    padding: 50px 20px;
  }
}
.ontbijtmand-formulier .inleiding {
  margin-bottom: 30px;
}
.ontbijtmand-formulier .formulier h6 {
  width: 100%;
  margin-top: 15px;
}
.ontbijtmand-formulier .formulier select {
  height: 55px;
}
.ontbijtmand-formulier .formulier input[type=checkbox] {
  width: auto;
  margin-right: 10px;
}
.ontbijtmand-formulier .formulier form {
  padding: 0!important;
  margin: 0!important;
}
.ontbijtmand-formulier .bestellen-info {
  margin: 15px 0;
}
.ontbijtmand-formulier .voetnoot p {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 12px;
}
.inleiding p {
  margin-bottom: 16px;
}
.inleiding h6 {
  margin: 10px 0 15px 0;
}
.terug {
  height: 250px;
  text-align: center;
  width: 100%;
}
.alert-danger ul li {
  width: 100%;
}
