@charset "UTF-8";
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@font-face {
  font-family: "bookman_old_styleregular";
  src: url("fonts/bookos.woff2") format("woff2"),
    url("fonts/bookos.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "bookman_old_styleregular2";
  src: url("fonts/bkmnos.woff2") format("woff2"),
    url("fonts/bkmnos.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "bookman_old_stylebold";
  src: url("fonts/bookosb.woff2") format("woff2"),
    url("fonts/bookosb.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "gothamthin";
  src: url("fonts/gotham-thin.woff2") format("woff2"),
    url("fonts/gotham-thin.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gothamlight";
  src: url("fonts/gothamlight.woff2") format("woff2"),
    url("fonts/gothamlight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "gothambook";
  src: url("fonts/gothambook.woff2") format("woff2"),
    url("fonts/gothambook.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "gothammedium";
  src: url("fonts/gothammedium.woff2") format("woff2"),
    url("fonts/gothammedium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gothambold";
  src: url("fonts/gotham-bold.woff2") format("woff2"),
    url("fonts/gotham-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gothambold1";
  src: url("fonts/gothambold.woff2") format("woff2"),
    url("fonts/gothambold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gothamblack";
  src: url("fonts/gotham-black.woff2") format("woff2"),
    url("fonts/gotham-black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gothamthinitalic";
  src: url("fonts/gotham-thinitalic.woff2") format("woff2"),
    url("fonts/gotham-thinitalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "gothamlight_italic";
  src: url("fonts/gothamlightitalic.woff2") format("woff2"),
    url("fonts/gothamlightitalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.sub-menu-list {
  margin-top: 50px;
  margin-bottom: 100px;
}

.menu-main-tab {
  border-bottom: 1px solid #b2974d;
}
.menu-main-tab .slick-slide {
  padding-inline: 20px;
}
.menu-main-tab .menu-tab-item {
  height: 40px;
  width: fit-content;
}
.menu-main-tab .slick-prev {
  display: block;
  left: -70px !important;
  top: 5px;
}
.sub-menu-list .sub-menu .card-menu-image{
  display: block;
    width: 100%;
    height: auto;
}
ul.nav.navbar-nav {
  cursor: pointer;
}
.navbar .dropdown ul.dropdown-menu.show .column1 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.menu-main-tab .slick-prev:hover,
.menu-main-tab .slick-next:hover,
.menu-main-tab .slick-prev:focus,
.menu-main-tab .slick-next:focus {
  background-color: transparent;
  color: #000;
}
.menu-main-tab .slick-next {
  display: block;
  left: 104%;
  top: 5px;
}
.menu-main-tab .slick-current {
  background-color: #b2974d;
  display: flex !important;
  align-items: center !important;
  color: #ffffff;
}
.menu-main-tab .slick-slide {
  display: flex !important;
  align-items: center !important;
}

#main_footer_content > .container {
  padding-top: 50px;
  border-bottom: 1px solid;
  padding-bottom: 35px;
}

body {
  padding: 0rem;
}

a {
  outline: none;
  color: #b2974d;
}

::-webkit-input-placeholder {
  /* Chrome */
  color: #0098d8;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #0098d8;
}

.reserve-gelukt .menu-page-content + img::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 99;
  height: 100px;
  width: 100px;
  display: table;
  background-color: red;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #0098d8;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #0098d8;
  opacity: 1;
}

body div[class^="section_"] {
  clear: both;
  float: left;
  width: 100%;
}

b,
strong {
  font-family: "gothambold";
  font-weight: normal;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  width: 100%;
  position: absolute;
  z-index: 4;
}

select.form-control:not([size]):not([multiple]) {
  height: 46px !important;
}

.font-regular {
  font-family: "bookman_old_styleregular" !important;
}

.font-semibold {
  font-family: "bookman_old_styleregular" !important;
}

.font-medium {
  font-family: "bookman_old_styleregular" !important;
}

.font-light {
  font-family: "bookman_old_styleregular" !important;
}

.font-bold {
  font-family: "bookman_old_styleregular" !important;
}

.font-latoregular {
  font-family: "gothamlight" !important;
}

.font-latomedium {
  font-family: "bookman_old_styleregular" !important;
}

.font-latobold {
  font-family: "gothamlight" !important;
}

.font-italic {
  font-style: italic !important;
}

.row.mar-gutters-15 {
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.row.mar-gutters-15 > [class^="col"],
.row.mar-gutters-15 > [class^="col-"],
.row.mar-gutters-15 > [class*=" col-"] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.row.mar-gutters-25 {
  margin-right: -12.5px;
  margin-left: -12.5px;
}

.row.mar-gutters-25 > [class^="col"],
.row.mar-gutters-25 > [class^="col-"],
.row.mar-gutters-25 > [class*=" col-"] {
  padding-right: 12.5px;
  padding-left: 12.5px;
}

.row.mar-gutters-50 {
  margin-right: -25px;
  margin-left: -25px;
}

.row.mar-gutters-50 > [class^="col"],
.row.mar-gutters-50 > [class^="col-"],
.row.mar-gutters-50 > [class*=" col-"] {
  padding-right: 25px;
  padding-left: 25px;
}

.row.mar-gutters-10 {
  margin-right: -10px;
  margin-left: -10px;
}

.row.mar-gutters-10 > [class^="col"],
.row.mar-gutters-10 > [class^="col-"],
.row.mar-gutters-10 > [class*=" col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.row.undefined {
  margin-right: 0px;
  margin-left: 0px;
}

.row.undefined > [class^="col"],
.row.undefined > [class^="col-"],
.row.undefined > [class*=" col-"] {
  padding-right: 0px;
  padding-left: 0px;
}

.white-space-no-wrap {
  white-space: nowrap;
}

.l-h-1 {
  line-height: 1;
}

.l-h-1-2 {
  line-height: 1.2;
}

.letter-space-1-44 {
  letter-spacing: 1.44px;
}

.letter-space-8 {
  letter-spacing: 8px;
}

.letter-space-4 {
  letter-spacing: 4px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #b2974d;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #ffffff;
  line-height: 0;
}

.back-to-top:hover {
  background: #3284f1;
  color: #ffffff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.font-1 {
  font-size: 0.0625rem;
}

.font-2 {
  font-size: 0.125rem;
}

.font-3 {
  font-size: 0.1875rem;
}

.font-4 {
  font-size: 0.25rem;
}

.font-5 {
  font-size: 0.3125rem;
}

.font-6 {
  font-size: 0.375rem;
}

.font-7 {
  font-size: 0.4375rem;
}

.font-8 {
  font-size: 0.5rem;
}

.font-9 {
  font-size: 0.5625rem;
}

.font-10 {
  font-size: 0.625rem;
}

.font-11 {
  font-size: 0.6875rem;
}

.font-12 {
  font-size: 0.75rem;
}

.font-13 {
  font-size: 0.8125rem;
}

.font-14 {
  font-size: 0.875rem;
}

.font-15 {
  font-size: 0.9375rem;
}

.font-16 {
  font-size: 1rem;
}

.font-17 {
  font-size: 1.0625rem;
}

.font-18 {
  font-size: 1.125rem;
}

.font-19 {
  font-size: 1.1875rem;
}

.font-20 {
  font-size: 1.25rem;
}

.font-21 {
  font-size: 1.3125rem;
}

.font-22 {
  font-size: 1.375rem;
}

.font-23 {
  font-size: 1.4375rem;
}

.font-24 {
  font-size: 1.5rem;
}

.font-25 {
  font-size: 1.5625rem;
}

.font-26 {
  font-size: 1.625rem;
}

.font-27 {
  font-size: 1.6875rem;
}

.font-28 {
  font-size: 1.75rem;
}

.font-29 {
  font-size: 1.8125rem;
}

.font-30 {
  font-size: 1.875rem;
}

.font-31 {
  font-size: 1.9375rem;
}

.font-32 {
  font-size: 2rem;
}

.font-33 {
  font-size: 2.0625rem;
}

.font-34 {
  font-size: 2.125rem;
}

.font-35 {
  font-size: 2.1875rem;
}

.font-36 {
  font-size: 2.25rem;
}

.font-37 {
  font-size: 2.3125rem;
}

.font-38 {
  font-size: 2.375rem;
}

.font-39 {
  font-size: 2.4375rem;
}

.font-40 {
  font-size: 2.5rem;
}

.font-41 {
  font-size: 2.5625rem;
}

.font-42 {
  font-size: 2.625rem;
}

.font-43 {
  font-size: 2.6875rem;
}

.font-44 {
  font-size: 2.75rem;
}

.font-45 {
  font-size: 2.8125rem;
}

.font-46 {
  font-size: 2.875rem;
}

.font-47 {
  font-size: 2.9375rem;
}

.font-48 {
  font-size: 3rem;
}

.font-49 {
  font-size: 3.0625rem;
}

.font-50 {
  font-size: 3.125rem;
}

.font-51 {
  font-size: 3.1875rem;
}

.font-52 {
  font-size: 3.25rem;
}

.font-53 {
  font-size: 3.3125rem;
}

.font-54 {
  font-size: 3.375rem;
}

.font-55 {
  font-size: 3.4375rem;
}

.font-56 {
  font-size: 3.5rem;
}

.font-57 {
  font-size: 3.5625rem;
}

.font-58 {
  font-size: 3.625rem;
}

.font-59 {
  font-size: 3.6875rem;
}

.font-60 {
  font-size: 3.75rem;
}

.font-61 {
  font-size: 3.8125rem;
}

.font-62 {
  font-size: 3.875rem;
}

.font-63 {
  font-size: 3.9375rem;
}

.font-64 {
  font-size: 4rem;
}

.font-65 {
  font-size: 4.0625rem;
}

.font-66 {
  font-size: 4.125rem;
}

.font-67 {
  font-size: 4.1875rem;
}

.font-68 {
  font-size: 4.25rem;
}

.font-69 {
  font-size: 4.3125rem;
}

.font-70 {
  font-size: 4.375rem;
}

.font-71 {
  font-size: 4.4375rem;
}

.font-72 {
  font-size: 4.5rem;
}

.font-73 {
  font-size: 4.5625rem;
}

.font-74 {
  font-size: 4.625rem;
}

.font-75 {
  font-size: 4.6875rem;
}

.font-76 {
  font-size: 4.75rem;
}

.font-77 {
  font-size: 4.8125rem;
}

.font-78 {
  font-size: 4.875rem;
}

.font-79 {
  font-size: 4.9375rem;
}

.font-80 {
  font-size: 5rem;
}

.container-fluid {
  padding: 0;
}

.vertical-text-breadchrum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
}

.vertical-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-basis: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  vertical-align: middle;
  width: 100%;
  clear: both;
  margin: 0;
}

.vertical-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.vertical-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 100%;
  -ms-flex-align: flex-end !important;
  align-items: flex-end !important;
  -webkit-align-items: flex-end !important;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  width: 100%;
  clear: both;
  margin: 0;
}

#preloader {
  clear: both;
  position: relative;
}

#main-container {
  float: left;
  width: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.topbar {
  background: #002359;
  overflow: hidden;
  font-size: 0.9rem;
  transition: all 0.5s;
  color: #ffffff;
  padding: 5px 0px;
  position: relative;
  z-index: 2;
}
.topbar a {
  color: #ffffff;
}
.topbar i {
  margin-right: 0.5rem;
}
.topbar span {
  margin-right: 1rem;
}
.topbar::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto;
  width: 50%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0%;
  z-index: -1;
  pointer-events: none;
  background: #b2974d;
}
.topbar::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto;
  width: 50%;
  height: 100%;
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0%;
  z-index: -1;
  pointer-events: none;
  background: #002359;
}

.separator {
  position: relative;
}
.separator::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto;
  width: 60px;
  height: 60px;
  left: auto;
  right: -60px;
  top: -40px;
  bottom: 0%;
  z-index: 1;
  pointer-events: none;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 35px solid #b2974d;
}

#header {
  background: rgba(255, 255, 255, 0);
  transition: all 0.5s;
  z-index: 99;
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  margin-top: 0;
}
#header .navbar-collapse.show,
#header .collapsing {
  position: fixed;
  top: 0px;
  right: 0px;
  height: 100%;
  left: 0;
  background-color: white;
  width: 100vw;
}
#header .navbar-collapse.show ul > li,
#header .collapsing ul > li {
  padding-left: 0;
}
#header .navbar-collapse.show *,
#header .collapsing * {
  color: #000;
}

#header.fixed-top {
  height: 70px;
}

#header .logo {
  width: 245px;
  margin: 0;
  padding: 0;
  line-height: 1;
  letter-spacing: 0;
  justify-content: flex-start;
  padding: 14px 0px 14px 0px;
}

.link-top-right {
  margin-left: 10px;
}

.link-top-right a {
  padding-block: 11px;
  padding-inline: 28px;
  background-color: #b2974d;
  color: #ffffff;
  font-family: "gothammedium";
}

.bezorgen {
  margin-top: 100px;
}

#header {
  margin-top: 12px;
}

.link-top-right a:hover {
  background-color: #8e8e8e;
}

#header .logo a {
  color: #222222;
}

#header .logo a span {
  color: #b2974d;
}

.mb-100 {
  margin-bottom: 100px;
}

.brown,
.m-t-b a {
  color: #b2974d;
}

.brown-link {
  color: #b2974d;
  font-size: 17px;
}
.brown-link:hover {
  text-decoration: underline;
}

