* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  line-height: 0;
}
*:focus,
*:active,
*:hover {
  outline: none;
}
html,
body {
  line-height: 0;
  font-size: 0;
}
body {
  max-width: 100vw;
  max-height: 100vh;
  width: 100vw;
  overflow-x: hidden;
}
*:focus,
*:active,
*:hover,
*:visited {
  outline: none !important;
}
.img-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.img-contain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
header {
  display: inline-block;
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
header.transform {
  top: -40px;
}
.table {
  display: table;
  width: 100%;
  margin-bottom: 0px !important;
}
.clearfix {
  display: inline-block;
  width: 100%;
}
.background-beige {
  background-color: #f3cd9d;
}
h2 {
  font-family: 'Lily Script One', cursive;
  margin: 0px;
  padding: 0px;
  font-size: 72px;
  font-weight: 400;
}
@media (max-width: 767px) {
  h2 {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  h2 {
    font-size: 45px;
  }
}
h3 {
  font-family: 'Lily Script One', cursive;
  margin: 0px;
  padding: 0px;
  font-size: 48px;
  font-weight: 400;
}
h4 {
  font-family: 'Montserrat', sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 150%;
}
h5 {
  font-family: 'Lily Script One', cursive;
  margin: 0px;
  padding: 0px;
  font-size: 24px;
  font-weight: 400;
}
p,
li,
a {
  font-family: 'Droid Serif', serif;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
  font-size: 15px;
  line-height: 150%;
}
p strong,
p b {
  font-weight: 600;
}
p a {
  color: #f3cd9d;
}
p a:hover {
  color: #f3cd9d;
}
.taskbar {
  display: inline-block;
  width: 100%;
  height: 40px;
  background-color: #f3cd9d;
  position: relative;
  z-index: 1001;
  text-align: left;
}
.taskbar a {
  display: inline-block;
  margin-right: 30px;
  line-height: 40px;
  color: #ffffff;
  font-size: 14px;
}
.taskbar a:last-of-type {
  margin-right: 0px;
}
.taskbar a i {
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .taskbar a {
    font-size: 10px;
  }
}
.navbar-default {
  background-color: #000000 !important;
  border: none;
  margin: 0px;
  position: relative;
  width: 100%;
  z-index: 1000;
  box-shadow: 0px 1px 10px -4px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
}
@media (max-width: 767px) {
  .navbar-default {
    height: 60px;
    margin: 0px;
  }
}
@media (max-width: 767px) {
  .navbar-default .container {
    padding: 0px;
  }
}
.navbar-default .container .navbar-header {
  float: left;
}
@media (max-width: 767px) {
  .navbar-default .container .navbar-header {
    display: inline-block;
    width: 100%;
    float: none;
    margin: 0px;
    height: 60px;
    padding: 0px 15px;
  }
}
.navbar-default .container .navbar-header .navbar-brand {
  padding: 0px;
  height: 46px;
  width: 200px;
  margin-top: 17px;
  background-position: left center;
  margin-left: 0px;
}
@media (max-width: 767px) {
  .navbar-default .container .navbar-header .navbar-brand {
    float: left;
    height: 40px;
    margin-top: 10px;
    width: 120px;
  }
}
.navbar-default .container .navbar-header button {
  float: right;
  margin: 0px;
  padding: 0px;
  border-radius: 0px;
  border: none;
  height: 80px;
}
.navbar-default .container .navbar-header button:hover,
.navbar-default .container .navbar-header button:active,
.navbar-default .container .navbar-header button:focus {
  background-color: transparent !important;
}
.navbar-default .container .navbar-header button span {
  background-color: #ffffff !important;
}
@media (max-width: 767px) {
  .navbar-default .container .navbar-header button {
    height: 60px;
  }
}
.navbar-default .container .navbar-collapse {
  float: right;
  padding: 0px;
  margin: 0px;
}
@media (max-width: 767px) {
  .navbar-default .container .navbar-collapse {
    margin: 0px 0px 0px 0px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .navbar-default .container .navbar-collapse ul {
    margin: 0px;
  }
}
.navbar-default .container .navbar-collapse ul li {
  height: 80px;
  margin: 0px 25px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .navbar-default .container .navbar-collapse ul li {
    display: inline-block;
    width: 100%;
    background-color: white;
    border-bottom: 1px solid #f1f1f1;
    height: auto;
    margin: 0px;
    text-align: center;
  }
}
.navbar-default .container .navbar-collapse ul li:last-of-type a {
  padding-right: 0px;
}
.navbar-default .container .navbar-collapse ul li a {
  line-height: 100%;
  padding: 32px 0px 0px 0px;
  vertical-align: middle;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  position: relative;
}
@media (max-width: 767px) {
  .navbar-default .container .navbar-collapse ul li a {
    padding-top: 0px;
  }
}
.navbar-default .container .navbar-collapse ul li a .streep {
  position: absolute;
  top: 50px;
  left: -100%;
  width: 100%;
  height: 3px;
  background-color: white;
  opacity: 0;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}
.navbar-default .container .navbar-collapse ul li a .streep.transform {
  left: 0;
  opacity: 1;
}
.navbar-default .container .navbar-collapse ul li a.active {
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-default .container .navbar-collapse ul li a {
    padding: 15px 20px;
    width: 100%;
    line-height: 14px;
    color: black;
  }
  .navbar-default .container .navbar-collapse ul li a:hover,
  .navbar-default .container .navbar-collapse ul li a:active,
  .navbar-default .container .navbar-collapse ul li a:focus {
    background-color: #000000;
    color: #ffffff;
  }
  .navbar-default .container .navbar-collapse ul li a.active {
    background-color: #000000 !important;
    color: #ffffff !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .navbar-default .container .navbar-collapse ul li a {
    padding: 0px 6px;
  }
}
@media (min-width: 993px) and (max-width: 1110px) {
  .navbar-default .container .navbar-collapse ul li a {
    padding: 0px 10px;
  }
}
.navbar-default .container .navbar-collapse ul li.open a {
  background-color: transparent !important;
  color: black !important;
}
.navbar-default .container .navbar-collapse ul li.open .dropdown-menu {
  padding: 0px;
  border-radius: 0px;
}
.navbar-default .container .navbar-collapse ul li.open .dropdown-menu li {
  border-bottom: 1px solid black;
}
.navbar-default .container .navbar-collapse ul li.open .dropdown-menu li:last-of-type {
  border-bottom: none;
}
@media (max-width: 767px) {
  .navbar-default .container .navbar-collapse ul li.open .dropdown-menu li {
    border-bottom: none;
  }
  .navbar-default .container .navbar-collapse ul li.open .dropdown-menu li a {
    padding-left: 40px;
  }
}
.navbar-default .container .navbar-collapse ul li.open .dropdown-menu a {
  line-height: 100%;
  padding: 15px 20px;
}
.navbar-default .container .navbar-collapse ul li.open .dropdown-menu a:hover,
.navbar-default .container .navbar-collapse ul li.open .dropdown-menu a:active,
.navbar-default .container .navbar-collapse ul li.open .dropdown-menu a:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.navbar-default .container .navbar-collapse ul li.open .dropdown-menu a.active {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.breadcrumbs {
  display: inline-block;
  width: 100%;
  padding: 20px 0px 30px 0px;
}
@media (max-width: 767px) {
  .breadcrumbs {
    padding: 20px 0px 30px 0px;
  }
}
.breadcrumbs a {
  display: inline-block;
  color: #c8c8c8;
  font-size: 14px;
}
.breadcrumbs a:after {
  display: inline-block;
  content: '>';
  margin: 0px 10px;
}
.breadcrumbs p {
  display: inline-block;
  color: #f3cd9d;
  font-size: 14px;
}
.footer {
  display: inline-block;
  width: 100%;
  padding: 50px 0px 50px 0px;
  position: relative;
  background-color: #2e2419;
}
@media (max-width: 767px) {
  .footer {
    padding: 50px 0px 50px 0px;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  .footer {
    padding: 50px 0px 50px 0px;
  }
}
.footer .container .kolom {
  display: inline-block;
  width: 100%;
}
.footer .container h5 {
  display: inline-block;
  width: 100%;
  margin: 0px 0px 0px 0px;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 180%;
}
@media (max-width: 767px) {
  .footer .container h5 {
    margin-top: 40px;
  }
}
.footer .container p {
  display: inline-block;
  width: 100%;
  line-height: 180%;
  color: #ffffff;
  font-size: 15px;
  font-family: 'Droid Serif', serif;
}
.footer .container a {
  display: inline-block;
  width: 100%;
  line-height: 180%;
  color: #ffffff;
  font-size: 15px;
  font-family: 'Droid Serif', serif;
}
.footer .container i {
  color: #f3cd9d;
  font-size: 17px;
}
.footer .logo {
  display: inline-block;
  width: 90%;
  background-position: left center;
}
@media (max-width: 767px) {
  .footer .logo {
    margin-bottom: 20px;
    height: 80px;
    width: 100%;
    background-position: center center;
  }
}
.copyright {
  display: inline-block;
  width: 100%;
  padding: 15px 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .copyright {
    padding: 15px 0px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .copyright {
    padding: 15px 0px;
  }
}
.copyright .owner {
  display: inline-block;
  float: left;
}
@media (max-width: 767px) {
  .copyright .owner {
    width: 100%;
  }
}
.copyright .owner p {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}
.copyright .owner a {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}
.copyright .owner a:before {
  display: inline-block;
  content: '|';
  margin: 0px 5px;
}
.copyright .created {
  display: inline-block;
  float: right;
}
@media (max-width: 767px) {
  .copyright .created {
    float: left;
    width: 100%;
  }
}
.copyright .created a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #ffffff;
}
.container-content {
  display: inline-block;
  width: 100%;
  padding: 80px 0px 0px 0px;
}
@media (max-width: 767px) {
  .container-content {
    padding: 60px 0px 0px 0px;
  }
}
.container .container-padding {
  display: inline-block;
  width: 100%;
  padding: 0px 200px;
}
@media (max-width: 767px) {
  .container .container-padding {
    padding: 0px 30px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .container .container-padding {
    padding: 0px 50px;
  }
}
.container .container-padding.padding-top-btm {
  padding: 50px 200px;
}
@media (max-width: 767px) {
  .container .container-padding.padding-top-btm {
    padding: 50px 30px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .container .container-padding.padding-top-btm {
    padding: 50px 50px;
  }
}
.content-margin-btm {
  margin-bottom: 30px;
}
.content-margin-top {
  margin-top: 30px;
}
.tekst {
  display: inline-block;
  width: 100%;
}
.tekst .tekst-padding {
  display: inline-block;
  width: 100%;
  padding: 25px 20px;
}
.blok {
  display: inline-block;
  width: 100%;
  padding: 50px 0px;
}
button {
  border: none;
}
.btn-flat {
  padding: 10px 20px;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 0px;
  line-height: 100%;
}
.btn-flat:hover {
  text-decoration: none;
}
.btn-flat:active,
.btn-flat:focus {
  text-decoration: none;
}
.btn-black {
  background-color: black;
  color: white !important;
  border: 1px solid black;
  text-decoration: none;
}
.btn-black:hover,
.btn-black:active,
.btn-black:focus {
  background-color: #f3cd9d;
  border: 1px solid #f3cd9d;
  color: white !important;
}
.btn-beige {
  background-color: #f3cd9d;
  color: white !important;
  border: 1px solid #f3cd9d;
  text-decoration: none;
}
.btn-beige:hover,
.btn-beige:active,
.btn-beige:focus {
  background-color: #edb670;
  border: 1px solid #edb670;
  color: white !important;
}
.slick-prev {
  left: -40px;
  z-index: 900;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: transparent;
  border-radius: 0;
}
@media (max-width: 767px) {
  .slick-prev {
    left: 0px;
    z-index: 900;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: transparent;
    border-radius: 0;
  }
}
.slick-prev:hover {
  background-color: transparent;
}
.slick-prev:before {
  color: #f3cd9d;
  content: '\f137';
  font-family: FontAwesome;
  font-size: 30px;
  opacity: 1;
  line-height: 30px;
}
.slick-next {
  right: -40px;
  z-index: 900;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: transparent;
  border-radius: 0;
}
@media (max-width: 767px) {
  .slick-next {
    right: 0px;
    z-index: 900;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: transparent;
    border-radius: 0;
  }
}
.slick-next:hover {
  background-color: transparent;
}
.slick-next:before {
  color: #f3cd9d;
  content: '\f138';
  font-family: FontAwesome;
  font-size: 30px;
  opacity: 1;
  line-height: 30px;
}
.slick-slide {
  margin: 0 10px;
}
.slick-list {
  margin: 0 -10px;
}
.slider-for {
  margin-bottom: 20px;
  padding: 0px 200px;
}
@media (max-width: 767px) {
  .slider-for {
    padding: 0px 50px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .slider-for {
    padding: 0px 50px;
  }
}
.slider-for .item {
  height: 500px;
}
@media (max-width: 767px) {
  .slider-for .item {
    height: 300px;
  }
}
.slider-nav {
  padding: 0px 200px;
}
@media (max-width: 767px) {
  .slider-nav {
    padding: 0px 50px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .slider-nav {
    padding: 0px 50px;
  }
}
.slider-nav .item {
  height: 200px;
}
@media (max-width: 767px) {
  .slider-nav .item {
    height: 130px;
  }
}
.pop-up form input,
.pop-up form textarea {
  display: inline-block;
  width: 100%;
  border: none;
  border-radius: 0px;
  padding: 0px 7px;
  margin-bottom: 6px;
  color: #000000;
  border: 1px solid black;
  font-family: 'Droid Serif', serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 210%;
  resize: none;
}
.pop-up form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
  font-family: 'Droid Serif', serif;
  font-size: 15px;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}
.pop-up form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
  font-family: 'Droid Serif', serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  padding: 0px;
  margin: 0px;
}
.pop-up form :-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
  font-family: 'Droid Serif', serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  padding: 0px;
  margin: 0px;
}
.pop-up form :-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
  font-family: 'Droid Serif', serif;
  font-size: 15px;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}
.pop-up form button {
  display: inline-block;
  width: 100%;
}
#contact form input,
#contact form textarea {
  display: inline-block;
  width: 100%;
  border: none;
  border-radius: 0px;
  padding: 0px 7px;
  margin-bottom: 6px;
  color: #000000;
  border: 1px solid black;
  font-family: 'Droid Serif', serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 210%;
  resize: none;
}
#contact form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
  font-family: 'Droid Serif', serif;
  font-size: 15px;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}
#contact form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
  font-family: 'Droid Serif', serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  padding: 0px;
  margin: 0px;
}
#contact form :-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
  font-family: 'Droid Serif', serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  padding: 0px;
  margin: 0px;
}
#contact form :-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
  font-family: 'Droid Serif', serif;
  font-size: 15px;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}
