html {
  max-width: 100%;
  overflow-x: hidden;
}
html body {
  position: relative;
  overflow-x: hidden !important;
}
html body header .header-bar {
  text-align: right;
  padding: 15px 0;
  background-color: #ef9d00;
}
html body header .header-bar a {
  text-decoration: none;
  color: #faf5d8;
}
html body header .header-bar a:first-of-type {
  margin-right: 20px;
}
html body header .header {
  background-color: #faf5d8;
}
html body header .header .logo-box {
  padding: 15px 0;
}
html body header .header .logo-box .logo-img {
  max-width: 100%;
}
@media (max-width: 575.98px) {
  html body header .header .logo-box .logo-img {
    width: 115px;
  }
}
html body header .header .menu-toggle {
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  top: 105px;
  right: 30px;
}
@media (min-width: 576px) {
  html body header .header .menu-toggle {
    display: none;
  }
}
html body header .header .nav-box {
  text-align: right;
  height: 100%;
}
@media (max-width: 575.98px) {
  html body header .header .nav-box {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 195px;
    z-index: 9999;
    background-color: #faf5d8;
    text-align: left;
  }
}
html body header .header .nav-box .nav {
  display: block;
}
html body header .header .nav-box .nav ul {
  list-style-type: none;
}
@media (max-width: 575.98px) {
  html body header .header .nav-box .nav ul {
    padding-left: 15px;
    text-align: center;
  }
}
html body header .header .nav-box .nav ul li {
  display: inline-block;
}
@media (max-width: 575.98px) {
  html body header .header .nav-box .nav ul li {
    display: block;
    margin-bottom: 10px;
  }
}
html body header .header .nav-box .nav ul li a {
  text-decoration: none;
  padding: 10px 20px;
  color: #ef9d00;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  html body header .header .nav-box .nav ul li a {
    padding: 10px 10px;
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  html body header .header .nav-box .nav ul li a {
    font-size: 20px;
  }
}
html body header .header .nav-box .nav ul li a.active {
  border-bottom: 3px solid #f21352;
  color: #f21352;
}
@media (max-width: 575.98px) {
  html body header .header .nav-box .nav ul li a.active {
    border: none;
  }
}
html body header .header .nav-box .nav ul li:first-of-type a {
  padding-left: 10px;
}
html body header .header .nav-box .nav ul li:last-of-type a {
  padding-right: 0;
}
html body .page .head{
  overflow-x: hidden;
}
html body .page .head .header-image {
  height: 500px;
  background-image: url("images/sfeerbeeld.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
}
html body .page .head .header-image h1 {
  color: #ffffff;
  background-color: rgba(1, 157, 195, 0.7);
  display: inline-block;
  padding: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
}
html body .page .quote {
  background-color: #f21352;
  text-align: center;
}
html body .page .quote h2 {
  color: #ffffff;
  padding: 40px 0;
}
html body .page .blocks {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 575.98px) {
  html body .page .blocks {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
html body .page .blocks h2 {
  text-align: center;
}
html body .page .blocks.blocks-assortment h2 {
  text-align: left;
}
html body .page .blocks .block {
  background-color: #faf5d8;
  height: 100%;
}
@media (max-width: 991.98px) {
  html body .page .blocks .block {
    margin-bottom: 20px;
    height: auto;
  }
}
html body .page .blocks .block img {
  width: 100%;
  height: 250px;
}
html body .page .blocks .block .block-info {
  padding: 10px 20px;
}
html body .page .blocks .block .block-info ul {
  list-style-type: none;
  padding-left: 0;
}
html body .page .blocks .block .block-info ul li a {
  text-decoration: none;
  color: #ef9d00;
}
html body .page .text {
  padding-top: 50px;
  padding-bottom: 50px;
}
html body .page .welcom-block {
  margin-top: 30px;
  text-align: center;
  color: black;
}
html body .page .products {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 575.98px) {
  html body .page .products {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
html body .page .products .product-images .product-image {
  cursor: pointer;
}
html body .page .products .product-images .product-image-big {
  max-width: 100%;
  margin-bottom: 20px;
}
html body .page .products .product-images .product-image-small {
  max-width: 100%;
}
@media (max-width: 575.98px) {
  html body .page .products .product-images .product-image-small {
    margin-bottom: 20px;
  }
}
html body .page .products .product-images p {
  font-style: italic;
  margin-top: 10px;
}
html body .page .products #fullscreenOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
html body .page .products #fullscreenOverlay img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  box-shadow: 0 0 20px black;
}
html body .page .products #fullscreenOverlay:hover {
  cursor: pointer;
}
html body .page .products .arrow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: white;
  font-size: 3rem;
  padding: 0 20px;
  cursor: pointer;
  z-index: 10000;
  transition: background 0.2s;
}
html body .page .products .arrow-btn:hover {
  background: rgba(255, 255, 255, 0.3);
}
html body .page .products #prevBtn {
  left: 10px;
}
html body .page .products #nextBtn {
  right: 10px;
}
html body .page .products .price {
  font-weight: 700;
}
html body .page #booking-form {
  background-color: #019dc3;
  padding: 30px;
  border-radius: 30px;
}
html body .page #booking-form .form-field label {
  display: block;
}
html body .page #booking-form .form-field input[type='text'],
html body .page #booking-form .form-field input[type='email'],
html body .page #booking-form .form-field input[type='tel'],
html body .page #booking-form .form-field input[type='date'] {
  margin-bottom: 10px;
  width: 100%;
  padding: 5px 10px;
}
html body .page #booking-form .form-field textarea {
  margin-bottom: 20px;
  width: 100%;
  padding: 5px 10px;
}
html body .page #booking-form .form-field button {
  background-color: #f21352;
  border-radius: 10px;
  padding: 5px 10px;
  text-transform: uppercase;
  color: #fff;
}
html body footer {
  padding-top: 30px;
  background-color: #faf5d8;
}
html body footer .footer-block ul {
  list-style-type: none;
  padding: 0;
}
html body footer .footer-block ul li a {
  color: #ef9d00;
  text-decoration: none;
}
html body footer .footer-block .logo-footer img {
  max-width: 100%;
}
html body footer .footer-bar {
  text-align: center;
  margin-top: 30px;
  padding: 15px 0;
  background-color: #ef9d00;
}