.reservation_module {
  min-height: 300px;
  height: auto;
  align-items: center;
  position: relative;
  display: flex;
  justify-content: center;
  background-color: #f7f7f7;
  padding-block: 20px;
}

.sub-menu-list .slick-slide {
  height: 0px;
}

.sub-menu-list .slick-slide.slick-active {
  height: fit-content;
}

.btn1 {
  color: #b2974d;
  border: 1px solid #b2974d;
  padding: 13px 26px;
  width: fit-content;
  cursor: pointer;
  font-family: "gothambook";
}

.btn2,
.reserve-gelukt a {
  color: #ffffff;
  padding: 10px 20px;
  width: fit-content;
  background-color: #b2974d;
}

.btn2:focus,
.reserve-gelukt a:focus {
  outline: none;
  border: none;
}

p.icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
p.icon span {
  width: 45px;
  color: #b2974d;
}

.featured-menu {
  width: fit-content;
  align-self: center;
}
.featured-menu h2 {
  width: fit-content;
  font-size: calc(1.8rem + 4px);
}
.featured-menu .btn1 {
  margin-block: 20px;
  display: block;
  padding: 11px 27px;
}

.btn1:hover {
  color: #8e8e8e;
  border-color: #8e8e8e;
}

.btn2:hover,
.reserve-gelukt a:hover {
  color: #ffff;
  background-color: #8e8e8e;
}

.header-light {
  display: flex;
  align-items: center;
}
.header-light li a {
  color: #000;
}
.header-light .navbar-toggler-icon {
  color: #000;
}
.header-light img[alt="logo_black"] {
  width: 200px;
  object-fit: contain;
}
.header-light > a:first-child {
  z-index: 2;
}

#cms-content-reservation-main {
  margin-bottom: 90px;
}

img[alt="banner"] {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 300px;
}

.contact-page-img img {
  width: 100%;
  object-fit: cover;
  max-height: 1046px;
  height: 100%;
  min-height: 100%;
}

.contact-page-content {
  margin-top: 100px;
  background-color: #f7f7f7;
}
.contact-page-content .banner-overlay {
  margin-inline: 15px;
}

.contact-page-form form {
  width: 100%;
}

.contact-page-form {
  padding-inline: 40px;
  padding-block: 70px;
}

.banner-overlay {
  position: absolute;
  color: #ffffff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "bookman_old_styleregular";
  font-size: calc(2rem + 1vw);
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  height: 100%;
}

.banner-parent {
  margin-top: 100px;
}

.social-icons {
  margin: 0;
  display: flex;
  justify-content: end;
  align-items: center;
}

.scrolled-offset {
  margin-top: 70px;
}

.svg-clipped {
  -webkit-clip-path: url(#myClip);
  clip-path: url(#myClip);
}

#header.sticky .navbar-toggler-icon {
  height: 100px;
}

.top-header {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

label[for="news_letter"] {
  margin-block: 10px;
}

.navbar-toggler-icon {
  color: #ffffff;
}

.navbar-toggler-icon.active {
  color: #000 !important;
}

.loading {
  position: fixed;
  z-index: 1002;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(31, 26, 23, 0.8);
}

.logo {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  margin: 0 auto;
  z-index: 10;
  width: 124px;
  top: 20px;
}
.logo img {
  width: 100%;
  height: auto;
}

.navbar-toggler {
  padding: 0px;
  border: 0px;
  outline: 0;
  color: #ffffff;
  position: relative;
  z-index: 10;
  color: #ffffff;
}

.navbar-toggler:focus {
  padding: 0px;
  border: 0px;
  outline: 0;
}

.navbar-toggler-icon {
  width: 60px;
  border: 0px;
  margin-top: 0px;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
}

.navbar-toggler-icon i {
  display: none;
}

.navbar-toggler-icon i.fa-bars {
  display: block;
}

.navbar-toggler-icon.active {
  color: #ffffff;
}

.navbar-toggler-icon.active i + i {
  display: block;
  display: block;
  position: fixed;
  right: 25px;
}

.navbar-toggler-icon.active i.fa-bars {
  display: none;
}

#bs-example-navbar-collapse-center-header-2 {
  position: fixed;
  top: 35px;
  z-index: 9;
  left: 0;
  right: 0;
}
#bs-example-navbar-collapse-center-header-2 .container {
  position: relative;
}
#bs-example-navbar-collapse-center-header-2 .container::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto;
  width: 150vw;
  height: 100%;
  left: -50vw;
  right: 0;
  top: 0;
  bottom: 0%;
  z-index: -1;
  pointer-events: none;
  background: #002359;
}
#bs-example-navbar-collapse-center-header-2 ul.navbar-nav {
  padding-top: 160px;
  padding-bottom: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  padding: 0px 0px 0px 10px;
  z-index: 99;
}

.language a {
  padding: 0px 5px;
}

.language img {
  width: 30px;
  height: 30px;
  opacity: 1;
}

.language a img {
  opacity: 0.5;
}

.language strong {
  padding: 0px 5px;
}

.breadchrum-section {
  transform: translateY(-80px);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: static;
}

.navbar ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}


.Pagination-parent {
  margin-bottom: 30px;
  margin-top: 60px;
}
.Pagination-parent .page-link:focus {
  box-shadow: none !important;
}
.Pagination-parent .page-link:hover,
.Pagination-parent .page-link.active {
  background-color: #b2974d;
  color: #e9ecef;
  border: 1px solid #b2974d;
}
.Pagination-parent li:first-child {
  border: 1px solid lightgray;
  border-radius: 20% 0 0 20%;
}
.Pagination-parent li:first-child > a {
  border: 1px solid lightgray;
  border-radius: 20% 0 0 20%;
  font-size: 20px;
  padding: 8px 13px 10px 13px;
  height: fit-content;
  line-height: 20px;
  font-family: "gothambook";
}
.Pagination-parent li:first-child :hover,
.Pagination-parent li:first-child .active {
  border: 1px solid #b2974d;
}
.Pagination-parent li:last-child {
  border: 1px solid lightgray;
  border-radius: 0 20% 20% 0;
}
.Pagination-parent li:last-child > a {
  border: 1px solid lightgray;
  border-radius: 0 20% 20% 0;
  font-size: 20px;
  padding: 8px 13px 10px 13px;
  height: fit-content;
  line-height: 20px;
  font-family: "gothambook";
}
.Pagination-parent li:last-child :hover,
.Pagination-parent li:last-child .active {
  border: 1px solid #b2974d;
}
.Pagination-parent li {
  border: 1px solid lightgray;
  border-radius: 0;
}
.Pagination-parent li > a {
  border: 1px solid lightgray;
  border-radius: 0;
  font-size: 20px;
  padding: 8px 13px 10px 13px;
  height: fit-content;
  line-height: 20px;
  font-family: "gothambook";
}
.Pagination-parent li :hover {
  border: 1px solid #b2974d;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  font-size: 16px;
  font-weight: normal;
  color: white;
  white-space: nowrap;
  font-family: "gothamlight";
  transition: 0.3s;
  position: relative;
}

.navbar a:focus[target="_blank"] {
  color: black;
}

.top-header .navbar a:focus[target="_blank"] {
  color: white;
}

.nav-link.show {
  position: relative;
}
.nav-link.show:after {
  content: "";
  background-color: #ffffff;
  width: 120px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 3px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #b2974d;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover > a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #b2974d;
}
.navbar ul > li.dropdown{
  position: relative;
}

.navbar .dropdown ul.dropdown-menu {
  display: none;
  position: absolute;
  margin: 0;
  padding: 0px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  box-shadow: none;
  border: 0px;
  transition: 0.3s;
}
.navbar .dropdown ul.dropdown-menu.show{
  display: block;
  opacity: 1;
  visibility: visible;
  width: max-content !important;
  padding: 18px 0px;
  border: 1px solid #b2974d;
  box-shadow: 2px 5px 10px 0px #0000008f;
}

.navbar .dropdown ul li {
  min-width: 200px;
  padding: 0px;
}

.navbar .dropdown ul a {
  padding: 10px 16px 10px;
  font-weight: 400;
  color: #000;
}
.navbar .dropdown ul a:hover{
  background-color: #b2974d;
  color: #fff !important;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #b2974d;
}

span.dropicon {
  position: absolute;
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0;
  /* z-index: -1; */
}
@media (min-width: 992px){
    span.dropicon {
      z-index: -1;
  }
}

span.dropicon i {
  display: none;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: transparent;
}