#contact form button {
  display: inline-block;
}
#home .intro h4 {
  padding-bottom: 50px;
}
#home .diensten {
  display: inline-block;
  width: 100%;
  margin-top: -80px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  #home .diensten {
    margin-top: -120px;
  }
}
#home .diensten .dienst {
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  #home .diensten .dienst {
    margin-top: 40px;
  }
}
#home .diensten .dienst .icoon {
  display: inline-block;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  text-align: center;
  background-color: white;
}
@media (max-width: 767px) {
  #home .diensten .dienst .icoon {
    border: 1px solid #f3cd9d;
  }
}
#home .diensten .dienst .icoon .afbeelding {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-color: transparent;
  opacity: 0;
  margin-top: 0px;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
#home .diensten .dienst .icoon .afbeelding.transform {
  opacity: 1;
  margin-top: 40px;
}
#home .diensten .dienst .tekst {
  margin: 10px 0px 30px 0px;
  padding: 0px 15px;
}
#home .fotos {
  margin-bottom: 50px;
}
#home .fotos .rij {
  display: inline-block;
  width: 102%;
  margin-left: -1%;
}
#home .fotos .rij .foto {
  display: inline-block;
  width: 20%;
  text-align: center;
}
#home .fotos .rij .foto .afbeelding {
  display: inline-block;
  width: 98%;
  text-align: center;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  #home .fotos .afbeelding {
    margin-bottom: 30px;
  }
}
#home .ontbijt {
  display: inline-block;
  width: 100%;
  background-color: #fcf4e7;
}
#home .ontbijt h3 {
  margin-bottom: 30px;
}
#menu .menu h3 {
  margin-bottom: 10px;
}
#menu .menu h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}
#menu .menu .filters .dropdown-toggle {
  background-color: #f3cd9d;
}
#menu .menu .filters .dropdown-toggle:hover {
  background-color: #f3cd9d;
}
#menu .menu .filters .dropdown-menu {
  margin: 0px;
  padding: 0px;
  border-radius: 0px;
}
#menu .menu .filters ul {
  list-style: none;
}
#menu .menu .filters ul li {
  display: inline-block;
  width: 100%;
}
#menu .menu .filters ul li a,
#menu .menu .filters ul li div {
  color: black;
  font-family: 'Montserrat', sans-serif;
  margin: 0px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 100%;
  display: inline-block;
  width: 100%;
  padding: 15px 20px;
}
#menu .menu .filters ul li a.active,
#menu .menu .filters ul li div.active {
  background-color: #f3cd9d;
}
#menu .menu .filters ul li a.active:hover,
#menu .menu .filters ul li div.active:hover {
  background-color: #f3cd9d;
}
#menu .menu .filters ul li a:hover,
#menu .menu .filters ul li div:hover {
  text-decoration: none;
  background-color: rgba(243, 205, 157, 0.1);
  cursor: pointer;
}
#menu .menu .item {
  display: inline-block;
  width: 100%;
  position: relative;
}
#menu .menu .item p {
  background-color: white;
  display: inline-block;
  line-height: 180%;
}
#menu .menu .item .col-md-10 {
  text-align: left;
}
#menu .menu .item .col-md-10 p {
  padding-right: 7px;
}
#menu .menu .item .col-md-2 {
  text-align: right;
}
#menu .menu .item .col-md-2 p {
  padding-left: 7px;
}
#menu .menu .item .streep {
  display: inline-block;
  width: 100%;
  padding: 0px 15px;
  position: absolute;
  bottom: 6px;
  left: 0px;
  z-index: -1;
}
#menu .menu .item .streep .lijn {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #000000 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 3px 1px;
  background-repeat: repeat-x;
}
#fotos .fotos {
  margin-bottom: 30px;
  margin-top: 30px;
}
#fotos .fotos .rij {
  display: inline-block;
  width: 102%;
  margin-left: -1%;
}
#fotos .fotos .rij .foto {
  display: inline-block;
  width: 20%;
  text-align: center;
}
#fotos .fotos .rij .foto .afbeelding {
  display: inline-block;
  width: 98%;
  text-align: center;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  #fotos .fotos .afbeelding {
    margin-bottom: 30px;
  }
}
#ontbijtbuffet .intro .tekst {
  background-color: #fcf4e7;
}
#ontbijtbuffet .intro .tekst .tekst-padding {
  padding: 40px;
}
#ontbijtbuffet .intro .tekst .tekst-padding .contact {
  margin-top: 20px;
  margin-bottom: 30px;
}
#ontbijtbuffet .intro .tekst .tekst-padding .contact p.title {
  font-weight: 700;
  text-transform: uppercase;
}
#ontbijtbuffet .intro .tekst .tekst-padding .contact a {
  color: black;
}
#ontbijtbuffet .intro .tekst .tekst-padding .ck-editor p {
  margin: 0px;
}
#ontbijtbuffet .intro .tekst .tekst-padding .ck-editor h4 {
  font-weight: 600;
  margin-bottom: 20px;
}
#ontbijtbuffet .intro .tekst .tekst-padding .ck-editor .btn-flat {
  margin: 20px 0px;
}
#ontbijtbuffet .fotos {
  margin-bottom: 0px;
  margin-top: 10px;
}
#ontbijtbuffet .fotos .rij {
  display: inline-block;
  width: 102%;
  margin-left: -1%;
}
#ontbijtbuffet .fotos .rij .foto {
  display: inline-block;
  width: 20%;
  text-align: center;
}
#ontbijtbuffet .fotos .rij .foto .afbeelding {
  display: inline-block;
  width: 98%;
  text-align: center;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  #ontbijtbuffet .fotos .afbeelding {
    margin-bottom: 30px;
  }
}
#feesten .formules {
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #feesten .formules .item {
    margin-bottom: 50px;
  }
}
#feesten .formules .item .afbeelding {
  display: inline-block;
  width: 100%;
  height: 200px;
}
#feesten .formules .item .tekst {
  display: inline-block;
  width: 100%;
  padding: 40px;
  background-color: #fcf4e7;
}
#feesten .formules .item .tekst .content h4 {
  display: inline-block;
  width: 100%;
  font-weight: 600;
  margin-bottom: 20px;
}
#feesten .formules .item .tekst .content p {
  display: inline-block;
  width: 100%;
  font-weight: 400;
  margin-bottom: 20px;
}
#feesten .formules .item .tekst .content ul {
  list-style-image: url('../img/check.png');
  margin-left: 21px;
  list-style-position: outside;
}
#feesten .formules .item .tekst .content ul li {
  padding-left: 10px;
}
#feesten .formules .item .tekst .contact {
  margin-top: 20px;
}
#feesten .formules .item .tekst .contact p.title {
  text-transform: uppercase;
  font-weight: 700;
}
#feesten .formules .item .tekst .contact a {
  color: black;
}
#feesten .formules .item .tekst .btn-flat {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 35px;
}
#contact .intro {
  display: inline-block;
  width: 100%;
}
#contact .intro h5 {
  display: inline-block;
  width: 100%;
  margin: 0px 0px 20px 0px;
  font-family: 'Lily Script One', cursive;
}
#contact .intro p {
  display: inline-block;
  width: 100%;
}
#contact .intro .contact {
  display: inline-block;
  margin-top: 50px;
}
@media (max-width: 767px) {
  #contact .intro .contact .ck-editor {
    margin-top: 50px;
  }
}
#contact .intro .contact .ck-editor h4 {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}
#contact .intro .contact .ck-editor h4:first-child {
  margin-top: 0px;
}
#contact .intro .contact .ck-editor p,
#contact .intro .contact .ck-editor a {
  display: inline-block;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