.navbar .nav-link.show + ul.dropdown-menu {
  opacity: 1;
  top: calc(0% + 160px);
  left: 56%;
  visibility: visible;
  background: transparent;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.navbar .nav-link + ul.dropdown-menu {
  top: calc(0% + 160px);
  left: 50%;
  visibility: hidden;
  background: transparent;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
@media (max-width: 991px) {
  .navbar ul {
    display: flex;
    flex-direction: column;
  }
}
.contact-us-section .card {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #da251d;
  border-radius: 15px;
  padding: 25px;
  margin: 10px;
  min-width: auto;
  height: calc(100% - 20px);
  text-align: center;
}
.contact-us-section .card h3 {
  display: flex;
  flex-direction: column;
  font-size: 2rem;
}
.contact-us-section .card strong {
  color: #b2974d;
}
.contact-us-section .card i {
  margin-bottom: 5px;
}

/*banner*/
.banner-home-page div {
  height: 100%;
}

.nieuws-banner .skip-to-main {
  display: none;
}

.carousel-inner img {
  object-fit: cover;
  width: 100%;
}

.carousel-caption .container {
  height: 100%;
}

.carousel-caption .container > .row {
  height: 100%;
  align-content: center;
  text-align: center;
}
.carousel-caption .container > .row .caption1 {
  font-family: "bookman_old_styleregular";
  font-size: calc(1.8rem + 1vw);
  margin-top: 20px;
}
.carousel-caption .container > .row .caption2 {
  font-family: "gothamlight";
  font-size: calc(0.9rem + 0.5vw);
  margin-bottom: 30px;
  margin-top: 15px;
}

.home_page_banner .container > .row .caption1 {
  margin-top: 70px;
}

.navbar {
  flex-grow: 1;
}

.reserveren-gelukt-page .row.undefined {
  all: unset;
}

.reserve-gelukt {
  align-items: center;
  margin-bottom: 50px;
  flex-basis: auto;
  -webkit-flex-basis: auto;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-inline: 0;
  margin-top: 100px;
}
.reserve-gelukt > div:first-child {
  flex: 0 0 41.6666666667%;
  -webkit-flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  offset: 1;
}
@media (max-width: 767.98px) {
  .reserve-gelukt > div:first-child {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    max-width: 100%;
    padding-inline: 10px;
  }
}
.reserve-gelukt > div:last-child {
  flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 767.98px) {
  .reserve-gelukt > div:last-child {
    display: none;
  }
}
.reserve-gelukt a:hover {
  border: 1px solid transparent;
}

.text-shadow-10 {
  text-shadow: 0px 0px 10px #000000d1;
}

.caption-1 {
  text-shadow: 0px 0px 10px #000000d1;
  line-height: 1;
}

.call-to-action-banner {
  background-color: rgba(255, 255, 255, 0.3);
  text-align: center;
  line-height: 1;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  padding: 43px 60px;
  position: absolute;
  bottom: 0;
  top: auto;
}

.call-to-action-banner .btn + .btn {
  margin-left: 50px;
}

.videoonbanner {
  margin-top: 4.5rem;
}

.searchbox_inner {
  display: flex;
  justify-content: space-between;
  padding: 47px 0px;
}

.searchbox_inner .selectbox {
  padding: 0px 14px 0px 0px;
}

.btn-primary {
  color: #1f1a17;
  background-color: #b2974d;
  border-color: #b2974d;
  color: #ffffff;
  box-shadow: 0px 10px 20px #da251d59;
  background: #b2974d;
  padding-left: 2rem;
  padding-right: 2rem;
}
.btn-primary:hover {
  color: #1f1a17;
  background-color: #ffffff;
  border-color: #8e793e;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(178, 151, 77, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #1f1a17;
  background-color: #b2974d;
  border-color: #b2974d;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #8e793e;
  border-color: #86713a;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(178, 151, 77, 0.5);
}
.btn-primary i {
  margin-left: 2rem !important;
}
.btn-primary:hover {
  color: #b2974d;
  border-color: #b2974d;
  background: #ffffff;
}
.btn-primary:focus,
.btn-primary.focus {
  outline: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
  background-color: #b2974d;
  border-color: transparent;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #b2974d;
  border-color: transparent;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
  outline: none;
}

.btn-outline-primary {
  border: 2px solid #b2974d;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  color: #ffffff;
  border-color: #000000;
  background-color: #000000;
  box-shadow: none;
}

.btn-default {
  color: #1f1a17;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #b2974d;
  box-shadow: none;
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 0px;
}
.btn-default:hover {
  color: #1f1a17;
  background-color: #b2974d;
  border-color: #e6e6e6;
}
.btn-default:focus,
.btn-default.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-default.disabled,
.btn-default:disabled {
  color: #1f1a17;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-default:not(:disabled):not(.disabled):active,
.btn-default:not(:disabled):not(.disabled).active,
.show > .btn-default.dropdown-toggle {
  color: #1f1a17;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-default:not(:disabled):not(.disabled):active:focus,
.btn-default:not(:disabled):not(.disabled).active:focus,
.show > .btn-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-default:hover {
  color: #ffffff;
  border-color: #000000;
  background-color: #000000;
  box-shadow: none;
}
.btn-default:focus,
.btn-default.focus {
  box-shadow: none;
  outline: none;
}
.btn-default.disabled,
.btn-default:disabled {
  color: #ffffff;
  background-color: #c6b3a2;
  border-color: transparent;
}
.btn-default:not(:disabled):not(.disabled):active,
.btn-default:not(:disabled):not(.disabled).active,
.show > .btn-default.dropdown-toggle {
  color: #ffffff;
  background-color: #c6b3a2;
  border-color: transparent;
}
.btn-default:not(:disabled):not(.disabled):active:focus,
.btn-default:not(:disabled):not(.disabled).active:focus,
.show > .btn-default.dropdown-toggle:focus {
  box-shadow: none;
  outline: none;
}

#numberPagination a.prev,
#numberPagination a.next {
  width: 40px;
  height: 40px;
  border: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.innerpage-caption {
  position: relative;
  margin-bottom: 6.5rem;
  background-color: rgba(0, 0, 0, 0.4);
}

.page-title-caption {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  text-transform: uppercase;
}

.page-header {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.page-header strong {
  color: #b2974d;
}

.content {
  margin-bottom: 2rem;
}

.iframe-class {
  width: 100%;
  height: auto;
  min-height: 1075px;
}

.home-cms {
  margin-bottom: 2rem;
  position: relative;
}

.home-cms > .container {
  position: relative;
}

.home-cms > .container::after {
  background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1712.6 1373.5'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bopacity:0.05;%7d%3c/style%3e%3c/defs%3e%3cg id='Ornaments'%3e%3cg id='Flag_shape_element-2' data-name='Flag shape element-2' class='cls-1'%3e%3cpath id='Path_679' data-name='Path 679' d='M327.3,665.7H799.6L472.3,1139.3H0Z' transform='translate(0 0)'/%3e%3cpath id='Path_680-2' data-name='Path 680-2' d='M1240.3,0h472.3L1303.5,671H792.4Z' transform='translate(0 0)'/%3e%3cpath id='Path_682' data-name='Path 682' d='M470.7,1135.5l235.3,1.2L542.3,1373.5H306.2Z' transform='translate(0 0)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto;
  width: 123%;
  height: 100%;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0%;
  z-index: 0;
  pointer-events: none;
}

.car-details {
  margin-bottom: 2rem;
  position: relative;
  border-top: 97px solid #000;
  padding-top: 50px;
}

.car-details > .container {
  position: relative;
}

.car-details > .container::after {
  background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1712.6 1373.5'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bopacity:0.05;%7d%3c/style%3e%3c/defs%3e%3cg id='Ornaments'%3e%3cg id='Flag_shape_element-2' data-name='Flag shape element-2' class='cls-1'%3e%3cpath id='Path_679' data-name='Path 679' d='M327.3,665.7H799.6L472.3,1139.3H0Z' transform='translate(0 0)'/%3e%3cpath id='Path_680-2' data-name='Path 680-2' d='M1240.3,0h472.3L1303.5,671H792.4Z' transform='translate(0 0)'/%3e%3cpath id='Path_682' data-name='Path 682' d='M470.7,1135.5l235.3,1.2L542.3,1373.5H306.2Z' transform='translate(0 0)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto;
  width: 123%;
  height: 100%;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0%;
  z-index: 0;
  pointer-events: none;
}

table.table.specification td {
  padding: 0px;
}

table.table.specification td p {
  margin-bottom: 4px;
}

.specification-option ul.nav-tabs {
  border-bottom: 4px solid rgba(0, 0, 0, 0.13);
  margin-bottom: 20px;
}

.specification-option ul.nav-tabs li {
  padding: 0px 20px;
  flex: 1;
  margin: 0;
}

.specification-option ul.nav-tabs li:first-child {
  padding: 0px 0px;
}

.specification-option ul.nav-tabs li:last-child {
  padding: 0px 0px;
}

.specification-option ul.nav-tabs li:first-child a {
  text-align: left;
}

.specification-option ul.nav-tabs li:last-child {
  text-align: right;
}

.news-list-item .news-3 figcaption h2 {
  font-size: 2.390625rem;
  
}

.specification-option ul.nav-tabs li a {
  padding: 8px 0px;
  display: inline-block;
  text-align: center;
  border: 0px;
  position: relative;
  color: rgba(0, 0, 0, 0.4);
}

.specification-option ul.nav-tabs li a:after {
  display: none;
}

.specification-option ul.nav-tabs li a.active {
  color: #000000;
}

.specification-option ul.nav-tabs li a:hover {
  color: #000000;
}

.specification-option ul.nav-tabs li a.active::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #b2974d;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  display: block;
}

.specification-option .tab-content ul {
  margin: 1rem 0 1rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.specification-option .tab-content ul li {
  margin: 0;
  padding: 0.25rem 0 0.5rem 2.5rem;
  font-size: inherit;
  position: relative;
  font-family: "bookman_old_styleregular" !important;
  width: 50%;
}
.specification-option .tab-content ul li:after {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  bottom: 0;
  top: -3px;
  left: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: bold;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0.75rem;
  z-index: 3;
  height: 44px;
}
.specification-option .tab-content ul li:before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  bottom: 0;
  top: 3px;
  left: 0;
  display: block;
  color: #b2974d;
  font-weight: bold;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 1.25rem;
  z-index: 2;
}

.input-icons {
  position: relative;
  z-index: 0;
}
.input-icons #Aantal {
  position: relative;
  z-index: 1;
  background: transparent;
}

.input-icons::after {
  content: "\f007";
  font-family: "Font Awesome 6 pro";
  position: absolute;
  color: #b2974d;
  z-index: 0;
  top: 12px;
  right: 15px;
}

.reserv_time {
  position: relative;
  z-index: 0;
  background-color: #ffffff;
}
.reserv_time #timeFreamdiv {
  position: relative;
  z-index: 1;
  background: transparent;
}

.reserv_time::after {
  content: "\f017";
  font-family: "Font Awesome 6 pro";
  position: absolute;
  color: #b2974d;
  z-index: 0;
  top: 12px;
  right: 15px;
}

#datepicker-parent {
  position: relative;
  z-index: 0;
  background-color: #ffffff;
}
#datepicker-parent #reservation-date {
  position: relative;
  z-index: 2;
  background: transparent;
}

#datepicker-parent:after {
  content: "\f133";
  font-family: "Font Awesome 6 pro";
  position: absolute;
  color: #b2974d;
  z-index: 0;
  top: 12px;
  right: 15px;
}

.reservation_module #Aantal {
  border-left: 1px solid #f7f7f7 !important;
  border-right: 1px solid #f7f7f7 !important;
}

select,
select:active {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: transparent;
  background-image: none;
}

.form-control {
  height: 46px;
  border: none;
}

.form-control:hover {
  cursor: pointer;
}

textarea.form-control {
  height: 110px;
}

.form-control.has-error {
  border: 1px solid #d82b00 !important;
}

.form-control.has-success {
  border-color: #369303 !important;
}

.service-list {
  padding: 0 0 6.5rem 0;
}

.service-list .card {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 20px #0000001a;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
  transform-origin: center center;
}

.service-list .card:hover {
  background: #b2974d;
  color: #ffffff;
}

.service-list .item.slick-slide.slick-current.slick-active .card {
  background: #b2974d;
  color: #ffffff;
}

.service-list
  .item.slick-slide.slick-current.slick-active
  .card
  .service-title {
  color: #ffffff;
}

.service-list .card:hover .service-title {
  color: #ffffff;
}

.service-list .card p {
  padding: 6rem 0;
}

.service-list .card .service-title {
  position: absolute;
  top: auto;
  bottom: 0;
  padding: 10px 10px 20px;
}

.home-services {
  padding-bottom: 6.5rem;
  position: relative;
}

.home-services .page-header {
  padding-bottom: 48px;
}

.home-services:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 884.47 644.86'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bopacity:0.05;%7d%3c/style%3e%3c/defs%3e%3cg id='Ornaments'%3e%3cg id='Flag_shape_element' data-name='Flag shape element' class='cls-1'%3e%3cpath id='Path_680' data-name='Path 680' d='M449.51,0H903.43L510.2,644.86H19Z' transform='translate(-18.96)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  height: 51%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  z-index: -1;
}

.home-services .service-list .card {
  margin: 20px 0;
}

.services-inner-page .service-list .card {
  margin: 0px 0 20px 0;
}

.cms-content {
  position: relative;
}
.cms-content .container {
  position: relative;
}

.article2 img {
  width: 100%;
}
.article1 img {
  width: 100%;
}
.featured-products {
  background-color: #c8e3ff66;
  padding: 2.5rem 0rem 10rem;
  position: relative;
}
.featured-products .fake-col-wrapper .slide-item + .slide-item .card .row {
  flex-direction: row-reverse;
}
.featured-products .card {
  position: relative;
  padding: 0;
  border-radius: 0px;
}
.featured-products .card .card-image {
  overflow: hidden;
}
.featured-products .card .card-image a {
  display: flex;
  height: 100%;
}
.featured-products .card .card-image a img {
  object-fit: cover;
}
.featured-products .card h4 {
  position: relative;
}
.featured-products .card .card-body {
  padding: 32px;
  display: flex;
  flex-direction: column;
  background: transparent
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(11, 44, 96, 0.67) 68%,
      #002359 100%
    )
    0% 0% no-repeat padding-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
}
.featured-products .card .card-body a {
  color: #ffffff;
}
.featured-products .card .card-body::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid white;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.featured-products
  .fake-col-wrapper
  .slide-item
  + .slide-item
  .card
  .card-body::after {
  left: auto;
  display: none;
  right: -20px;
  border-right: 0px solid white;
  border-left: 20px solid white;
}

.related-product .card {
  position: relative;
  padding: 0rem;
  box-shadow: 0px 3px 6px #00000029;
  margin-bottom: 40px;
  height: calc(100% - 40px);
}
.related-product .card .card-image {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.related-product .card .card-image a {
  display: flex;
  height: 100%;
  width: 100%;
}
.related-product .card .card-image a img {
  object-fit: cover;
}
.related-product .card .card-body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  background-color: white;
  position: relative;
}
.related-product .card .card-body::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid white;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.featured-news {
  padding: 2.5rem 0rem 2.5rem;
  position: relative;
}
.featured-news .card {
  position: relative;
  padding: 1rem;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 24px;
  margin-bottom: 20px;
}
.featured-news .card .card-image {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.featured-news .card .card-image a {
  display: flex;
  height: 100%;
}
.featured-news .card .card-image a img {
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.featured-news .card .card-body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  background-color: white;
  position: relative;
}
.featured-news .card .card-body::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid white;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.featured-news .newsdate {
  padding: 1rem;
  background-color: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
  transform: translateY(-50%);
  position: relative;
  width: 80%;
  margin: auto auto -30px;
  z-index: 2;
  text-align: center;
}

.featured-industries {
  padding: 2.5rem 0rem 2.5rem;
  position: relative;
}
.featured-industries .card {
  position: relative;
  padding: 1rem;
  box-shadow: 0px 3px 6px #00000029;
  margin-bottom: 40px;
  height: calc(100% - 40px);
}
.featured-industries .card .card-image {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.featured-industries .card .card-image a {
  display: flex;
  height: 100%;
}
.featured-industries .card .card-image a img {
  object-fit: cover;
}
.featured-industries .card .card-body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  background-color: white;
  position: relative;
}

.featured-products.inner-page-lists .card-image {
  overflow: hidden;
}
.featured-products.inner-page-lists img {
  height: 440px;
  object-fit: cover;
  margin-bottom: -40px;
}
.featured-products.inner-page-lists .item {
  margin-bottom: 30px;
}

.download-brochure {
  transform: translateY(-100px);
}
.download-brochure .download-inner-wrapper {
  box-shadow: 0px 8px 12px #00000029;
}
.download-brochure .column2 {
  padding: 1rem;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-basis: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  vertical-align: middle;
  width: 100%;
  clear: both;
  text-align: center;
}

.why-choose-us {
  position: relative;
}
.why-choose-us .column1 {
  padding: 2rem 1rem;
  background: #002359;
  color: #ffffff;
}
.why-choose-us .column1 h2 {
  color: #b2974d;
  margin: 2rem 0 2rem;
  font-size: 1rem;
}
.why-choose-us .column1 h3 {
  color: #ffffff;
  margin: 0rem 0 2rem;
  font-size: 1.5rem;
}
.why-choose-us .column1 h4 {
  color: #ffffff;
  margin: 0rem 0 1rem;
  font-size: 1.25rem;
}
.why-choose-us .column1 .icon {
  display: flex;
  margin-bottom: 2rem;
}
.why-choose-us .column1 .icon .icon-left {
  min-width: 80px;
  margin-right: 1rem;
}
.why-choose-us .column2 {
  padding: 2rem 1rem;
}
.why-choose-us::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto;
  width: 70%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0%;
  z-index: -1;
  pointer-events: none;
  background: #002359;
}
.why-choose-us::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto;
  width: 30%;
  height: 100%;
  left: 70%;
  right: 0;
  top: 0;
  bottom: 0%;
  z-index: -1;
  pointer-events: none;
  background: #b2974d;
}

.featured-testimonials {
  padding: 120px 0 150px;
  background-size: cover;
}
.featured-testimonials .column1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-basis: 100%;
  justify-content: center;
  width: 100%;
  clear: both;
  height: 100%;
  text-align: left;
  padding-right: 2rem;
  border-right: 2px solid #ffffff;
}
.featured-testimonials .card {
  background-color: #ffffff;
  height: 100%;
  border-radius: 30px 0px;
  margin-right: 40px;
  padding-top: 1rem;
}
.featured-testimonials .card .card-image {
  background-color: #ffffff;
  padding: 1rem;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  width: 80px;
  margin: 0 auto 5px;
  border-radius: 50%;
}
.featured-testimonials .card h4 {
  color: inherit;
  margin: 0px 0px 16px;
}
.featured-testimonials .card .card-text {
  padding: 0px 40px;
}
.featured-testimonials .card .rating {
  color: #b2974d;
}
.featured-testimonials .card .rating i {
  margin: 0 0.15rem;
}
.featured-testimonials .card::after {
  content: "\f10d";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0px 12px;
  background: transparent;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 2rem;
}
.featured-testimonials .card::before {
  content: "\f10e";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: auto;
  right: 1rem;
  bottom: 1rem;
  padding: 0px 12px;
  background: transparent;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 2rem;
}
.featured-testimonials .slick-current.slick-active .card {
  background-color: #b2974d;
  color: #ffffff;
}
.featured-testimonials .slick-current.slick-active .card .rating {
  color: #ffffff;
}
.featured-testimonials .slick-track {
  display: flex !important;
  margin: 0px -20px;
}
.featured-testimonials .slick-slide {
  height: inherit !important;
  padding: 0px 20px;
}

.featured-team .column1 {
  position: relative;
  z-index: 2;
}
.featured-team .column2 {
  padding-left: 50px;
}
.featured-team .card {
  background-color: #ffffff;
  height: calc(100%);
  margin-right: 40px;
  padding-top: 1rem;
  box-shadow: 0px 3px 6px #00000029;
}
.featured-team .card .card-image {
  background-color: #ffffff;
  padding: 0rem;
  opacity: 1;
  width: 160px;
  margin: 0 auto 5px;
  border-radius: 50%;
}
.featured-team .card .card-image a {
  display: block;
}
.featured-team .card .card-image img {
  border-radius: 50%;
}
.featured-team .card h4 {
  color: #b2974d;
  margin: 0px 0px 16px;
}
.featured-team .card .card-text {
  padding: 0px 40px;
}
.featured-team .slick-list {
  overflow: initial;
}
.featured-team .slick-list:after {
  left: calc(-100vw - 25px);
  content: "";
  position: absolute;
  top: -5px;
  bottom: 0;
  background: #f5faff;
  width: 100vw;
  height: 105%;
  right: 0;
}
.featured-team .slick-list:before {
  left: -25px;
  content: "";
  position: absolute;
  top: -50px;
  bottom: 0;
  background: #b2974d;
  width: 100vw;
  height: 40%;
  right: 0;
}
.featured-team .slick-track {
  display: flex !important;
  margin: 0px -20px;
}
.featured-team .slick-slide {
  height: inherit !important;
  padding: 0px 20px;
}

.accordion .card {
  background: #c8e3ff66;
  margin-bottom: 40px;
  border-radius: 10px !important;
}

.accordion .card-header {
  padding: 0;
  background: transparent;
  padding: 0.85rem 1.25rem 0.85rem 1.25rem;
}

.accordion .card-header[aria-expanded="true"]:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f068";
  position: absolute;
  right: 0.75rem;
  top: 1.25rem;
  font-size: 1.5rem;
}

.accordion .card-header.collapsed[aria-expanded="false"]:after {
  /* symbol for "collapsed" panels */
  font-family: "Font Awesome 6 Pro";
  content: "\f067";
  position: absolute;
  right: 0.75rem;
  top: 1.25rem;
  font-size: 1.5rem;
}

.social-link {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c4c4c4;
  color: white;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.social-link:hover {
  background-color: #b2974d;
  color: #ffffff;
}

.contact {
  padding: 50px 0px;
}

.recaptcha {
  height: 54px;
  overflow: hidden;
}

.input-effect {
  position: relative;
  z-index: 1;
}

.effect-16 {
  background-color: #ffffff;
  width: 100%;
  padding: 0.8rem 0.75rem 0.75rem 2rem;
  height: 50px;
  line-height: 1;
  font-size: 1.0625rem;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  color: #000000;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  border: 0px;
}

.contact-page-form .form-group {
  margin-bottom: 30px;
}
.contact-page-form .form-group label {
  margin-bottom: 0.8rem;
}

.effect-16:active {
  background-color: #ffffff;
}

.effect-16 ~ label {
  position: absolute;
  left: 0;
  width: 100%;
  top: 20px;
  color: #000000;
  transition: 0.3s;
  z-index: -1;
  font-size: 1.0625rem;
}

.effect-16:focus ~ label,
.has-content.effect-16 ~ label {
  top: 0px;
  left: 0;
  font-size: 10px;
  color: #000000;
  transition: 0.3s;
}

.effect-16:focus {
  outline: none;
  box-shadow: none;
  color: #535353;
  font-size: 1.0625rem;
}

.effect-16.content-filled-back {
  color: #379c00;
  border-color: #379c00;
}

.effect-16.content-filled-back ~ label {
  transition: 0.3s;
}

.effect-16.filled ~ label {
  transition: 0.3s;
}

.effect-16.filled::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #379c00;
}

.effect-16.filled::-moz-placeholder {
  /* Firefox 19+ */
  color: #379c00;
}

.effect-16.filled:-ms-input-placeholder {
  /* IE 10+ */
  color: #379c00;
}

.effect-16.filled:-moz-placeholder {
  /* Firefox 18- */
  color: #379c00;
}

.section-child {
  margin: 6.5rem 0 5.65rem;
}

.section-child:not(:last-child) {
  margin-top: 0;
}

.section-child-alternate {
  margin: 3.5rem 0 3.5rem;
  padding: 6.5rem 0 6.5rem;
  margin-bottom: 0;
  overflow: hidden;
  clear: both;
}

.section-child-alternate:not(:last-child) {
  margin-top: 0;
}

.section-child-alternate:nth-child(even) .row {
  flex-direction: row-reverse;
}

.section-child-small {
  margin: 2.5rem 0 2.5rem;
  overflow: hidden;
  clear: both;
}

.section-child-small:not(:last-child) {
  margin-top: 0;
}

.section-spacing-100 {
  margin: 6.25rem 0 6.25rem;
  padding: 6.25rem 0 6.25rem;
  overflow: hidden;
  clear: both;
}

.section-spacing-70 {
  margin: 4.375rem 0 4.375rem;
  padding: 4.375rem 0 4.375rem;
  overflow: hidden;
  clear: both;
}

.section-spacing-50 {
  margin: 3.125rem 0 3.125rem;
  padding: 3.125rem 0 3.125rem;
  overflow: hidden;
  clear: both;
}

.featured-blogs {
  padding: 2.5rem 0rem 6.5rem;
}
.featured-blogs .card {
  position: relative;
  padding: 0;
  height: calc(100% - 2rem);
  border-radius: 0px;
  margin-bottom: 2rem;
}
.featured-blogs .card .card-title {
  margin-top: 40px;
  margin-bottom: 16px;
}
.featured-blogs .card .card-title a {
  color: #000000;
}
.featured-blogs .card .card-body {
  background-color: transparent;
  padding: 0;
}
.featured-blogs .card .btn-link i {
  display: none;
  color: #b2974d;
}
.featured-blogs .card .btn-link {
  color: #b2974d;
  text-decoration: underline;
}
.featured-blogs .card .card:hover a {
  color: #b2974d;
}
.featured-blogs .card .card:hover h4:before {
  color: #b2974d;
}

.all-btn {
  margin: 60px 0px;
}

.action-btn {
  list-style: none;
}

.cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3.125rem 1rem;
  position: relative;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.cta .container {
  position: relative;
  z-index: 4;
}
.cta h2 {
  color: inherit;
  margin-bottom: 1.5rem;
}
.cta p {
  margin-bottom: 1.5rem;
  color: inherit;
}
.cta strong {
  color: #b2974d;
}
.cta a {
  margin: 0px 25px 12px;
}
.cta::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0px 0;
  background: rgba(0, 35, 89, 0.8);
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
}

/* Remove IE arrow */
select::-ms-expand {
  display: none;
}

/* Custom Select */
.selectbox {
  position: relative;
  display: flex;
  background: transparent;
  overflow: hidden;
  width: 100%;
  padding: 0px 7px;
}
.selectbox select {
  border: 1px solid #fff !important;
  padding: 0.5rem 1rem;
  flex: 1;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  background: transparent !important;
  color: #ffffff !important;
}
.selectbox select option {
  background-color: #002359;
}

/* Arrow */
.selectbox::after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: 0;
  right: 1rem;
  padding: 0px 12px;
  background: transparent;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
  height: 100%;
  bottom: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.selectbox-filter {
  position: relative;
  display: flex;
  background: #fff;
  overflow: hidden;
  width: 100%;
  padding: 5px 7px;
}
.selectbox-filter select {
  border: 1px solid #fff !important;
  padding: 0.5rem 1rem;
  flex: 1;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  background: transparent !important;
  color: #000000 !important;
}

/* Arrow */
.selectbox-filter::after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: 0;
  right: 1rem;
  padding: 0px 12px;
  background: transparent;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
  height: 100%;
  bottom: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.filter-section {
  padding: 20px;
}

.filters-jobs-button {
  display: none;
}

@media (max-width: 992px) {
  .filters-jobs-button {
    display: flex;
    justify-content: center;
    padding: 5px;
    align-items: center;
    margin-bottom: 40px;
    width: 100%;
  }

  a.filter-close {
    position: fixed;
    transform: translateY(-54px);
    text-align: right;
    right: 22px;
    font-size: 2rem;
    z-index: 9;
    padding: 0px 14px;
    background-color: #f2f2f2;
    color: #000000;
  }
  #reservationFrm label {
    margin-top: 1rem;
  }
  #reservationFrm .form-group {
    margin-bottom: 0;
  }
  .reserven-form-details .form-group {
    margin-top: 0px !important;
  }
  .squaredFour input {
    margin-top: 20px !important;
  }
  .squaredFour {
    margin-bottom: 2rem;
  }
  .cms-content .sp-aanbevolen {
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
  }
  .contact-page-content .contact-page-img img {
    display: none !important;
  }
  .filters-jobs-button.bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    width: 100%;
    position: fixed;
    padding: 20px;
    position: fixed;
    bottom: 33px;
    left: 0;
    right: 0;
    top: auto;
    z-index: 1100;
    text-align: center;
  }

  .filters-jobs-button.bottom a.btn {
    background-color: #f2f2f2;
    color: #000000;
    border: 1px solid #000000;
    outline: none;
    display: block;
    width: 100%;
  }

  .filters-jobs-button.bottom a.btn:focus {
    outline: none;
    box-shadow: none;
  }

  .filters-jobs {
    display: none;
    transform: translateY(100%);
    -webkit-transition: 0.25s all ease;
    -o-transition: 0.25s all ease;
    transition: 0.25s all ease;
  }

  .filters-jobs.active {
    display: block;
    margin-top: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding-top: 90px;
    padding-bottom: 90px;
    overflow: auto;
    height: calc(100% - 72px) !important;
    transform: translateY(0%);
  }

  .filteropen #header {
    background: #f2f2f2 !important;
  }

  .filteropen #header.sticky {
    background: #f2f2f2 !important;
  }

  .filteropen #header .logo img {
    -webkit-filter: invert(100%);
    /* Safari/Chrome */
    filter: invert(100%);
  }

  .filteropen .navbar-toggler {
    color: #000000;
  }
}
/* Transition */
.selectbox-dark:hover::after {
  color: #000000;
}

.selectbox-dark {
  position: relative;
  display: flex;
  background: transparent;
  overflow: hidden;
  width: 100%;
  padding: 0px 0px;
}
.selectbox-dark select {
  border: 1px solid #dddfe1 !important;
  padding: 0.5rem 1rem;
  height: 46px;
  flex: 1;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  background: transparent !important;
  color: #000000 !important;
}

/* Arrow */
.selectbox-dark::after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: 0;
  right: 0rem;
  padding: 6px 10px;
  background: transparent;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
  height: 100%;
}

.radiobox {
  margin: 0 0rem 1rem;
  display: flex;
}
.radiobox input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radiobox input[type="radio"] + .radio-label {
  display: flex;
  margin: 0;
}
.radiobox input[type="radio"] + .radio-label:before {
  content: "";
  background: #ffffff;
  border-radius: 100%;
  border: 1px solid #b2974d;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  top: 0.13em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radiobox input[type="radio"]:checked + .radio-label:before {
  background-color: #b2974d;
  box-shadow: inset 0 0 0 0px #e9ecef;
}
.radiobox input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #b2974d;
}
.radiobox input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 0px #e9ecef;
  border-color: #9facb9;
  background: #9facb9;
}
.radiobox input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}
.radiobox p {
  margin: 0;
}