#contact .intro .contact .ck-editor .spacing-between {
  display: inline-block;
  width: 100%;
  height: 20px;
}
.top-img {
  display: table;
  width: 100%;
  height: 500px;
  position: relative;
}
.top-img.small {
  height: 200px;
}
.top-img .boog {
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: 0px;
  left: 0px;
}
.top-img .content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.top-img .content h2 {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  color: white;
}
.top-img .content h3 {
  display: inline-block;
  width: 100%;
  margin: 0px;
  color: white;
}
.top-img .content h4 {
  color: white;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.tussen-img {
  display: inline-block;
  width: 100%;
  height: 250px;
}
.pop-up {
  z-index: 5000;
  position: fixed;
  top: 0px;
  left: 0px;
  display: table;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
}
.pop-up .content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.pop-up .content .kader {
  display: inline-block;
  padding: 50px;
  width: 50%;
  background-color: white;
  text-align: left;
  position: relative;
}
@media (max-width: 767px) {
  .pop-up .content .kader {
    width: 90%;
    padding: 50px 20px;
  }
}
.pop-up .content .kader .sluiten {
  position: absolute;
  top: 14px;
  right: 14px;
}
.pop-up .content .kader .sluiten:hover {
  cursor: pointer;
}
.pop-up .content .kader .sluiten:hover i {
  color: rgba(0, 0, 0, 0.7);
}
.pop-up .content .kader .sluiten i {
  color: black;
  font-size: 24px;
}
.pop-up .content .kader h4 {
  font-weight: 600;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.dienst-popup {
  cursor: pointer;
}
#page-ijstaarten section.intro {
  padding-top: 80px;
}
#page-ijstaarten section.products-overview {
  padding: 80px 0;
}
#page-ijstaarten section.products-overview .product-item {
  background-color: #fcf4e7;
}
#page-ijstaarten section.products-overview .product-item + .product-item {
  margin-top: 20px;
}
@media (min-width: 993px) {
  #page-ijstaarten section.products-overview .product-item .row {
    display: flex;
  }
}
#page-ijstaarten section.products-overview .product-item .content {
  padding: 45px;
}
@media (max-width: 767px) {
  #page-ijstaarten section.products-overview .product-item .content {
    padding: 30px;
  }
}
#page-ijstaarten section.products-overview .product-item .content h4 {
  margin-bottom: 20px;
}
#page-ijstaarten section.products-overview .product-item .content p.price {
  margin-top: 20px;
  font-weight: 700;
  font-size: 17px;
}
#page-ijstaarten section.products-overview .product-item .image {
  background-position: right center;
}
@media (max-width: 992px) {
  #page-ijstaarten section.products-overview .product-item .image {
    height: 300px;
    width: 100%;
    background-position: center center;
  }
}
#page-ijstaarten section.products-overview .product-item .scale-3by2 {
  padding: 0 0 66.66666667% 0;
  display: block;
  width: 100%;
  overflow: hidden;
}
#page-ijstaarten section.products-overview .product-item .col-flex {
  display: flex;
  flex-direction: column;
}
#page-ijstaarten section.products-overview .product-item .col-flex > * {
  flex: 1 auto;
}
.webshop {
  display: inline-block;
  width: 100%;
  padding-top: 20px;
}
.webshop.no-padding {
  padding: 0px;
}
.webshop .product-overzicht .producten .top {
  display: inline-block;
  margin-bottom: 35px;
}
.webshop .product-overzicht .producten .top select {
  float: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 250px;
  line-height: 35px;
  border: 1px solid #3c3c3c;
  border-radius: 0px;
  padding: 0px 15px;
  height: 35px;
  background-color: transparent;
  color: #3c3c3c;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  margin: 0px;
  font-size: 14px;
  background-image: url('/assets/img/select.png');
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 7%;
}
@media (max-width: 767px) {
  .webshop .product-overzicht .producten .top select {
    width: 150px;
    margin-bottom: 10px;
  }
}
.webshop .product-overzicht .producten .top p {
  display: inline-block;
  float: right;
  line-height: 35px;
  font-size: 14px;
}
.webshop .product-overzicht .producten .box-producten {
  display: inline-block;
  width: 100%;
}
.webshop .product-overzicht .producten .box-producten .item {
  text-align: center;
  display: inline-block;
  margin-bottom: 35px;
  width: 100%;
}
.webshop .product-overzicht .producten .box-producten .item .titel {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 8px 0px;
  border-bottom: 2px solid #f3cd9d;
}
@media (max-width: 767px) {
  .webshop .product-overzicht .producten .box-producten .item .titel {
    border-bottom: none;
  }
}
.webshop .product-overzicht .producten .box-producten .item .webshop-foto {
  display: inline-block;
  width: 100%;
  height: 250px;
  margin-bottom: 0px;
  position: relative;
}
@media (max-width: 767px) {
  .webshop .product-overzicht .producten .box-producten .item .webshop-foto {
    border: 2px solid #f3cd9d;
  }
}
.webshop .product-overzicht .producten .box-producten .item .webshop-foto .filter {
  display: none;
}
.webshop .product-overzicht .producten .box-producten .item .webshop-foto:hover .filter,
.webshop .product-overzicht .producten .box-producten .item .webshop-fotoactive .filter,
.webshop .product-overzicht .producten .box-producten .item .webshop-foto:focus .filter {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: inline-block;
  border: 2px solid #f3cd9d;
  background-color: rgba(243, 205, 157, 0.02);
  border-top: none;
}
@media (max-width: 767px) {
  .webshop .product-overzicht .producten .box-producten .item .webshop-foto:hover .filter,
  .webshop .product-overzicht .producten .box-producten .item .webshop-fotoactive .filter,
  .webshop .product-overzicht .producten .box-producten .item .webshop-foto:focus .filter {
    border: none;
  }
}
@media (max-width: 767px) {
  .webshop .product-overzicht .producten .box-producten .item .webshop-foto {
    height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .webshop .product-overzicht .producten .box-producten .item .webshop-foto {
    height: 175px;
  }
}
.webshop .product-overzicht .producten .box-producten .item .webshop-foto p {
  display: none;
}
.webshop .product-overzicht .producten .box-producten .item .webshop-foto.nieuw p {
  color: white;
  background-color: #f3cd9d;
  padding: 10px 35px;
  display: inline-block;
  width: auto;
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0px;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: 'Patrick Hand', cursive;
}
.webshop .product-overzicht .producten .box-producten .item .webshop-foto.actie p {
  color: white;
  background-color: #f3cd9d;
  padding: 10px 35px;
  display: inline-block;
  width: auto;
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0px;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: 'Patrick Hand', cursive;
}
.webshop .product-overzicht .producten .paginatie {
  display: inline-block;
  padding: 15px 0px;
  border-top: 1px solid black;
}
@media (max-width: 767px) {
  .webshop .product-overzicht .producten .paginatie {
    text-align: center;
    padding: 0px 12px 15px 12px;
    border-top: none;
  }
}
.webshop .product-overzicht .producten .paginatie p {
  display: inline-block;
  float: left;
  line-height: 29px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .webshop .product-overzicht .producten .paginatie p {
    float: none;
    width: 100%;
    text-align: center;
    border-top: 1px solid black;
    padding-top: 15px;
  }
}
.webshop .product-overzicht .producten .paginatie .pagination {
  display: inline-block;
  float: right;
  margin: 0px;
}
@media (max-width: 767px) {
  .webshop .product-overzicht .producten .paginatie .pagination {
    float: none;
    text-align: center;
    width: 100%;
  }
}
.webshop .product-overzicht .producten .paginatie .pagination li {
  display: inline-block;
  width: 25px;
  height: 25px;
  border: none;
  text-align: center;
  border-radius: 50%;
  margin: 0px 5px;
}
.webshop .product-overzicht .producten .paginatie .pagination li:last-of-type {
  margin-right: 0px;
}
.webshop .product-overzicht .producten .paginatie .pagination li.active {
  background-color: #f3cd9d;
  border: 1px solid #f3cd9d;
}
.webshop .product-overzicht .producten .paginatie .pagination li.active a {
  color: white;
  font-size: 12px;
}
.webshop .product-overzicht .producten .paginatie .pagination li:hover {
  background-color: #f3cd9d;
  border: 1px solid #f3cd9d;
}
.webshop .product-overzicht .producten .paginatie .pagination li:hover a {
  color: white;
}
.webshop .product-overzicht .producten .paginatie .pagination li a {
  display: inline-block;
  padding: 0px;
  line-height: 25px;
  float: none;
  background-color: transparent;
  color: #000000;
  border: none;
  font-size: 12px;
}
.webshop .product-overzicht .producten .paginatie .pagination li a i {
  font-size: 10px;
}
.webshop .product-detail {
  display: inline-block;
  width: 100%;
}
.webshop .product-detail .terug {
  display: inline-block;
  width: 100%;
  margin: 0px 0px 20px 0px;
}
.webshop .product-detail .terug a {
  color: #f3cd9d;
}
.webshop .product-detail .terug a:before {
  display: inline-block;
  content: '\f0a8';
  font-family: FontAwesome;
  margin-right: 10px;
}
.webshop .product-detail .productnaam {
  display: inline-block;
  width: 100%;
  margin: 0px 0px 20px 0px;
}
.webshop .product-detail .productnaam h4 {
  text-transform: uppercase;
}
.webshop .product-detail .fotos {
  display: inline-block;
  width: 100%;
}
.webshop .product-detail .fotos .slider-for {
  margin-bottom: 10px;
}
.webshop .product-detail .product-details .naam {
  display: inline-block;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid black;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .webshop .product-detail .product-details .naam {
    margin-top: 20px;
  }
}
.webshop .product-detail .product-details .naam p {
  font-weight: 700;
}
.webshop .product-detail .product-details .beschrijving {
  display: inline-block;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid black;
  margin-bottom: 15px;
}
.webshop .product-detail .product-details .details {
  display: inline-block;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid black;
  margin-bottom: 15px;
}
.webshop .product-detail .product-details .details ul {
  list-style-position: outside;
  margin-left: 20px;
}
.webshop .product-detail .product-details .details ul li {
  font-size: 13px;
  color: #727271;
}
.webshop .product-detail .product-details .details p {
  font-size: 13px;
  color: #727271;
}
.webshop .product-detail .product-details .iconen .icoon {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 0px 7px 7px 0px;
}
.webshop .product-detail .staalkaart {
  display: inline-block;
  width: 100%;
  padding: 20px 20px 5px 20px;
  border: 2px dotted black;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .webshop .product-detail .staalkaart {
    margin-top: 20px;
  }
}
.webshop .product-detail .staalkaart .top {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.webshop .product-detail .staalkaart .top h4 {
  float: left;
}
.webshop .product-detail .staalkaart .top a {
  float: right;
  color: #f3cd9d;
}
.webshop .product-detail .staalkaart .kleuren {
  display: inline-block;
  margin-left: -5px;
  margin-right: 0px;
  width: calc(100% + 10px);
}
.webshop .product-detail .staalkaart .kleuren .vierkant {
  padding-right: 5px;
  padding-left: 5px;
}
.webshop .product-detail .staalkaart .kleuren .vierkant .afbeelding {
  display: inline-block;
  border: 1px solid black;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.webshop .product-detail .staalkaart .kleuren .vierkant .afbeelding .nummer {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 5px;
  background-color: #727271;
}
.webshop .product-detail .staalkaart .kleuren .vierkant .afbeelding .nummer p {
  color: white;
  font-size: 13px;
}
.webshop .product-detail .note p {
  font-size: 12px;
  color: #727271;
}
.webshop .suggestie {
  display: inline-block;
  width: 100%;
  margin: 40px 0px 0px 0px;
}
.webshop .suggestie h4 {
  display: inline-block;
  width: 100%;
  margin: 0px 0px 30px 0px;
}
.webshop .suggestie .item {
  text-align: center;
  display: inline-block;
  margin-bottom: 0px;
  width: 100%;
}
.webshop .suggestie .item .titel {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 8px 0px;
  border-bottom: 2px solid #f3cd9d;
}
@media (max-width: 767px) {
  .webshop .suggestie .item .titel {
    border-bottom: none;
  }
}
.webshop .suggestie .item .titel h4 {
  margin: 0px;
}
.webshop .suggestie .item .webshop-foto {
  display: inline-block;
  width: 100%;
  height: 250px;
  margin-bottom: 0px;
  position: relative;
}
@media (max-width: 767px) {
  .webshop .suggestie .item .webshop-foto {
    border: 2px solid #f3cd9d;
  }
}
.webshop .suggestie .item .webshop-foto .filter {
  display: none;
}
.webshop .suggestie .item .webshop-foto:hover .filter,
.webshop .suggestie .item .webshop-fotoactive .filter,
.webshop .suggestie .item .webshop-foto:focus .filter {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: inline-block;
  border: 2px solid #f3cd9d;
  background-color: rgba(243, 205, 157, 0.02);
  border-top: none;
}
@media (max-width: 767px) {
  .webshop .suggestie .item .webshop-foto:hover .filter,
  .webshop .suggestie .item .webshop-fotoactive .filter,
  .webshop .suggestie .item .webshop-foto:focus .filter {
    border: none;
  }
}
@media (max-width: 767px) {
  .webshop .suggestie .item .webshop-foto {
    height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .webshop .suggestie .item .webshop-foto {
    height: 175px;
  }
}
.webshop .suggestie .item .webshop-foto p {
  display: none;
}
.webshop .suggestie .item .webshop-foto.nieuw p {
  color: white;
  background-color: #f3cd9d;
  padding: 10px 35px;
  display: inline-block;
  width: auto;
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0px;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: 'Patrick Hand', cursive;
}
.webshop .suggestie .item .webshop-foto.actie p {
  color: white;
  background-color: #f3cd9d;
  padding: 10px 35px;
  display: inline-block;
  width: auto;
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0px;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: 'Patrick Hand', cursive;
}
.webshop ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #3c3c3c;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
  font-size: 15px;
  line-height: 150%;
}
.webshop ::-moz-placeholder {
  /* Firefox 19+ */
  color: #3c3c3c;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
  font-size: 15px;
  line-height: 150%;
}
.webshop :-ms-input-placeholder {
  /* IE 10+ */
  color: #3c3c3c;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
  font-size: 15px;
  line-height: 150%;
}
.webshop :-moz-placeholder {
  /* Firefox 18- */
  color: #3c3c3c;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
  font-size: 15px;
  line-height: 150%;
}
.partial {
  margin-top: 50px;
  display: inline-block;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.partial.knop-naast-tekst .tekst {
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media (max-width: 992px) {
  .partial.knop-naast-tekst .tekst {
    margin-bottom: 25px;
  }
}
.partial.knop-naast-tekst .tekst h3 {
  color: white;
}
.partial.knop-naast-tekst .table .content {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
@media (max-width: 992px) {
  .partial.knop-naast-tekst .table .content {
    text-align: center;
  }
}
.partial.knop-naast-tekst .table .content .btn-flat {
  margin-top: -6px;
}
.pagination-align {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.pagination li.active:hover a {
  background-color: transparent;
  color: #f3cd9d;
}
.pagination li.active a {
  background-color: transparent;
  color: #f3cd9d;
}
.pagination li a {
  border: none;
  color: #18212f;
}
.pagination li a:hover {
  background-color: transparent;
  color: #f3cd9d;
}
.ck-editor h1,
.ck-editor h2,
.ck-editor h3,
.ck-editor h4,
.ck-editor h5 {
  color: #18212f;
  margin-bottom: 10px;
}
.ck-editor p {
  color: #18212f;
  margin-bottom: 10px;
}
.ck-editor p:last-of-type {
  margin-bottom: 0px;
}
.ck-editor a {
  color: #18212f;
}
.ck-editor .btn-flat {
  margin-top: 20px;
}
.ck-editor ul {
  list-style-position: outside;
  margin-left: 21px;
}
.ck-editor.white h1,
.ck-editor.white h2,
.ck-editor.white h3,
.ck-editor.white h4,
.ck-editor.white h5 {
  color: white;
}
#map {
  display: inline-block;
  width: 100%;
  height: 350px;
}
.alert {
  border-radius: 4px;
  width: 300px;
  font-size: 16px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  margin-bottom: 0;
  color: #ffffff;
  border: none;
}
.alert i {
  font-size: 50px !important;
  line-height: 100%;
}
.alert button.close {
  opacity: .7;
  color: #ffffff;
}
.alert.alert-success {
  background-color: #16b775;
  border: 1px solid #16b775;
}
.alert.alert-danger {
  background-color: #d33a37;
  border: 1px solid #d33a37;
}