.checkbox-radio {
  margin: 0 1rem 0rem 0rem;
  display: flex;
}
.checkbox-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.checkbox-radio input[type="radio"] + .checkbox-radio-label {
  display: flex;
}
.checkbox-radio input[type="radio"] + .checkbox-radio-label:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  line-height: 16px;
  font-size: 0.5rem;
  background: #ffffff;
  border: 1px solid #dddfe1;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  position: relative;
  top: 5px;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.checkbox-radio input[type="radio"]:checked + .checkbox-radio-label:before {
  background-color: #ffffff;
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  line-height: 16px;
  font-size: 0.5rem;
  color: #000000;
  width: 16px;
  min-width: 16px;
  height: 16px;
}
.checkbox-radio input[type="radio"]:focus + .checkbox-radio-label:before {
  outline: none;
  border-color: #002359;
}
.checkbox-radio input[type="radio"]:disabled + .checkbox-radio-label:before {
  box-shadow: inset 0 0 0 0px #e9ecef;
  border-color: #9facb9;
  background: #9facb9;
}
.checkbox-radio input[type="radio"] + .checkbox-radio-label:empty:before {
  margin-right: 0;
}
.checkbox-radio p {
  margin: 0;
}

.checkbox {
  margin: 0 0 15px;
  display: flex;
}
.checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.checkbox input[type="checkbox"] + .checkbox-label {
  display: flex;
  margin: 0;
}
.checkbox input[type="checkbox"] + .checkbox-label:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  line-height: 16px;
  font-size: 0.75rem;
  background: #ffffff;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  position: relative;
  margin-right: 24px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #707070;
}
.checkbox input[type="checkbox"]:checked + .checkbox-label:before {
  background-color: #ffffff;
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-weight: bold;
  line-height: 24px;
  font-size: 1rem;
  color: #b2974d;
  width: 24px;
  min-width: 24px;
  height: 24px;
  border: 1px solid #b2974d;
}
.checkbox input[type="checkbox"]:focus + .checkbox-label:before {
  outline: none;
  border: 1px solid #b2974d;
}
.checkbox input[type="checkbox"]:disabled + .checkbox-label:before {
  box-shadow: inset 0 0 0 0px #e9ecef;
  border-color: #9facb9;
  background: #9facb9;
}
.checkbox input[type="checkbox"] + .checkbox-label:empty:before {
  margin-right: 0;
}
.checkbox p {
  margin: 0;
}

/* page-not-found */
.afhalen-container {
  margin-top: 50px;
  margin-bottom: 40px;
  align-items: center;
}

.afhalen-page .page-header {
  display: none;
}
.afhalen-page .afhalen-img img {
  max-width: 550px;
}

.rgelukt-img img {
  width: 122%;
  object-fit: cover;
}

.reserveren-gelukt-container {
  margin-top: 100px;
  margin-bottom: 60px;
  align-items: center;
}
.reserveren-gelukt-container > div:first-child {
  padding-right: 100px;
}
.reserveren-gelukt-container > div:first-child .btn2,
.reserveren-gelukt-container > div:first-child .reserve-gelukt a,
.reserve-gelukt .reserveren-gelukt-container > div:first-child a {
  margin-top: 50px;
  display: block;
}

@media screen and (max-width: 576px) {
  .reserveren-gelukt-container > div:first-child {
    padding-right: initial;
    text-align: center;
  }
  .reserveren-gelukt-container > div:first-child .btn2,
  .reserveren-gelukt-container > div:first-child .reserve-gelukt a,
  .reserve-gelukt .reserveren-gelukt-container > div:first-child a {
    margin: auto;
    width: 100%;
  }
}
.nieuws-detail-banner {
  margin-top: 100px;
  position: relative;
}
.nieuws-detail-banner .detail-image > img {
  width: 100% !important;
  object-fit: cover;
  height: 320px;
}
.nieuws-detail-banner h1.banner-overlay{
  padding-left: 25px;
  padding-right: 25px;
}

.page-not-found {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 12rem 0 4rem 0;
}

.page-not-found .container {
  position: relative;
}

.page-not-found .container::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 884.4 644.9'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bopacity:0.05;%7d%3c/style%3e%3c/defs%3e%3cg id='Ornaments'%3e%3cg id='Flag_shape_element' data-name='Flag shape element' class='cls-1'%3e%3cpath id='Path_680' data-name='Path 680' d='M430.5,0H884.4L491.2,644.9H0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto;
  width: 70%;
  height: 185%;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0%;
  z-index: 0;
  transform: translateY(-3.3rem);
  pointer-events: none;
  z-index: -1;
}

.carousel {
  background-color: unset !important;
}

.grecaptcha-badge {
  z-index: 9999;
}

.date {
  position: relative;
}
.date::after {
  content: "\f073";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  bottom: 0;
  top: 0px;
  left: auto;
  right: 1rem;
  display: flex;
  color: #000000;
  pointer-events: none;
  font-size: 1rem;
  justify-content: center;
  align-items: center;
}

form button {
  font-family: "gothammedium" !important;
  font-size: 16.5px !important;
}

input,
select {
  font-size: 17px !important;
}

@media (min-width: 992px) {
  .carousel-caption .form-parent input,
  .carousel-caption .form-parent select {
    border-right: 1px solid black !important;
  }
}
@media (max-width: 991.98px) {
  .carousel-caption .form-parent input,
  .carousel-caption .form-parent select {
    border-bottom: 1px solid black !important;
    text-align: center;
  }
  .reservation_module .form-control {
    text-align: center;
  }
  .reservation_module .reserv_time {
    padding-left: 0 !important;
  }
  #datepicker-parent #reservation_date1 {
    margin-bottom: 2px;
  }
  .reserv_time #timeFreamdiv {
    margin-top: 2px;
  }
  .carousel-caption #timeFreamdiv {
    margin-top: 0px;
  }
  .link-top-right {
    display: none;
  }
  .featured-menu h2 {
    width: 100%;
    text-align: center;
  }
  .news-list-item .news-3 figcaption h2 {
    font-size: 1.85rem;
    
  }
}
.videoplaceholder {
  margin-bottom: 3.75rem;
}
.videoplaceholder video {
  width: 100%;
  height: auto;
}

ul.style1 {
  margin: 1rem 0 1rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
ul.style1 li {
  margin: 0;
  padding: 0.25rem 0 0.5rem 2.5rem;
  font-size: inherit;
  position: relative;
  font-family: "bookman_old_styleregular" !important;
  width: 100%;
}
ul.style1 li:after {
  content: "\f058";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  bottom: 0;
  top: 3px;
  left: 0;
  display: block;
  color: #b2974d;
  font-weight: bold;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 1rem;
}

.section {
  clear: both;
}

#footer .navbar li a:hover {
  color: #1a1a1a !important;
  text-decoration: underline;
}

#footer {
  padding-top: 50px;
  padding-bottom: 90px;
  float: left;
  width: 100%;
  background-color: #f7f7f7;
  color: black;
}
#footer a {
  font-size: 17px;
}
#footer .navbar li a {
  color: #1a1a1a;
  font-family: "gothambook";
  font-weight: normal;
  font-size: 17px;
}
#footer .navbar li a:hover {
  color: #b2974d;
}
#footer .navbar-toggle {
  display: none;
}
#footer img[alt="footer_logo"] {
  max-width: 150px;
}
#footer img[alt="itee-logo"] {
  display: block;
  margin: auto;
  margin-top: 3vw;
  width: calc(150px + 5vw);
  object-fit: contain;
}
#footer .itee-logo {
  text-align: center;
}
#footer .itee-logo p {
  font-family: "gothambook";
  font-weight: normal;
  font-size: 20px;
  margin-bottom: -0.5rem;
  margin-top: 3rem;
}
#footer .navbar ul > li {
  white-space: nowrap;
  padding: 9px 0 5px 0;
}
#footer .navbar ul > li:first-child a {
  font-family: "gothambold";
  font-weight: normal;
}
#footer .navbar-collapse {
  display: block;
}
#footer .navbar-collapse ul {
  flex-direction: column;
  height: 210px;
  align-items: flex-start;
  justify-content: end;
}
#footer #footer_top > div > div {
  padding-block: 3rem;
  border-bottom: 1px solid black;
}
#footer .footer-column-1 {
  padding-right: 11rem;
}
#footer .footer-column-1 img {
  max-width: 100px;
  margin-bottom: 1rem;
}
#footer .social-icons {
  justify-content: flex-start;
}
#footer .social-icons a {
  width: 50px;
  height: 50px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 1.25rem;
  color: #002359;
}
#footer #newsletter {
  margin-bottom: 2rem;
}
#footer #newsletter .form-control {
  height: 50px;
  background-color: #002359;
  color: #ffffff;
  border-color: #ffffff;
  -webkit-border-top-left-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-topleft: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  font-family: "bookman_old_styleregular";
  padding-left: 1.5rem;
}
#footer #newsletter .form-control.has-error {
  color: #da251d;
}
#footer #newsletter .form-control.has-success {
  color: #57a639;
}
#footer #newsletter .btn {
  height: 50px;
  background-color: white;
  color: #002359;
  border-color: #ffffff;
  -webkit-border-top-right-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
  -moz-border-radius-topright: 25px;
  -moz-border-radius-bottomright: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  font-family: "bookman_old_styleregular";
}
#footer #newsletter .btn:hover {
  background-color: #002359;
  color: #ffffff;
  border-color: #ffffff;
}
#footer .contact-footer p {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 3rem;
}
#footer .contact-footer p strong {
  color: #b2974d;
  font-family: "bookman_old_styleregular";
}
#footer .contact-footer p span {
  color: #b2974d;
  position: absolute;
  left: 0;
  top: 0;
}
#footer .footer-top {
  padding-top: 2.75rem;
}
#footer .footer-top .normal-menu {
  justify-content: flex-start;
}
#footer .footer-top .normal-menu ul {
  list-style: none;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
#footer .footer-top .normal-menu ul > li {
  padding: 0px 0px 14px;
}
#footer .footer-top .normal-menu ul > li a,
#footer .footer-top .normal-menu ul > li a:focus {
  font-size: 1rem;
  font-family: "bookman_old_styleregular";
  text-transform: none;
}
#footer .footer-bottom {
  padding: 2rem 0;
  margin-top: 2rem;
}
#footer .footer-bottom .container {
  position: relative;
}
#footer .footer-bottom .container:before {
  background-color: white;
  position: absolute;
  top: -3rem;
  content: " ";
  color: #ffffff;
  width: calc(100% - 2rem);
  height: 3px;
}
#footer .footer-bottom .normal-menu ul {
  flex-wrap: wrap;
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  justify-content: flex-end;
}
#footer .footer-bottom .normal-menu ul > li {
  padding: 0px 10px 0px;
  width: auto;
}
#footer .footer-bottom .normal-menu ul > li a,
#footer .footer-bottom .normal-menu ul > li a:focus {
  font-size: 1rem;
  font-family: "bookman_old_styleregular";
  text-transform: none;
}
#footer h2 {
  font-family: "gothamlight";
  font-size: 1.25rem;
  color: inherit;
  margin-bottom: 2.5rem;
  font-weight: normal;
}
#footer h3 {
  font-size: 1.125rem;
  color: inherit;
  font-family: "bookman_old_styleregular";
  padding-top: 14px;
  font-weight: normal;
}
#footer .footer-address {
  display: flex;
  justify-content: space-between;
}
#footer .footer-address a {
  color: #b2974d;
}

.container-banner {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .px-md-6 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .home_page_banner .carousel-inner {
    height: 75vh;
    min-height: 400px;
  }
  .home_page_banner .form-parent {
    position: relative;
    margin-top: 37px;
  }
  .home_page_banner img[alt="home banner"] {
    display: none;
  }
  .home_page_banner .item.active {
    background-image: url("https://www.otaru.nl/staging_2023/media/cache/Rectangle_11_1170x480.png");
    background-repeat: no-repeat;
    height: 100%;
    background-size: cover;
    background-position: 50%;
  }
  .home_page_banner .reserv_time select {
    border: 1px solid transparent !important;
  }
  .home_page_banner .skip-to-main {
    display: none;
  }
}
input.has-error + span::after,
textarea.has-error + span::after {
  content: "Bovenstaand veld is verplicht / formaat onjuist";
  display: block;
  color: red;
  font-size: 13px;
  font-family: "gothambook";
  position: absolute;
  margin-top: 6px;
}

.afhalen-container a.brown,
.afhalen-container .m-t-b a,
.m-t-b .afhalen-container a {
  font-size: 17px;
}

.m-t-b a:hover {
  text-decoration: underline;
}

.afhalen-container a.brown:hover,
.afhalen-container .m-t-b a:hover,
.m-t-b .afhalen-container a:hover {
  text-decoration: underline;
}

.article1 p > a:hover,
.article2 p > a:hover {
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .reservation_module input,
  .reservation_module select {
    text-align: center;
  }

  #main_footer_content > .container {
    padding-top: 10px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
  }

  #footer .footer-logo-address {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    max-width: 100%;
  }
  #footer .footer-logo-address > p {
    text-align: center;
  }

  #footer .navbar {
    padding-top: 10px;
    padding-bottom: 50px;
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    max-width: 100%;
  }
  #footer .navbar .navbar-nav {
    align-items: center;
  }

  #footer .contact-address {
    display: flex;
    align-items: center;
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    max-width: 100%;
  }
  #footer .contact-address > p {
    text-align: center;
  }

  .afhalen-container {
    margin-top: 100px;
  }
  .afhalen-container a.btn2,
  .afhalen-container .reserve-gelukt a,
  .reserve-gelukt .afhalen-container a {
    width: 100%;
    display: block;
    margin-top: 30px;
  }

  p.icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 0;
  }

  .justify-sm-center {
    justify-content: center;
  }

  .contact-page-form {
    padding-inline: 20px;
    padding-block: 70px;
    justify-content: center;
  }

  .home_page_banner .carousel-inner {
    height: 100vh;
    min-height: 400px;
  }
  .home_page_banner .form-parent {
    position: relative;
    margin-top: 37px;
  }
  .home_page_banner img[alt="home banner"] {
    display: none;
  }
  .home_page_banner .item.active {
    background-image: url("https://www.otaru.nl/staging_2023/media/cache/Rectangle_11_1170x480.png");
    background-repeat: no-repeat;
    height: 100%;
    background-size: cover;
    background-position: 50%;
  }
  .home_page_banner .skip-to-main {
    font-size: 135px;
    position: relative;
    width: 100%;
    height: 30%;
    left: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .home_page_banner .reserv_time select {
    border: 0px !important;
  }
  .home_page_banner .input_group > div:last-child {
    width: 100%;
  }
  .home_page_banner .input_group > div:last-child button {
    width: 100%;
  }

  #footer .navbar-collapse ul {
    height: auto;
  }

  .menu-main-tab .slick-prev {
    display: block;
    left: -35px !important;
    top: 5px;
    background: transparent;
  }

  .menu-main-tab .slick-next {
    display: block;
    left: 98%;
    top: 5px;
  }
}
.menu-page-content {
  margin-top: 100px;
}

.content-paginia-page #main-container,
.algemene-voorwaarden-page #main-container,
.privacyverklaring-page #main-container,
.cookieverklaring-page #main-container {
  margin-top: 100px;
}
.privacyverklaring-page .content.menu-page-content h2.page-header, .algemene-voorwaarden-page .content.menu-page-content h2.page-header, .cookieverklaring-page .content.menu-page-content h2.page-header, .home-menu-item.home-2021 h2{
  font-size: 2.390625rem;
}
.content-paginia-page .section_2,
.algemene-voorwaarden-page .section_2 {
  min-height: 300px;
}
.privacyverklaring-page .caption-inner .fa-angle-down::before,
.cookieverklaring-page .caption-inner .fa-angle-down::before {
  content: "";
}
.menu-page .menu-page-content {
  margin-top: 150px;
  text-align: center;
  margin-bottom: 14px;
  width: 53%;
}
.menu-page .menu-page-content .page-desc {
  text-align: center;
  margin-bottom: 50px;
}
.menu-page .menu-page-content .page-header {
  margin-bottom: 10px;
}

h1.banner-overlay {
  color: white !important;
}

@media (min-width: 992px) {
  #footer .footer-desc {
    padding-right: 155px;
  }

  #footer .footer-logo-address {
    flex: 0 0 41.6666666667%;
    -webkit-flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  #footer .navbar {
    flex: 0 0 41.6666666667%;
    -webkit-flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  #footer .contact-address {
    flex: 0 0 16.6666666667%;
    -webkit-flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #footer .footer-logo-address {
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    max-width: 50%;
  }

  #footer .navbar {
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    max-width: 50%;
  }

  #footer .contact-address {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .reserve_button,
  .reserve_button > button {
    width: 100%;
  }

  h1,
  .h1 {
    font-size: 1.85rem;
    color: #1a1a1a !important;
  }

  h2,
  .h2 {
    font-size: 1.85rem;
  }

  h3,
  .h3 {
    font-size: 1.75rem;
  }

  h4,
  .h4 {
    font-size: 1.0075431034rem;
  }

  h5,
  .h5 {
    font-size: 1.0216346154rem;
  }

  h6,
  .h6 {
    font-size: 1.1953125rem;
  }

  body {
    padding-top: 0px;
  }

  .container {
    width: 100%;
    max-width: 100%;
  }

  hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .navbar > div {
    width: 90%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1186px) {
  .font-20 {
    font-size: 1rem;
  }

  .font-21 {
    font-size: 1.05rem;
  }

  .font-22 {
    font-size: 1.1rem;
  }

  .font-23 {
    font-size: 1.15rem;
  }

  .font-24 {
    font-size: 1.2rem;
  }

  .font-25 {
    font-size: 1.25rem;
  }

  .font-26 {
    font-size: 1.3rem;
  }

  .font-27 {
    font-size: 1.35rem;
  }

  .font-28 {
    font-size: 1.4rem;
  }

  .font-29 {
    font-size: 1.45rem;
  }

  .font-30 {
    font-size: 1.5rem;
  }

  .font-31 {
    font-size: 1.55rem;
  }

  .font-32 {
    font-size: 1.6rem;
  }

  .font-33 {
    font-size: 1.65rem;
  }

  .font-34 {
    font-size: 1.7rem;
  }

  .font-35 {
    font-size: 1.75rem;
  }

  .font-36 {
    font-size: 1.8rem;
  }

  .font-37 {
    font-size: 1.85rem;
  }

  .font-38 {
    font-size: 1.9rem;
  }

  .font-39 {
    font-size: 1.95rem;
  }

  .font-40 {
    font-size: 2rem;
  }

  .font-41 {
    font-size: 2.05rem;
  }

  .font-42 {
    font-size: 2.1rem;
  }

  .font-43 {
    font-size: 2.15rem;
  }

  .font-44 {
    font-size: 2.2rem;
  }

  .font-45 {
    font-size: 2.25rem;
  }

  .font-46 {
    font-size: 2.3rem;
  }

  .font-47 {
    font-size: 2.35rem;
  }

  .font-48 {
    font-size: 2.4rem;
  }

  .font-49 {
    font-size: 2.45rem;
  }

  .font-50 {
    font-size: 2.5rem;
  }

  .font-51 {
    font-size: 2.55rem;
  }

  .font-52 {
    font-size: 2.6rem;
  }

  .font-53 {
    font-size: 2.65rem;
  }

  .font-54 {
    font-size: 2.7rem;
  }

  .font-55 {
    font-size: 2.75rem;
  }

  .font-56 {
    font-size: 2.8rem;
  }

  .font-57 {
    font-size: 2.85rem;
  }

  .font-58 {
    font-size: 2.9rem;
  }

  .font-59 {
    font-size: 2.95rem;
  }

  .font-60 {
    font-size: 3rem;
  }

  .font-61 {
    font-size: 3.05rem;
  }

  .font-62 {
    font-size: 3.1rem;
  }

  .font-63 {
    font-size: 3.15rem;
  }

  .font-64 {
    font-size: 3.2rem;
  }

  .font-65 {
    font-size: 3.25rem;
  }

  .font-66 {
    font-size: 3.3rem;
  }

  .font-67 {
    font-size: 3.35rem;
  }

  .font-68 {
    font-size: 3.4rem;
  }

  .font-69 {
    font-size: 3.45rem;
  }

  .font-70 {
    font-size: 3.5rem;
  }

  .font-71 {
    font-size: 3.55rem;
  }

  .font-72 {
    font-size: 3.6rem;
  }

  .font-73 {
    font-size: 3.65rem;
  }

  .font-74 {
    font-size: 3.7rem;
  }

  .font-75 {
    font-size: 3.75rem;
  }

  .font-76 {
    font-size: 3.8rem;
  }

  .font-77 {
    font-size: 3.85rem;
  }

  .font-78 {
    font-size: 3.9rem;
  }

  .font-79 {
    font-size: 3.95rem;
  }

  .font-80 {
    font-size: 4rem;
  }

  .font-81 {
    font-size: 4.05rem;
  }

  .font-82 {
    font-size: 4.1rem;
  }

  .font-83 {
    font-size: 4.15rem;
  }

  .font-84 {
    font-size: 4.2rem;
  }

  .font-85 {
    font-size: 4.25rem;
  }

  .font-86 {
    font-size: 4.3rem;
  }

  .font-87 {
    font-size: 4.35rem;
  }

  .font-88 {
    font-size: 4.4rem;
  }

  .font-89 {
    font-size: 4.45rem;
  }

  .font-90 {
    font-size: 4.5rem;
  }

  .font-91 {
    font-size: 4.55rem;
  }

  .font-92 {
    font-size: 4.6rem;
  }

  .font-93 {
    font-size: 4.65rem;
  }

  .font-94 {
    font-size: 4.7rem;
  }

  .font-95 {
    font-size: 4.75rem;
  }

  .font-96 {
    font-size: 4.8rem;
  }

  .font-97 {
    font-size: 4.85rem;
  }

  .font-98 {
    font-size: 4.9rem;
  }

  .font-99 {
    font-size: 4.95rem;
  }

  .font-100 {
    font-size: 5rem;
  }

  .header .navbar {
    order: 2;
  }
}
.home-menu-item {
  text-align: center;
  margin-inline: auto;
}

#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#light {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 80%;
  border: 0px solid #fff;
  z-index: 1002;
  overflow: visible;
  transform: translate(-50%, -50%);
}

#light video {
  height: auto;
}

#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #222222;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: flex;
  line-height: 0px;
  padding: 0px;
  position: absolute;
  right: 0px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.boxclose:before {
  content: "×";
}

.video-icon {
  display: flex;
  line-height: 0px;
  padding: 0px;
  position: absolute;
  z-index: 1002;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 1px solid #000000;
  color: #000000;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.call-to-action-footer {
  background-color: #b2974d;
  padding: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  text-align: center;
  display: none;
}

.product-cta {
  background-color: black;
  padding: 30px;
  margin-bottom: 40px;
}

#enquiry-form {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 40px;
}

#enquiry-form h2 {
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .menu-page-content {
    margin-top: 20px;
  }

  .contact-page
    .featured-section.imgage-content-section.image-left
    .row.flex-row-reverse.mar-gutters-50 {
    flex-direction: column-reverse !important;
  }

  .contact-page
    .featured-section.imgage-content-section.image-right
    .row.mar-gutters-50 {
    flex-direction: column-reverse !important;
  }

  .contact-page .section-child.bg-white {
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  body {
    padding-top: 0px;
  }

  #header.sticky {
    background: black;
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  }

  #header.active {
    background: black;
  }

  .top-header {
    position: relative;
  }

  #header .logo img {
    margin: auto 142%;
  }
  .header-light img[alt="logo_black"] {
    width: 245px;
    object-fit: contain;
    margin: auto 142%;
  }

  #bs-example-navbar-collapse-center-header-2 {
    margin: 0px 0px;
    top: 0;
  }

  #bs-example-navbar-collapse-center-header-2 > ul {
    background: black;
    padding: 70px 0px;
  }

  #bs-example-navbar-collapse-center-header-2 > ul > li {
    padding: 10px 0 10px 0px;
  }

  #header .navbar ul > li {
    width: 100%;
  }

  .navbar-nav .nav-link {
    font-size: 20px;
  }

  /* span.dropicon {
    left: auto;
    right: 1rem;
    top: 15px;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
    z-index: 99999;
  } */

  span.dropicon {
    left: 0;
    right: 0rem;
    top: 0px;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
    z-index: 99999;
    height: 75px;
  }

  .navbar .nav-link.show span.dropicon {
    transform: rotate(90deg);
    bottom: 16px;
    margin-right: -5px;
  }

  span.dropicon i {
    display: block;
  }

  span.dropicon i + i {
    display: none;
  }

  .navbar .dropdown ul.dropdown-menu.show{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 28px;
    background-color: #b2974d;
    width: 100% !important;
    border: 0px;
    box-shadow: none;
  }
.navbar .dropdown ul a{
  color: white !important;
  padding: 18px 0;
}
  .navbar .dropdown ul.dropdown-menu.show ul.column1{
    padding-top: 0 !important;
    gap: 0;
  }
   .navbar .dropdown ul.dropdown-menu.show ul.column1 li{
    padding-block: 0 !important;
    border-bottom: 1px solid #fff;
   }
   .navbar .dropdown ul.dropdown-menu.show li.container{
    padding-block: 0 !important;
   }

  #header .navbar a,
  #header .navbar a:focus {
    font-size: 29px;
    font-family: "gothambook";
  }

  .navbar .nav-link.show + ul.dropdown-menu {
    position: relative;
    left: 0;
    top: 0;
    padding-top: 10px;
  }

  .nav-link.show:after {
    display: none;
  }

  .banner-home-page {
    height: 75vh !important;
  }

  .call-to-action-banner {
    display: none;
  }

  .videoonbanner.position-relative.h-auto {
    margin: 0 auto;
    max-width: 244px;
    margin-top: 4.375rem;
  }

  .caption-inner .caption-2 {
    text-align: center;
    font-size: 1rem;
    margin-top: 3rem !important;
  }

  .caption-inner .caption-1 {
    text-align: center;
    font-size: 2.5rem;
  }

  .caption-inner
    .h-100.d-flex.flex-column.justify-content-center.align-items-end {
    justify-content: flex-end !important;
    align-items: center !important;
    padding-bottom: 2rem;
  }

  .innerpage-caption {
    margin-bottom: 3.75rem;
  }

  .section-child {
    margin: 3.75rem 0 3.75rem;
  }

  .service-list-iocns ul li {
    width: 100%;
  }

  .cms-content img {
    margin-bottom: 1.5rem;
  }

  .searchbox_inner {
    flex-direction: column;
    padding: 32px 0px;
  }

  .searchbox_inner .selectbox {
    padding: 0px 0px 15px;
  }

  .innerpage-caption .image-placeholder img {
    height: 280px;
    object-fit: cover;
    transform-origin: center center;
  }

  .innerpage-caption .carousel-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }

  .home-services .service-list {
    padding: 0 0 0 0;
  }

  .home-services {
    padding-bottom: 3.75rem;
  }

  .home-services:after {
    display: none;
  }

  .home-services .service-list .card {
    min-height: 140px;
    min-width: 200px;
    box-shadow: none;
  }

  .home-services .slider-for-service {
    margin-top: 1.85rem;
  }

  .home-services .slider-for-service .card {
    margin-top: 1.85rem;
  }

  .home-services .service-list .card p {
    padding: 1rem 0 0;
    font-size: 2.5rem;
  }

  .home-services .service-list .card .service-title {
    position: relative;
    font-size: 16px;
  }

  .slider-nav-service.service-list {
    padding-top: 50px;
  }

  .slider-nav-service.service-list .slick-prev {
    top: 0;
    left: 50%;
    transform: translateX(-50px);
  }

  .slider-nav-service.service-list .slick-next {
    top: 0;
    right: 50%;
    transform: translateX(50px);
  }

  .service-list .card p {
    padding: 0rem 0 0;
    font-size: 6rem;
  }

  .service-list .card .service-title {
    position: relative;
    font-size: 22px;
  }

  .services-inner-page .service-list .card {
    height: 100%;
  }

  .featured-blogs {
    padding-bottom: 3.5rem;
  }

  .featured-blogs .card .card-title {
    font-size: 1.3125rem;
  }

  #light {
    transform: translate(-2.5%, -50%);
    left: 5%;
    max-width: 100%;
  }

  .imgage-content-section.image-left .image-border {
    margin-bottom: 2rem;
  }

  .imgage-content-section.image-right .image-border {
    margin-bottom: 2rem;
  }

  .contact-address {
    flex-direction: column;
  }

  #footer .social-icons {
    margin: 20px 0px 30px;
  }

  #footer .footer-middle .navbar ul {
    flex-direction: row;
    align-items: flex-start;
  }

  #footer .footer-middle .navbar ul > li a {
    padding: 0;
    white-space: normal;
  }

  #footer .footer-middle .navbar ul li {
    width: 50%;
    padding: 6px 0px 6px;
  }

  .privacyverklaring-page .content.menu-page-content h2.page-header, .algemene-voorwaarden-page .content.menu-page-content h2.page-header, .cookieverklaring-page .content.menu-page-content h2.page-header, .home-menu-item.home-2021 h2{
    font-size: 1.85rem;
  }
  #footer .footer-bottom .row.undefined {
    flex-direction: column-reverse;
  }

  #footer .footer-bottom .navbar {
    justify-content: center;
  }

  #footer .footer-bottom .navbar ul {
    flex-direction: row;
    align-items: flex-start;
  }

  #footer .footer-bottom .navbar ul li {
    width: 100%;
    padding: 6px 0px 6px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  #footer .footer-bottom .navbar ul > li a {
    padding: 0;
    white-space: normal;
  }

  #footer .footer-bottom .design-by {
    text-align: center;
    padding-top: 30px;
  }

  #footer .footer-bottom .container:before {
    height: 3px;
    left: 0;
    right: 0;
    margin: auto;
  }

  #footer h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    margin-top: 10px;
  }

  #footer .footer-bottom {
    text-align: center;
  }

  #main-container {
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
  }

  .font-20 {
    font-size: 0.8333333333rem;
  }

  .font-21 {
    font-size: 0.875rem;
  }

  .font-22 {
    font-size: 0.9166666667rem;
  }

  .font-23 {
    font-size: 0.9583333333rem;
  }

  .font-24 {
    font-size: 1rem;
  }

  .font-25 {
    font-size: 1.0416666667rem;
  }

  .font-26 {
    font-size: 1.0833333333rem;
  }

  .font-27 {
    font-size: 1.125rem;
  }

  .font-28 {
    font-size: 1.1666666667rem;
  }

  .font-29 {
    font-size: 1.2083333333rem;
  }

  .font-30 {
    font-size: 1.25rem;
  }

  .font-31 {
    font-size: 1.2916666667rem;
  }

  .font-32 {
    font-size: 1.3333333333rem;
  }

  .font-33 {
    font-size: 1.375rem;
  }

  .font-34 {
    font-size: 1.4166666667rem;
  }

  .font-35 {
    font-size: 1.4583333333rem;
  }

  .font-36 {
    font-size: 1.5rem;
  }

  .font-37 {
    font-size: 1.5416666667rem;
  }

  .font-38 {
    font-size: 1.5833333333rem;
  }

  .font-39 {
    font-size: 1.625rem;
  }

  .font-40 {
    font-size: 1.6666666667rem;
  }

  .font-41 {
    font-size: 1.7083333333rem;
  }

  .font-42 {
    font-size: 1.75rem;
  }

  .font-43 {
    font-size: 1.7916666667rem;
  }

  .font-44 {
    font-size: 1.8333333333rem;
  }

  .font-45 {
    font-size: 1.875rem;
  }

  .font-46 {
    font-size: 1.9166666667rem;
  }

  .font-47 {
    font-size: 1.9583333333rem;
  }

  .font-48 {
    font-size: 2rem;
  }

  .font-49 {
    font-size: 2.0416666667rem;
  }

  .font-50 {
    font-size: 2.0833333333rem;
  }

  .font-51 {
    font-size: 2.125rem;
  }

  .font-52 {
    font-size: 2.1666666667rem;
  }

  .font-53 {
    font-size: 2.2083333333rem;
  }

  .font-54 {
    font-size: 2.25rem;
  }

  .font-55 {
    font-size: 2.2916666667rem;
  }

  .font-56 {
    font-size: 2.3333333333rem;
  }

  .font-57 {
    font-size: 2.375rem;
  }

  .font-58 {
    font-size: 2.4166666667rem;
  }

  .font-59 {
    font-size: 2.4583333333rem;
  }

  .font-60 {
    font-size: 2.5rem;
  }

  .font-61 {
    font-size: 2.5416666667rem;
  }

  .font-62 {
    font-size: 2.5833333333rem;
  }

  .font-63 {
    font-size: 2.625rem;
  }

  .font-64 {
    font-size: 2.6666666667rem;
  }

  .font-65 {
    font-size: 2.7083333333rem;
  }

  .font-66 {
    font-size: 2.75rem;
  }

  .font-67 {
    font-size: 2.7916666667rem;
  }

  .font-68 {
    font-size: 2.8333333333rem;
  }

  .font-69 {
    font-size: 2.875rem;
  }

  .font-70 {
    font-size: 2.9166666667rem;
  }

  .font-71 {
    font-size: 2.9583333333rem;
  }

  .font-72 {
    font-size: 3rem;
  }

  .font-73 {
    font-size: 3.0416666667rem;
  }

  .font-74 {
    font-size: 3.0833333333rem;
  }

  .font-75 {
    font-size: 3.125rem;
  }

  .font-76 {
    font-size: 3.1666666667rem;
  }

  .font-77 {
    font-size: 3.2083333333rem;
  }

  .font-78 {
    font-size: 3.25rem;
  }

  .font-79 {
    font-size: 3.2916666667rem;
  }

  .font-80 {
    font-size: 3.3333333333rem;
  }

  .font-81 {
    font-size: 3.375rem;
  }

  .font-82 {
    font-size: 3.4166666667rem;
  }

  .font-83 {
    font-size: 3.4583333333rem;
  }

  .font-84 {
    font-size: 3.5rem;
  }

  .font-85 {
    font-size: 3.5416666667rem;
  }

  .font-86 {
    font-size: 3.5833333333rem;
  }

  .font-87 {
    font-size: 3.625rem;
  }

  .font-88 {
    font-size: 3.6666666667rem;
  }

  .font-89 {
    font-size: 3.7083333333rem;
  }

  .font-90 {
    font-size: 3.75rem;
  }

  .font-91 {
    font-size: 3.7916666667rem;
  }

  .font-92 {
    font-size: 3.8333333333rem;
  }

  .font-93 {
    font-size: 3.875rem;
  }

  .font-94 {
    font-size: 3.9166666667rem;
  }

  .font-95 {
    font-size: 3.9583333333rem;
  }

  .font-96 {
    font-size: 4rem;
  }

  .font-97 {
    font-size: 4.0416666667rem;
  }

  .font-98 {
    font-size: 4.0833333333rem;
  }

  .font-99 {
    font-size: 4.125rem;
  }

  .font-100 {
    font-size: 4.1666666667rem;
  }

  .font-101 {
    font-size: 4.2083333333rem;
  }

  .font-102 {
    font-size: 4.25rem;
  }

  .font-103 {
    font-size: 4.2916666667rem;
  }

  .font-104 {
    font-size: 4.3333333333rem;
  }

  .font-105 {
    font-size: 4.375rem;
  }

  .font-106 {
    font-size: 4.4166666667rem;
  }

  .font-107 {
    font-size: 4.4583333333rem;
  }

  .font-108 {
    font-size: 4.5rem;
  }

  .font-109 {
    font-size: 4.5416666667rem;
  }

  .font-110 {
    font-size: 4.5833333333rem;
  }

  .font-111 {
    font-size: 4.625rem;
  }

  .font-112 {
    font-size: 4.6666666667rem;
  }

  .font-113 {
    font-size: 4.7083333333rem;
  }

  .font-114 {
    font-size: 4.75rem;
  }

  .font-115 {
    font-size: 4.7916666667rem;
  }

  .font-116 {
    font-size: 4.8333333333rem;
  }

  .font-117 {
    font-size: 4.875rem;
  }

  .font-118 {
    font-size: 4.9166666667rem;
  }

  .font-119 {
    font-size: 4.9583333333rem;
  }

  .font-120 {
    font-size: 5rem;
  }

  .font-121 {
    font-size: 5.0416666667rem;
  }

  .font-122 {
    font-size: 5.0833333333rem;
  }

  .font-123 {
    font-size: 5.125rem;
  }

  .font-124 {
    font-size: 5.1666666667rem;
  }

  .font-125 {
    font-size: 5.2083333333rem;
  }

  .font-126 {
    font-size: 5.25rem;
  }

  .font-127 {
    font-size: 5.2916666667rem;
  }

  .font-128 {
    font-size: 5.3333333333rem;
  }

  .font-129 {
    font-size: 5.375rem;
  }

  .font-130 {
    font-size: 5.4166666667rem;
  }

  .font-131 {
    font-size: 5.4583333333rem;
  }

  .font-132 {
    font-size: 5.5rem;
  }

  .font-133 {
    font-size: 5.5416666667rem;
  }

  .font-134 {
    font-size: 5.5833333333rem;
  }

  .font-135 {
    font-size: 5.625rem;
  }

  .font-136 {
    font-size: 5.6666666667rem;
  }

  .font-137 {
    font-size: 5.7083333333rem;
  }

  .font-138 {
    font-size: 5.75rem;
  }

  .font-139 {
    font-size: 5.7916666667rem;
  }

  .font-140 {
    font-size: 5.8333333333rem;
  }

  .font-141 {
    font-size: 5.875rem;
  }

  .font-142 {
    font-size: 5.9166666667rem;
  }

  .font-143 {
    font-size: 5.9583333333rem;
  }

  .font-144 {
    font-size: 6rem;
  }

  .font-145 {
    font-size: 6.0416666667rem;
  }

  .font-146 {
    font-size: 6.0833333333rem;
  }

  .font-147 {
    font-size: 6.125rem;
  }

  .font-148 {
    font-size: 6.1666666667rem;
  }

  .font-149 {
    font-size: 6.2083333333rem;
  }

  .font-150 {
    font-size: 6.25rem;
  }

  .font-151 {
    font-size: 6.2916666667rem;
  }

  .font-152 {
    font-size: 6.3333333333rem;
  }

  .font-153 {
    font-size: 6.375rem;
  }

  .font-154 {
    font-size: 6.4166666667rem;
  }

  .font-155 {
    font-size: 6.4583333333rem;
  }

  .font-156 {
    font-size: 6.5rem;
  }

  .font-157 {
    font-size: 6.5416666667rem;
  }

  .font-158 {
    font-size: 6.5833333333rem;
  }

  .font-159 {
    font-size: 6.625rem;
  }

  .font-160 {
    font-size: 6.6666666667rem;
  }

  .page-header .font-60 {
    font-size: 2.25rem;
  }

  .btn {
    white-space: normal;
  }

  textarea.effect-16 {
    height: 140px;
    line-height: 1;
    font-size: 0.8rem;
    padding-top: 2.35rem;
  }

  #footer {
    padding: 0rem 0rem 0rem;
  }

  #footer {
    padding-block: 50px !important;
  }

  .call-to-action-footer {
    display: block;
  }

  .call-to-action-footer .btn.font-22 {
    font-size: 12px;
    padding: 0.35rem 1.25rem;
  }

  .cms-content::after {
    display: none;
  }

  .signup-step-container {
    padding: 70px 0px;
    padding-bottom: 0px;
  }

  .cta {
    padding: 3rem 1rem 3rem;
    margin-bottom: 3.75rem;
  }

  .cta p {
    margin-bottom: 1rem;
  }

  .cta p:last-child {
    margin-bottom: 0rem;
    flex-direction: column;
    display: flex;
  }

  .cta p:last-child a + a {
    margin-bottom: 0rem;
  }

  .cta a {
    margin: 0px 0px 20px;
    min-width: 300px;
    margin: 0 auto 20px;
  }

  .cta::after {
    display: none;
  }

  .page-not-found .image-placeholder.services-center {
    margin-top: 2rem;
  }

  .btn.font-22 {
    font-size: 1.375rem;
  }

  .featured-products .slick-prev,
  .featured-products .slick-next {
    top: auto;
    bottom: 0;
  }

  .featured-products .slick-prev {
    left: 50%;
    transform: translateX(-50px);
  }

  .featured-products .slick-next {
    right: 50%;
    transform: translateX(50px);
  }

  .product-1 {
    padding-bottom: 60px;
  }

  .all-btn {
    margin: 40px 0px;
  }

  .home-services .page-header {
    padding-bottom: 0px;
  }

  .iframe-class {
    width: 100%;
    height: auto;
    min-height: 600px;
  }

  #footer .footer-column-1 {
    padding-right: 1rem;
  }
}
.home-text {
  padding-inline: 15vw;
  margin-top: 60px;
  margin-bottom: 30px;
}

.news-thumb img {
  min-width: 100%;
  object-fit: cover !important;
  max-height: 300px;
  max-width: 100%;
}

.news-list-item {
  padding-block: calc(50px + 2vw);
  border-bottom: 1px solid #c7d3d4;
}
.news-list-item :not(.readmore, a) {
  color: #4b4b4b !important;
}
.news-list-item .btn1 {
  color: #b2974d;
}
.news-list-item .btn1:hover {
  color: #4b4b4b;
}

.display-container-child > div:last-child {
  padding-bottom: 0;
  border: 0;
}

.readmore > .btn.btn-md.btn-default {
  all: unset;
}
.readmore > .btn.btn-md.btn-default i {
  display: none;
}

#reservationform {
  margin-top: 5vw;
}

.reserven-form-details .form-group {
  margin-top: 20px;
}

.reserven-form-details input,
.reserven-form-details textarea {
  padding-inline: 20px;
}

.form-control:focus {
  background-color: #ffffff;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  min-height: 0;
}

.reservation-main {
  background-color: #f7f7f7;
}
.reservation-main .input-effect {
  background-color: #f7f7f7;
}

@media (max-width: 900px) {
  #header .logo img {
    margin: auto 114%;
  }
  .header-light img[alt="logo_black"] {
    margin: auto 114%;
  }
}

/*small device phone*/
@media (min-width: 768px) {
  .home-text {
    padding-inline: 15vw;
    margin-top: 60px;
    margin-bottom: 30px;
  }

  .separateme {
    display: none;
  }

  .navbar {
    flex-grow: 1;
  }
  .navbar .navbar-collapse {
    width: 100%;
  }
  .navbar .navbar-collapse ul {
    justify-content: space-evenly;
    width: 100%;
  }
}
.link-top-right a {
  white-space: nowrap;
}

.sushi-met-korting-page #main-container {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .link-top-right {
    display: none;
  }

  .topbar::after {
    display: none;
  }

  .separator::before {
    display: none;
  }

  .topbar span {
    font-size: 11px;
    float: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }

  .topbar span span:nth-child(2) {
    margin: 0rem auto 0rem 0rem;
  }

  .topbar span strong {
    display: none;
  }

  .topbar span:first-child {
    margin: 0px;
  }

  #header .logo {
    margin: 0;
    top: 38px;
    left: 8px;
    padding: 0px;
  }

  .middle-header {
    background-color: #002359;
  }

  .navbar-toggler {
    font-size: 2rem;
  }

  .navbar-toggler-icon {
    height: 40px;
    width: 40px;
  }

  #header.sticky .navbar-toggler-icon {
    height: 40px;
    width: 40px;
  }

  .featured-testimonials .card .card-text {
    padding: 0px 10px;
  }
}

@media (max-width: 780px) {
  #header .logo img {
    margin: auto 100%;
  }
  .header-light img[alt="logo_black"] {
    margin: auto 100%;
  }
}
/*Ipad Air 820*/
/*iPad Pro 11  */
/*iPad Pro (12.9))  1024 */
@media (max-width: 992px) {
  #header .navbar {
    order: 2;
  }

  #header .navbar ul {
    padding-top: 130px;
  }
  #header .navbar ul a {
    justify-content: center;
  }
  #header .navbar ul li {
    padding-block: 15px;
  }

  #header {
    padding-top: 10px;
  }

  body.home-page .carousel-item img {
    width: 100%;
    height: 450px;
    object-fit: cover;
  }

  body:not(.home-page) .carousel-item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
  }
}

@media (min-width: 1200px) {
  .navbar .navbar-collapse ul {
    justify-content: space-evenly !important;
  }
  .details_as_caption {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .home_page_banner .banner-reservation {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .reservation_module .banner-reservation {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  #header .logo {
    width: 245px;
    margin: 0;
    padding: 0;
    line-height: 1;
    letter-spacing: 0;
    justify-content: flex-start;
    padding: 14px 0px 14px 0px;
  }
  .menu-page .menu-page-content {
    margin-top: 150px;
    text-align: center;
    margin-bottom: 14px;
    width: 53%;
  }
  .product-menu-listing {
    padding: 0;
  }
}
@media (min-width: 1180px) {
  .navbar ul > li {
    padding: 10px 5px 10px 5px;
  }
  .navbar .navbar-collapse ul {
    justify-content: center;
  }
  #footer .contact-address {
    padding-top: 20px;
  }
  .details_as_caption {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  #header .logo {
    width: 200px;
  }
  .product-menu-listing {
    padding: 4rem 0 3.5rem 0;
  }
  /* .menu-page .menu-page-content {
  margin-top: 200px;
  text-align: center;
  margin-bottom: 110px;
  width: 65%;
} */
}
@media (min-width: 1024px) {
  #footer .contact-address {
    padding-top: 20px;
  }
  .navbar ul > li {
    padding: 10px 5px 10px 5px;
  }
  .navbar .navbar-collapse ul {
    justify-content: center;
  }
  #header .logo {
    width: 200px;
  }
  /* .menu-page .menu-page-content {
  margin-top: 200px;
  text-align: center;
  margin-bottom: 110px;
  width: 65%;
} */
  .product-menu-listing {
    padding: 3rem 0 2.5rem 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .videoonbanner img {
    width: 100%;
    max-width: 300px;
  }
}
.nieuws-banner {
  margin-top: 90px;
  height: calc(280px + 5vw);
  width: 100%;
  background-image: url("images/reserveer_banner.png");
  background-size: cover;
  background-position: 40%;
}
.nieuws-banner div:not(.caption-inner) {
  height: 100%;
}
.nieuws-banner .carousel-caption .container > .row {
  display: block;
  padding-top: 100px;
}
.nieuws-banner .carousel-inner img {
  visibility: hidden;
}
.nieuws-banner .carousel-inner .item.active {
  background-image: none !important;
}

.customer-logos {
  overflow: clip;
}
.customer-logos .slick-arrow {
  border: none;
  outline: none;
  background-color: transparent;
  top: 0;
}
.customer-logos .slick-prev::after {
  content: "\f053";
  font-family: "Font Awesome 6 Pro";
  font-size: 2.5rem;
  display: block !important;
  position: relative;
  opacity: 1 !important;
  font-weight: 300;
  cursor: pointer;
}
.customer-logos .slick-prev,
.customer-logos .slick-next,
.customer-logos .slick-prev:hover,
.customer-logos .slick-next:hover,
.customer-logos .slick-prev:focus,
.customer-logos .slick-next:focus {
  all: unset;
}
.customer-logos .slick-next::before,
.customer-logos .slick-prev::before {
  content: "";
}
.customer-logos .slick-next::after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-size: 2.5rem;
  display: block !important;
  position: relative;
  opacity: 1 !important;
  font-weight: 300;
  cursor: pointer;
}

.slider-container {
  width: fit-content;
}
.slider-container .slick-track {
  width: unset !important;
}
.slider-container .slick-list {
  display: flex;
  justify-content: center;
}
.slider-container .slick-slide {
  margin: 0;
}
.slider-container .slick-list {
  border: 1px solid #b2974d;
  border-radius: 5px;
}
.slider-container .page-item:not(:last-child) {
  border-right: 1px solid #b2974d;
}

.menu_section {
  background-color: #f7f7f7;
}

img[alt="article"] {
  width: 100%;
  object-fit: contain;
}

.slick-slide {
  margin: 0px 20px;
}

.article1 {
  padding-block: calc(2vw + 3rem);
  background-color: white;
}

.article2 {
  padding-top: calc(2vw + 3.1rem);
  padding-bottom: calc(3vw + 3.1rem);
  background-color: white;
}

.slick-slide img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}

.w-nowrap {
  white-space: nowrap;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.carousel-caption {
  height: unset !important;
}

.algemene-voorwaarden-page .skip-to-main {
  display: none;
}

.algemene-voorwaarden-page .caption1 {
  margin-top: 0 !important;
}

.contact-address a.add:hover {
  color: #000;
}
.contact-address a:hover {
  text-decoration: underline;
}

.form-group a,
label a {
  color: #b2974d;
  font-size: 17px;
}
.form-group a:hover,
label a:hover {
  text-decoration: underline;
}

#load_image1 {
  padding-bottom: 45px;
  padding-left: 15px;
  color: red;
}
#load_image1:before {
  content: "Let op: ";
}

.sp-aanbevolen-img img {
  width: 80%;
  object-fit: contain;
  height: fit-content;
}

.sp-aanbevolen b > * {
  font-family: "gothambold";
  font-weight: normal;
  font-size: 20px;
}

.sp-aanbevolen .description {
  font-family: "gothambook";
}
.sp-aanbevolen .long-description {
  font-family: "gothambook";
  font-style: italic;
}

@media (max-width: 640px) {
  .home_page_banner .datepicker-parent .form-control {
    height: 50px;
  }
  .header-light img[alt="logo_black"] {
    margin: 0;
    width: 200px;
  }
  #header .logo img {
    margin: 0;
  }
  #header .logo {
    width: 200px;
  }
  select.form-control:not([size]):not([multiple]) {
    height: 50px !important;
  }
  .reserv_time {
    padding-left: 0px !important;
  }
  .reservation_module .text-center {
    font-size: 20px;
  }
  .featured-menu {
    text-align: center;
  }
  .menu-page .menu-page-content {
    width: 95%;
  }
  .form-group a,
  label a {
    font-size: 20px;
  }
  #reservationFrm .form-group .btn-md {
    width: -webkit-fill-available;
  }
  .featured-menu h2 {
    width: auto;
  }
  .reservation_module {
    padding-block: 40px;
  }
  .btn2,
  .reserve-gelukt a {
    padding: 20px 20px;
  }
  .reservation_module .form-parent {
    padding-left: 0px;
    padding-right: 0px;
  }
  #footer .navbar li a,
  #footer .contact-address p a,
  #footer .contact-address {
    font-size: 20px;
  }
  #footer .itee-logo p {
    font-size: 15px;
  }
  #main_footer_content > .container {
    width: 90%;
  }
  .menu-main-tab .slick-prev:before,
  .menu-main-tab .slick-next:before {
    font-size: 3rem;
  }
  .menu-main-tab .slick-next {
    left: 100%;
    top: 0px;
  }
  .menu-main-tab .slick-prev {
    left: -45px !important;
    top: 0px;
  }
  .menu-main-tab {
    margin-left: 5px;
    margin-right: 5px;
  }
  .menu-main-tab .menu-tab-item {
    height: 54px;
  }
  .reservatn,
  .input-icons {
    margin-bottom: 2px;
  }
  .home_page_banner .reservatn,
  .home_page_banner .input-icons {
    margin-bottom: 0;
  }
  #reservationFrm label {
    font-size: 20px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .form-control {
    height: 50px;
    padding: 0.5rem 1.5rem;
  }
  #reservationFrm .reserv_time {
    padding-left: 0 !important;
  }
  .reserven-form-details input,
  .reserven-form-details textarea {
    padding-inline: 25px;
  }
  textarea.effect-16 {
    height: 140px;
    line-height: 1.5;
    font-size: 1rem;
    padding-top: 1.2rem;
  }
  .squaredFour input {
    margin-top: 28px !important;
  }
  #reservationFrm .ml-3 button {
    width: 100%;
    margin-left: -8px !important;
  }
  .news-list-item .news-1 {
    order: 2;
  }
  .news-list-item .news-1 h2 {
    font-size: 15px;
    margin-bottom: 2rem;
  }
  .news-list-item .news-1 br {
    display: none;
  }
  .news-list-item .news-2 {
    order: 3;
  }
  .news-list-item .news-3 {
    order: 1;
  }
  .news-list-item .news-3 figcaption h2 {
    margin-bottom: 2rem;
    
  }
  .news-list-item .news-3 .description {
    margin-bottom: 2rem;
  }
  .news-list-item .news-3 .readmore {
    width: 100%;
    text-align: center;
  }
  .news-list-item .row {
    flex-direction: column-reverse;
  }
  .news-list-item {
    border-bottom: 0px;
    padding-bottom: 0px;
  }
  .bg_white.News {
    padding-bottom: 5rem;
  }
}
#reservation_date::placeholder,#reservation_date1::placeholder {
  color: #000;
  opacity: 1;
}

#reservation_date::-webkit-input-placeholder, #reservation_date1::-webkit-input-placeholder {
  color: #000;
}

#reservation_date::-moz-placeholder,#reservation_date1::-moz-placeholder {
  color: #000;
}

#reservation_date:-ms-input-placeholder,#reservation_date1:-ms-input-placeholder {
  color: #000;
}

#reservation_date:-moz-placeholder,#reservation_date1:-moz-placeholder {
  color: #000;
}
/*# sourceMappingURL=theme.css.map */
